Ignore:
Timestamp:
09/19/03 09:25:23 (9 years ago)
Author:
jamesoff
Message:

allow what fact questions to start a/the

File:
1 edited

Legend:

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

    r279 r280  
    154154      } 
    155155      #let's try to process this with facts 
    156       if [regexp -nocase {is ([^ ]+)} $question ignore term] { 
     156      if [regexp -nocase {is (an?|the )?([^ ]+)} $question ignore ignore2 term] { 
    157157        set term [string map {"?" ""} $term] 
    158158        catch { 
Note: See TracChangeset for help on using the changeset viewer.