Skip to content

A distributed spell checker capable of auto correcting large amounts of text efficiently.

Notifications You must be signed in to change notification settings

smessing/Distributed-Spell-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Spellchecker

Based on Peter Norvig's essay How to Write a Spelling Corrector, this is a spelling corrector. It's programmed in Java. For now, the model does quite poorly (it's a naive, non-contextual model):

Words tested: 265, percent correct: 0.618868, time taken: 420 milliseconds, 0.630952 ms/word

About

A distributed spell checker capable of auto correcting large amounts of text efficiently.

Resources

Stars

Watchers

Forks

Packages

No packages published