Class DutchStemmer


  • @Deprecated
    public class DutchStemmer
    extends 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 Detail

      • DutchStemmer

        public DutchStemmer()
        Deprecated.
    • Method Detail