Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | # German compounding |
michael@0 | 2 | |
michael@0 | 3 | # handle special casing of German sharp s |
michael@0 | 4 | |
michael@0 | 5 | CHECKSHARPS |
michael@0 | 6 | |
michael@0 | 7 | # compound flags |
michael@0 | 8 | |
michael@0 | 9 | COMPOUNDBEGIN U |
michael@0 | 10 | COMPOUNDMIDDLE V |
michael@0 | 11 | COMPOUNDEND W |
michael@0 | 12 | |
michael@0 | 13 | # Prefixes are allowed at the beginning of compounds, |
michael@0 | 14 | # suffixes are allowed at the end of compounds by default: |
michael@0 | 15 | # (prefix)?(root)+(affix)? |
michael@0 | 16 | # Affixes with COMPOUNDPERMITFLAG may be inside of compounds. |
michael@0 | 17 | COMPOUNDPERMITFLAG P |
michael@0 | 18 | |
michael@0 | 19 | # for German fogemorphemes (Fuge-element) |
michael@0 | 20 | # Hint: ONLYINCOMPOUND is not required everywhere, but the |
michael@0 | 21 | # checking will be a little faster with it. |
michael@0 | 22 | |
michael@0 | 23 | ONLYINCOMPOUND X |
michael@0 | 24 | |
michael@0 | 25 | # forbid uppercase characters at compound word bounds |
michael@0 | 26 | CHECKCOMPOUNDCASE |
michael@0 | 27 | |
michael@0 | 28 | # for handling Fuge-elements with dashes (Arbeits-) |
michael@0 | 29 | # dash will be a special word |
michael@0 | 30 | |
michael@0 | 31 | COMPOUNDMIN 1 |
michael@0 | 32 | WORDCHARS - |
michael@0 | 33 | |
michael@0 | 34 | # compound settings and fogemorpheme for `Arbeit' |
michael@0 | 35 | |
michael@0 | 36 | SFX A Y 3 |
michael@0 | 37 | SFX A 0 s/UPX . |
michael@0 | 38 | SFX A 0 s/VPDX . |
michael@0 | 39 | SFX A 0 0/WXD . |
michael@0 | 40 | |
michael@0 | 41 | SFX B Y 2 |
michael@0 | 42 | SFX B 0 0/UPX . |
michael@0 | 43 | SFX B 0 0/VWXDP . |
michael@0 | 44 | |
michael@0 | 45 | # a suffix for `Computer' |
michael@0 | 46 | |
michael@0 | 47 | SFX C Y 1 |
michael@0 | 48 | SFX C 0 n/WD . |
michael@0 | 49 | |
michael@0 | 50 | # for forbid exceptions (*Arbeitsnehmer) |
michael@0 | 51 | |
michael@0 | 52 | FORBIDDENWORD Z |
michael@0 | 53 | |
michael@0 | 54 | # dash prefix for compounds with dash (Arbeits-Computer) |
michael@0 | 55 | |
michael@0 | 56 | PFX - Y 1 |
michael@0 | 57 | PFX - 0 -/P . |
michael@0 | 58 | |
michael@0 | 59 | # decapitalizing prefix |
michael@0 | 60 | # circumfix for positioning in compounds |
michael@0 | 61 | |
michael@0 | 62 | PFX D Y 29 |
michael@0 | 63 | PFX D A a/PX A |
michael@0 | 64 | PFX D Ä ä/PX Ä |
michael@0 | 65 | PFX D B b/PX B |
michael@0 | 66 | PFX D C c/PX C |
michael@0 | 67 | PFX D D d/PX D |
michael@0 | 68 | PFX D E e/PX E |
michael@0 | 69 | PFX D F f/PX F |
michael@0 | 70 | PFX D G g/PX G |
michael@0 | 71 | PFX D H h/PX H |
michael@0 | 72 | PFX D I i/PX I |
michael@0 | 73 | PFX D J j/PX J |
michael@0 | 74 | PFX D K k/PX K |
michael@0 | 75 | PFX D L l/PX L |
michael@0 | 76 | PFX D M m/PX M |
michael@0 | 77 | PFX D N n/PX N |
michael@0 | 78 | PFX D O o/PX O |
michael@0 | 79 | PFX D Ö ö/PX Ö |
michael@0 | 80 | PFX D P p/PX P |
michael@0 | 81 | PFX D Q q/PX Q |
michael@0 | 82 | PFX D R r/PX R |
michael@0 | 83 | PFX D S s/PX S |
michael@0 | 84 | PFX D T t/PX T |
michael@0 | 85 | PFX D U u/PX U |
michael@0 | 86 | PFX D Ü ü/PX Ü |
michael@0 | 87 | PFX D V v/PX V |
michael@0 | 88 | PFX D W w/PX W |
michael@0 | 89 | PFX D X x/PX X |
michael@0 | 90 | PFX D Y y/PX Y |
michael@0 | 91 | PFX D Z z/PX Z |