VoxForge
below was the file generated by hvite(named results):
#!MLF!#
"model/d11-2x.csv.rec"
0 9600000 RESTOFALL -5279.722168
.
"model/d11-3x.csv.rec"
0 8400000 RESTOFALL -4651.540039
.
"model/d2-1x.csv.rec"
0 12000000 ENROLLEE -7006.426270
.
"model/d2-2x.csv.rec"
0 8400000 ENROLLEE -5060.461426
.
"model/d2-3x.csv.rec"
0 8700000 ENROLLEE -5292.716309
.
"model/d2-4x.csv.rec"
0 9000000 ENROLLEE -5401.013672
.
"model/d2-2x.csv.rec"
0 8400000 ENROLLEE -5060.461426
.
"model/d2-6x.csv.rec"
0 8400000 ENROLLEE -4954.644043
.
"model/d2-7x.csv.rec"
0 7800000 ENROLLEE -4661.654297
.
"model/d2-8x.csv.rec"
0 9900000 ENROLLEE -5427.184570
.
"model/d2-9x.csv.rec"
0 8100000 ENROLLEE -5062.441895
.
"model/d2-10x.csv.rec"
0 9000000 ENROLLEE -5908.529785
.
"model/d2-11x.csv.rec"
0 8400000 ENROLLEE -5504.562500
.
"model/d11-9x.csv.rec"
0 8400000 RESTOFALL -4867.702637
.
"model/d11-10x.csv.rec"
0 9000000 RESTOFALL -5436.864746
.
"model/d12-1x.csv.rec"
0 10200000 RESTOFALL -5442.229004
.
"model/d12-2x.csv.rec"
0 9900000 RESTOFALL -5464.603027
.
"model/d12-3x.csv.rec"
0 10800000 RESTOFALL -5915.873047
.
"model/d12-4x.csv.rec"
0 9900000 RESTOFALL -5407.054199
.
"model/d12-5x.csv.rec"
0 9600000 RESTOFALL -5416.662109
.
"model/d12-6x.csv.rec"
0 9300000 RESTOFALL -5146.226563
.
##Then i try to execute
hresults hmmlist results
ERROR [+6510] LOpen: Unable to open label file m
FATAL ERROR - Terminating program hresults
It keep try to open the file with ".lab" extension but originally my input data was in ".bin" extension .Anyone know what is going on?
--- (Edited on 12/6/2011 7:28 am [GMT-0600] by Visitor) ---
HResults doesn't want a hmmList, it wants a word list. The manual is quite confusing here. So create a file (lets say it is called wordList.txt) and put in it:
RESTOFALL
ENROLLEE
and any other words you want to recognise and then run:
HResults wordList.txt results
Tony
--
Dr Tony Robinson
CEO Cantab Research Ltd
--- (Edited on 6-December-2011 5:27 pm [GMT+0000] by TonyR) ---