PaddleSpeech
PaddleSpeech copied to clipboard
Add g2pW to Chinese frontend
PR types
Performance optimization
PR changes
APIs
Describe
add g2pW onnxruntime
@BarryKCL Thanks for your effort! And please reference GitYCC/g2pW in https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/reference.md Thank you!
original wer of g2p:
The avg WER
of g2p is: 0.026014352515701198
,--------------------------------------------------------------------.
| | # 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 |
`--------------------------------------------------------------------'
wer after add g2pw:
The avg WER
of g2p is: 0.028952373312476395
,--------------------------------------------------------------------.
| ./exp/g2p/text.g2p |
|--------------------------------------------------------------------|
| SPKR | # Snt # Wrd | Corr Sub Del Ins Err S.Err |
|--------+-----------------+-----------------------------------------|
| Sum/Avg| 9996 299181 | 97.2 2.8 0.0 0.1 2.9 53.3 |
`--------------------------------------------------------------------'
need to solve this issue: https://github.com/GitYCC/g2pW/issues/9
original wer of g2p: The
avg WER
of g2p is: 0.026014352515701198,--------------------------------------------------------------------. | | # 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 | `--------------------------------------------------------------------'
wer after add g2pw: The
avg WER
of g2p is: 0.028952373312476395,--------------------------------------------------------------------. | ./exp/g2p/text.g2p | |--------------------------------------------------------------------| | SPKR | # Snt # Wrd | Corr Sub Del Ins Err S.Err | |--------+-----------------+-----------------------------------------| | Sum/Avg| 9996 299181 | 97.2 2.8 0.0 0.1 2.9 53.3 | `--------------------------------------------------------------------'
这个表示 g2pw 相比 g2p 并没有多少提升吗?
original wer of g2p: The
avg WER
of g2p is: 0.026014352515701198,--------------------------------------------------------------------. | | # 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 | `--------------------------------------------------------------------'
wer after add g2pw: The
avg WER
of g2p is: 0.028952373312476395,--------------------------------------------------------------------. | ./exp/g2p/text.g2p | |--------------------------------------------------------------------| | SPKR | # Snt # Wrd | Corr Sub Del Ins Err S.Err | |--------+-----------------+-----------------------------------------| | Sum/Avg| 9996 299181 | 97.2 2.8 0.0 0.1 2.9 53.3 | `--------------------------------------------------------------------'
这个表示 g2pw 相比 g2p 并没有多少提升吗?
可以去 example/other/g2p 查看最新的数据,目前是 0.024