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 | `--------------------------------------------------------------------' + ```