innovationOUtside / nb_spellchecker

Simple tool to try support spell checking of Jupyter notebooks
MIT License
0 stars 0 forks source link

Duplicate word detection #4

Open psychemedia opened 3 years ago

psychemedia commented 3 years ago

Need to add in support for repeated (duplicate) word detection and potential auto-replace:

egrep -o  "\b(\w+)\s+\1\b" */.md/*.md

For autoreplace false positive, would be useful to have a tag based excluder on a particular cell?