-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpronouns.html
More file actions
212 lines (172 loc) · 5.75 KB
/
Copy pathpronouns.html
File metadata and controls
212 lines (172 loc) · 5.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<html lang="en" data-bs-theme="dark"><head>
<meta charset="utf-8">
<meta name="description" content="Introduction to Maj language pronouns.">
<meta name="author" content="Elucian Moise">
<meta name="keywords" content="sage, code, maj, grammar, pronoun">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Website title -->
<title>Maj Pronoun</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<!-- Icon -->
<link rel="icon" type="image/png" href="../images/favicon.ico">
<!-- Prism Highlighter -->
<link rel="stylesheet" href="../prism.css">
<!-- custom css -->
<link rel="stylesheet" href="https://sagecode.net/sage.css">
</head>
<body>
<div class="container">
<!-- header -->
<div class="row">
<div class="col">
<a href="https://sagecode.net"><img src="https://sagecode.net/images/sage-logo.svg" alt="Sage-Code Laboratory" height="80"/></a>
</div>
<div class="col bottom-right">
<a href="index.html#lang-index" rel="nofollow">index</a><--
</div>
</div><hr>
<h1>Maj Pronoun</h1>
<div class="alert alert-secondary shadow-sm">
Maj pronouns are versatile and easy to use. Maj is using 3 persons and 7 cases. All pronouns are genderless except the third person singular that has two genders: one for beings and one for things. Maj dictionary is using different words for a female and male beings to compensate for lack of gender.
</div>
<div align="center">
<img src="img/maj-pronouns-i.png" alt="Maj Pronouns" width="500" class="img-fluid protect" >
<h4>Regular Pronouns</h4>
</div>
<p><b>Note:</b>Let's start learning some words before we can create examples for learning the pronoun. Later we will do many more examples after we learn about Nouns and Verbs.</p>
<h2>Dictionary:</h2>
<!--first row-->
<div class="row">
<div class="column col-md-6">
<div class="alert alert-secondary shadow-sm">
<ul>
<li>noma = name</li>
<li>kasa = home</li>
<li>baka = boat</li>
<li>bezu = own</li>
<li>balu = belong</li>
<li>voku = to call</li>
<li>kibu = write</li>
<li>sonu = to be</li>
</ul>
</div>
</div>
<div class="column col-md-6">
<div class="alert alert-secondary shadow-sm">
<ul>
<li>sopu = say</li>
<li>venu = to come</li>
<li>xaru = to have</li>
<li>ema = someone</li>
<li>posu = be able/can</li>
<li>xai = come on/let's</li>
<li>vi = how</li>
<li>uk = which</li>
</ul>
</div>
</div>
</div>
<h2>Case I: Nominative</h2>
<ul>
<li>ia sonu Elucian = I'm Elucian</li>
<li>ta sonu ema una = you are someone</li>
<li>sa sopu ema koza = he say something</li>
<li>ia bezu una baka = I own a boat</li>
<li>sa xaru una kasa = he has a house</li>
<li>el sonu una bela = it is a beauty</li>
</ul>
<h2>Case II: Accuzative</h2>
<ul>
<li>eta baka sonu fo ta = this boat is for you</li>
<li>esa kasa sonu fo noi = that house is for us</li>
<li>noi xaru una kasa ci una baka = we have a house and a boat</li>
<li>el sonu moka fo ogi una = there is food for everyone</li>
</ul>
<h2>Case III: Dative</h2>
<ul>
<li>mi baka sonu ht sa = my boat is at him</li>
<li>ea daru la ta mi baka = I give to you my boat</li>
<li>venu la ma = come to me</li>
<li>xai la noi = come to us</li>
</ul>
<h2>Case IV: Genitive</h2>
<ul>
<li>esta kasa sonu al mi = this home is mine
<li>el balu la ma = it belong to me
<li>esa baka sonu al su = this boat is his
<li>el balu er sa = it belong to him
</ul>
<hr>
<div align="center">
<img src="img/maj-pronouns-v.png" alt="Maj Pronouns" width="500" class="img-fluid protect" >
<h4>Iregular Pronouns</h4>
</div>
<h2>Dictionary:</h2>
<!--second row-->
<div class="row">
<div class="column col-md-6">
<div class="alert alert-secondary shadow-sm">
<ul>
<li>vhzu = to see</li>
<li>fime = movies</li>
<li>macu = to walk</li>
<li>paju = to like</li>
<li>Koika = dog</li>
<li>dolu = pain</li>
<li>kapa = head</li>
<li>jozu = to be excused</li>
</ul>
</div>
</div>
<div class="column col-md-6">
<div class="alert alert-secondary shadow-sm">
<ul>
<li>ogi = each/every</li>
<li>jora = day</li>
<li>gabu = hurry</li>
<li>voku = call</li>
<li>noge = legs</li>
<li>mosu = move</li>
<li>pe = on</li>
<li>sh = to</li>
</ul>
</div>
</div>
</div>
<h2>Case V: Reflexive</h2>
<p>For reflexive we have two forms: nominative, acuzative. Observe that nominative form is not using two words but instead only one. This is how Maj enable efficient chat. By removing redundant pronouns.</p>
<h3>a) Reflexive - Nominative</h3>
<ul>
<li>ymi paju sh vhzu fime = I like to watch movies</li>
<li>yts paju sh macu = you like to walk </li>
<li>yci macu su Koika = he is walking his dog</li>
</ul>
<h3>a) Reflexive - Accuzative</h3>
<ul>
<li>pe mi mh dolu la kapa = I have a headache</li>
<li>pe ti te jozu = you are excused</li>
<li>ia yl vhzu ogi jora = I see him every day</li>
</ul>
<h2>Case VI: Subjonctive</h2>
<ul>
<li>vi posu sh te voku? = how can I call you?</li>
<li>ta posu sh mh voku Elutcian! = you can call me Elucheean!</li>
</ul>
<h2>Case VII: Imperative</h2>
<ul>
<li>voku-mh Elutcian? = call me Elucheean ?</li>
<li>xai gabu-te = come on hurry up!</li>
<li>xai mosu-vh zus noge = come on everybody move your legs!</li>
</ul>
<!-- work in progress-->
<hr>
<p><b>Read next:</b>
<a href="preposition.html">Preposition</a></p>
<!-- Footer -->
<footer class="footer">
<div class="footer-copyright text-center"></div>
</footer>
</div>
</body>
</html>