Wordformparts
A wordformpart primarily connects a morph with a wordform, whereby the Index
column refers to the Morpho_Segments
of the wordform.
This "morph-in-a-wordform" can have multiple glosses (e.g. 1
and PL
).
Wordformparts are also used to model zero marking.
In that case, they contain no Morph_ID
and no Index
.
Inflections can refer to "zero" wordformparts the same way they refer to non-zero wordformparts associated with a morph.
WordformParts: wordformparts.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 |
|
Wordform_ID |
string |
The involved wordform. References wordforms.csv. |
|
Morph_ID |
string |
The involved morph. References morphs.csv. |
|
Index |
string |
Specifies the position of a morph in a wordform. | |
Gloss_ID |
list of string (separated by , ) |
The gloss the morph has in the wordform. References glosses.csv. |