This commit is contained in:
St.Huang 2018-07-09 17:22:32 +08:00
parent 59e3d8714d
commit 0f6569cecf

23
docs/services.md Normal file
View File

@ -0,0 +1,23 @@
# Dictionary Service For FastWQ
## Local
- **MdxService**, query from mdx dict file. It's only has Default field.
- **StardictService**, query from ifo dict file. It's only has Default field.
- **MDX-LDOCE6**, local LDOCE6 mdx file. It's has some fileds.
## 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/
- **有道词典-英语**, 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
- **有道词典-法语**, 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
- **MDX Server**, You have to run mdx server by yourself first.