Skip to content
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

a little situation #66

Open
bingwork opened this issue Aug 6, 2018 · 0 comments
Open

a little situation #66

bingwork opened this issue Aug 6, 2018 · 0 comments

Comments

@bingwork
Copy link

bingwork commented Aug 6, 2018

For example, the sentence "Presidencia de la República - Mexico", the word "de" will be classified as "en", but if i change it to " de ", as add space ,it will work.

can this be worked?

import langid
str='de'
langid.classify(str)
('en', 9.061840057373047)
str=' de '
langid.classify(str)
('es', 1.0269873142242432)`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant