{"id":21023967,"url":"https://github.com/linxueyuanstdio/dictionarydata","last_synced_at":"2026-01-26T20:12:29.606Z","repository":{"id":40522918,"uuid":"189568863","full_name":"LinXueyuanStdio/DictionaryData","owner":"LinXueyuanStdio","description":"高质量英语字典，400多本单词书+60000多个单词！单词书包括小学、中学、高中、考研、考博、出国（GRE、托福等等）等等，难道它不香吗？","archived":false,"fork":false,"pushed_at":"2025-03-28T13:13:36.000Z","size":13166,"stargazers_count":377,"open_issues_count":1,"forks_count":85,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T14:24:36.944Z","etag":null,"topics":["dictionary","dictionary-data"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinXueyuanStdio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-31T09:39:05.000Z","updated_at":"2025-03-28T13:13:49.000Z","dependencies_parsed_at":"2025-01-20T13:43:25.252Z","dependency_job_id":"f8ff614a-3955-4b52-bca7-dd2b99429442","html_url":"https://github.com/LinXueyuanStdio/DictionaryData","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LinXueyuanStdio/DictionaryData","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinXueyuanStdio%2FDictionaryData","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinXueyuanStdio%2FDictionaryData/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinXueyuanStdio%2FDictionaryData/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinXueyuanStdio%2FDictionaryData/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinXueyuanStdio","download_url":"https://codeload.github.com/LinXueyuanStdio/DictionaryData/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinXueyuanStdio%2FDictionaryData/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28787195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dictionary","dictionary-data"],"created_at":"2024-11-19T11:21:37.205Z","updated_at":"2026-01-26T20:12:29.589Z","avatar_url":"https://github.com/LinXueyuanStdio.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# DictionaryData\n\n高质量英语字典，包括各种单词书，小学、中学、高中、考研、考博、出国（GRE、托福等等）等等，都已经分类好了\n\n```python\nimport pandas as pd\nbook = pd.read_csv('book.csv', sep=\"\u003e\")\nword = pd.read_csv('word.csv', sep=\"\u003e\")\nrelation_book_word = pd.read_csv('relation_book_word.csv', sep=\"\u003e\")\nword_translation = pd.read_csv('word_translation.csv')\n```\n\n## 文件说明\n\n- word.csv 单词\n- word_translation.csv 单词及其中文翻译\n- book.csv 单词书、词汇书\n- relation_book_word.csv 单词和词汇书的关系数据\n\n## word.csv 单词\n\n|       字段名        |  类型  | 说明       | 示例                       |\n| :-----------------: | :----: | :--------- | :------------------------- |\n|        vc_id        | string | 单词id     | `57067c89a172044907c6698e` |\n|    vc_vocabulary    | string | 单词       | `superspecies`             |\n|   vc_phonetic_uk    | string | uk英音音标 | `[su:pərsˈpi:ʃi:z]`        |\n|   vc_phonetic_us    | string | us美音音标 | `[supɚsˈpiʃiz]`            |\n|    vc_frequency     | float  | 词频       | `0.000000`                 |\n|    vc_difficulty    |  int   | 难度       | `1`                        |\n| vc_acknowledge_rate | float  | 认识率     | `0.664122`                 |\n\n## word_translation.csv 单词及其中文翻译\n\n|       字段名        |  类型  | 说明       | 示例            |\n| :-----------------: | :----: | :--------- | :------------ |\n|       word        | string | 单词          | `brain`      |\n|  translation      | string | 单词的中文翻译  | `n.脑,头脑`   |\n\n\n## book.csv 单词书\n\n|       字段名       |  类型  | 说明                      | 示例                                                                                                                     |\n| :----------------: | :----: | :------------------------ | :----------------------------------------------------------------------------------------------------------------------- |\n|       bk_id        | string | 单词书id                  | `d645920e395fedad7bbbed0e`                                                                                               |\n|    bk_parent_id    | string | 单词书父分类id（无则为0） | `6512bd43d9caa6e02c990b0a`                                                                                               |\n|      bk_level      |  int   | 等级                      | `2`                                                                                                                      |\n|      bk_order      | float  | 排序                      | `2.000000`                                                                                                               |\n|      bk_name       | string | 书名                      | `人教版高中英语1 - 必修`                                                                                                 |\n|    bk_item_num     |  int   | 单词个数                  | `315`                                                                                                                    |\n| bk_direct_item_num |  int   | 单词个数                  | `315`                                                                                                                    |\n|     bk_author      | string | 作者                      | `刘道义`                                                                                                                 |\n|      bk_book       | string | 完整书名                  | `人教版普通高中课程标准实验教科书 英语 1 必修`                                                                           |\n|     bk_comment     | string | 描述                      | `黑体：本单元重点词汇和短语；无“△”：课标词汇，要求掌握；有“△”：不要求掌握（会出现大量缩写、人名、地名和短语，请选背）。` |\n|   bk_orgnization   | string | 组织                      | `人民教育出版社 课程教材研究所；英语课程教材研究开发中心`                                                                |\n|    bk_publisher    | string | 出版社                    | `人民教育出版社`                                                                                                         |\n|     bk_version     | string | 版本                      | `2007年1月第2版`                                                                                                         |\n|      bk_flag       | string | 标记                      | `默认：152;黑体：97;前△：66`                                                                                             |\n\n\n## relation_book_word.csv 单词书-单词\n\n|   字段名   |  类型  | 说明     | 示例                       |\n| :--------: | :----: | :------- | :------------------------- |\n|   bv_id    | string | 关系id   | `58450c828958a37d5c10f763` |\n| bv_book_id | string | 单词书id | `d645920e395fedad7bbbed0e` |\n| bv_voc_id  | string | 单词id   | `57067b9ca172044907c615d7` |\n|  bv_flag   | string | 分组     | `4`                        |\n|   bv_tag   | string | 分组名   | `Unit 1`                   |\n|  bv_order  |  int   | 排序     | `1`                        |\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinxueyuanstdio%2Fdictionarydata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinxueyuanstdio%2Fdictionarydata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinxueyuanstdio%2Fdictionarydata/lists"}