ranelpadon / ngram-type

Touch typing trainer using N-grams as data source, with options to customize the auto-generated lessons and specify the minimum typing performance needed. There are sound/color effects as well.
208 stars 40 forks source link

cyrillic support #20

Closed nicholay-i closed 1 year ago

nicholay-i commented 1 year ago

cyrillic symbols support would be really helpfull

ranelpadon commented 1 year ago

Do you mean to support translations? Someone ported it into Russian before: https://aleuxser.github.io/ngram-type-ru/

The main target of Ngram Type is the English language though. Each language has a different set of Top 50 or Top 100 Ngrams, hence automated translations are not feasible, and need a manual compilation of the Ngrams for each language.

You could use the Custom feature though in the Source section if you want some custom texts/ngrams for practice, especially for other languages/characters:

Screenshot 2023-01-01 at 6 59 33 AM
nicholay-i commented 1 year ago

Wow, that's exactly wat I was looking for. Thanks!