misspeller

Crates.iomisspeller
lib.rsmisspeller
version0.1.2
sourcesrc
created_at2020-08-04 22:29:57.5911
updated_at2020-08-21 02:11:59.388537
descriptionTake a word and return a list of common spelling mistakes
homepage
repositoryhttps://github.com/andrew-johnson-4/misspeller
max_upload_size
id273034
size26,610
Andrew Johnson (andrew-johnson-4)

documentation

https://docs.rs/misspeller/

README

misspeller

Crates.IO Documentation Build Nightly Build Donate using Liberapay

Take correctly spelled words and return common spelling mistakes

Types of Common Mistakes (not all applicable to all languages)

  • ☑ Typo
  • ☑ Vowel Mistake
  • ☑ Consonant Mistake
  • ☑ Contraction Mistake
  • ☑ Phonetical Misspelling / Ateji
  • ☑ Symbolic Misspelling / look-alikes
  • ☑ Slurred Word
  • ☑ Missed or Misplaced Modifier (accent or other modifiers)
cargo install misspeller
misspeller [word]
Commit count: 27

cargo fmt