Add pronunciation dictionary rules
Add rules to the pronunciation dictionary. If a rule with the same string_to_replace already exists, it will be replaced.
Add rules to the pronunciation dictionary. If a rule with the same string_to_replace already exists, it will be replaced.
List of pronunciation rules. Rule can be either: an alias rule: {‘string_to_replace’: ‘a’, ‘type’: ‘alias’, ‘alias’: ‘b’, } or a phoneme rule: {‘string_to_replace’: ‘a’, ‘type’: ‘phoneme’, ‘phoneme’: ‘b’, ‘alphabet’: ‘ipa’ }