Spaces:
Running
Running
File size: 289 Bytes
3dd84f8 |
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)
|