mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
19 lines
259 B
Plaintext
19 lines
259 B
Plaintext
# config
|
|
|
|
#socket listen port
|
|
port=11200
|
|
|
|
thread_number=4
|
|
|
|
#dict path
|
|
dict_path=../dict/jieba.dict.utf8
|
|
|
|
#model path
|
|
model_path=../dict/hmm_model.utf8
|
|
|
|
user_dict_path=../dict/user.dict.utf8
|
|
|
|
idf_path=../dict/idf.utf8
|
|
|
|
stop_words_path=../dict/stop_words.utf8
|