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

I

IncrementSentenceNumber() - Method in class ca.uottawa.balie.Token
Increments the sentence number of a token.
Instance(String[]) - Method in class ca.uottawa.balie.CharacterNGram
Creates an instance made of n-gram relative frequencies for a given set of reference n-grams.
Is(int, int) - Static method in class ca.uottawa.balie.TokenConsts
Checks if an integer contains a reference value (using bitwise AND).
IsAbbreviation(String) - Method in class ca.uottawa.balie.AbbreviationLookup
Check if a word is an abbreviation.
IsAllCapSentence() - Method in class ca.uottawa.balie.Token
Check if this token start a sentence that is all capitalized (e.g.: header, title)
IsCapitalized() - Method in class ca.uottawa.balie.Token
Checks wether a token is capitalized.
IsEntity(String) - Method in class ca.uottawa.balie.LexiconOnDisk
Check if a given word is listed in a lexicon
IsInternalPunct(char) - Method in class ca.uottawa.balie.PunctLookup
Checks if a char is an internal punctuation that is not welcome inside a word (ex.: '.' or ',' or ':')
IsNumeric() - Method in class ca.uottawa.balie.WekaAttribute
Checks if the attribute is numeric
IsPunctuation(char) - Method in class ca.uottawa.balie.PunctLookup
Determines wether or not a given char is a known punctuation in Balie.
IsSentenceBoundary(WekaLearner, Token, Token, Token, Token) - Method in class ca.uottawa.balie.SentenceBoundariesRecognition
Check if a given token sequence is a sentence break (located after the "current" token)
IsSentenceStart() - Method in class ca.uottawa.balie.Token
Check if the token starts a new sentence
IsUnbreakable(String) - Method in class ca.uottawa.balie.UnbreakableLookup
Checks if a word is an Unbreakable.
Iterator() - Method in class ca.uottawa.balie.TokenList
Gets an iterator for the tokenList

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