{-# LANGUAGE OverloadedStrings #-}
module Study.Courses.English.Grammar.Introduction.Vocabulary where
import Core
vocabulary1 :: Vocabulary
vocabulary1 :: Vocabulary
vocabulary1 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
Text
"dunda", Text
"pelxu", Text
"zdani"
]
[
Text
"mi", Text
"do",
Text
"ti", Text
"ta"
]
[
]
vocabulary1_cumulative :: Vocabulary
vocabulary1_cumulative :: Vocabulary
vocabulary1_cumulative = Vocabulary
vocabulary1
vocabulary2 :: Vocabulary
vocabulary2 :: Vocabulary
vocabulary2 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
Text
"tavla", Text
"pendo", Text
"prenu", Text
"mlatu"
]
[
Text
"zo'e"
]
[
]
vocabulary2_cumulative :: Vocabulary
vocabulary2_cumulative :: Vocabulary
vocabulary2_cumulative = Vocabulary
vocabulary1_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary2
vocabulary3 :: Vocabulary
vocabulary3 :: Vocabulary
vocabulary3 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
Text
"ctuca", Text
"nelci", Text
"gerku", Text
"melbi"
]
[
Text
"lo", Text
"ku",
Text
"fa", Text
"fe", Text
"fi", Text
"fo", Text
"fu",
Text
"se", Text
"te", Text
"ve", Text
"xe"
]
[
]
vocabulary3_cumulative :: Vocabulary
vocabulary3_cumulative :: Vocabulary
vocabulary3_cumulative = Vocabulary
vocabulary2_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary3
vocabulary4 :: Vocabulary
vocabulary4 :: Vocabulary
vocabulary4 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
Text
"sutra", Text
"lojbo", Text
"ciska"
]
[
]
[
]
vocabulary4_cumulative :: Vocabulary
vocabulary4_cumulative :: Vocabulary
vocabulary4_cumulative = Vocabulary
vocabulary3_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary4
vocabulary5 :: Vocabulary
vocabulary5 :: Vocabulary
vocabulary5 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
Text
"djuno"
]
[
Text
"xu", Text
"ma", Text
"mo",
Text
"na", Text
"go'i"
]
[
]
vocabulary5_cumulative :: Vocabulary
vocabulary5_cumulative :: Vocabulary
vocabulary5_cumulative = Vocabulary
vocabulary4_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary5
vocabulary6 :: Vocabulary
vocabulary6 :: Vocabulary
vocabulary6 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
Text
"nupre", Text
"cusku", Text
"gleki"
]
[
Text
"su'u", Text
"nu", Text
"du'u", Text
"sedu'u", Text
"kei"
]
[
]
vocabulary6_cumulative :: Vocabulary
vocabulary6_cumulative :: Vocabulary
vocabulary6_cumulative = Vocabulary
vocabulary5_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary6
vocabulary7 :: Vocabulary
vocabulary7 :: Vocabulary
vocabulary7 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
]
[
Text
"vau", Text
"cu"
]
[
]
vocabulary7_cumulative :: Vocabulary
vocabulary7_cumulative :: Vocabulary
vocabulary7_cumulative = Vocabulary
vocabulary6_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary7
vocabulary9 :: Vocabulary
vocabulary9 :: Vocabulary
vocabulary9 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
Text
"citka", Text
"plise", Text
"vecnu", Text
"skami", Text
"pilno"
]
[
Text
"poi", Text
"noi", Text
"ke'a", Text
"ku'o"
]
[
]
vocabulary9_cumulative :: Vocabulary
vocabulary9_cumulative :: Vocabulary
vocabulary9_cumulative = Vocabulary
vocabulary7_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary9
vocabulary10 :: Vocabulary
vocabulary10 :: Vocabulary
vocabulary10 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
Text
"cmene", Text
"bangu"
]
[
Text
"be", Text
"bei", Text
"be'o"
]
[
]
vocabulary10_cumulative :: Vocabulary
vocabulary10_cumulative :: Vocabulary
vocabulary10_cumulative = Vocabulary
vocabulary9_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary10
vocabulary11 :: Vocabulary
vocabulary11 :: Vocabulary
vocabulary11 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
Text
"fanva",
Text
"mukti", Text
"gasnu"
]
[
Text
"pi'o", Text
"mu'i", Text
"gau"
]
[
]
vocabulary11_cumulative :: Vocabulary
vocabulary11_cumulative :: Vocabulary
vocabulary11_cumulative = Vocabulary
vocabulary10_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary11
vocabulary12 :: Vocabulary
vocabulary12 :: Vocabulary
vocabulary12 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
]
[
Text
"pu", Text
"ca", Text
"ba"
]
[
]
vocabulary12_cumulative :: Vocabulary
vocabulary12_cumulative :: Vocabulary
vocabulary12_cumulative = Vocabulary
vocabulary11_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary12
vocabulary14 :: Vocabulary
vocabulary14 :: Vocabulary
vocabulary14 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
]
[
Text
"zo", Text
"lu", Text
"li'u"
]
[
]
vocabulary14_cumulative :: Vocabulary
vocabulary14_cumulative :: Vocabulary
vocabulary14_cumulative = Vocabulary
vocabulary12_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary14
vocabulary15 :: Vocabulary
vocabulary15 :: Vocabulary
vocabulary15 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
]
[
Text
"ne", Text
"pe", Text
"po", Text
"po'e"
]
[
]
vocabulary15_cumulative :: Vocabulary
vocabulary15_cumulative :: Vocabulary
vocabulary15_cumulative = Vocabulary
vocabulary14_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary15
vocabulary16 :: Vocabulary
vocabulary16 :: Vocabulary
vocabulary16 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
]
[
Text
".a", Text
".e", Text
".o", Text
".u"
]
[
]
vocabulary16_cumulative :: Vocabulary
vocabulary16_cumulative :: Vocabulary
vocabulary16_cumulative = Vocabulary
vocabulary15_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary16
vocabulary17 :: Vocabulary
vocabulary17 :: Vocabulary
vocabulary17 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
]
[
Text
"na'e", Text
"to'e", Text
"no'e"
]
[
]
vocabulary17_cumulative :: Vocabulary
vocabulary17_cumulative :: Vocabulary
vocabulary17_cumulative = Vocabulary
vocabulary16_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary17
vocabulary18 :: Vocabulary
vocabulary18 :: Vocabulary
vocabulary18 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
Text
"lerci"
]
[
Text
"tu'a", Text
"jai"
]
[
]
vocabulary18_cumulative :: Vocabulary
vocabulary18_cumulative :: Vocabulary
vocabulary18_cumulative = Vocabulary
vocabulary17_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary18
vocabulary20 :: Vocabulary
vocabulary20 :: Vocabulary
vocabulary20 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
]
[
]
[
Text
".io'AN.", Text
".mat.", Text
".anas.", Text
".djan."
]
vocabulary20_cumulative :: Vocabulary
vocabulary20_cumulative :: Vocabulary
vocabulary20_cumulative = Vocabulary
vocabulary18_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary20
vocabulary21 :: Vocabulary
vocabulary21 :: Vocabulary
vocabulary21 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
]
[
Text
"la", Text
"le"
]
[
]
vocabulary21_cumulative :: Vocabulary
vocabulary21_cumulative :: Vocabulary
vocabulary21_cumulative = Vocabulary
vocabulary20_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary21
vocabulary22 :: Vocabulary
vocabulary22 :: Vocabulary
vocabulary22 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
]
[
Text
"no", Text
"pa", Text
"re", Text
"ci", Text
"vo", Text
"mu", Text
"xa", Text
"ze", Text
"bi", Text
"so",
Text
"pi", Text
"ro", Text
"so'a", Text
"so'e", Text
"so'i", Text
"so'o", Text
"so'u"
]
[
]
vocabulary22_cumulative :: Vocabulary
vocabulary22_cumulative :: Vocabulary
vocabulary22_cumulative = Vocabulary
vocabulary21_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary22
vocabulary23 :: Vocabulary
vocabulary23 :: Vocabulary
vocabulary23 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
Text
"kakne"
]
[
Text
"pu'o", Text
"ca'o", Text
"ba'o",
Text
"co'a", Text
"co'u"
]
[
]
vocabulary23_cumulative :: Vocabulary
vocabulary23_cumulative :: Vocabulary
vocabulary23_cumulative = Vocabulary
vocabulary22_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary23
vocabulary24 :: Vocabulary
vocabulary24 :: Vocabulary
vocabulary24 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
]
[
Text
"loi", Text
"lei", Text
"lai",
Text
"lo'e", Text
"le'e"
]
[
]
vocabulary24_cumulative :: Vocabulary
vocabulary24_cumulative :: Vocabulary
vocabulary24_cumulative = Vocabulary
vocabulary23_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary24
vocabulary26 :: Vocabulary
vocabulary26 :: Vocabulary
vocabulary26 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
]
[
]
[
]
vocabulary26_cumulative :: Vocabulary
vocabulary26_cumulative :: Vocabulary
vocabulary26_cumulative = Vocabulary
vocabulary24_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary26
vocabulary27 :: Vocabulary
vocabulary27 :: Vocabulary
vocabulary27 = [Text] -> [Text] -> [Text] -> Vocabulary
Vocabulary
[
]
[
Text
"zu'a", Text
"ri'u",
Text
"vi", Text
"va", Text
"vu",
Text
"zi", Text
"za", Text
"zu"
]
[
]
vocabulary27_cumulative :: Vocabulary
vocabulary27_cumulative :: Vocabulary
vocabulary27_cumulative = Vocabulary
vocabulary26_cumulative Vocabulary -> Vocabulary -> Vocabulary
forall a. Semigroup a => a -> a -> a
<> Vocabulary
vocabulary27