ulf1 / augtxt

yet another text augmentation python package
Apache License 2.0
2 stars 0 forks source link

Lookup dictionaries for neighbor keys and typewriting system #5

Open ulf1 opened 3 years ago

ulf1 commented 3 years ago
  1. Physical Keyboard Layout
  2. Language of keyboard caps
  3. Dictionaries
    • Neighbor keys plus proba of typo (e.g. distance for each pair as matrix, lookup dictionaries)
    • 10-finger typewriting hands, e.g. left=[A,S,D,F...] (Hand-level sync err, Finger-level sync err)
ulf1 commented 3 years ago

TODO