|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LabelSet | |
---|---|
org.maltparser.core.syntaxgraph | |
org.maltparser.core.syntaxgraph.node | |
org.maltparser.parser | The top package for Single Malt Parser. |
Uses of LabelSet in org.maltparser.core.syntaxgraph |
---|
Fields in org.maltparser.core.syntaxgraph with type parameters of type LabelSet | |
---|---|
protected ObjectPoolList<LabelSet> |
SyntaxGraph.labelSetPool
|
Methods in org.maltparser.core.syntaxgraph that return LabelSet | |
---|---|
LabelSet |
LabeledStructure.checkOutNewLabelSet()
Checks out a new label set from the structure. |
LabelSet |
SyntaxGraph.checkOutNewLabelSet()
|
LabelSet |
DependencyStructure.getDefaultRootEdgeLabels()
|
LabelSet |
MappablePhraseStructureGraph.getDefaultRootEdgeLabels()
|
LabelSet |
DependencyGraph.getDefaultRootEdgeLabels()
|
LabelSet |
RootLabels.getDefaultRootLabels()
|
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 |
LabeledStructure.checkInLabelSet(LabelSet labelSet)
Checks in a label set. |
void |
SyntaxGraph.checkInLabelSet(LabelSet labelSet)
|
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 |
DependencyNode.getHeadEdgeLabelSet()
|
LabelSet |
Root.getHeadEdgeLabelSet()
|
Methods in org.maltparser.core.syntaxgraph.node with parameters of type LabelSet | |
---|---|
void |
Token.addHeadEdgeLabel(LabelSet labelSet)
|
void |
DependencyNode.addHeadEdgeLabel(LabelSet labelSet)
|
void |
Root.addHeadEdgeLabel(LabelSet labelSet)
|
Uses of LabelSet in org.maltparser.parser |
---|
Methods in org.maltparser.parser with parameters of type LabelSet | |
---|---|
protected GuideUserAction |
TransitionSystem.updateActionContainers(GuideUserHistory history,
int transition,
LabelSet arcLabels)
|
protected GuideUserAction |
Oracle.updateActionContainers(int transition,
LabelSet arcLabels)
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |