RemoveEnglishPlural

Search for the longest among the suffixes,

' 's 's' and remove if found.

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