You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# py-corenlp
2
2
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.
3
3
4
+
# Install
5
+
```
6
+
pip install pycorenlp
7
+
```
8
+
4
9
# Usage
5
10
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.
0 commit comments