hirofumi0810 / asr_preprocessing

Python implementation of pre-processing for End-to-End speech recognition
MIT License
69 stars 23 forks source link

Inconsistent arguments: transcription_character.py #4

Open cuhkebook opened 6 years ago

cuhkebook commented 6 years ago

In transcription_character.py, it calls char2idx_capital with two arguments (with double_letter=False). But in util.labels.character.Char2idx, call only accept one argument. Any I download wrong?


In transcription_phone.py, it reads a phone2phone.txt but I can't find or see any place to create it. Where can i get the phone2phone.txt?