public class IteratedLovinsStemmer extends LovinsStemmer
@article{Lovins1968,
author = {Julie Beth Lovins},
journal = {Mechanical Translation and Computational Linguistics},
pages = {22-31},
title = {Development of a stemming algorithm},
volume = {11},
year = {1968}
}
LovinsStemmer,
Serialized Form| Constructor and Description |
|---|
IteratedLovinsStemmer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRevision()
Returns the revision string.
|
String |
globalInfo()
Returns a string describing the stemmer
|
static void |
main(String[] args)
Runs the stemmer with the given options
|
String |
stem(String str)
Iterated stemming of the given word.
|
getTechnicalInformation, stemString, toStringpublic String globalInfo()
globalInfo in class LovinsStemmerpublic String stem(String str)
stem in interface Stemmerstem in class LovinsStemmerstr - the word to stempublic String getRevision()
getRevision in interface RevisionHandlergetRevision in class LovinsStemmerpublic static void main(String[] args)
args - the optionsCopyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.