会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
破晓
博客园
首页
新随笔
联系
订阅
管理
2017年11月1日
python 分词
摘要: import jieba text = '我来到北京清华大学' default_mode =jieba.cut(text) full_mode = jieba.cut(text,cut_all=True) search_mode = jieba.cut_for_search(text) print "精确模式:","/".join(default_mode) prin...
阅读全文
posted @ 2017-11-01 11:29 破晓e
阅读(161)
评论(0)
推荐(0)
编辑
公告