public class BulgarianStemmer extends Object
Implements the algorithm described in: Searching Strategies for the Bulgarian Language http://members.unine.ch/jacques.savoy/Papers/BUIR.pdf
Constructor and Description |
---|
BulgarianStemmer() |
Modifier and Type | Method and Description |
---|---|
int |
stem(char[] s,
int len)
Stem an input buffer of Bulgarian text.
|
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.