opennlp.tools.coref.sim
Class Number

java.lang.Object
  extended by opennlp.tools.coref.sim.Number

public class Number
extends Object

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Number

public Number(NumberEnum type,
              double confidence)
Method Detail

getType

public NumberEnum getType()

getConfidence

public double getConfidence()


Copyright © 2010. All Rights Reserved.