Example #1
0
 def __init__(self, *args): 
     """
     __init__(Lattice self, char const * path) -> Lattice
     __init__(Lattice self, Decoder decoder, char * path) -> Lattice
     """
     this = _pocketsphinx.new_Lattice(*args)
     try: self.this.append(this)
     except: self.this = this
Example #2
0
 def __init__(self, *args): 
     """
     __init__(Lattice self, char const * path) -> Lattice
     __init__(Lattice self, Decoder decoder, char * path) -> Lattice
     """
     this = _pocketsphinx.new_Lattice(*args)
     try: self.this.append(this)
     except: self.this = this
Example #3
0
 def __init__(self, *args):
     r"""
     __init__(Lattice self, char const * path) -> Lattice
     __init__(Lattice self, Decoder decoder, char * path) -> Lattice
     """
     _pocketsphinx.Lattice_swiginit(self, _pocketsphinx.new_Lattice(*args))