Reply To: Recognize short Command in nonEnglish

Home Forums OpenEars Recognize short Command in nonEnglish Reply To: Recognize short Command in nonEnglish

#1032392
iKK
Participant

Ok – all in this forum:

Lets continue with Rejecto:

(I changed the AcousticModelGerman.bundle/LanguageModelGeneratorLookupList.text to what you suggested).

You wrote last: so that it just creates a model for the single word “eschdonofrey”

This makes me do :

let words = ["eschdonofrey"]

…with its language-model creation as can be seen in the next Forum-entry (for clarity I place this in a new forum-entry)

But this leads to an error as can be seen in its log
(–> also this log is placed in its separate forum-entry to make things easier to read)

If I change the words-array back to let words = ["esch do no frey"] then there is no error – but I feel that I did not fully follow your instructions.

What is the correct words-array for Rejecto and our new LanguageModelGeneratorLookupList.text ???

If it is let words = ["eschdonofrey"] then what is the counter-measure to its error ??