Uses of Class
ca.uottawa.balie.NamedEntityType

Packages that use NamedEntityType
ca.uottawa.balie   
 

Uses of NamedEntityType in ca.uottawa.balie
 

Methods in ca.uottawa.balie that return NamedEntityType
 NamedEntityType NamedEntityType.clone(NamedEntityExplanation pi_Info)
           
 NamedEntityType NamedEntityAlias.DominantType()
           
static NamedEntityType NamedEntityTypeEnum.Enamex()
           
 NamedEntityType Token.EntityType()
          Get the entity type of this token see NamedEntityType for enumeration of types.
 NamedEntityType LexiconOnDiskI.GetEntityType(java.lang.String pi_Word, boolean pi_bFuzzy)
           
 NamedEntityType LexiconOnDisk.GetEntityType(java.lang.String pi_Word, boolean pi_bFuzzy)
          Get the entity type for this word.
 NamedEntityType LexiconOnDisk.GetEntityTypeForAllFuzzyVariants(java.lang.String pi_Word)
          Get the entity type for this word and all its fuzzy variants.
static NamedEntityType NamedEntityType.Intersection(NamedEntityType pi_NE1, NamedEntityType pi_NE2, NamedEntityExplanation pi_Info)
          Returns a entity that is the intersection of the two parameters
static NamedEntityType NamedEntityTypeEnum.Mergable()
           
static NamedEntityType NamedEntityTypeEnum.NaturallyOccursLowercased()
           
 

Methods in ca.uottawa.balie with parameters of type NamedEntityType
 void Token.EntityType(NamedEntityType pi_Type)
          Set the entity type see TokenConsts for enumeration of types.
 boolean NamedEntityType.Intersect(NamedEntityType pi_NE)
          Check types that are common to this entity and the parameter entity
static NamedEntityType NamedEntityType.Intersection(NamedEntityType pi_NE1, NamedEntityType pi_NE2, NamedEntityExplanation pi_Info)
          Returns a entity that is the intersection of the two parameters
 void NamedEntityType.KeepOnly(NamedEntityType pi_NE, NamedEntityExplanation pi_Info)
          Keeps only the primitive types whose correspond to a type in the parameter entity Equivalent to bitwise AND
 void NamedEntityType.MergeWith(NamedEntityType pi_NE, NamedEntityExplanation pi_Info)
          Merge primitive type of current and parameter entity Equivalent to bitwise OR
 void NamedEntityAlias.SetDominantType(NamedEntityType pi_NE)
          Set the dominant type for this entity the dominant type is the preferred type to be applied to all elements of the alias
 void TokenList.SetEntityType(int pi_Index, NamedEntityType pi_Type)
          Set the type of an entity (deep copy)