Skip to content

unnamedplay-r/spell-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

'speller.c' is a spell-checker at it's core. It loads a dictionary into memory, and then checks the inputted text against the dictionary to see if there are any misspellings. The data structure of choice is a trie. :)

About

A simple spell checker CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published