File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,16 +132,16 @@ def __init__(self, corenlp_path=None):
132
132
Checks the location of the jar files.
133
133
Spawns the server as a process.
134
134
"""
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" ,
137
137
"joda-time.jar" ,
138
138
"xom.jar" ,
139
139
"jollyday.jar" ]
140
140
141
141
# if CoreNLP libraries are in a different directory,
142
142
# change the corenlp_path variable to point to them
143
143
if not corenlp_path :
144
- corenlp_path = "./stanford-corenlp-full-2014-08-27 /"
144
+ corenlp_path = "./stanford-corenlp-full-2015-01-30 /"
145
145
146
146
java_path = "java"
147
147
classname = "edu.stanford.nlp.pipeline.StanfordCoreNLP"
You can’t perform that action at this time.
0 commit comments