I have been searching on the web almost the whole day to try to find if there is a way to use Solr to do this. Basically I would like to extract positive and negative words from a given text and its frequency. Thanks in advance for your guidence!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I think something like Lingpipe would be more useful for sentiment analysis. You could probably adapt it to work with input from a Solr index. |
|||