spaCy/spacy/lang/th
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
stop_words.py add thai in spacy2 2017-09-26 21:36:27 +07:00
tag_map.py Rename 'SP' special tag to '_SP' 2017-10-20 14:01:12 +02:00
tokenizer_exceptions.py fix tokenizer_exceptions in thai 2017-09-26 22:14:47 +07:00