|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
org.maltparser.core.syntaxgraph | |
org.maltparser.core.syntaxgraph.edge | |
org.maltparser.core.syntaxgraph.node |
Uses of Node in org.maltparser.core.syntaxgraph |
---|
Methods in org.maltparser.core.syntaxgraph with parameters of type Node | |
---|---|
protected void |
MappablePhraseStructureGraph.removeDependencyEdge(Node head,
Node dependent)
|
protected void |
DependencyGraph.removeDependencyEdge(Node head,
Node dependent)
|
Uses of Node in org.maltparser.core.syntaxgraph.edge |
---|
Methods in org.maltparser.core.syntaxgraph.edge that return Node | |
---|---|
Node |
GraphEdge.getSource()
Returns the source node of the edge. |
Node |
Edge.getSource()
Returns the source node of the edge. |
Node |
GraphEdge.getTarget()
Returns the target node of the edge. |
Node |
Edge.getTarget()
Returns the target node of the edge. |
Methods in org.maltparser.core.syntaxgraph.edge with parameters of type Node | |
---|---|
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). |
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). |
Constructors in org.maltparser.core.syntaxgraph.edge with parameters of type Node | |
---|---|
GraphEdge(Node source,
Node target,
int type)
|
|
WeightedEdge(Node source,
Node target,
int type)
|
|
WeightedEdge(Node source,
Node target,
int type,
Double weight)
|
Uses of Node in org.maltparser.core.syntaxgraph.node |
---|
Classes in org.maltparser.core.syntaxgraph.node that implement Node | |
---|---|
class |
GraphNode
|
class |
NonTerminal
|
class |
Root
|
class |
Token
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |