Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netsaur/tokenizers/mod.ts>Tokenizer

Powerful machine learning, accelerated by WebGPU
Go to Latest
class Tokenizer
import { Tokenizer } from "https://deno.land/x/netsaur@0.2.12/tokenizers/mod.ts";

Tokenizer class

Constructors

new
Tokenizer(id: number)

Methods

save(): string

Save the tokenizer as json

save(pretty: boolean): string

Save the tokenizer as json

tokenize(sentence: string)

Tokenize a sentence

Static Methods

fromJSON(json: string)

Load a tokenizer from json data