mirror of
https://github.com/explosion/spaCy.git
synced 2025-10-27 06:01:28 +03:00
Renaming the tag with an underscore lets us add it to the tag map without worrying that we'll change the sequence of tags, which throws off the tag-to-ID mapping. For instance, if we inserted a 'SP' tag, the "VERB" tag is pushed to a different class ID, and the model is all messed up. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| stop_words.py | ||
| tag_map.py | ||
| tokenizer_exceptions.py | ||