Skip to content

spacy.lang.en.tag_map.py not found ? #12517

Discussion options

You must be logged in to vote

Most of the tag maps under spacy.lang were removed for v3.0, see: https://spacy.io/usage/v3#migrating-training-mappings-exceptions

In v3.x, the mapping rules are included in the patterns in the attribute_ruler component in the en_core_web_* pipelines.

Alternatively, the older spacy.lang.en.tag_map mappings are still available in spacy v2.x releases.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adrianeboyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang / en English language data and models v2 spaCy v2.x
2 participants