This file is indexed.

/usr/share/gaupol/patterns/Latn-en.line-break 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
 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
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
# -*- conf -*-

[Line Break Pattern]
Name[pt_BR]=Título
Name[gl]=Título
Name[is]=Titill
Name[es]=Título personal
Name[cs]=Titul
Name[fi]=Titteli
Name[hu]=Előtag
Name[sr]=Наслов
Name[fr]=Titre
Name=Title
Description[pt_BR]=Não quebrar após um título, ex.: “ Dr.”
Description[es]=No divide después de un título personal, como «Dr.»
Description[cs]=Nezalamovat po titulu, např. " Dr."
Description[fi]=Älä katkaise tittelin, esim. "Dr.", jälkeen
Description[hu]=Ne legyen törés az olyan előtagok után, mint a "Dr."
Description[sr]=Не прекидајте након наслова, нпр. „ Др.“
Description[fr]=Ne pas passer à la ligne après un titre, ex : "Dr."
Description=Do not break after a title, e.g. " Dr."
Pattern=\b(Dr|Jr|Mr|Mrs|Ms|Sr|St)\.?( )
Flags=DOTALL;MULTILINE;
Group=2
Penalty=1000000

[Line Break Pattern]
Name[pt_BR]=Artigo
Name[gl]=Artigo
Name[is]=Greinir
Name[es]=Artículo
Name[cs]=Článek
Name[fi]=Artikkeli
Name[hu]=Névelő
Name[sr]=Чланак
Name[fr]=Article
Name=Article
Description[pt_BR]=Não quebra após um artigo
Description[gl]=Non quebrar despois dun artigo
Description[es]=No divide después de un artículo
Description[cs]=Nezalamovat po článku
Description[fi]=Älä katkaise artikkelin jälkeen
Description[hu]=Ne legyen törés névelő után
Description[sr]=Не прекидајте након чланка
Description[fr]=Ne pas passer à la ligne après un article
Description=Do not break after an article
Pattern=\b(a|an|the)( )
Flags=DOTALL;MULTILINE;
Group=2
Penalty=1000000

[Line Break Pattern]
Name[pt_BR]=Preposição
Name[gl]=Preposición
Name[is]=Forsetning
Name[es]=Preposición
Name[cs]=Zájmeno
Name[fi]=Prepositio
Name[hu]=_Elöljáró:
Name[sr]=Предлог
Name[fr]=Préposition
Name=Preposition
Description[pt_BR]=Não quebra após uma preposição
Description[gl]=Non quebrar despois dunha preposición
Description[es]=No divide después de una preposición
Description[cs]=Nezalamovat po zájmenu
Description[fi]=Älä katkaise preposition jälkeen
Description[hu]=Ne legyen törés elöljáró után
Description[sr]=Не преламајте након предлога
Description[fr]=Ne pas passer à la ligne après une préposition
Description=Do not break after a preposition
# 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[pt_BR]=Determinante possessivo
Name[gl]=Determinante posesivo
Name[es]=Determinante posesivo
Name[cs]=Přivlastňovací zájmeno
Name[fi]=Possessivimääre
Name[hu]=Birtokos névmás
Name[sr]=Присвојни придев
Name[fr]=Déterminant possessif
Name=Possessive determiner
Description[pt_BR]=Não quebra após um determinante possessivo, ex.: “meu”
Description[gl]=Non quebrar despois dun determinante posesivo, p.ex. "meu"
Description[es]=No divide después de un determinante posesivo, tal como «mi»
Description[cs]=Nezalamovat po přivlastňovacím zájmenu, např. "my"
Description[fi]=Älä katkaise possessiivimääreen, esim. "my", jälkeen
Description[hu]=Ne legyen törés az olyan birtokos névmások után, mint a "my"
Description[sr]=Не преламајте након присвојног придева, нпр. „my“
Description[fr]=Ne pas passer à la ligne après un déterminant possessif, ex : "mon"
Description=Do not break after a possessive determiner, e.g. "my"
# http://en.wikipedia.org/wiki/Possessive_determiner
Pattern=\b(my|your|his|her|its|our|your|their)( )
Flags=DOTALL;MULTILINE;
Group=2
Penalty=100