PHP Spell Checker
Package:
Summary:
Check spelling of text and get fix suggestions
Groups:
Author:
Description:
This package can be used to check the spelling of text and get fix suggestions.
There is a base class that defines functions for spell checking.
There are also two classes for checking the spelling of text using either PHP scripts that contain arrays of valid words and grammar definitions, or using the hunspell program.
If the classes determine that there are misspelled words, they may return suggestions for eventual fixes.
There is a base class that defines functions for spell checking.
There are also two classes for checking the spelling of text using either PHP scripts that contain arrays of valid words and grammar definitions, or using the hunspell program.
If the classes determine that there are misspelled words, they may return suggestions for eventual fixes.
Comments are closed.