opennlp.tools.coref.sim
Class Number

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

public class Number
extends java.lang.Object

Class which models the number of an enity 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 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.