mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
14 lines
172 B
Plaintext
14 lines
172 B
Plaintext
# config
|
|
|
|
#socket listen port
|
|
port=11200
|
|
|
|
thread_number=4
|
|
queue_max_size=4096
|
|
|
|
#dict path
|
|
dict_path=../dict/jieba.dict.utf8
|
|
|
|
#model path
|
|
model_path=../dict/hmm_model.utf8
|