Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个训练模型的 HMM 定义文件,但它是二进制的。如何将其转换为文本/ASCII 以便于使用?我从http://www.keithv.com/software/htk/us/获得了这个训练有素的模型
我遇到了这个问题,发现某处 HHEd 是解决方案:
HHEd -H binary_hmmdefs -w ascii_hmmdefs null.hed 绑定列表
其中tielist 是一个包含 hmm 定义文件使用的所有音素的文件,而 null.hed 是一个空白文件,您必须将其创建为 HHEd 的虚拟文件才能完成这项工作。