-
Notifications
You must be signed in to change notification settings - Fork 0
rangermeier/php-spellcheck
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published