C# Class Lucene.Net.Analysis.En.KStemmer

Datei anzeigen Open project: apache/lucenenet

Private Properties

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

Public Methods

Method Description
ToString ( ) : string

Returns the result of the stem (assuming the word was changed) as a String.

Private Methods

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

Method Details

ToString() public method

Returns the result of the stem (assuming the word was changed) as a String.
public ToString ( ) : string
return string