I'm building an application that requires to recognize few words, i was
wondering how to build my own model and dictionary files for those specific
words only. I'm trying to do this because it's a small application and is
targeting mobile phones where memory is limited and it's not appropriate to
use the huge pre-built models.
I'm using pocketsphinx-0.6.1 and targeting Symbian S60
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
for mobile application you can also try to strip the generic model to leave
only context-independent senones in that. Unfortunately you need to write some
code to do that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm building an application that requires to recognize few words, i was
wondering how to build my own model and dictionary files for those specific
words only. I'm trying to do this because it's a small application and is
targeting mobile phones where memory is limited and it's not appropriate to
use the huge pre-built models.
I'm using pocketsphinx-0.6.1 and targeting Symbian S60
Hello
Process of building a model is covered in tutorial
http://cmusphinx.sourceforge.net/wiki/tutorialam
See also the whole introduction into CMUSphinx
http://cmusphinx.sourceforge.net/wiki/tutorial
for mobile application you can also try to strip the generic model to leave
only context-independent senones in that. Unfortunately you need to write some
code to do that.