https://github.com/atomicoo/FCH-TTS
We may encounter issue of fail to download cmudict. We need to solve it like this:
$ python3
>>> import nltk
>>> nltk.set_proxy('127.0.0.1:7890')
>>> nltk.downlad('cmudict')
据说这个网站也有数据库: MONLAM.AI ,但我看不懂藏语。似乎也无法访问了。
一个藏语语料库:https://zenodo.org/records/3951486
西藏大学一些公开的NLP资源:https://huggingface.co/UTibetNLP
藏语的一个拼音方案:Wylie transliteration
评论