public class NorwegianLightStemmer extends Object
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.
| Modifier and Type | Field and Description | 
|---|---|
| static int | BOKMAALConstant to remove Bokmål-specific endings | 
| static int | NYNORSKConstant to remove Nynorsk-specific endings | 
| Constructor and Description | 
|---|
| NorwegianLightStemmer(int flags)Creates a new NorwegianLightStemmer | 
public static final int BOKMAAL
public static final int NYNORSK
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.