Different spaCy label for local output than on the explosion.ai website #12056
defreeze
started this conversation in
Language Support
Replies: 1 comment 4 replies
-
Hello, If you're using spaCy v2.3.9, you're probably using an older version of the dutch model. The displaCy demo uses the newest version of the model v3.4.0, which might explain the different outputs. |
Beta Was this translation helpful? Give feedback.
4 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.
-
The website of explosion.ai has a section to add text and then it uses displacy to show the labeling and relations:
https://demos.explosion.ai/displacy?text=Wie%20is%20Abraham%3F&model=nl_core_news_sm&cpu=1&cph=1
When i use the exact same code, i get different results for the Dutch language then shown on the website.
I need the results shown on the website, as those are correct. It is required, otherwise i cannot implement spaCy for the Dutch language.
See the attached picture (left, local code in visual studio code. Right the output on explosion.ai website)

'is' should be an AUX not a VERB.
Spacy version is 2.3.9. I get te same results with each version of the Dutch model (small medium and large).
Beta Was this translation helpful? Give feedback.
All reactions