Give a dictionary of words for spell correction
aastha19 opened this issue · 1 comments
aastha19 commented
Hi,
I have trained a model on my dataset. Yet there are certain words that are not corrected properly. Is there a way to pass a dictionary (uncorrect->correct word pairs) during the time we call the FixFragment function.
bakwc commented
Hi, you can do it in Pro
version with corrector.AddText("word")
or corrector.AddText("my new sentence")
.
JamSpellPro is available at jamspell.com