/usr/share/gaupol/patterns/Latn-en-US.common-error is in python3-aeidon 1.3.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | # -*- conf -*-
[Common Error Pattern]
Name[de]=Punkt nach Titel
Name[pt_BR]=Ponto após título
Name[gl]=Punto despois do título
Name[is]=Punktur á eftir titli
Name[es]=Punto después de títulos personales
Name[cs]=Tečka za titulem
Name[tr]=Hitap sonu süresi
Name[fi]=Piste tittelin jälkeen
Name[hu]=Pont az előtag után
Name[sr]=Тачка након титла
Name[ru]=Точки после обращений
Name[he]=נקודה לאחר הכותרת
Name[fr]=Point après un titre
Name=Period after title
Description[de]=Punkt hinter einem gekürzten Titel, wie z.B »Fr« oder »Dr« hinzufügen
Description[pt_BR]=Adiciona ponto após uma abreviação, exemplo “Sr” e “Dr”
Description[gl]=Engadir un punto despois dun título abreviado, como «Sr» ou «Dr»
Description[is]=Bæta við punkti á eftir titli eins og "Hr" and "Dr"
Description[es]=Agrega un punto después de un título personal abreviado, tal como «Mr» o «Dr»
Description[cs]=Přidat tečku za zkrácený titul, jako jsou například „Mgr“ a „Dr“
Description[tr]="Dr" ya da "Bay" gibi kısa bir hitaptan sonra süre ekle
Description[fi]=Lisää piste lyhennetyn tittelin, kuten "Mr" ja "Dr", jälkeen
Description[hu]=Pont hozzáadása olyan rövidített előtagok után, mint pl. a "Mr" és "Dr"
Description[sr]=Додајте тачку након скраћеног титла, нпр. „Мр“ и „Др“
Description[ru]=Добавить точку после обращений "Mr" и "Dr"
Description[he]=הוספת נקודות לאחר תארים מקוצרים, כגון ״Mr״ ו־״Dr״ (לא תקף בעברית)
Description[fr]=Ajouter un point après un titre raccourci, comme "M" et "Dr"
Description=Add period after a shortened title, such as "Mr" and "Dr"
Classes=Human;
Pattern=\b(Dr|Jr|Mr|Mrs|Ms|Sr|St)\b(?!\.)
Flags=DOTALL;MULTILINE;
Replacement=\1.
Repeat=False
|