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