Open jkyndir opened 2 years ago
I think you should follow the approach documented in the README under "Apply a custom list of matches with utils.correct". You can filter matches (which are essentially corrections) so that you don't spell-correct words from your custom dictionary. You can also ignore matches that correspond to your own regex.
How to add custom words to dictionary? How to ignore certain texts that are matched by my custom regular expressions?