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

    • 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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait