intgr / topy

Python script to fix typos in text, based on the RegExTypoFix project from Wikipedia and AutoWikiBrowser
Other
35 stars 11 forks source link

Various improvements #20

Closed ocaballeror closed 4 years ago

ocaballeror commented 4 years ago

Sorry for the unintuitive name, but I didn't find a better name for all these things.

This is basically a list of things that I would find useful, but feel free to criticize the ones you don't like. The only one that fixes a bug is 1d97dac , the others are just nice things to have.

Btw, thanks for this tool. I've been using it for a while 😄

intgr commented 4 years ago

Thanks! I'll try to take a look within a few days.

ocaballeror commented 4 years ago

@intgr Sorry for the force push. I had to update almost all the commits, and also I wanted to drop the one removing the '-utility' rule, now that I know it's not bugged and the issue is my code instead 😞

intgr commented 4 years ago

Thanks @ocaballeror, will make a release soon.

By the way, I want to drop Python 2 support after this release, I hope you won't be missing it?

ocaballeror commented 4 years ago

Definitely not. Everything related to removing python 2 is a win in my books.

Thanks for merging!

intgr commented 4 years ago

Released version 0.3.0 with your changes on PyPI and GitHub: https://github.com/intgr/topy/releases/tag/v0.3.0