mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
title
This commit is contained in:
parent
13421cd0e6
commit
8ab598eaeb
15
README.md
15
README.md
@ -1,9 +1,6 @@
|
||||
#CppJieba
|
||||
>"结巴"中文分词的cpp版本
|
||||
#CppJieba "结巴"中文分词的c++版本
|
||||
|
||||
>"结巴"中文分词详见:https://github.com/fxsjy/jieba
|
||||
|
||||
#Detail
|
||||
##Detail
|
||||
>1.现在支持utf8,gbk编码的分词。默认编码是utf8。
|
||||
|
||||
>2.分词算法上还没增加HMM模型这部分。
|
||||
@ -11,9 +8,9 @@
|
||||
>3.关键词抽取是暂时是针对类似title之类的超短语句使用的,基本上没有普适性。
|
||||
|
||||
|
||||
#Demo
|
||||
##Demo
|
||||
|
||||
## Segment's demo
|
||||
### Segment's demo
|
||||
```
|
||||
cd ./demo;
|
||||
make;
|
||||
@ -21,10 +18,10 @@ make;
|
||||
```
|
||||
run `./segment_demo` to get help.
|
||||
|
||||
#Contact
|
||||
##Contact
|
||||
wuyanyi09@gmail.com
|
||||
|
||||
#Thanks
|
||||
##Thanks
|
||||
>"结巴中文"分词作者: SunJunyi
|
||||
|
||||
>https://github.com/fxsjy/jieba
|
||||
|
Loading…
x
Reference in New Issue
Block a user