From 3da9a15f9d48b0a9d2ea0d31818d1cd86c7aba11 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 15 Aug 2022 10:59:43 +0800 Subject: [PATCH] Update README.md --- examples/other/g2p/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/examples/other/g2p/README.md b/examples/other/g2p/README.md index 141f7f74..50a3c1a0 100644 --- a/examples/other/g2p/README.md +++ b/examples/other/g2p/README.md @@ -10,11 +10,16 @@ Run the command below to get the results of the test. ```bash ./run.sh ``` -The `avg WER` of g2p is: 0.026014352515701198 + +The `avg WER` of g2p is: 0.028952373312476395 + ```text ,--------------------------------------------------------------------. - | | # Snt # Wrd | Corr Sub Del Ins Err S.Err | + | ./exp/g2p/text.g2p | + |--------------------------------------------------------------------| + | SPKR | # Snt # Wrd | Corr Sub Del Ins Err S.Err | |--------+-----------------+-----------------------------------------| - | Sum/Avg| 9996 299181 | 97.3 2.7 0.0 0.0 2.7 52.2 | + | Sum/Avg| 9996 299181 | 97.2 2.8 0.0 0.1 2.9 53.3 | `--------------------------------------------------------------------' + ```