Skip to content

rangermeier/php-spellcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

This is an implementation of Norvig's spellchecker [1] based
on Joe Sander's port to PHP [2].

Main differences from Joe's try:
- the code is wrapped in an class
- it's working
- i rewired some of the algorhithms to be closer to what Norvig
  suggested

known shortcommings:
- it's slow
- it needs lots of RAM, i run it via the php-cli with a memory 
  limit of 512MB


[1] http://norvig.com/spell-correct.html
[2] http://soundofemotion.com/spellcorrect.txt

About

implementation of norvig's spellchecker in php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages