# -*- coding: utf-8 -*-
from __future__ import unicode_literals

# Warning: Auto-generated file, don't edit.
phrases_dict = {
    '𥻗粥': [['chá'], ['zhōu']],
    '𩽾𩾌': [['ān'], ['kāng']],
    '𫚉鱼': [['hóng'], ['yú']],
    '𫫇嗪': [['è'], ['qín']],
    '𬂩提': [['jiā'], ['tí']],
    '𬟁草': [['yì'], ['cǎo']],
    '𰻝𰻝面': [['biáng'], ['biáng'], ['miàn']],
}


from pypinyin import load_phrases_dict


def load():
    load_phrases_dict(phrases_dict)
