🧙 A simple but very fast recursive source code spell checker made in C
-
Updated
Sep 17, 2023 - C
🧙 A simple but very fast recursive source code spell checker made in C
A spellchecker implemented using a probabilistic data structure
Spell Checking and Correcting using a HashTable Implementation and the Edit Distance Algorithm in C
hspell fork -- free Hebrew spellchecker and morphology engine.
Fast, pure C Trie dictionary
A compact and efficient C program to check for spellings in a given file using a given dictionary.
A program in C that spell-checks a file. It uses a hash table data structure to load and manage a dictionary with more than 100,000 words.
A spellchecking utility. Designed as an exercise for CS50x in 2014
This is simply a small console program that will prompt you a specified number of times to type a sentence correctly. It judges your speed, taking (words / time), and your accuracy, feeding the prompt and your input into the Demerau-Levenstein algorithm. This finds the minimum number of changes to make to change the one into the other.
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.
Add a description, image, and links to the spellcheck topic page so that developers can more easily learn about it.
To associate your repository with the spellcheck topic, visit your repo's landing page and select "manage topics."