8000 Added documentation about corenlp_path parameter · antonini/stanford-corenlp-python@298a1ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 298a1ee

Browse files
committed
Added documentation about corenlp_path parameter
1 parent c3e07bf commit 298a1ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ To use it in a regular script or to edit/debug it (because errors via RPC are op
108108

109109
from corenlp import *
110110
corenlp = StanfordCoreNLP() # wait a few minutes...
111-
corenlp.parse("Parse it")
111+
corenlp.parse("Parse this sentence.")
112112

113+
The server, `StanfordCoreNLP()`, takes an optional argument `corenlp_path` which specifies the relative path to the jar files. The default value is `StanfordCoreNLP(corenlp_path="./stanford-corenlp-full-2014-08-27/")`.
113114

114115
## Coreference Resolution
115116

0 commit comments

Comments
 (0)
0