C# 클래스 Lucene.Net.Analysis.Tr.ApostropheFilter

Strips all characters after an apostrophe (including the apostrophe itself).

In Turkish, apostrophe is used to separate suffixes from proper names (continent, sea, river, lake, mountain, upland, proper names related to religion and mythology). This filter intended to be used before stem filters. For more information, see Role of Apostrophes in Turkish Information Retrieval

상속: TokenFilter
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

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

메소드 상세

ApostropheFilter() 공개 메소드

public ApostropheFilter ( TokenStream @in ) : Lucene.Net.Analysis.Tokenattributes
@in TokenStream
리턴 Lucene.Net.Analysis.Tokenattributes

IncrementToken() 공개 메소드

public IncrementToken ( ) : bool
리턴 bool