Package | Description |
---|---|
org.maltparser.core.lw.graph | |
org.maltparser.core.syntaxgraph | |
org.maltparser.core.syntaxgraph.node |
Modifier and Type | Method and Description |
---|---|
TokenNode |
LWDependencyGraph.addTokenNode() |
TokenNode |
LWDependencyGraph.addTokenNode(int index) |
TokenNode |
LWDependencyGraph.getTokenNode(int index) |
Modifier and Type | Method and Description |
---|---|
TokenNode |
Sentence.addTokenNode() |
TokenNode |
TokenStructure.addTokenNode()
Adds a token node with index n + 1, where n is the index of the last token node.
|
TokenNode |
Sentence.addTokenNode(int index) |
TokenNode |
TokenStructure.addTokenNode(int index)
Adds a token node with index index.
|
TokenNode |
Sentence.getTokenNode(int index) |
TokenNode |
TokenStructure.getTokenNode(int index)
Returns the token node with index index.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
MappablePhraseStructureGraph.toStringTerminalNode(TokenNode node) |
java.lang.String |
PhraseStructureGraph.toStringTerminalNode(TokenNode node) |
Modifier and Type | Class and Description |
---|---|
class |
Token |
Modifier and Type | Field and Description |
---|---|
protected TokenNode |
Token.predecessor
the previous terminal node in the linear precedence
|
protected TokenNode |
Token.successor
the next terminal node in the linear precedence
|
Modifier and Type | Method and Description |
---|---|
TokenNode |
Root.getLexicalHead() |
TokenNode |
NonTerminal.getLexicalHead() |
TokenNode |
NonTerminalNode.getLexicalHead() |
TokenNode |
Root.getLexicalHead(HeadRules headRules) |
TokenNode |
NonTerminal.getLexicalHead(HeadRules headRules) |
TokenNode |
NonTerminalNode.getLexicalHead(HeadRules headRules) |
TokenNode |
TokenNode.getTokenNodePredecessor()
Returns the predecessor token node in the linear order of the token nodes.
|
TokenNode |
Token.getTokenNodePredecessor()
Returns the predecessor terminal node in the linear order of the terminal nodes.
|
TokenNode |
TokenNode.getTokenNodeSuccessor()
Returns the successor token node in the linear order of the token nodes.
|
TokenNode |
Token.getTokenNodeSuccessor()
Returns the successor terminal node in the linear order of the terminal nodes.
|
TokenNode |
Root.identifyHead(HeadRules headRules) |
TokenNode |
NonTerminal.identifyHead(HeadRules headRules) |
TokenNode |
NonTerminalNode.identifyHead(HeadRules headRules) |
Modifier and Type | Method and Description |
---|---|
void |
TokenNode.setPredecessor(TokenNode predecessor)
Sets the predecessor token node in the linear order of the token nodes.
|
void |
Token.setPredecessor(TokenNode predecessor)
Sets the predecessor terminal node in the linear order of the terminal nodes.
|
void |
TokenNode.setSuccessor(TokenNode successor)
Sets the predecessor token node in the linear order of the token nodes.
|
void |
Token.setSuccessor(TokenNode successor)
Sets the predecessor terminal node in the linear order of the terminal nodes.
|
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.