public class NorwegianMinimalStemmer
extends java.lang.Object
Stems known plural forms for Norwegian nouns only, together with genitiv -s
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
useBokmaal |
(package private) boolean |
useNynorsk |
Constructor and Description |
---|
NorwegianMinimalStemmer(int flags)
Creates a new NorwegianMinimalStemmer
|
Modifier and Type | Method and Description |
---|---|
int |
stem(char[] s,
int len) |
public NorwegianMinimalStemmer(int flags)
flags
- set to NorwegianLightStemmer.BOKMAAL
,
NorwegianLightStemmer.NYNORSK
, or both.