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

PoSTagger on other languages than English #18

Open
tencnivel opened this issue Jan 13, 2021 · 0 comments
Open

PoSTagger on other languages than English #18

tencnivel opened this issue Jan 13, 2021 · 0 comments

Comments

@tencnivel
Copy link

tencnivel commented Jan 13, 2021

When trying to use PoSTagger on a text with a different language (but supported in the default Penn Treebank) than English, everything gets tagged as 'NNP'.

Here is how to reproduce the problem:

using TextModels
using TextAnalysis
using Languages

str = "André trouve cette maison très belle" 
sd = StringDocument(str)
pos = PoSTagger()
language!(sd,Languages.French())
pos(sd)

TextModels v0.1.0

@tencnivel tencnivel changed the title PoSTagger on other languages PoSTagger on other languages than English Jan 13, 2021
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