I'm trying to transcribe a wave file with Sphinx4. I can get the first two sentences, then it stops.
Looking at the log, the program, which is based on the Transcribe.java example, looks like it is
working on the third sentence then just stops.
.
.
.
09:38.934 FINE wordPruningSearchMa Frame: 399 thresh : -6.6446664E7 bs -6.3683884E7 tok 0399 -6.3683884E07 0.0000000E00 0.0000000E00 0.0000000E00 lt-HMMNode HMM(K[AH,AH]):i p -597527.6 -12159.397{[in][five]} hmm:HMMS HMM(K[AH,AH]):i state 3
09:38.934 FINE wordPruningSearchMa Frame: 399 thresh : -3.4028235E38 bs -3.4028235E38 tok null
09:38.934 FINE wordPruningSearchMa Frame: 399 thresh : -3.4028235E38 bs -3.4028235E38 tok null
09:38.934 FINE wordPruningSearchMa Frame: 399 thresh : -6.776224E7 bs -6.4999456E7 tok 0399 -6.4999456E07 0.0000000E00 0.0000000E00 -2.3023181E05 lt-EndNode base:Z lc N 5841 -230231.81{[in][five]} EndUnit
09:38.934 FINE wordPruningSearchMa Frame: 399 thresh : -3.4028235E38 bs -3.4028235E38 tok null
Bkg: 39.22408015908457, level: 54.464494149528605, current: 51.30958938598633 *
09:38.937 FINE wordPruningSearchMa Frame: 400 thresh : -6.6650888E7 bs -6.3888108E7 tok 0400 -6.3888108E07 0.0000000E00 0.0000000E00 0.0000000E00 lt-HMMNode HMM(K[AH,AH]):i p -597527.6 -12159.397{[in][five]} hmm:HMMS HMM(K[AH,AH]):i state 3
09:38.937 FINE wordPruningSearchMa Frame: 400 thresh : -3.4028235E38 bs -3.4028235E38 tok null
09:38.937 FINE wordPruningSearchMa Frame: 400 thresh : -3.4028235E38 bs -3.4028235E38 tok null
09:38.937 FINE wordPruningSearchMa Frame: 400 thresh : -6.7784136E7 bs -6.5021352E7 tok 0400 -6.5021352E07 0.0000000E00 0.0000000E00 -2.3023181E05 lt-EndNode base:Z lc N 5841 -230231.81{[in][five]} EndUnit
09:38.937 FINE wordPruningSearchMa Frame: 400 thresh : -3.4028235E38 bs -3.4028235E38 tok null
terry $
I've listened to the wave file and it plays through the remaining text just fine.
==
Terry Luedtke
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The version from SVN prints out to the end of the transcript. Though it is now missing the first sentence. I've temporarily put the wav file and configuration files at
Hello,
I'm trying to transcribe a wave file with Sphinx4. I can get the first two sentences, then it stops.
Looking at the log, the program, which is based on the Transcribe.java example, looks like it is
working on the third sentence then just stops.
.
.
.
09:38.934 FINE wordPruningSearchMa Frame: 399 thresh : -6.6446664E7 bs -6.3683884E7 tok 0399 -6.3683884E07 0.0000000E00 0.0000000E00 0.0000000E00 lt-HMMNode HMM(K[AH,AH]):i p -597527.6 -12159.397{[in][five]} hmm:HMMS HMM(K[AH,AH]):i state 3
09:38.934 FINE wordPruningSearchMa Frame: 399 thresh : -3.4028235E38 bs -3.4028235E38 tok null
09:38.934 FINE wordPruningSearchMa Frame: 399 thresh : -3.4028235E38 bs -3.4028235E38 tok null
09:38.934 FINE wordPruningSearchMa Frame: 399 thresh : -6.776224E7 bs -6.4999456E7 tok 0399 -6.4999456E07 0.0000000E00 0.0000000E00 -2.3023181E05 lt-EndNode base:Z lc N 5841 -230231.81{[in][five]} EndUnit
09:38.934 FINE wordPruningSearchMa Frame: 399 thresh : -3.4028235E38 bs -3.4028235E38 tok null
Bkg: 39.22408015908457, level: 54.464494149528605, current: 51.30958938598633 *
09:38.937 FINE wordPruningSearchMa Frame: 400 thresh : -6.6650888E7 bs -6.3888108E7 tok 0400 -6.3888108E07 0.0000000E00 0.0000000E00 0.0000000E00 lt-HMMNode HMM(K[AH,AH]):i p -597527.6 -12159.397{[in][five]} hmm:HMMS HMM(K[AH,AH]):i state 3
09:38.937 FINE wordPruningSearchMa Frame: 400 thresh : -3.4028235E38 bs -3.4028235E38 tok null
09:38.937 FINE wordPruningSearchMa Frame: 400 thresh : -3.4028235E38 bs -3.4028235E38 tok null
09:38.937 FINE wordPruningSearchMa Frame: 400 thresh : -6.7784136E7 bs -6.5021352E7 tok 0400 -6.5021352E07 0.0000000E00 0.0000000E00 -2.3023181E05 lt-EndNode base:Z lc N 5841 -230231.81{[in][five]} EndUnit
09:38.937 FINE wordPruningSearchMa Frame: 400 thresh : -3.4028235E38 bs -3.4028235E38 tok null
terry $
I've listened to the wave file and it plays through the remaining text just fine.
==
Terry Luedtke
What version are you trying? Is the issue reproducable with svn trunk? Could you submit a sample of the wav file?
The version from SVN prints out to the end of the transcript. Though it is now missing the first sentence. I've temporarily put the wav file and configuration files at
http://www.nlm.nih.gov/sphinx4test.zip
I've got version sphinx4-1.0beta2. I'll give the svn trunk a try.