Commit 003705bc by BellCodeEditor

save project

parent 72cd91a4
Showing with 9 additions and 0 deletions
import jieba
content='一条小狗在吃骨头一头猪在津津有味地吃地瓜'
list1=jieba.lcut(content)
list2=jieba.lcut(content,cut_all=True)
list3=jieba.lcut_for_search(content)
print(list1)
print(list2)
print(list3)
\ No newline at end of file

228 KB | W: | H:

227 KB | W: | H:

my_wordcloud.png
my_wordcloud.png
my_wordcloud.png
my_wordcloud.png
  • 2-up
  • Swipe
  • Onion skin
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