Skip to content

Commit

Permalink
Simplify inline pinyin output with certain consonants. (#9)
Browse files Browse the repository at this point in the history
* Simplify inline pinyin output with certain consonants.

* Update README regarding Hanyu-Pinyin support.
  • Loading branch information
ShikiSuen authored May 14, 2022
1 parent d98cfb2 commit 4a020b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

鐵恨引擎是用來處理注音輸入法並擊行為的一個模組。該倉庫乃威注音專案的弒神行動(Operation Longinus)的一部分。

目前暫時缺乏漢語拼音支援
目前暫時缺乏漢語拼音輸入支援(僅支援輸出)

Tekkon Engine is a module made for processing combo-composition of stroke-based Mandarin Chinese phonetics (i.e. Zhuyin / Bopomofo). This repository is part of Operation Longinus of The vChewing Project.

Hanyu Pinyin support is currently not available yet.
Hanyu Pinyin input support is currently not available yet (only output functions are available).

## 使用說明

Expand Down
4 changes: 2 additions & 2 deletions Sources/Tekkon/TekkonSyllableComposer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,8 @@ public struct Tekkon {
["ㄆㄚ", "pa"], ["ㄆㄧ", "pi"], ["ㄆㄛ", "po"], ["ㄆㄨ", "pu"], ["ㄑㄧ", "qi"], ["ㄑㄩ", "qu"], ["ㄖㄜ", "re"], ["ㄖㄨ", "ru"],
["ㄙㄚ", "sa"], ["ㄙㄜ", "se"], ["ㄙㄨ", "su"], ["ㄊㄚ", "ta"], ["ㄊㄜ", "te"], ["ㄊㄧ", "ti"], ["ㄊㄨ", "tu"], ["ㄨㄚ", "wa"],
["ㄨㄛ", "wo"], ["ㄒㄧ", "xi"], ["ㄒㄩ", "xu"], ["ㄧㄚ", "ya"], ["ㄧㄝ", "ye"], ["ㄧㄛ", "yo"], ["ㄗㄚ", "za"], ["ㄗㄜ", "ze"],
["ㄗㄨ", "zu"], ["", "bo"], ["", "po"], ["", "mo"], ["", "fo"], ["", "de"], ["", "te"], ["", "ne"],
["", "le"], ["", "ge"], ["", "ke"], ["", "he"], ["", "ji"], ["", "qi"], ["", "xi"], ["", "zhi"],
["ㄗㄨ", "zu"], ["", "b"], ["", "p"], ["", "m"], ["", "f"], ["", "d"], ["", "t"], ["", "n"],
["", "l"], ["", "g"], ["", "k"], ["", "h"], ["", "j"], ["", "q"], ["", "x"], ["", "zhi"],
["", "chi"], ["", "shi"], ["", "ri"], ["", "zi"], ["", "ci"], ["", "si"], ["", "a"], ["", "o"], ["", "e"],
["", "eh"], ["", "ai"], ["", "ei"], ["", "ao"], ["", "ou"], ["", "an"], ["", "en"], ["", "ang"],
["", "eng"], ["", "er"], ["", "yi"], ["", "wu"], ["", "yu"],
Expand Down

0 comments on commit 4a020b1

Please sign in to comment.