charlesashby / entity-sentiment-analysis

Various ops for handling several entities in a document, perform anaphora resolution, clustering, etc.
12 stars 2 forks source link

Entity Sentiment #4

Open MaazBinMusa opened 5 years ago

MaazBinMusa commented 5 years ago

As mentioned in your blog. Adam is happy, Jean is sad yields good results.

I ran the following example:

"Jean and Adam are really sad, but Sam is the happiest guy ever"

and the results are:

Entity: Jean Adam -- sentiment: 0.05895272 Entity: Sam -- sentiment: 0.95025355

Should it not separate out Jean and Adam?