edu.stanford.nlp.classify
Interface Filter

All Known Implementing Classes:
ButFilter, FirstNFilter, NegativeFilter, POSFilter, POSPrepFilter, RemoveSpacesFilter

public interface Filter

A Filter takes a String object and returns the String after having applied the proper filter to it.


Method Summary
 String filter(String s)
           
 

Method Detail

filter

public String filter(String s)


Stanford NLP Group