SpellChecker
SpellChecker copied to clipboard
additional overloaded method for SpellingParser.createEnglishSpellingParser
I created an overloaded createEnglishSpellingParser method that takes an InputStream and a boolean. I did this so that I can load the dictionary from a resource in a jar file easily.
Thanks for the PR. For consideration, can you rebase, squash into a single commit, and remove changes unrelated to the overload (changes to the README, gradlew metadata files, etc.)?
I will work on it as soon as I have some free time. I also added a feature so that spelling suggestions can be displayed in a popup menu when the user right clicks on a misspelled word. Do you have any interest in that feature?