8000 change readme · dasmith/stanford-corenlp-python@6b18011 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6b18011

Browse files
Huiting LiuHuiting Liu
authored andcommitted
change readme
1 parent f6bc098 commit 6b18011

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@ To use this program you must [download](http://nlp.stanford.edu/software/corenlp
2323
unzip stanford-corenlp-full-2014-08-27.zip
2424

2525
Then launch the server:
26+
You 7D74 need specify to a host, a port, model directory and version:
2627

27-
python corenlp.py
28+
python corenlp.py -H localhost -p 1998 -d ./stanford-corenlp-full-2017-06-09/ -v 3.8.0
2829

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.
30+
That will run a public JSON-RPC server on port 1988.
3431

3532
Assuming you are running on port 8080, the code in `client.py` shows an example parse:
3633

0 commit comments

Comments
 (0)
0