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