Uses of Package
opennlp.tools.coref.sim

Packages that use opennlp.tools.coref.sim
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.resolver Package related to resolution techniques for coreference resolution. 
opennlp.tools.coref.sim Package related to the modeling mention similarity for coreference resolution. 
 

Classes in opennlp.tools.coref.sim used by opennlp.tools.coref
Gender
          Class which models the gender of an enity and the confidence of that association.
GenderEnum
          Enumeration of gender types.
MaxentCompatibilityModel
          Model of mention compatibiltiy using a maxent model.
Number
          Class which models the number of an entity and the confidence of that association.
NumberEnum
          Enumeration of number types.
 

Classes in opennlp.tools.coref.sim used by opennlp.tools.coref.mention
Context
          Specifies the context of a mention for computing gender, number, and semantic compatibility.
GenderEnum
          Enumeration of gender types.
NumberEnum
          Enumeration of number types.
 

Classes in opennlp.tools.coref.sim used by opennlp.tools.coref.resolver
TestSimilarityModel
          Interface for testing a similarity model.
 

Classes in opennlp.tools.coref.sim used by opennlp.tools.coref.sim
Context
          Specifies the context of a mention for computing gender, number, and semantic compatibility.
Gender
          Class which models the gender of an enity and the confidence of that association.
GenderEnum
          Enumeration of gender types.
Number
          Class which models the number of an entity and the confidence of that association.
NumberEnum
          Enumeration of number types.
SemanticEnum
           
TestGenderModel
          Interface for testing a gender model.
TestNumberModel
          Interface for testing a number model.
TestSimilarityModel
          Interface for testing a similarity model.
TrainSimilarityModel
          Interface for training a similarity, gender, or number model.
 



Copyright © 2010. All Rights Reserved.