Class NorwegianMinimalStemmer


  • public class NorwegianMinimalStemmer
    extends java.lang.Object
    Minimal Stemmer for Norwegian Bokmål (no-nb) and Nynorsk (no-nn)

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

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean useBokmaal  
      (package private) boolean useNynorsk  
    • Constructor Summary

      Constructors 
      Constructor Description
      NorwegianMinimalStemmer​(int flags)
      Creates a new NorwegianMinimalStemmer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int stem​(char[] s, int len)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • useBokmaal

        final boolean useBokmaal
      • useNynorsk

        final boolean useNynorsk
    • Method Detail

      • stem

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