Skip to content

Commit 0026734

Browse files
committed
Merge
2 parents b622acc + 268ff17 commit 0026734

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# py-corenlp
22
Python wrapper for Stanford CoreNLP. This simply wraps the API from the server included with CoreNLP 3.6.0. See the CoreNLP server [API documentation](http://stanfordnlp.github.io/CoreNLP/corenlp-server.html#api-documentation) for details.
33

4+
# Install
5+
```
6+
pip install pycorenlp
7+
```
8+
49
# Usage
510
First make sure you have the Stanford CoreNLP server running. See [the instructions here](http://stanfordnlp.github.io/CoreNLP/corenlp-server.html#getting-started) for how to do that.
611

0 commit comments

Comments
 (0)