|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopennlp.tools.coref.sim.Gender
public class Gender
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 |
---|
public Gender(GenderEnum type, double confidence)
Method Detail |
---|
public GenderEnum getType()
public double getConfidence()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |