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

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

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