Whether word lists can be copyrighted (copywritten?) or not is an open question. In the US, at least, Feist v Rural may have some significance: http://en.wikipedia.org/wiki/Feist_v._Rural - to be able to copyright something, some originality or creativity is required. Collecting a list of words & arranging them alphabetically may not count. The Hunspell format isn't quite as simple as that, there is some grammatical information there too, but it is basically a simple alphabetical collection of words.
I also do not understand why a dictionary collector would think of licensing a dictionary in a format which is incompatible with the library's license. Hunspell is MPL/GPL/LGPL tri-licenced, so that it can be shipped with Firefox & OOo. Licensing the library differently (other than potentially BSD) doesn't make any sense to me.
OpenOffice developers asked the FSF licensing list the question, and the answer they got was that packaging dictionaries with the spelling engine is a "simple aggregation", which doesn't produce a derivative work - like a software distribution collecting programs - and as such the GPL doesn't apply. On the flip side, I asked Gervase Markham from Mozilla about this, and he said "regardless of whether we can distribute the GPL dictionaries with Firefox, we're very unlikely to, because clearly the authors didn't want that when they chose GPL", and respecting author wishes trumps all for them.
So, short answer: if you ship a GPL dictionary with some LGPL software, the whole lot might go to GPL. If you include it in a proprietary application, then the whole lot might go to GPL (or you're infringing).
But! Perhaps dictionaries, being simple collections of information, are not copyrightable, so perhaps you can legally ship them. Or, shipping dictionaries with the spell checker doesn't make a derivative work, but rather an aggregate work, which would mean the license wouldn't apply. But IANAL, and this is not legal advice.
Dave.