Closed Esamanoaz closed 3 years ago
Looks good!
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
I wrote a script called
edit_quotes.py
to fix common punctuation mistakes inqts.txt
. It mostly makes it easier to read.I already ran the script and included the result.