taiwan-braille-converter

Convert Traditional Chinese text to Taiwan Braille via Zhuyin and tones.

2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Randy-C-X/allanyiin_skills --skill taiwan-braille-converter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: taiwan-braille-converter
Source: https://github.com/Randy-C-X/allanyiin_skills/tree/main/skills/taiwan-braille-converter
Command: npx skills add https://github.com/Randy-C-X/allanyiin_skills --skill taiwan-braille-converter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

台灣點字轉換工具解決了繁體中文文本經由注音與聲調轉換成台灣六點點字的繁複流程,透過固定規則和清晰的候選解釋,減少人工錯誤與工作量。

Core Features & Use Cases

  • Forward Chinese → Taiwan Braille: 先解析注音與聲調再產出對應的點字。
  • Reverse Braille → 注音/中文候選: 回復注音,並在多音字情況下列出候選與依據。
  • 支援規則表與測試案例:提供或連結可重用的轉換模組、CLI、字典與驗證腳本。

Quick Start

Input Traditional Chinese text to obtain Zhuyin and Taiwan braille outputs with deterministic rules and clear tone handling.

Frequently Asked Questions about taiwan-braille-converter

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

FAQPage Schema
How do I convert Traditional Chinese to Taiwan braille using zhuyin?

Convert Traditional Chinese to Taiwan braille by deriving zhuyin with tones, then mapping the phonetic output to braille cells. The deterministic pipeline automates this forward translation with clear tone handling.

Can I back-translate Taiwan braille to Chinese characters?

Back-translation from Taiwan braille to zhuyin generates Traditional Chinese candidates. When multiple outputs exist for polyphones, the tool provides candidates with disambiguation context.

Does the Taiwan braille converter handle polyphone disambiguation?

The converter handles polyphone disambiguation by listing multiple Chinese character candidates with their contextual basis during braille-to-zhuyin back-translation, ensuring accurate reverse conversions.

What scripts and references are included for braille translation tooling?

The converter exposes optional resources via scripts and references directories to support tooling, tests, and documentation, including reusable conversion modules and validation scripts.

Why does Taiwan braille conversion require deriving zhuyin with tones first?

Taiwan braille conversion requires deriving zhuyin with tones first because Taiwan braille cells map directly from phonetic sounds and tonal markers, enforcing a deterministic rule-based translation pipeline.

Are there limitations when converting braille to Chinese for polyphonic characters?

When converting braille to Chinese, polyphonic characters may produce multiple candidates because deterministic rules cannot always uniquely identify the intended character without broader textual context.