Class LuceneGreekTokenizer

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

public class LuceneGreekTokenizer extends BaseTokenizer
A tokenizer specifically designed for tokenizing Greek text. This class leverages the capabilities of the Lucene library to provide tokenization based on the GreekAnalyzer. It supports the inclusion or exclusion of stemming and stop words depending on the specified configuration.

The class extends the BaseTokenizer, overriding functionality for token stream generation to address Greek language processing requirements.

  • Constructor Details

    • LuceneGreekTokenizer

      public LuceneGreekTokenizer()