C# 클래스 Lucene.Net.Analysis.Standard.ClassicFilter

Normalizes tokens extracted with ClassicTokenizer.
상속: TokenFilter
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
ClassicFilter ( TokenStream @in ) : Lucene.Net.Analysis.Tokenattributes

Construct filtering in.

IncrementToken ( ) : bool

Returns the next token in the stream, or null at EOS.

Removes 's from the end of words.

Removes dots from acronyms.

메소드 상세

ClassicFilter() 공개 메소드

Construct filtering in.
public ClassicFilter ( TokenStream @in ) : Lucene.Net.Analysis.Tokenattributes
@in TokenStream
리턴 Lucene.Net.Analysis.Tokenattributes

IncrementToken() 공개 최종 메소드

Returns the next token in the stream, or null at EOS.

Removes 's from the end of words.

Removes dots from acronyms.

public final IncrementToken ( ) : bool
리턴 bool