File size: 275 Bytes
d358e26
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

# Warning: Auto-generated file, don't edit.
phrases_dict = {
    '𰻝𰻝面': [['biáng'], ['biáng'], ['miàn']],
}


from pypinyin import load_phrases_dict


def load():
    load_phrases_dict(phrases_dict)