edu.stanford.nlp.parser.lexparser
Interface Extractor<T>

All Known Implementing Classes:
AbstractTreeExtractor, BinaryGrammarExtractor, MLEDependencyGrammarExtractor

public interface Extractor<T>

Author:
grenager, Sarah Spikes (sdspikes@cs.stanford.edu) (Templatization)

Method Summary
 T extract(Collection<Tree> trees)
           
 T extract(Iterator<Tree> iterator, Function<Tree,Tree> f)
           
 

Method Detail

extract

T extract(Collection<Tree> trees)

extract

T extract(Iterator<Tree> iterator,
          Function<Tree,Tree> f)


Stanford NLP Group