UNPKG

kitoken

Version:

Fast tokenizer for language models, supporting BPE, Unigram and WordPiece tokenization

10 lines (7 loc) 194 B
/* @ts-self-types="./index.d.ts" */ import * as wasm from "./index_bg.wasm"; import { __wbg_set_wasm } from "./index_bg.js"; __wbg_set_wasm(wasm); export { Kitoken } from "./index_bg.js";