Package 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. 
- 
- 
Constructor SummaryConstructors Constructor Description NorwegianLightStemmer(int flags)Creates a new NorwegianLightStemmer
 
- 
- 
- 
Field Detail- 
BOKMAALpublic static final int BOKMAAL Constant to remove Bokmål-specific endings- See Also:
- Constant Field Values
 
 - 
NYNORSKpublic static final int NYNORSK Constant to remove Nynorsk-specific endings- See Also:
- Constant Field Values
 
 
- 
 
-