question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

en_core_web_md 1.2.0 model seems broken

See original GitHub issue

I’m not able to comprehend the reason for the difference between the following trees:

spacy 1.6.0

Taking my dog for a walk is fun.
is (VBZ) ROOT
l ---   Taking (VBG) csubj
r ------   dog (NN) dobj
l ---------   my (PRP$) poss
r ------   for (IN) prep
r ---------   walk (NN) pobj
l ------------   a (DT) det
r ---   fun (NN) acomp
r ---   . (.) punct

spacy 1.7.2 (en_core_web_md):

Taking my dog for a walk is fun.
Taking (IN) ROOT
r ---   fun (NNP) pobj
l ------   my (NNP) nmod
l ------   dog (NNP) nmod
r ---------   for (NNP) cc
l ------   a (NNP) compound
l ------   walk (NNP) compound
l ------   is (NNP) compound
r ---   . (.) punct
  • Python version: 2.7.12
  • Platform: Linux-4.4.0-66-generic-x86_64-with-Ubuntu-16.04-xenial
  • spaCy version: 1.7.2
  • Installed models: en_core_web_md Environment: separate virtualenv

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
honnibalcommented, Mar 21, 2017

Uploading 1.2.1 now. Thanks for the report!

0reactions
lock[bot]commented, May 8, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error installing en model · Issue #950 · explosion/spaCy - GitHub
spaCy was installed smoothly like this: sudo pip install spacy I am however unable to install the en model when I run: python...
Read more >
SpaCy OSError: Can't find model 'en' - Stack Overflow
After running python -m spacy download en , when I try to load the en model, I got error OSError: [E049] Can't find...
Read more >
English · spaCy Models Documentation
spaCy is a free open-source library for Natural Language Processing in Python. It features NER, POS tagging, dependency parsing, word vectors and more....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found