From f0a0731b74b11dd62b0e03602a1a191d6790f76e Mon Sep 17 00:00:00 2001 From: wyy Date: Sat, 17 May 2014 21:20:09 -0500 Subject: [PATCH] add server.conf into testdata for testing --- test/testdata/server.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/testdata/server.conf 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