Hacker News new | ask | show | jobs
by sumit_psp 4689 days ago
Curious as to what training algorithms you used for Sentiment Analysis? Also can I add my domain specific training set?
1 comments

It uses Naive Bayes Analyzer from NLTK and PatternAnalyzer from Pattern [1]. But, I wouldn't prefer limiting the use to just one or two algorithms. My recent work involved sentiment analysis of data from US politics and I got significant differences in the results when I used different algorithms such as SVM.

[1] https://textblob.readthedocs.org/en/latest/advanced_usage.ht...