Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added setup.py and made library available regardless of current working directory #18

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

arne-cl
Copy link

@arne-cl arne-cl commented Feb 19, 2015

Hi Dustin,

I added a basic setup.py to install stanford-corenlp-python system-wide. I also made the java-related paths relative to the installation directory, so that a user can do import corenlp without needing to be in the stanford-corenlp-python download/install directory.

Best,
Arne

with this change, corenlp can now be used/imported
regardless of which directory the user / python script
is currently in.
@arne-cl
Copy link
Author

arne-cl commented Feb 20, 2015

Hi Dustin,

the CoreNLP result string is already utf-8 encoded, so we don't need to encode it again.

Cheers,
Arne

@lendormi
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants