https://github.com/ruancarllo/spell-checker
A character tree-based spelling correction algorithm
https://github.com/ruancarllo/spell-checker
algorithm spell-checker tree-structure
Last synced: 3 months ago
JSON representation
A character tree-based spelling correction algorithm
- Host: GitHub
- URL: https://github.com/ruancarllo/spell-checker
- Owner: ruancarllo
- License: mit-0
- Created: 2023-12-13T14:25:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T21:18:05.000Z (over 1 year ago)
- Last Synced: 2025-02-02T13:34:26.082Z (8 months ago)
- Topics: algorithm, spell-checker, tree-structure
- Language: Dart
- Homepage:
- Size: 1.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Spell-checker](https://github.com/ruancarllo/spell-checker) ·  
This small algorithm for spell-checking a text file is an experiment proposed by the [CS50: Introduction to Computer Science](https://pll.harvard.edu/course/cs50-introduction-computer-science) course, adapted to the object-oriented realities of the [Dart](https://dart.dev/) language, based on the idea of a character tree.
## Usage with example files
To test the software execution, open the [source](./source) folder of this project in your terminal and run the following command:
```shell
dart main.dart
```## Demonstration in terminal
The following image represents the completion of the program execution in a command line:
