public class DutchStemmer
extends java.lang.Object
The algorithm is an implementation of the dutch stemming algorithm in Martin Porter's snowball project.
Constructor and Description |
---|
DutchStemmer() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
stem(java.lang.String term) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.