8000 updated documentation · kowey/stanford-corenlp-python@462a635 · GitHub
[go: up one dir, main page]

Skip to content

Commit 462a635

Browse files
author
Robert Elwell
committed
updated documentation
1 parent 0351ebe commit 462a635

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ In other words:
2121
sudo pip install pexpect unidecode # unidecode is optional
2222
git clone git://github.com/dasmith/stanford-corenlp-python.git
2323
cd stanford-corenlp-python
24-
wget http://nlp.stanford.edu/software/stanford-corenlp-2012-07-09.tgz
25-
tar xvfz stanford-corenlp-2012-07-09.tgz
24+
wget http://nlp.stanford.edu/software/stanford-corenlp-1.3.5.tgz
25+
tar xvfz stanford-corenlp-1.3.5.tgz
2626

2727
Then, to launch a server:
2828

@@ -129,7 +129,7 @@ tar xvfz WNprolog-3.0.tar.gz
129129
**Stanford CoreNLP tools require a large amount of free memory**. Java 5+ uses about 50% more RAM on 64-bit machines than 32-bit machines. 32-bit machine users can lower the memory requirements by changing `-Xmx3g` to `-Xmx2g` or even less.
130130
If pexpect timesout while loading models, check to make sure you have enough memory and can run the server alone without your kernel killing the java process:
131131

132-
java -cp stanford-corenlp-2012-07-09.jar:stanford-corenlp-2012-07-06-models.jar:xom.jar:joda-time.jar -Xmx3g edu.stanford.nlp.pipeline.StanfordCoreNLP -props default.properties
132+
java -cp stanford-corenlp-1.3.5.jar:stanford-corenlp-1.3.5-models.jar:xom.jar:joda-time.jar:jolllyday.jar -Xmx3g edu.stanford.nlp.pipeline.StanfordCoreNLP -props default.properties
133133

134134
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)).
135135

0 commit comments

Comments
 (0)
0