mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
4 lines
245 B
Bash
Executable File
4 lines
245 B
Bash
Executable File
./segment_demo testlines.gbk --encoding gbk --dictpath ../dicts/jieba.dict.gbk
|
|
./segment_demo testlines.gbk --modelpath ../dicts/hmm_model.gbk --algorithm cutHMM
|
|
./segment_demo testlines.gbk --modelpath ../dicts/hmm_model.gbk --algorithm cutMix
|