Class LuceneBulgarianTokenizer

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

public class LuceneBulgarianTokenizer extends BaseTokenizer
The LuceneBulgarianTokenizer class is a tokenizer implementation designed for processing Bulgarian text. It extends the BaseTokenizer class and provides customized behavior for tokenization based on the specified properties such as stemming and stop words filtering.

This class utilizes the Lucene BulgarianAnalyzer to perform tokenization and optionally applies stemming and stop word removal based on the configuration.

  • Constructor Details

    • LuceneBulgarianTokenizer

      public LuceneBulgarianTokenizer()