words: add more root words
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-05-25 20:14:20 -04:00
parent 067e190ad6
commit 4dfcd72caa
21 changed files with 114 additions and 0 deletions

View File

@ -9,27 +9,40 @@ in { rootWords =
, ./roots/brota.dhall
, ./roots/danma.dhall
, ./roots/delja.dhall
, ./roots/dextu.dhall
, ./roots/fawzo.dhall
, ./roots/fergo.dhall
, ./roots/firgu.dhall
, ./roots/fi_xe.dhall
, ./roots/flawo.dhall
, ./roots/flego.dhall
, ./roots/futjo.dhall
, ./roots/genza.dhall
, ./roots/glowa.dhall
, ./roots/grafa.dhall
, ./roots/grama.dhall
, ./roots/hafto.dhall
, ./roots/helbo.dhall
, ./roots/hetlo.dhall
, ./roots/hu_te.dhall
, ./roots/jaflo.dhall
, ./roots/jandi.dhall
, ./roots/jexlo.dhall
, ./roots/jifto.dhall
, ./roots/kligo.dhall
, ./roots/kirta.dhall
, ./roots/kwaro.dhall
, ./roots/l_ewa.dhall
, ./roots/lifta.dhall
, ./roots/li_li.dhall
, ./roots/lorne.dhall
, ./roots/lufta.dhall
, ./roots/madsa.dhall
, ./roots/mamta.dhall
, ./roots/mlato.dhall
, ./roots/modlo.dhall
, ./roots/n_ixu.dhall
, ./roots/ni_he.dhall
, ./roots/nlaro.dhall
, ./roots/patfu.dhall
, ./roots/pu_ro.dhall
@ -41,6 +54,8 @@ in { rootWords =
, ./roots/qonmu.dhall
, ./roots/renma.dhall
, ./roots/retna.dhall
, ./roots/ristu.dhall
, ./roots/rosgi.dhall
, ./roots/sistu.dhall
, ./roots/spalo.dhall
, ./roots/spiro.dhall
@ -48,14 +63,19 @@ in { rootWords =
, ./roots/stugi.dhall
, ./roots/te_ra.dhall
, ./roots/ti_ko.dhall
, ./roots/tulpa.dhall
, ./roots/tunke.dhall
, ./roots/txana.dhall
, ./roots/wogno.dhall
, ./roots/womjo.dhall
, ./roots/wufra.dhall
, ./roots/xekri.dhall
, ./roots/xitsa.dhall
, ./roots/xu_zo.dhall
, ./roots/yeplo.dhall
, ./roots/zasko.dhall
, ./roots/zlose.dhall
, ./roots/_amwo.dhall
]
, particles =
[ ./particles/mi.dhall

3
words/roots/_amwo.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "'amwo", gloss = "love", definition = "to love" }

7
words/roots/dextu.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "dextu"
, gloss = "meat"
, definition = "is meat/flesh"
}

3
words/roots/fawzo.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "fawzo", gloss = "skin", definition = "is skin/bark" }

3
words/roots/futjo.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "futjo", gloss = "tail", definition = "is a tail" }

7
words/roots/genza.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "genza"
, gloss = "root"
, definition = "is a root (body part of a plant)"
}

3
words/roots/hafto.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "hafto", gloss = "egg", definition = "is an egg" }

3
words/roots/hu_te.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "hu'te", gloss = "fruit", definition = "is a fruit" }

3
words/roots/jandi.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "jandi", gloss = "grass", definition = "is grass" }

3
words/roots/jifto.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "jifto", gloss = "fat", definition = "is fat" }

7
words/roots/kligo.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "kligo"
, gloss = "rope"
, definition = "is a rope/cord"
}

3
words/roots/lifta.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "lifta", gloss = "leaf", definition = "is a leaf" }

3
words/roots/lorne.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "lorne", gloss = "horn", definition = "is a horn" }

7
words/roots/lufta.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "lufta"
, gloss = "feather"
, definition = "is a feather"
}

3
words/roots/ni_he.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "ni'he", gloss = "blood", definition = "is blood" }

8
words/roots/ristu.dhall Normal file
View File

@ -0,0 +1,8 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "ristu"
, gloss = "network"
, definition =
"is a network/graph/transportation system/distribution system"
}

7
words/roots/rosgi.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "rosgi"
, gloss = "flower"
, definition = "is a flower (plant body part)"
}

7
words/roots/tulpa.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "tulpa"
, gloss = "construct"
, definition = "to build/construct"
}

8
words/roots/txana.dhall Normal file
View File

@ -0,0 +1,8 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "txana"
, gloss = "node"
, definition =
"is a station/node of/in/on a network/graph/transportation system/distribution system"
}

3
words/roots/wogno.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "wogno", gloss = "bone", definition = "is bone" }

3
words/roots/xu_zo.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "xu'zo", gloss = "seed", definition = "is a seed" }