作者enthos (影斯作業系統)
看板IME
標題[閒聊] 徵求 六一輸入法 相關資料
時間Mon Nov 13 18:12:21 2023
目前只在電腦中找到了輸入法檔案:
_61_0809.zip (2009 年 10 月 29 日下載)
以及從 Internet archive 找到了作者 2010 的部分網站資料:
https://archive.org/
https://web.archive.org/web/20230000000000*/input.so61.com
請問是否有人有其他的相關資料備份可以提供?
例如六一注音輸入法及其他輸入法版本。
主要是想問是否有新版本的輸入法檔案?
原始版本六一輸入法是三碼無重碼、三鍵出字不用按空白鍵,也不用按數字鍵選字。
因此所有字都相當於其他輸入法的二級簡碼。
缺點是規則過多,學習難度是其他輸入法的十倍。
使用了30 鍵,因此編碼空間是: 30 + 30*30 + 30*30*30
1.
https://hexcolors60.github.io/
非官方 六一輸入法 學習資料網站
學習資料網站:
https://hexcolors60.github.io/so61ime/
程式碼:
https://github.com/HexColors60/so61ime
2.
下載 _61_0809.zip
https://github.com/HexColors60/so61ime/releases
_61_0809.zip
32-bit 輸入法程式。
VirtualBox 的 Windows 8 可以安裝
3.
網頁版:
https://github.com/HexColors60/so61ime/blob/main/web_input05.py
(Copy raw file)
https://www.onlinegdb.com/online_python_compiler
(Paste and Run)
_ 代表空白鍵
按 ` 是詞庫除錯訊息
按 Enter 清空
p_i_a_;_,_
Output Buffer: 我是一個人
Input Key: 我
我 P__ QS/
我 P ﹏ ﹏ Q S /
我 0 ﹏ ﹏ 1 二 /
我 口 ﹏ ﹏ 中 二 空
4.
Python 版:
git clone
https://github.com/HexColors60/so61ime.git
cd so61ime
python3 input05.py
Ctrl-C 結束
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 220.134.104.16 (臺灣)
※ 文章網址: https://webptt.com/m.aspx?n=bbs/IME/M.1699870345.A.BB8.html
1F:推 linguamania: 有興趣,推整理 11/14 22:56
2F:推 hangea: 學習資料網站的圖檔都看不到 11/15 10:04
3F:→ enthos: 六一輸入法發明人的網站倒了,所以沒有圖檔 11/15 10:12
4F:推 whitefox: 有字碼的txt的話,可以在xp用通用輸入法轉換成.ime檔 11/15 16:38