Uses of Class
ca.uottawa.balie.Token

Packages that use Token
ca.uottawa.balie   
 

Uses of Token in ca.uottawa.balie
 

Methods in ca.uottawa.balie that return Token
 Token TokenList.Get(int pi_Index)
          Gets the token at the given index.
 Token TokenListIterator.Next()
          Get the next token
 

Methods in ca.uottawa.balie with parameters of type Token
 boolean TokenList.Add(Token pi_Token, SentenceBoundariesRecognition pi_SBR, WekaLearner pi_SBRModel)
          Add a token a the end of the TokenList.
 boolean SentenceBoundariesRecognition.IsSentenceBoundary(WekaLearner pi_Model, Token pi_SentenceBeginning, Token pi_LastToken, Token pi_CurrentToken, Token pi_NextToken)
          Check if a given token sequence is a sentence break (located after the "current" token)