🧙 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
SpellChecker Reads a Dictionary file and test your file against it
A spellchecker implemented using a probabilistic data structure
Spell Checking and Correcting using a HashTable Implementation and the Edit Distance Algorithm in C
Implementações de algoritmos de corretor ortográfico para disciplina e estrutura de dados.Spell check algorithm implementations for discipline and data structure.
Projeto final da disciplina Estrutura de Dados que visou desenvolver um corretor ortográfico.
Spell checker in C based on bk-tree and levenshtein distance
Spell checking using Damerau–Levenshtein distance
A Spell Checker that compares words stored in a Hash Table (made with C)
This project is a development of a spell-checking program, "Speller," leveraging the efficiency of hash tables.
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.
Two functions for text files - Search and Replace and Spell Checker
Add a description, image, and links to the spellchecker topic page so that developers can more easily learn about it.
To associate your repository with the spellchecker topic, visit your repo's landing page and select "manage topics."