mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
modify README
This commit is contained in:
parent
07d27e250d
commit
48d36da4b4
16
README.md
16
README.md
@ -1,14 +1,14 @@
|
||||
#CppJieba
|
||||
"结巴"中文分词的cpp版本
|
||||
"结巴"中文分词详见:
|
||||
https://github.com/fxsjy/jieba
|
||||
n的jieba分词源码写的。
|
||||
>"结巴"中文分词的cpp版本
|
||||
|
||||
>"结巴"中文分词详见:https://github.com/fxsjy/jieba
|
||||
|
||||
#Detail
|
||||
========
|
||||
1.现在支持utf8,gbk编码的分词。默认编码是utf8。
|
||||
2.分词算法上还没增加HMM模型这部分。
|
||||
3.关键词抽取是暂时是针对类似title之类的超短语句使用的,基本上没有普适性。
|
||||
>1.现在支持utf8,gbk编码的分词。默认编码是utf8。
|
||||
|
||||
>2.分词算法上还没增加HMM模型这部分。
|
||||
|
||||
>3.关键词抽取是暂时是针对类似title之类的超短语句使用的,基本上没有普适性。
|
||||
|
||||
|
||||
#Demo
|
||||
|
Loading…
x
Reference in New Issue
Block a user