flashtext icon indicating copy to clipboard operation
flashtext copied to clipboard

Handle spell error idea

Open ebuildy opened this issue 5 years ago • 1 comments

I am wondering if it's possible to handle misspell errors.

Words to match: "skype" Sentence: "hello, do you have skpe ?"

My current implementation is to generate all possible candidates, but this means lot of words. I understand your library use a tree, maybe we could implement a kind of "possible error" or multiple paths?

ebuildy avatar Feb 09 '19 15:02 ebuildy

Hi, I think this is the same issue as this one

remiadon avatar Apr 05 '19 16:04 remiadon