8000 updated server to work with latest version (i hopes) · relwell/stanford-corenlp-python@d5ccaf1 · GitHub
[go: up one dir, main page]

Skip to content

Commit d5ccaf1

Browse files
author
Robert Elwell
committed
updated server to work with latest version (i hopes)
1 parent 4477bf8 commit d5ccaf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

corenlp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ def __init__(self):
125125
Checks the location of the jar files.
126126
Spawns the server as a process.
127127
"""
128-
jars = ["stanford-corenlp-2012-07-09.jar",
129-
"stanford-corenlp-2012-07-06-models.jar",
128+
jars = ["stanford-corenlp-1.3.5.jar",
129+
"stanford-corenlp-1.3.5-models.jar",
130130
"joda-time.jar",
131131
"xom.jar"]
132132

0 commit comments

Comments
 (0)
0