French, German and Spanish dictionaries for the NetBeans online spellchecker
By Jonathan Lermitage on Sunday 11 September 2011, 16:42 - NetBeans IDE - Permalink
Hi everyone,
Here are my three first plugins for NetBeans 6.9.x and 7.0.x : dictionaries files for the online spellchecker. It works like the English dictionaries plugin that you can download from the Plugin Manager.
You'll find my plugins in the Plugin Portal
update center (already registered in NetBeans), or via the plugins.netbeans.org website.
- Spellchecker French Dictionaries : ~600.000 words, validated for NetBeans 6.9.x and 7.0.x, so you can find it directly in the Plugin Manager.
You still can download it from : http://plugins.netbeans.org/plugin/39635/spellchecker-french-dictionaries. -
Spellchecker German Dictionaries : ~298.000 words, still under validation.
You can download it from http://plugins.netbeans.org/plugin/39636/spellchecker-german-dictionaries. -
Spellchecker Spanish Dictionary : ~600.000 words, validated for NetBeans 7.0.x, so you can find it directly in the Plugin Manager. The NetBeans 6.9.x version is still under validation.
You can download it from http://plugins.netbeans.org/plugin/39759/spellchecker-spanish-dictionary.
Please read the installation instructions provided in the plugins.netbeans.org pages before trying them.
Finally, don't hesitate to send me suggestions or additional word lists to complete these dictionaries ;)
Comments
Hi,
I was wondering how you add the dictionary file into an nbm module? I would like to create modules for other languages, but I have no idea how to do it. I have an empty module and I have a word-list file, how do I tell Netbeans to create nbm with the word-list.
Thanks
Jirka
Hi,
I'll try to publish a tutorial as soon a possible.
My dictionaries plugins are based on the existing English dictionary plugin (you can get it from the main Mercurial repository of Netbeans : hg.netbeans.org) :
aspell --lang=en_US --master=en_US dump master), sort it and set file encoding to UTF-8