PhoneSetType#
- class montreal_forced_aligner.data.PhoneSetType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#
Bases:
Enum
Enum for types of phone sets
- ARPA = 'ARPA'#
US English-based Arpabet
- AUTO = 'AUTO'#
Inspect dictionary to pick the most common phone set type
- IPA = 'IPA'#
IPA-based phoneset
- PINYIN = 'PINYIN'#
Pinyin for Mandarin
- UNKNOWN = 'UNKNOWN'#
Unknown
- property affricates#
Affricates for the phone set
- property alveolar#
Alveolars for the phone set
- property alveopalatal#
Alveopalatals for the phone set
- property approximants#
Approximants for the phone set
- property back_vowels#
Back vowels for the phone set
- property base_phone_regex#
Regex for creating base phones
- property central_vowels#
Central vowels for the phone set
- property close_mid_vowels#
Close-mid vowels for the phone set
- property close_vowels#
Close vowels for the phone set
- property dental#
Dentals for the phone set
- property diphthong_phones#
Diphthong phones for the phone set type (these will have 5 states in HMM topologies)
- property epiglottal#
Epiglottal phones for the phone set
- property extra_questions#
Extra questions for phone clustering in triphone models
- property fricatives#
Fricatives for the phone set
- property front_vowels#
Front vowels for the phone set
- property glides#
Glides for the phone set
- property glottal#
Glottal phones for the phone set
- property has_base_phone_regex#
Check for whether a base phone regex is available
- property implosive_obstruents#
Implosive obstruents for the phone set
- property labialized#
Labialized phones for the phone set
- property labials#
Labials for the phone set
- property labiodental#
Labiodentals for the phone set
- property lateral_fricatives#
Lateral fricatives for the phone set
- property lateral_taps#
Lateral taps for the phone set
- property laterals#
Laterals for the phone set
- property nasal_approximants#
Nasal approximants for the phone set
- property nasals#
Nasals for the phone set
- property open_mid_vowels#
Open-mid vowels for the phone set
- property open_vowels#
Open vowels for the phone set
- property palatal#
Palatal phones for the phone set
- property palatalized#
Palatalized phones for the phone set
- property pharyngeal#
Pharyngeal phones for the phone set
- property regex_detect#
Pattern for detecting a phone set type
- property retroflex#
Retroflexes for the phone set
- property rounded_vowels#
Rounded vowels for the phone set
- property sibilants#
Sibilants for the phone set
- property stops#
Stops for the phone set
- property suprasegmental_phone_regex#
Regex for creating base phones
- property taps#
Taps for the phone set
- property trills#
Trills for the phone set
- property triphthong_phones#
Triphthong phones for the phone set type
- property unrounded_vowels#
Unrounded vowels for the phone set
- property uvular#
Uvular phones for the phone set
- property velar#
Velar phones for the phone set
- property voiced_obstruents#
Voiced obstruents for the phone set
- property voiceless_obstruents#
Voiceless obstruents for the phone set
- property vowels#
Vowels for the phone set type