This repository holds:
- a few functions useful for texts normalization for Text-To-Speech (TTS) Dataset preparation;
- a script implementing couple pipelines using those functions.
For now simply clone this repository and use the python files in the text2speech directory.
Run python normalize_text.py
to see usage message.
See tests in the documentation to get the idea how functions are expected to work.
All phases of development (coding, testing, documentation) are being done completely inside Jupyter Notebooks, thanks to the excellent tool nbdev
by fast.ai
team.
Ideas, issues and pull-requests are welcome! Please submit via GitHub.
Please share, like and upvote, too.
Copyright 2020 onwards, Konstantin Dorichev. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project's files except in compliance with the License. A copy of the License is provided in the LICENSE file in this repository.