HI !
I'm a newbie here (and like a Sphinx 2 User) and I'd like to solve some doubts. I created a new Language Model using the Language Model Tookit from CMU Sphinx home page. Then, I downloaded and unzipped the tar.gz file.
So, what should I need to do now?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't understand. Do you have Sphinx2 or not? If so, you can use sphinx2-simple (which calls sphinx2-continuous) to do interactive speech recognition. You'll need to modify this script if you have your own language model.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-05-28
Yes, I'm using the Sphinx 2. I installed it and the default LM is working well
I just want Sphinx 2 to recognize some new words.
I created an archive (a text archive) with some new words and used the Language Model Toolkit (from Sphinx home page) to compile this archive. So, it returned a tar.gz which has some archives...and I don't know what I nedd to do now... (can you understand me now, hehe?)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, I understand. You need to modify sphinx2-simple to use the language model (usually the LM file has "arpa" as its extension, but sometimes it's "lm"). The "-lmfn" option to sphinx2-continuous is the one that you want to change. I'm not sure if this is the only option you'll need to change -- you may need to specify "-dictfn" -- to get things working.
I am not expert on this since I've been struggling with my own language model myself.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-05-29
Thank you roberteast
I'll test it
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HI !
I'm a newbie here (and like a Sphinx 2 User) and I'd like to solve some doubts. I created a new Language Model using the Language Model Tookit from CMU Sphinx home page. Then, I downloaded and unzipped the tar.gz file.
So, what should I need to do now?
I don't understand. Do you have Sphinx2 or not? If so, you can use sphinx2-simple (which calls sphinx2-continuous) to do interactive speech recognition. You'll need to modify this script if you have your own language model.
Yes, I'm using the Sphinx 2. I installed it and the default LM is working well
I just want Sphinx 2 to recognize some new words.
I created an archive (a text archive) with some new words and used the Language Model Toolkit (from Sphinx home page) to compile this archive. So, it returned a tar.gz which has some archives...and I don't know what I nedd to do now... (can you understand me now, hehe?)
Yes, I understand. You need to modify sphinx2-simple to use the language model (usually the LM file has "arpa" as its extension, but sometimes it's "lm"). The "-lmfn" option to sphinx2-continuous is the one that you want to change. I'm not sure if this is the only option you'll need to change -- you may need to specify "-dictfn" -- to get things working.
I am not expert on this since I've been struggling with my own language model myself.
Thank you roberteast
I'll test it