问题描述
- 搭建HTK孤立词识别小系统,进行到初始化hmm这一步是出现错误
-
使用命令如下:
Hinit -A -D -T 1 -S test/trainlist.txt -M hmms/hmm0 –H models/hmm_hello –l hello –L lab hello
报错信息如下:
No HTK Configuration Parameters SetERROR[+5010] InitSource: Cannot open source file -H
ERROR[+7010] LoadHMMSet: Can't find file
ERROE[+2128] Initialise: LoadHMMSet failed
FATAL ERROR - Terminating program Hinit查询错误代码后,给出提示如下:
There is a mismatch between the hmms that are definer in the hmmdefs file and those that are listed in the tiedlist. One or the other needs to change, probably
the tiedlist. This may involve going back far enough to re-create the hmms used in
the last HHEd command, so to recreate the tiedlist.但是还是不知道应该怎么解决问题,不知道tiedlist是什么东西。。求助大神。。
解决方案
tiedlist,前面的绑定三音子的音素列表
解决方案二:
后来解决了吗?我也遇到这个问题了
时间: 2024-12-03 15:10:14