forked from HuangFJ/pyltp
-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ltp
updated
19 files
+14 −8 | README.md | |
+29 −0 | appveyor.yml | |
+1 −1 | doc/ltpserver.rst | |
+2 −2 | doc/ltptest.rst | |
+10 −6 | doc/news.rst | |
+2 −2 | doc/theory.rst | |
+5 −5 | doc/train.rst | |
+2 −1 | src/config.h | |
+1 −1 | src/console/cws_cmdline.cpp | |
+1 −1 | src/console/ltp_test.cpp | |
+1 −1 | src/console/ner_cmdline.cpp | |
+1 −1 | src/console/par_cmdline.cpp | |
+1 −1 | src/console/pos_cmdline.cpp | |
+5 −4 | src/ner/otner.cpp | |
+3 −3 | src/parser.n/main.cpp | |
+4 −4 | src/postagger/otpos.cpp | |
+6 −6 | src/segmentor/otcws.cpp | |
+1 −1 | src/server/ltp_server.cpp | |
+1 −1 | src/unittest/model_validation.cpp |