From b57b865989c996bab3e74ea6abad1d28c386a1fd Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Mon, 22 Nov 2021 11:13:27 +0000 Subject: [PATCH] rename egs --- examples/callcenter/{s1 => asr1}/.gitignore | 0 examples/callcenter/{s1 => asr1}/README.md | 0 examples/callcenter/{s1 => asr1}/conf/augmentation.json | 0 examples/callcenter/{s1 => asr1}/conf/chunk_conformer.yaml | 0 examples/callcenter/{s1 => asr1}/conf/conformer.yaml | 0 examples/callcenter/{s1 => asr1}/conf/preprocess.yaml | 0 examples/callcenter/{s1 => asr1}/local/align.sh | 0 examples/callcenter/{s1 => asr1}/local/data.sh | 0 examples/callcenter/{s1 => asr1}/local/download_lm_ch.sh | 0 examples/callcenter/{s1 => asr1}/local/export.sh | 0 examples/callcenter/{s1 => asr1}/local/test.sh | 0 examples/callcenter/{s1 => asr1}/local/train.sh | 0 examples/callcenter/{s1 => asr1}/path.sh | 0 examples/callcenter/{s1 => asr1}/run.sh | 0 examples/ted_en_zh/t0/.gitignore | 2 +- examples/thchs30/README.md | 2 +- examples/thchs30/{a0 => align0}/README.md | 0 examples/thchs30/{a0 => align0}/data/dict/syllable.lexicon | 0 examples/thchs30/{a0 => align0}/local/data.sh | 0 examples/thchs30/{a0 => align0}/local/gen_word2phone.py | 0 examples/thchs30/{a0 => align0}/local/reorganize_thchs30.py | 0 examples/thchs30/{a0 => align0}/path.sh | 0 examples/thchs30/{a0 => align0}/run.sh | 0 examples/timit/README.md | 2 +- examples/timit/{s1 => asr1}/.gitignore | 0 examples/timit/{s1 => asr1}/README.md | 0 examples/timit/{s1 => asr1}/conf/augmentation.json | 0 examples/timit/{s1 => asr1}/conf/dev_spk.list | 0 examples/timit/{s1 => asr1}/conf/phones.60-48-39.map | 0 examples/timit/{s1 => asr1}/conf/preprocess.yaml | 0 examples/timit/{s1 => asr1}/conf/test_spk.list | 0 examples/timit/{s1 => asr1}/conf/transformer.yaml | 0 examples/timit/{s1 => asr1}/local/align.sh | 0 examples/timit/{s1 => asr1}/local/data.sh | 0 examples/timit/{s1 => asr1}/local/export.sh | 0 examples/timit/{s1 => asr1}/local/test.sh | 0 examples/timit/{s1 => asr1}/local/timit_data_prep.sh | 0 examples/timit/{s1 => asr1}/local/timit_norm_trans.pl | 0 examples/timit/{s1 => asr1}/local/train.sh | 0 examples/timit/{s1 => asr1}/path.sh | 0 examples/timit/{s1 => asr1}/run.sh | 0 examples/wenetspeech/README.md | 2 ++ 42 files changed, 5 insertions(+), 3 deletions(-) rename examples/callcenter/{s1 => asr1}/.gitignore (100%) rename examples/callcenter/{s1 => asr1}/README.md (100%) rename examples/callcenter/{s1 => asr1}/conf/augmentation.json (100%) rename examples/callcenter/{s1 => asr1}/conf/chunk_conformer.yaml (100%) rename examples/callcenter/{s1 => asr1}/conf/conformer.yaml (100%) rename examples/callcenter/{s1 => asr1}/conf/preprocess.yaml (100%) rename examples/callcenter/{s1 => asr1}/local/align.sh (100%) rename examples/callcenter/{s1 => asr1}/local/data.sh (100%) rename examples/callcenter/{s1 => asr1}/local/download_lm_ch.sh (100%) rename examples/callcenter/{s1 => asr1}/local/export.sh (100%) rename examples/callcenter/{s1 => asr1}/local/test.sh (100%) rename examples/callcenter/{s1 => asr1}/local/train.sh (100%) rename examples/callcenter/{s1 => asr1}/path.sh (100%) rename examples/callcenter/{s1 => asr1}/run.sh (100%) rename examples/thchs30/{a0 => align0}/README.md (100%) rename examples/thchs30/{a0 => align0}/data/dict/syllable.lexicon (100%) rename examples/thchs30/{a0 => align0}/local/data.sh (100%) rename examples/thchs30/{a0 => align0}/local/gen_word2phone.py (100%) rename examples/thchs30/{a0 => align0}/local/reorganize_thchs30.py (100%) rename examples/thchs30/{a0 => align0}/path.sh (100%) rename examples/thchs30/{a0 => align0}/run.sh (100%) rename examples/timit/{s1 => asr1}/.gitignore (100%) rename examples/timit/{s1 => asr1}/README.md (100%) rename examples/timit/{s1 => asr1}/conf/augmentation.json (100%) rename examples/timit/{s1 => asr1}/conf/dev_spk.list (100%) rename examples/timit/{s1 => asr1}/conf/phones.60-48-39.map (100%) rename examples/timit/{s1 => asr1}/conf/preprocess.yaml (100%) rename examples/timit/{s1 => asr1}/conf/test_spk.list (100%) rename examples/timit/{s1 => asr1}/conf/transformer.yaml (100%) rename examples/timit/{s1 => asr1}/local/align.sh (100%) rename examples/timit/{s1 => asr1}/local/data.sh (100%) rename examples/timit/{s1 => asr1}/local/export.sh (100%) rename examples/timit/{s1 => asr1}/local/test.sh (100%) rename examples/timit/{s1 => asr1}/local/timit_data_prep.sh (100%) rename examples/timit/{s1 => asr1}/local/timit_norm_trans.pl (100%) rename examples/timit/{s1 => asr1}/local/train.sh (100%) rename examples/timit/{s1 => asr1}/path.sh (100%) rename examples/timit/{s1 => asr1}/run.sh (100%) diff --git a/examples/callcenter/s1/.gitignore b/examples/callcenter/asr1/.gitignore similarity index 100% rename from examples/callcenter/s1/.gitignore rename to examples/callcenter/asr1/.gitignore diff --git a/examples/callcenter/s1/README.md b/examples/callcenter/asr1/README.md similarity index 100% rename from examples/callcenter/s1/README.md rename to examples/callcenter/asr1/README.md diff --git a/examples/callcenter/s1/conf/augmentation.json b/examples/callcenter/asr1/conf/augmentation.json similarity index 100% rename from examples/callcenter/s1/conf/augmentation.json rename to examples/callcenter/asr1/conf/augmentation.json diff --git a/examples/callcenter/s1/conf/chunk_conformer.yaml b/examples/callcenter/asr1/conf/chunk_conformer.yaml similarity index 100% rename from examples/callcenter/s1/conf/chunk_conformer.yaml rename to examples/callcenter/asr1/conf/chunk_conformer.yaml diff --git a/examples/callcenter/s1/conf/conformer.yaml b/examples/callcenter/asr1/conf/conformer.yaml similarity index 100% rename from examples/callcenter/s1/conf/conformer.yaml rename to examples/callcenter/asr1/conf/conformer.yaml diff --git a/examples/callcenter/s1/conf/preprocess.yaml b/examples/callcenter/asr1/conf/preprocess.yaml similarity index 100% rename from examples/callcenter/s1/conf/preprocess.yaml rename to examples/callcenter/asr1/conf/preprocess.yaml diff --git a/examples/callcenter/s1/local/align.sh b/examples/callcenter/asr1/local/align.sh similarity index 100% rename from examples/callcenter/s1/local/align.sh rename to examples/callcenter/asr1/local/align.sh diff --git a/examples/callcenter/s1/local/data.sh b/examples/callcenter/asr1/local/data.sh similarity index 100% rename from examples/callcenter/s1/local/data.sh rename to examples/callcenter/asr1/local/data.sh diff --git a/examples/callcenter/s1/local/download_lm_ch.sh b/examples/callcenter/asr1/local/download_lm_ch.sh similarity index 100% rename from examples/callcenter/s1/local/download_lm_ch.sh rename to examples/callcenter/asr1/local/download_lm_ch.sh diff --git a/examples/callcenter/s1/local/export.sh b/examples/callcenter/asr1/local/export.sh similarity index 100% rename from examples/callcenter/s1/local/export.sh rename to examples/callcenter/asr1/local/export.sh diff --git a/examples/callcenter/s1/local/test.sh b/examples/callcenter/asr1/local/test.sh similarity index 100% rename from examples/callcenter/s1/local/test.sh rename to examples/callcenter/asr1/local/test.sh diff --git a/examples/callcenter/s1/local/train.sh b/examples/callcenter/asr1/local/train.sh similarity index 100% rename from examples/callcenter/s1/local/train.sh rename to examples/callcenter/asr1/local/train.sh diff --git a/examples/callcenter/s1/path.sh b/examples/callcenter/asr1/path.sh similarity index 100% rename from examples/callcenter/s1/path.sh rename to examples/callcenter/asr1/path.sh diff --git a/examples/callcenter/s1/run.sh b/examples/callcenter/asr1/run.sh similarity index 100% rename from examples/callcenter/s1/run.sh rename to examples/callcenter/asr1/run.sh diff --git a/examples/ted_en_zh/t0/.gitignore b/examples/ted_en_zh/t0/.gitignore index 123e5174..469c6171 100644 --- a/examples/ted_en_zh/t0/.gitignore +++ b/examples/ted_en_zh/t0/.gitignore @@ -1,3 +1,3 @@ -TED_EnZh +TED-En-Zh data exp diff --git a/examples/thchs30/README.md b/examples/thchs30/README.md index 7b3cc3d9..9a0026a0 100644 --- a/examples/thchs30/README.md +++ b/examples/thchs30/README.md @@ -1,3 +1,3 @@ # thchs30 -* a0 for mfa alignment +* align0 - mfa alignment diff --git a/examples/thchs30/a0/README.md b/examples/thchs30/align0/README.md similarity index 100% rename from examples/thchs30/a0/README.md rename to examples/thchs30/align0/README.md diff --git a/examples/thchs30/a0/data/dict/syllable.lexicon b/examples/thchs30/align0/data/dict/syllable.lexicon similarity index 100% rename from examples/thchs30/a0/data/dict/syllable.lexicon rename to examples/thchs30/align0/data/dict/syllable.lexicon diff --git a/examples/thchs30/a0/local/data.sh b/examples/thchs30/align0/local/data.sh similarity index 100% rename from examples/thchs30/a0/local/data.sh rename to examples/thchs30/align0/local/data.sh diff --git a/examples/thchs30/a0/local/gen_word2phone.py b/examples/thchs30/align0/local/gen_word2phone.py similarity index 100% rename from examples/thchs30/a0/local/gen_word2phone.py rename to examples/thchs30/align0/local/gen_word2phone.py diff --git a/examples/thchs30/a0/local/reorganize_thchs30.py b/examples/thchs30/align0/local/reorganize_thchs30.py similarity index 100% rename from examples/thchs30/a0/local/reorganize_thchs30.py rename to examples/thchs30/align0/local/reorganize_thchs30.py diff --git a/examples/thchs30/a0/path.sh b/examples/thchs30/align0/path.sh similarity index 100% rename from examples/thchs30/a0/path.sh rename to examples/thchs30/align0/path.sh diff --git a/examples/thchs30/a0/run.sh b/examples/thchs30/align0/run.sh similarity index 100% rename from examples/thchs30/a0/run.sh rename to examples/thchs30/align0/run.sh diff --git a/examples/timit/README.md b/examples/timit/README.md index b7c8b754..87f1858f 100644 --- a/examples/timit/README.md +++ b/examples/timit/README.md @@ -1,3 +1,3 @@ # TIMIT -* s1 u2 model with phone unit +* asr1 - u2 model with phone unit diff --git a/examples/timit/s1/.gitignore b/examples/timit/asr1/.gitignore similarity index 100% rename from examples/timit/s1/.gitignore rename to examples/timit/asr1/.gitignore diff --git a/examples/timit/s1/README.md b/examples/timit/asr1/README.md similarity index 100% rename from examples/timit/s1/README.md rename to examples/timit/asr1/README.md diff --git a/examples/timit/s1/conf/augmentation.json b/examples/timit/asr1/conf/augmentation.json similarity index 100% rename from examples/timit/s1/conf/augmentation.json rename to examples/timit/asr1/conf/augmentation.json diff --git a/examples/timit/s1/conf/dev_spk.list b/examples/timit/asr1/conf/dev_spk.list similarity index 100% rename from examples/timit/s1/conf/dev_spk.list rename to examples/timit/asr1/conf/dev_spk.list diff --git a/examples/timit/s1/conf/phones.60-48-39.map b/examples/timit/asr1/conf/phones.60-48-39.map similarity index 100% rename from examples/timit/s1/conf/phones.60-48-39.map rename to examples/timit/asr1/conf/phones.60-48-39.map diff --git a/examples/timit/s1/conf/preprocess.yaml b/examples/timit/asr1/conf/preprocess.yaml similarity index 100% rename from examples/timit/s1/conf/preprocess.yaml rename to examples/timit/asr1/conf/preprocess.yaml diff --git a/examples/timit/s1/conf/test_spk.list b/examples/timit/asr1/conf/test_spk.list similarity index 100% rename from examples/timit/s1/conf/test_spk.list rename to examples/timit/asr1/conf/test_spk.list diff --git a/examples/timit/s1/conf/transformer.yaml b/examples/timit/asr1/conf/transformer.yaml similarity index 100% rename from examples/timit/s1/conf/transformer.yaml rename to examples/timit/asr1/conf/transformer.yaml diff --git a/examples/timit/s1/local/align.sh b/examples/timit/asr1/local/align.sh similarity index 100% rename from examples/timit/s1/local/align.sh rename to examples/timit/asr1/local/align.sh diff --git a/examples/timit/s1/local/data.sh b/examples/timit/asr1/local/data.sh similarity index 100% rename from examples/timit/s1/local/data.sh rename to examples/timit/asr1/local/data.sh diff --git a/examples/timit/s1/local/export.sh b/examples/timit/asr1/local/export.sh similarity index 100% rename from examples/timit/s1/local/export.sh rename to examples/timit/asr1/local/export.sh diff --git a/examples/timit/s1/local/test.sh b/examples/timit/asr1/local/test.sh similarity index 100% rename from examples/timit/s1/local/test.sh rename to examples/timit/asr1/local/test.sh diff --git a/examples/timit/s1/local/timit_data_prep.sh b/examples/timit/asr1/local/timit_data_prep.sh similarity index 100% rename from examples/timit/s1/local/timit_data_prep.sh rename to examples/timit/asr1/local/timit_data_prep.sh diff --git a/examples/timit/s1/local/timit_norm_trans.pl b/examples/timit/asr1/local/timit_norm_trans.pl similarity index 100% rename from examples/timit/s1/local/timit_norm_trans.pl rename to examples/timit/asr1/local/timit_norm_trans.pl diff --git a/examples/timit/s1/local/train.sh b/examples/timit/asr1/local/train.sh similarity index 100% rename from examples/timit/s1/local/train.sh rename to examples/timit/asr1/local/train.sh diff --git a/examples/timit/s1/path.sh b/examples/timit/asr1/path.sh similarity index 100% rename from examples/timit/s1/path.sh rename to examples/timit/asr1/path.sh diff --git a/examples/timit/s1/run.sh b/examples/timit/asr1/run.sh similarity index 100% rename from examples/timit/s1/run.sh rename to examples/timit/asr1/run.sh diff --git a/examples/wenetspeech/README.md b/examples/wenetspeech/README.md index fbb322d6..3d93677f 100644 --- a/examples/wenetspeech/README.md +++ b/examples/wenetspeech/README.md @@ -1,5 +1,7 @@ # [WenetSpeech](https://github.com/wenet-e2e/WenetSpeech) +* asr1 - u2 asr model + A 10000+ Hours Multi-domain Chinese Corpus for Speech Recognition ## Description -- GitLab