Commit ae58b8ee by BellCodeEditor

save project

parent abe1f519
Showing with 5 additions and 11 deletions
from PIL import Image
import numpy as np
import jieba
img =Image.open("6x2.png")
print(img)
value = np.array(img)
print(value)
\ No newline at end of file
text = "鸡哥坤坤"
list = jieba.lcut(text)
print(list)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment