youdao-dictionary
เป็นอินเทอร์เฟซพจนานุกรม Youdao (มี道词典) ที่เรียบง่ายสำหรับ Emacs
ติดตั้ง youdao-dictionary
จาก MELPA ด้วย:
Mx package-install RET youdao-dictionary RET
Youdao ยกเลิก API ฟรีเมื่อต้นปีนี้ (2023) ดังนั้นแพ็คเกจนี้ไม่พร้อมใช้งานอีกต่อไป คุณจะต้องสมัคร API ด้วยตัวคุณเอง
คุณสามารถตั้งค่าคีย์ API และความลับของคุณได้ใน ~/.authinfo.gpg
หรือ ~/.authinfo
เช่น
เครื่อง openapi.youdao.com เข้าสู่ระบบ 应用ID รหัสผ่าน 应用秘钥
หรือคุณสามารถตั้งค่าไว้ในการกำหนดค่าของคุณ เช่น
; ; Change 应用ID and 应用秘钥 to yours
( setq youdao-dictionary-app-key "应用ID "
youdao-dictionary-secret-key "应用秘钥" )
youdao-dictionary-search-at-point
youdao-dictionary-search-at-point+
youdao-dictionary-search-at-point-tooltip
youdao-dictionary-search-at-point-posframe
youdao-dictionary-search-from-input
youdao-dictionary-search-and-replace
youdao-dictionary-play-voice-at-point
youdao-dictionary-play-voice-from-input
youdao-dictionary-posframe-tip-face
tooltip
; ; Enable Cache
( setq url-automatic-caching t )
; ; Example Key binding
( global-set-key ( kbd " C-c y " ) 'youdao-dictionary-search-at-point )
; ; Integrate with popwin-el (https://github.com/m2ym/popwin-el)
; ; (push "*Youdao Dictionary*" popwin:special-display-config)
; ; Set file path for saving search history
; ; (setq youdao-dictionary-search-history-file "~/.emacs.d/.youdao")
; ; Enable Chinese word segmentation support (支持中文分词)
; ; (setq youdao-dictionary-use-chinese-word-segmentation t)
หมายเหตุ : จำเป็นต้องใช้เครื่องมือแบ่งส่วนคำภาษาจีนภายนอก (เช่น 结巴分词) เพื่อเปิดใช้งานการสนับสนุนการแบ่งส่วนคำภาษาจีน สำหรับข้อมูลเพิ่มเติม โปรดดูที่ chinese-word-at-point.el#prerequisite