Uses of Package
org.tribuo.util.tokens
Package
Description
Provides an implementation of LIME (Locally Interpretable Model Explanations).
Provides implementations of text data processors.
Core definitions for tokenization.
Simple fixed rule tokenizers.
Provides an implementation of a Wordpiece tokenizer which implements
to the Tribuo
Tokenizer
API.OLCUT
Options
implementations
which can construct Tokenizer
s of various types.An implementation of a "universal" tokenizer which will split
on word boundaries or character boundaries for languages where
word boundaries are contextual.
-
-
ClassDescriptionAn interface for things that tokenize text: breaking it into words according to some set of rules.
-
ClassDescriptionA single token extracted from a String.Tokenizers may product multiple kinds of tokens, depending on the application to which they're being put.An interface for things that tokenize text: breaking it into words according to some set of rules.
-
ClassDescriptionTokenizers may product multiple kinds of tokens, depending on the application to which they're being put.An interface for things that tokenize text: breaking it into words according to some set of rules.
-
ClassDescriptionA single token extracted from a String.Tokenizers may product multiple kinds of tokens, depending on the application to which they're being put.An interface for things that tokenize text: breaking it into words according to some set of rules.
-
ClassDescriptionAn interface for things that tokenize text: breaking it into words according to some set of rules.
-
ClassDescriptionTokenizers may product multiple kinds of tokens, depending on the application to which they're being put.An interface for things that tokenize text: breaking it into words according to some set of rules.