mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-03 13:14:11 +03:00
Fix verbs list in lang/fr/tokenizer_exceptions.py (#9033)
This commit is contained in:
parent
4cd052e81d
commit
31e9b126a0
|
@ -82,7 +82,8 @@ for orth in [
|
||||||
|
|
||||||
for verb in [
|
for verb in [
|
||||||
"a",
|
"a",
|
||||||
"est" "semble",
|
"est",
|
||||||
|
"semble",
|
||||||
"indique",
|
"indique",
|
||||||
"moque",
|
"moque",
|
||||||
"passe",
|
"passe",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user