anki-word-query/docs/services.md

24 lines
1.4 KiB
Markdown
Raw Normal View History

2018-07-09 17:22:32 +08:00
# Dictionary Service For FastWQ
## Local
2018-07-09 17:27:34 +08:00
- **MdxService**, .mdx dict file, it's only has default field.
- **StardictService**, .ifo dict file, it's only has default field.
- **MDX-LDOCE6**, local LDOCE6 mdx file, it's has some fileds.
2018-07-09 17:22:32 +08:00
## Web
- **Baicizhan**, http://mall.baicizhan.com/ws/search?w=word
- **Bing**, http://cn.bing.com/dict/search?q=word&mkt=zh-cn
- **Bing xtk**, http://xtk.azurewebsites.net/BingDictService.aspx?Word=word
- **西语助手**, https://www.esdict.cn/mdicts/es/word
- **法语助手**, https://frdic.com/mdicts/fr/
- **爱词霸**, http://www.iciba.com/index.php?a=getWordMean&c=search&word=word
- **朗文**, https://www.ldoceonline.com/dictionary/word
- **海词迷你词典**, http://dict.cn/word
- **Oxford Learner**, https://www.oxfordlearnersdictionaries.com/definition/english/word
- **Oxford**, https://od-api.oxforddictionaries.com/
2018-07-09 17:29:03 +08:00
- **Youdao-English**, [http://dict.youdao.com/...](http://dict.youdao.com/fsearch?client=deskdict&keyfrom=chrome.extension&pos=-1&doctype=xml&xmlVersion=3.2&dogVersion=1.0&vendor=unknown&appVer=3.1.17.4208&le=eng&q=word)
- **Youdao-French**, [http://dict.youdao.com/...](http://dict.youdao.com/fsearch?client=deskdict&keyfrom=chrome.extension&pos=-1&doctype=xml&xmlVersion=3.2&dogVersion=1.0&vendor=unknown&appVer=3.1.17.4208&le=fr&q=word)
2018-07-09 17:25:56 +08:00
- **MDX Server**, You have to run mdx server by yourself first.