You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/speechx/examples/custom_asr
Yang Zhou ce322a60f8
remove streaming opt, test=doc
2 years ago
..
local add custom asr script 2 years ago
README.md fix 2 years ago
path.sh add custom asr script 2 years ago
run.sh remove streaming opt, test=doc 2 years ago
utils add custom asr script 2 years ago

README.md

customized Auto Speech Recognition

introduction

These scripts are tutorials to show you how build your own decoding graph.

eg:

  • G with slot: 打车到 "address_slot"。

  • this is address slot wfst, you can add the address which want to recognize.

  • after replace operation, G = fstreplace(G_with_slot, address_slot), we will get the customized graph.

These operations are in the scripts, please check out. we will lanuch more detail scripts.

How to run

bash run.sh

Results

CTC WFST

Overall -> 1.23 % N=1134 C=1126 S=6 D=2 I=6
Mandarin -> 1.24 % N=1132 C=1124 S=6 D=2 I=6
English -> 0.00 % N=2 C=2 S=0 D=0 I=0