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

Packages that use Extraction
edu.washington.cs.knowitall.extraction   
edu.washington.cs.knowitall.rule.base   
edu.washington.cs.knowitall.rule.util   
 

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

Subclasses of Extraction in edu.washington.cs.knowitall.extraction
 class ArgumentExtraction
          The portion of a relation extraction that is the argument.
 class PredicateExtraction
          The portion of a relation extraction that is the predicate.
 

Methods in edu.washington.cs.knowitall.extraction that return Extraction
 Extraction RelationExtraction.left()
          An Extraction that covers the sentence to the left of this extraction.
 Extraction RelationExtraction.right()
          An Extraction that covers the sentence to the right of this extraction.
 

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

Methods in edu.washington.cs.knowitall.rule.base with parameters of type Extraction
protected  CaptureConstraint BaseRuleFactory.baseRuleArgumentConstraint(Extraction extraction, ExtractionPart part, String value)
          Used in base rule creation.
protected  void BaseRuleFactory.createConstraints(Annotation annotation, Extraction extraction, ExtractionPart part, List<Constraint> constraints)
          Used in base rule creation.
protected  void IARPABaseRuleFactory.createConstraints(Annotation annotation, Extraction extraction, ExtractionPart part, List<Constraint> constraints)
           
protected  void BaseRuleFactory.createOntologicalFormArgumentConstraints(OntologicalRelationArgument argument, ExtractionPart part, Extraction extraction, List<CaptureConstraint> constraints)
          Used in base rule creation.
protected  void IARPABaseRuleFactory.createOntologicalFormArgumentConstraints(OntologicalRelationArgument argument, ExtractionPart part, Extraction extraction, List<CaptureConstraint> constraints)
           
 

Uses of Extraction in edu.washington.cs.knowitall.rule.util
 

Methods in edu.washington.cs.knowitall.rule.util with parameters of type Extraction
static boolean MassageAnnotationArguments.overlaps(Extraction extraction, String comparison)
           
 



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