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 Nov 1, 2024
1 parent 6c15458 commit d11d082
Show file tree
Hide file tree
Showing 36 changed files with 96,946 additions and 939 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 d11d082

Please sign in to comment.