| 
 | MaltParser 1.4.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TokenNode | |
|---|---|
| org.maltparser.core.syntaxgraph | |
| org.maltparser.core.syntaxgraph.node | |
| Uses of TokenNode in org.maltparser.core.syntaxgraph | 
|---|
| Methods in org.maltparser.core.syntaxgraph that return TokenNode | |
|---|---|
|  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. | 
| Methods in org.maltparser.core.syntaxgraph with parameters of type TokenNode | |
|---|---|
|  String | MappablePhraseStructureGraph.toStringTerminalNode(TokenNode node) | 
|  String | PhraseStructureGraph.toStringTerminalNode(TokenNode node) | 
| Uses of TokenNode in org.maltparser.core.syntaxgraph.node | 
|---|
| Classes in org.maltparser.core.syntaxgraph.node that implement TokenNode | |
|---|---|
|  class | Token | 
| Fields in org.maltparser.core.syntaxgraph.node declared as TokenNode | |
|---|---|
| protected  TokenNode | Token.predecessorthe previous terminal node in the linear precedence | 
| protected  TokenNode | Token.successorthe next terminal node in the linear precedence | 
| Methods in org.maltparser.core.syntaxgraph.node that return TokenNode | |
|---|---|
|  TokenNode | NonTerminalNode.getLexicalHead() | 
|  TokenNode | Root.getLexicalHead() | 
|  TokenNode | NonTerminal.getLexicalHead() | 
|  TokenNode | NonTerminalNode.getLexicalHead(HeadRules headRules) | 
|  TokenNode | Root.getLexicalHead(HeadRules headRules) | 
|  TokenNode | NonTerminal.getLexicalHead(HeadRules headRules) | 
|  TokenNode | TokenNode.getPredecessor()Returns the predecessor token node in the linear order of the token nodes. | 
|  TokenNode | Token.getPredecessor()Returns the predecessor terminal node in the linear order of the terminal nodes. | 
|  TokenNode | TokenNode.getSuccessor()Returns the successor token node in the linear order of the token nodes. | 
|  TokenNode | Token.getSuccessor()Returns the successor terminal node in the linear order of the terminal nodes. | 
|  TokenNode | NonTerminalNode.identifyHead(HeadRules headRules) | 
|  TokenNode | Root.identifyHead(HeadRules headRules) | 
|  TokenNode | NonTerminal.identifyHead(HeadRules headRules) | 
| Methods in org.maltparser.core.syntaxgraph.node with parameters of type TokenNode | |
|---|---|
|  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. | 
| 
 | MaltParser 1.4.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||