mikeh

Forum Replies Created

Viewing 1 post (of 1 total)

  • Author
    Posts
  • mikeh
    Participant

    That hypothesis is coming from this method (via the sample project):
    – (void) pocketsphinxDidReceiveNBestHypothesisArray:(NSArray *)hypothesisArray
    { // Pocketsphinx has an n-best hypothesis dictionary.
    NSLog(@”hypothesisArray is %@”,hypothesisArray);
    }

    Thanks for the tip. After searching there is reference to being able to modify (by hand?) your dictionary.

    1. It seems that this file is written each time the app starts. Is there a way to edit it and load it — rather than just write it?

    2. Where can I learn about the format of this file? The ‘IY’ suffix seems to be added to many of my words. What does IY mean>

    Thanks for handling my basic questions.

Viewing 1 post (of 1 total)