Czech Language Spell Checker

Hi everyone, I am thoroughly enjoying my experience with PyCharm, but I ran into a small issue, I would love to use the PyCharm spell checker for my comments, but I can't seem to find a compatible Czech dictionary... any hints or help would be very much appreciated. Thank you.
2
Avatar
Permanently deleted user
Huh, just found one here:
http://www.winedt.org/Dict/

- use the UTF8 version.
-2
Avatar
Permanently deleted user
As I refused to convert the winedt dictionary to PyCharm compatible format, I found it easier to export the Aspell dictionary with:

aspell -l cs dump master | aspell -l cs expand | tr ' ' '\n' > cs.dic

and then also:
cat cs.dic | iconv -f utf8 -t ascii//TRANSLIT//IGNORE > cs_ascii.dic

Just for anyone running into the same problem.
3
Avatar
Permanently deleted user


cat cs.dic | iconv -f utf8 -t ascii//TRANSLIT//IGNORE > cs_ascii.dic

 

 

___________

-1
Avatar
Permanently deleted user

Such shame, Czech company and they still don't have a Czech dictionary available for download

3

@... Exactly, I could not believe my eyes when I wanted to add Czech under Natural Languages. I think it's the market size deciding, but still...

0

Hi, 

I'm sorry that Czech language is not available for the spell checking - please support a feature request with your vote https://youtrack.jetbrains.com/issue/IDEA-280151

1

It is very disappointing that they are a Czech company but don't have the language. For some reason they have slovak though, so it's definitely not market size that's the issue. :/

1

请先登录再写评论。