|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.northwestern.at.utils.IsCloseableObject
edu.northwestern.at.utils.corpuslinguistics.lemmatizer.AbstractLemmatizer
edu.northwestern.at.utils.corpuslinguistics.lemmatizer.AbstractStemmerLemmatizer
edu.northwestern.at.utils.corpuslinguistics.lemmatizer.PorterStemmerLemmatizer
public class PorterStemmerLemmatizer
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 |
|---|
public PorterStemmerLemmatizer()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||