Uses of Class
edu.washington.cs.knowitall.ontology.OntologicalRelation

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

Uses of OntologicalRelation in edu.washington.cs.knowitall.ontology
 

Methods in edu.washington.cs.knowitall.ontology that return OntologicalRelation
static OntologicalRelation OntologicalRelation.fromXmlElement(org.jdom.Element e)
           
 OntologicalRelation OntologicalForm.instance(RelationExtraction extraction)
          Create an instance of this class by applying the argument constraints to the supplied extraction.
 

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

Methods in edu.washington.cs.knowitall.ontology.match with parameters of type OntologicalRelation
 boolean ContainsMatcher.matches(OntologicalRelation rel1, OntologicalRelation rel2)
           
 boolean ExactMatcher.matches(OntologicalRelation rel1, OntologicalRelation rel2)
           
abstract  boolean OntologicalRelationMatcher.matches(OntologicalRelation rel1, OntologicalRelation rel2)
           
 boolean PercentOverlapMatcher.matches(OntologicalRelation rel1, OntologicalRelation rel2)
           
 double ContainsMatcher.percent(OntologicalRelation rel1, OntologicalRelation rel2)
           
 double ExactMatcher.percent(OntologicalRelation rel1, OntologicalRelation rel2)
           
 double BinaryOverlapMatcher.percent(OntologicalRelation rel1, OntologicalRelation rel2)
           
abstract  double OntologicalRelationMatcher.percent(OntologicalRelation rel1, OntologicalRelation rel2)
           
 double PercentOverlapMatcher.percent(OntologicalRelation rel1, OntologicalRelation rel2)
           
 

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

Fields in edu.washington.cs.knowitall.rule declared as OntologicalRelation
 OntologicalRelation Annotation.relation
           
 

Fields in edu.washington.cs.knowitall.rule with type parameters of type OntologicalRelation
 com.google.common.collect.ImmutableSet<OntologicalRelation> Results.correct
           
 com.google.common.collect.ImmutableSet<OntologicalRelation> Results.error
           
 

Methods in edu.washington.cs.knowitall.rule that return OntologicalRelation
 OntologicalRelation Rule.apply(RelationExtraction extraction)
          Apply this rule to the supplied extraction and return the resulting ontological relation.
 

Methods in edu.washington.cs.knowitall.rule that return types with arguments of type OntologicalRelation
static Iterable<OntologicalRelation> Annotation.toOntologicalRelations(Iterable<Annotation> annotations)
           
 

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

Constructors in edu.washington.cs.knowitall.rule with parameters of type OntologicalRelation
Annotation(Sentence sentence, boolean positive, OntologicalRelation relation)
           
 

Constructor parameters in edu.washington.cs.knowitall.rule with type arguments of type OntologicalRelation
Results(Collection<OntologicalRelation> correct, Collection<OntologicalRelation> error)
           
Results(Collection<OntologicalRelation> correct, Collection<OntologicalRelation> error)
           
Results(com.google.common.collect.ImmutableSet<OntologicalRelation> correct, com.google.common.collect.ImmutableSet<OntologicalRelation> error)
           
Results(com.google.common.collect.ImmutableSet<OntologicalRelation> correct, com.google.common.collect.ImmutableSet<OntologicalRelation> error)
           
 

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

Methods in edu.washington.cs.knowitall.rule.confidence that return OntologicalRelation
 OntologicalRelation ConfidenceFunction.match(OntologicalRelation mappedRelation)
           
 

Methods in edu.washington.cs.knowitall.rule.confidence that return types with arguments of type OntologicalRelation
 Set<OntologicalRelation> ConfidenceFunction.relations(Iterable<Rule> rules)
           
 

Methods in edu.washington.cs.knowitall.rule.confidence with parameters of type OntologicalRelation
 double ConfidenceFunction.apply(OntologicalRelation relation)
           
 OntologicalRelation ConfidenceFunction.match(OntologicalRelation mappedRelation)
           
 

Method parameters in edu.washington.cs.knowitall.rule.confidence with type arguments of type OntologicalRelation
 void ConfidenceFunction.relations(Rule rule, Set<OntologicalRelation> correct, Set<OntologicalRelation> error)
           
 void ConfidenceFunction.relations(Rule rule, Set<OntologicalRelation> correct, Set<OntologicalRelation> error)
           
 

Uses of OntologicalRelation in edu.washington.cs.knowitall.rule.learn
 

Method parameters in edu.washington.cs.knowitall.rule.learn with type arguments of type OntologicalRelation
static void RuleSetOptimizer.printCorrect(Iterable<OntologicalRelation> relations)
           
static void RuleSetOptimizer.printError(Iterable<OntologicalRelation> relations)
           
 



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