Simple spell checking algorithm

后端 未结 4 1187
星月不相逢
星月不相逢 2021-02-01 10:21

I\'ve been tasked with creating a simple spell checker for an assignment but have given next to no guidance so was wondering if anyone could help me out. I\'m not after someone

4条回答
  •  花落未央
    2021-02-01 10:53

    for spell checker many data structures would be useful for example BK-Tree. Check Damn Cool Algorithms, Part 1: BK-Trees I have done implementation for the same here

    My Earlier code link may be misleading, this one is correct for spelling corrector.

提交回复
热议问题