Uses of Interface
edu.washington.cs.knowitall.TokenSequence

Packages that use TokenSequence
edu.washington.cs.knowitall   
edu.washington.cs.knowitall.extraction   
edu.washington.cs.knowitall.rule.constraint   
 

Uses of TokenSequence in edu.washington.cs.knowitall
 

Classes in edu.washington.cs.knowitall that implement TokenSequence
 class Sentence
          A representation of a sentence.
 

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

Classes in edu.washington.cs.knowitall.extraction that implement TokenSequence
 class ArgumentExtraction
          The portion of a relation extraction that is the argument.
 class Extraction
          A subsequence of a sentence.
 class PredicateExtraction
          The portion of a relation extraction that is the predicate.
 class RelationExtraction
          A relation extraction.
 

Methods in edu.washington.cs.knowitall.extraction that return TokenSequence
 TokenSequence RelationExtraction.getPart(ExtractionPart part)
          Retrieve a TokenSequence that corresponds to the specified part.
 

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

Methods in edu.washington.cs.knowitall.rule.constraint with parameters of type TokenSequence
protected  Boolean RegexConstraint.check(TokenSequence extraction)
           
protected abstract  Boolean Constraint.check(TokenSequence extraction)
           
protected  Boolean AbstractRegexConstraint.check(TokenSequence extraction)
           
protected  Boolean TypeConstraint.check(TokenSequence extraction)
           
protected  Boolean AbstractPatternConstraint.check(TokenSequence extraction)
          Evaluates this constraint against a token sequence using the underlying token-based regular expression.
protected  Boolean PartConstraint.check(TokenSequence extraction)
           
protected  String RegexConstraint.getString(TokenSequence extraction)
           
protected  String AbstractRegexConstraint.getString(TokenSequence extraction)
           
protected  String AbstractPatternConstraint.getString(TokenSequence extraction)
           
protected  String LemmaConstraint.getString(TokenSequence extraction)
           
protected abstract  String CaptureConstraint.value(TokenSequence extraction)
           
protected  String RegexConstraint.value(TokenSequence extraction)
           
protected  String AbstractRegexConstraint.value(TokenSequence extraction)
           
protected  String TypeConstraint.value(TokenSequence extraction)
           
protected  String AbstractPatternConstraint.value(TokenSequence extraction)
          Evaluates this constraint against a token sequence using the underlying token-based regular expression.
protected  String PartConstraint.value(TokenSequence extraction)
           
 



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