Class LuceneSwedishTokenizer

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

public class LuceneSwedishTokenizer extends BaseTokenizer
The LuceneSwedishTokenizer class provides functionality to tokenize Swedish text strings while optionally applying stemming and stop word filtering. This tokenizer is specifically designed to work with the Swedish language.

This class is annotated with @Tokenizer to indicate that it processes Swedish ("sv") language content, and it serves as the default tokenizer for this language.

  • Constructor Details

    • LuceneSwedishTokenizer

      public LuceneSwedishTokenizer()