Skip to content

Instantly share code, notes, and snippets.

@tony1223
Last active December 11, 2015 19:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tony1223/4646548 to your computer and use it in GitHub Desktop.
Save tony1223/4646548 to your computer and use it in GitHub Desktop.
最外層是文字陣列,每個文字結構如下:
{
word: <字本文>,
pronounce: //發音 , 從讀音與釋義裡面爬出來的
{
english_pronounce: <漢語拼音>,
chinese_pronounce: <注音>,
}
meaning: {//釋義 , 從讀音與釋義裡面爬出來的
meaning: <釋義內文> //(純文字)
},
source:{
source: <典源> //資料太複雜,含html
},
sourceDescripton:{
sourceDescripton: <典故說明> //典故說明,含html
},
reference :{
referencelist:[] //書證
},
usage:{ //用法
meaningDesc: <語意說明>, //純文字
usedSituation: <使用類別>, //純文字
samples: <例句> //純文字
},
recognize:{ //辨識
recognized: <辨識內文> //很亂,含html
},
related_word:{ //相關字詞
words:[ //陣列
{
name: <字詞名字> ,//純文字
chinese_pronounce: <注音>,//純文字
english_pronounce: <漢語拼音>,//純文字
meaning: <釋義> //純文字
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment