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 FormConstructor 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, toString
public String globalInfo()
globalInfo
in class LovinsStemmer
public String stem(String str)
stem
in interface Stemmer
stem
in class LovinsStemmer
str
- the word to stempublic String getRevision()
getRevision
in interface RevisionHandler
getRevision
in class LovinsStemmer
public static void main(String[] args)
args
- the optionsCopyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.