Last active
June 22, 2017 04:34
-
-
Save karimkhanp/7d6a69f6c3aa96ac0666 to your computer and use it in GitHub Desktop.
Opensource sentiment analysis resources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Python NLTK can do Sentiment Analysis based on Classification Algos or NLP tools in it. | |
2) R has tm.sentiment package which comes with sentiment words and ML based tecniques. | |
3) Rapidminner, KNIME etc gives classification based on algorithms available in the tool. | |
3) GATE you can have ML bases (SVM) and rule based or rule + lexion based sentiment analysis | |
4) OpenNLP provides facility to develop maxent based sentiment analysis | |
5) Lingpipe provides facility to develop classification based sentiment analysis algos implemented in it | |
6) Apache Mahout has Naive Bayes and CBayes for classification based Sentiment Analysis | |
7) Weka has Naive Bayes, SVM, KNN etc.. to develop Sentiment Analysis | |
8) Python Pattern has Classification algos | |
9) Python Sklearn has classification algos | |
To select the best one can do a simple exercise with movie reviews data set using the nine open source tools. Populate a error metrics and can choose one. | |
http://breakthroughanalysis.com/2012/01/08/what-are-the-most-powerful-open-source-sentiment-analysis-tools/ | |
http://www.linkedin.com/groups/Open-source-tool-Sentiment-Analysis-2668649.S.190985818 | |
http://www.quora.com/What-are-the-most-powerful-open-source-sentiment-analysis-tools | |
http://www.quora.com/Sentiment-Analysis/What-are-the-open-source-SDKs-for-entity-extraction-and-sentiment-analysis-in-Java | |
http://stackoverflow.com/questions/12299724/list-of-natural-language-processing-tools-in-regards-to-sentiment-analysis-whi | |
GATE - | |
http://www.slideshare.net/ahmeda1works/gate-general-architecture-for-text-engineering | |
http://www.linkedin.com/groups/Have-anyone-used-GATE-sentiment-2668649.S.134836311 | |
https://gate.ac.uk/sentiment/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment