Results 1 to 2 of 2

Thread: [RESOLVED] Spelling suggestion

  1. #1

    Thread Starter
    Frenzied Member met0555's Avatar
    Join Date
    Jul 2006
    Posts
    1,385

    Resolved [RESOLVED] Spelling suggestion

    Hi,

    I'm working on a spelling checker, for the suggestion part, i'm using the Levenshtein algorithm, https://www.dotnetperls.com/levenshtein-vbnet , however I find it a bit slower for web based spell checker. I'm only looking for an edit distance of 1, not really interested in a anything greater than 1. I was wondering if you know a faster algorithm or a better code?

    Thanks

  2. #2

    Thread Starter
    Frenzied Member met0555's Avatar
    Join Date
    Jul 2006
    Posts
    1,385

    Re: Spelling suggestion

    Nevermind, I found out why it was slow, it's because i was reading from a file every time instead switched to an array.

    tHanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width