sentencepiece-model
SentencePiece model parser generated from the SentencePiece protobuf definition.
use SentencePieceModel;
let model = from_file?;
assert_eq!;
assert_eq!;
Usage
[]
= "0.1"
sentencepiece-model uses prost-build and protox to generate Rust code from the SentencePiece protobuf definition at build time. protoc is not required.