|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrita.support.LancasterStemmer
public class LancasterStemmer
| Constructor Summary | |
|---|---|
LancasterStemmer()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Method: main * Returns: void * Recives: String args[] input file * Purpose: creates instance of Paice and calls stripAffixes * |
java.lang.String |
stem(java.lang.String str)
Method: stripAffixes * Returns: String * Recievs: String str * Purpose: prepares string and calls stripPrefixes * and stripSuffixes * |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LancasterStemmer()
| Method Detail |
|---|
public java.lang.String stem(java.lang.String str)
stem in interface RiStemmerIFpublic static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||