C# 클래스 Lucene.Net.Analysis.Miscellaneous.StemmerOverrideFilter

Provides the ability to override any KeywordAttribute aware stemmer with custom dictionary-based stemming.
상속: TokenFilter
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
IncrementToken ( ) : bool
StemmerOverrideFilter ( TokenStream input, StemmerOverrideMap stemmerOverrideMap ) : System.Collections.Generic

Create a new StemmerOverrideFilter, performing dictionary-based stemming with the provided dictionary.

Any dictionary-stemmed terms will be marked with KeywordAttribute so that they will not be stemmed with stemmers down the chain.

메소드 상세

IncrementToken() 공개 메소드

public IncrementToken ( ) : bool
리턴 bool

StemmerOverrideFilter() 공개 메소드

Create a new StemmerOverrideFilter, performing dictionary-based stemming with the provided dictionary.

Any dictionary-stemmed terms will be marked with KeywordAttribute so that they will not be stemmed with stemmers down the chain.

public StemmerOverrideFilter ( TokenStream input, StemmerOverrideMap stemmerOverrideMap ) : System.Collections.Generic
input TokenStream
stemmerOverrideMap StemmerOverrideMap
리턴 System.Collections.Generic