Package nltk :: Package corpus :: Package reader :: Module timit
[hide private]
[frames] | no frames]

Module timit

source code

Read tokens, phonemes and audio data from the NLTK TIMIT Corpus.

This corpus contains selected portion of the TIMIT corpus.

Module contents

The timit corpus reader provides 4 functions and 4 data items.

The 4 functions are as follows.

Classes [hide private]
TimitCorpusReader
Reader for the TIMIT corpus (or any other corpus with the same file layout and use of file formats).
SpeakerInfo
Functions [hide private]
 
read_timit_block(stream)
Block reader for timit tagged sentences, which are preceded by a sentence number that will be ignored.
source code