What is the best system for spell checking in python that enables the use of an external dictionary? I've seen packages that use an external dictionary to replace a default English dictionary for example. But I would like the external dictionary to supplement the existing spell check. For example, if I have weird abstract words (dsdfw, peloe, punj), I want the spell checker to be able to recognise them as English words for the purposes of spelling correction.
This is na exapmle of a setence using pelloe
Should become
This is an example of a sentence using peloe