Hello,
I want to train deepspeech on data using other languages, for example, Arabic which has different alphabet, I have read the wiki and understand now the importer and the csv file “wav_filename,wav_filesize,transcript”.
my question: given that English has the alphabet a,b,c and Arabic have alef, baa, taa. Can I use an Arabic transcript and update the alphabet file used on the inference time to use the Arabic alphabet?
Thank you,