edu.washington.cs.knowitall.extractor
Class NestedExtractor

java.lang.Object
  extended by edu.washington.cs.knowitall.extractor.Extractor<Sentence,E>
      extended by edu.washington.cs.knowitall.extractor.NestedExtractor

public class NestedExtractor
extends edu.washington.cs.knowitall.extractor.Extractor<Sentence,E>

An extractor for obtaining nested extractions from sentences.

Author:
schmmd

Constructor Summary
NestedExtractor()
           
 
Method Summary
protected  NestedExtraction buildExtraction(Sentence source, edu.washington.cs.knowitall.commonlib.regex.Match<Token> match)
           
protected  List<E> extractCandidates(Sentence source)
           
static void main(String[] args)
           
 
Methods inherited from class edu.washington.cs.knowitall.extractor.Extractor
addMapper, compose, extract, getMappers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NestedExtractor

public NestedExtractor()
Method Detail

main

public static void main(String[] args)
                 throws IOException,
                        edu.washington.cs.knowitall.extractor.ExtractorException
Throws:
IOException
edu.washington.cs.knowitall.extractor.ExtractorException

buildExtraction

protected NestedExtraction buildExtraction(Sentence source,
                                           edu.washington.cs.knowitall.commonlib.regex.Match<Token> match)

extractCandidates

protected List<E> extractCandidates(Sentence source)
Specified by:
extractCandidates in class edu.washington.cs.knowitall.extractor.Extractor<Sentence,E>


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