opennlp.tools.coref.sim
Class Gender
java.lang.Object
opennlp.tools.coref.sim.Gender
public class Gender
- extends Object
Class which models the gender of an enity and the confidence of that association.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Gender
public Gender(GenderEnum type,
double confidence)
getType
public GenderEnum getType()
getConfidence
public double getConfidence()
Copyright © 2010. All Rights Reserved.