Uses of Class
edu.washington.cs.knowitall.extractor.ExtractorException

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

Uses of ExtractorException in edu.washington.cs.knowitall.argumentidentifier
 

Methods in edu.washington.cs.knowitall.argumentidentifier that throw ExtractorException
protected  Iterable<ChunkedArgumentExtraction> ArgLearner.extractCandidates(ChunkedExtraction predicate)
           
 

Uses of ExtractorException in edu.washington.cs.knowitall.extractor
 

Methods in edu.washington.cs.knowitall.extractor that throw ExtractorException
 Iterable<T> Extractor.extract(S source)
           
protected  Collection<SpanExtraction> RegexGroupExtractor.extractCandidates(ChunkedSentence sent)
           
 Collection<ChunkedExtraction> RegexExtractor.extractCandidates(ChunkedSentence sentence)
           
protected  Collection<ChunkedBinaryExtraction> RelationFirstNpChunkExtractor.extractCandidates(ChunkedSentence source)
           
protected  Collection<T> ExtractorComposition.extractCandidates(R r)
           
protected  Collection<T> ExtractorUnion.extractCandidates(S source)
          Returns the results from each extractor.
protected abstract  Iterable<T> Extractor.extractCandidates(S source)
          Extracts candidate extractions from the given source object.
 Iterable<ChunkedBinaryExtraction> ReVerbRelationExtractor.extractFromHtml(String html)
          Extracts from the given html using the default sentence reader returned by DefaultObjects#.getDefaultSentenceReaderHtml(java.io.Reader).
 Iterable<ChunkedBinaryExtraction> ReVerbRelationExtractor.extractFromString(String text)
          Extracts from the given text using the default sentence reader returned by DefaultObjects.getDefaultSentenceReader(java.io.Reader).
protected  void ReVerbRelationExtractor.initializeRelationExtractor()
          Wrapper for default initialization of the reverb relation extractor.
protected  void ReVerbRelationExtractor.initializeRelationExtractor(int minFreq, boolean useLexSynConstraints, boolean mergeOverlapRels, boolean allowUnary)
          Initialize relation extractor.
 

Constructors in edu.washington.cs.knowitall.extractor that throw ExtractorException
ReVerbRelationExtractor()
          Constructs a new extractor using the default relation pattern, relation mappers, and argument mappers.
ReVerbRelationExtractor(int minFreq, boolean useLexSynConstraints, boolean mergeOverlapRels, boolean allowUnary)
          Constructs a new extractor using the default relation pattern, relation mappers, and argument mappers.
 

Uses of ExtractorException in edu.washington.cs.knowitall.nlp
 

Methods in edu.washington.cs.knowitall.nlp that throw ExtractorException
 ChunkedDocument ChunkedDocumentReader.readDocument(File file)
          Reads a document from the given file, using File.getAbsolutePath() as the id of the document.
 ChunkedDocument ChunkedDocumentReader.readDocument(InputStream input, String id)
          Reads a document from the input, assigning it the given id
 ChunkedDocument ChunkedDocumentReader.readDocument(String docStr, String id)
          Reads a document from the given string, assigning it the given id
 

Uses of ExtractorException in edu.washington.cs.knowitall.util
 

Methods in edu.washington.cs.knowitall.util that throw ExtractorException
static void CommandLineReVerb.main(String[] args)
           
 void CommandLineReVerb.runExtractor()
           
 

Constructors in edu.washington.cs.knowitall.util that throw ExtractorException
CommandLineReVerb(org.apache.commons.cli.CommandLine params)
           
 



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