You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
tencnivel
changed the title
PoSTagger on other languages
PoSTagger on other languages than English
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:
TextModels v0.1.0
The text was updated successfully, but these errors were encountered: