innovationOUtside / nb_spellchecker

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

Seed a wordlist with words identified as typos #1

Open psychemedia opened 3 years ago

psychemedia commented 3 years ago

A lot of typos may be identified as false positives.

Create a reverse sorted list by count of occurrence of "typo" words in eg .worldlist.possibles.txt

This can then be easily edited / used to seed the .wordlist.txt whitelist file.