Uses of Package
ca.uottawa.balie

Packages that use ca.uottawa.balie
ca.uottawa.balie   
 

Classes in ca.uottawa.balie used by ca.uottawa.balie
AccentLookup
          Lookup for accent equivalences
DisambiguationRulesI
          Container for disambiguation rules (between two NE types)
DisambiguationRulesKey
          A key is made of two NE types
DisambiguationRulesNerf
           
DisambiguationRulesOutcome
           
FeatureRepresentation
           
FeatureRepresentationVocabulary
           
LanguageIdentificationGuess
          A guess is compose of a language (e.g.: French) along with its probability (ex.: 0.9).
LanguageSpecific
          Squeleton of language specific routines.
LexiconOnDisk.Lexicon
          Choice of lexicons
LexiconOnDiskI
          Lexicon loader
LigatureLookup
          Wraps around a hashtable that contains a list of ligatures.
NamedEntityAlias
          NE alias object is a set of labels that represent the same entity
NamedEntityExplanation
           
NamedEntityExplanation.Acronym
           
NamedEntityExplanation.AdjacentShareType
           
NamedEntityExplanation.AliasDominantType
           
NamedEntityExplanation.Classifier
           
NamedEntityExplanation.ClassifierVote
           
NamedEntityExplanation.EntityCapitalMerging
           
NamedEntityExplanation.EntityEntityMerging
           
NamedEntityExplanation.EntityPunctMerging
           
NamedEntityExplanation.FuzzyMatch
           
NamedEntityExplanation.LexiconLookup
           
NamedEntityExplanation.NaturalLowercase
           
NamedEntityExplanation.RejectedLowercasedAndUppercased
           
NamedEntityExplanation.RejectedLowercasedOrAmbiguous
           
NamedEntityExplanation.UnknownCapital
           
NamedEntityRecognition
          NER abstract class
NamedEntityType
          Type of a NE
NamedEntityTypeEnum
           
NamedEntityTypeEnumI
          NE type enumeration
NamedEntityTypeEnumMappingNerf
           
PunctLookup
          Wraps around a hashtable that contains a list of punctuation.
SentenceBoundariesRecognition
          Methods for training, testing and using sentence boundary recognition.
Token
          Tokens are the unit element of Balie.
TokenFeature
          This class contains a wide range of features about a token.
TokenFeature.Feature
          lexical features
TokenFeature.FeatureType
          possible types for a token feature
TokenFeature.IFeature
          a feature must have a type and a mechanism that compute its value
TokenFeature.Mechanism
          Each feature must implements one mechanism
TokenList
          List of Tokens to represent a text.
TokenListIterator
          Iterator for token list
WekaAttribute
          Wrapper around the Weka attributes.
WekaLearner
          Methods to create, train and test a classification algorithm.