Skip to content

plotlabs/stanfordcorenlp-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stanford-CoreNLP Python Wrapper

A Python wrapper for Stanford-CoreNLP version 3.9.1 using Jpype

License: 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.

Releases

No releases published

Packages

No packages published