Changeset 1044 for trunk/plugins/en/complex_fact.tcl
- Timestamp:
- 10/16/09 15:11:46 (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/en/complex_fact.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/complex_fact.tcl
r936 r1044 35 35 set item [string tolower $item] 36 36 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] { 38 38 return 0 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.
