public class NullStemmer extends Object implements Stemmer
Constructor and Description |
---|
NullStemmer() |
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 word)
Returns the word as it is.
|
String |
toString()
returns a string representation of the stemmer
|
public String globalInfo()
public String toString()
public String getRevision()
getRevision
in interface RevisionHandler
public static void main(String[] args)
args
- the optionsCopyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.