Reply To: Reusing .DMP and .dic files?

Home Forums OpenEars Reusing .DMP and .dic files? Reply To: Reusing .DMP and .dic files?

#1025756
ekobres
Participant

Hmm, I’ll play around with it some more.

All I did was store the path string from the same instance variable I assigned it to originally – the same one that gets passed to startListening. There’s not much that can go wrong there – and I can see it’s the identical string – a file:// URL into the app cache library.

The same call to startListening is being made using the same instance variables – they are just populated from NSUserDefaults rather than directly from pathToSuccessfullyGeneratedLanguageModelWithRequestedName and pathToSuccessfullyGeneratedDictionaryWithRequestedName.