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 |
LWEdge
A lightweight version of org.maltparser.core.syntaxgraph.edge.GraphEdge.
|
class |
LWNode
A lightweight version of org.maltparser.core.syntaxgraph.node.
|
Modifier and Type | Method and Description |
---|---|
void |
LWDependencyGraph.addLabel(Element element,
java.lang.String labelFunction,
java.lang.String label) |
Modifier and Type | Class and Description |
---|---|
class |
GraphElement |
Modifier and Type | Method and Description |
---|---|
void |
MappablePhraseStructureGraph.addLabel(Element element,
java.lang.String labelFunction,
java.lang.String label) |
void |
SyntaxGraph.addLabel(Element element,
java.lang.String labelFunction,
java.lang.String label) |
void |
LabeledStructure.addLabel(Element element,
java.lang.String tableName,
java.lang.String label)
Adds a label label to the graph element element
|
Modifier and Type | Interface and Description |
---|---|
interface |
Edge |
Modifier and Type | Class and Description |
---|---|
class |
GraphEdge |
class |
WeightedEdge |
Modifier and Type | Interface and Description |
---|---|
interface |
ComparableNode |
interface |
DependencyNode |
interface |
Node |
interface |
NonTerminalNode |
interface |
PhraseStructureNode |
interface |
TerminalNode |
interface |
TokenNode |
Modifier and Type | Class and Description |
---|---|
class |
GraphNode |
class |
NonTerminal |
class |
Root |
class |
Token |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.