Uses of Class
org.tribuo.util.tokens.Token
Packages that use 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
Method parameters in org.tribuo.classification.explanations.lime with type arguments of type Token -
Uses of Token in org.tribuo.util.tokens
Methods in org.tribuo.util.tokens that return TokenModifier and TypeMethodDescriptiondefault Token
Tokenizer.getToken()
Generates a Token object from the current state of the tokenizer.Methods in org.tribuo.util.tokens that return types with arguments of type TokenModifier 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
Methods in org.tribuo.util.tokens.impl.wordpiece that return Token