Uses of Class
pt.tumba.ngram.bayes.Token

Packages that use Token
pt.tumba.ngram.bayes Implementation of Bayesian Network Classifiers that can be used to categorize text files using N-Grams as features. 
 

Uses of Token in pt.tumba.ngram.bayes
 

Fields in pt.tumba.ngram.bayes declared as Token
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
(package private)  Token JJXMLBIFv03Calls.first
           
private  Token XMLInterchangeFormat.jj_lastpos
           
 Token BayesInterchangeFormat.jj_nt
           
 Token XMLInterchangeFormat.jj_nt
           
private  Token XMLInterchangeFormat.jj_scanpos
           
 Token Token.next
          A reference to the next regular (non-special) token from the input stream.
 Token Token.specialToken
          This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
 Token BayesInterchangeFormat.token
           
 Token XMLInterchangeFormat.token
           
 

Methods in pt.tumba.ngram.bayes that return Token
 Token BayesInterchangeFormat.getNextToken()
           
 Token XMLInterchangeFormat.getNextToken()
           
 Token BayesInterchangeFormat.getToken(int index)
           
 Token XMLInterchangeFormat.getToken(int index)
           
private  Token BayesInterchangeFormat.jj_consume_token(int kind)
           
private  Token XMLInterchangeFormat.jj_consume_token(int kind)
           
private  Token BayesInterchangeFormat.jjFillToken()
           
private  Token XMLInterchangeFormat.jjFillToken()
           
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
 Token BayesInterchangeFormat.nextToken()
           
 Token XMLInterchangeFormat.nextToken()
           
 

Constructors in pt.tumba.ngram.bayes with parameters of type Token
ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, java.lang.String[] tokenImageVal)
          This constructor is used by the method "generateParseException" in the generated parser.