vote up 0 vote down star
1

I would like to make a piece of software able to regognize whether a sentence is positive or negative.

Is there any Lexical Analysis libraries arround?

I don't really know where I should start.

flag

3 Answers

vote up 2 vote down check

The standard name for this task is sentiment analysis

link|flag
vote up 1 vote down

This field is called Natural Language Processing, and it's an incredibly complex subject - not only do you have to parse the words that are positive/negative, but you need to parse modifiers, too (e.g. "Something is not bad").

As usual Wikipedia has some information. If you're just having a bit of fun with this, I suggest trying out a simple system (e.g. recognize "good" and "bad" and "not") and build it up.

link|flag
vote up 0 vote down

try google, I did a quick search and found a few links. What do you mean when you say the sentence can be positive or negative ?

link|flag
For example if the word "good" shows up, the sentence is positive. If the word 'bad" shows up the sentence is negative. Thats a very simple example, but I guess it gives you the idea. – mnml Oct 16 at 10:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.