rita.support
Class LancasterStemmer

java.lang.Object
  extended by rita.support.LancasterStemmer
All Implemented Interfaces:
RiStemmerIF

public class LancasterStemmer
extends java.lang.Object
implements RiStemmerIF


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

LancasterStemmer

public LancasterStemmer()
Method Detail

stem

public java.lang.String stem(java.lang.String str)
Method: stripAffixes * Returns: String * Recievs: String str * Purpose: prepares string and calls stripPrefixes * and stripSuffixes *

Specified by:
stem in interface RiStemmerIF

main

public static void main(java.lang.String[] args)
Method: main * Returns: void * Recives: String args[] input file * Purpose: creates instance of Paice and calls stripAffixes *