Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 334 Bytes

File metadata and controls

9 lines (5 loc) · 334 Bytes

Spell Checker by Edgar Sanchez

Version 1.0

Command line based spell checker program that searches through a text file and checks each word against a list of words in a dictionary file.

Upon completion, returns the total number of misspelled words and a list of the words themselves.

Usage: speller [dictionary] text