Package org.omegat.tokenizer
Class LuceneBrazilianTokenizer
java.lang.Object
org.omegat.tokenizer.BaseTokenizer
org.omegat.tokenizer.LuceneBrazilianTokenizer
- All Implemented Interfaces:
ITokenizer
A tokenizer implementation for processing Brazilian Portuguese text with optional stemming
and stop word removal capabilities. This class leverages Lucene's BrazilianAnalyzer and
CharArraySet for tokenization tasks.
The behavior of the tokenizer is controlled via the method parameters and ensures that it is adaptable to a variety of text processing needs specific to Brazilian Portuguese.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.omegat.tokenizer.ITokenizer
ITokenizer.StemmingMode -
Field Summary
Fields inherited from class org.omegat.tokenizer.BaseTokenizer
TOKENIZER_DEBUG_PROVIDER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.omegat.tokenizer.BaseTokenizer
getSupportedLanguages, tokenizeVerbatim, tokenizeVerbatimToStrings, tokenizeWords, tokenizeWordsToStrings
-
Constructor Details
-
LuceneBrazilianTokenizer
public LuceneBrazilianTokenizer()
-