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

Finish off initial version of NLTK REST server. #6

Merged
merged 6 commits into from
Feb 22, 2016

Conversation

chrismattmann
Copy link
Collaborator

No description provided.

@chrismattmann
Copy link
Collaborator Author

@manalishah this cleans up and wraps up the nltkrest-examples Java package. To build it, do mvn install, then to run it, do:

java -jar target/nltkrest-examples-1.0-SNAPSHOT.jar "This is Chris Mattmann. I live in Los Angeles, California."

Which should return:

Performing NLTK analysis on text: This is Chris Mattmann. I live in Los Angeles, California. 
Connecting to NLTKRest at: [https://localhost:8881/nltk]
{
    "names": [
        "Chris Mattmann",
        "Los Angeles",
        "California"
    ],
    "result": "success"
}

manalishah added a commit that referenced this pull request Feb 22, 2016
Finish off initial version of NLTK REST server.
@manalishah manalishah merged commit 13fedf7 into USCDataScience:master Feb 22, 2016
manalishah pushed a commit that referenced this pull request Mar 31, 2016
Measurement Extraction Enabled
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