mirror of
https://github.com/cmusphinx/sphinxtrain.git
synced 2026-05-17 13:10:52 +00:00
13 lines
400 B
Python
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$"
|