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

update fact filter

File:
1 edited

Legend:

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

    r936 r1044  
    3535    set item [string tolower $item] 
    3636    if {([string length $fact] < 3) || ([string length $fact] > 30)} { return 0 } 
    37     if [regexp "(what|which|have|it|that|when|where|there|then|this|who|you|you|yours|why|he|she)" $item] { 
     37    if [regexp "(like|what|which|have|it|that|when|where|there|then|this|who|you|you|yours|why|he|she)" $item] { 
    3838      return 0 
    3939    } 
Note: See TracChangeset for help on using the changeset viewer.