Skip to content

Instantly share code, notes, and snippets.

@vadimkantorov
Created January 30, 2024 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vadimkantorov/8e320188ff03541ed1d0fcf8c886f42d to your computer and use it in GitHub Desktop.
Save vadimkantorov/8e320188ff03541ed1d0fcf8c886f42d to your computer and use it in GitHub Desktop.
Examples of using aspell, hunspell etc
printf "Привет, bonjour, hello\nasdasd" > test.txt
sudo apt install hunspell hunspell-ru hunspell-fr
hunspell -l -d en_US,ru_RU,fr_FR text.txt
sudo apt install aspell aspell-ru
aspell list --lang=ru < README.md
aspell check README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment