Fast spell checking of words into english dictionary
Spell checking made fast and easy via this fast and scalable spellchecker.
SpellChecker is a very fast way of checking the spelling of you documents.
For now, it takes a doc (eg .txt file) as an argument and outputs the misspelled words.
PROJECT STILL IN BETA soon versions will split working code and beta code
Reading from: src/example.txt
Numbers of words checked: 48
Numbers of words in dictionary: 354975
Misspelled words:
writtten
'text
deected
theee
'dont'
'dont
onkey
onkey
SpellChecker was originaly made for a coursework for CS50 in 2015 written in C at the time.
English dictionary from dwyl.
Numbers are not checked (like 1st ~ 1nd), and special characters are largely ignored, maybe there’s a better correction to provide using those.