diff --git a/test/testdata/server.conf b/test/testdata/server.conf new file mode 100644 index 0000000..fdf54c9 --- /dev/null +++ b/test/testdata/server.conf @@ -0,0 +1,11 @@ +# config + +#socket listen port +port=11200 + + +#dict path +dict_path=../dict/jieba.dict.utf8 + +#model path +model_path=../dict/hmm_model.utf8