TextContentTokenizer
class TextContentTokenizer(language: Language?, overrideContentLanguage: Boolean = false, contextSnippetLength: Int = 50, textTokenizerFactory: (Language?) -> TextTokenizer) : ContentTokenizer
A ContentTokenizer using a TextTokenizer to split the text of the Content.Element into smaller portions.
Parameters
Constructors
Link copied to clipboard
constructor(language: Language?, overrideContentLanguage: Boolean = false, contextSnippetLength: Int = 50, textTokenizerFactory: (Language?) -> TextTokenizer)
A ContentTokenizer using the default TextTokenizer to split the text of the Content.Element.