Adding a link to the Ruby port of tokenizers (#961)

This commit is contained in:
Nicolas Patry
2022-03-24 17:09:30 +01:00
committed by GitHub
parent 28fe0e40e7
commit 20ec60aeba

View File

@ -33,6 +33,7 @@ We provide bindings to the following languages (more to come!):
- [Rust](https://github.com/huggingface/tokenizers/tree/master/tokenizers) (Original implementation)
- [Python](https://github.com/huggingface/tokenizers/tree/master/bindings/python)
- [Node.js](https://github.com/huggingface/tokenizers/tree/master/bindings/node)
- [Ruby](https://github.com/ankane/tokenizers-ruby) (Contributed by @ankane, external repo)
## Quick example using Python: