org.apache.lucene.analysis.snowball
Class SnowballAnalyzer
public class SnowballAnalyzer
SnowballAnalyzer(String name) - Builds the named analyzer with no stop words.
|
SnowballAnalyzer(String name, String[] stopWords) - Builds the named analyzer with the given stop words.
|
SnowballAnalyzer
public SnowballAnalyzer(String name)
Builds the named analyzer with no stop words.
SnowballAnalyzer
public SnowballAnalyzer(String name,
String[] stopWords)
Builds the named analyzer with the given stop words.
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.