kodict

A Korean dictionary Matrix bot for searching and translating Korean vocabulary.

Searches National Institute of Korean Language's Korean-English Learners' Dictionary (한국어기초사전).

preview.jpg


Features

  • Search dictionary entries in Korean (Hangul, Hanja)
  • Search dictionary entries in English
  • Pronunciation in Hangul and Romanization
  • Word origins in Hanja
  • Parts of speech

Setup

Note: A Korean-English Learners' Dictionary (한국어기초사전) API (free) is required.

Prerequisites are required:

  • Shut down your Maubot, then run:
    • python -m pip install cssselect kodict-core korean-romanizer krdict.py@git+https://github.com/coffeebank/krdict.py lxml
  • Start your Maubot again, then install the .mbp from your Maubot Dashboard website, and add an instance
  • In the Config, add your Korean-English Learners' Dictionary (한국어기초사전) API key under krdict_api
  • Click Save

Config

Commands

  • kodict, aliases=["krdict"]
    • Searches Korean dictionary

Uses material from National Institute of Korean Language's Korean-English Learners' Dictionary (한국어기초사전).

Notes