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 317 forks source link

what is the "subword" mean #66

Open xjwla opened 3 years ago

xjwla commented 3 years ago

Hi,

In the text mode, I know what the "character" stand for, but what dose "subword" stand for? And what is the different between "subword.model", "subword-16k.model" and "subword-460.model"?

Thank you for your help