10 lines
246 B
Plaintext
10 lines
246 B
Plaintext
|
let ParticleWord = ../types/ParticleWord.dhall
|
||
|
|
||
|
in ParticleWord::{
|
||
|
, word = "ko"
|
||
|
, gloss = "end of noun phrase"
|
||
|
, definition =
|
||
|
"explicitly ends a noun phrase when the grammar is otherwise ambiguous"
|
||
|
, family = "KO"
|
||
|
}
|