-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentiment Analysis - Error on composed words #3
Comments
Seems like a problem with the tokenizer. I'll look into it. |
Using the pragmatic tokenizer the token
|
The problem with the Pragmatic Tokenizer is that it's much much slower than the other ones. I do not recommend using it internally for anything. |
@watzon it also works with |
Yeah the |
@watzon : Can we move this issue to cadmiumcr/sentiment repo ? It makes more sense :-) |
Yes, it should definitely be moved |
Hi,
I use sentiment analysis for testing purposes, and I found something with composed words.
I have this code :
The result is :
Here, the
don't
is not followed.I know is a bad English, but it's something you can found on twitter.
I don't know if I'm using it in a wrong way.
The text was updated successfully, but these errors were encountered: