|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.core.stemmers.NullStemmer
public class NullStemmer
A dummy stemmer that performs no stemming at all.
| Constructor Summary | |
|---|---|
NullStemmer()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NullStemmer()
| Method Detail |
|---|
public String globalInfo()
public String stem(String word)
stem in interface Stemmerword - the unstemmed word
public String toString()
toString in class Objectpublic String getRevision()
getRevision in interface RevisionHandlerpublic static void main(String[] args)
args - the options
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||