Closed MasterMedo closed 3 years ago
Add an option to remove all punctuation. Maybe another option to use only the latin alphabet?
I don't think this is a good idea, the user can filter the words using terminal commands:
cat TEXTFILE | tr -d '[:punct:]' | typetest
Add an option to remove all punctuation. Maybe another option to use only the latin alphabet?