Ejemplo n.º 1
0
    def write(self, *args):
        """
        write(Lattice self, char const * path)

        Write a lattice to disk.

        0 for success, <0 on failure. 
        """
        return _pocketsphinx.Lattice_write(self, *args)
Ejemplo n.º 2
0
 def write(self, path):
     """write(Lattice self, char const * path)"""
     return _pocketsphinx.Lattice_write(self, path)