How to train the Stanford NLP Sentiment Analysis tool

后端 未结 3 1422
时光说笑
时光说笑 2020-11-30 03:11

Hell everyone! I\'m using the Stanford Core NLP package and my goal is to perform sentiment analysis on a live-stream of tweets.

Using the sentiment analysis tool a

3条回答
  •  粉色の甜心
    2020-11-30 04:17

    The Java code:

    BuildBinarizedDataset -> [http://nlp.stanford.edu/nlp/javadoc/javanlp/edu/stanford/nlp/sentiment/BuildBinarizedDataset.html

    SentimentTraining -> http://nlp.stanford.edu/nlp/javadoc/javanlp/edu/stanford/nlp/sentiment/SentimentTraining.html

    For those who code in C#, I converted the Java source into two code files which should make understanding this process a lot simpler.

    https://arachnode.net/blogs/arachnode_net/archive/2015/09/03/buildbinarizeddataset-and-sentimenttraining-stanford-nlp.aspx

提交回复
热议问题