Comment on 1000x Faster Spelling Correction: Source Code releasedparentComments−pygy_12yThey are trading space for time.Roughly speaking, they pre-compute some of the character substitutions done in traditional algorithm, and add it to the dictionary.
Comments
They are trading space for time.
Roughly speaking, they pre-compute some of the character substitutions done in traditional algorithm, and add it to the dictionary.