Files
sphinxtrain/python/cmusphinx/__init__.py
David Huggins-Daines 4ed117cafa change author email
2020-11-09 16:36:34 -05:00

13 lines
400 B
Python

"""\
SphinxTrain Python Modules.
"""
__all__ = ['arpalm', 'mfcc', 'mllt', 's2mfc', 's3file',
's3gaucnt', 's3gau', 's3lda', 's3mdef', 'mllr',
's3mixw', 's3model', 's3tmat', 's3dict', 's3senmgau',
'feat', 'gmm', 'divergence', 'hypseg', 'lattice',
'hmm', 'htkmfc', 'mllt']
__author__ = "David Huggins-Daines <dhdaines@gmail.com>"
__version__ = "$Revision$"