Skip to content

This is a spell checker that uses multiple processes to spell check a given document. It was created for an OS Course (CS 4348).

Notifications You must be signed in to change notification settings

nyanshak/DistributedSpellCheck

Repository files navigation

Multi-Threaded Spell Checker

This program will return a list of misspelled words in a document according to a given dictionary. This program was made to demonstrate the use of sharing work among process for an Operating Systems Concepts course (CS 4348).

Usage: java SpellCheck #ofProcesses documentFile dictionaryFile

About

This is a spell checker that uses multiple processes to spell check a given document. It was created for an OS Course (CS 4348).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages