You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, based on this we can see that the data source used to build the dictionaries included this version of recieve 254 times. I will add this misspelling to the en_exclude.txt file to ensure that it is not present in future versions of the dictionary.
If there are others (and there will be), you can add them to an issue until I find a better way to track words to add and remove. You can also remove it from your local dictionary using the remove functionality.
Hi,
does anyone know why "recieve" is not detected as misspelled word ?
spell = SpellChecker();
word_list=['recieve', 'mydummy']
misspelled=spell.unknown(word_list)
print (misspelled)
{'mydummy'}
thanks ,
The text was updated successfully, but these errors were encountered: