https://github.com/sigo/jetbrains-polish-dictionary
Polish dictionary for JetBrains' IDEs
https://github.com/sigo/jetbrains-polish-dictionary
dictionary jetbrains spelling
Last synced: 7 months ago
JSON representation
Polish dictionary for JetBrains' IDEs
- Host: GitHub
- URL: https://github.com/sigo/jetbrains-polish-dictionary
- Owner: sigo
- License: mit
- Archived: true
- Created: 2015-09-07T18:36:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T15:57:52.000Z (over 2 years ago)
- Last Synced: 2024-10-29T23:55:30.881Z (11 months ago)
- Topics: dictionary, jetbrains, spelling
- Language: Shell
- Homepage:
- Size: 9.71 MB
- Stars: 66
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Why deprecated? How can I get spellchecking?](#deprecated)
# JetBrains Polish dictionary
Polish dictionary for JetBrains' IDEs.
[The dictionary](http://www.sjp.pl/slownik/en/) contains more than 3 400 000 Polish words and is licensed under GPL, LGPL, MPL, CC SA and Apache.

## Deprecated
This repository is not anymore needed for Polish (or others) dictionaries. JetBrains added builtin support for spellchecking. And do it better. You can download dictionaries via `Settings -> Editor -> Natural Languages`. [Read more](https://www.jetbrains.com/help/webstorm/proofreading.html) (other JetBrains IDEs works same way).
You can however take a look [how extract `aspell` dictionary](/make.sh) - for other purposes, as plain txt file, one word per line.

## Compatibility
Dictionary should work for all JetBrains' IDEs. Tested on PyCharm and WebStorm.
## How to use
1. Download the [package with dictionary](https://github.com/sigo/jetbrains-polish-dictionary/archive/master.zip) (about 10MiB).
2. Extract downloaded file.
3. Open **Default settings** and/or **Settings** (for current project) in your JetBrains' IDE.
4. Select **Editor**.
5. Select **Spelling**.
6. Change tab to **Dictionary**.
7. Select **+** button.
8. Select the directory with downloaded dictionary.
9. Apply settings.If spell checking doesn't work, restart your IDE.
**Note:** IDE will use the extracted directory, so don't delete it.
**Note 2:** If you want possibility to pull changes, you need clone the repository instead of downloading the zip file.
## Requirements for generating dictionary
- bash
- aspell
- aspell-pl## Regenerate dictionary
```shell
./make.sh
```