edu.stanford.nlp.process
Interface Appliable

All Known Implementing Classes:
LexicalizedParser, Stemmer, TagMapper, TreeToSentenceAppliable, WordExtractor

public interface Appliable

Author:
Dan Klein

Method Summary
 Object apply(Object in)
          Converts an Object to a different Object.
 

Method Detail

apply

public Object apply(Object in)
Converts an Object to a different Object. For example, a Parser will convert a Sentence to a Tree. A Tagger will convert a Sentence to a TaggedSentence.



Stanford NLP Group