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 enity 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
clone, equals, finalize, 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 © 2010. All Rights Reserved.