opennlp.tools.coref.sim
Class SemanticCompatibility

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

public class SemanticCompatibility
extends Object

Class which models the semantic compatibility of an enity and the confidence of that association.


Constructor Summary
SemanticCompatibility(SemanticEnum type, double confidence)
           
 
Method Summary
 double getConfidence()
           
 SemanticEnum getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemanticCompatibility

public SemanticCompatibility(SemanticEnum type,
                             double confidence)
Method Detail

getType

public SemanticEnum getType()

getConfidence

public double getConfidence()


Copyright © 2010. All Rights Reserved.