Class DutchStemmer


  • @Deprecated
    public class DutchStemmer
    extends java.lang.Object
    Deprecated.
    (3.1) Use DutchStemmer instead, which has the same functionality. This filter will be removed in Lucene 5.0
    A stemmer for Dutch words.

    The algorithm is an implementation of the dutch stemming algorithm in Martin Porter's snowball project.

    • Constructor Summary

      Constructors 
      Constructor Description
      DutchStemmer()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String stem​(java.lang.String term)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DutchStemmer

        public DutchStemmer()
        Deprecated.
    • Method Detail

      • stem

        public java.lang.String stem​(java.lang.String term)
        Deprecated.