https://github.com/plotlabs/stanfordcorenlp-python
A Python wrapper for Stanford-CoreNLP version 3.9.1 using Jpype
https://github.com/plotlabs/stanfordcorenlp-python
jpype python python-wrapper stanford-corenlp
Last synced: 6 months ago
JSON representation
A Python wrapper for Stanford-CoreNLP version 3.9.1 using Jpype
- Host: GitHub
- URL: https://github.com/plotlabs/stanfordcorenlp-python
- Owner: plotlabs
- License: mit
- Created: 2018-05-10T10:32:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T08:58:40.000Z (over 7 years ago)
- Last Synced: 2025-01-30T01:19:01.476Z (11 months ago)
- Topics: jpype, python, python-wrapper, stanford-corenlp
- Language: Java
- Homepage: https://www.plotlabs.io
- Size: 9.25 MB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Stanford-CoreNLP Python Wrapper
> A Python wrapper for Stanford-CoreNLP version 3.9.1 using Jpype
[](https://opensource.org/licenses/MIT)
## How to install
Clone the repository
```
git clone https://github.com/plotlabs/stanfordcorenlp-python.git
```
Run the following Commands to compile the Java code:
```
export CLASS_PATH=/*:/resources/*
javac -cp CLASS_PATH Py4j_try.java
```
Run the setup.py file
```
python setup.py install
```
## Requirements
Modified Stanford Core-NLP jar file for version 3.9.1 is included in the commit.
The version of Jpype is defined in the requirements.txt.