org.apache.lucene.analysis.no
Class NorwegianLightStemmer
java.lang.Object
org.apache.lucene.analysis.no.NorwegianLightStemmer
public class NorwegianLightStemmer
- extends Object
Light Stemmer for Norwegian.
Parts of this stemmer is adapted from SwedishLightStemFilter, except
that while the Swedish one has a pre-defined rule set and a corresponding
corpus to validate against whereas the Norwegian one is hand crafted.
Method Summary |
int |
stem(char[] s,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NorwegianLightStemmer
public NorwegianLightStemmer()
stem
public int stem(char[] s,
int len)