yanyiwu / cppjieba

"结巴"中文分词的C++版本
MIT License
2.6k stars 691 forks source link

能否像python一样,只划分用户自定义词典里面包含的词,其余词划分成单个字 #147

Closed cooooooder closed 1 month ago

catqaq commented 3 years ago

请关闭hmm和规则部分即可(目前jieba中二者是耦合在一起的),因此关闭hmm即可纯基于词典进行最大概率分词

github-actions[bot] commented 1 month ago

This issue has not been updated for over 1 year and will be marked as stale. If the issue still exists, please comment or update the issue, otherwise it will be closed after 7 days.

github-actions[bot] commented 1 month ago

This issue has been automatically closed due to inactivity. If the issue still exists, please reopen it.