I want to know if a twit is positive or negative. For example:
thesis: jonas brothers eat charcoal "Jonas Brothers are going to eat charcoal" >>> Positive
"Jonas Brothers have nothing to do with charcoal" >>> Negative
thesis: melmac is destroyed "Melmac is dead" >>> positive
"Alf is living with his friends in melmac" >>> negative
I want to know if there's some kind of algorithm to do this, on a generic, non languaje specific basis.
What's the easiest approach? Thanks in advance.