""" im using https://github.com/pwxcoo/chinese-xinhua/blob/master/README.md as reference to test my codebase """ ```reference #!/bin/bash # chinese-xinhua Chinese Xinhua Dictionary Database and API . Included include 14032 The postscript is:16142 a Chinese character,264434 words,31648 an idiom. ## Project Structure ``` chinese-xinhua/ | +- data/ <-- data folder | | | +- idiom.json <-- idiom | | | +- word.json <-- Chinese character | | | +- xiehouyu.json <-- idiom | | | +- ci.json <-- words ``` ## Database Introduction ### idiom (idiom.json) ```json [ { "derivation": "The words "Lotus Sutra: Master's Merit and Virtue" came down to Abi Hell. "", "example": "But there are also a few who are weak-willed... and gradually fall into the trap.★"Shangrao Concentration Camp·Purgatory Miscellaneous Notes"", "explanation": "The transliteration of Abi in Sanskrit means "without interruption", which means pain without interruption. It is often used to describe a dark society and a harsh prison. It also refers to an extremely painful situation that cannot be escaped.", "pinyin": "ā bí dì yù", "word": "abi hell", "abbreviation": "abdy" }, ... ] ``` ### words (ci.json) ```json [ { "ci": "Chen Lun", "explanation": "1.emperor's edict﹑Make orders." }, ... ] ``` ### Chinese character (word.json) ```json [ { "word": "嗄", "oldword": "嗄", "strokes": "13", "pinyin": "á", "radicals": "mouth", "explanation": "sigh (sigh)\n\n "Same". It means enlightenment or surprise.\n\n 嗄!Are there no local officials here??--Song Dynasty Anonymous "Newly Compiled History of the Five Dynasties"\n\n 嗄áinterjection. At the beginning of the sentence, questions or rhetorical questions~, what is this? ~, what do you want to do?\"嗄\"See alsoshà㈠。\n\n 嗄shà\n\n ⒈Hoarse voice.\n\n 嗄a 1.particle. express emphasis﹑affirm or justify. 2.particle. dialect. Express a question or question.\n\n 嗄xià 1.See\"Eat rice\"。 2.See\"Cheng\"。", "more": "嗄 ga、a radical mouth radical strokes 03 total strokes 13 嗄2\nshà\n\n(1)\nhoarse voice [hoarse]\nHowling all day long but not moaning.--"Laozi"\n(2)\nAnother example is muteness,Hiss(hoarse voice)\n嗄\nshà\n\n(1)\nWhat [what]--express negation\nI want to throw it all away,Let me see how you treat me.--"Collection of Liaozhai Slang" by Pu Songling of the Qing Dynasty\n(2)\nIn the old days, servants made promises to their masters, and subordinates made promises to their superiors. [yes]\n"Bring them in." The sergeants on both sides responded with a cry.,Niu Gao was about to be pushed in front of him.--"The Complete Biography of Yue Yue"\nSee alsoá\n嗄1\ná\n\n"Same"(á). express enlightenment or surprise [ah]\n嗄!Are there no local officials here??--Song Dynasty Anonymous "Newly Compiled History of the Five Dynasties"\nSee alsoshà\n嗄1\nshà ㄕㄚ╝\nHoarse voice.\nZheng Majanr,u55c4,gbke0c4\nNumber of strokes13, radical mouth, stroke order number2511325111354\n嗄2\ná ㄚˊ\nSame2”。\nZheng Majanr,u55c4,gbke0c4\nNumber of strokes13, radical mouth, stroke order number2511325111354" }, ... ] ``` ### idiom (xiehouyu.json) ```json [ { "riddle": "Chatting on the plane", "answer": "talk eloquently" }, ... ] ``` ## Changelog
View changelog - 20181216: Deduplication of idiom data sets - 20181216: API Function offline - 20180803: Add word dataset - 20180206: Add idioms, idioms, and Chinese character data sets
## Copyright All the data in this warehouse is collected and organized by me from the Internet. The original purpose of the warehouse was because I wanted to make a idiom solitaire thing before, but because there was no readily available database, I grabbed and compiled one from various websites. put on Github It is to facilitate your own use, and also to facilitate people with similar needs without having to do these things. trival work. All scraped data[script](./scripts/README.md)All in the warehouse. **This warehouse has no commercial purpose! If there is any infringement, it will be deleted immediately!** ```