opennlp.tools.coref.sim
Class Gender

java.lang.Object
  extended by opennlp.tools.coref.sim.Gender

public class Gender
extends Object

Class which models the gender of an entity and the confidence of that association.


Constructor Summary
Gender(GenderEnum type, double confidence)
           
 
Method Summary
 double getConfidence()
           
 GenderEnum getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gender

public Gender(GenderEnum type,
              double confidence)
Method Detail

getType

public GenderEnum getType()

getConfidence

public double getConfidence()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.