Spell Checking and Correcting using a HashTable Implementation and the Edit Distance Algorithm in C
-
Updated
Nov 15, 2017 - C
Spell Checking and Correcting using a HashTable Implementation and the Edit Distance Algorithm in C
A console program to check the spelling of each word in the provided sentence, it also provide three suggestion for each one using successor and predecessor.
"Свежий Взгляд" (http://kirsanov.com/fresheye/) ancient mid-90s C program revival
A command-line program that loads a dictionary file into memory and constructs a hash table using the djb2 Hash Function, which is then used to spell-check text and print all misspelled words to the user.
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see http://wiki.postgresql.org/wiki/Submitting_a_Patch
Add a description, image, and links to the spelling topic page so that developers can more easily learn about it.
To associate your repository with the spelling topic, visit your repo's landing page and select "manage topics."