barrust / pyspellchecker

Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/
MIT License
694 stars 101 forks source link

Autocreation of exclude and include files #94

Closed sviperm closed 3 years ago

sviperm commented 3 years ago

Autocreation of exclude and include files when creating a custom dictionary via build_dictionary.py. If files don't exist script will raise an FileNotFound Error.

I can update code on next +- week, when I'll work on creating larger dictionary for Russian.

barrust commented 3 years ago

resolved by #102