Innovation Award
 December 2004
Winner |
The applications that let the users compose text, for instance, of articles or e-mail messages, can benefit of text spelling features as they let the users review and eventually fix spelling mistakes before submitting the final version of the texts that are composed.
PHP comes with text spelling extensions like pspell but in some installations these extensions are not available.
This class provides a text spelling solution completely based on PHP code that only uses basic functions
The class makes it possible to provide text spelling features without depending on the availability of PHP spelling extensions.
Manuel Lemos |
This class is meant to check the spelling of texts using only base PHP commands, thus not using any special purpose extension.
It uses a dictionary text file named 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.
 |
| Project record: |
spellchecker |
| Popularity score: |
25.1 |
| Vitality score: |
1.0 |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (67.9%) |
Good (92.9%) |
- |
Sufficient (78.6%) |
- |
- |
Not sure (51.1%) |
1252 |
| Month: |
Not yet rated by the users |
| Class |
Dependency |
Why it is needed |
| lib_dictionary |
Recommended |
Content: English wordlist |
| Link |
Description |
| Powerful Online spell checker! |
this program uses the spell checker class to find misspled words and also it gives suggestion for currect spelling. |

If you know an application of this package, send a message to the
author to add a link here.