timdream / jszhuyin

JS 注音:JavaScript 自動選字注音輸入法;"Smart" Chinese Zhuyin Input Method in JavaScript.
https://jszhuyin.timdream.org/
MIT License
225 stars 19 forks source link

Pinyin input #36

Open timdream opened 8 years ago

timdream commented 8 years ago

Once #35 is implemented, it would be trivial to implement Pinyin input by creating another Pinyin to sound table.

timdream commented 8 years ago

35 is an invalid issue. We could still implement Pinyin with Encoded sounds as the backing sound encoding. One thing that need significant change would be the partial sound matching. This is unfortunate because the way partial sounds being matched (and interchangeable symbols) are deeply coupled inside the storage logic.