9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
|
let ParticleWord = ../types/ParticleWord.dhall
|
||
|
|
||
|
in ParticleWord::{
|
||
|
, word = "ka"
|
||
|
, gloss = "subject marker"
|
||
|
, definition = "explicitly marks noun-phrase as the subject of the verb"
|
||
|
, family = "KA"
|
||
|
}
|