public class SCharsStemmer extends Object implements org.apache.uima.conceptMapper.support.stemmer.Stemmer
| Constructor and Description |
|---|
SCharsStemmer() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(String dictionary) |
String |
stem(String token)
Removes ending s of words longer than 3 chars
|
public String stem(String token)
stem in interface org.apache.uima.conceptMapper.support.stemmer.Stemmerpublic void initialize(String dictionary) throws FileNotFoundException, ParseException
initialize in interface org.apache.uima.conceptMapper.support.stemmer.StemmerFileNotFoundExceptionParseExceptionCopyright © 2015 Bluebrain Project. All rights reserved.