Ignore:
Timestamp:
07/07/10 15:02:41 (23 months ago)
Author:
james
Message:

add teh and the as stopwords

File:
1 edited

Legend:

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

    r1048 r1079  
    2323 
    2424        if [regexp -nocase {^([a-z0-9]+) sucks} $text matches item] { 
    25                 if [regexp -nocase "^(that|you|which|that|it|what)$" $item] { 
     25                if [regexp -nocase "^(teh|the|that|you|which|that|it|what)$" $item] { 
    2626                        return 0 
    2727                } 
Note: See TracChangeset for help on using the changeset viewer.