mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
49895fbef6
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 | ||
download.py | ||
examples.py | ||
lemmatizer.py | ||
norm_exceptions.py | ||
punctuation.py | ||
stop_words.py | ||
syntax_iterators.py | ||
tag_map.py | ||
tokenizer_exceptions.py |