from typing import Dict, Text


phonetic_symbol = ...  # type: Dict[Text, Text]
phonetic_symbol_reverse = ...  # type: Dict[Text, Text]
