Class LuceneFinnishTokenizer

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

public class LuceneFinnishTokenizer extends BaseTokenizer
Tokenizer class for the Finnish language that extends the base tokenizer functionality. It provides tokenization capabilities tailored to the Finnish language, with support for stemming and stop-word filtering based on configuration.

The class utilizes Lucene's FinnishAnalyzer for processing the text input. It determines whether stemming and stop-word filtering are applied, depending on the parameters provided.

  • Constructor Details

    • LuceneFinnishTokenizer

      public LuceneFinnishTokenizer()