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
pull/2367/head
WongLaw 2 years ago committed by GitHub
parent b76bcc482e
commit e04f111b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ pattern_singleton
Pillow>=9.0.0
praatio==5.0.0
prettytable
pypinyin
pypinyin<=0.44.0
pypinyin-dict
python-dateutil
pyworld==0.2.12

@ -9,6 +9,9 @@ We use `WER` as an evaluation criterion.
Run the command below to get the results of the test.
```bash
cd ../../../tools
bash extras/install_sclite.sh
cd -
./run.sh
```

@ -5,6 +5,9 @@ We use `CER` as an evaluation criterion.
## Start
Run the command below to get the results of the test.
```bash
cd ../../../tools
bash extras/install_sclite.sh
cd -
./run.sh
```
The `avg CER` of text normalization is: 0.00730093543235227

@ -52,7 +52,7 @@ base = [
"Pillow>=9.0.0",
"praatio==5.0.0",
"protobuf>=3.1.0, <=3.20.0",
"pypinyin",
"pypinyin<=0.44.0",
"pypinyin-dict",
"python-dateutil",
"pyworld==0.2.12",

Loading…
Cancel
Save