barrust / pyspellchecker

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

Deprecate `word_probability` #89

Closed barrust closed 3 years ago

barrust commented 3 years ago

word_probability is really a misnomer and should be deprecated. Instead, something like word_usage_frequency or something similar should be used. It really is the ratio of the word provided against all words in the dictionary. I believe issue #68 is partly due to this being named what it is named.