## Summary
- Add
[NeMo-text-processing-rs](https://github.com/FluidInference/NeMo-text-processing-rs)
to README documentation
- Rust port of [NVIDIA NeMo Text
Processing](https://github.com/NVIDIA/NeMo-text-processing) for Inverse
Text Normalization (ITN)
## What is ITN?
Inverse Text Normalization converts spoken-form ASR output to written
form:
| Input | Output |
|-------|--------|
| two hundred thirty two | 232 |
| five dollars and fifty cents | $5.50 |
| january fifth twenty twenty five | January 5, 2025 |
| seventy two degrees fahrenheit | 72 °F |
## Features
- 98.6% compatible with NeMo test suite (1200/1217 tests)
- Rust library with Swift wrapper (XCFramework build script included)
- Supports: numbers, money, dates, times, measurements, emails/URLs,
phone numbers
## Changes
- Add ITN to Highlights section
- Add new "Post-Processing Tools" section under "Other Frameworks"