Skip to content

Commit 2c41e75

Browse files
author
Dany Ralantonisainana
committed
[update] last version standford-corenlp 3.5.1
1 parent 3d62d7e commit 2c41e75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: corenlp.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,16 @@ def __init__(self, corenlp_path=None):
132132
Checks the location of the jar files.
133133
Spawns the server as a process.
134134
"""
135-
jars = ["stanford-corenlp-3.4.1.jar",
136-
"stanford-corenlp-3.4.1-models.jar",
135+
jars = ["stanford-corenlp-3.5.1.jar",
136+
"stanford-corenlp-3.5.1-models.jar",
137137
"joda-time.jar",
138138
"xom.jar",
139139
"jollyday.jar"]
140140

141141
# if CoreNLP libraries are in a different directory,
142142
# change the corenlp_path variable to point to them
143143
if not corenlp_path:
144-
corenlp_path = "./stanford-corenlp-full-2014-08-27/"
144+
corenlp_path = "./stanford-corenlp-full-2015-01-30/"
145145

146146
java_path = "java"
147147
classname = "edu.stanford.nlp.pipeline.StanfordCoreNLP"

0 commit comments

Comments
 (0)