|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ir.utilities.Porter
public class Porter
The Porter stemmer for reducing words to their base stem form.
Constructor Summary | |
---|---|
Porter()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
For testing, print the stemmed version of a word |
java.lang.String |
stripAffixes(java.lang.String str)
Takes a String as input and returns its stem as a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Porter()
Method Detail |
---|
public java.lang.String stripAffixes(java.lang.String str)
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |