Lexemes
Lexemes are abstract collections of stems and their associated inflected forms.
LexemeTable: lexemes.csv
Name/Property | Datatype | Cardinality | Description |
---|---|---|---|
ID | string |
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. Primary key |
|
Language_ID | string |
A reference to a language (or variety) the lexeme belongs to | |
Name | string |
A title, name or label for an entity. |
|
Description | string |
A human-readable description | |
Part_Of_Speech | string |
The part-of-speech of dictionary entry. |
|
Parameter_ID |
list of string (separated by ; ) |
A reference to the meaning denoted by the lexeme. | |
Comment | string |
A human-readable comment on a resource, providing additional context. |
|
Paradigm_View |
json |
A dict with 'x' and 'y' keys containing lists of derivational category IDs. | |
Source | list of string (separated by ; ) |
List of source specifications, of the form <source_ID>[], e.g. http://glottolog.org/resource/reference/id/318814[34], or meier2015[3-12] where meier2015 is a citation key in the accompanying BibTeX file. |