Problems detecting pos #9553
-
Hello, I am new to using NLP. I have just tried passing a text to determine the POS and I think there is something that it detects wrong, but I do not understand why and how to solve it, if you can help me ... As you can see in the image, she understands perfectly that Elizabeth is a personal pronoun, but it strikes me that she walked around that is that a verb also understands it as another personal pronoun. How could this recognition be arranged Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @JessitaMS , thanks for the report! This is definitely not ideal, yet it happens due to the nature of most machine learning models. Typically, we collect these reports in a master thread #3052 . You might find something related there too Although you can further improve your results by (1) finetuning the spaCy model to your own domain [example1] [example2], (2) trying a larger Spanish model (e.g. |
Beta Was this translation helpful? Give feedback.
Hi @JessitaMS , thanks for the report! This is definitely not ideal, yet it happens due to the nature of most machine learning models. Typically, we collect these reports in a master thread #3052 . You might find something related there too
Although you can further improve your results by (1) finetuning the spaCy model to your own domain [example1] [example2], (2) trying a larger Spanish model (e.g.
es_core_web_lg
ores_dep_news_trf
) or (3) constructing a set of comprehensive rules to cover obvious tags.