gloss |
Object
|
<optional>
|
The gloss for this word, in MultiLangString format. |
key |
String
|
<optional>
|
The uniquely identifying key for this word token, as a string. The key for a phrase consists of the abbreviation of the text, a period, the number of phrase within the text, another period, and then the number of this word within the phrase (indexing starts at 1). For example, for the fourth word of the third phrase of a text with the abbreviation `A`, the key would be `A.3.4`. Keys should be unique within a corpus. |
morphemes |
Array
|
|
An array of the morphemes or components in this word token. Each morpheme must be formatted as a Morpheme. May be an empty array. |
notes |
Array
|
<optional>
|
An array of notes about this word token. Each note must be in the Note format. |
transcription |
Object
|
|
The transcriptions for this word token, optionally in multiple orthographies, formatted as a MultiLangString. |
translation |
Object
|
<optional>
|
The translations for this word token, optionally in multiple orthographies, formatted as a MultiLangString. Note that the translation is not the same as a gloss. Use the translation field for free, natural language translations of a word; use the gloss field for Leipzig-style glosses only. |
url |
String
|
<optional>
|
The URL where this word token can be accessed. Must be a valid URI. |