mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-11 00:32:40 +03:00
Auto-format
This commit is contained in:
parent
fe0c8e147c
commit
d957d7a697
|
@ -379,7 +379,7 @@ _regular_exp = [
|
||||||
_regular_exp += [
|
_regular_exp += [
|
||||||
"^{prefix}[{hyphen}][{al}][{hyphen}{al}{elision}]*$".format(
|
"^{prefix}[{hyphen}][{al}][{hyphen}{al}{elision}]*$".format(
|
||||||
prefix=p,
|
prefix=p,
|
||||||
hyphen=HYPHENS, # putting the - first in the [] range avoids having to use a backslash
|
hyphen=HYPHENS, # putting the - first in the [] range avoids having to use a backslash
|
||||||
elision=ELISION,
|
elision=ELISION,
|
||||||
al=ALPHA_LOWER,
|
al=ALPHA_LOWER,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user