Hunspell is used in many projects, therefore the dictionaries are widely spread and it can be a mess to find the newest ones. Here are web sites and direct links to Hunspell dictionaries.
The Hunspell dictionaries are often distributed in packages which are in fact Zip files. If yo want to use them you must extract the dictionaries.
The spell checker Hunspell needs two files:
Dictionary file with .DIC extension (e.g. en_us.dic)
Affix file with .AFF extension (e.g. en_us.aff)
The hyphenator Hyphen needs one file:
Dictionary File with .DIC extension (e.g. hyph_en_us.dic)
To distinguish between Hunspell and Hyphen dictionaries, the Hyphen dictionary names start with 'hyph_' by convention.
The thesaurus MyThes needs two files:
Data file with .DAT extension (e.g. th_en_us.dat)
Index file with .IDX extension (e.g. th_en_us.idx)
Open Office provides two main resources for dictionaries. The dictionary extensions for Open Office version 3.0 and above and the older dictionaries for Open Office 2.x/>
In fact the Open Office extension files (.OXT) are Zip files. To get the dictionaries you must unzip the .OXT file.
The Firefox add-ons (.XPI) are in fact Zip files. To get the dictionaries you must unzip the .XPI file.
The Thunderbird add-ons (.XPI) are in fact Zip files. To get the dictionaries you must unzip the .XPI file.
News
20.07.2010NHunspell Version 0.9.6
Hunspell 1.2.12 and Hyphen 2.5 is supported.
29.03.2010NHunspell Version 0.9.4
Hunspell 1.2.9 and Hyphen 2.5 is supported. MyThes is reimplemented in C#.
01.11.2009NHunspell Documentation
The NHunspell documentation is online available (MSDN style).
28.10.2009NHunspell Version 0.9.2
The new Release of NHunspell supports Spell Checking, Hyphenation and has a Thesaurus.
03.08.2009jQuery Background Canvas Plugin
The jQuery Background Canvas Plugin Documentation is available as PDF file.
27.04.2009Refactoring of the Spell Checker NHunpell
the .NET spell checker NHunspell is refactored to support dynamically binding on the native 32bit and 64bit Hunspell libraries.
26.02.2009.NET Spell Checker NHunspell
Maierhofer Software created a .NET wrapper for the OpenOffice spell checker Hunspell.