A B C D E G H I L M N P R S T U

G

get(int, int, int) - Method in class up.BackpointerChart
Returns the backpointer for the specified span in this chart.
get(int, int, int) - Method in class up.ScoreChart
Returns the score for the specified span in this chart.
getBestParse(List<String>) - Method in class up.MyParser
Returns a best parse tree for the specified word sequence.
getBestParse(List<String>) - Method in interface up.Parser
Returns a best parse tree for the specified word sequence.
getBestParse(List<String>) - Method in class up.SimpleParser
 
getBestParse(List<String>) - Method in class up.StupidParser
Returns a dummy parse tree for the specified tag sequence.
getBinarizer() - Static method in class up.TreeTransformers
Returns the shared instance of the Binarizer.
getBinaryRules() - Method in class up.Grammar
Returns the binary rules of this grammar.
getBinaryRulesWithLHS(int) - Method in class up.Grammar
Returns the binary rules of this grammar with the specified left-hand side.
getBinaryRulesWithRHS1(int) - Method in class up.Grammar
Returns the binary rules of this grammar with the specified right-hand side.
getBinaryRulesWithRHS2(int) - Method in class up.Grammar
Returns the binary rules of this grammar with the specified right-hand side.
getCategory(int) - Method in class up.Grammar
Returns the category of this grammar with the specified code.
getCodeCategory(String) - Method in class up.Grammar
Returns the code of the specified syntactic category.
getCodeWord(String) - Method in class up.Grammar
Returns the code of the specified word.
getCopy() - Method in class up.Tree
Returns a copy of this tree.
getCopy(TreePredicate) - Method in class up.Tree
Returns a copy of this tree, ignoring subtrees to which the specified predicate applies.
getDebinarizer() - Static method in class up.TreeTransformers
Returns the shared instance of the Debinarizer.
getEmptySubtreeStripper() - Static method in class up.TreeTransformers
Returns the shared instance of the EmptySubtreeStripper.
getEntries() - Method in class up.Index
Returns the list of all entries of this index.
getEntry(int) - Method in class up.Index
Returns the entry with the specified index value.
getFMeasure() - Method in class up.BracketScorer
Returns the F-measure computed by this scorer.
getFunctionAnnotationStripper() - Static method in class up.TreeTransformers
Returns the shared instance of the FunctionAnnotationStripper.
getGrammar() - Method in class up.GrammarExtractor
Returns the extracted grammar.
getIndex(E) - Method in class up.Index
Returns the index value for the specified entry.
getInstance() - Static method in class up.NullTreeHandler
Returns the singleton instance of this class.
getLabel() - Method in class up.Tree
Returns the label of the root node of this tree.
getLeaves() - Method in class up.Tree
Returns the leaves of this tree.
getLeftmostSubtree() - Method in class up.Tree
Returns the leftmost immediate subtree of this tree.
getLeftSibling() - Method in class up.Tree
Returns the left sibling tree of this tree.
getLHS() - Method in class up.BinaryRule
 
getLHS() - Method in class up.PreterminalRule
Returns the left-hand side of this rule.
getLHS() - Method in class up.Rule
Returns the left-hand side of this rule.
getLHS() - Method in class up.UnaryRule
 
getNBinaryRules() - Method in class up.Grammar
Returns the number of binary rules of this grammar.
getNCategories() - Method in class up.Grammar
Returns the number of categories of this grammar.
getNEntries() - Method in class up.Index
Returns the number of entries in this index.
getNPreterminalRules() - Method in class up.Grammar
Returns the number of preterminal rules of this grammar.
getNRules() - Method in class up.Grammar
Returns the number of rules of this grammar.
getNSubtrees() - Method in class up.Tree
Returns the number of immediate subtrees of this tree.
getNUnaryRules() - Method in class up.Grammar
Returns the number of unary rules of this grammar.
getNWords() - Method in class up.Grammar
Returns the number of words of this grammar.
getParentAnnotationStripper() - Static method in class up.TreeTransformers
Returns the shared instance of the ParentAnnotationStripper.
getParentAnnotator() - Static method in class up.TreeTransformers
Returns the shared instance of the ParentAnnotator.
getPointerL() - Method in class up.Backpointer
Returns the backpointer for the left subtree.
getPointerR() - Method in class up.Backpointer
Returns the backpointer for the right subtree.
getPrecision() - Method in class up.BracketScorer
Returns the precision computed by this scorer.
getPreterminalRules() - Method in class up.Grammar
Returns the preterminal rules of this grammar.
getPreterminalRulesWithLHS(int) - Method in class up.Grammar
Returns the preterminal rules of this grammar with the specified left-hand side.
getPreterminalRulesWithRHS(int) - Method in class up.Grammar
Returns the preterminal rules of this grammar with the specified right-hand side.
getRecall() - Method in class up.BracketScorer
Returns the recall computed by this scorer.
getRHS() - Method in class up.PreterminalRule
Returns the right-hand side of this rule.
getRHS() - Method in class up.UnaryRule
Returns the right-hand side of this rule.
getRHS1() - Method in class up.BinaryRule
Returns the first category on the right-hand side of this rule.
getRHS2() - Method in class up.BinaryRule
Returns the second category on the right-hand side of this rule.
getRightmostSubtree() - Method in class up.Tree
Returns the rightmost immediate subtree of this tree.
getRightSibling() - Method in class up.Tree
Returns the right sibling tree of this tree.
getRootCode() - Method in class up.Grammar
Returns the code of the root category of this grammar.
getRule() - Method in class up.Backpointer
Returns the rule associated with this backpointer.
getScore() - Method in class up.Rule
Returns the score of this rule.
getSubtrees() - Method in class up.Tree
Returns the subtrees of this tree.
getSuccessor() - Method in class up.DefaultTreeHandler
Returns the successor of this handler.
getSupertree() - Method in class up.Tree
Returns the immediate supertree of this tree.
getUnaryChainsSplicer() - Static method in class up.TreeTransformers
Returns the shared instance of the UnaryChainsSplicer.
getUnaryRules() - Method in class up.Grammar
Returns the unary rules of this grammar.
getUnaryRulesWithLHS(int) - Method in class up.Grammar
Returns the unary rules of this grammar with the specified left-hand side.
getUnaryRulesWithRHS(int) - Method in class up.Grammar
Returns the unary rules of this grammar with the specified right-hand side.
getUnknownCode() - Method in class up.Grammar
Returns the code of the unknown word.
getWord(int) - Method in class up.Grammar
Returns the word with the specified code.
getYield() - Method in class up.Tree
Returns the yield of this tree.
Grammar - Class in up
A probabilistic context-free grammar.
Grammar() - Constructor for class up.Grammar
Constructs a new grammar.
GrammarExtractor - Class in up
Extract a PCFG from a stream of trees.
GrammarExtractor() - Constructor for class up.GrammarExtractor
Constructs a new handler.
GrammarReader - Class in up
A utility class that reads a grammar from a file.

A B C D E G H I L M N P R S T U