My question is quite simple: I would like to train a class-based language model to be used with Sphinx4. Is there an easy way to achieve this? I searched in the documentation but found nothing.
Thanks in advance!
Pierre
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I'm not wrong it shouldn't be hard to code this. Another hack you can apply is to use class names as usual words and use different transcription for a class in the dictionary.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
My question is quite simple: I would like to train a class-based language model to be used with Sphinx4. Is there an easy way to achieve this? I searched in the documentation but found nothing.
Thanks in advance!
Pierre
If I'm not wrong it shouldn't be hard to code this. Another hack you can apply is to use class names as usual words and use different transcription for a class in the dictionary.
I have used class based LM with sphinx4. I used SRI LM tools to build those, and
then I used some perl scripts to change the file format.