Helper classes and functions#

Model#

DictionaryModel(path[, root_directory, ...])

Class for representing MFA pronunciation dictionaries

Mixins#

DictionaryMixin([oov_word, silence_word, ...])

Abstract class for MFA classes that use acoustic models

TemporaryDictionaryMixin(**kwargs)

Mixin for dictionaries backed by a temporary directory

MultispeakerDictionaryMixin([...])

Mixin class containing information about a pronunciation dictionary with different dictionaries per speaker

Helper#

SanitizeFunction(clitic_marker, ...[, ...])

Class for functions that sanitize text and strip punctuation

SplitWordsFunction(clitic_marker, ...[, ...])

Class for functions that splits words that have compound and clitic markers

Pronunciation probability functionality#

Helper#

GeneratePronunciationsFunction(args)

Multiprocessing function for generating pronunciations

GeneratePronunciationsArguments(job_name, ...)

Arguments for GeneratePronunciationsFunction