From a851e130f781c1192cf26d4e3a37801707be90f6 Mon Sep 17 00:00:00 2001 From: Alex-Wengg Date: Thu, 12 Mar 2026 22:57:38 -0400 Subject: [PATCH] docs: add Rust implementation to README Add text-processing-rs to a new "Alternative Implementations" section. It provides ITN and TN for 7 languages with 100% NeMo test compatibility. Signed-off-by: Alex-Wengg --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8bbb5c617..39ac12686 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,14 @@ We welcome community contributions! Please refer to the [CONTRIBUTING.md](CONTRI +Alternative Implementations +--------------------------- + +| Project | Language | Description | +|---------|----------|-------------| +| [text-processing-rs](https://github.com/FluidInference/text-processing-rs) | Rust | ITN and TN for 7 languages (EN, DE, ES, FR, HI, JA, ZH) with C FFI for Swift/Python integration. 100% compatible with NeMo test suite. | + + Citation --------