From 8b86bc9f780f1cca14dd539c1ea3876e4c892f4f Mon Sep 17 00:00:00 2001 From: TianYuan Date: Tue, 16 Nov 2021 12:17:13 +0800 Subject: [PATCH] Update zh_text_frontend.md --- docs/source/tts/zh_text_frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tts/zh_text_frontend.md b/docs/source/tts/zh_text_frontend.md index 3dbdbfd1..b619e4a1 100644 --- a/docs/source/tts/zh_text_frontend.md +++ b/docs/source/tts/zh_text_frontend.md @@ -1,5 +1,5 @@ # Chinese Rule Based Text Frontend -A TTS system mainly includes three modules: `Text Frontend`, `Acoustic model` and `Vocoder`. We provide a complete Chinese text frontend module in PaddleSpeech TTS, see exapmle in [examples/other/text_frontend/](https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/examples/other/text_frontend). +A TTS system mainly includes three modules: `Text Frontend`, `Acoustic model` and `Vocoder`. We provide a complete Chinese text frontend module in PaddleSpeech TTS, see exapmles in [examples/other/tn](https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/examples/other/tn) and [examples/other/g2p](https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/examples/other/g2p). A text frontend module mainly includes: - Text Segmentation