hello.
I'm biginner.
I want to make korean hmm model & language model.
After downloading the SphinxTrain & sphinx2.0.3.
How can I make model for speech recognition.
Is SphinxTrain only execute in Linux OS?
How can I use SphinxTrain in windows?
How can I decode the speech waveform.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is a documentation describing the whole
procedure. What you need is
-audio files with korean people speaking
-text version of what they say (=transcript)
-choose a phonetic alphabet
-for each word in the transcript, define phonetic
translation yourself
> Is SphinxTrain only execute in Linux OS?
yes.
> How can I use SphinxTrain in windows?
recompile everything. I tried, but gave up...
> How can I decode the speech waveform.
Once you have the models for korean, use
the sphinx2 decoder.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello.
I'm biginner.
I want to make korean hmm model & language model.
After downloading the SphinxTrain & sphinx2.0.3.
How can I make model for speech recognition.
Is SphinxTrain only execute in Linux OS?
How can I use SphinxTrain in windows?
How can I decode the speech waveform.
> How can I make model for speech recognition?
There is a documentation describing the whole
procedure. What you need is
-audio files with korean people speaking
-text version of what they say (=transcript)
-choose a phonetic alphabet
-for each word in the transcript, define phonetic
translation yourself
> Is SphinxTrain only execute in Linux OS?
yes.
> How can I use SphinxTrain in windows?
recompile everything. I tried, but gave up...
> How can I decode the speech waveform.
Once you have the models for korean, use
the sphinx2 decoder.