메소드 | 설명 | |
---|---|---|
IncrementToken ( ) : bool | ||
TurkishLowerCaseFilter ( TokenStream @in ) : Lucene.Net.Analysis.Tokenattributes |
Create a new TurkishLowerCaseFilter, that normalizes Turkish token text to lower case.
|
메소드 | 설명 | |
---|---|---|
Delete ( char s, int pos, int len ) : int |
delete a character in-place. rarely happens, only if COMBINING_DOT_ABOVE is found after an i
|
|
IsBeforeDot ( char s, int pos, int len ) : bool |
lookahead for a combining dot above. other NSMs may be in between.
|
public TurkishLowerCaseFilter ( TokenStream @in ) : Lucene.Net.Analysis.Tokenattributes | ||
@in | TokenStream | |
리턴 | Lucene.Net.Analysis.Tokenattributes |