opennlp.tools.coref.sim
Class SemanticCompatibility
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SemanticCompatibility
public SemanticCompatibility(SemanticEnum type,
double confidence)
getType
public SemanticEnum getType()
getConfidence
public double getConfidence()
Copyright © 2010. All Rights Reserved.