Projects / Spell Checker

Spell Checker

Spell Checker is a class meant to check the spelling of text using only basic PHP commands, thus not using any special purpose extensions. It uses a dictionary text file as its spelling knowledge base. For greater performance, the class uses the dictionary words (currently almost 40,000) to build a dynamic hashed lookup table. The class can also provide suggestions for the misspelled words that are found. The dictionary file can be updated to include any missing words.

Tags
Operating Systems
Implementation

RSS Recent releases

  •  03 Dec 2004 15:42

No changes have been submitted for this release.

Screenshot

Project Spotlight

SchemaCrawler

A command line tool to output your database schema and data in diff-able form.

Screenshot

Project Spotlight

command

A command which wraps bash functions into commands.