mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
2f981d5af1
Remove corpus-specific tag maps from the language data for languages without custom tokenizers. For languages with custom word segmenters that also provide tags (Japanese and Korean), the tag maps for the custom tokenizers are kept as the default. The default tag maps for languages without custom tokenizers are now the default tag map from `lang/tag_map/py`, UPOS -> UPOS. |
||
---|---|---|
.. | ||
__init__.py | ||
examples.py | ||
morph_rules.py | ||
punctuation.py | ||
stop_words.py | ||
tokenizer_exceptions.py |