Skip to main content

All Questions

3 votes
8 answers
2k views

Fastest possible dictionary-like matching

I will have to perform a spelling check-like operation in Python as follows: I have a huge list of words (let's call it the lexicon). I am now given some text (let's call it the sample). I have to ...
Velvet Ghost's user avatar
2 votes
2 answers
450 views

php spellcheck iteration optimization

Having recently begun working on a project which might need (good) scaling possibilities, I've come up with the following question: Not taking into account the levensthein algorithm (I'm working with/...
James's user avatar
  • 112