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