Uses of Class
edu.washington.cs.knowitall.ontology.match.OntologicalRelationMatcher

Packages that use OntologicalRelationMatcher
edu.washington.cs.knowitall.ontology.match   
edu.washington.cs.knowitall.rule   
edu.washington.cs.knowitall.rule.confidence   
 

Uses of OntologicalRelationMatcher in edu.washington.cs.knowitall.ontology.match
 

Subclasses of OntologicalRelationMatcher in edu.washington.cs.knowitall.ontology.match
 class BinaryOverlapMatcher
           
 class ContainsMatcher
           
 class ExactMatcher
           
 class PercentOverlapMatcher
           
 

Methods in edu.washington.cs.knowitall.ontology.match that return OntologicalRelationMatcher
static OntologicalRelationMatcher OntologicalRelationMatcher.create(Class<?> tagger, Class<?>[] argTypes, Object[] argValues)
           
static OntologicalRelationMatcher OntologicalRelationMatcher.create(String className)
           
static OntologicalRelationMatcher OntologicalRelationMatcher.create(String classname, Class<?>[] argTypes, Object[] argValues)
           
 

Uses of OntologicalRelationMatcher in edu.washington.cs.knowitall.rule
 

Methods in edu.washington.cs.knowitall.rule with parameters of type OntologicalRelationMatcher
 double AnnotatedSentence.matchesRelation(OntologicalRelation relation, OntologicalRelationMatcher matcher)
           
 

Uses of OntologicalRelationMatcher in edu.washington.cs.knowitall.rule.confidence
 

Fields in edu.washington.cs.knowitall.rule.confidence declared as OntologicalRelationMatcher
protected  OntologicalRelationMatcher ConfidenceFunction.matcher
           
 

Constructors in edu.washington.cs.knowitall.rule.confidence with parameters of type OntologicalRelationMatcher
ConfidenceFunction(List<AnnotatedSentence> annotations, OntologicalRelationMatcher matcher)
           
FnConfidenceFunction(List<AnnotatedSentence> annotateds, OntologicalRelationMatcher matcher, double beta)
           
PrecisionRecallConfidenceFunction(List<AnnotatedSentence> annotateds, OntologicalRelationMatcher matcher)
           
PrecisionRecallConfidenceFunction(List<AnnotatedSentence> annotateds, OntologicalRelationMatcher matcher, double minRecall)
           
 



Copyright © 2011 University of Washington CSE. All Rights Reserved.