| Trees | Indices | Help |
|
|---|
|
|
This class reads in and stores a MLF file. It does not interpret the interior data, but rather just breaks it up into blocks, each corresponding to an utterance.
| Instance Methods | |||
|
|||
|
|||
| list(tuple(start, end, label, ...), ...) |
|
||
|
Inherited from |
|||
| Class Variables | |
Quantum = 1e-07
|
|
| Instance Variables | |
|
block self.block is where all the data is kept. |
|
|
fname The name of the MLF file |
|
|
blockname Mapping from a file pattern to the name of the block. |
|
| Properties | |
|
Inherited from |
| Method Details |
Read in a MLF file and store the information in
|
Get a block of time-aligned labels from a MLF file and interpret it.
|
| Instance Variable Details |
blockself.block is where all the data is kept. This is a dictionary
mapping from a file pattern (name, roughly) to a block of label
information. The block is a list of strings, one per line in the MLF
file. The file pattern is the output of |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Sep 22 04:25:03 2011 | http://epydoc.sourceforge.net |