Uses of Class
opennlp.tools.coref.sim.GenderEnum

Packages that use GenderEnum
opennlp.tools.coref Package related to performing coreference resolution. 
opennlp.tools.coref.mention Package related to the modeling mentions for coreference resolution. 
opennlp.tools.coref.sim Package related to the modeling mention similarity for coreference resolution. 
 

Uses of GenderEnum in opennlp.tools.coref
 

Methods in opennlp.tools.coref that return GenderEnum
 GenderEnum DiscourseEntity.getGender()
          Returns the gender associated with this entity.
 

Methods in opennlp.tools.coref with parameters of type GenderEnum
 void DiscourseEntity.setGender(GenderEnum gender)
          Specifies the gender of this entity.
 

Constructors in opennlp.tools.coref with parameters of type GenderEnum
DiscourseEntity(MentionContext mention, GenderEnum gender, double genderProb, NumberEnum number, double numberProb)
          Creates a new entity based on the specified mention and its specified gender and number properties.
 

Uses of GenderEnum in opennlp.tools.coref.mention
 

Methods in opennlp.tools.coref.mention that return GenderEnum
 GenderEnum MentionContext.getGender()
          Returns the gender of this mention.
 

Methods in opennlp.tools.coref.mention with parameters of type GenderEnum
 void MentionContext.setGender(GenderEnum gender, double probability)
          Assigns the specified gender with the specified probability to this mention.
 

Uses of GenderEnum in opennlp.tools.coref.sim
 

Fields in opennlp.tools.coref.sim declared as GenderEnum
static GenderEnum GenderEnum.FEMALE
          Female gender.
static GenderEnum GenderEnum.MALE
          Male gender.
static GenderEnum GenderEnum.NEUTER
          Nueter gender.
static GenderEnum GenderEnum.UNKNOWN
          Unknown gender.
 

Methods in opennlp.tools.coref.sim that return GenderEnum
 GenderEnum Gender.getType()
           
 

Constructors in opennlp.tools.coref.sim with parameters of type GenderEnum
Gender(GenderEnum type, double confidence)
           
 



Copyright © 2010. All Rights Reserved.