Class NorwegianMinimalStemmer
Minimal Stemmer for Norwegian Bokmål (no-nb) and Nynorsk (no-nn)
Stems known plural forms for Norwegian nouns only, together with genitiv -s
Inherited Members
Namespace: Lucene.Net.Analysis.No
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class NorwegianMinimalStemmer
Constructors
NorwegianMinimalStemmer(NorwegianStandard)
Creates a new NorwegianMinimalStemmer
Declaration
public NorwegianMinimalStemmer(NorwegianStandard flags)
Parameters
Type | Name | Description |
---|---|---|
NorwegianStandard | flags |
Methods
Stem(char[], int)
Minimal Stemmer for Norwegian Bokmål (no-nb) and Nynorsk (no-nn)
Stems known plural forms for Norwegian nouns only, together with genitiv -s
Declaration
public virtual int Stem(char[] s, int len)
Parameters
Type | Name | Description |
---|---|---|
char[] | s | |
int | len |
Returns
Type | Description |
---|---|
int |