/usr/share/gaupol/patterns/Latn-en.line-break 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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | [Line Break Pattern]
Name=Title
Name[cs]=Titul
Name[es]=Título personal
Name[fi]=Titteli
Name[gl]=Título
Description=Do not break after a title, e.g." Dr."
Description[cs]=Nezalamovat po titulu, např. "Dr."
Description[es]=No dívide después de un título personal, como «Dr.»
Description[fi]=Älä katkaise tittelin, esim. "Dr.", jälkeen
Description[gl]=Non quebrar despois dun título, p.ex «Dr.»
Pattern=\b(Dr|Jr|Mr|Mrs|Ms|Sr|St)\.?( )
Flags=DOTALL;MULTILINE;
Group=2
Penalty=1000000
[Line Break Pattern]
Name=Article
Name[cs]=Článek
Name[es]=Artículo
Name[fi]=Artikkeli
Name[fr]=Article
Name[gl]=Artigo
Description=Do not break after an article
Description[cs]=Nezalamovat po článku
Description[es]=No divide después de un artículo
Description[fi]=Älä katkaise artikkelin jälkeen
Description[gl]=Non quebrar despois dun artigo
Pattern=\b(a|an|the)( )
Flags=DOTALL;MULTILINE;
Group=2
Penalty=1000000
[Line Break Pattern]
Name=Preposition
Name[cs]=Zájmeno
Name[es]=Preposición
Name[fi]=Prepositio
Name[fr]=Préposition
Name[gl]=Preposición
Description=Do not break after a preposition
Description[cs]=Nezalamovat po zájmenu
Description[es]=No divide después de una preposición
Description[fi]=Älä katkaise preposition jälkeen
Description[gl]=Non quebrar despois dunha preposición
# http://en.wikipedia.org/wiki/List_of_English_prepositions
Pattern=\b(abaft|aboard|about|above|absent|across|afore|after|against|along|alongside|amid|amidst|among|amongst|apropos|around|as|aside|astride|at|athwart|atop|barring|before|behind|below|beneath|beside|besides|between|betwixt|beyond|but|by|circa|concerning|despite|down|during|except|excluding|failing|following|for|from|given|in|including|inside|into|lest|like|mid|midst|minus|modulo|near|next|notwithstanding|of|off|on|onto|opposite|out|outside|over|pace|past|per|plus|pro|qua|regarding|round|sans|save|since|than|though|throughout|till|times|to|toward|towards|under|underneath|unlike|until|unto|up|upon|versus|via|vice|with|within|without|worth)( )
Flags=DOTALL;MULTILINE;
Group=2
Penalty=100
[Line Break Pattern]
Name=Possessive determiner
Name[cs]=Přivlastňovací zájmeno
Name[es]=Determinante posesivo
Name[fi]=Possessivimääre
Name[gl]=Determinante posesivo
Description=Do not break after a possessive determiner, e.g. "my"
Description[cs]=Nezalamovat po přivlastňovacím zájmenu, např. "my"
Description[es]=No divide después de un determinante posesivo, como «mi»
Description[fi]=Älä katkaise possessiivimääreen, esim. "my", jälkeen
Description[gl]=Non quebrar despois dun determinante posesivo, p.ex. "meu"
# http://en.wikipedia.org/wiki/Possessive_determiner
Pattern=\b(my|your|his|her|its|our|your|their)( )
Flags=DOTALL;MULTILINE;
Group=2
Penalty=100
|