I would like to create an acoustic model (AM) that include the phonemes of two
different languages. given that I have 2 separate AMs for these two languages,
how can I combine the following files: means, mixture_weights,
transition_matrices, variances? for the mdef file, I think I can write a
script to do the job or do you think that there is another way?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to create an acoustic model (AM) that include the phonemes of two
different languages. given that I have 2 separate AMs for these two languages,
how can I combine the following files: means, mixture_weights,
transition_matrices, variances? for the mdef file, I think I can write a
script to do the job or do you think that there is another way?
There is no specific tool to do that. You can write it if you understand the
format of the model.
ok I will proceed with the implementation of this tool.
Is there any tool to convert the AM binary files to ascii? I need something
like that to check the final AM after merging?
I guess the python module can do the job but unfortunately I couldn't find
find documentation for it.
it's called printp. A part of Sphinxtrain
Thanks. I have successfully implemented a tool to combine 2 AMs