C# Class 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

Inheritance: TokenFilter
Show file Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
ApostropheFilter ( TokenStream @in ) : Lucene.Net.Analysis.Tokenattributes
IncrementToken ( ) : bool

Method Details

ApostropheFilter() public method

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

IncrementToken() public method

public IncrementToken ( ) : bool
return bool