Skip to content

machinaut/book-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

index.html
----------
My attempt to make a dictionary-based spellchecker based on Moby Dick.  General strategy is
to us the Levenshtein Distance as well as word frequency in the text.  I am NOT using common
english metaphones to catch soundslike equivalents, or using a map of a standard QWERTY keyboard.
Partially inspired by: http://aspell.net/man-html/Aspell-Suggestion-Strategy.html

cheat.php
---------
To someone that really loves a good algorithmic challenge, this feels like cheating.
But the duct-tape coder in me loves reusing code. And open source fan supports using
a great (well-used) GNU project.

Making the dictionary with aspell:
----------------------------------
run the build.sh script. read it for more info.

About

Spellchecker webapp. Reads book then corrects spelling based on that book.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages