add docs.

This commit is contained in:
St.Huang 2018-07-10 14:12:32 +08:00
parent 98f2a77f11
commit 56cd63988e
9 changed files with 47 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# FastWordQuery Addon For Anki
[Supported Dictionaries](docs/services.md)
[单词添加真人发音(朗文mdx词典)](docs/get_mdx_ldoce6_sounds.md)
## Features

View File

@ -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)

BIN
docs/images/import.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
docs/images/options.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
docs/images/query_all.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

BIN
docs/images/query_end.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
docs/images/querying.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
docs/images/set_dicts.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB