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
equals, 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 © 2013 The Apache Software Foundation. All Rights Reserved.