org.apache.lucene.analysis.snowball
public class SnowballFilter extends TokenFilter
| Constructor Summary | |
|---|---|
| SnowballFilter(TokenStream in, String name) Construct the named stemming filter.
| |
| Method Summary | |
|---|---|
| Token | next() Returns the next input Token, after being stemmed |
Parameters: in the input tokens to stem name the name of a stemmer