spaCy/spacy/lang/ga
Jim O’Regan 8fe525beb5
Add an Irish lemmatiser, based on BuNaMo (#9102)
* add tréis/théis

* remove previous contents, add demutate/unponc

* fmt off/on wrapping

* type hints

* IrishLemmatizer (sic)

* Use spacy-lookups-data>=1.0.3

* Minor bug fixes, refactoring for IrishLemmatizer

* Fix return type for ADP list lookups
* Fix and refactor lookup table lookups for missing/string/list
* Remove unused variables

* skip lookup of verbal substantives and adjectives; just demutate

* Fix morph checks API details

* Add types and format

* Move helper methods into lemmatizer

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
2021-09-30 14:18:47 +02:00
..
__init__.py Add an Irish lemmatiser, based on BuNaMo (#9102) 2021-09-30 14:18:47 +02:00
lemmatizer.py Add an Irish lemmatiser, based on BuNaMo (#9102) 2021-09-30 14:18:47 +02:00
stop_words.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
tokenizer_exceptions.py Add an Irish lemmatiser, based on BuNaMo (#9102) 2021-09-30 14:18:47 +02:00