This crate binds the sentencepiece library. sentencepiece is an unsupervised text tokenizer.
The main data structure of this crate is SentencePieceProcessor,
which is used to tokenize sentences:
use SentencePieceProcessor;
let spp = open.unwrap;
let pieces = spp.encode.unwrap
.into_iter.map.;
assert_eq!;