spaCy/spacy/lang/id
jeannefukumaru 6cdb7b2e04 added tag_map for indonesian (#3515)
* added tag_map for indonesian

* changed tag map from .py to .txt to see if tests pass

* added symbols import

* added utf8 encoding flag

* added missing SCONJ symbol

* Auto-format

* Remove unused imports

* Make tag map available in Indonesian defaults
2019-04-01 12:27:48 +02:00
..
__init__.py added tag_map for indonesian (#3515) 2019-04-01 12:27:48 +02:00
_tokenizer_exceptions_list.py 💫 Tidy up and auto-format .py files (#2983) 2018-11-30 17:03:03 +01:00
examples.py 💫 Tidy up and auto-format .py files (#2983) 2018-11-30 17:03:03 +01:00
lemmatizer.py 💫 Port master changes over to develop (#2979) 2018-11-29 16:30:29 +01:00
lex_attrs.py 💫 Tidy up and auto-format .py files (#2983) 2018-11-30 17:03:03 +01:00
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 💫 Tidy up and auto-format .py files (#2983) 2018-11-30 17:03:03 +01:00
tag_map.py added tag_map for indonesian (#3515) 2019-04-01 12:27:48 +02:00
tokenizer_exceptions.py Tidy up merge conflict leftovers 2018-12-18 13:58:30 +01:00