未验证 提交 e04f111b 编写于 作者: W WongLaw 提交者: GitHub

Added pre-install doc for G2P and TN modules and updated the dependency version of pypinyin (#2364)

* Added pre-install doc for G2P and TN modules and updated the dependency version of pypinyin, test=doc
上级 b76bcc48
...@@ -27,7 +27,7 @@ pattern_singleton ...@@ -27,7 +27,7 @@ pattern_singleton
Pillow>=9.0.0 Pillow>=9.0.0
praatio==5.0.0 praatio==5.0.0
prettytable prettytable
pypinyin pypinyin<=0.44.0
pypinyin-dict pypinyin-dict
python-dateutil python-dateutil
pyworld==0.2.12 pyworld==0.2.12
......
...@@ -9,6 +9,9 @@ We use `WER` as an evaluation criterion. ...@@ -9,6 +9,9 @@ We use `WER` as an evaluation criterion.
Run the command below to get the results of the test. Run the command below to get the results of the test.
```bash ```bash
cd ../../../tools
bash extras/install_sclite.sh
cd -
./run.sh ./run.sh
``` ```
......
...@@ -5,6 +5,9 @@ We use `CER` as an evaluation criterion. ...@@ -5,6 +5,9 @@ We use `CER` as an evaluation criterion.
## Start ## Start
Run the command below to get the results of the test. Run the command below to get the results of the test.
```bash ```bash
cd ../../../tools
bash extras/install_sclite.sh
cd -
./run.sh ./run.sh
``` ```
The `avg CER` of text normalization is: 0.00730093543235227 The `avg CER` of text normalization is: 0.00730093543235227
......
...@@ -52,7 +52,7 @@ base = [ ...@@ -52,7 +52,7 @@ base = [
"Pillow>=9.0.0", "Pillow>=9.0.0",
"praatio==5.0.0", "praatio==5.0.0",
"protobuf>=3.1.0, <=3.20.0", "protobuf>=3.1.0, <=3.20.0",
"pypinyin", "pypinyin<=0.44.0",
"pypinyin-dict", "pypinyin-dict",
"python-dateutil", "python-dateutil",
"pyworld==0.2.12", "pyworld==0.2.12",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册