mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Merge branch 'port_many_evals' of https://github.com/NousResearch/atropos into port_many_evals
This commit is contained in:
commit
148333a23b
1 changed files with 1 additions and 3 deletions
|
|
@ -1604,9 +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)"
|
||||
_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