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 RevisionHandlerpublic static void main(String[] args)
args - the optionsCopyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.