edu.northwestern.at.utils.corpuslinguistics.lemmatizer
Class PorterStemmerLemmatizer

java.lang.Object
  extended by edu.northwestern.at.utils.IsCloseableObject
      extended by edu.northwestern.at.utils.corpuslinguistics.lemmatizer.AbstractLemmatizer
          extended by edu.northwestern.at.utils.corpuslinguistics.lemmatizer.AbstractStemmerLemmatizer
              extended by edu.northwestern.at.utils.corpuslinguistics.lemmatizer.PorterStemmerLemmatizer
All Implemented Interfaces:
Lemmatizer, IsCloseable, UsesLogger

public class PorterStemmerLemmatizer
extends AbstractStemmerLemmatizer
implements IsCloseable, Lemmatizer

Use Porter Stemmer as a pseudo-lemmatizer.


Field Summary
 
Fields inherited from class edu.northwestern.at.utils.corpuslinguistics.lemmatizer.AbstractStemmerLemmatizer
stemMap, stemmer
 
Fields inherited from class edu.northwestern.at.utils.corpuslinguistics.lemmatizer.AbstractLemmatizer
dictionary, lemmaSeparator, lemmaSeparatorString, lexicon, logger
 
Constructor Summary
PorterStemmerLemmatizer()
          Create Porter stemmer lemmatizer.
 
Method Summary
 
Methods inherited from class edu.northwestern.at.utils.corpuslinguistics.lemmatizer.AbstractStemmerLemmatizer
lemmatize, lemmatize, setLexicon
 
Methods inherited from class edu.northwestern.at.utils.corpuslinguistics.lemmatizer.AbstractLemmatizer
cantLemmatize, countLemmata, getLemmaSeparator, getLogger, isCompoundLemma, joinLemmata, joinLemmata, setDictionary, setLogger, splitLemma
 
Methods inherited from class edu.northwestern.at.utils.IsCloseableObject
close
 
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.IsCloseable
close
 
Methods inherited from interface edu.northwestern.at.utils.corpuslinguistics.lemmatizer.Lemmatizer
cantLemmatize, countLemmata, getLemmaSeparator, isCompoundLemma, joinLemmata, joinLemmata, lemmatize, lemmatize, setDictionary, setLexicon, splitLemma
 

Constructor Detail

PorterStemmerLemmatizer

public PorterStemmerLemmatizer()
Create Porter stemmer lemmatizer.