tihu-nlp / tihudict

Tihu dictionary for Persian language
Other
12 stars 1 forks source link

The pre-trained model in the release page needs the source code. #1

Open AzamRabiee opened 5 years ago

AzamRabiee commented 5 years ago

Thanks Mostafa for the repository. NLP and speech-related products are so poor for Persian language. We need to survive it.
The pre-trained model in the release page is not compatible with the referred source code provided in https://github.com/cmusphinx/g2p-seq2seq. I have tried to load the model with the source code but the checkpoint is missing many parameters such as "global_step." As the pre-trained model without the code company is useless, I appreciate you to provide it.

b00f commented 5 years ago

Unfortunately this code is not compatible with new version of cmusphinx/g2p-seq2seq. If you have time you can update the code and send Pull Request.

AzamRabiee commented 5 years ago

Unfortunately, I have not seen the old version of cmusphinx/g2p-seq2seq. The T2T network in cmusphinx/g2p-seq2seq bothers me though. Moreover, recovering the code from the pre-trained model is not trivial. Making a g2p model is as straightforward as this work: https://github.com/Kyubyong/g2p if I can have access to the full Tihu g2p dictionary (the available dictionary contains only 2k words).