FastWordQuery
FastWordQuery copied to clipboard
Query words definitions or examples etc. from local or web dictionaries to fill into Anki cards.
到处搜索无果,只能靠FastWordQuery的作者了! 现有的anki影音例句添加插件非常不稳定,而且制作繁琐。 迫切希望能添加欧路在线的“听力原声词典”。 例句丰富,有语音。虽然汉语翻译差强人意,但是在刷Anki的过程中,只看大块头词典略枯燥,如果能有原声例句加持,真得会有乐趣很多。 以前刷单词都是复制粘贴到欧路里面再看的,但是这样很没效率,而且在后面刷词的过程中,往往认识以后直接过了,不会再复制粘贴去看原声例句了。如果能溜一遍加深理解,感觉都是很棒的。
Ok,well,I know little english,but anyway,I really like your project,It helps me a lot Yes,I use anki to learn English However, in the process of using FastWordQuery, there are some problems...
导入词典之后我想提取本地朗文6词典中的音频,但是fields一栏显示default,只能提取全部内容,无法单独提取音频。
None of the english dictionaries are working, only vocabulary.com Logman, Cambridge, Oxford and so on are not working, is there some solution for this? Congratulations for the addon by the...
**Is your feature request related to a problem? Please describe.** 因为批量制卡最早用的老黄的excel工具,里面有释义分布和词性分布,感觉挺不错,可以对主要释义格外关注。 **Describe the solution you'd like** 希望dict.cn词典中加入释义分布和词性分布的饼图. **Describe alternatives you've considered** A clear and concise description of any alternative solutions...
**Describe the bug** Pressing the shortcut empties the query field **To Reproduce** Steps to reproduce the behavior: 1. Set the first field as the query field 2. Type the word...
更新两处代码
## 1.有道词典释义过滤"人名"释义, 人名释义在背诵过程中是个不好的干扰因素,于是加上了过滤代码 ```python explan =[] for item in doc.findall(".//custom-translation/translation/content"): if not re.match('.*人名', item.text): explan.append(item.text) explains = ''.join([item for item in explan]) ``` ```txt {'phonetic': 'UK [ˈkɒnstənt] US [ˈkɑːnstənt]', 'us_phonetic':...
这个建议主要是针对cloze模板的,因为其他模板可以直接添加新字段再Query即可,而cloze模板似乎只能有一个支持镂空的字段Text,所以只能Query一次,不能继续添加新的内容(比如我还想添加新的字典的内容),所以我在想能不能实现如题这个功能,谢谢作者。
**Describe the bug** ** An error occurred. Please start Anki while holding down the shift key, which will temporarily disable the add-ons you have installed. If the issue only occurs...
Hello. My add-on doesn’t work at all. I don’t know why. It was working well on Anki 2.0.52 in the past. Sometimes I get bug. Error An error occurred. Please...