A web service for looking up definitions from MDX/MDD
dict files.
It also serves as a backend for ODH
(online dictionary helper) plugin for chrome.
English word morphology is supported through hunspell.
- Put
mdx/mdd
files underdata/mdx/
- Start web service by
flask run
- Query words by accessing
http://localhost:5000/<WORD>
e.g.http://localhost:5000/draw
- To disable JavaScript, access
http://localhost:5000/nojs/<WORD>
Reverse-engineering of the mdx
format
https://github.com/csarron/mdict-analysis
Encryption support
https://github.com/zhansliu/writemdict
Index support
https://github.com/mmjang/mdict-query