Class NorwegianMinimalStemmer


  • public class NorwegianMinimalStemmer
    extends Object
    Minimal Stemmer for Norwegian bokmål (no-nb)

    Stems known plural forms for Norwegian nouns only, together with genitiv -s

    • Constructor Detail

      • NorwegianMinimalStemmer

        public NorwegianMinimalStemmer()
    • Method Detail

      • stem

        public int stem​(char[] s,
                        int len)