edu.washington.cs.knowitall.extractor
Class NestedExtractor
java.lang.Object
edu.washington.cs.knowitall.extractor.Extractor<Sentence,E>
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
| 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 |
NestedExtractor
public NestedExtractor()
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.