Skip to content

Instantly share code, notes, and snippets.

@turboezh
Created October 12, 2018 11:56
Show Gist options
  • Save turboezh/163050eb70644c617fa50e3f14394956 to your computer and use it in GitHub Desktop.
Save turboezh/163050eb70644c617fa50e3f14394956 to your computer and use it in GitHub Desktop.
Russian spellcheck dictionary for JetBrains
#!/bin/bash
aspell --lang ru-yeyo dump master | aspell --lang ru expand | tr ' ' '\n' > russian.dic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment