- Never run
git pushunless explicitly requested - No Co-Author tags: Do not add
Co-Authored-Bylines for Claude, Copilot, or any AI assistant in commit messages
cargo build
cargo test
cargo fmt
cargo build --features ffisrc/itn/- ITN taggers (spoken to written, Inverse Text Normalization)src/tn/- TN taggers (written to spoken, Text Normalization)src/custom_rules.rs- User-defined custom normalization rulessrc/ffi.rs- C FFI bindings for Swift/Python integrationtests/- Integration and extensive edge-case tests