Trait text_tokenizer::IntoTokenizer
source · pub trait IntoTokenizer: Sized {
type IntoTokens;
// Required method
fn into_tokenizer<S: SentenceBreaker>(
self,
params: TokenizerParams<S>,
) -> Self::IntoTokens;
}Required Associated Types§
type IntoTokens
Required Methods§
fn into_tokenizer<S: SentenceBreaker>( self, params: TokenizerParams<S>, ) -> Self::IntoTokens
Object Safety§
This trait is not object safe.