Skip to content

Commit

Permalink
[Update] 表を差し替え
Browse files Browse the repository at this point in the history
  • Loading branch information
omonomo committed Aug 10, 2023
1 parent 9d23279 commit 6cf7a11
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 小指の移動量が少ない日本語かな入力配列 「水草配列」
素材集めからデータ解析、配列作りまで1人で行い、実際に使用しながら調整した日本語入力配列です。
素材集めからデータ解析、配列作りまで1人で行い、実際に使用しながら調整した日本語入力配列です。
10年以上実際に使い続けています。

## 特徴
Expand All @@ -15,22 +15,20 @@
## データ的なもの
よくあるやつ。

![各キー使用率](./images/siyouritu_key.png) ![各指使用率](./images/siyouritu_yubi.png)
![使用率](./images/siyouritu.png)

## 他の配列との比較
比較対象はQwertyローマ字、Colemakローマ字、そして中指シフト配列として評価の高い月配列。
ローマ字は日本式を想定していますが、ヘボン式の方が入力しやすい文字はヘボン式を優先しました。「ん」は基本[n]で、状況に応じて[n][n]を使用するとしました。
比較対象はQwertyローマ字、Colemakローマ字、そして中指シフト配列として評価の高い月配列。
ローマ字は日本式を想定していますが、ヘボン式の方が入力しやすい文字はヘボン式を優先しました。「ん」は基本[n]で、状況に応じて[n][n]を使用するとしました。
実際の使用環境に近づけるため、句読点や括弧の後にスペースキーでかな漢字変換 (変換効率100%、つまり一発で確定) を行うことを想定しています。

![打鍵数削減率](./images/hikaku_daken.png)

![各指打鍵率](./images/hikaku_daken_yubi0.png)
![各指打鍵率](./images/hikaku_daken_yubi1.png)
![各指連続打鍵率](./images/hikaku_renzoku.png)

![各指連続打鍵率](./images/hikaku_daken_renzoku0.png)
![各指連続打鍵率](./images/hikaku_daken_renzoku1.png)
![跳躍打鍵率](./images/hikaku_chouyaku.png)

![左右交互打鍵率](./images/hikaku_daken_kougo.png)
![左右交互打鍵率](./images/hikaku_kougo.png)

## 資料
配列作りに使用した資料のCSVファイルです。俺様配列を作りたい方のお役に少しは立てるかもしれません。
Expand All @@ -52,8 +50,8 @@
- [QwertyUS配列用](./data/MizukusaForQwertyUS.txt)

## [おまけ] 新ローマ字表記
配列を考える過程で、ローマ字入力も検討していた時に作ったものです。あくまでも思いつきなので、実際に使ってみると不具合があるかもしれません。ヘボン式と共存できるようにしたつもりです。
ポイントは、発音できるか否かにかかわらず50音の表にあわせて機械的にアルファベットを当てはめているところです。
配列を考える過程で、ローマ字入力も検討していた時に作ったものです。あくまでも思いつきなので、実際に使ってみると不具合があるかもしれません。ヘボン式と共存できるようにしたつもりです。
ポイントは、発音できるか否かにかかわらず50音の表にあわせて機械的にアルファベットを当てはめているところです。
2022年はすでに過ぎていますが、22式ローマ字と名付けておきます。

![ローマ字表記一覧表](./images/22siki_romazi.png)
Expand All @@ -65,4 +63,4 @@

## リンク
- [全角英数記号や半角カタカナが判別しやすい等幅フォント「Cyroit」](https://omonomo.github.io/Cyroit/): 合成フォントを作ってみました。

Binary file modified images/hairetu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hikaku_chouyaku.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/hikaku_daken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/hikaku_daken_kougo.png
Binary file not shown.
Binary file removed images/hikaku_daken_renzoku0.png
Binary file not shown.
Binary file removed images/hikaku_daken_renzoku1.png
Binary file not shown.
Binary file removed images/hikaku_daken_yubi0.png
Binary file not shown.
Binary file removed images/hikaku_daken_yubi1.png
Binary file not shown.
Binary file added images/hikaku_kougo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hikaku_renzoku.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/siyouritu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/siyouritu_key.png
Binary file not shown.
Binary file removed images/siyouritu_yubi.png
Binary file not shown.

0 comments on commit 6cf7a11

Please sign in to comment.