Changeset 1089


Ignore:
Timestamp:
09/08/10 17:32:17 (21 months ago)
Author:
james
Message:

fix enid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/en/output_demon.tcl

    r1087 r1089  
    2727        foreach word $words { 
    2828 
    29                 regsub -all {([^aeiou])i([^aeinuoy])} $word {\1y\2} word 
    3029                regsub -all {c?k\M} $word {q} word 
    3130 
     
    3938                #other special cases to fix 
    4039                set word [string map -nocase { soam some someoan someone } $word] 
     40 
     41                # [@     enid] i can not be represented by mere regexps. 
     42                set word [string map -nocase { chick chyq } $word] 
    4143 
    4244                regsub -all {le(s)?\M} $word {al\1} word 
Note: See TracChangeset for help on using the changeset viewer.