You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# A Python wrapper for the Java Stanford Core NLP tools
2
2
3
-
This is a fork of Dustin Smith's [stanford-corenlp-python](https://github.com/dasmith/stanford-corenlp-python), a Python interface to [Stanford CoreNLP](http://nlp.stanford.edu/software/corenlp.shtml). It can either use as python package, or run as a JSON-RPC server.
3
+
This is a Wordseer-specific fork of Dustin Smith's [stanford-corenlp-python](https://github.com/dasmith/stanford-corenlp-python), a Python interface to [Stanford CoreNLP](http://nlp.stanford.edu/software/corenlp.shtml). It can either use as python package, or run as a JSON-RPC server.
4
4
5
5
## Edited
6
+
* Tested only with the current annotator configuration: not a general-purpose wrapper
7
+
* Update to Stanford CoreNLP v3.5.2
6
8
* Added multi-threaded load balancing
7
-
* Update to Stanford CoreNLP v3.2.0
8
9
* Fix many bugs & improve performance
9
10
* Using jsonrpclib for stability and performance
10
11
* Can edit the constants as argument such as Stanford Core NLP directory
@@ -21,15 +22,6 @@ This is a fork of Dustin Smith's [stanford-corenlp-python](https://github.com/da
21
22
22
23
To use this program you must [download](http://nlp.stanford.edu/software/corenlp.shtml#Download) and unpack the zip file containing Stanford's CoreNLP package. By default, `corenlp.py` looks for the Stanford Core NLP folder as a subdirectory of where the script is being run.
23
24
24
-
25
-
In other words:
26
-
27
-
sudo pip install pexpect unidecode jsonrpclib # jsonrpclib is optional
0 commit comments