Class LuceneSpanishTokenizer

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

public class LuceneSpanishTokenizer extends BaseTokenizer
A tokenizer implementation for the Spanish language using Lucene's analysis tools. This tokenizer provides support for tokenizing Spanish text, optionally allowing stemming and stop words removal.

The class utilizes Lucene's SpanishAnalyzer for Spanish-specific tokenization functionalities. If stemming is enabled, it applies stemming in conjunction with a configurable stop words set. Otherwise, it falls back to a standard token stream.

  • Constructor Details

    • LuceneSpanishTokenizer

      public LuceneSpanishTokenizer()