Skip to content

Commit

Permalink
feat: Add Rust implementation of Tokenizer
Browse files Browse the repository at this point in the history
This commit adds the Rust implementation of the Tokenizer class. The Tokenizer struct is defined in the `node-napi/src/lib.rs` file. It includes methods for encoding and decoding text using the tokenizer. The implementation is based on the `RustTokenizer` struct from the `tokenizers` crate. This change enables the use of the Tokenizer in Rust-based projects.
  • Loading branch information
mohankumarelec committed Oct 4, 2024
1 parent 557fde7 commit 71b2ef8
Show file tree
Hide file tree
Showing 36 changed files with 96,946 additions and 951 deletions.
2 changes: 0 additions & 2 deletions .github/conda/bld.bat

This file was deleted.

2 changes: 0 additions & 2 deletions .github/conda/build.sh

This file was deleted.

32 changes: 0 additions & 32 deletions .github/conda/meta.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/stale.yml

This file was deleted.

Loading

0 comments on commit 71b2ef8

Please sign in to comment.