spaCy/spacy/lang/sv
Robin Linderborg d01f503b54 Remove incorrect lemma lookup gäng->gänga (#2252)
* Remove incorrect lemma lookup gäng->gänga
In modern Swedish, "gäng" is mostly associated with "gang" or "group of people". The removed lemma lookup lemmatized it to the verb "thread".

* Add contrib agreement to correct directory

* Revert change to CONTRIBUTOR_AGREEMENT
2018-04-28 14:54:41 +02:00
..
lemmatizer Remove incorrect lemma lookup gäng->gänga (#2252) 2018-04-28 14:54:41 +02:00
__init__.py Don't make copies of language data components 2017-10-11 15:34:55 +02:00
examples.py Fix typo 2017-11-08 01:06:37 +01:00
morph_rules.py Fix PRON_LEMMA imports 2017-11-06 17:41:53 +01:00
stop_words.py Move language data to /lang module 2017-05-08 20:00:40 +02:00
tokenizer_exceptions.py Fix PRON_LEMMA imports 2017-11-06 17:41:53 +01:00