stemmer ~master (2018-03-21T05:25:59Z)
Dub
Repo
ReplacePostfix
valley
stemmer
operations
immutable
class
ReplacePostfix :
IStemOperation
{
immutable
(
string
[
2
][])
list
;
immutable
size_t
minLength
;
this
(immutable(string[2][]) list, size_t minLength);
static
immutable
(
IStemOperation
)
opCall
(immutable(string[2][]) list, size_t minLength);
string
get
(string value);
}
Constructors
this
this
(immutable(string[2][]) list, size_t minLength)
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
(immutable(string[2][]) list, size_t minLength)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
list
immutable
(
string
[
2
][])
list
;
Undocumented in source.
minLength
size_t
minLength
;
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