Reply To: Adding custom words to the LanguageModelGeneratorList.txt

Home Forums OpenEars Adding custom words to the LanguageModelGeneratorList.txt Reply To: Adding custom words to the LanguageModelGeneratorList.txt

#1024554
kunal.shah
Participant

Hi,
I’m just clarifying a doubt. As of what I comprehend,

1.Once I run the app, for all the words that are not in the dictionary, the fallback method generates the pronunciations for them and adds them to the .dic file. The next time the app is run, the same words won’t go through the fallback method again.

2.A simpler solution to this would be, once a initialise the language array with my entire finite list of word that I want the recogniser to under.
Then I run the app, open the .dic file and this would already contain the entire list of words(not already contained before). Then I can just copy this list into the master, so that no new words are added every time the app runs.

The only backdrop to this would be, I’d have to do this every time I want to add new irregular words for the recogniser to identify.

Is this right?