mirror of https://github.com/explosion/spaCy.git
missing suffix: 'ce'
This commit is contained in:
parent
657849238f
commit
43aec2d8fc
|
@ -24,6 +24,7 @@ _suffix_inversion = [
|
|||
fr"le(?![{HYPHENS}])",
|
||||
fr"les(?![{HYPHENS}])",
|
||||
fr"en(?![{HYPHENS}])", "y",
|
||||
"ce",
|
||||
# a-t-on, a-t'on
|
||||
fr"t[{HYPHENS}]??[{ELISION}]?",
|
||||
fr"m[{ELISION}]?",
|
||||
|
|
Loading…
Reference in New Issue