edu.stanford.nlp.process
Interface Appliable

All Known Implementing Classes:
AppliableParser, StaticStringTagger, TreeJugglers.StringLabelTreeToCategoryWordTagTreeAppliable, WordTypeStripper

public interface Appliable


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