A B C D E F G H I L M N O P Q R S T U V W X Y

T

TYPE_PUNCTUATION - Static variable in class ca.uottawa.balie.TokenConsts
 
TYPE_WORD - Static variable in class ca.uottawa.balie.TokenConsts
 
TermFrequencyTable() - Method in class ca.uottawa.balie.TokenList
Gets the TF table.
Test() - Static method in class ca.uottawa.balie.test.TestLanguageIdentification
 
Test() - Static method in class ca.uottawa.balie.test.TestNamedEntityRecognition
 
Test() - Static method in class ca.uottawa.balie.test.TestTokenization
 
Test() - Static method in class ca.uottawa.balie.test.TestWekaLearner
 
TestAll - class ca.uottawa.balie.test.TestAll.
 
TestAll() - Constructor for class ca.uottawa.balie.test.TestAll
 
TestLanguageIdentification - class ca.uottawa.balie.test.TestLanguageIdentification.
 
TestLanguageIdentification() - Constructor for class ca.uottawa.balie.test.TestLanguageIdentification
 
TestModel() - Method in class ca.uottawa.balie.WekaLearner
Test the learned model.
TestNamedEntityRecognition - class ca.uottawa.balie.test.TestNamedEntityRecognition.
 
TestNamedEntityRecognition() - Constructor for class ca.uottawa.balie.test.TestNamedEntityRecognition
 
TestTokenization - class ca.uottawa.balie.test.TestTokenization.
 
TestTokenization() - Constructor for class ca.uottawa.balie.test.TestTokenization
 
TestWekaLearner - class ca.uottawa.balie.test.TestWekaLearner.
 
TestWekaLearner() - Constructor for class ca.uottawa.balie.test.TestWekaLearner
 
ToXML() - Method in class ca.uottawa.balie.Token
Gets the XML representation of the token.
ToXML() - Method in class ca.uottawa.balie.TokenList
Gets the tokenlist in XML format
Token - class ca.uottawa.balie.Token.
Tokens are the unit element of Balie.
Token(String, String, int, PunctLookup, int, int, int) - Constructor for class ca.uottawa.balie.Token
Creates a new token with all the required information.
TokenConsts - class ca.uottawa.balie.TokenConsts.
Static class containing enumeration of token type value.
TokenCount() - Method in class ca.uottawa.balie.Tokenizer
Gets the number of token found in the text.
TokenList - class ca.uottawa.balie.TokenList.
List of Tokens to represent a text.
TokenList(boolean) - Constructor for class ca.uottawa.balie.TokenList
Construct an empty TokenList.
TokenListIterator - class ca.uottawa.balie.TokenListIterator.
 
TokenRangeText(int, int, boolean, boolean, boolean) - Method in class ca.uottawa.balie.TokenList
 
Tokenize(String) - Method in class ca.uottawa.balie.Tokenizer
Tokenize a text, turning it in a TokenList
Tokenizer - class ca.uottawa.balie.Tokenizer.
The tokenizer takes a text in input and extract a tokenlist.
Tokenizer(String, boolean, boolean, boolean) - Constructor for class ca.uottawa.balie.Tokenizer
Construct tokenizer by specifying language and some options.
TrainLanguageIdentification() - Static method in class ca.uottawa.balie.LanguageIdentification
Trains and Tests the language identification model.
TrainSentenceBoundariesRecognition() - Static method in class ca.uottawa.balie.SentenceBoundariesRecognition
Trains and Tests the sentence boundary recognition model
Type() - Method in class ca.uottawa.balie.Token
Gets the type of the token (word or punctuation).
toString() - Method in class ca.uottawa.balie.NamedEntityAlias
 
toString() - Method in class ca.uottawa.balie.Token
A canonical string representation of this token.

A B C D E F G H I L M N O P Q R S T U V W X Y