8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bc098 commit 6b18011Copy full SHA for 6b18011
README.md
@@ -23,14 +23,11 @@ To use this program you must [download](http://nlp.stanford.edu/software/corenlp
23
unzip stanford-corenlp-full-2014-08-27.zip
24
25
Then launch the server:
26
+ You 7D74 need specify to a host, a port, model directory and version:
27
- python corenlp.py
28
+ python corenlp.py -H localhost -p 1998 -d ./stanford-corenlp-full-2017-06-09/ -v 3.8.0
29
-Optionally, you can specify a host or port:
30
-
31
- python corenlp.py -H 0.0.0.0 -p 3456
32
33
-That will run a public JSON-RPC server on port 3456.
+That will run a public JSON-RPC server on port 1988.
34
35
Assuming you are running on port 8080, the code in `client.py` shows an example parse:
36
0 commit comments