thu-spmi / CAT

A CRF-based ASR Toolkit
Apache License 2.0
325 stars 74 forks source link

Tutorial for basic ASR tasks (egs/yesno) and JoinAP & recipes update #63

Closed NLPvv closed 2 years ago

NLPvv commented 2 years ago

Added yesno tutorial JoinAP tutorial and yesno aishell thchs30 experimental results .

maxwellzh commented 2 years ago

@NLPvv issues:

  1. Documents in Chinese should be named with _ch suffix, like install.md and install_ch.md
  2. Do not use git add .. This would add all files into commits whatever they have been modified or not. Many of the files in your PR is not modified but added into the commit.
  3. Do not use Chinese characters in file name.
  4. What are the .npy and .xlxs files for in egs/commonvoice/CommonVoice_pv?
  5. There're probably some redundant files in src/ctc_crf. Can you explain more about the extra setup_1_0.py?

cc @ZhijianOu @thu-spmi