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 |
---|---|
java.lang.String |
getRevision()
Returns the revision string.
|
java.lang.String |
globalInfo()
Returns a string describing the stemmer
|
static void |
main(java.lang.String[] args)
Runs the stemmer with the given options
|
java.lang.String |
stem(java.lang.String str)
Iterated stemming of the given word.
|
getTechnicalInformation, stemString, toString
public java.lang.String globalInfo()
globalInfo
in class LovinsStemmer
public java.lang.String stem(java.lang.String str)
stem
in interface Stemmer
stem
in class LovinsStemmer
str
- the word to stempublic java.lang.String getRevision()
getRevision
in interface RevisionHandler
getRevision
in class LovinsStemmer
public static void main(java.lang.String[] args)
args
- the options