Changeset 280 for trunk/plugins/en/complex_questions.tcl
- Timestamp:
- 09/19/03 09:25:23 (9 years ago)
- File:
-
- 1 edited
-
trunk/plugins/en/complex_questions.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/complex_questions.tcl
r279 r280 154 154 } 155 155 #let's try to process this with facts 156 if [regexp -nocase {is ( [^ ]+)} $question ignoreterm] {156 if [regexp -nocase {is (an?|the )?([^ ]+)} $question ignore ignore2 term] { 157 157 set term [string map {"?" ""} $term] 158 158 catch {
Note: See TracChangeset
for help on using the changeset viewer.
