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

T

TermFrequencyTable() - Method in class ca.uottawa.balie.TokenList
Gets the TF table.
Test() - Static method in class ca.uottawa.balie.test.TestFeatures
 
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 in ca.uottawa.balie.test
 
TestAll() - Constructor for class ca.uottawa.balie.test.TestAll
 
TestFeatures - Class in ca.uottawa.balie.test
 
TestFeatures() - Constructor for class ca.uottawa.balie.test.TestFeatures
 
TestLanguageIdentification - Class in ca.uottawa.balie.test
 
TestLanguageIdentification() - Constructor for class ca.uottawa.balie.test.TestLanguageIdentification
 
TestModel() - Method in class ca.uottawa.balie.WekaLearner
Test the learned model.
TestNamedEntityRecognition - Class in ca.uottawa.balie.test
 
TestNamedEntityRecognition() - Constructor for class ca.uottawa.balie.test.TestNamedEntityRecognition
 
TestTokenization - Class in ca.uottawa.balie.test
 
TestTokenization() - Constructor for class ca.uottawa.balie.test.TestTokenization
 
TestWekaLearner - Class in ca.uottawa.balie.test
 
TestWekaLearner() - Constructor for class ca.uottawa.balie.test.TestWekaLearner
 
Token - Class in ca.uottawa.balie
Tokens are the unit element of Balie.
Token(String, String, int, PunctLookup, AccentLookup, int, int, int, int, int) - Constructor for class ca.uottawa.balie.Token
Creates a new token with all the required information.
TokenConsts - Class in ca.uottawa.balie
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.
TokenFeature - Class in ca.uottawa.balie
This class contains a wide range of features about a token.
TokenFeature(String, PunctLookup) - Constructor for class ca.uottawa.balie.TokenFeature
Construct features for a token
TokenFeature.BooleanMechanism - Class in ca.uottawa.balie
Mechanism for a boolean feature
TokenFeature.BooleanMechanism() - Constructor for class ca.uottawa.balie.TokenFeature.BooleanMechanism
 
TokenFeature.Feature - Enum in ca.uottawa.balie
lexical features
TokenFeature.FeatureType - Enum in ca.uottawa.balie
possible types for a token feature
TokenFeature.IFeature - Interface in ca.uottawa.balie
a feature must have a type and a mechanism that compute its value
TokenFeature.Mechanism - Interface in ca.uottawa.balie
Each feature must implements one mechanism
TokenFeature.NominalMechanism - Class in ca.uottawa.balie
Mechanism for a nominal feature
TokenFeature.NominalMechanism() - Constructor for class ca.uottawa.balie.TokenFeature.NominalMechanism
 
TokenFeature.NumericMechanism - Class in ca.uottawa.balie
Mechanism for a numeric feature
TokenFeature.NumericMechanism() - Constructor for class ca.uottawa.balie.TokenFeature.NumericMechanism
 
Tokenize(String) - Method in class ca.uottawa.balie.Tokenizer
Tokenize a text, turning it in a TokenList
Tokenizer - Class in ca.uottawa.balie
The tokenizer takes a text in input and extract a tokenlist.
Tokenizer(String, boolean) - Constructor for class ca.uottawa.balie.Tokenizer
Construct tokenizer by specifying language and some options.
TokenList - Class in ca.uottawa.balie
List of Tokens to represent a text.
TokenList(boolean, NamedEntityTypeEnumI[]) - Constructor for class ca.uottawa.balie.TokenList
Construct an empty TokenList.
TokenListIterator - Class in ca.uottawa.balie
Iterator for token list
TokenRangeText(int, int, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class ca.uottawa.balie.TokenList
Get String representation of a part of the tokenlist
toString() - Method in class ca.uottawa.balie.DisambiguationRulesKey
 
toString() - Method in class ca.uottawa.balie.NamedEntityAlias
 
toString() - Method in class ca.uottawa.balie.NamedEntityExplanation
 
toString() - Method in class ca.uottawa.balie.Token
A canonical string representation of this token.
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
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).
TYPE_PUNCTUATION - Static variable in class ca.uottawa.balie.TokenConsts
 
TYPE_WORD - Static variable in class ca.uottawa.balie.TokenConsts
 
TypeCount() - Method in class ca.uottawa.balie.NamedEntityType
Get the number of primitive types declared in this entity
Types() - Method in class ca.uottawa.balie.LexiconOnDisk
 
Types() - Method in interface ca.uottawa.balie.LexiconOnDiskI
 

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