IStemOperation

Define a stemming operation

immutable
interface IStemOperation {}

Members

Functions

get
string get(string value)

Aplly the operation and returns the result

Meta