-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Teach most frequent letter arrangments #9
base: master
Are you sure you want to change the base?
Conversation
… and should be removed completly, I have removed it partly and preformance has greatly improved.
This is awesome! Is there any way we can make this an option, default on? The reason I wanted it to be completely random before is that I wanted a tool that would train me to hit keys in any order. I'd like to keep that functionality but make this the default. |
Timini, I've added you as a contributor. Think you can make this optional (default on) and then pull it whenever you're satisfied? |
cool, Will let you know when it's done |
Just pinging the network to see what happened with this pull request |
This fork uses bigram letter frequencies to train the learner on letter patterns that occur more frequently in the English language. The strings it generates for the learner look more like real english words because they have the same frequencies as in real words.
I believe this will teach rapid motor movements that are common in the english language, like typing 'er' or 'th'. This should help the typer achieve higher typing speeds.