AttributeError: 'spacy.morphology.Morphology' object has no attribute 'tag_map' #10890
Answered
by
polm
pradeepdev-1995
asked this question in
Help: Coding & Implementations
-
How to reproduce the behaviourWhen I am trying the below code
I am getting the following spacy error
Your Environment
|
Beta Was this translation helpful? Give feedback.
Answered by
polm
Jun 1, 2022
Replies: 1 comment 3 replies
-
What are you trying to do exactly? I believe the code you provide would work in v2, but it doesn't work in v3 - Morphology objects do not have a Also see this v2 migration note. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
adrianeboyd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What are you trying to do exactly?
I believe the code you provide would work in v2, but it doesn't work in v3 - Morphology objects do not have a
tag_map
.Also see this v2 migration note.