Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Perl or Java Sentiment Analysis

I was wondering if anybody knew of any good Perl modules and/or Java classes for sentiment analysis. I have read about LingPipe, but the program would eventually need to be used for commercial use so something open-source would be better. I also looked into GATE, but their documentation on sentiment analysis is sparse at best.

like image 339
user387049 Avatar asked Nov 15 '10 14:11

user387049


1 Answers

Have a look at Rate_Sentiment in the WebService::GoogleHack module at CPAN. There's more information about the project at SourceForge.

like image 52
Pedro Silva Avatar answered Sep 19 '22 14:09

Pedro Silva