mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
add elleux
This commit is contained in:
parent
0f1a82b24a
commit
aee667a781
|
@ -18,17 +18,16 @@ HYPHENS = r"- – — ‐ ‑".replace(" ", "")
|
|||
_suffix_inversion = [
|
||||
"je", "tu", "on", "il", "elle", "iel",
|
||||
"nous", "vous", "elles", "ils", "iels",
|
||||
"moi", "toi", "lui", "leur", "eux",
|
||||
"moi", "toi", "lui", "leur", "eux", "elleux",
|
||||
"ce", "ici", "là",
|
||||
# to avoid matching: Villar-le-bois
|
||||
fr"la(?![{HYPHENS}])",
|
||||
fr"le(?![{HYPHENS}])",
|
||||
fr"les(?![{HYPHENS}])",
|
||||
fr"en(?![{HYPHENS}])", "y",
|
||||
"ce",
|
||||
# a-t-on, a-t'on
|
||||
fr"t[{HYPHENS}]??[{ELISION}]?",
|
||||
fr"m[{ELISION}]?",
|
||||
"là", "ici",
|
||||
]
|
||||
_prefix_elision = [
|
||||
"n", "s", "c", "d", "j", "m", "t", "l", "qu",
|
||||
|
|
Loading…
Reference in New Issue
Block a user