dictcli

Expand Korean vocabulary into English tags and stems for query enrichment.

6|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/junghan0611/agent-config --skill dictcli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dictcli
Source: https://github.com/junghan0611/agent-config/tree/main/skills/dictcli
Command: npx skills add https://github.com/junghan0611/agent-config --skill dictcli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Korean vocabulary often lacks direct English tags and requires manual translation and morphological analysis. dictcli automates cross-lingual query enrichment by expanding Korean terms into English tags and by stemming Korean forms for better search and mapping.

Core Features & Use Cases

  • Korean→English expansion: translate Korean concepts into candidate English tags for enhanced search.
  • Morphology and stemming: extract Korean stems to support robust matching and downstream knowledge_search queries.
  • Knowledge_search integration: supports layered query enrichment by expanding concepts prior to search.

Quick Start

Run dictcli expand on a Korean word in its base directory to obtain English tag candidates.

Frequently Asked Questions about dictcli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I expand Korean vocabulary into English tags for cross-lingual query enrichment?

To expand Korean vocabulary into English tags for cross-lingual query enrichment, run the dictcli expand command on a Korean word in its base directory to obtain candidate English tags and stems.

What is Korean morphology stemming and when do I need it for knowledge search?

Korean morphology stemming extracts base Korean forms to support robust matching and downstream knowledge search queries. You need it when Korean vocabulary requires morphological analysis prior to performing search operations.

How do I extract Korean stems to support mapping and search tasks?

You extract Korean stems by running the local bundled binary in the skill directory, which processes Korean forms and translates them into English stems for better search and data mapping.

Do I need a specific graph file to perform Korean to English linguistic graph expansion?

Yes, linguistic graph expansion requires a graph.edn file placed in the working directory. The tool reads this file to perform vocabulary expansion, translation, and stemming operations.

Can I use this Korean English mapping task for research and data pipelines without external dependencies?

Yes, Korean to English mapping tasks for research and data pipelines run without external dependencies. The expansion uses a bundled local binary in the skill directory to process translations.

What are the limitations of cross-lingual query expansion for knowledge search workflows?

Cross-lingual query expansion for knowledge search workflows is limited to processing Korean vocabulary into English tags and stems. It relies on a local binary and a graph.edn file, requiring manual setup of the working directory.