8000 [update] last version standford-corenlp 3.5.1 · dasmith/stanford-corenlp-python@8765c46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8765c46

Browse files
committed
[update] last version standford-corenlp 3.5.1
1 parent 558eb9c commit 8765c46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

corenlp.py

Lines changed: 3 additions & 3 deletions
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)
0