spaCy/spacy/lang/it
Giovanni Toffoli 19521d525b
Added Italian POS-aware lemmatizer. (#8079)
* Added Italian POS-aware lemmatizer.

Also added the code used to build the lookup tables by POS.

* Create gtoffoli.md

* Add imports and format

* Remove helper script

* Use lemma_lookup instead of lemma_lookup_legacy

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
2021-06-16 11:14:45 +02:00
..
__init__.py Added Italian POS-aware lemmatizer. (#8079) 2021-06-16 11:14:45 +02:00
examples.py Tidy up and auto-format 2020-02-18 15:38:18 +01:00
lemmatizer.py Added Italian POS-aware lemmatizer. (#8079) 2021-06-16 11:14:45 +02:00
punctuation.py Merge branch 'master' into tmp/sync 2020-03-26 13:38:14 +01:00
stop_words.py Remove torino from stop words (#7634) 2021-04-26 16:53:43 +02:00
tokenizer_exceptions.py Added more exception to the italian language from https://forum.wordr… (#7246) 2021-03-30 10:23:32 +02:00