1# Ngram suggestions 2# - fix case problem 3# - detect character swapping (keep only these suggestions) 4# - lesser suggestions 5# - weight with common subsequence algorithm 6# - suggest uppercased words 7 8# 2007-02-05: 9# now not neighbour character replacements and character movings are 10# detected by not ngram suggestions, too. 11 12# OpenOffice.org's en_US.aff file 13 14SET ISO8859-1 15TRY esianrtolcdugmphbyfvkwzESIANRTOLCDUGMPHBYFVKWZ' 16 17WORDCHARS ' 18 19PFX A Y 1 20PFX A 0 re . 21 22PFX I Y 1 23PFX I 0 in . 24 25PFX U Y 1 26PFX U 0 un . 27 28PFX C Y 1 29PFX C 0 de . 30 31PFX E Y 1 32PFX E 0 dis . 33 34PFX F Y 1 35PFX F 0 con . 36 37PFX K Y 1 38PFX K 0 pro . 39 40SFX V N 2 41SFX V e ive e 42SFX V 0 ive [^e] 43 44SFX N Y 3 45SFX N e ion e 46SFX N y ication y 47SFX N 0 en [^ey] 48 49SFX X Y 3 50SFX X e ions e 51SFX X y ications y 52SFX X 0 ens [^ey] 53 54SFX H N 2 55SFX H y ieth y 56SFX H 0 th [^y] 57 58SFX Y Y 1 59SFX Y 0 ly . 60 61SFX G Y 2 62SFX G e ing e 63SFX G 0 ing [^e] 64 65SFX J Y 2 66SFX J e ings e 67SFX J 0 ings [^e] 68 69SFX D Y 4 70SFX D 0 d e 71SFX D y ied [^aeiou]y 72SFX D 0 ed [^ey] 73SFX D 0 ed [aeiou]y 74 75SFX T N 4 76SFX T 0 st e 77SFX T y iest [^aeiou]y 78SFX T 0 est [aeiou]y 79SFX T 0 est [^ey] 80 81SFX R Y 4 82SFX R 0 r e 83SFX R y ier [^aeiou]y 84SFX R 0 er [aeiou]y 85SFX R 0 er [^ey] 86 87SFX Z Y 4 88SFX Z 0 rs e 89SFX Z y iers [^aeiou]y 90SFX Z 0 ers [aeiou]y 91SFX Z 0 ers [^ey] 92 93SFX S Y 4 94SFX S y ies [^aeiou]y 95SFX S 0 s [aeiou]y 96SFX S 0 es [sxzh] 97SFX S 0 s [^sxzhy] 98 99SFX P Y 3 100SFX P y iness [^aeiou]y 101SFX P 0 ness [aeiou]y 102SFX P 0 ness [^y] 103 104SFX M Y 1 105SFX M 0 's . 106 107SFX B Y 3 108SFX B 0 able [^aeiou] 109SFX B 0 able ee 110SFX B e able [^aeiou]e 111 112SFX L Y 1 113SFX L 0 ment . 114 115REP 88 116REP a ei 117REP ei a 118REP a ey 119REP ey a 120REP ai ie 121REP ie ai 122REP are air 123REP are ear 124REP are eir 125REP air are 126REP air ere 127REP ere air 128REP ere ear 129REP ere eir 130REP ear are 131REP ear air 132REP ear ere 133REP eir are 134REP eir ere 135REP ch te 136REP te ch 137REP ch ti 138REP ti ch 139REP ch tu 140REP tu ch 141REP ch s 142REP s ch 143REP ch k 144REP k ch 145REP f ph 146REP ph f 147REP gh f 148REP f gh 149REP i igh 150REP igh i 151REP i uy 152REP uy i 153REP i ee 154REP ee i 155REP j di 156REP di j 157REP j gg 158REP gg j 159REP j ge 160REP ge j 161REP s ti 162REP ti s 163REP s ci 164REP ci s 165REP k cc 166REP cc k 167REP k qu 168REP qu k 169REP kw qu 170REP o eau 171REP eau o 172REP o ew 173REP ew o 174REP oo ew 175REP ew oo 176REP ew ui 177REP ui ew 178REP oo ui 179REP ui oo 180REP ew u 181REP u ew 182REP oo u 183REP u oo 184REP u oe 185REP oe u 186REP u ieu 187REP ieu u 188REP ue ew 189REP ew ue 190REP uff ough 191REP oo ieu 192REP ieu oo 193REP ier ear 194REP ear ier 195REP ear air 196REP air ear 197REP w qu 198REP qu w 199REP z ss 200REP ss z 201REP shun tion 202REP shun sion 203REP shun cion 204