Class LuceneFrenchTokenizer

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

public class LuceneFrenchTokenizer extends BaseTokenizer
The LuceneFrenchTokenizer is a specialized tokenizer intended for processing French language text with Lucene. It extends the functionality of the BaseTokenizer and integrates language-specific tokenization features.

This tokenizer provides support for stop words and stemming, enabling enhanced linguistic analysis for French text. When stop words and/or stemming are enabled, it utilizes the FrenchAnalyzer from the Lucene library. If stemming is disabled, standard tokenization is applied.

  • Constructor Details

    • LuceneFrenchTokenizer

      public LuceneFrenchTokenizer()