public class CzechStemmer extends Object
Implements the algorithm described in: Indexing and stemming approaches for the Czech language http://portal.acm.org/citation.cfm?id=1598600
Constructor and Description |
---|
CzechStemmer() |
Modifier and Type | Method and Description |
---|---|
int |
stem(char[] s,
int len)
Stem an input buffer of Czech text.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.