jieba分词如何对一句话进行一元分词?比如:“我来到北京清华大学” 分成: 我 / 来 / 到 / 北 / 京 / 清 / 华 / 大 / 学

jv4diomz  于 2022-10-26  发布在  其他
关注(0)|答案(5)|浏览(353)

比如:“我来到北京清华大学” 分成: 我 / 来 / 到 / 北 / 京 / 清 / 华 / 大 / 学

vfh0ocws

vfh0ocws1#

这种事儿也用分词么? 2017-11-21 20:00 GMT+08:00 jasmineol notifications@github.com:…

比如:“我来到北京清华大学” 分成: 我 / 来 / 到 / 北 / 京 / 清 / 华 / 大 / 学 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#552>, or mute the thread < https://github.com/notifications/unsubscribe-auth/ABD5_ejuZPwUklkvnwSV_5J3028wkVO3ks5s4rtUgaJpZM4QluiD > .

tzcvj98z

tzcvj98z2#

这个网上随便一搜都是分字的
比如 把中文字分隔转为list

8oomwypt

8oomwypt3#

补充一下,c++如何使用jieba分字,涉及到gbk,utf8这种编码的转换,所以想看下jieba有没有现成的

mutmk8jj

mutmk8jj4#

设置一个空词典,关闭HMM新词联想,分出来全是一个个字的

相关问题