> Anyone know if it is possible to dump all of the words
> that "Word" uses into a specific file? For instance, I'd
> like to take the German or Spanish dictionary and create a
> word list from it.
Short answer: No.
1. It's protected intellectual property. (Owned by a variety of companies)
2. Some spell-checker lexicons are not purely word-lists but rely on
algorithms to concatenate words.

Signature
Mike Williams - Office MVP http://www.mvps.org/faq/
Please respond in the same thread on this newsgroup - not by email!
Include details of your application and Windows versions, plus any
service pack updates. Answers may also be found by reading recent
posts, checking the FAQs or searching the relevant Google archive at.
http://groups.google.com/groups?group=microsoft.public
If something doesn't make sense, it could be worse e.g.
http://www.rathergood.com/moon_song/
Clay - 15 Dec 2003 12:53 GMT
>-----Original Message-----
>> Anyone know if it is possible to dump all of the words
[quoted text clipped - 7 lines]
>2. Some spell-checker lexicons are not purely word-lists but rely on
>algorithms to concatenate words.
Thanks Mike,
Not the answer I wanted to hear, but oh well... Don't
suppose you know of any files available out there like
what I need??
Mike Williams [MVP] - 15 Dec 2003 20:27 GMT
> Not the answer I wanted to hear, but oh well... Don't
> suppose you know of any files available out there like
> what I need??
I haven't been looking recently, but one way to get started with what you
need is to start with a large corpus of text (tens of millions of words)
and use a simple script to extract all the unique words.