Changeset 996


Ignore:
Timestamp:
04/05/09 16:50:54 (3 years ago)
Author:
james
Message:

fix stop word list

File:
1 edited

Legend:

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

    r989 r996  
    5757 
    5858        if [regexp -nocase {([a-z]+)less ([a-z]+)\M} $text matches one two] { 
    59                 if [regexp -nocase "(unless|useless)" $one] { 
     59                if [regexp -nocase "(un|use)" $one] { 
    6060                        return 0 
    6161                } 
Note: See TracChangeset for help on using the changeset viewer.