Login   Register  
PHP Classes
elePHPant
Icontem

Spell Corrector

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of Felipe Ribeiro
Name: Felipe Ribeiro is available for providing paid consulting. Contact Felipe Ribeiro .
Packages: 2 Browse all classes by Felipe Ribeiro Browse all classes by
Country: Brazil Brazil - PHP jobs in Brazil
Age: 28
All time rank: 42739 in Brazil Brazil
Week rank: 134 Up9 in Brazil Brazil Up
Innovation award
Innovation award
Nominee: 1x

Winner: 1x


  Detailed description   Download .zip .tar.gz  
This class can be used to suggest the correct spelling of text similar to Google "Did you mean" but based on a pure PHP implementation of Peter Norvig correct spelling suggestion algorithm.

It takes a given word and returns a suggestion of the probable correct spelling of the word.

The class 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 array.

A sample training text document can be obtained from Peter Norvig site.

  Classes of Felipe Ribeiro  >  Spell Corrector  >  Download .zip .tar.gz  >  Support forum Support forum (3)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Spell Corrector
Base name: spellcorrector
Description: Suggest corrected spelling text in pure PHP
Version: 0.1
PHP version: 5.0
License: BSD License
All time users: 2916 users
All time rank: 1109
Week users: 10 users
Week rank: 196 Up
 
  Groups   Rate classes User ratings   Trackback   Applications   Files Files  

  Groups  
Group folder image Algorithms Numerical and statistical algorithms View top rated classes
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Text processing Manipulating and validating text data View top rated classes


  Innovation Award  
PHP Programming Innovation award winner
October 2008
Winner

Prize: One copy of the Zend Studio
Google provides spelling suggestions to search keywords that seem misspelled.

There is already a PHP class that uses that Google search feature to suggest corrections to given text strings that may be misspelled.

This class provides a a similar solution to Google "Did you mean" to suggest the correct spelling of words. It uses pure PHP code and does not require accessing remote site.

Manuel Lemos

  User ratings  
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Perfect (100.0%)
Good (93.8%)
Sufficient (68.8%)
-
-
-
Sufficient (66.2%)
390
Month:
Not yet rated by the users

  Trackback links  
Link Description
Building a PHP and MySQL search function I’ve been working on the search feature of komparison...
Você quis dizer com PHP Recentemente precisei implementar um sistema de correção ortográfica “à la Google”...

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Accessible without login Plain text file README Doc. README file
Plain text file SpellCorrector.php Class The class itself

Download all files: spellcorrector.tar.gz spellcorrector.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.