-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.tokenizer.Tokenizer
@RequiresApi(value = 24) public final class IcuTextTokenizer implements Tokenizer<String, IntRange>
Implementation of a TextTokenizer using ICU components to perform the actual tokenization while taking into account languages specificities.
-
-
Constructor Summary
Constructors Constructor Description IcuTextTokenizer(Language language, TextUnit unit)
-