Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msaf9/spell-checker
A Spell Checker program, highlighting its utility in verifying word spellings and offering corrections for misspelled words in text documents.
https://github.com/msaf9/spell-checker
c
Last synced: about 7 hours ago
JSON representation
A Spell Checker program, highlighting its utility in verifying word spellings and offering corrections for misspelled words in text documents.
- Host: GitHub
- URL: https://github.com/msaf9/spell-checker
- Owner: msaf9
- License: mit
- Created: 2020-06-28T10:15:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T18:09:00.000Z (7 months ago)
- Last Synced: 2024-04-14T08:05:17.825Z (7 months ago)
- Topics: c
- Language: C
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spell Checker
Design and development of spell checker application using a procedural computer programming language.Table of contents
- [Introduction](#introduction)
- [Course Information](#course-information)
- [C concepts](#c-concepts)
- [Programming Languages](#programming-languages)
- [Project status](#project-status)
- [Installation](#installation)
- [Get repository](#get-repository)
- [Compile and run](#compile-and-run)
- [How to compile \& run using cmd?](#how-to-compile--run-using-cmd)
- [How to run using Shell?](#how-to-run-using-shell)
- [License](#license)## Introduction
Using this application, we can check English language word spellings.
Learn more about [Alogrithm](resources/ALGORITHM.md).
### 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
git clone https://github.com/msaf9/spell-checker.git
cd spell-checker
```### Compile and run
### How to compile & run using cmd?
```c
cd src/main/
gcc SpellCheckerProject.c
gcc -o spellChecker SpellCheckerProject.c
spellChecker.exe
```### How to run using Shell?
```sh
sh run.sh
```## License
[MIT LICENSE](LICENSE)