MaltParser 1.0.1

Uses of Class
org.maltparser.core.sentence.Token

Packages that use Token
org.maltparser.core.graph Contains classes for building a dependency graph. 
org.maltparser.core.sentence Provides classes for representing a sentence. 
 

Uses of Token in org.maltparser.core.graph
 

Fields in org.maltparser.core.graph declared as Token
protected  Token Node.token
          a reference to the token in the sentence
 

Methods in org.maltparser.core.graph that return Token
 Token Node.getToken()
           
 

Methods in org.maltparser.core.graph with parameters of type Token
protected  void Node.setToken(Token token)
           
 

Constructors in org.maltparser.core.graph with parameters of type Token
Node(int index, boolean isRoot, boolean isSingleHeaded, Token token)
           
 

Uses of Token in org.maltparser.core.sentence
 

Methods in org.maltparser.core.sentence that return Token
 Token Sentence.getToken(int index)
           
 Token[] Sentence.getTokens()
           
 

Methods in org.maltparser.core.sentence with parameters of type Token
 int Token.compareTo(Token o)
           
 


MaltParser 1.0.1

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.