public class LatvianStemmer
extends java.lang.Object
This is a light version of the algorithm in Karlis Kreslin's PhD thesis A stemming algorithm for Latvian with the following modifications:
Constructor and Description |
---|
LatvianStemmer() |
Modifier and Type | Method and Description |
---|---|
int |
stem(char[] s,
int len)
Stem a latvian word.
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.