Do you know the solution for this issue? ----> PT-PT vs PT-BR #6893
CROSSEO
started this conversation in
Help: Best practices
Replies: 1 comment
-
Hi! In fact in spaCy, there is only one "class" for English as well;
|
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.
-
I just start using spacy in my models and I would like to know if it's possible to have the spacy.load("pt-pt") and not only spacy.load("pt").
The reason is that in portuguese you have "pt-pt" that stands for Portuguese of Portugal and you have "pt-br" that stands for portuguese of Brazil.
And when mixing this 2 languages is like mixing en-uk and en-us, that you have for example: British: Grey vs American: Gray.
Or
Can anyone explain me a better solution to solve this challenge?
Beta Was this translation helpful? Give feedback.
All reactions