spaCy/spacy/lang/de
Matthew Honnibal 49895fbef6 Rename 'SP' special tag to '_SP'
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.
2017-10-20 14:01:12 +02:00
..
__init__.py Don't make copies of language data components 2017-10-11 15:34:55 +02:00
download.py Move language data to /lang module 2017-05-08 20:00:40 +02:00
examples.py Add language example sentences (see #1107) 2017-08-19 12:22:29 +02:00
lemmatizer.py Move language data to /lang module 2017-05-08 20:00:40 +02:00
norm_exceptions.py Add German norm exceptions 2017-06-03 20:54:18 +02:00
punctuation.py Don't split hyphenated words in German 2017-09-16 20:40:15 +02:00
stop_words.py Move language data to /lang module 2017-05-08 20:00:40 +02:00
syntax_iterators.py Fix syntax iterators 2017-06-04 15:51:50 -05:00
tag_map.py Rename 'SP' special tag to '_SP' 2017-10-20 14:01:12 +02:00
tokenizer_exceptions.py Update German tokenizer exceptions and tests 2017-06-03 21:07:44 +02:00