Skip to content

Commit 9bd284e

Browse files
committed
update README
1 parent e72ce40 commit 9bd284e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# A Python wrapper for the Java Stanford Core NLP tools
22

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.
44

55
## Edited
6+
* Tested only with the current annotator configuration: not a general-purpose wrapper
7+
* Update to Stanford CoreNLP v3.5.2
68
* Added multi-threaded load balancing
7-
* Update to Stanford CoreNLP v3.2.0
89
* Fix many bugs & improve performance
910
* Using jsonrpclib for stability and performance
1011
* Can edit the constants as argument such as Stanford Core NLP directory
@@ -164,4 +165,5 @@ The function uses XML output feature of Stanford CoreNLP, and you can take all i
164165
* Robert Elwell [[email protected]]
165166
* Tristan Chong [[email protected]]
166167
* Aditi Muralidharan [[email protected]]
168+
* Ian MacFarland [[email protected]]
167169

0 commit comments

Comments
 (0)