Mood analysis

During a mood analysis, how can I make the car understand that I mean an apple (iphone), not an apple (fruit)?

Thanks for the tips!

+5
source share
2 answers

Well, there are several methods,

I would start by checking the letters "Capital", as a rule, when referring to the name, the first letter is capitalized.

Before starting the analysis of feelings, I would use some parts of speech and named recognition of entities to mark the corresponding words.

Stanford CoreNLP is a good text analysis project from which it will begin to teach you basic concepts.

Example from CoreNLP:

enter image description here

You can see how tags can help you.

And check more details

+3
source

, , vip NER ( ); , , Stanford CoreNLP .

(.. , , "" ), - POS, (WSD). , .

0

All Articles