Skip to content

ruancarllo/spell-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This small algorithm for spell-checking a text file is an experiment proposed by the CS50: Introduction to Computer Science course, adapted to the object-oriented realities of the Dart language, based on the idea of a character tree.

Usage with example files

To test the software execution, open the source folder of this project in your terminal and run the following command:

dart main.dart

Demonstration in terminal

The following image represents the completion of the program execution in a command line:

Demonstration image in terminal

About

A character tree-based spelling correction algorithm

Topics

Resources

License

Stars

Watchers

Forks

Languages