Uses of Package
edu.washington.cs.knowitall.extractor

Packages that use edu.washington.cs.knowitall.extractor
edu.washington.cs.knowitall.argumentidentifier   
edu.washington.cs.knowitall.extractor   
edu.washington.cs.knowitall.nlp   
edu.washington.cs.knowitall.util   
 

Classes in edu.washington.cs.knowitall.extractor used by edu.washington.cs.knowitall.argumentidentifier
Extractor
           An abstract class that defines the basic behavior of an extractor.
ExtractorException
          An exception class for errors related to Extractor.
 

Classes in edu.washington.cs.knowitall.extractor used by edu.washington.cs.knowitall.extractor
ChunkedArgumentExtractor.Mode
          Controls the mode of an NpChunkArgumentExtractor: the LEFT mode makes the extractor return noun phrase arguments to the left of the relation in the sentence, and the RIGHT mode makes the extractor return noun phrase arguments to the right of the relation in the sentence.
Extractor
           An abstract class that defines the basic behavior of an extractor.
ExtractorException
          An exception class for errors related to Extractor.
RelationFirstNpChunkExtractor
           Extracts ChunkedBinaryExtraction objects by first extracting relations, and then for each relation, extracting a pair of arguments.
ReVerbRelationExtractor
           
SentenceExtractor
          An Extractor object that extracts String sentences from a String.
 

Classes in edu.washington.cs.knowitall.extractor used by edu.washington.cs.knowitall.nlp
ExtractorException
          An exception class for errors related to Extractor.
SentenceExtractor
          An Extractor object that extracts String sentences from a String.
 

Classes in edu.washington.cs.knowitall.extractor used by edu.washington.cs.knowitall.util
ExtractorException
          An exception class for errors related to Extractor.
HtmlSentenceExtractor
          An Extractor class for extracting NpChunkedSentence objects from a String containing HTML.
SentenceExtractor
          An Extractor object that extracts String sentences from a String.
 



Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.