## 我在分支 https://github.com/H1DDENADM1N/ECCEDICT/releases 打包了个支持中英反查的mdx字典,有需要的朋友可以拿去。 ## 用途: - 学习同义词 - 使用低频词提分 - 优化代码变量名 ## 更新: - 2025/01/12 从《精装牛津十》(OALD) 抓取增加 160435 条 英、美 音标 - 2025/01/13 从 [qwerty-learner](https://github.com/RealKai42/qwerty-learner) 收集更新了 12365 条标签(中高研四六托雅宝) --- ### [phonetics.ddb](https://github.com/H1DDENADM1N/ECCEDICT/blob/master/output/phonetics.ddb) 是 DuckDB 数据库格式的 233255 条英美音标文件,源自精装牛津十 >  ### [tag.ddb](https://github.com/H1DDENADM1N/ECCEDICT/blob/master/output/tag.ddb) 是 DuckDB 数据库格式的 12564 条标签信息文件,源自 [qwerty-learner](https://github.com/RealKai42/qwerty-learner) >  | 标签 | 数据来源 | 单词数量 | | ---- | ------------------------------------------------------------ | -------- | | 中 | [ZhongKaoHeXin.json](https://github.com/RealKai42/qwerty-learner/blob/master/public/dicts/ZhongKaoHeXin.json) | 2140 | | 高 | [GaoKao_3500.json](https://github.com/RealKai42/qwerty-learner/blob/master/public/dicts/GaoKao_3500.json) | 3877 | | 四 | [CET4_T.json](https://github.com/RealKai42/qwerty-learner/blob/master/public/dicts/CET4_T.json) | 2607 | | 六 | [CET6_T.json](https://github.com/RealKai42/qwerty-learner/blob/master/public/dicts/CET6_T.json) | 2345 | | 研 | [KaoYan_2024.json](https://github.com/RealKai42/qwerty-learner/blob/master/public/dicts/KaoYan_2024.json) + [2025KaoYanHongBaoShu.json](https://github.com/RealKai42/qwerty-learner/blob/master/public/dicts/2025KaoYanHongBaoShu.json) | 7640 | | 托 | [TOEFL_3_T.json](https://github.com/RealKai42/qwerty-learner/blob/master/public/dicts/TOEFL_3_T.json) | 4264 | | 雅 | [IELTS_3_T.json](https://github.com/RealKai42/qwerty-learner/blob/master/public/dicts/IELTS_3_T.json) | 3575 | | 宝 | [GRE3000_3_T.json](https://github.com/RealKai42/qwerty-learner/blob/master/public/dicts/GRE3000_3_T.json) | 3036 |
我在分支 https://github.com/H1DDENADM1N/ECCEDICT/releases 打包了个支持中英反查的mdx字典,有需要的朋友可以拿去。
用途:
更新:
phonetics.ddb 是 DuckDB 数据库格式的 233255 条英美音标文件,源自精装牛津十
tag.ddb 是 DuckDB 数据库格式的 12564 条标签信息文件,源自 qwerty-learner