|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopennlp.tools.coref.sim.Number
public class Number
Class which models the number of an entity and the confidence of that association.
Constructor Summary | |
---|---|
Number(NumberEnum type,
double confidence)
|
Method Summary | |
---|---|
double |
getConfidence()
|
NumberEnum |
getType()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Number(NumberEnum type, double confidence)
Method Detail |
---|
public NumberEnum getType()
public double getConfidence()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |