C# 클래스 Lucene.Net.Analysis.En.KStemmer

파일 보기 프로젝트 열기: apache/lucenenet

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ToString ( ) : string

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

비공개 메소드들

메소드 설명
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

메소드 상세

ToString() 공개 메소드

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