We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b245c73 commit 25fd117Copy full SHA for 25fd117
README.md
@@ -11,6 +11,13 @@ Alternatives you may want to consider:
11
12
[c]: http://nlp.stanford.edu/software/corenlp.shtml
13
14
+Obsolete notice?: This was written around 2015 or so. But at some point
15
+(later?) CoreNLP added its own server mode, which is better to use than the
16
+server included inside of this package -- it stays up to date with their
17
+system, presumably -- and also it now has native JSON output support. This
18
+package should probably be replaced with a python client for that server and
19
+possibly the process management support.
20
+
21
## Install
22
23
You need to have CoreNLP already downloaded.
0 commit comments