File: __init__.py

package info (click to toggle)
sphinxtrain 1.0.8%2B5prealpha%2B1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 31,356 kB
  • sloc: ansic: 36,168; sh: 11,156; perl: 8,175; python: 5,620; cpp: 2,037; makefile: 1,552
file content (12 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
"""\
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: 10587 $"