All Questions
2 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 ...
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/...