pyspellchecker
pyspellchecker copied to clipboard
'SpellChecker' object has no attribute 'word_probability'
Has the word_probability function deprecated ? i want to get the confidence score for each of the candidates for a given word is there any other way?
Yes, it was deprecated in Version 0.6.1
There is the word_usage_frequency function that replaced the old word_probablity since a true probability isn't being generated as it is actually a frequency.