next up previous
Next: Database Up: Built-In Predicates Previous: Advanced control-structures: blocks

Grammar rule interface (phrase)

The predicates below may be called to activate a grammar-rule set:

phrase( +RuleSet, +InputList)

  Equivalent to phrase(RuleSet, InputList, []).
phrase( +RuleSet, +InputList, -Rest)

  Activate the rule-set with given name. `InputList' is the list of tokens to parse, `Rest' is unified with the remaining tokens if the sentence is parsed correctly.



Passani Luca
Tue Nov 14 08:58:33 MET 1995