@syllst/ka 0.2.1 โ 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index-B9OHu0Ax.js +52 -0
- package/dist/index-B9OHu0Ax.js.map +1 -0
- package/dist/index-DCpqhby8.js +52 -0
- package/dist/index-DCpqhby8.js.map +1 -0
- package/dist/index-DflZY235.js +52 -0
- package/dist/index-DflZY235.js.map +1 -0
- package/dist/index-Dp1OEIeC.js +48 -0
- package/dist/index-Dp1OEIeC.js.map +1 -0
- package/dist/index.js +37 -13
- package/dist/index.js.map +1 -1
- package/dist/lesson-01-CSwZqadZ.js +193 -0
- package/dist/lesson-01-CSwZqadZ.js.map +1 -0
- package/dist/lesson-01-CjeVy1Pm.js +148 -0
- package/dist/lesson-01-CjeVy1Pm.js.map +1 -0
- package/dist/lesson-01-Dln4m4gy.js +185 -0
- package/dist/lesson-01-Dln4m4gy.js.map +1 -0
- package/dist/lesson-02-CKmyOzkz.js +189 -0
- package/dist/lesson-02-CKmyOzkz.js.map +1 -0
- package/dist/lesson-02-CjWc8Ndm.js +159 -0
- package/dist/lesson-02-CjWc8Ndm.js.map +1 -0
- package/dist/lesson-02-D6EZkoTX.js +186 -0
- package/dist/lesson-02-D6EZkoTX.js.map +1 -0
- package/dist/lesson-03-D-UB6j-3.js +155 -0
- package/dist/lesson-03-D-UB6j-3.js.map +1 -0
- package/dist/lesson-03-D4MQ-BF0.js +197 -0
- package/dist/lesson-03-D4MQ-BF0.js.map +1 -0
- package/dist/lesson-03-i2GGdsRN.js +181 -0
- package/dist/lesson-03-i2GGdsRN.js.map +1 -0
- package/dist/lesson-04-D2tqk_vu.js +166 -0
- package/dist/lesson-04-D2tqk_vu.js.map +1 -0
- package/dist/lesson-04-DciNjG8E.js +186 -0
- package/dist/lesson-04-DciNjG8E.js.map +1 -0
- package/dist/lesson-04-vbP_pH7H.js +201 -0
- package/dist/lesson-04-vbP_pH7H.js.map +1 -0
- package/dist/lesson-05-DDD4BdBD.js +197 -0
- package/dist/lesson-05-DDD4BdBD.js.map +1 -0
- package/dist/lesson-05-Du04UDw8.js +175 -0
- package/dist/lesson-05-Du04UDw8.js.map +1 -0
- package/dist/lesson-05-VfiWFnKX.js +192 -0
- package/dist/lesson-05-VfiWFnKX.js.map +1 -0
- package/dist/lesson-06-B247Ezo8.js +161 -0
- package/dist/lesson-06-B247Ezo8.js.map +1 -0
- package/dist/lesson-06-CT_T2-CF.js +201 -0
- package/dist/lesson-06-CT_T2-CF.js.map +1 -0
- package/dist/lesson-06-Cv5qUy34.js +208 -0
- package/dist/lesson-06-Cv5qUy34.js.map +1 -0
- package/dist/lesson-07-9svk0QSq.js +215 -0
- package/dist/lesson-07-9svk0QSq.js.map +1 -0
- package/dist/lesson-07-DGrnNH3e.js +223 -0
- package/dist/lesson-07-DGrnNH3e.js.map +1 -0
- package/dist/lesson-07-XGTm5Tp2.js +182 -0
- package/dist/lesson-07-XGTm5Tp2.js.map +1 -0
- package/dist/lesson-08-C5Oqga49.js +213 -0
- package/dist/lesson-08-C5Oqga49.js.map +1 -0
- package/dist/lesson-08-CDZOUysk.js +228 -0
- package/dist/lesson-08-CDZOUysk.js.map +1 -0
- package/dist/lesson-08-DiHa8O85.js +196 -0
- package/dist/lesson-08-DiHa8O85.js.map +1 -0
- package/dist/syllabi/dialogue/index.d.ts +7 -0
- package/dist/syllabi/dialogue/index.js +10 -0
- package/dist/syllabi/dialogue/index.js.map +1 -0
- package/dist/syllabi/essentials/index.js +7 -37
- package/dist/syllabi/essentials/index.js.map +1 -1
- package/dist/syllabi/grammar/index.d.ts +7 -0
- package/dist/syllabi/grammar/index.js +10 -0
- package/dist/syllabi/grammar/index.js.map +1 -0
- package/dist/syllabi/reading/index.d.ts +7 -0
- package/dist/syllabi/reading/index.js +10 -0
- package/dist/syllabi/reading/index.js.map +1 -0
- package/package.json +16 -4
- package/src/syllabi/dialogue/lessons/lesson-01.mdx +188 -0
- package/src/syllabi/dialogue/lessons/lesson-02.mdx +184 -0
- package/src/syllabi/dialogue/lessons/lesson-03.mdx +192 -0
- package/src/syllabi/dialogue/lessons/lesson-04.mdx +196 -0
- package/src/syllabi/dialogue/lessons/lesson-05.mdx +192 -0
- package/src/syllabi/dialogue/lessons/lesson-06.mdx +196 -0
- package/src/syllabi/dialogue/lessons/lesson-07.mdx +218 -0
- package/src/syllabi/dialogue/lessons/lesson-08.mdx +223 -0
- package/src/syllabi/grammar/lessons/lesson-01.mdx +143 -0
- package/src/syllabi/grammar/lessons/lesson-02.mdx +154 -0
- package/src/syllabi/grammar/lessons/lesson-03.mdx +150 -0
- package/src/syllabi/grammar/lessons/lesson-04.mdx +161 -0
- package/src/syllabi/grammar/lessons/lesson-05.mdx +170 -0
- package/src/syllabi/grammar/lessons/lesson-06.mdx +156 -0
- package/src/syllabi/grammar/lessons/lesson-07.mdx +177 -0
- package/src/syllabi/grammar/lessons/lesson-08.mdx +191 -0
- package/src/syllabi/reading/lessons/lesson-01.mdx +180 -0
- package/src/syllabi/reading/lessons/lesson-02.mdx +181 -0
- package/src/syllabi/reading/lessons/lesson-03.mdx +176 -0
- package/src/syllabi/reading/lessons/lesson-04.mdx +181 -0
- package/src/syllabi/reading/lessons/lesson-05.mdx +187 -0
- package/src/syllabi/reading/lessons/lesson-06.mdx +203 -0
- package/src/syllabi/reading/lessons/lesson-07.mdx +210 -0
- package/src/syllabi/reading/lessons/lesson-08.mdx +208 -0
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: lesson
|
|
3
|
+
id: georgian-dialogue-lesson-08
|
|
4
|
+
title: "แแแแแแแแแ 8 โ แกแแกแฌแ แแคแ แกแแขแฃแแชแแแแ (Emergency Situations)"
|
|
5
|
+
description: "Help, doctor, police โ essential Georgian phrases for emergency situations"
|
|
6
|
+
order: 8
|
|
7
|
+
parentId: georgian-dialogue
|
|
8
|
+
difficulty: intermediate
|
|
9
|
+
cefrLevel: A2
|
|
10
|
+
categories:
|
|
11
|
+
- dialogue
|
|
12
|
+
- emergency
|
|
13
|
+
- safety
|
|
14
|
+
metadata:
|
|
15
|
+
estimatedTime: 30
|
|
16
|
+
prerequisites:
|
|
17
|
+
- georgian-dialogue-lesson-07
|
|
18
|
+
learningObjectives:
|
|
19
|
+
- id: obj-dia-08-call-for-help
|
|
20
|
+
description: "Call for help and describe an emergency in Georgian"
|
|
21
|
+
skill: situational-response
|
|
22
|
+
- id: obj-dia-08-medical
|
|
23
|
+
description: "Communicate basic medical needs and symptoms"
|
|
24
|
+
skill: word-production
|
|
25
|
+
- id: obj-dia-08-emergency-vocab
|
|
26
|
+
description: "Recognize core emergency vocabulary for safety situations"
|
|
27
|
+
skill: word-recognition
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
# แแแแแแแแแ 8 (Lesson 8) โ Emergency Situations
|
|
31
|
+
|
|
32
|
+
## Introduction
|
|
33
|
+
|
|
34
|
+
In any emergency, a few key words in the local language can make a critical difference. This lesson covers the most essential Georgian phrases for getting help, communicating with medical services, and interacting with police. Memorize these phrases โ they may be the most important Georgian you ever use.
|
|
35
|
+
|
|
36
|
+
## Core Emergency Words
|
|
37
|
+
|
|
38
|
+
:::vocabulary-set{id="ka-dia-08-emergency" title="Emergency Vocabulary"}
|
|
39
|
+
|
|
40
|
+
::vocab-item{id="dakhmareba" word="แแแฎแแแ แแแ!" pronunciation="da-khma-re-ba" meaning="Help!"}
|
|
41
|
+
|
|
42
|
+
::vocab-item{id="xandzari" word="แฎแแแซแแ แ!" pronunciation="khan-dza-ri" meaning="Fire!"}
|
|
43
|
+
|
|
44
|
+
::vocab-item{id="qachaghi" word="แฅแฃแ แแ!" pronunciation="qur-di" meaning="Thief!"}
|
|
45
|
+
|
|
46
|
+
::vocab-item{id="saswrafo" word="แกแแกแฌแ แแคแ!" pronunciation="sas-tsra-fo" meaning="Urgent! / Emergency! / Ambulance!"}
|
|
47
|
+
|
|
48
|
+
::vocab-item{id="policia" word="แแแแแชแแ" pronunciation="po-li-tsi-a" meaning="police"}
|
|
49
|
+
|
|
50
|
+
::vocab-item{id="eqimi" word="แแฅแแแ" pronunciation="eq-i-mi" meaning="doctor"}
|
|
51
|
+
|
|
52
|
+
::vocab-item{id="ambulancia" word="แกแแกแฌแ แแคแ แแแฎแแแ แแแ" pronunciation="sas-tsra-fo da-khma-re-ba" meaning="ambulance"}
|
|
53
|
+
|
|
54
|
+
:::
|
|
55
|
+
|
|
56
|
+
## Medical Phrases
|
|
57
|
+
|
|
58
|
+
:::vocabulary-set{id="ka-dia-08-medical" title="Medical Emergency Phrases"}
|
|
59
|
+
|
|
60
|
+
::vocab-item{id="cudi-vgrdznobi" word="แชแฃแแแ แแแ แซแแแ แแแแก" pronunciation="tsu-dad vgrdz-nob tavs" meaning="I feel unwell / I feel bad"}
|
|
61
|
+
|
|
62
|
+
::vocab-item{id="mtkvans" word="แแขแแแแ" pronunciation="mt-ki-va" meaning="it hurts / I have pain"}
|
|
63
|
+
|
|
64
|
+
::vocab-item{id="mtvaris-mtkviva" word="แแแแ แแขแแแแ" pronunciation="ta-vi mt-ki-va" meaning="I have a headache"}
|
|
65
|
+
|
|
66
|
+
::vocab-item{id="gastrocardiac" word="แแฃแแ แแขแแแแ" pronunciation="gu-li mt-ki-va" meaning="my heart hurts / I have chest pain"}
|
|
67
|
+
|
|
68
|
+
::vocab-item{id="wavidne-eqimtan" word="แแฅแแแแแ แฌแแแแแ" pronunciation="eq-im-tan tsa-vi-de" meaning="I need to go to a doctor"}
|
|
69
|
+
|
|
70
|
+
::vocab-item{id="alergia" word="แแแแ แแแ แแแฅแแก" pronunciation="a-ler-gi-a maqvs" meaning="I have an allergy"}
|
|
71
|
+
|
|
72
|
+
:::
|
|
73
|
+
|
|
74
|
+
## Contacting Emergency Services
|
|
75
|
+
|
|
76
|
+
Georgian emergency numbers:
|
|
77
|
+
|
|
78
|
+
| Service | Number |
|
|
79
|
+
|---------|--------|
|
|
80
|
+
| Emergency (all) | 112 |
|
|
81
|
+
| Police | 112 |
|
|
82
|
+
| Ambulance | 112 |
|
|
83
|
+
| Fire brigade | 112 |
|
|
84
|
+
|
|
85
|
+
Georgia uses a single unified emergency number: **112**.
|
|
86
|
+
|
|
87
|
+
:::vocabulary-set{id="ka-dia-08-police" title="Police and Reporting"}
|
|
88
|
+
|
|
89
|
+
::vocab-item{id="dakarguli-var" word="แแแแแแแ แแ" pronunciation="da-vi-kar-ge" meaning="I am lost"}
|
|
90
|
+
|
|
91
|
+
::vocab-item{id="vorovani" word="แแ แแแแแฅแฃแ แแแก" pronunciation="me da-mi-qur-des" meaning="I have been robbed"}
|
|
92
|
+
|
|
93
|
+
::vocab-item{id="ubeduri-shem" word="แฃแแแแฃแ แ แจแแแแฎแแแแ" pronunciation="u-be-du-ri shem-tkhve-va" meaning="accident"}
|
|
94
|
+
|
|
95
|
+
::vocab-item{id="moxseneba" word="แแแฎแกแแแแแ" pronunciation="mo-kh-se-ne-ba" meaning="report (police report)"}
|
|
96
|
+
|
|
97
|
+
::vocab-item{id="inglisuri" word="แแแแแแกแฃแ แ แแแกแแแก?" pronunciation="in-gli-su-ri ges-mis" meaning="Do you understand English?"}
|
|
98
|
+
|
|
99
|
+
:::
|
|
100
|
+
|
|
101
|
+
## Sample Conversation โ Medical Emergency
|
|
102
|
+
|
|
103
|
+
**แกแขแฃแแแ แ** (Visitor): แแแฎแแแ แแแ! แชแฃแแแ แแแ แซแแแ แแแแก.
|
|
104
|
+
(da-khma-re-ba! tsu-dad vgrdz-nob tavs.)
|
|
105
|
+
*Help! I feel unwell.*
|
|
106
|
+
|
|
107
|
+
**แแแแแแแแ** (Passerby): แ แ แแญแแ แก? แกแแ แแขแแแแ?
|
|
108
|
+
(ra gchirs? sad gt-ki-va?)
|
|
109
|
+
*What's wrong? Where does it hurt?*
|
|
110
|
+
|
|
111
|
+
**แกแขแฃแแแ แ**: แแฃแแ แแขแแแแ. แกแแกแฌแ แแคแ แแแแแแแซแแฎแ?
|
|
112
|
+
(gu-li mt-ki-va. sas-tsra-fo ga-mo-vi-dza-kho?)
|
|
113
|
+
*My chest hurts. Should I call an ambulance?*
|
|
114
|
+
|
|
115
|
+
**แแแแแแแแ**: แแแแฎ, แแแแแแแซแแฎแแ แกแแกแฌแ แแคแ. (**calls 112**)
|
|
116
|
+
(di-akh, ga-mo-vi-dza-khot sas-tsra-fo.)
|
|
117
|
+
*Yes, let's call an ambulance.*
|
|
118
|
+
|
|
119
|
+
**แแแแ แแขแแ แ** (Operator): 112, แแแกแแแแ.
|
|
120
|
+
(112, gis-ment.)
|
|
121
|
+
*112, I'm listening.*
|
|
122
|
+
|
|
123
|
+
**แแแแแแแแ**: แกแแกแฌแ แแคแ แแแฎแแแ แแแ แแญแแ แแแแ. แแฎแแแแแแ แแ แฅแแแ โ แแฃแแ แกแขแแแแ.
|
|
124
|
+
(sas-tsra-fo da-khma-re-ba mchhir-de-ba. a-khal-gazr-da qa-li โ gu-li st-ki-va.)
|
|
125
|
+
*An ambulance is needed. A young woman โ chest pain.*
|
|
126
|
+
|
|
127
|
+
## Sample Conversation โ Reporting a Theft
|
|
128
|
+
|
|
129
|
+
**แขแฃแ แแกแขแ** (Tourist): แแแแแจแ, แแแแแแกแฃแ แ แแแกแแแก?
|
|
130
|
+
(bo-di-shi, in-gli-su-ri ges-mis?)
|
|
131
|
+
*Excuse me, do you understand English?*
|
|
132
|
+
|
|
133
|
+
**แแแแแชแแแแ** (Officer): แชแแขแ. แ แ แแแฎแแ?
|
|
134
|
+
(tso-ta. ra mo-khda?)
|
|
135
|
+
*A little. What happened?*
|
|
136
|
+
|
|
137
|
+
**แขแฃแ แแกแขแ**: แแ แแแแแฅแฃแ แแแก. แฉแแแ แฉแแแแ.
|
|
138
|
+
(me da-mi-qur-des. che-mi chan-ta.)
|
|
139
|
+
*I have been robbed. My bag.*
|
|
140
|
+
|
|
141
|
+
**แแแแแชแแแแ**: แกแแ? แ แแแแก?
|
|
142
|
+
(sad? ro-dis?)
|
|
143
|
+
*Where? When?*
|
|
144
|
+
|
|
145
|
+
**แขแฃแ แแกแขแ**: แแแแแ แจแ. แแฎแแแฎแแแก.
|
|
146
|
+
(ba-zar-shi. akh-la-khans.)
|
|
147
|
+
*At the market. Just now.*
|
|
148
|
+
|
|
149
|
+
## Key Emergency Phrases at a Glance
|
|
150
|
+
|
|
151
|
+
| Georgian | Pronunciation | Meaning |
|
|
152
|
+
|----------|---------------|---------|
|
|
153
|
+
| แแแฎแแแ แแแ! | da-khma-re-ba | Help! |
|
|
154
|
+
| แกแแกแฌแ แแคแ! | sas-tsra-fo | Emergency! |
|
|
155
|
+
| แแแแแชแแ! | po-li-tsi-a | Police! |
|
|
156
|
+
| แแฅแแแ! | eq-i-mi | Doctor! |
|
|
157
|
+
| 112 | as-ot-si-da-t-or-met-i | Emergency number |
|
|
158
|
+
|
|
159
|
+
## Cultural Note: Emergency Services in Georgia
|
|
160
|
+
|
|
161
|
+
Georgia's emergency services are reachable via the single number **112**. In Tbilisi and major cities, response times are generally reasonable. In remote mountain areas, response may take longer. Having your passport or a copy of it, your travel insurance details, and the address of your accommodation written down in Georgian can be invaluable in an emergency. The US Embassy, UK Embassy, and other embassies have 24-hour emergency lines for their citizens.
|
|
162
|
+
|
|
163
|
+
## Practice Exercises
|
|
164
|
+
|
|
165
|
+
:::exercise{id="ka-dia-08-call-help" type="fill-in-blank" title="Calling for Help" skill="situational-response" objectiveId="obj-dia-08-call-for-help"}
|
|
166
|
+
|
|
167
|
+
**Question:** Fill in the correct Georgian word for each emergency
|
|
168
|
+
|
|
169
|
+
1. Shouting for general help: ___!
|
|
170
|
+
2. Calling for fire brigade: ___!
|
|
171
|
+
3. Shouting that there is a thief: ___!
|
|
172
|
+
|
|
173
|
+
**Answer:**
|
|
174
|
+
|
|
175
|
+
1. แแแฎแแแ แแแ
|
|
176
|
+
2. แฎแแแซแแ แ
|
|
177
|
+
3. แฅแฃแ แแ
|
|
178
|
+
|
|
179
|
+
**Explanation:** These single words are the universal distress calls. แแแฎแแแ แแแ (help), แฎแแแซแแ แ (fire), แฅแฃแ แแ (thief) โ all should be shouted loudly in their respective emergencies.
|
|
180
|
+
|
|
181
|
+
:::
|
|
182
|
+
|
|
183
|
+
:::exercise{id="ka-dia-08-medical-phrases" type="matching" title="Medical Phrases" skill="word-production" objectiveId="obj-dia-08-medical"}
|
|
184
|
+
|
|
185
|
+
**Question:** Match the Georgian medical phrase to its meaning
|
|
186
|
+
|
|
187
|
+
- แชแฃแแแ แแแ แซแแแ แแแแก
|
|
188
|
+
- แแแแ แแขแแแแ
|
|
189
|
+
- แแฃแแ แแขแแแแ
|
|
190
|
+
- แแแแ แแแ แแแฅแแก
|
|
191
|
+
- แแฅแแแ
|
|
192
|
+
|
|
193
|
+
**Answer:**
|
|
194
|
+
|
|
195
|
+
- แชแฃแแแ แแแ แซแแแ แแแแก โ I feel unwell
|
|
196
|
+
- แแแแ แแขแแแแ โ I have a headache
|
|
197
|
+
- แแฃแแ แแขแแแแ โ I have chest pain
|
|
198
|
+
- แแแแ แแแ แแแฅแแก โ I have an allergy
|
|
199
|
+
- แแฅแแแ โ doctor
|
|
200
|
+
|
|
201
|
+
**Explanation:** The pattern X แแขแแแแ means "X hurts me." แแแแ = head, แแฃแแ = heart/chest. แแแ แซแแแ = I feel, แชแฃแแแ = badly. แแแฅแแก = I have.
|
|
202
|
+
|
|
203
|
+
:::
|
|
204
|
+
|
|
205
|
+
:::exercise{id="ka-dia-08-emergency-vocab" type="multiple-choice" title="Emergency Number" skill="word-recognition" objectiveId="obj-dia-08-emergency-vocab"}
|
|
206
|
+
|
|
207
|
+
**Question:** What is Georgia's unified emergency number for police, ambulance, and fire?
|
|
208
|
+
|
|
209
|
+
**Options:**
|
|
210
|
+
- 911
|
|
211
|
+
- 999
|
|
212
|
+
- 112
|
|
213
|
+
- 110
|
|
214
|
+
|
|
215
|
+
**Answer:** 3
|
|
216
|
+
|
|
217
|
+
**Explanation:** Georgia uses 112 as its single emergency number, following the European standard. This number connects to police, ambulance, and fire brigade. It works from any phone, including mobile phones without a SIM card.
|
|
218
|
+
|
|
219
|
+
:::
|
|
220
|
+
|
|
221
|
+
## Congratulations
|
|
222
|
+
|
|
223
|
+
You have completed the Georgian Dialogue syllabus. You can now hold practical conversations in eight essential situations: restaurants, markets, directions, hotels, transport, meeting people, phone calls, and emergencies. Continue building on these foundations with the Reading syllabus and Grammar syllabus for deeper Georgian proficiency.
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: lesson
|
|
3
|
+
id: georgian-grammar-lesson-01
|
|
4
|
+
title: "แแแแแแแแแ 1 โ แกแแขแงแแแแแก แ แแแ (SOV Word Order)"
|
|
5
|
+
description: "Georgian uses Subject-Object-Verb word order โ the sentence backbone"
|
|
6
|
+
order: 1
|
|
7
|
+
parentId: georgian-grammar
|
|
8
|
+
difficulty: intermediate
|
|
9
|
+
cefrLevel: A2
|
|
10
|
+
categories:
|
|
11
|
+
- grammar
|
|
12
|
+
- word-order
|
|
13
|
+
metadata:
|
|
14
|
+
estimatedTime: 30
|
|
15
|
+
prerequisites: []
|
|
16
|
+
learningObjectives:
|
|
17
|
+
- id: obj-01-sov-recognize
|
|
18
|
+
description: "Recognize Georgian SOV sentence order"
|
|
19
|
+
skill: pattern-recognition
|
|
20
|
+
- id: obj-01-sov-arrange
|
|
21
|
+
description: "Arrange words in correct SOV order"
|
|
22
|
+
skill: word-order
|
|
23
|
+
- id: obj-01-sov-apply
|
|
24
|
+
description: "Produce simple SOV sentences in Georgian"
|
|
25
|
+
skill: pattern-application
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
# แแแแแแแแแ 1 (Lesson 1) โ SOV Word Order
|
|
29
|
+
|
|
30
|
+
## Introduction
|
|
31
|
+
|
|
32
|
+
One of the first things to understand about Georgian grammar is where the verb goes. In English, the verb sits in the middle of a sentence: **I read a book** (Subject-Verb-Object). In Georgian, the verb moves to the **end**: **แแ แฌแแแแก แแแแแฎแฃแแแ** (me tsigns vkitxulob) โ literally, **I book read**.
|
|
33
|
+
|
|
34
|
+
This pattern is called **SOV** (Subject-Object-Verb), and it is consistent throughout Georgian. Once you internalize this, sentences become much easier to build.
|
|
35
|
+
|
|
36
|
+
## The Core Pattern
|
|
37
|
+
|
|
38
|
+
| English (SVO) | Georgian (SOV) | Transliteration |
|
|
39
|
+
|---------------|----------------|-----------------|
|
|
40
|
+
| I drink water | แแ แฌแงแแแก แแกแแแ | me tsqals vsvam |
|
|
41
|
+
| She reads a book | แแก แฌแแแแก แแแแฎแฃแแแแก | is tsigns kitxulobs |
|
|
42
|
+
| We eat bread | แฉแแแ แแฃแ แก แแญแแแ | chven purs vchamt |
|
|
43
|
+
| He writes a letter | แแก แฌแแ แแแก แฌแแ แก | is tserils tsers |
|
|
44
|
+
| They speak Georgian | แแกแแแ แฅแแ แแฃแแก แกแแฃแแ แแแแ | isini kartuls saubroben |
|
|
45
|
+
|
|
46
|
+
Notice: the verb is always **last**.
|
|
47
|
+
|
|
48
|
+
## Breaking Down a Sentence
|
|
49
|
+
|
|
50
|
+
Take the sentence **แแ แฌแงแแแก แแกแแแ** (I drink water):
|
|
51
|
+
|
|
52
|
+
| Part | Georgian | Role |
|
|
53
|
+
|------|----------|------|
|
|
54
|
+
| แแ | me | Subject โ I |
|
|
55
|
+
| แฌแงแแแก | tsqals | Object โ water (with case ending -แก) |
|
|
56
|
+
| แแกแแแ | vsvam | Verb โ drink (with prefix แ- marking first person) |
|
|
57
|
+
|
|
58
|
+
The **-แก** ending on the object is the dative case marker โ you will study cases fully in Lesson 3. For now, note that objects often take a suffix that distinguishes them from subjects.
|
|
59
|
+
|
|
60
|
+
## Common Verbs for Practice
|
|
61
|
+
|
|
62
|
+
:::vocabulary-set{id="ka-gram-01-verbs" title="Common Georgian Verbs"}
|
|
63
|
+
|
|
64
|
+
::vocab-item{id="vkitxulob" word="แแแแแฎแฃแแแ" pronunciation="v-ki-txu-lob" meaning="I read"}
|
|
65
|
+
|
|
66
|
+
::vocab-item{id="vsvam" word="แแกแแแ" pronunciation="v-svam" meaning="I drink"}
|
|
67
|
+
|
|
68
|
+
::vocab-item{id="vchamt" word="แแญแแ" pronunciation="v-cham" meaning="I eat"}
|
|
69
|
+
|
|
70
|
+
::vocab-item{id="vtsert" word="แแฌแแ " pronunciation="v-tser" meaning="I write"}
|
|
71
|
+
|
|
72
|
+
::vocab-item{id="vsaubrob" word="แแกแแฃแแ แแ" pronunciation="v-sau-brob" meaning="I speak/talk"}
|
|
73
|
+
|
|
74
|
+
:::
|
|
75
|
+
|
|
76
|
+
## Word Order is Flexible โ With a Catch
|
|
77
|
+
|
|
78
|
+
Georgian allows some flexibility: the subject and object can be rearranged for emphasis, but the **verb almost always stays at the end**. This is a firm rule for learners to follow.
|
|
79
|
+
|
|
80
|
+
**Normal order**: แแ แฌแงแแแก แแกแแแ (I water drink)
|
|
81
|
+
**Emphatic object**: แฌแงแแแก แแ แแกแแแ (Water, I drink โ emphasizing *I* specifically drink water)
|
|
82
|
+
|
|
83
|
+
Both are grammatically correct, but the verb แแกแแแ never moves from the final position.
|
|
84
|
+
|
|
85
|
+
## Practice Exercises
|
|
86
|
+
|
|
87
|
+
:::exercise{id="ka-gram-01-pattern-recognition" type="matching" title="Identify the Verb" skill="pattern-recognition" objectiveId="obj-01-sov-recognize"}
|
|
88
|
+
|
|
89
|
+
**Question:** In each Georgian sentence, identify which word is the verb (always at the end)
|
|
90
|
+
|
|
91
|
+
- แแก แฌแแแแก แแแแฎแฃแแแแก
|
|
92
|
+
- แฉแแแ แแฃแ แก แแญแแแ
|
|
93
|
+
- แแกแแแ แฅแแ แแฃแแก แกแแฃแแ แแแแ
|
|
94
|
+
- แแก แฌแแ แแแก แฌแแ แก
|
|
95
|
+
|
|
96
|
+
**Answer:**
|
|
97
|
+
|
|
98
|
+
- แแก แฌแแแแก **แแแแฎแฃแแแแก** โ reads (verb at end)
|
|
99
|
+
- แฉแแแ แแฃแ แก **แแญแแแ** โ eat (verb at end)
|
|
100
|
+
- แแกแแแ แฅแแ แแฃแแก **แกแแฃแแ แแแแ** โ speak (verb at end)
|
|
101
|
+
- แแก แฌแแ แแแก **แฌแแ แก** โ writes (verb at end)
|
|
102
|
+
|
|
103
|
+
**Explanation:** In Georgian SOV structure, the verb is always the final word in a basic declarative sentence. The -แก suffix on the object and the verb-final position are reliable signals.
|
|
104
|
+
|
|
105
|
+
:::
|
|
106
|
+
|
|
107
|
+
:::exercise{id="ka-gram-01-word-order" type="fill-in-blank" title="Arrange the Sentence" skill="word-order" objectiveId="obj-01-sov-arrange"}
|
|
108
|
+
|
|
109
|
+
**Question:** Reorder the words to form a correct Georgian sentence (SOV)
|
|
110
|
+
|
|
111
|
+
1. Words: **แแกแแแ / แฌแงแแแก / แแ** โ I drink water
|
|
112
|
+
2. Words: **แแแแฎแฃแแแแก / แฌแแแแก / แแก** โ She reads a book
|
|
113
|
+
3. Words: **แแฌแแ / แฌแแ แแแก / แแ** โ I write a letter
|
|
114
|
+
|
|
115
|
+
**Answer:**
|
|
116
|
+
|
|
117
|
+
1. แแ แฌแงแแแก แแกแแแ
|
|
118
|
+
2. แแก แฌแแแแก แแแแฎแฃแแแแก
|
|
119
|
+
3. แแ แฌแแ แแแก แแฌแแ
|
|
120
|
+
|
|
121
|
+
**Explanation:** Place the subject first, then the object, then the verb last. The verb-final rule is consistent in Georgian declarative sentences.
|
|
122
|
+
|
|
123
|
+
:::
|
|
124
|
+
|
|
125
|
+
:::exercise{id="ka-gram-01-pattern-application" type="multiple-choice" title="Choose the Correct Sentence" skill="pattern-application" objectiveId="obj-01-sov-apply"}
|
|
126
|
+
|
|
127
|
+
**Question:** Which sentence follows correct Georgian word order?
|
|
128
|
+
|
|
129
|
+
**Options:**
|
|
130
|
+
- แแ แแกแแแ แฌแงแแแก
|
|
131
|
+
- แแกแแแ แแ แฌแงแแแก
|
|
132
|
+
- แแ แฌแงแแแก แแกแแแ
|
|
133
|
+
- แฌแงแแแก แแกแแแ แแกแแแ
|
|
134
|
+
|
|
135
|
+
**Answer:** 3
|
|
136
|
+
|
|
137
|
+
**Explanation:** Georgian requires the verb at the end. Option 3 โ แแ แฌแงแแแก แแกแแแ โ places the subject (แแ) first, the object (แฌแงแแแก) second, and the verb (แแกแแแ) last. This is correct SOV order.
|
|
138
|
+
|
|
139
|
+
:::
|
|
140
|
+
|
|
141
|
+
## What's Next
|
|
142
|
+
|
|
143
|
+
In Lesson 2, you will learn personal pronouns and the verb "to be" โ the foundation for describing who people are and what things are.
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: lesson
|
|
3
|
+
id: georgian-grammar-lesson-02
|
|
4
|
+
title: "แแแแแแแแแ 2 โ แแแ แแแ แแแชแแแแกแแฎแแแแแ แแ แแแแ 'แแแ '"
|
|
5
|
+
description: "Personal pronouns and the verb to be in Georgian"
|
|
6
|
+
order: 2
|
|
7
|
+
parentId: georgian-grammar
|
|
8
|
+
difficulty: intermediate
|
|
9
|
+
cefrLevel: A2
|
|
10
|
+
categories:
|
|
11
|
+
- grammar
|
|
12
|
+
- pronouns
|
|
13
|
+
metadata:
|
|
14
|
+
estimatedTime: 30
|
|
15
|
+
prerequisites:
|
|
16
|
+
- georgian-grammar-lesson-01
|
|
17
|
+
learningObjectives:
|
|
18
|
+
- id: obj-02-pronouns-recognize
|
|
19
|
+
description: "Recognize all six Georgian personal pronouns"
|
|
20
|
+
skill: word-recognition
|
|
21
|
+
- id: obj-02-tobe-apply
|
|
22
|
+
description: "Form sentences using the verb to be"
|
|
23
|
+
skill: pattern-application
|
|
24
|
+
- id: obj-02-tobe-produce
|
|
25
|
+
description: "Produce simple predicate sentences with pronouns and to-be"
|
|
26
|
+
skill: word-production
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
# แแแแแแแแแ 2 (Lesson 2) โ Personal Pronouns and To Be
|
|
30
|
+
|
|
31
|
+
## Introduction
|
|
32
|
+
|
|
33
|
+
Georgian has six personal pronouns, one for each person and number. Unlike many European languages, Georgian does not distinguish grammatical gender โ there is no he/she distinction in the third person singular. The pronoun **แแก** (is) means both "he" and "she."
|
|
34
|
+
|
|
35
|
+
The verb "to be" in Georgian is irregular and essential. It works differently from English in one important way: in the third person, it can be omitted entirely or appear as a suffix **-แ** (-a).
|
|
36
|
+
|
|
37
|
+
## Personal Pronouns
|
|
38
|
+
|
|
39
|
+
| Pronoun | Georgian | Transliteration | Meaning |
|
|
40
|
+
|---------|----------|-----------------|---------|
|
|
41
|
+
| 1st sg | แแ | me | I |
|
|
42
|
+
| 2nd sg | แจแแ | shen | you (singular) |
|
|
43
|
+
| 3rd sg | แแก | is | he / she / it |
|
|
44
|
+
| 1st pl | แฉแแแ | chven | we |
|
|
45
|
+
| 2nd pl | แแฅแแแ | tkven | you (plural / formal) |
|
|
46
|
+
| 3rd pl | แแกแแแ | isini | they |
|
|
47
|
+
|
|
48
|
+
Note: **แแฅแแแ** (tkven) is also used as a polite singular "you," similar to French *vous* or German *Sie*. Addressing an elder or a stranger with แแฅแแแ shows respect.
|
|
49
|
+
|
|
50
|
+
## The Verb "To Be" โ Present Tense
|
|
51
|
+
|
|
52
|
+
:::vocabulary-set{id="ka-gram-02-tobe" title="To Be โ Present Tense Forms"}
|
|
53
|
+
|
|
54
|
+
::vocab-item{id="var" word="แแแ " pronunciation="var" meaning="I am (แแ แแแ )"}
|
|
55
|
+
|
|
56
|
+
::vocab-item{id="xar" word="แฎแแ " pronunciation="khar" meaning="You are (แจแแ แฎแแ )"}
|
|
57
|
+
|
|
58
|
+
::vocab-item{id="aris" word="แแ แแก" pronunciation="a-ris" meaning="He/she/it is (แแก แแ แแก)"}
|
|
59
|
+
|
|
60
|
+
::vocab-item{id="vart" word="แแแ แ" pronunciation="vart" meaning="We are (แฉแแแ แแแ แ)"}
|
|
61
|
+
|
|
62
|
+
::vocab-item{id="xart" word="แฎแแ แ" pronunciation="khart" meaning="You are plural/formal (แแฅแแแ แฎแแ แ)"}
|
|
63
|
+
|
|
64
|
+
::vocab-item{id="arian" word="แแ แแแ" pronunciation="a-ri-an" meaning="They are (แแกแแแ แแ แแแ)"}
|
|
65
|
+
|
|
66
|
+
:::
|
|
67
|
+
|
|
68
|
+
## A Georgian Shortcut: Dropping the Verb
|
|
69
|
+
|
|
70
|
+
In the third person, Georgians frequently drop **แแ แแก** entirely or replace it with the short suffix **-แ** attached directly to the predicate:
|
|
71
|
+
|
|
72
|
+
| Full form | Short form | Meaning |
|
|
73
|
+
|-----------|------------|---------|
|
|
74
|
+
| แแก แกแขแฃแแแแขแแ แแ แแก | แแก แกแขแฃแแแแขแแ | He/she is a student |
|
|
75
|
+
| แแก แแแ แแ แแแแแแแแ แแ แแก | แแก แแแ แแ แแแแแแแแแ | He/she is a good person |
|
|
76
|
+
|
|
77
|
+
The **-แ** ending on the noun or adjective carries the meaning of "is." This is very common in spoken and written Georgian.
|
|
78
|
+
|
|
79
|
+
## Simple Predicate Sentences
|
|
80
|
+
|
|
81
|
+
| Georgian | Transliteration | Meaning |
|
|
82
|
+
|----------|-----------------|---------|
|
|
83
|
+
| แแ แกแขแฃแแแแขแ แแแ | me studenti var | I am a student |
|
|
84
|
+
| แจแแ แฅแแ แแแแแ แฎแแ | shen kartveli khar | You are Georgian |
|
|
85
|
+
| แแก แแแกแฌแแแแแแแแแ | is matsavlebelia | He/she is a teacher |
|
|
86
|
+
| แฉแแแ แแแแแแ แแแ แแแ แ | chven megobrebi vart | We are friends |
|
|
87
|
+
| แแฅแแแ แแฅแแแแแ แฎแแ แ | tkven ekimebi khart | You are doctors |
|
|
88
|
+
| แแกแแแ แกแขแฃแแแแขแแแ แแ แแแ | isini studentebi arian | They are students |
|
|
89
|
+
|
|
90
|
+
## Practice Exercises
|
|
91
|
+
|
|
92
|
+
:::exercise{id="ka-gram-02-pronouns-recognize" type="matching" title="Match Pronouns" skill="word-recognition" objectiveId="obj-02-pronouns-recognize"}
|
|
93
|
+
|
|
94
|
+
**Question:** Match each Georgian pronoun to its English meaning
|
|
95
|
+
|
|
96
|
+
- แแ
|
|
97
|
+
- แจแแ
|
|
98
|
+
- แแก
|
|
99
|
+
- แฉแแแ
|
|
100
|
+
- แแฅแแแ
|
|
101
|
+
- แแกแแแ
|
|
102
|
+
|
|
103
|
+
**Answer:**
|
|
104
|
+
|
|
105
|
+
- แแ โ I
|
|
106
|
+
- แจแแ โ you (singular)
|
|
107
|
+
- แแก โ he / she / it
|
|
108
|
+
- แฉแแแ โ we
|
|
109
|
+
- แแฅแแแ โ you (plural or formal)
|
|
110
|
+
- แแกแแแ โ they
|
|
111
|
+
|
|
112
|
+
**Explanation:** Georgian has no gender distinction in the third person singular โ แแก covers both he and she. แแฅแแแ serves as both plural you and polite formal you.
|
|
113
|
+
|
|
114
|
+
:::
|
|
115
|
+
|
|
116
|
+
:::exercise{id="ka-gram-02-tobe-apply" type="fill-in-blank" title="Complete with To Be" skill="pattern-application" objectiveId="obj-02-tobe-apply"}
|
|
117
|
+
|
|
118
|
+
**Question:** Fill in the correct form of "to be"
|
|
119
|
+
|
|
120
|
+
1. แแ แกแขแฃแแแแขแ ___ (I am a student)
|
|
121
|
+
2. แจแแ แฅแแ แแแแแ ___ (you are Georgian)
|
|
122
|
+
3. แฉแแแ แแแแแแ แแแ ___ (we are friends)
|
|
123
|
+
4. แแกแแแ แแฅแแแแแ ___ (they are doctors)
|
|
124
|
+
|
|
125
|
+
**Answer:**
|
|
126
|
+
|
|
127
|
+
1. แแ แกแขแฃแแแแขแ **แแแ **
|
|
128
|
+
2. แจแแ แฅแแ แแแแแ **แฎแแ **
|
|
129
|
+
3. แฉแแแ แแแแแแ แแแ **แแแ แ**
|
|
130
|
+
4. แแกแแแ แแฅแแแแแ **แแ แแแ**
|
|
131
|
+
|
|
132
|
+
**Explanation:** The verb "to be" in Georgian changes with each person and number. Note the pattern: แ- prefix for first person (แแแ , แแแ แ), and the distinct plural forms with -แแ for third person plural.
|
|
133
|
+
|
|
134
|
+
:::
|
|
135
|
+
|
|
136
|
+
:::exercise{id="ka-gram-02-tobe-produce" type="multiple-choice" title="Say Who You Are" skill="word-production" objectiveId="obj-02-tobe-produce"}
|
|
137
|
+
|
|
138
|
+
**Question:** You are introducing yourself as a student. Which sentence is correct?
|
|
139
|
+
|
|
140
|
+
**Options:**
|
|
141
|
+
- แแ แกแขแฃแแแแขแ แฎแแ
|
|
142
|
+
- แแ แกแขแฃแแแแขแ แแแ
|
|
143
|
+
- แแก แกแขแฃแแแแขแ แแแ
|
|
144
|
+
- แฉแแแ แกแขแฃแแแแขแ แแแ แ
|
|
145
|
+
|
|
146
|
+
**Answer:** 2
|
|
147
|
+
|
|
148
|
+
**Explanation:** For first person singular "I am," use **แแแ **. The subject pronoun is **แแ** (I). Using แฎแแ would mean "you are" and แแก refers to a third person. แฉแแแ แแแ แ means "we are" โ the noun would also need to be plural.
|
|
149
|
+
|
|
150
|
+
:::
|
|
151
|
+
|
|
152
|
+
## What's Next
|
|
153
|
+
|
|
154
|
+
In Lesson 3, you will explore the Georgian case system โ specifically the nominative and ergative cases, which control how subjects are marked depending on the verb type.
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: lesson
|
|
3
|
+
id: georgian-grammar-lesson-03
|
|
4
|
+
title: "แแแแแแแแแ 3 โ แกแแฎแแแแแแแ แแ แแแแฎแ แแแแแ แแ แฃแแแ"
|
|
5
|
+
description: "The Nominative and Ergative Cases: how subjects are marked in Georgian"
|
|
6
|
+
order: 3
|
|
7
|
+
parentId: georgian-grammar
|
|
8
|
+
difficulty: intermediate
|
|
9
|
+
cefrLevel: A2
|
|
10
|
+
categories:
|
|
11
|
+
- grammar
|
|
12
|
+
- cases
|
|
13
|
+
metadata:
|
|
14
|
+
estimatedTime: 35
|
|
15
|
+
prerequisites:
|
|
16
|
+
- georgian-grammar-lesson-02
|
|
17
|
+
learningObjectives:
|
|
18
|
+
- id: obj-03-cases-recognize
|
|
19
|
+
description: "Recognize nominative and ergative case endings on nouns"
|
|
20
|
+
skill: pattern-recognition
|
|
21
|
+
- id: obj-03-cases-apply
|
|
22
|
+
description: "Use the correct case ending based on verb type"
|
|
23
|
+
skill: pattern-application
|
|
24
|
+
- id: obj-03-cases-order
|
|
25
|
+
description: "Identify subject and object from case endings in a sentence"
|
|
26
|
+
skill: word-order
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
# แแแแแแแแแ 3 (Lesson 3) โ The Nominative and Ergative Cases
|
|
30
|
+
|
|
31
|
+
## Introduction
|
|
32
|
+
|
|
33
|
+
Georgian has a case system โ nouns change their endings depending on their role in a sentence. This is one of Georgian's most distinctive grammatical features. Two cases are essential for every learner: the **nominative** (แกแแฎแแแแแแแ) and the **ergative** (แแแแฎแ แแแแแ).
|
|
34
|
+
|
|
35
|
+
The crucial difference: which case the subject takes **depends on the verb**, not just on whether the noun is the subject or object.
|
|
36
|
+
|
|
37
|
+
## The Nominative Case (แกแแฎแแแแแแแ)
|
|
38
|
+
|
|
39
|
+
The nominative ends in **-แ** (-i) and is the citation form of a noun โ the form you find in a dictionary.
|
|
40
|
+
|
|
41
|
+
| Word | Nominative form | Meaning |
|
|
42
|
+
|------|-----------------|---------|
|
|
43
|
+
| แแแชแ | kats-i | man |
|
|
44
|
+
| แฅแแแ | kal-i | woman |
|
|
45
|
+
| แกแขแฃแแแแขแ | student-i | student |
|
|
46
|
+
| แแแกแฌแแแแแแแแ | matsavlebel-i | teacher |
|
|
47
|
+
|
|
48
|
+
The nominative is used as the subject of **intransitive verbs** โ verbs with no object (e.g., to go, to run, to sleep, to be):
|
|
49
|
+
|
|
50
|
+
- แแแชแ แแแแแก (katsi midis) โ The man goes
|
|
51
|
+
- แฅแแแ แแแแก (kali dgas) โ The woman stands
|
|
52
|
+
- แกแขแฃแแแแขแ แกแฌแแแแแแก (studenti stsvavlobs) โ The student studies
|
|
53
|
+
|
|
54
|
+
## The Ergative Case (แแแแฎแ แแแแแ)
|
|
55
|
+
|
|
56
|
+
The ergative ends in **-แแ** (-ma) and is used as the subject of **transitive verbs in the past tense** โ verbs that take a direct object (e.g., to read, to write, to eat, to see):
|
|
57
|
+
|
|
58
|
+
| Nominative | Ergative | Meaning |
|
|
59
|
+
|------------|----------|---------|
|
|
60
|
+
| แแแชแ | แแแช-แแ | man (ergative) |
|
|
61
|
+
| แฅแแแ | แฅแแ-แแ | woman (ergative) |
|
|
62
|
+
| แกแขแฃแแแแขแ | แกแขแฃแแแแข-แแ | student (ergative) |
|
|
63
|
+
|
|
64
|
+
Ergative examples (past tense with transitive verb):
|
|
65
|
+
|
|
66
|
+
- แแแชแแ แฌแแแแ แฌแแแแแแฎแ (katsma tsigni tsaikitxa) โ The man read the book
|
|
67
|
+
- แฅแแแแ แฌแแ แแแ แแแฌแแ แ (kalma tserili datsera) โ The woman wrote the letter
|
|
68
|
+
- แกแขแฃแแแแขแแ แแแแแชแแ แฉแแแแแ แ (studentma gamotsdะฐ chaabara) โ The student passed the exam
|
|
69
|
+
|
|
70
|
+
## The Split-Ergativity Pattern
|
|
71
|
+
|
|
72
|
+
This system is called **split ergativity**: Georgian uses different case systems depending on tense and verb type.
|
|
73
|
+
|
|
74
|
+
| Situation | Subject case | Example |
|
|
75
|
+
|-----------|-------------|---------|
|
|
76
|
+
| Present / intransitive | Nominative (-แ) | แแแชแ แแแแแก |
|
|
77
|
+
| Past / transitive | Ergative (-แแ) | แแแชแแ แฌแแแแ แฌแแแแแแฎแ |
|
|
78
|
+
|
|
79
|
+
Think of it this way: in the past tense, a transitive action "acts upon" the subject from the outside โ the subject is the agent of something done, so Georgian marks it differently.
|
|
80
|
+
|
|
81
|
+
## What Happens to the Object?
|
|
82
|
+
|
|
83
|
+
When the ergative subject is used (past transitive), the **object** takes the nominative form (-แ) instead of the dative:
|
|
84
|
+
|
|
85
|
+
- แแแชแแ **แฌแแแแ** แฌแแแแแแฎแ โ The man read **the book** (book = nominative, subject of reading)
|
|
86
|
+
- (compare present: แแแชแ **แฌแแแแก** แแแแฎแฃแแแแก โ the man reads **the book**, book = dative -แก)
|
|
87
|
+
|
|
88
|
+
This case realignment is a hallmark of Georgian grammar.
|
|
89
|
+
|
|
90
|
+
## Practice Exercises
|
|
91
|
+
|
|
92
|
+
:::exercise{id="ka-gram-03-cases-recognize" type="matching" title="Identify the Case" skill="pattern-recognition" objectiveId="obj-03-cases-recognize"}
|
|
93
|
+
|
|
94
|
+
**Question:** Identify whether the bold noun is nominative (-แ) or ergative (-แแ)
|
|
95
|
+
|
|
96
|
+
- **แแแชแ** แแแแแก
|
|
97
|
+
- **แฅแแแแ** แฌแแ แแแ แแแฌแแ แ
|
|
98
|
+
- **แกแขแฃแแแแขแ** แกแฌแแแแแแก
|
|
99
|
+
- **แกแขแฃแแแแขแแ** แแแแแชแแ แฉแแแแแ แ
|
|
100
|
+
|
|
101
|
+
**Answer:**
|
|
102
|
+
|
|
103
|
+
- **แแแชแ** โ nominative (-แ ending), subject of intransitive verb
|
|
104
|
+
- **แฅแแแแ** โ ergative (-แแ ending), subject of past transitive verb
|
|
105
|
+
- **แกแขแฃแแแแขแ** โ nominative (-แ ending), subject of intransitive/present verb
|
|
106
|
+
- **แกแขแฃแแแแขแแ** โ ergative (-แแ ending), subject of past transitive verb
|
|
107
|
+
|
|
108
|
+
**Explanation:** The -แ ending marks the nominative. The -แแ ending marks the ergative. Ergative is used when the verb is transitive and in the past tense.
|
|
109
|
+
|
|
110
|
+
:::
|
|
111
|
+
|
|
112
|
+
:::exercise{id="ka-gram-03-cases-apply" type="fill-in-blank" title="Choose the Right Case" skill="pattern-application" objectiveId="obj-03-cases-apply"}
|
|
113
|
+
|
|
114
|
+
**Question:** Fill in the correct form of the subject noun (nominative or ergative)
|
|
115
|
+
|
|
116
|
+
1. ___ (แแแชแ) แแแแแก โ The man goes (intransitive)
|
|
117
|
+
2. ___ (แฅแแแ) แฌแแ แแแ แแแฌแแ แ โ The woman wrote the letter (past transitive)
|
|
118
|
+
3. ___ (แกแขแฃแแแแขแ) แกแฌแแแแแแก โ The student studies (present)
|
|
119
|
+
4. ___ (แแแแจแแ) แแฃแ แ แจแแญแแแ โ The child ate bread (past transitive)
|
|
120
|
+
|
|
121
|
+
**Answer:**
|
|
122
|
+
|
|
123
|
+
1. **แแแชแ** แแแแแก (nominative โ intransitive)
|
|
124
|
+
2. **แฅแแแแ** แฌแแ แแแ แแแฌแแ แ (ergative โ past transitive)
|
|
125
|
+
3. **แกแขแฃแแแแขแ** แกแฌแแแแแแก (nominative โ present)
|
|
126
|
+
4. **แแแแจแแแ** แแฃแ แ แจแแญแแแ (ergative โ past transitive)
|
|
127
|
+
|
|
128
|
+
**Explanation:** Use nominative (-แ) for intransitive verbs or present tense subjects. Use ergative (-แแ) for subjects of past tense transitive verbs. Drop the -แ from the nominative and add -แแ to form the ergative.
|
|
129
|
+
|
|
130
|
+
:::
|
|
131
|
+
|
|
132
|
+
:::exercise{id="ka-gram-03-cases-order" type="multiple-choice" title="Who Did the Action?" skill="word-order" objectiveId="obj-03-cases-order"}
|
|
133
|
+
|
|
134
|
+
**Question:** In the sentence **แฅแแแแ แแแชแ แแแแแแฎแ** (the woman saw the man), who is the subject (the one doing the seeing)?
|
|
135
|
+
|
|
136
|
+
**Options:**
|
|
137
|
+
- แแแชแ (the man), because -แ is the subject marker
|
|
138
|
+
- แฅแแแ (the woman), but her form changed
|
|
139
|
+
- แฅแแแแ (the woman), because -แแ marks the ergative subject
|
|
140
|
+
- It is impossible to tell without context
|
|
141
|
+
|
|
142
|
+
**Answer:** 3
|
|
143
|
+
|
|
144
|
+
**Explanation:** In past transitive sentences, the **ergative (-แแ)** marks the subject. แฅแแแแ is the woman as ergative subject โ she did the seeing. แแแชแ (nominative -แ) is the object in this construction. The case ending tells you who did what, even if word order changes.
|
|
145
|
+
|
|
146
|
+
:::
|
|
147
|
+
|
|
148
|
+
## What's Next
|
|
149
|
+
|
|
150
|
+
In Lesson 4, you will learn Georgian postpositions โ the equivalents of English prepositions, but they attach after the noun rather than before it.
|