When dictionaries or lexicons are encoded using CLDF's Dictionary
module,
each entry (a.k.a. headword, lemma, lemon's LexicalEntry) is stored as a row in the EntryTable
.
The EntryTable
of the Daakaka dictionary is described here:
https://github.com/dictionaria/daakaka/blob/v1.3/cldf/cldf-metadata.json#L45-L162
Like most dictionaries collected in Dictionaria, it provides a lot more information for each entry
than what is covered by the CLDF's default EntryTable
, e.g. encyclopedic information.
EntryTable: entries.csv
Name/Property | Datatype | Cardinality | Description |
---|---|---|---|
ID | string |
singlevalued | A unique identifier for a row in a table. To allow usage of identifiers as path components of URLs IDs must only contain alphanumeric characters, underscore and hyphen. |
Language_ID | string |
singlevalued | An identifier referencing a language either
References LanguageTable |
Headword | string |
singlevalued | The headword of a dictionary entry. |
Part_Of_Speech | string |
unspecified | The part-of-speech of a dictionary entry. |