cppjieba/conf/server_example.conf
2016-01-11 14:50:14 +08:00

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