Hi,

2009/1/23 Christoph Lutz <[email protected]>:
> Hi Cor, Hi Marcin, Hi André,
>
> thanks for your answers. I'm happy to see that the limit of entries in
> the user dictionary has been increased in OOo 3.0.1 to 30000. I also
> agree with Marcin and André that the dictionary extensions supported
> since OOo 3.0.0 would be a better solution for my problem.
> Unfortunately we still have OOo 2.4.x installed on the most of our
> systems, so none of the two solutions could help in this case. As
> there are only a view people complaining about our current solution
> (the 3 user dictionary files), I think there is currently no pressing
> need to search for another workaround and it's worth to wait until OOo
> 3 has reached munich :-).

You can extend the de_DE.dic file of your installations with your word list.
The German dictionary is open source, and you don't need to modify the
first line (approximate word count) of the de_DE.dic, simply copy your
word list to the end of the file (in the same encoding). (Other
methods for OOo 2.4: I believe, you can use multiple definitions in
the old dictionary.lst configuration file to the same locale:
DICT de DE de_DE
DICT de DE  your_wordlist
Copy your_wordlist.dic (your word list) and your_wordlist.aff (an
empty file or the copy of de_DE.aff, if you need Unicode encoding, use
SET UTF-8 instead of the default ISO8859-1) to the folder of the
dictionary.lst of your installation. Maybe you don't need double DICT
in the dictionary.lst, if you want to install your dictionary to the
personal Openoffice.org folders of your installations. If I right
remember, OOo 2.4 can use both of system-wide (full de_DE) and the
personal (your words) dictionaries.

Best regards,
László

>
> 2009/1/22 André Schnabel <[email protected]>:
>> regular hunspell dictionaries are not limited to this. Can you dump the Word
>> dictionaries to a simple ascii wordlist? If you like, you can send this to
>> me and I'll wrap it in an extension. The structure should be easy to
>> understand.
>
> thanks for this offer. May be I will ask you later on how to create a
> hunspell dictionary when I try to create such a dictionary extension
> (I guess that a hunspess dictionary is more performant than the plain
> text dict-Files !?).
>
>> Or .. reading your macro code, it should be enough to place a test.aff file
>> beside your test.dic. The test.aff file needs only to define the correct
>> encodingforyour dictionary. Put this in a dicitonary extension and deploy
>> this to all users.
>
> yes, this should work, too. I also noticed, that dict files in other
> dictionary extensions contain more than 2000 words and the structure
> of this file is very simple. So it could be a workaround to create a
> dict file with standard unix tools and drop down the idea of using the
> OOo-API.
>
> best regards,
> Christoph
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to