Skip to content

refactor: rename asr/ to itn/ and tts/ to tn/ to match NeMo convention#11

Merged
Alex-Wengg merged 2 commits intomainfrom
refactor/rename-asr-tts-to-itn-tn
Mar 13, 2026
Merged

refactor: rename asr/ to itn/ and tts/ to tn/ to match NeMo convention#11
Alex-Wengg merged 2 commits intomainfrom
refactor/rename-asr-tts-to-itn-tn

Conversation

@Alex-Wengg
Copy link
Member

@Alex-Wengg Alex-Wengg commented Mar 13, 2026

Summary

  • Rename src/asr/src/itn/ (Inverse Text Normalization)
  • Rename src/tts/src/tn/ (Text Normalization)
  • Update all module references in lib.rs, tests, and CLAUDE.md

Aligns directory naming with NeMo text processing convention where ITN and TN are the standard terms.

Test plan

  • All tests pass (0 failures)
  • Pure rename — no logic changes, all 163 files moved via git mv

Open with Devin

Rename module directories to use standard NeMo terminology:
- src/asr/ -> src/itn/ (Inverse Text Normalization)
- src/tts/ -> src/tn/ (Text Normalization)

Update all module references in lib.rs, tests, and docs.
Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@Alex-Wengg Alex-Wengg force-pushed the refactor/rename-asr-tts-to-itn-tn branch from ae1520a to 618754a Compare March 13, 2026 02:50
Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@Alex-Wengg Alex-Wengg merged commit 1b90efa into main Mar 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant