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.

[E167] Unknown morphological feature: 'ConjType'

See original GitHub issue

When I run nlp(doc) I got error: [E167] Unknown morphological feature: 'ConjType' (9141427322507498425). This can happen if the tagger was trained with a different set of morphological features. If you're using a pretrained model, make sure that your models are up to date: python -m spacy validate some of the docs work while some don’t.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:15

github_iconTop GitHub Comments

2reactions
manvendrautraliacommented, Dec 20, 2019

Worked for me with Spacy2.2.3 also. Worked with using en_core_web_sm-2.2.5.

1reaction
dakingggcommented, Oct 18, 2019

you’ll need to downgrade spacy to 2.1.8 for now, we’re working on it though 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Get extended spaCy morphological information - Stack Overflow
I am looking to use spaCy for my research and morphological ... VBZ) to morphological vectors (e.g. VerbForm=Fin, Mood=Ind, Tense=Pres).
Read more >
explosion - Bountysource
[E167] Unknown morphological feature: 'ConjType' (9141427322507498425). This can happen if the tagger was trained with a different set of morphological ...
Read more >
A full spaCy pipeline and models for scientific/biomedical ...
When I run nlp(doc) I got error: [E167] Unknown morphological feature: 'ConjType' (9141427322507498425). This can happen if the tagger was ...
Read more >
A spaCy pipeline and model for NLP on unstructured legal text.
Blackstone Blackstone is a spaCy model and library for processing long-form, unstructured legal text. Blackstone is an experimental research project from ...
Read more >
Blackstone is a spaCy model and library for processing long ...
... addresses a range of characteristics inherent in legal texts that have a ... [E167] Unknown morphological feature: 'ConjType' (9141427322507498425).
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