spaCy/spacy/tests/doc
Adriane Boyd 2f981d5af1 Remove corpus-specific tag maps
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.
2020-07-15 15:58:29 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_add_entities.py Tidy up and auto-format 2020-06-20 14:15:04 +02:00
test_array.py Improve spacy.gold (no GoldParse, no json format!) (#5555) 2020-06-26 19:34:12 +02:00
test_creation.py Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
test_doc_api.py Add morph to morphology in Doc.from_array (#5762) 2020-07-14 14:07:35 +02:00
test_morphanalysis.py Remove corpus-specific tag maps 2020-07-15 15:58:29 +02:00
test_pickle_doc.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
test_retokenize_merge.py Merge branch 'develop' into master-tmp 2020-06-20 15:52:00 +02:00
test_retokenize_split.py Add MORPH attr, add support in retokenizer (#4947) 2020-01-29 17:45:46 +01:00
test_span.py Remove dead and/or deprecated code (#5710) 2020-07-06 13:06:25 +02:00
test_to_json.py Add better schemas and validation using Pydantic (#4831) 2019-12-25 12:39:49 +01:00
test_token_api.py Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
test_underscore.py Merge branch 'master' into tmp/sync 2020-03-26 13:38:14 +01:00