[Resolved] RuleORama and complex rules

Home Forums OpenEars plugins [Resolved] RuleORama and complex rules

Viewing 2 posts - 1 through 2 (of 2 total)

  • Author
    Posts
  • #1023473
    jalban
    Participant

    I have an application with grammar rules such that, once the first word is spoken, the list of possible second words change. I don’t see a way to model that with RuleORama. Is that possible?

    If my overall grammar is small (< 50 words), will even make much of an improvement?

    Or would just Rejecto make the most difference?

    Thanks
    John

    #1023475
    Halle Winkler
    Politepix

    Welcome,

    Sure, I think you should be able to use the OEPocketsphinxController method changeLanguageModelToFile: in order to change between any kind of dynamically-generated files (language models, stock grammars, or RuleORama grammars). So you can create a small model or grammar for the initial interaction, testing whether a grammar or language model is more effective, and then moving to the next language model or grammar for the follow-up vocabulary phase, switching between them in realtime based on the user input.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.