stemmer ~master (2018-03-21T05:25:59Z)
Dub
Repo
StemOperationFromRegion
valley
stemmer
operations
immutable abstract
class
StemOperationFromRegion :
IStemOperation
(
T
) {
immutable
size_t
region
;
this
(size_t region);
string
getRegion
(string value);
}
Constructors
this
this
(size_t region)
Undocumented in source.
Members
Functions
getRegion
string
getRegion
(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
region
size_t
region
;
Undocumented in source.
Inherited Members
From IStemOperation
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