NaiveTextTokenizer

A naive Tokenizer relying on java.text.BreakIterator to split the content.

Use IcuTextTokenizer for better results.

Constructors

Link copied to clipboard
constructor(unit: TextUnit)

Functions

Link copied to clipboard
open override fun tokenize(data: String): List<IntRange>