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
Post a Comment