MaltParser 1.2

Uses of Class
org.maltparser.core.syntaxgraph.LabelSet

Packages that use LabelSet
org.maltparser.core.syntaxgraph   
org.maltparser.core.syntaxgraph.node   
org.maltparser.parser.algorithm.covington Implements the Covington deterministic parsing algorithms. 
org.maltparser.parser.algorithm.nivre Implements the Nivre deterministic parsing algorithms. 
org.maltparser.parser.algorithm.nivre.malt04 Implements the Nivre deterministic parsing algorithms that emulate the behavior of MaltParser 0.4. 
 

Uses of LabelSet in org.maltparser.core.syntaxgraph
 

Fields in org.maltparser.core.syntaxgraph with type parameters of type LabelSet
protected  org.maltparser.core.pool.ObjectPoolList<LabelSet> SyntaxGraph.labelSetPool
           
 

Methods in org.maltparser.core.syntaxgraph that return LabelSet
 LabelSet SyntaxGraph.checkOutNewLabelSet()
           
 LabelSet LabeledStructure.checkOutNewLabelSet()
          Checks out a new label set from the structure.
 LabelSet GraphElement.getLabelSet()
          Returns the label set.
 LabelSet Element.getLabelSet()
          Returns the label set.
 

Methods in org.maltparser.core.syntaxgraph with parameters of type LabelSet
 void GraphElement.addLabel(LabelSet labels)
          Adds the labels of the label set to the label set of the graph element.
 void Element.addLabel(LabelSet labelSet)
          Adds the labels of the label set to the label set of the graph element.
 void SyntaxGraph.checkInLabelSet(LabelSet labelSet)
           
 void LabeledStructure.checkInLabelSet(LabelSet labelSet)
          Checks in a label set.
 boolean RootLabels.checkRootLabelCodes(LabelSet rlc)
           
 

Constructors in org.maltparser.core.syntaxgraph with parameters of type LabelSet
LabelSet(LabelSet labelSet)
           
 

Uses of LabelSet in org.maltparser.core.syntaxgraph.node
 

Methods in org.maltparser.core.syntaxgraph.node that return LabelSet
 LabelSet Token.getHeadEdgeLabelSet()
           
 LabelSet Root.getHeadEdgeLabelSet()
           
 LabelSet DependencyNode.getHeadEdgeLabelSet()
           
 

Methods in org.maltparser.core.syntaxgraph.node with parameters of type LabelSet
 void Token.addHeadEdgeLabel(LabelSet labelSet)
           
 void Root.addHeadEdgeLabel(LabelSet labelSet)
           
 void DependencyNode.addHeadEdgeLabel(LabelSet labelSet)
           
 

Uses of LabelSet in org.maltparser.parser.algorithm.covington
 

Methods in org.maltparser.parser.algorithm.covington with parameters of type LabelSet
protected  void Covington.updateActionContainers(int transition, LabelSet arcLabels)
           
 

Uses of LabelSet in org.maltparser.parser.algorithm.nivre
 

Methods in org.maltparser.parser.algorithm.nivre that return LabelSet
protected  LabelSet Nivre.getArcLabels(DependencyStructure parseDependencyGraph)
           
 

Methods in org.maltparser.parser.algorithm.nivre with parameters of type LabelSet
protected  void NivreStandard.updateActionContainers(int transition, LabelSet arcLabels)
           
protected  void NivreEager.updateActionContainers(int transition, LabelSet arcLabels)
           
protected abstract  void Nivre.updateActionContainers(int transition, LabelSet arcLabels)
           
 

Uses of LabelSet in org.maltparser.parser.algorithm.nivre.malt04
 

Methods in org.maltparser.parser.algorithm.nivre.malt04 with parameters of type LabelSet
protected  void NivreStandardMalt04.updateActionContainers(int transition, LabelSet arcLabels)
           
protected  void NivreEagerMalt04.updateActionContainers(int transition, LabelSet arcLabels)
           
 


MaltParser 1.2

Copyright 2007-2008 Johan Hall, Jens Nilsson and Joakim Nivre.