8000 README · imclab/stanford-corenlp-python@f262e13 · GitHub
[go: up one dir, main page]

Skip to content

Commit f262e13

Browse files
committed
README
1 parent a1a2412 commit f262e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python interface to Stanford Core NLP tools
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 and usually a few minutes loading time), most applications will probably want to run it as a server.
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 < 7EAD span class="x x-first x-last">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

@@ -87,7 +87,7 @@ If pexpect timesout while loading models, check to make sure you have enough mem
8787

8888
java -cp stanford-corenlp-2010-11-12.jar:stanford-corenlp-models-2010-11-06.jar:xom-1.2.6.jar:xom.jar:jgraph.jar:jgrapht.jar -Xmx3g edu.stanford.nlp.pipeline.StanfordCoreNLP -props default.properties
8989

90-
You can reach me, Dustin Smith, by sending a message on GitHub or through email (contact information is available [on my webpage](http://web.media.mit.edu/~dustin).
90+
You can reach me, Dustin Smith, by sending a message on GitHub or through email (contact information is available [on my webpage](http://web.media.mit.edu/~dustin)).
9191

9292
# TODO
9393

0 commit comments

Comments
 (0)
0