edu.northwestern.at.utils.corpuslinguistics.stemmer
Class DefaultStemmer

java.lang.Object
  extended by edu.northwestern.at.utils.corpuslinguistics.stemmer.LancasterStemmer
      extended by edu.northwestern.at.utils.corpuslinguistics.stemmer.DefaultStemmer
All Implemented Interfaces:
Stemmer

public class DefaultStemmer
extends LancasterStemmer
implements Stemmer

DefaultStemmer: The default MorphAdorner spelling stemmer.

The Lancaster stemmer is the default MorphAdorner stemmer.


Field Summary
 
Fields inherited from class edu.northwestern.at.utils.corpuslinguistics.stemmer.LancasterStemmer
defaultStemmingRules, prefixes, preStrip, ruleTable, ruleTableIndex, zeroDigit
 
Constructor Summary
DefaultStemmer()
          Create the default stemmer.
 
Method Summary
 
Methods inherited from class edu.northwestern.at.utils.corpuslinguistics.stemmer.LancasterStemmer
charCode, clean, firstVowel, isDigit, isLetter, loadRules, stem, stripPrefixes, stripSuffixes, vowel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.northwestern.at.utils.corpuslinguistics.stemmer.Stemmer
stem
 

Constructor Detail

DefaultStemmer

public DefaultStemmer()
Create the default stemmer.