Hi All.
I already got Pocketsphinx running on Android very fine.
Now, I need to generate the language models offline on device. How I need to
proceed to generate offline the dic and lm as lmtool generate on the
webservice? Do I need to compile cmuclmtk to run on Android? Or quicklm?
Thanks.
Andre
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If your grammar is simple you may want to work with FSG grammars in JSGF
format. I sort of wonder if you have enough text to train a langauge model
reliably.
You can learn more about the ways to create the dictionary and the langauge
model in a tutorial:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2011-05-25
Nykolay, I did some research today and realized that I will use cmudict, and
Logios to generate the pronunciation not found for english. I can use Android
Scripting to run perl on the device and perhaps should run fine.
But, I need the same behavior for Spanish. So I can use es dict from Voxforge,
but didnt found any tool to generate the pronunciation for the not found
words, because Logios is recommended only for english and mandarim.
Do you know something about Spanish pronunciation generation?
Thanks
Andre
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All.
I already got Pocketsphinx running on Android very fine.
Now, I need to generate the language models offline on device. How I need to
proceed to generate offline the dic and lm as lmtool generate on the
webservice? Do I need to compile cmuclmtk to run on Android? Or quicklm?
Thanks.
Andre
Hello Andre
If your grammar is simple you may want to work with FSG grammars in JSGF
format. I sort of wonder if you have enough text to train a langauge model
reliably.
You can learn more about the ways to create the dictionary and the langauge
model in a tutorial:
http://cmusphinx.sourceforge.net/wiki/tutorial
Nykolay, I did some research today and realized that I will use cmudict, and
Logios to generate the pronunciation not found for english. I can use Android
Scripting to run perl on the device and perhaps should run fine.
But, I need the same behavior for Spanish. So I can use es dict from Voxforge,
but didnt found any tool to generate the pronunciation for the not found
words, because Logios is recommended only for english and mandarim.
Do you know something about Spanish pronunciation generation?
Thanks
Andre
Hello Andre
All the software required to support Spanish a swell as other languages is
listed in tutorial. Please just follow the link.