Changeset 1085 for trunk/plugins/en/output_demon.tcl
- Timestamp:
- 09/02/10 16:53:40 (21 months ago)
- File:
-
- 1 edited
-
trunk/plugins/en/output_demon.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/output_demon.tcl
r961 r1085 27 27 foreach word $words { 28 28 29 regsub -all {([^aeiou])i([^aeiuo])} $word {\1y\2} word 29 30 regsub -all {c?k\M} $word {q} word 31 30 32 regsub -all {o([b-df-hj-np-tv-xz])e(s|ing)?\M} $word {oa\1\2} word 31 33 … … 36 38 37 39 #other special cases to fix 38 set word [string map -nocase { soam some } $word] 40 set word [string map -nocase { soam some someoan someone } $word] 41 42 regsub -all {le(s)?\M} $word {al\1} word 39 43 40 44 # moving on...
Note: See TracChangeset
for help on using the changeset viewer.
