|
let ParticleWord = ../types/ParticleWord.dhall
|
|
|
|
in ParticleWord::{
|
|
, word = "hoi"
|
|
, gloss = "relative clause"
|
|
, definition =
|
|
"creates a relative/descriptive clause giving more context to a given noun phrase, arguments should be verbs"
|
|
, family = "HOI"
|
|
}
|