Skip to content

Instantly share code, notes, and snippets.

@miaoski
Created September 20, 2014 09:56
Show Gist options
  • Save miaoski/dee8eef0924681bebb4e to your computer and use it in GitHub Desktop.
Save miaoski/dee8eef0924681bebb4e to your computer and use it in GitHub Desktop.
moedict json format (proposal)
{
"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