Uses of Class
org.tribuo.util.tokens.Token
Package
Description
Provides an implementation of LIME (Locally Interpretable Model Explanations).
Core definitions for tokenization.
Provides an implementation of a Wordpiece tokenizer which implements
to the Tribuo
Tokenizer
API.-
Uses of Token in org.tribuo.classification.explanations.lime
-
Uses of Token in org.tribuo.util.tokens
Modifier and TypeMethodDescriptiondefault Token
Tokenizer.getToken()
Generates a Token object from the current state of the tokenizer.Modifier and TypeMethodDescriptionTokenizer.tokenize
(CharSequence cs) Uses this tokenizer to tokenize a string and return the list of tokens that were generated. -
Uses of Token in org.tribuo.util.tokens.impl.wordpiece