Skip to content

A very basic spellchecker written in Rust using ratatui.

License

Notifications You must be signed in to change notification settings

chupsondev/spelchek.rs

Repository files navigation

test workflow status

spelchek.rs

This is a very small and simple spellchecker program I'm building in Rust using ratatui, with the goal of learning ratatui and also having fun with some algorithms.

Dictionary

The included dictionary (or rather list of words in the English language) is one from wordlist.aspell.net. It should be copied to $HOME/.spelchek/dict.txt in order for the program to recognise it (this can be done by running make dict).

About

A very basic spellchecker written in Rust using ratatui.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published