Package | Description |
---|---|
org.maltparser.core.lw.graph | |
org.maltparser.core.syntaxgraph | |
org.maltparser.core.syntaxgraph.node | |
org.maltparser.parser |
The top package for Single Malt Parser.
|
Modifier and Type | Method and Description |
---|---|
LabelSet |
LWDependencyGraph.checkOutNewLabelSet() |
LabelSet |
LWDependencyGraph.getDefaultRootEdgeLabels() |
LabelSet |
LWNode.getHeadEdgeLabelSet() |
LabelSet |
LWNode.getLabelSet()
Returns the label set.
|
LabelSet |
LWEdge.getLabelSet()
Returns the label set.
|
Modifier and Type | Method and Description |
---|---|
void |
LWNode.addHeadEdgeLabel(LabelSet labelSet) |
void |
LWNode.addLabel(LabelSet labels)
Adds the labels of the label set to the label set of the graph element.
|
void |
LWEdge.addLabel(LabelSet labelSet)
Adds the labels of the label set to the label set of the graph element.
|
void |
LWDependencyGraph.checkInLabelSet(LabelSet labelSet) |
Modifier and Type | Field and Description |
---|---|
protected ObjectPoolList<LabelSet> |
SyntaxGraph.labelSetPool |
Modifier and Type | Method and Description |
---|---|
LabelSet |
SyntaxGraph.checkOutNewLabelSet() |
LabelSet |
LabeledStructure.checkOutNewLabelSet()
Checks out a new label set from the structure.
|
LabelSet |
MappablePhraseStructureGraph.getDefaultRootEdgeLabels() |
LabelSet |
DependencyStructure.getDefaultRootEdgeLabels() |
LabelSet |
DependencyGraph.getDefaultRootEdgeLabels() |
LabelSet |
RootLabels.getDefaultRootLabels() |
LabelSet |
Element.getLabelSet()
Returns the label set.
|
LabelSet |
GraphElement.getLabelSet()
Returns the label set.
|
Modifier and Type | Method and Description |
---|---|
void |
Element.addLabel(LabelSet labelSet)
Adds the labels of the label set to the label set of the graph element.
|
void |
GraphElement.addLabel(LabelSet labels)
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) |
Constructor and Description |
---|
LabelSet(LabelSet labelSet) |
Modifier and Type | Method and Description |
---|---|
LabelSet |
Root.getHeadEdgeLabelSet() |
LabelSet |
DependencyNode.getHeadEdgeLabelSet() |
LabelSet |
Token.getHeadEdgeLabelSet() |
Modifier and Type | Method and Description |
---|---|
void |
Root.addHeadEdgeLabel(LabelSet labelSet) |
void |
DependencyNode.addHeadEdgeLabel(LabelSet labelSet) |
void |
Token.addHeadEdgeLabel(LabelSet labelSet) |
Modifier and Type | Method and Description |
---|---|
protected GuideUserAction |
TransitionSystem.updateActionContainers(GuideUserHistory history,
int transition,
LabelSet arcLabels) |
protected GuideUserAction |
Oracle.updateActionContainers(int transition,
LabelSet arcLabels) |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.