Files
sphinxtrain/python/cmusphinx/__init__.py
T
dhdfu bb791f2553 add support for creating a single pronunciation dictionary in force alignment
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/SphinxTrain@10587 94700074-3cef-4d97-a70e-9c8c206c02f5
2010-11-01 22:08:17 +00:00

13 lines
401 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 <dhuggins@cs.cmu.edu>"
__version__ = "$Revision$"