I was just wondering how I can run your code to calculate the score of default layout with 1 or 2 keys moved and/or swapped.
Given the higher frequency of letter G compared to J/K, and bigrams such as gh and ing, I wanted to know why it got assigned to current position (lower row of left pinky!!!).
What if we swap G and Y, or G and J, or G and K? what would be the score compared to the original layout?
I was just wondering how I can run your code to calculate the score of default layout with 1 or 2 keys moved and/or swapped.
Given the higher frequency of letter
Gcompared toJ/K, and bigrams such asghanding, I wanted to know why it got assigned to current position (lower row of left pinky!!!).What if we swap
GandY, orGandJ, orGandK? what would be the score compared to the original layout?