Is there a way to handle different words with same pronunciations.
For eg Carbon and the mobile brand Karbonn would have the same pronunciation.
How do we incorporate it into the dictionary.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You just specify same pronunciation for them. During recognition, language model should help to select one spelling over another based on previous words. For example prefer "carbon emissions" over "karbonn emissions".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to handle different words with same pronunciations.
For eg Carbon and the mobile brand Karbonn would have the same pronunciation.
How do we incorporate it into the dictionary.
You just specify same pronunciation for them. During recognition, language model should help to select one spelling over another based on previous words. For example prefer "carbon emissions" over "karbonn emissions".