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):
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"
You can’t perform that action at this time.
0 commit comments