spaCy/spacy/lang/fr/lemmatizer
Amandine Périnet 2457318b7a Lemmatization of Verbs - French : adding rules and vocabulary (#3006)
* updating rules and vocabulary for French lemmatization of verbs

* updating the file with French auxiliary verb

* updating rules and vocabulary for French lemmatization of verbs

* adding contributor agreement for amperinet

* adding rules for words with inclusive parentheses wrongly tokenized
2018-12-06 15:49:28 +01:00
..
__init__.py Rule-based French Lemmatizer (#2818) 2018-10-13 16:38:21 +02:00
_adjectives_irreg.py Rule-based French Lemmatizer (#2818) 2018-10-13 16:38:21 +02:00
_adjectives.py Rule-based French Lemmatizer (#2818) 2018-10-13 16:38:21 +02:00
_adverbs.py Rule-based French Lemmatizer (#2818) 2018-10-13 16:38:21 +02:00
_auxiliary_verbs_irreg.py Lemmatization of Verbs - French : adding rules and vocabulary (#3006) 2018-12-06 15:49:28 +01:00
_dets_irreg.py Rule-based French Lemmatizer (#2818) 2018-10-13 16:38:21 +02:00
_lemma_rules.py Lemmatization of Verbs - French : adding rules and vocabulary (#3006) 2018-12-06 15:49:28 +01:00
_nouns_irreg.py Rule-based French Lemmatizer (#2818) 2018-10-13 16:38:21 +02:00
_nouns.py Rule-based French Lemmatizer (#2818) 2018-10-13 16:38:21 +02:00
_pronouns_irreg.py Rule-based French Lemmatizer (#2818) 2018-10-13 16:38:21 +02:00
_verbs_irreg.py Lemmatization of Verbs - French : adding rules and vocabulary (#3006) 2018-12-06 15:49:28 +01:00
_verbs.py Lemmatization of Verbs - French : adding rules and vocabulary (#3006) 2018-12-06 15:49:28 +01:00
lemmatizer.py Check if the word is in one of the regular lists specific to each POS (#2886) 2018-11-14 15:58:43 +01:00
lookup.py Rule-based French Lemmatizer (#2818) 2018-10-13 16:38:21 +02:00