barrust / pyspellchecker

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

Set tokenizer on init #38

Closed barrust closed 5 years ago

barrust commented 5 years ago

Adding the tokenizer to use in the initialization script would make it easier for users to utilize instead of having to pass the tokenizer in for each loading of text or a file.

barrust commented 5 years ago

resolved by #40