HACKER097 / wisdom-tree

Wisdom Tree is a TUI concentration app, with features like pomodoro timer, YouTube music player, Lo-fi radio.
MIT License
357 stars 22 forks source link

Quotes punctuation editing script and the result #8

Closed Esamanoaz closed 3 years ago

Esamanoaz commented 3 years ago

I wrote a script called edit_quotes.py to fix common punctuation mistakes in qts.txt. It mostly makes it easier to read.

I already ran the script and included the result.

HACKER097 commented 3 years ago

Looks good!

HACKER097 commented 3 years ago

I was looking into aspell and it could be used to fix most of the spacing errors, aspell -c qts.txt will give you options for each word, the first option is usually correct. So just spam-pressing 1 should fix most of the errors, but sometimes it will make errors, for example Selfis should be correct to Self is but will be corrected to Selfish.

Doing this could fix most of the errors, but the ones fixed incorrectly will make even less sense. Here is one i made, i am not sure if it will be an improvement. qts.txt