Class Summary |
ParseResults |
Contains the attributes and behavior of the results of a template parse. |
Template |
Contains a template for parsing a particular utterance, phrase or sentence
into an performative and arguments. |
TemplateFactory |
Makes templates which are used by the TemplateParser to parser user input. |
TemplateParser |
Parses chat text, matching the best of a set of templates and returning an
event plus arguments. |
UnitTest |
Provides a unit test suite for the org.opencyc.templateparser package |