Esempio n. 1
0
    def set_jsgf_string(self, name, jsgf_string):
        """
        set_jsgf_string(Decoder self, char const * name, char const * jsgf_string)



        Adds new search using JSGF model.

        Convenience method to parse JSGF model from string and create a
        search.

        See:   ps_set_fsg 
        """
        return _pocketsphinx.Decoder_set_jsgf_string(self, name, jsgf_string)
Esempio n. 2
0
 def set_jsgf_string(self, name, jsgf_string):
     """set_jsgf_string(Decoder self, char const * name, char const * jsgf_string)"""
     return _pocketsphinx.Decoder_set_jsgf_string(self, name, jsgf_string)