Package edu.umn.cs.nlp.parser

Interface Summary
GrammarInterface Generic grammar interface.
 

Class Summary
BasicRuleLHS The left-hand side of a grammar rule, including associated log probability.
BasicRuleLHSBinding Customized tuple binding for storing and retrieving a RuleLHS object in a Berkeley DB Java Edition database.
ChartCell Represents a completed span in a variant CKY+ parse chart.
CNFChartCell Represents a chart cell in a standard CKY parse chart, where rules are required to be in Chomsky Normal Form.
CNFGrammar Grammar capable of parsing using the CKY parsing algorithm.
Grammar Context-free grammar capable of parsing sentences using a variant of the CKY+ parsing algorithm.
IncompleteChartCell Represents a incomplete span in a variant CKY+ parse chart.
ParseTree Represents a parse tree.
PCNFGrammar Probabilistic grammar capable of parsing using the CKY parsing algorithm.
PGrammar Probabilistic context-free grammar capable of parsing sentences using a variant of the CKY+ parsing algorithm.
PRuleDatabase<Rule extends Scorable> Wrapper class for a Berkeley DB database consisting of probabilistic grammar rules.
RuleDatabase Deprecated. Use PRuleDatabase
RuleSet Represents a collection of rules.
WSJParser