public class NorwegianMinimalStemmer
extends java.lang.Object
Stems known plural forms for Norwegian nouns only, together with genitiv -s
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.Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.