ReplaceEnglishLiEnding

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

Search for the longest among the following suffixes, and, if found and in R1, delete if preceded by a valid li-ending.

Members

Functions

get
string get(string value)

Apply the rule to a word

Static functions

opCall
immutable(IStemOperation) opCall()

Instantiate the rule

Inherited Members

From IStemOperation

get
string get(string value)

Aplly the operation and returns the result

Meta