mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
12 lines
170 B
Plaintext
12 lines
170 B
Plaintext
# config
|
|
|
|
#socket listen port
|
|
port=11200
|
|
|
|
|
|
#dict path
|
|
dict_path=/usr/share/CppJieba/dict/jieba.dict.utf8
|
|
|
|
#model path
|
|
model_path=/usr/share/CppJieba/dict/hmm_model.utf8
|