diff --git a/words/dictionary.dhall b/words/dictionary.dhall index bd85f5a..33a4266 100644 --- a/words/dictionary.dhall +++ b/words/dictionary.dhall @@ -4,35 +4,58 @@ let ParticleWord = ./types/ParticleWord.dhall in { rootWords = [ ./roots/blanu.dhall + , ./roots/blodo.dhall , ./roots/brado.dhall , ./roots/brota.dhall + , ./roots/danma.dhall , ./roots/delja.dhall + , ./roots/fergo.dhall , ./roots/firgu.dhall + , ./roots/fi_xe.dhall , ./roots/flawo.dhall , ./roots/flego.dhall , ./roots/glowa.dhall , ./roots/grafa.dhall , ./roots/grama.dhall + , ./roots/helbo.dhall , ./roots/hetlo.dhall + , ./roots/jaflo.dhall + , ./roots/jexlo.dhall , ./roots/kirta.dhall - , ./roots/mamta.dhall + , ./roots/kwaro.dhall , ./roots/l_ewa.dhall + , ./roots/li_li.dhall , ./roots/madsa.dhall + , ./roots/mamta.dhall + , ./roots/mlato.dhall + , ./roots/modlo.dhall , ./roots/n_ixu.dhall + , ./roots/nlaro.dhall , ./roots/patfu.dhall , ./roots/pu_ro.dhall , ./roots/qalno.dhall + , ./roots/qanmu.dhall , ./roots/qanro.dhall , ./roots/qa_te.dhall + , ./roots/qinmu.dhall + , ./roots/qonmu.dhall + , ./roots/renma.dhall + , ./roots/retna.dhall , ./roots/sistu.dhall , ./roots/spalo.dhall , ./roots/spiro.dhall + , ./roots/sposu.dhall + , ./roots/stugi.dhall , ./roots/te_ra.dhall + , ./roots/ti_ko.dhall , ./roots/tunke.dhall + , ./roots/womjo.dhall , ./roots/wufra.dhall , ./roots/xekri.dhall + , ./roots/xitsa.dhall , ./roots/yeplo.dhall , ./roots/zasko.dhall + , ./roots/zlose.dhall ] , particles = [ ./particles/mi.dhall diff --git a/words/roots/blodo.dhall b/words/roots/blodo.dhall new file mode 100644 index 0000000..a1e00cc --- /dev/null +++ b/words/roots/blodo.dhall @@ -0,0 +1,3 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ word = "blodo", gloss = "long", definition = "is long" } diff --git a/words/roots/danma.dhall b/words/roots/danma.dhall new file mode 100644 index 0000000..1bdc0b4 --- /dev/null +++ b/words/roots/danma.dhall @@ -0,0 +1,7 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "danma" + , gloss = "animal" + , definition = "is an animal" + } diff --git a/words/roots/fergo.dhall b/words/roots/fergo.dhall new file mode 100644 index 0000000..f08ef7d --- /dev/null +++ b/words/roots/fergo.dhall @@ -0,0 +1,7 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "fergo" + , gloss = "thick" + , definition = "is thick in dimension" + } diff --git a/words/roots/fi_xe.dhall b/words/roots/fi_xe.dhall new file mode 100644 index 0000000..f25c93a --- /dev/null +++ b/words/roots/fi_xe.dhall @@ -0,0 +1,7 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "fi'xe" + , gloss = "fish" + , definition = "is a fish (kind of animal)" + } diff --git a/words/roots/helbo.dhall b/words/roots/helbo.dhall new file mode 100644 index 0000000..210170f --- /dev/null +++ b/words/roots/helbo.dhall @@ -0,0 +1,7 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "helbo" + , gloss = "heavy" + , definition = "is heavy/has a lot of weight" + } diff --git a/words/roots/jaflo.dhall b/words/roots/jaflo.dhall new file mode 100644 index 0000000..c0dd199 --- /dev/null +++ b/words/roots/jaflo.dhall @@ -0,0 +1,7 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "jaflo" + , gloss = "bird" + , definition = "is a bird/avian" + } diff --git a/words/roots/jexlo.dhall b/words/roots/jexlo.dhall new file mode 100644 index 0000000..7b11b79 --- /dev/null +++ b/words/roots/jexlo.dhall @@ -0,0 +1,3 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ word = "jexlo", gloss = "tree", definition = "is a tree" } diff --git a/words/roots/kwaro.dhall b/words/roots/kwaro.dhall new file mode 100644 index 0000000..18fb8e5 --- /dev/null +++ b/words/roots/kwaro.dhall @@ -0,0 +1,7 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "kwaro" + , gloss = "wide" + , definition = "is wide/broad" + } diff --git a/words/roots/li_li.dhall b/words/roots/li_li.dhall new file mode 100644 index 0000000..0ed211c --- /dev/null +++ b/words/roots/li_li.dhall @@ -0,0 +1,7 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "li'li" + , gloss = "small" + , definition = "is small/tiny/little" + } diff --git a/words/roots/mlato.dhall b/words/roots/mlato.dhall new file mode 100644 index 0000000..d58a3ce --- /dev/null +++ b/words/roots/mlato.dhall @@ -0,0 +1,7 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "mlato" + , gloss = "cat" + , definition = "is a cat/feline" + } diff --git a/words/roots/modlo.dhall b/words/roots/modlo.dhall new file mode 100644 index 0000000..6833849 --- /dev/null +++ b/words/roots/modlo.dhall @@ -0,0 +1,7 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "modlo" + , gloss = "thin" + , definition = "is thin in dimension" + } diff --git a/words/roots/nlaro.dhall b/words/roots/nlaro.dhall new file mode 100644 index 0000000..794fc8f --- /dev/null +++ b/words/roots/nlaro.dhall @@ -0,0 +1,3 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ word = "nlaro", gloss = "narrow", definition = "is narrow" } diff --git a/words/roots/qanmu.dhall b/words/roots/qanmu.dhall new file mode 100644 index 0000000..b87130e --- /dev/null +++ b/words/roots/qanmu.dhall @@ -0,0 +1,7 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "qanmu" + , gloss = "man" + , definition = "is a man (gender, not always genetically)" + } diff --git a/words/roots/qinmu.dhall b/words/roots/qinmu.dhall new file mode 100644 index 0000000..7593ea3 --- /dev/null +++ b/words/roots/qinmu.dhall @@ -0,0 +1,7 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "qinmu" + , gloss = "female" + , definition = "is female (gender, not always genetically)" + } diff --git a/words/roots/qonmu.dhall b/words/roots/qonmu.dhall new file mode 100644 index 0000000..18758d1 --- /dev/null +++ b/words/roots/qonmu.dhall @@ -0,0 +1,8 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "qonmu" + , gloss = "non-binary" + , definition = + "is non-binary/not defined by commonly used binary systems of classification" + } diff --git a/words/roots/renma.dhall b/words/roots/renma.dhall new file mode 100644 index 0000000..a316bd9 --- /dev/null +++ b/words/roots/renma.dhall @@ -0,0 +1,7 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "renma" + , gloss = "person" + , definition = "is a person (not always implied to be human)" + } diff --git a/words/roots/retna.dhall b/words/roots/retna.dhall new file mode 100644 index 0000000..7913bd3 --- /dev/null +++ b/words/roots/retna.dhall @@ -0,0 +1,3 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ word = "retna", gloss = "snake", definition = "is a snake" } diff --git a/words/roots/sposu.dhall b/words/roots/sposu.dhall new file mode 100644 index 0000000..1204ec1 --- /dev/null +++ b/words/roots/sposu.dhall @@ -0,0 +1,7 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "sposu" + , gloss = "spouse" + , definition = "is a/the spouse of" + } diff --git a/words/roots/stugi.dhall b/words/roots/stugi.dhall new file mode 100644 index 0000000..c17af52 --- /dev/null +++ b/words/roots/stugi.dhall @@ -0,0 +1,3 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ word = "stugi", gloss = "stick", definition = "is a stick" } diff --git a/words/roots/ti_ko.dhall b/words/roots/ti_ko.dhall new file mode 100644 index 0000000..f64e409 --- /dev/null +++ b/words/roots/ti_ko.dhall @@ -0,0 +1,3 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ word = "ti'ko", gloss = "child", definition = "is a child" } diff --git a/words/roots/womjo.dhall b/words/roots/womjo.dhall new file mode 100644 index 0000000..9a5d7d2 --- /dev/null +++ b/words/roots/womjo.dhall @@ -0,0 +1,7 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "womjo" + , gloss = "worm" + , definition = "is a worm/earthworm" + } diff --git a/words/roots/xitsa.dhall b/words/roots/xitsa.dhall new file mode 100644 index 0000000..5edccfd --- /dev/null +++ b/words/roots/xitsa.dhall @@ -0,0 +1,7 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "xitsa" + , gloss = "short" + , definition = "is short/of little length" + } diff --git a/words/roots/zlose.dhall b/words/roots/zlose.dhall new file mode 100644 index 0000000..70ec86c --- /dev/null +++ b/words/roots/zlose.dhall @@ -0,0 +1,7 @@ +let ContentWord = ../types/ContentWord.dhall + +in ContentWord::{ + , word = "zlose" + , gloss = "louse" + , definition = "is a louse/flea" + }