[E167] Unknown morphological feature: 'ConjType'
See original GitHub issueWhen 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:
- Created 4 years ago
- Reactions:3
- Comments:15
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Worked for me with Spacy2.2.3 also. Worked with using en_core_web_sm-2.2.5.
you’ll need to downgrade spacy to 2.1.8 for now, we’re working on it though 😃