Skip to content

Commit b0d2e76

Browse files
authored
Update README.md
1 parent 25fd117 commit b0d2e76

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
UPDATE MARCH 2018: this code is obsolete, beyond the issue of version compatibility issues, because CoreNLP has an easy-to-use and well-documented server mode now (I think for a while?).
2+
Example of using it: https://gist.github.com/brendano/29d9dc619bd7e087b459e6027a52af89
3+
4+
The only possible advantage of this wrapper code is that it does process management for you under the python process, which might be slightly convenient since you don't have to run a separate server. But this architecture is much worse with regards to parallelization (the external server can load resources only once and use threads to parallelize for multiple clients) and certain types of development convenience (with an external server, you don't have to re-load the models during development). I guess this code could be useful if you have to use an older CoreNLP version (for example, if you want to replicate older research results that depend on older formats of things).
5+
6+
=========================================================
7+
18
This is a Python wrapper for the [Stanford CoreNLP][c] library for Unix (Mac,
29
Linux), allowing sentence splitting, POS/NER, temporal expression, constituent
310
and dependency parsing, and coreference annotations. It runs the Java software

0 commit comments

Comments
 (0)