Package | Description |
---|---|
org.tribuo.classification.explanations.lime |
Provides an implementation of LIME (Locally Interpretable Model Explanations).
|
org.tribuo.util.tokens |
Core definitions for tokenization.
|
org.tribuo.util.tokens.impl.wordpiece |
Provides an implementation of a Wordpiece tokenizer which implements
to the Tribuo
Tokenizer API. |
Modifier and Type | Method and Description |
---|---|
protected List<Example<Regressor>> |
LIMEText.sampleData(String inputText,
List<Token> tokens)
Samples a new dataset from the input text.
|
Modifier and Type | Method and Description |
---|---|
default Token |
Tokenizer.getToken()
Generates a Token object from the current state of the tokenizer.
|
Modifier and Type | Method and Description |
---|---|
default List<Token> |
Tokenizer.tokenize(CharSequence cs)
Uses this tokenizer to tokenize a string and return the list of tokens
that were generated.
|
Modifier and Type | Method and Description |
---|---|
Token |
WordpieceTokenizer.getToken() |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.