npm i toxe
import { Toxe } from 'toxe';
const toxe = new Txe('./spm.model');
const ids = await toxe.encode("a", [
"a b",
"a b c",
]);
https://github.com/JanKaul/sentencepiece
Support passing config.
npm i toxe
import { Toxe } from 'toxe';
const toxe = new Txe('./spm.model');
const ids = await toxe.encode("a", [
"a b",
"a b c",
]);
https://github.com/JanKaul/sentencepiece
Support passing config.