bakwc/JamSpell

Is there a way to add new words to a dictionary without retraining a model?

antonshilov opened this issue · 3 comments

I want to add new words in run-time. How can I do that?

bakwc commented

Currently there is no such option, I will add it.

Hi
So how to do it? Have you added it? Is incremental learning possible?
Thanks

bakwc commented

Added in "Pro" version. It has incremental training ability, also it has ability to add sentences or single words at runtime, just call corrector.AddText("your new text");
JamSpellPro is available at jamspell.com