stemmer ~master (2018-03-21T05:25:59Z)
Dub
Repo
IStemOperation
valley
stemmer
operations
Define a stemming operation
immutable
interface
IStemOperation {
string
get
(string value);
}
Members
Functions
get
string
get
(string value)
Aplly the operation and returns the result
Meta
Source
See Implementation
valley
stemmer
operations
classes
And
InlineReplace
Invariant
Or
RemovePostfix
RemovePostifixFromRegion
ReplaceAfter
ReplaceAfterFromRegion
ReplaceFromRegion
ReplacePostfix
ReplacePostifixFromRegion
ReplaceWord
StemOperationFromRegion
interfaces
IStemOperation
Define a stemming operation