Training tokens for sentiments #10430
Unanswered
balachander1964
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
spaCy doesn't have any feature for training per-token classification like that. You can get sentiment scores for individual tokens using the example polar component. Note that using token-based sentiment analysis is highly error prone due linguistic features like negation. There is a per-token For sentiment analysis, we generally recommend treating it as text classification, or for span classification if you need something more fine grained. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I request you to let me know how to train individual tokens for positivity / negativity. That is, how to train each token for sentiments. I look forward to your reply. Thank you. Bala
Beta Was this translation helpful? Give feedback.
All reactions