Package | Description |
---|---|
org.maltparser.core.lw.graph | |
org.maltparser.core.syntaxgraph | |
org.maltparser.core.syntaxgraph.edge | |
org.maltparser.core.syntaxgraph.node |
Modifier and Type | Class and Description |
---|---|
class |
LWNode
A lightweight version of org.maltparser.core.syntaxgraph.node.
|
Modifier and Type | Method and Description |
---|---|
Node |
LWEdge.getSource() |
Node |
LWEdge.getTarget() |
Modifier and Type | Method and Description |
---|---|
void |
LWEdge.setEdge(Node source,
Node target,
int type) |
Constructor and Description |
---|
LWEdge(Node _source,
Node _target) |
LWEdge(Node _source,
Node _target,
java.util.SortedMap<org.maltparser.concurrent.graph.dataformat.ColumnDescription,java.lang.String> _labels) |
Modifier and Type | Method and Description |
---|---|
protected void |
MappablePhraseStructureGraph.removeDependencyEdge(Node head,
Node dependent) |
protected void |
DependencyGraph.removeDependencyEdge(Node head,
Node dependent) |
Modifier and Type | Method and Description |
---|---|
Node |
Edge.getSource()
Returns the source node of the edge.
|
Node |
GraphEdge.getSource()
Returns the source node of the edge.
|
Node |
Edge.getTarget()
Returns the target node of the edge.
|
Node |
GraphEdge.getTarget()
Returns the target node of the edge.
|
Modifier and Type | Method and Description |
---|---|
void |
Edge.setEdge(Node source,
Node target,
int type)
Sets the edge with a source node, a target node and a type (DEPENDENCY_EDGE, PHRASE_STRUCTURE_EDGE
or SECONDARY_EDGE).
|
void |
GraphEdge.setEdge(Node source,
Node target,
int type)
Sets the edge with a source node, a target node and a type (DEPENDENCY_EDGE, PHRASE_STRUCTURE_EDGE
or SECONDARY_EDGE).
|
Constructor and Description |
---|
GraphEdge(Node source,
Node target,
int type) |
WeightedEdge(Node source,
Node target,
int type) |
WeightedEdge(Node source,
Node target,
int type,
java.lang.Double weight) |
Modifier and Type | Class and Description |
---|---|
class |
GraphNode |
class |
NonTerminal |
class |
Root |
class |
Token |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.