6 ms·
Curious as to what training algorithms you used for Sentiment Analysis? Also can I add my domain specific training set?
by sumit_psp 13y ago
Curious as to what training algorithms you used for Sentiment Analysis? Also can I add my domain specific training set?
- pavanred 13y agoIt 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.html#sentiment-analyzers https://textblob.readthedocs.org/en/latest/advanced_usage.ht...