8000 fixed path · potatochip/corenlp-python@08618e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 08618e9

Browse files
author
Robert Elwell
committed
fixed path
1 parent d5ccaf1 commit 08618e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

corenlp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def __init__(self):
132132

133133
# if CoreNLP libraries are in a different directory,
134134
# change the corenlp_path variable to point to them
135-
corenlp_path = "stanford-corenlp-2012-07-09/"
135+
corenlp_path = "stanford-corenlp-full-2013-04-04/"
136136

137137
java_path = "java"
138138
classname = "edu.stanford.nlp.pipeline.StanfordCoreNLP"

0 commit comments

Comments
 (0)
0