mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
hopefully final linter fixes lol
This commit is contained in:
parent
67869c3a79
commit
85296c519e
29 changed files with 76 additions and 155 deletions
|
|
@ -1604,7 +1604,7 @@ LANGUAGE_CODES = {
|
|||
_ALPHABETS = "([A-Za-z])"
|
||||
_PREFIXES = "(Mr|St|Mrs|Ms|Dr)[.]"
|
||||
_SUFFIXES = "(Inc|Ltd|Jr|Sr|Co)"
|
||||
_STARTERS = r"(Mr|Mrs|Ms|Dr|Prof|Capt|Cpt|Lt|He\s|She\s|It\s|They\s|Their\s|Our\s|We\s|But\s|However\s|That\s|This\s|Wherever)"
|
||||
_STARTERS = r"(Mr|Mrs|Ms|Dr|Prof|Capt|Cpt|Lt|He\s|She\s|It\s|They\s|Their\s|Our\s|We\s|But\s|However\s|That\s|This\s|Wherever)" # noqa: E501
|
||||
_ACRONYMS = "([A-Z][.][A-Z][.](?:[A-Z][.])?)"
|
||||
_WEBSITES = "[.](com|net|org|io|gov|edu|me)"
|
||||
_DIGITS = "([0-9])"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue