Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

ImportError: cannot import name 'LEMMA_EXC' #156

Open
Pradhy729 opened this issue Apr 20, 2020 · 1 comment
Open

ImportError: cannot import name 'LEMMA_EXC' #156

Pradhy729 opened this issue Apr 20, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@Pradhy729
Copy link

Looks like spacy 2.1 --> 2.2 has changed the way lemmatizer objects are built. See stack-overflow answer for details.

I can update the library to account for this migration. I have a fork that I can create a pull request from. Let me know.

Steps to reproduce the behavior:
Run
"from nlp_architect.pipelines.spacy_bist import SpacyBISTParser"
using spacy 2.2.

**Environment setup: **

  • OS (Linux/Mac OS): Linux SLES12
  • Python version: 3.6; spacy 2.2
@Pradhy729 Pradhy729 added the bug Something isn't working label Apr 20, 2020
@peteriz
Copy link
Member

peteriz commented Apr 27, 2020

Hi @Pradhy729, thanks for reporting. Please feel free to contribute (and any other fixes you might have). Thank you!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants