C# Class TreeTemplate, GrammarEngine

ファイルを表示 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