diff --git a/README.md b/README.md index 620e2f9..9e6b4b7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # FastWordQuery Addon For Anki + [Supported Dictionaries](docs/services.md) +[单词添加真人发音(朗文mdx词典)](docs/get_mdx_ldoce6_sounds.md) ## Features diff --git a/docs/get_mdx_ldoce6_sounds.md b/docs/get_mdx_ldoce6_sounds.md new file mode 100644 index 0000000..eda40e9 --- /dev/null +++ b/docs/get_mdx_ldoce6_sounds.md @@ -0,0 +1,45 @@ +#为单词添加真人发音(朗文mdx词典) + + 在为Anki制作单词卡片的时候,发音一直是一个比较头痛的问题,有道的发音是比较容易获取的,但是有道的发音不纯正,很多音读得不是非常正确,TTS也不能与真人发音相比, + 相对来讲朗文词典的真人发音就非常的纯正,所以FastWQ特别针对朗文mdx词典制作对应的字典查询服务,以便快速的为单词添加读音并下载音频到本地。 + 按照以下步骤,可以很方便的为整个单词本快速的添加音频。 + + +##1. 准备好mdx与mdd词典文件 + + ![](images/mdx_mdd_files.png) + + +##2. 准备好单词本 + + ![](images/import.png) + + +##3. 设置词典 + + ![](images/set_dicts.png) + + +##4. 设置FastWQ中对应的字典和字段 + + ![](images/options.png) + + +##5. 选择词条并选择菜单 【FastWQ->Query Selected】 或按 【Ctral+Q】 快捷键 + + ![](images/query_all.png) + + +##6. 等待查询结束,因为是本地词典此处查询速度非常的快 + + ![](images/querying.png) + + +##7. 如果单词在朗文词典中能查询得到,则会自动添加发音并下载对应的音频文件到用户媒体文件夹 + + ![](images/query_end.png) + + +## 参考 + +[碎片化英语学习](https://zhuanlan.zhihu.com/p/25958302) diff --git a/docs/images/import.png b/docs/images/import.png new file mode 100644 index 0000000..477d140 Binary files /dev/null and b/docs/images/import.png differ diff --git a/docs/images/mdx_mdd_files.png b/docs/images/mdx_mdd_files.png new file mode 100644 index 0000000..aad1a71 Binary files /dev/null and b/docs/images/mdx_mdd_files.png differ diff --git a/docs/images/options.png b/docs/images/options.png new file mode 100644 index 0000000..94f7781 Binary files /dev/null and b/docs/images/options.png differ diff --git a/docs/images/query_all.png b/docs/images/query_all.png new file mode 100644 index 0000000..eb4230c Binary files /dev/null and b/docs/images/query_all.png differ diff --git a/docs/images/query_end.png b/docs/images/query_end.png new file mode 100644 index 0000000..1cb0fce Binary files /dev/null and b/docs/images/query_end.png differ diff --git a/docs/images/querying.png b/docs/images/querying.png new file mode 100644 index 0000000..90e923b Binary files /dev/null and b/docs/images/querying.png differ diff --git a/docs/images/set_dicts.png b/docs/images/set_dicts.png new file mode 100644 index 0000000..f515bc5 Binary files /dev/null and b/docs/images/set_dicts.png differ