mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
5 lines
235 B
Bash
Executable File
5 lines
235 B
Bash
Executable File
make && \
|
|
./segment_demo testlines.utf8 --encoding utf-8 --dictpath ../dicts/jieba.dict.utf8 &&\
|
|
./segment_demo testlines.utf8 --modelpath ../dicts/hmm_model.utf8 --algorithm cutHMM &&\
|
|
./segment_demo testlines.utf8 --algorithm cutMix
|