C# Class Lucene.Net.Analysis.Hi.HindiNormalizationFilter

A TokenFilter that applies HindiNormalizer to normalize the orthography.

In some cases the normalization may cause unrelated terms to conflate, so to prevent terms from being normalized use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream.

Inheritance: TokenFilter
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
HindiNormalizationFilter ( TokenStream input ) : Lucene.Net.Analysis.Tokenattributes
IncrementToken ( ) : bool

Method Details

HindiNormalizationFilter() public méthode

public HindiNormalizationFilter ( TokenStream input ) : Lucene.Net.Analysis.Tokenattributes
input TokenStream
Résultat Lucene.Net.Analysis.Tokenattributes

IncrementToken() public méthode

public IncrementToken ( ) : bool
Résultat bool