Class LuceneBasqueTokenizer

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

public class LuceneBasqueTokenizer extends BaseTokenizer
Tokenizer class specifically designed for processing Basque text. It extends the BaseTokenizer and provides functionality to tokenize Basque input text.

This tokenizer uses the BasqueAnalyzer to perform tokenization, optionally applying stemming and stop word removal based on the parameter configurations. If stemming is not allowed, it defaults to standard tokenization.

This class is annotated with Tokenizer to associate it with the Basque language using the language code "eu".

  • Constructor Details

    • LuceneBasqueTokenizer

      public LuceneBasqueTokenizer()