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

[merged] use logging instead of print #4

Closed berendt closed 10 years ago

intgr commented 10 years ago

After thinking about it, this is actually a good idea in case someone wants to use Topy within another application (once it has a proper API).

I've rebased and merged this with slight changes. I split the shebang line change into a separate commit and removed timestamp & log level from output.

Thanks!