spaCy/spacy/lang/en
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
..
lemmatizer Move language data to /lang module 2017-05-08 20:00:40 +02:00
__init__.py Make lambda func a named function, for pickling 2017-10-17 18:21:20 +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
lex_attrs.py Fix formatting 2017-05-12 15:37:20 +02:00
morph_rules.py Improve lemmatization rule for am|VBP 2017-09-04 15:18:10 +02:00
norm_exceptions.py Populate norm exceptions with lower-case 2017-06-03 14:47:12 -05:00
stop_words.py Move language data to /lang module 2017-05-08 20:00:40 +02:00
syntax_iterators.py Port over changes from #1287 2017-10-14 13:16:21 +02:00
tag_map.py Rename 'SP' special tag to '_SP' 2017-10-20 14:01:12 +02:00
tokenizer_exceptions.py Port over changes from #1281 2017-08-21 23:19:18 +02:00