Created
September 20, 2014 09:56
-
-
Save miaoski/dee8eef0924681bebb4e to your computer and use it in GitHub Desktop.
moedict json format (proposal)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"defs": [ | |
{ | |
"def": { | |
"cmn": "學習", | |
"en": "to learn" | |
}, | |
"ex": [ | |
{ | |
"amis": "Minanam kako to tilid no 'Amis.", | |
"cmn": "我要學習阿美語文", | |
"en": "I an learning Amis writing." | |
}, | |
{ | |
"amis": "O nipananaman ako a wawa cigra.", | |
"cmn": "他是我訓練出來的孩子", | |
"en": "He is a child I disciplined/ trained." | |
} | |
], | |
"link": "mapananam", | |
"pos": "UNK" | |
} | |
], | |
"dialect": "普", | |
"id": "nanam", | |
"latn": "nanam", | |
"root": "nanam" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment