*********************************************
** How to create a own dictionary database **
*********************************************

1) First, you need to install Ocaml for Windows.
   If not already done, please go the the http://caml.inria.fr/ site.
   This software is a free programming environment.
   Follow the instructions provided with the distribution.

2) Then, get a list of words in plain text format, WITH CARRIAGE RETURNS
   AND ACCENTS in the Unix format (I mean 1 character, and not 2 as it is under
   Windows with the CR/LF, and accents following the standard ASCII code standard).
   This file will be automatically sorted alphabetically, according to the ASCII code
   value of the characters (i.e '' is not after 'e' and before 'f'. '' is a
   character whose code is > 128, so it is after all the 'a', 'b', ... 'z' stuff. It
   is only required that no words appear several times (no doubles).

3) Just invoque

4) Now, the dictionary file you got should be usable directly for IDic and
   PocketMotus. You just have to transfer it onto your handled with the remote
   file explorer.

I know, this is a bit basic tool, but it will work very well, and I didn't
have force to make a smarter bat file :-))
So, enjoy.

     -- Franois

