Class LuceneHindiTokenizer

java.lang.Object
org.omegat.tokenizer.BaseTokenizer
org.omegat.tokenizer.LuceneHindiTokenizer
All Implemented Interfaces:
ITokenizer

public class LuceneHindiTokenizer extends BaseTokenizer
LuceneHindiTokenizer is a tokenizer implementation for the Hindi language, extending the base functionality of the BaseTokenizer. It processes input text to generate tokens while optionally applying stemming and stopword filtering based on the provided configuration.

This class utilizes the Lucene HindiAnalyzer for tokenization and supports the inclusion or exclusion of stop words and stemming during the tokenization process.

  • Constructor Details

    • LuceneHindiTokenizer

      public LuceneHindiTokenizer()