I am trying to expand the hindi dictionary I got from HindiASR2.0, as it has not enough words. I tried using Imtool to
generate .dic file, but the generated file is not accurate. For example I tried using Imtool for three words which already exists in dictionary I have, for testing. Here are the results I got:
apavitra a p a v i t r a
apeikshhaa a p ei k shh aa
apitu a p i t u
Imtool gave following result:
APAVITRA AE P AH V IH T R AH
APEIKSHHAA EY P IY K AH
APITU AE P AH T UW
How can I figure out the solution for this. Do I have to use some other tool for hindi? If yes then please guide me thriugh the process.
Aslo I have managed to get a lot of textual data for hindi.(About 50 hrs of textual data). How can I use it for expanding dictionary.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to expand the hindi dictionary I got from HindiASR2.0, as it has not enough words. I tried using Imtool to
generate .dic file, but the generated file is not accurate. For example I tried using Imtool for three words which already exists in dictionary I have, for testing. Here are the results I got:
apavitra a p a v i t r a
apeikshhaa a p ei k shh aa
apitu a p i t u
Imtool gave following result:
APAVITRA AE P AH V IH T R AH
APEIKSHHAA EY P IY K AH
APITU AE P AH T UW
How can I figure out the solution for this. Do I have to use some other tool for hindi? If yes then please guide me thriugh the process.
Aslo I have managed to get a lot of textual data for hindi.(About 50 hrs of textual data). How can I use it for expanding dictionary.
You can use http://github.com/cmusphinx/g2p-seq2seq
Hi Apurv, were you able to build the dictionary ? i am also trying to build the hindi dictionary, need your suggestions