4/15/2026
[Release] hama v1.3.11: Transcript correction
Version 1.3.11 adds pronunciation-aware transcript correction APIs in both runtimes while keeping Python and TypeScript aligned on the same release.
- Added transcript-correction APIs in both runtimes:
- Python: pronunciation_scan, pronunciation_replace
- TypeScript: pronunciationScan, pronunciationReplace
- Added deterministic token-boundary matching with original-input offsets for correction spans.
- Added phoneme q-gram candidate filtering, exact edit-distance verification, and weighted non-overlap replacement selection.
- Updated README.md and llms.txt for the new transcript-correction surface.
- Aligned Python hama and TypeScript hama-js on version 1.3.11.