Using code from https://www.politepix.com/openears/tutorial/
And receive errors like below in many words.
My sample words array to generate model,
NSArray *words = [NSArray arrayWithObjects:@"WORD", @"STATEMENT", @"OTHER WORD", @"A PHRASE", @"CREATE WORKPLAN",@"BACKWARD", @"CHANGE", @"FORWARD", @"GO", @"LEFT", @"MODEL", @"RIGHT", @"TURN", @"MY APP", @"COMPANY ONE", @"MY COMPANY", @"HELLO WORLD", @"WOKRPLAN", @"TESTING", @"CROSS ROAD", @"PHONE", @"ANKUR CROSS", nil];
2016-06-09 12:48:41.035 DemoSpeech[222:10462] The word WORKPLAN was not found in the dictionary of the acoustic model /private/var/mobile/Containers/Bundle/Application/2DA9C7A9-14DF-4E10-8190-445667FF7831/DemoSpeech.app/AcousticModelEnglish.bundle. Now using the fallback method to look it up. If this is happening more frequently than you would expect, likely causes can be that you are entering words in another language from the one you are recognizing, or that there are symbols (including numbers) that need to be spelled out or cleaned up, or you are using your own acoustic model and there is an issue with either its phonetic dictionary or it lacks a g2p file. Please get in touch at the forums for assistance with the last two possible issues.