ryaspeller
ryaspeller (Rust Yandex Speller) is a tool and library for searching typos in text, files and websites.
Used Yandex.Speller API. (restrictions)
Installation
Usage
- binary:
- library:
use Speller;
let speller = default;
let spelled = speller.spell_text.unwrap;
assert!;
Also there are available python and javascript versions of this speller.