8000 Merge branch '1.2.0' · apercis/stanford-corenlp-python@4f4edbd · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f4edbd

Browse files
committed
Merge branch '1.2.0'
2 parents 2e90032 + 3d6b021 commit 4f4edbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python interface to Stanford Core NLP tools v1.2.0
22

3-
This a Python wrapper for Stanford University's NLP group's Java-based [CoreNLP tools](http://nlp.stanford.edu/software/corenlp.shtml). It can either be imported as a module or run as an JSON-RPC server. Because it uses many large trained models (requiring 3GB RAM on 64-bit machines and usually a few minutes loading time), most applications will probably want to run it as a server.
3+
This is a Python wrapper for Stanford University's NLP group's Java-based [CoreNLP tools](http://nlp.stanford.edu/software/corenlp.shtml). It can either be imported as a module or run as an JSON-RPC server. Because it uses many large trained models (requiring 3GB RAM on 64-bit machines and usually a few minutes loading time), most applications will probably want to run it as a server.
44

55
It requires [pexpect](http://www.noah.org/wiki/pexpect). The repository includes and uses code from [jsonrpc](http://www.simple-is-better.org/rpc/) and [python-progressbar](http://code.google.com/p/python-progressbar/).
66

0 commit comments

Comments
 (0)
0