/rust-spell-checker

A Rust-powered command-line spell checker, including a recommendation system for misspelled words

Primary LanguageRust

Rust Spell Checker

A lightning-fast spell-checker, powered by Rust.

This spell-checker also contains a recommendation system for misspelled words, ranking the possible correct spellings in order of popularity.

Features

  • Speed
  • A recommendation system
  • Extra optimizations built-in

It can spell-check 2000 words in 0.49 seconds on average.

In Action

Here's rspell in action.

How To Get It

Compile it from source, and have fun!