Name |
Description |
CFGParser |
This class helps turn strings into grammars. |
CFGtoCNF |
A class to help transform a generic grammar into a CNF grammar |
CNFGrammar |
Represents a concrete (probabilistic) context free grammar in Chomsky normal form (CNF) |
Experimental |
|
Grammar |
Represents a concrete (probabilistic) context free grammar |
GrammarGenerator |
This class can be used to generate random grammars |
GrammarHelpers |
|
Nonterminal |
|
Production |
This class represents a Production |
Terminal |
|
Word |
Words are the constituent pieces of Sentences. They are either Terminals or Nonterminals |