/spell-checker

A Spell Checker program, highlighting its utility in verifying word spellings and offering corrections for misspelled words in text documents.

Primary LanguageCMIT LicenseMIT

Spell Checker

Design and development of spell checker application using a procedural computer programming language.

Table of contents

Introduction

Using this application, we can check English language word spellings.

Learn more about Alogrithm.

Course Information

  • Course Name: C PROGRAMMING AND DATA STRUCTURES
  • Course Code: 15CS1001
  • Course Credits: 5
  • Academic Year: 2015 - 16

C concepts

Variable Declaration, Definition, Scope, Data Types, Input/ Output, Operators, Arrays & Strings variables, Conditional statements, Functions, and File Handling

Programming Languages

  • C Language
  • Shell Scripting

Project status

Completed

Installation

Get repository

git clone https://github.com/msaf9/spell-checker.git
cd spell-checker

Compile and run

How to compile & run using cmd?

cd src/main/
gcc SpellCheckerProject.c
gcc -o spellChecker SpellCheckerProject.c
spellChecker.exe

How to run using Shell?

sh run.sh

License

MIT LICENSE