微博
加入微博一起分享新鲜事
登录
|
注册
140
分词:jieba.cutwords = jieba.cut("我来到北京大学",cut_all=True)print('全模式:'+'/'.join([w for w in words])) #全模式words = jieba.cut("我来到北京大学",cut_all=False)print('精确模式:'+'/'.jo… https://codeuuu.com/p/33085.html
请登录并选择要私信的好友
300
分词:jieba.cutwords = jieba.cut("我来到北京大学",cut_all=True)print('全模式:'+'/'.join([w for w in words])) #全模式words = jieba.cut("我来到北京大学",cut_all=False)print('精确模式:'+'/'.jo… https://codeuuu.com/p/33085.html
赞一下这个内容
公开
分享
获取分享按钮
正在发布微博,请稍候