SpellChecker icon indicating copy to clipboard operation
SpellChecker copied to clipboard

additional overloaded method for SpellingParser.createEnglishSpellingParser

Open calble opened this issue 5 years ago • 2 comments

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.

calble avatar Jan 03 '20 00:01 calble

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.)?

bobbylight avatar Mar 15 '20 22:03 bobbylight

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?

calble avatar May 16 '20 20:05 calble