GitbookIO / hunspell-spellchecker

Parse and use Hunspell dictionaries in Javascript
Apache License 2.0
77 stars 17 forks source link

Ability to add custom words to the dictionary #3

Open lukeapage opened 9 years ago

lukeapage commented 9 years ago

Would you accept a PR for this?

Any pointers?

lukeapage commented 9 years ago

I guess without changes to your code I could do

dict.dictionaryTable["newword"] = [[]];