Skip to content

fmguler/SentimentAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SentimentAnalysis

A sentiment analysis server using Stanford CoreNLP

This is a sub project created for Koding Global Hackathon.

It is used to analyze tweets sent for sentiment using Stanford CoreNLP library. The tweets are sent like /main/analyzeTweet.htm?tweets=xyz (each tweet separated with new line) and the results are returned in JSON format.

This is a Netbeans project, you can open it with Netbeans and deploy to any Tomcat/Jetty like. Stanford models are not included (stanford-corenlp-3.5.0-models.jar).

About

A sentiment analysis server using Stanford CoreNLP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages