From f27d9d50e60e1bf7762fa7b08d21504d63f75358 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Fri, 31 Dec 2021 14:36:38 +0800 Subject: [PATCH] Update g2p.md --- docs/topic/frontend/g2p.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/topic/frontend/g2p.md b/docs/topic/frontend/g2p.md index 90546a7b1..7713420a1 100644 --- a/docs/topic/frontend/g2p.md +++ b/docs/topic/frontend/g2p.md @@ -62,10 +62,8 @@ modified from https://zhuanlan.zhihu.com/p/349600439 其中重音标记附在元音后面。当只需要音标而不需要重音标记的时候也可以直接省略。 CMUDict 只是一个词典,当出现了不在词典中的词时(OOV),可以求助其他工具可以根据拼写得到对应的发音,如: - -[Lexicon Tool](http://www.speech.cs.cmu.edu/tools) - -[g2p-seq2seq](https://github.com/cmusphinx/g2p-seq2seq) + - [Lexicon Tool](http://www.speech.cs.cmu.edu/tools) + - [g2p-seq2seq](https://github.com/cmusphinx/g2p-seq2seq) ## 中文注音系统