Data classes#

MfaArguments(job_name, session, log_path)

Base class for argument classes for MFA functions

TextFileType(*values)

Enum for types of text files

SoundFileType(*values)

Enum for types of sound files

SoundFileInformation(format, sample_rate, ...)

Data class for sound file information with format, sampling rate, duration, and number of channels

PhoneSetType(*values)

Enum for types of phone sets

WordData(orthography, pronunciations)

Data class for information about a word and its pronunciations

WordType(*values)

Enum for types of words

PhoneType(*values)

Enum for types of phones

WorkflowType(*values)

Enum for workflows involving corpora

DatabaseImportData([speaker_objects, ...])

Class for storing information on importing data into the database

PronunciationProbabilityCounter([...])

Data class for count information used in pronunciation probability modeling

CtmInterval(begin, end, label[, confidence])

Data class for intervals derived from CTM files