I need to implement sentiment analysis. Can anyone point me to examples/reference implementations?
A:
Alix Axel
2009-08-25 05:22:22
A:
One approach is:
- assemble a corpus of statements and text
- manually classify each statement as positive or negative
- ensure your corpus is "large enough" in size, e.g. ~1,000 classifications
- run the corpus through pattern recognition software such as CRM114: http://en.wikipedia.org/wiki/CRM114%5F%28program)
- use the resulting "brain file" to classify future statements
Aaron F.
2009-08-25 05:24:53