├── LICENSE ├── LibriSpeech └── s5 │ ├── OOV_list_1000.txt │ ├── local │ └── prepare_dict_ngram_oovs.sh │ ├── run_hybrid_decoding.sh │ └── utils │ ├── format_lm_sri_phn.sh │ ├── make_PHNloop_FST_uppercase.sh │ ├── make_hybrid_fst_3gram.sh │ └── prepare_lang_WRDPHN.sh └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BUTSpeechFIT/ASR-hybrid-decoding/HEAD/LICENSE -------------------------------------------------------------------------------- /LibriSpeech/s5/OOV_list_1000.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BUTSpeechFIT/ASR-hybrid-decoding/HEAD/LibriSpeech/s5/OOV_list_1000.txt -------------------------------------------------------------------------------- /LibriSpeech/s5/local/prepare_dict_ngram_oovs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BUTSpeechFIT/ASR-hybrid-decoding/HEAD/LibriSpeech/s5/local/prepare_dict_ngram_oovs.sh -------------------------------------------------------------------------------- /LibriSpeech/s5/run_hybrid_decoding.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BUTSpeechFIT/ASR-hybrid-decoding/HEAD/LibriSpeech/s5/run_hybrid_decoding.sh -------------------------------------------------------------------------------- /LibriSpeech/s5/utils/format_lm_sri_phn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BUTSpeechFIT/ASR-hybrid-decoding/HEAD/LibriSpeech/s5/utils/format_lm_sri_phn.sh -------------------------------------------------------------------------------- /LibriSpeech/s5/utils/make_PHNloop_FST_uppercase.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BUTSpeechFIT/ASR-hybrid-decoding/HEAD/LibriSpeech/s5/utils/make_PHNloop_FST_uppercase.sh -------------------------------------------------------------------------------- /LibriSpeech/s5/utils/make_hybrid_fst_3gram.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BUTSpeechFIT/ASR-hybrid-decoding/HEAD/LibriSpeech/s5/utils/make_hybrid_fst_3gram.sh -------------------------------------------------------------------------------- /LibriSpeech/s5/utils/prepare_lang_WRDPHN.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BUTSpeechFIT/ASR-hybrid-decoding/HEAD/LibriSpeech/s5/utils/prepare_lang_WRDPHN.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BUTSpeechFIT/ASR-hybrid-decoding/HEAD/README.md --------------------------------------------------------------------------------