Sentiment analysis -



Sentiment analysis -

while performing sentiment analysis, how can create machine understand i'm referring apple (the iphone), instead of apple (the fruit)?

thanks advise !

well, there several methods,

i start checking capital letter, usually, when referring name, first letter capitalized.

before doing sentiment analysis, utilize part-of-speech , named entity recognition tag relevant words.

stanford corenlp text analysis project start with, teach basic concepts.

example corenlp:

you can see how tags can help you.

and check out more info

sentiment-analysis

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -