-
Spell Corrector is based on a purely PHP implementation of Peter Norvig's correct spelling suggestion algorithm. It takes a given word and returns a suggestion of the probable correct spelling of the word.Spell Corrector can build a dictionary with correctly spelled words from a training text document. The dictionary can be stored in a cache file by serializing the dictionary ...

