Ignore:
Timestamp:
09/02/10 16:53:40 (21 months ago)
Author:
james
Message:

updates to demon output plugin
fix some plurals

File:
1 edited

Legend:

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

    r961 r1085  
    2727        foreach word $words { 
    2828 
     29                regsub -all {([^aeiou])i([^aeiuo])} $word {\1y\2} word 
    2930                regsub -all {c?k\M} $word {q} word 
     31 
    3032                regsub -all {o([b-df-hj-np-tv-xz])e(s|ing)?\M} $word {oa\1\2} word 
    3133 
     
    3638 
    3739                #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 
    3943 
    4044                # moving on... 
Note: See TracChangeset for help on using the changeset viewer.