The preceding sections on the lexical database treat the structure of a lexicon during elaboration. A dictionary bears a complicated relation to the lexical database from which it is output:

  1. Of the set of records of the lexical database, only a proper subset is exported into the dictionary. Those entries of the database that shall make up (the entry list of) the dictionary are selected according to criteria dealt with in the section on lemma selection. This is essentially done manually. Technically, a mark is set in a field of the selected entries. The data type of the field is boolean, the significance of the variable is ‘print (y/n)’.
  2. Of the set of fields making up a record of the lexical database, only a proper subset is exported into the dictionary. For instance, the methodology fields in the microstructure are normally not printed. Those fields that shall make up (the microstructure of) a dictionary entry are selected.
  3. Homonym numbering is redone for the selected entries.
  4. The layout of the microstructure of the dictionary is defined. This concerns To repeat, none of this material or markup appears in the lexical database.
  5. An export template is defined that produces the desired layout in the output file.
  6. In a multilingual (including bilingual) dictionary, the export template should mark the language of each element of an entry. This is needed, among other things, for proper automatic word separation.
  7. The selected entries are sorted according to a subset of the fields contained. For a general dictionary, relevant sorting criteria are:
    1. the lemma,
    2. the homonym number,
    3. the part of speech.
  8. If the readings of a polysemous expression constitute database entries of their own, they must be combined into a complex entry during the confection of the dictionary file. See the corresponding section.

Naturally one wants to automatize these processes as much as possible. At the present state of the art of data processing, much manual work remains to be done, anyway.