public class NorwegianLightStemmer
extends java.lang.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.
| Constructor and Description |
|---|
NorwegianLightStemmer() |
| Modifier and Type | Method and Description |
|---|---|
int |
stem(char[] s,
int len) |
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.