edu.stanford.nlp.classify
Class POSPrepFilter

java.lang.Object
  |
  +--edu.stanford.nlp.classify.POSPrepFilter
All Implemented Interfaces:
Filter

public class POSPrepFilter
extends Object
implements Filter

Title: Description: Copyright: Copyright (c) 2001 Company:


Constructor Summary
POSPrepFilter()
           
 
Method Summary
 String filter(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POSPrepFilter

public POSPrepFilter()
Method Detail

filter

public String filter(String s)
Specified by:
filter in interface Filter


Stanford NLP Group