words: add all the words in latest blogposts to the dictionary
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-05-18 07:10:27 -04:00
parent d042b3f75c
commit 2f042dadb7
33 changed files with 276 additions and 3 deletions

View File

@ -3,11 +3,43 @@ let ContentWord = ./types/ContentWord.dhall
let ParticleWord = ./types/ParticleWord.dhall
in { rootWords =
[ ./roots/lewa.dhall
[ ./roots/l_ewa.dhall
, ./roots/madsa.dhall
, ./roots/qate.dhall
, ./roots/qa_te.dhall
, ./roots/spalo.dhall
, ./roots/zasko.dhall
]
, particles = [] : List ParticleWord.Type
, particles =
[ ./particles/mi.dhall
, ./particles/mi_a.dhall
, ./particles/mi_o.dhall
, ./particles/ro.dhall
, ./particles/ro_a.dhall
, ./particles/ti.dhall
, ./particles/ta.dhall
, ./particles/tu.dhall
, ./particles/ka.dhall
, ./particles/ke.dhall
, ./particles/ku.dhall
, ./particles/lo.dhall
, ./particles/le.dhall
, ./particles/zo.dhall
, ./particles/ja.dhall
, ./particles/he.dhall
, ./particles/xu.dhall
, ./particles/ho.dhall
, ./particles/qi.dhall
, ./particles/gau.dhall
, ./particles/to.dhall
, ./particles/ra_o.dhall
, ./particles/so.dhall
, ./particles/na.dhall
, ./particles/na_o.dhall
, ./particles/nai.dhall
, ./particles/qu.dhall
, ./particles/qa.dhall
, ./particles/qo.dhall
, ./particles/qe.dhall
]
: List ParticleWord.Type
}

View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "gau"
, gloss = "nif"
, definition = "nif (dec 36)"
, family = "JA"
}

8
words/particles/he.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "he"
, gloss = "two"
, definition = "two"
, family = "JA"
}

8
words/particles/ho.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "ho"
, gloss = "four"
, definition = "four"
, family = "JA"
}

8
words/particles/ja.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "ja"
, gloss = "one"
, definition = "one"
, family = "JA"
}

8
words/particles/ka.dhall Normal file
View File

@ -0,0 +1,8 @@
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"
}

8
words/particles/ke.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "ke"
, gloss = "verb marker"
, definition = "explicitly marks following phrase as a verb"
, family = "KA"
}

8
words/particles/ku.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "ku"
, gloss = "object marker"
, definition = "explicitly marks following phrase as the object of the verb"
, family = "KA"
}

8
words/particles/le.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "le"
, gloss = "the"
, definition = "definite article"
, family = "LO"
}

8
words/particles/lo.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "lo"
, gloss = "a/an"
, definition = "indefinite article"
, family = "LO"
}

9
words/particles/mi.dhall Normal file
View File

@ -0,0 +1,9 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "mi"
, gloss = "me, I"
, definition = "the current speaker"
, family = "MI"
, usageExamples = [ "mi madsa lo spalo" ]
}

View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "mi'a"
, gloss = "we (system)"
, definition = "the system of the current speaker, inclusive"
, family = "MI"
}

View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "mi'o"
, gloss = "we (all)"
, definition = "any speaker, any listener and any others"
, family = "MI"
}

8
words/particles/na.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "na"
, gloss = "total negation"
, definition = "something other than, total negation"
, family = "NA"
}

View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "na'o"
, gloss = "scalar negation"
, definition = "the opposite of"
, family = "NA"
}

View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "nai"
, gloss = "particle negation"
, definition = "negation of a particular particle"
, family = "NA"
}

8
words/particles/qa.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "qa"
, gloss = "present tense"
, definition = "marks noun phrase / verb as present tense"
, family = "QA"
}

8
words/particles/qe.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "qe"
, gloss = "perfective aspect"
, definition = "marks noun phrase / verb as perfective, or completed"
, family = "QA"
}

8
words/particles/qi.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "qi"
, gloss = "five"
, definition = "five"
, family = "JA"
}

8
words/particles/qo.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "qo"
, gloss = "future tense"
, definition = "marks noun phrase / verb as future tense"
, family = "QA"
}

8
words/particles/qu.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "qu"
, gloss = "past tense"
, definition = "marks noun phrase / verb as past tense"
, family = "QA"
}

View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "ra'o"
, gloss = "some"
, definition = "some amount of/a few"
, family = "JA"
}

8
words/particles/ro.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "ro"
, gloss = "you"
, definition = "the listener"
, family = "MI"
}

View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "ro'a"
, gloss = "you (+ system)"
, definition = "the system of the listener"
, family = "MI"
}

8
words/particles/so.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "so"
, gloss = "how many?"
, definition = "how many/number question"
, family = "JA"
}

8
words/particles/ta.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "ta"
, gloss = "that"
, definition = "that (near listener)"
, family = "TI"
}

8
words/particles/ti.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "ti"
, gloss = "this"
, definition = "the currently referenced object near the speaker"
, family = "TI"
}

8
words/particles/to.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "to"
, gloss = "all"
, definition = "all/every"
, family = "JA"
}

8
words/particles/tu.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "tu"
, gloss = "that"
, definition = "that (far away)"
, family = "TI"
}

8
words/particles/xu.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "xu"
, gloss = "three"
, definition = "three"
, family = "JA"
}

8
words/particles/zo.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "zo"
, gloss = "zero"
, definition = "zero"
, family = "JA"
}