spaCy/spacy/tests/regression
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_issue1-1000.py Modify morphology to support arbitrary features (#4932) 2020-01-23 22:01:54 +01:00
test_issue1001-1500.py Modify morphology to support arbitrary features (#4932) 2020-01-23 22:01:54 +01:00
test_issue1501-2000.py Improve spacy.gold (no GoldParse, no json format!) (#5555) 2020-06-26 19:34:12 +02:00
test_issue2001-2500.py Tidy up and merge regression tests 2020-07-06 14:05:59 +02:00
test_issue2501-3000.py Tidy up and merge regression tests 2020-07-06 14:05:59 +02:00
test_issue3001-3500.py Remove corpus-specific tag maps 2020-07-15 15:58:29 +02:00
test_issue3501-4000.py Tidy up and merge regression tests 2020-07-06 14:05:59 +02:00
test_issue4001-4500.py cleanup components API (#5726) 2020-07-09 19:43:39 +02:00
test_issue4501-5000.py Fix class to pickling works as expected 2020-07-06 16:43:45 +02:00
test_issue5048.py Remove unicode declarations 2020-03-26 15:18:32 +01:00
test_issue5082.py Remove unicode declarations 2020-03-26 15:18:32 +01:00
test_issue5137.py Remove object subclassing 2020-07-12 14:03:23 +02:00
test_issue5141.py fix serialization of empty doc + unit test 2020-03-13 16:07:56 +01:00
test_issue5152.py Tidy up and merge regression tests 2020-07-06 14:05:59 +02:00
test_issue5230.py Remove object subclassing 2020-07-12 14:03:23 +02:00
test_issue5458.py Remove unicode declarations and tidy up 2020-06-21 22:34:10 +02:00
test_issue5551.py Fixing reproducible training (#5735) 2020-07-09 19:39:31 +02:00