Skip to content

dmccloud/spellchecker9000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spellchecker9000

Spellchecker9000 is a simple, yet powerful spell checking tool that uses a dictionary to verify the spelling of words in a text file.

Setup

  1. Clone the repository: git clone https://github.com/dmccloud/spellchecker9000.git
  2. Navigate into the project directory: cd spellchecker9000
  3. Install the dependencies: npm install (Assuming Node.js and npm are already installed on your system)

Usage

to run the spellchecker, use the following command:

./spellchecker9000.ts <path-to-dicitonary-file> <path-to-text-file>

e.g.

./spellchecker9000.ts dictionary.txt text.txt

(assuming the dictionary file is named dictionary.txt and the text file is named text.txt and both files are in the same directory as the spellchecker9000.ts file)

About

It checks the spelling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published