/usr/share/gaupol/patterns/Latn-en-US.common-error is in python3-aeidon 0.24.3-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 | [Common Error Pattern]
Name=Period after title
Name[cs]=Tečka za titulem
Name[de]=Punkt nach Titel
Name[es]=Punto después de títulos personales
Name[fi]=Piste tittelin jälkeen
Name[gl]=Punto despois do título
Name[he]=נקודה לאחר הכותרת
Name[hu]=Pont cím után
Name[pt_BR]=Ponto após título
Name[ru]=Точки после обращений
Name[tr]=Hitap sonu süresi
Description=Add period after a shortened title, such as "Mr" and "Dr"
Description[cs]=Přidat tečku za zkrácený titul, jako jsou například „Mgr“ a „Dr“
Description[de]=Punkt hinter einem gekürzten Titel, wie z.B »Fr« oder »Dr« hinzufügen
Description[es]=Agrega un punto después de un título personal abreviado, tal como «Mr» o «Dr»
Description[fi]=Lisää piste lyhennetyn tittelin, kuten "Mr" ja "Dr", jälkeen
Description[gl]=Engadir un punto despois dun título abreviado, como «Sr» ou «Dr»
Description[he]=הוספת נקודות לאחר תארים מקוצרים, כגון ״Mr״ ו־״Dr״ (לא תקף בעברית)
Description[hu]=Pont hozzáadása olyan rövidített megszólításhoz mint »Mr« és »Dr«
Description[pt_BR]=Adicionar ponto após uma abreviação, exemplo "Sr" e "Dr"
Description[ru]=Добавить точку после обращений "Mr" и "Dr"
Description[tr]="Dr" ya da "Bay" gibi kısa bir hitaptan sonra süre ekle
Classes=Human;
Pattern=\b(Dr|Jr|Mr|Mrs|Ms|Sr|St)\b(?!\.)
Flags=DOTALL;MULTILINE;
Replacement=\1.
Repeat=False
|