Reply To: [Resolved] generateLanguageModelFromArray problem

Home Forums OpenEars [Resolved] generateLanguageModelFromArray problem Reply To: [Resolved] generateLanguageModelFromArray problem

#1024214
maxgarmar
Participant

The problem was that in the viewDidLoad I was instantiating OELanguageModelGenerator (being a class property). Then later on when a new word is added to refresh and change the model for the word’s list I was instantiating once again that variable and then the problem came up with calling generateLanguageModelFromArray. This is only happening with english Acoustic Model. Spanish one does not care about this.