Hello
If I want to build a system with 2 languages, how can I do that?
I should do anything(building language dic, language model, acoustic model) and training them separately for each languages I want?
After that, how can I combine them together?
I like to build a system that it could recognize 2languages at same time(like a people knows 2languages and he can understand each language you speak).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
If I want to build a system with 2 languages, how can I do that?
I should do anything(building language dic, language model, acoustic model) and training them separately for each languages I want?
After that, how can I combine them together?
I like to build a system that it could recognize 2languages at same time(like a people knows 2languages and he can understand each language you speak).
There is a large research on the subject, you can find it in google.
You can treat 2 languages as a single language with extended amount of words and mixed phoneset.
You mean 2 languages with 1 language model?
Has done by anyone since now?