|
MaltParser 1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArcLabels | |
|---|---|
| org.maltparser.core.graph | Contains classes for building a dependency graph. |
| org.maltparser.core.graph.arc | Provides classes for connecting two nodes with a labeled arc. |
| org.maltparser.parser.algorithm.helper | Contains classes that all deterministic parsing algorithm use (e.g., parser action and transition). |
| Uses of ArcLabels in org.maltparser.core.graph |
|---|
| Methods in org.maltparser.core.graph that return ArcLabels | |
|---|---|
ArcLabels |
Node.getArcLabels(int headindex)
|
ArcLabels |
DependencyGraph.getArcLabels(int headindex,
int depindex)
|
ArcLabels |
Node.getLabelCode()
|
| Methods in org.maltparser.core.graph with parameters of type ArcLabels | |
|---|---|
void |
SingleHeadedDependencyGraph.addArc(Node head,
Node dependent,
ArcLabels arcLabelCodes)
|
void |
DependencyGraph.addArc(Node head,
Node dependent,
ArcLabels arcLabelCodes)
|
void |
Node.addHead(Node head,
ArcLabels arcLabelCodes)
|
boolean |
RootLabels.checkRootLabelCodes(ArcLabels rlc)
|
| Uses of ArcLabels in org.maltparser.core.graph.arc |
|---|
| Fields in org.maltparser.core.graph.arc declared as ArcLabels | |
|---|---|
protected ArcLabels |
SingleHeadArc.labelCodes
|
| Fields in org.maltparser.core.graph.arc with type parameters of type ArcLabels | |
|---|---|
protected SortedMap<Node,ArcLabels> |
MultipleHeadArcs.labelCodes
|
| Methods in org.maltparser.core.graph.arc that return ArcLabels | |
|---|---|
ArcLabels |
SingleHeadArc.getArcLabels(int headindex)
|
ArcLabels |
MultipleHeadArcs.getArcLabels(int headindex)
|
ArcLabels |
HeadArcs.getArcLabels(int headindex)
|
ArcLabels |
SingleHeadArc.getFirstHeadArcLabels()
|
ArcLabels |
MultipleHeadArcs.getFirstHeadArcLabels()
|
ArcLabels |
HeadArcs.getFirstHeadArcLabels()
|
| Methods in org.maltparser.core.graph.arc with parameters of type ArcLabels | |
|---|---|
void |
SingleHeadArc.addHead(Node head,
ArcLabels arcLabelCodes)
|
void |
MultipleHeadArcs.addHead(Node head,
ArcLabels arcLabelCodes)
|
void |
HeadArcs.addHead(Node head,
ArcLabels arcLabelCodes)
|
| Constructors in org.maltparser.core.graph.arc with parameters of type ArcLabels | |
|---|---|
ArcLabels(ArcLabels arcLabels)
|
|
| Uses of ArcLabels in org.maltparser.parser.algorithm.helper |
|---|
| Methods in org.maltparser.parser.algorithm.helper that return ArcLabels | |
|---|---|
ArcLabels |
ParserAction.getLastLabelCode()
|
| Methods in org.maltparser.parser.algorithm.helper with parameters of type ArcLabels | |
|---|---|
void |
ParserAction.addAction(int code,
ArcLabels arcLabels)
|
void |
ParserAction.addAction(String transitionName,
ArcLabels arcLabels)
|
void |
ParserAction.replaceAction(int code,
ArcLabels arcLabels)
|
void |
ParserAction.replaceAction(String transitionName,
ArcLabels arcLabels)
|
|
MaltParser 1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||