stemmer ~master (2018-03-21T05:25:59Z)
Dub
Repo
ReplaceAfterFromRegion
valley
stemmer
operations
immutable
class
ReplaceAfterFromRegion : StemOperationFromRegion!T(
T
) {
immutable
(
string
[
2
][])
list
;
this
(size_t region, immutable(string[2][]) list);
static
immutable
(
IStemOperation
)
opCall
(size_t region, immutable(string[2][]) list);
string
get
(string value);
}
Constructors
this
this
(size_t region, immutable(string[2][]) list)
Undocumented in source.
Members
Functions
get
string
get
(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
opCall
immutable
(
IStemOperation
)
opCall
(size_t region, immutable(string[2][]) list)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
list
immutable
(
string
[
2
][])
list
;
Undocumented in source.
Meta
Source
See Implementation
valley
stemmer
operations
classes
And
InlineReplace
Invariant
Or
RemovePostfix
RemovePostifixFromRegion
ReplaceAfter
ReplaceAfterFromRegion
ReplaceFromRegion
ReplacePostfix
ReplacePostifixFromRegion
ReplaceWord
StemOperationFromRegion
interfaces
IStemOperation