valley.stemmer.english

Undocumented in source.

Members

Aliases

EnglishAlphabet
alias EnglishAlphabet = Alphabet!(["a", "e", "i", "o", "u", "y"], ["Y"])
Undocumented in source.

Classes

EnStemmer
class EnStemmer

English Porter2 stemmer implementation

EnglishIonPostfix
class EnglishIonPostfix

Search for the longest among the following suffixes, and, if found and in R2, delete if preceded by s or t

EnglishRule1b
class EnglishRule1b

Search for the longest among the following suffixes, and perform the action indicated.

EnglishRule5
class EnglishRule5

Search for the the following suffixes, and, if found, perform the action indicated. e delete if in R2, or in R1 and not preceded by a short syllable l delete if in R2 and preceded by l

RemoveEnglishPlural
class RemoveEnglishPlural

Search for the longest among the suffixes,

ReplaceEnglishLiEnding
class ReplaceEnglishLiEnding

Define a valid li-ending as one of c d e g h k m n r t

Meta