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

Packages that use PredicateExtraction
edu.washington.cs.knowitall.extraction   
 

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

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

Constructors in edu.washington.cs.knowitall.extraction with parameters of type PredicateExtraction
RelationExtraction(Sentence source, Long id, PredicateExtraction predicate, ArgumentExtraction argument1, ArgumentExtraction argument2)
           
RelationExtraction(Sentence source, PredicateExtraction predicate, ArgumentExtraction argument1, ArgumentExtraction argument2)
           
 



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