C# Class TreeTemplate, GrammarEngine

Show file Open project: Koziev/GrammarEngine Class Usage Examples

Public Methods

Method Description
Match ( Sentence, sent ) : bool
TreeTemplate ( string str ) : System

Private Methods

Method Description
Parse ( string str ) : void

Method Details

Match() public method

public Match ( Sentence, sent ) : bool
sent Sentence,
return bool

TreeTemplate() public method

public TreeTemplate ( string str ) : System
str string
return System