jankrepl / mltype

Command line tool for improving typing skills (programmers friendly)
https://mltype.readthedocs.io
MIT License
448 stars 29 forks source link

Controlling difficulty #79

Open jankrepl opened 4 years ago

jankrepl commented 4 years ago

Suggestion1

We make an assumption that whether I mistype depends on the current character and the 2-3 previous ones (not more).

One can just create an window_size + 1 dimensional array where each dimension has size vocab_size that stores the errors somehow.