Ignore:
Timestamp:
10/16/09 15:16:35 (3 years ago)
Author:
james
Message:

update stop list

File:
1 edited

Legend:

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

    r1024 r1046  
    6969 
    7070        if [regexp -nocase {([a-z]+)less ([a-z]+)\M} $text matches one two] { 
    71                 if [regexp -nocase "(un|use)" $one] { 
     71                if [regexp -nocase "(un|use|b)" $one] { 
    7272                        return 0 
    7373                } 
Note: See TracChangeset for help on using the changeset viewer.