spaCy/spacy/lang/sr
Pavle Vidanović d03401f532 Lemmatizer lookup dictionary for Serbian and basic tag set adde… (#4251)
* Serbian stopwords added. (cyrillic alphabet)

* spaCy Contribution agreement included.

* Test initialize updated

* Serbian language code update. --bugfix

* Tokenizer exceptions added. Init file updated.

* Norm exceptions and lexical attributes added.

* Examples added.

* Tests added.

* sr_lang examples update.

* Tokenizer exceptions updated. (Serbian)

* Lemmatizer created. Licence included.

* Test updated.

* Tag map basic added.

* tag_map.py file removed since it uses default spacy tags.
2019-09-08 14:19:15 +02:00
..
__init__.py Lemmatizer lookup dictionary for Serbian and basic tag set adde… (#4251) 2019-09-08 14:19:15 +02:00
examples.py Lemmatizer lookup dictionary for Serbian and basic tag set adde… (#4251) 2019-09-08 14:19:15 +02:00
lemma_lookup_licence.txt Lemmatizer lookup dictionary for Serbian and basic tag set adde… (#4251) 2019-09-08 14:19:15 +02:00
lemma_lookup.json Lemmatizer lookup dictionary for Serbian and basic tag set adde… (#4251) 2019-09-08 14:19:15 +02:00
lex_attrs.py Auto-format [ci skip] 2019-08-22 11:44:39 +02:00
norm_exceptions.py Auto-format [ci skip] 2019-08-22 11:44:39 +02:00
stop_words.py Serbian language code update "rs" -> "sr" (#4159) 2019-08-21 19:57:37 +02:00
tokenizer_exceptions.py Lemmatizer lookup dictionary for Serbian and basic tag set adde… (#4251) 2019-09-08 14:19:15 +02:00