topy icon indicating copy to clipboard operation
topy copied to clipboard

Python script to fix typos in text, based on the RegExTypoFix project from Wikipedia and AutoWikiBrowser

Results 7 topy issues
Sort by recently updated
recently updated
newest added

Just keeping a list of known false positives for personal reference. Feel free to add comments here. Topy replaces: - [ ] `attribtue` -> `attributue` - both are incorrect :)...

## Provide an option to explicitly exclude certain directories or files. For example, with the structure: ``` project | README.md | somefile.txt |___ first-dir | file-to-check.txt | other-typo-file.txt | |___...

Parsing the ruleset tag soup file with BeautifulSoup4 can consume half a second at every startup; see issue #5.

There is not a single example of usage in the README. I created a file with some text with typos: ``` # test.txt Hellp, my name is not rekevant. ```...

enhancement
help wanted

I have a very simple use case where `topy` fails on a YAML file by trying to add case: ``` - foo/jordan ``` Topy would rename `jordan` to `Jordan`, which...

enhancement
help wanted

Add a flag or an option to do something similar to - `cat f | typo -s > new_file` `typo -s > new_file` use case - 1. Want to create...

enhancement
help wanted

Add an option to run it case insensitive