~ubuntu-branches/ubuntu/raring/sphinxtrain/raring-proposed

« back to all changes in this revision

Viewing changes to python/cmusphinx/__init__.py

  • Committer: Package Import Robot
  • Author(s): Samuel Thibault
  • Date: 2013-01-02 04:10:21 UTC
  • Revision ID: package-import@ubuntu.com-20130102041021-ynsizmz33fx02hea
Tags: upstream-1.0.8
ImportĀ upstreamĀ versionĀ 1.0.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"""\
 
2
SphinxTrain Python Modules.
 
3
"""
 
4
 
 
5
__all__ = ['arpalm', 'mfcc', 'mllt', 's2mfc', 's3file',
 
6
           's3gaucnt', 's3gau', 's3lda', 's3mdef', 'mllr',
 
7
           's3mixw', 's3model', 's3tmat', 's3dict', 's3senmgau',
 
8
           'feat', 'gmm', 'divergence', 'hypseg', 'lattice',
 
9
           'hmm', 'htkmfc', 'mllt']
 
10
 
 
11
__author__ = "David Huggins-Daines <dhuggins@cs.cmu.edu>"
 
12
__version__ = "$Revision: 10587 $"