Skip to content

This repository contains a program, that allows you to use a dictionary on (.txt) files, that outputs the misspelt words, whilst also providing the time to process the text.

Notifications You must be signed in to change notification settings

malkawimahdi/spell-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Dictionary

This repository contains a program that allows you to use a dictionary on (.txt) files that outputs the misspelt words while providing the time to process the text.

A GNU Make, Makefile has been provided. To compile the program, clone this repository, enter the directory, then:

mahdi@malkawimahdi:~$  make speller

Usage

The program generates the desired output as long as the arguments are valid.

mahdi@malkawimahdi:~$  ./speller /dictionaries/large /texts/aca/txt

The program will then output the misspelt words in the terminal within the text.

About

This repository contains a program, that allows you to use a dictionary on (.txt) files, that outputs the misspelt words, whilst also providing the time to process the text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages