Skip to content
/ speller Public

Command-line speller implemented in C. Adapted from CS50

Notifications You must be signed in to change notification settings

JPN11/speller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Speller

Description

The Speller project is a simple spell-checker that checks the spelling of words in a given text. It utilizes a dictionary to verify the correctness of words and can be integrated into various applications requiring text input validation.

Usage

To compile the project, use the following command:

make

To run the spell-checker, execute:

./speller dict/dict [textfile]

Replace [textfile] with the path to the text file you want to check.

Make sure to have the necessary dependencies installed, such as gcc for compilation.

About

Command-line speller implemented in C. Adapted from CS50

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published