Tue Jun 6 02:33:00 UTC 2023 inscode

上级 784f087c
import jieba
# 要分词的文本
text = "我爱中国,我喜欢学习。"
# 使用jieba分词
seg_list = jieba.cut(text)
# 输出分词结果
print("分词结果:")
for word in seg_list:
print(word)
print(max(1,36921))
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册