Spaces:
Running
Running
| """HuggingFace's open_asr_leaderboard text normalizer, vendored verbatim. | |
| Source: https://github.com/huggingface/open_asr_leaderboard/tree/main/normalizer | |
| Used to keep our WER numbers directly comparable with HF's published methodology. | |
| DO NOT MODIFY THESE FILES — re-fetch from upstream if a newer version is needed. | |
| """ | |
| from .normalizer import EnglishTextNormalizer # noqa: F401 | |