public class Porter
extends java.lang.Object
Constructor and Description |
---|
Porter() |
Modifier and Type | Method and Description |
---|---|
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.
|
public java.lang.String stripAffixes(java.lang.String str)
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException