spaCy/spacy/lang/id
jeannefukumaru f67d881b30 fix typos in tag_map flagged by `python -m debug-data` (#3542)
## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [ ] I have submitted the spaCy Contributor Agreement.
- [ ] I ran the tests, and all new and existing tests passed.
- [ ] My changes don't require a change to the documentation, or if they do, I've added all required information.


Co-authored-by: Ines Montani <ines@ines.io>
2019-04-05 12:06:09 +02:00
..
__init__.py added tag_map for indonesian (#3515) 2019-04-01 12:27:48 +02:00
_tokenizer_exceptions_list.py
examples.py
lemmatizer.py
lex_attrs.py
norm_exceptions.py Tidy up merge conflict leftovers 2018-12-18 13:58:30 +01:00
punctuation.py Replacing regex library with re to increase tokenization speed (#3218) 2019-02-01 18:05:22 +11:00
stop_words.py Tidy up merge conflict leftovers 2018-12-18 13:58:30 +01:00
syntax_iterators.py
tag_map.py fix typos in tag_map flagged by `python -m debug-data` (#3542) 2019-04-05 12:06:09 +02:00
tokenizer_exceptions.py Tidy up merge conflict leftovers 2018-12-18 13:58:30 +01:00