‘Lexical relation’ is a cover term which comprises paradigmatic, in particular conceptual and formal, relations among lexemes.1 The relevant concepts are introduced in ‘Lexikalische Relationen’.

Semantic relations

Polysemy and homonymy

There are two notorious problems of lexical semantics and lexicography:

Both problems find an elegant and satisfactory solution in a lexicon which is implemented as a relational database. Naturally, homonymous items such as

1pawn goods deposited as security for a loan.
2pawn chessman of the least value.

constitute separate lexical entries just like heteronymous items. Polysemous items are commonly described within the microstructure of one entry. While this seems adequate for print dictionaries, there is a better solution for a lexical database.

At first glance, it might seem sufficient to enumerate the set of senses of a polysemous word in the field dedicated to the meaning definition (field #22 of the microstructure) of one lexical entry. However, a moment's reflection shows that that is not feasible. Polysemy is often related to other lexical differences, for instance in construction, in stylistic status and so on. And each of the senses is provided with its own example. This would lead to an entry structure more or less like this:

Agglomeration of senses in one field
lemmapeace
syntactic categoryabstract noun
constructions1 [~]NP; 2 [~]NP; 3 [~ with [X]NP ]NP
meanings1 state of calm and quiet; 2 freedom from disturbing thoughts or emotions; 3 state of concord
examples1 there was ~ in the country; 2 there I could work in ~; 3 we tried to live in ~ with each other

It is immediately clear that this would be extremely cumbersome to process both for the human user and for the DBMS.

Next one might think of a nesting infrastructure of the microstructure, where a set of fields that hang together is repeated in the microstructure of an entry. This is permitted in a free-field-structure database and leads to entries like this (the numbers are not in the record, but would be printed):

Nesting infrastructure
lemmapeace
syntactic categoryabstract noun
1construction[~]NP
meaningstate of calm and quiet
examplethere was ~ in the country
2construction[~]NP
meaningfreedom from disturbing thoughts or emotions
examplethere I could work in ~
3construction[~ with [X]NP ]NP
meaningstate of concord
examplewe tried to live in ~ with each other

Polysemous entries in print dictionaries do have such a structure. And some free-field-structure DBMSs like Shoebox/Toolbox are able to handle such structures to a certain extent. However, automatic processing of such records is still difficult; and the solution is not transferable to a relational database. There is, however, a more principled solution. It consists in hypostatizing each such sense of a polysemous item to a record of its own. These lexical entries, of course, have their lemma in common, but differ in the content of their field #22 and other fields.

Separate entries
lemmapeace
syntactic categoryabstract noun
sense n°0
construction
meaning
example
lemmapeace
syntactic category
sense n°1
construction[~]NP
meaningstate of calm and quiet
examplethere was ~ in the country
lemmapeace
syntactic category
sense n°2
construction[~]NP
meaningfreedom from disturbing thoughts or emotions
examplethere I could work in ~
lemmapeace
syntactic category
sense n°3
construction[~ with [X]NP ]NP
meaningstate of concord
examplewe tried to live in peace with each other

As the example shows, there is a generic entry, bearing sense n° 0, which has data in all those fields that the various senses have in common. The entries for the different senses, in turn, are not specified for that information, and instead contain data constituting their difference. The relatedness among all these entries is guaranteed by their common lemma (and, if necessary, its homonym number). The specific relation is coded in the sense numbers. In a relational database, these records are linked by these features. When the dictionary is printed, all records that are specified for a sense number are assembled under their lemma with sense number 0, and a structure much like the nesting infrastructure shown above is produced.

This means that polysemous items are treated formally very much like homonymous items. The difference between homonymy and polysemy resides in the fact that the entry of a sense of a polysemous word refers to a mother entry (sense #0) which represents the polysemous item as a whole, while there is no such link among homonyms. This intuitively reflects the nature of the distinction and can easily be revised while elaborating the lexicon.

This solution has the following advantages:

Synonymy

In the monolingual dictionary, synonymy of two entries must be made explicit. This is usually done towards the end of an entry, e.g.:

grasp take hold of sth. with one's hands. Syn.: seize.
...
seize take hold of sth. with one's hands. Syn.: grasp.

What is important here is that the relation is made explicit as such and must not be used in the meaning definition of the items concerned:

grasp seize.
...
seize grasp.

because that would render the definition system circular.

For synonymy in the bilingual dictionary, see the corresponding section.

Hyponomy and hyperonymy

Hyponymy is of particular importance for meanings expressed by nouns such as bird and heron. In principle, one can define hyponymy for adjectival, verbal and even adverbial meanings, too; but that problem may be foregone here.

Hyponymy plays a multiple role in lexicography. First, many lexical entries are in a hyponymy relation. The lexicographer uses this in at least two ways:

Quite a different problem is posed by taxonomies obtaining in the descriptive vocabulary. For instance, one field of a lexical database specifies the syntactic category of an item; another field specifies the semantic category. Syntactic and semantic categories, however, partake in hyponymy relations. The following, for instance, is a segment of the taxonomy of semantic categories:

  1. Perceptual
  2. Person
  3. Physical
    1. artefact
    2. celestial body
    3. somatic
      1. body part
        1. animal body part
        2. human body part
      2. desease
      3. function

The hyponymy relation is easily implemented in a relational database, as explained in the corresponding section. With some programming effort, one may then select all the lexical items that belong to a certain category, including any of its subcategories. The DBMS of a free field structure database, however, cannot be programmed in that way. Therefore the hierarchical information must here be expressed by the form of the category names. This is possible as follows:

  1. perceptual
  2. person
  3. physical
    1. physical_artefact
    2. physical_celestial_body
    3. physical_somatic
      1. physical_somatic_body_part
        1. physical_somatic_body_part_animal
        2. physical_somatic_body_part_human
      2. physical_somatic_desease
      3. physical_somatic_function

(The understrokes are necessary in systems like Toolbox, which would otherwise take the complex terms apart.) Ordering the database according to semantic categories is now a trivial task. One can also select all the items of a category at a given level of the taxonomy by formulating selection conditions like:

Co-hyponymy – contrast

Cohyponyms may be in a variety of specific relations to each other, of which at least the following are of interest:

Maintaining these relations in the database helps the lexicographer keep consistency and produce onomasiological reports. As in the case of synonymy, relevant cross-references may be printed at the end of a dictionary article.

Part-whole relation

The part-whole relation is relevant in a few lexical fields such as body parts, plant parts, artefacts. There it may even form a meronomy. The formal treatment of this relation is as for hyponymy.

Derivational relations

A derivational relation is one of word formation. It exists between a complex stem and its components, which are at least one stem – the base – and another component which is a stem in the case of compounding, but some dependent morpheme in the case of derivation proper.

In print dictionaries, derivational relations are often shown by nesting entries that share their base. See the section on macrostructure. In a lexical database, derivational relations between records are independent from the physical order of the records. They consist in mutual links between the complex stem and its two components.

Lexical relations in a database

Logically, a relation is something that connects two or more arguments. In that, it is distinct from a property, which applies to just one argument. One can convert a relation into a property. For instance, let the relation be ‘x is a hyperonym of y’. This may be converted into the notion ‘is a hyperonym of y’, which is a functional property applying to x.

Working with a database allows one to treat relations as relations, not as functional properties. For instance, the lexical entries x = high and y = low are connected by the relation ‘x is the antonym of y’. This is implemented as follows:

Database solution
relationalFor a biunique relation, e.g. antonymy, it suffices to have a field in the lexical entry itself (‘antonym ID’), which contains the lemma ID of the antonym.
For all other relations (such as hyponymy), one sets up a cross-table which contains, in one column, the left member of the relation, and in the other column, the right member of the relation, both represented by their lemma IDs.
free field structureThe record contains one field for each lexical relation. The field contains a set of hyperlinks to those lemmas which contract the relation in question.

Little wonder that the relational database brings out the idea of the relation more clearly than the free-field-structure database. In a relational database, one may then define a “report” that displays, for every lemma, the set of its hyponyms; and similarly for the other relations. This has, unfortunately, no counterpart in the free-field-structure database.


1 In principle, syntagmatic relations such as selection restrictions could be subsumed under ‘lexical relation’. This need not be discussed here.