- As an alternative to the StarDict Console Version(sdcv).
- Also simple wrapper for Youdao online translate (Chinese <-> English) service API.
- Also as an plugin for Emacs.
- Python ( >=2.7, 3.x )
(require 'ydcv)
(setq ydcv-py-directory "~/.emacs.d/site-lisp/ydcv-el/")
(setq ydcv-dictionary-simple-list '("langdao"))
(setq ydcv-dictionary-complete-list
'("langdao"
;; "21shiji"
"dictd_www.dict.org_wn"))
(global-set-key (kbd "C-c ; b") 'ydcv-search-input)
(global-set-key (kbd "C-c ; t") 'ydcv-search-pointer+)