Alexander-H-Liu / End-to-end-ASR-Pytorch

This is an open source project (formerly named Listen, Attend and Spell - PyTorch Implementation) for end-to-end ASR implemented with Pytorch, the well known deep learning toolkit.
MIT License
1.18k stars 318 forks source link

How to apply this repo to non-English language? #74

Open supernirmesh opened 3 years ago

supernirmesh commented 3 years ago

Where to define or provide characters of non-English language? Or what modifications are required to apply this repo to non-English language

vectominist commented 3 years ago

You can generate vocabulary for different languages with util/generate_vocab_file.py.