Uses of Class
edu.washington.cs.knowitall.extraction.RelationExtraction

Packages that use RelationExtraction
edu.washington.cs.knowitall   
edu.washington.cs.knowitall.extraction   
edu.washington.cs.knowitall.ontology   
edu.washington.cs.knowitall.rule   
edu.washington.cs.knowitall.rule.base   
edu.washington.cs.knowitall.rule.constraint   
 

Uses of RelationExtraction in edu.washington.cs.knowitall
 

Methods in edu.washington.cs.knowitall that return types with arguments of type RelationExtraction
 List<RelationExtraction> Sentence.extractions()
          The extractions in this sentence.
static Iterable<RelationExtraction> Sentence.extractions(Iterable<Sentence> sentences)
           
 

Methods in edu.washington.cs.knowitall with parameters of type RelationExtraction
 void Sentence.addExtraction(RelationExtraction extraction)
          Add an extraction to this sentence.
 void NamedEntityRecognizer.classify(RelationExtraction relation)
           
 

Method parameters in edu.washington.cs.knowitall with type arguments of type RelationExtraction
 void Sentence.addExtractions(Iterable<RelationExtraction> extractions)
          Add multiple extractions to this sentence.
 

Uses of RelationExtraction in edu.washington.cs.knowitall.extraction
 

Methods in edu.washington.cs.knowitall.extraction that return RelationExtraction
static RelationExtraction RelationExtraction.fromXmlElement(org.jdom.Element e, Sentence sentence)
           
 

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

Methods in edu.washington.cs.knowitall.ontology with parameters of type RelationExtraction
 OntologicalRelation OntologicalForm.instance(RelationExtraction extraction)
          Create an instance of this class by applying the argument constraints to the supplied extraction.
 OntologicalRelationArgument OntologicalFormArgument.instance(RelationExtraction extraction)
          Create an instance of this argument class by applying the constraint to the extraction.
 

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

Methods in edu.washington.cs.knowitall.rule that return types with arguments of type RelationExtraction
 Iterable<RelationExtraction> Annotation.extractions()
           
 Iterable<RelationExtraction> Rule.filterExtractions(Iterable<RelationExtraction> extractions)
           
 

Methods in edu.washington.cs.knowitall.rule with parameters of type RelationExtraction
 OntologicalRelation Rule.apply(RelationExtraction extraction)
          Apply this rule to the supplied extraction and return the resulting ontological relation.
 boolean Rule.check(RelationExtraction extraction)
          Checks that this rule applied to the supplied extraction yields an ontological relation.
 

Method parameters in edu.washington.cs.knowitall.rule with type arguments of type RelationExtraction
 Iterable<RelationExtraction> Rule.filterExtractions(Iterable<RelationExtraction> extractions)
           
 

Uses of RelationExtraction in edu.washington.cs.knowitall.rule.base
 

Methods in edu.washington.cs.knowitall.rule.base with parameters of type RelationExtraction
 List<Rule> BaseRuleFactory.create(Annotation annotation, RelationExtraction extraction)
          Create base rules from the supplied annotation and extraction.
protected  List<Constraint> BaseRuleFactory.createConstraints(Annotation annotation, RelationExtraction extraction)
          Used in base rule creation.
protected  List<Constraint> IARPABaseRuleFactory.createConstraints(Annotation annotation, RelationExtraction extraction)
          Used in base rule creation.
protected  List<OntologicalForm> BaseRuleFactory.createOntologicalForms(Annotation annotation, RelationExtraction extraction)
          Used in base rule creation.
 

Uses of RelationExtraction in edu.washington.cs.knowitall.rule.constraint
 

Methods in edu.washington.cs.knowitall.rule.constraint with parameters of type RelationExtraction
 Boolean Constraint.check(RelationExtraction extraction)
          Check the constraint against the supplied extraction.
 String CaptureConstraint.value(RelationExtraction relation)
          Return the part of the extraction captured by the relation.
 



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