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
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
ApostropheFilter ( TokenStream @in ) : Lucene.Net.Analysis.Tokenattributes
IncrementToken ( ) : bool

Method Details

ApostropheFilter() public méthode

public ApostropheFilter ( TokenStream @in ) : Lucene.Net.Analysis.Tokenattributes
@in TokenStream
Résultat Lucene.Net.Analysis.Tokenattributes

IncrementToken() public méthode

public IncrementToken ( ) : bool
Résultat bool