pretokie 0.0.1

Fast, zero-allocation pretokenizers for BPE tokenizers
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod gpt2;
pub mod cl100k;
pub mod bert;
pub mod o200k;
pub mod voyage;
pub mod smollm;
pub mod deepseek;
pub mod qwen;
#[cfg(feature = "regex")]
pub mod regex;