From 23843a9f9c9bf838727da4979ee6486e61855a65 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 22 Mar 2022 11:20:34 +0100 Subject: [PATCH] Adding a link to the Ruby port of `tokenizers` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92686ef9e..7cf155aef 100644 --- a/README.md +++ b/README.md @@ -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: