Property | Type | Description | |
---|---|---|---|
AlEndings | void | ||
AsCharSequence | ICharSequence | ||
Aspect | void | ||
BleEndings | void | ||
DoubleC | bool | ||
EndsIn | bool | ||
EndsIn | bool | ||
EndsIn | bool | ||
EndsIn | bool | ||
ErAndOrEndings | void | ||
IcEndings | void | ||
InitializeDictHash | CharArrayMap |
||
IonEndings | void | ||
IsAlpha | bool | ||
IsCons | bool | ||
IsVowel | bool | ||
IsmEndings | void | ||
ItyEndings | void | ||
IveEndings | void | ||
IzeEndings | void | ||
KStemmer | Lucene.Net.Analysis.Util | ||
Lookup | bool | ||
MentEndings | void | ||
NceEndings | void | ||
NcyEndings | void | ||
NessEndings | void | ||
PastTense | void | ||
Plural | void | ||
SetSuff | void | ||
Stem | bool | ||
Stem | string | ||
VowelInStem | bool | ||
WordInDict | DictEntry | ||
lyEndings | void |
Method | Description | |
---|---|---|
ToString ( ) : string |
Returns the result of the stem (assuming the word was changed) as a String.
|
Method | Description | |
---|---|---|
AlEndings ( ) : void | ||
AsCharSequence ( ) : ICharSequence |
Returns the result of the stem (assuming the word was changed) as a String.
|
|
Aspect ( ) : void | ||
BleEndings ( ) : void | ||
DoubleC ( int i ) : bool | ||
EndsIn ( char s ) : bool | ||
EndsIn ( char a, char b ) : bool | ||
EndsIn ( char a, char b, char c ) : bool | ||
EndsIn ( char a, char b, char c, char d ) : bool | ||
ErAndOrEndings ( ) : void | ||
IcEndings ( ) : void | ||
InitializeDictHash ( ) : CharArrayMap |
||
IonEndings ( ) : void | ||
IsAlpha ( char ch ) : bool | ||
IsCons ( int index ) : bool | ||
IsVowel ( int index ) : bool | ||
IsmEndings ( ) : void | ||
ItyEndings ( ) : void | ||
IveEndings ( ) : void | ||
IzeEndings ( ) : void | ||
KStemmer ( ) : Lucene.Net.Analysis.Util | ||
Lookup ( ) : bool | ||
MentEndings ( ) : void | ||
NceEndings ( ) : void | ||
NcyEndings ( ) : void | ||
NessEndings ( ) : void | ||
PastTense ( ) : void | ||
Plural ( ) : void | ||
SetSuff ( string s, int len ) : void | ||
Stem ( char term, int len ) : bool |
Stems the text in the token. Returns true if changed.
|
|
Stem ( string term ) : string | ||
VowelInStem ( ) : bool | ||
WordInDict ( ) : DictEntry | ||
lyEndings ( ) : void |