New spell(1) implementation for NetBSD
-
Updated
Oct 8, 2017 - C
New spell(1) implementation for NetBSD
Spell Checking and Correcting using a HashTable Implementation and the Edit Distance Algorithm in C
Speller is a program to spell-check words in english from a text. The program is written using pure C.
A basic spell checker written in C that reads a file of correctly spelled words and suggests corrections for misspelled words. The program uses a hashset to efficiently store and lookup words from the dictionary, improving the speed of spell checking and correction suggestions.
Add a description, image, and links to the spell-check topic page so that developers can more easily learn about it.
To associate your repository with the spell-check topic, visit your repo's landing page and select "manage topics."