Property | Type | Description | |
---|---|---|---|
BuildLookups | void | ||
CNFGrammar | System | ||
ProductionsFrom | IEnumerable |
||
ProductionsProductingTerminal | ICollection |
Method | Description | |
---|---|---|
Accepts ( Sentence s ) : bool |
Returns whether this grammar accepts the given sentence
|
|
AddProduction ( |
||
CNFGrammar ( IEnumerable |
||
Cyk ( Sentence s ) : double | ||
ShallowClone ( ) : BaseGrammar |
Method | Description | |
---|---|---|
RemoveProductionWithoutSimplifying ( |
Method | Description | |
---|---|---|
BuildLookups ( ) : void | ||
CNFGrammar ( ) : System | ||
ProductionsFrom ( |
||
ProductionsProductingTerminal ( |
public AddProduction ( |
||
production | ||
return | void |
public CNFGrammar ( IEnumerable |
||
productions | IEnumerable |
|
start | ||
return | System |
protected RemoveProductionWithoutSimplifying ( |
||
production | ||
return | void |