Is possible distinguish between homographs from context in Polish? #12388
-
Word "bez" in Polish has meanings:
If I analyze
we have: last - 'ADP' should be NOUN, not ADP |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey, thanks for your post! Generally, ML models are mostly never 100% and do misclassification sometimes, depending on the data a model was trained on. |
Beta Was this translation helpful? Give feedback.
-
I try pl_core_news_sm,pl_core_news_md and pl_core_news_lg |
Beta Was this translation helpful? Give feedback.
Hey, thanks for your post!
Can you provide more information about which polish spaCy model you are using?
You could try to use other pre-trained models and see if the results are improving.
Generally, ML models are mostly never 100% and do misclassification sometimes, depending on the data a model was trained on.
We have a thread about this issue, which goes into that topic with more detail.