summaryrefslogtreecommitdiff
path: root/src/ui/android/assets/phrases.xml
blob: 9e6c84601e1b2fc46c1fbe92919f5de8bc9a1982 (plain)
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
<?xml version="1.0" encoding="UTF-8"?>

<phrasebook>
    <sentence desc="What is somebody's name?" id="QWhatName">
        <function name="PQuestion">
            <function name="QWhatName">
                <call desc="Who are we talking about?" ref="allpersons"/>
            </function>
        </function>
    </sentence>

    <sentence desc="Somebody's name is..." id="AHasName">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="AHasName">
                    <call ref="allpersons"/>
                    <function name="NameNN"/>
				</function>
			</function>
		</call>
    </sentence>

    <sentence desc="How old is someone?" id="QWhatAge">
        <function name="PQuestion">
            <function name="QWhatAge">
                <call ref="allpersons"/>
            </function>
        </function>
    </sentence>

    <sentence desc="Someone's age is..." id="AHasAge">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="AHasAge">
                    <call ref="allpersons"/>
                    <function name="NNumeral">
						<numeral desc="How many years?"/>
                    </function>
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone loves someone" id="ALove">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="ALove">
                    <call desc="Who loves someone?" ref="allpersons"/>
                    <call desc="Who is loved?" ref="allpersons"/>
                </function>
            </function>
        </call>
    </sentence>

    <sentence advanced="true" desc="Someone is married" id="AMarried">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="AMarried">
                    <call ref="allpersons"/>
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone has children" id="AHasChildren">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="AHasChildren">
                    <call ref="allpersons"/>
                    <function name="NNumeral">
						<numeral desc="How many children?"/>
					</function>
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone lives somewhere" id="ALive">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="ALive">
                    <call ref="allpersons"/>
                    <call desc="Living where?" ref="country"/>
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone wants to go somewhere" id="AWantGo">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="AWantGo">
                    <call ref="allpersons"/>
                    <call ref="a/an/the">
                        <call ref="places"/>
                    </call>
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone is somewhere" id="ABePlace">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="ABePlace">
                    <call ref="allpersons"/>
                    <call ref="a/an/the">
                        <call desc="What place?" ref="places"/>
                    </call>
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="How far is something?" id="HowFar">
        <function name="PQuestion">
            <function name="HowFar">
                <call desc="What place are we asking about?" ref="superlative_places"/>
            </function>
        </function>
    </sentence>

    <sentence desc="How far is something from somewhere?" id="HowFarFrom">
        <function name="PQuestion">
            <function name="HowFarFrom">
                <call desc="Where are we going from?" ref="superlative_places"/>
                <call desc="Where are we going to?" ref="superlative_places"/>
            </function>
        </function>
    </sentence>

    <sentence desc="Some place is open" id="PropOpen">
        <call ref="phraseit">
            <function name="PropOpen">
                <call ref="superlative">
                    <call ref="places"/>
                </call>
            </function>
        </call>
    </sentence>

    <sentence desc="Some place is closed" id="PropClosed">
        <call ref="phraseit">
            <function name="PropClosed">
                <call ref="superlative">
                    <call ref="places"/>
                </call>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone wants some food" id="AWant">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="AWant">
                    <call desc="Who wants food?" ref="allpersons"/>
                    <call ref="objectsPrep">
                        <call ref="food"/>
                    </call>
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone likes some food" id="ALike">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="ALike">
                    <call desc="Who likes it?" ref="allpersons"/>
                    <call ref="det">
                        <call ref="food"/>
                    </call>
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone has a table" id="AHasTable">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="AHasTable">
                    <call ref="allpersons"/>
                    <function name="NNumeral">
						<numeral desc="How many persons?"/>
                    </function>
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone has a room" id="AHasRoom">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="AHasRoom">
                    <call ref="allpersons"/>
                    <function name="NNumeral">
						<numeral desc="How many persons?"/>
                    </function>
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="How much does something cost?" id="HowMuchCost">
        <function name="PQuestion">
            <function name="HowMuchCost">
                <call ref="det">
                    <call ref="food"/>
                </call>
            </function>
        </function>
    </sentence>

    <sentence desc="Something costs ..." id="ItCost">
        <call ref="phraseit">
            <function name="ItCost">
                <call ref="det">
					<call ref="food"/>
                </call>
				<function name="AmountCurrency">
					<function name="NNumeral">
						<numeral desc="How much does it cost?"/>
					</function>
					<call ref="currency"/>
				</function>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone is hungry" id="AHungry">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="AHungry">
                    <call ref="allpersons"/>
                </function>
            </function>
        </call>
    </sentence>

    <sentence advanced="true" desc="Someone is thirsty" id="AThirsty">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="AThirsty">
                    <call ref="allpersons" />
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone is tired" id="ATired">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="ATired">
                    <call ref="allpersons" />
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone is scared" id="AScared">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="AScared">
                    <call ref="allpersons"/>
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone is ill" id="AIll">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="AIll">
                    <call ref="allpersons"/>
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone is ready" id="AReady">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="AReady">
                    <call ref="allpersons"/>
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone speaks a language" id="ASpeak">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="ASpeak">
                    <call desc="Who speaks it?" ref="allpersons"/>
                    <call ref="language"/>
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone understands" id="AUnderstand">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="AUnderstand">
                    <call ref="allpersons"/>
                </function>
            </function>
        </call>
    </sentence>

    <sentence desc="Someone knows" id="AKnow">
        <call ref="phraseit">
            <function name="PropAction">
                <function name="AKnow">
                    <call ref="allpersons"/>
                </function>
            </function>
        </call>
    </sentence>

    <!-- ___________________________________________________________________________________________ -->
    <!--Option lists -->
    <option desc="Who are we talking about?" id="allpersons">
        <function desc="me (male)" name="IMale" />
        <function desc="me (female)" name="IFemale" />
        <function desc="you (a male friend)" name="YouFamMale" />
        <function desc="you (a female friend)" name="YouFamFemale" />
        <function desc="you (a male stranger)" name="YouPolMale" />
        <function desc="you (a female stranger)" name="YouPolFemale" />
        <function desc="Wife of ..." name="Wife">
            <call ref="allpersons"/>
        </function>
        <function desc="Husband of ..." name="Husband">
            <call ref="allpersons"/>
        </function>
        <function desc="Daughter of ..." name="Daughter">
            <call ref="allpersons"/>
        </function>
        <function desc="Son of ..." name="Son">
            <call ref="allpersons"/>
        </function>
        <function desc="Children of ..." name="Children">
            <call ref="allpersons"/>
        </function>
    </option>

    <call id="superlative_places" ref="superlative">
        <call ref="places"/>
    </call>

    <option desc="What article?" id="a/an/the">
        <function desc="a/an" name="APlace">
            <argument/>
        </function>
        <function desc="The" name="ThePlace">
            <argument/>
        </function>
    </option>

    <option desc="How to phrase it?" id="phraseit">
        <function desc="As a statement" name="PSentence">
            <function name="SProp">
                <argument/>
            </function>
        </function>
        <function desc="As a question" name="PQuestion">
            <function name="QProp">
		        <argument/>
            </function>
        </function>
        <function desc="As a negation" name="PSentence">
            <function name="SPropNot">
                <argument/>
            </function>
        </function>
    </option>

    <option id="advphraseit" option="How are they phrasing it?">
        <function desc="As a statement" name="PSentence">
            <function name="SProp">
			    <argument/>
		    </function>
        </function>
        <function desc="As a question" name="PQuestion">
            <function name="QProp">
		    	<argument/>
			</function>
        </function>
        <function desc="As a negation" name="PSentence">
            <function name="SPropNot">
		    	<argument/>
			</function>
        </function>
    </option>

    <option id="language" desc="What language?">
        <function desc="Bulgarian" name="(LangNat Bulgarian)"/>
        <function desc="Catalan" name="(LangNat Catalan)"/>
        <function desc="Danish" name="(LangNat Danish)"/>
        <function desc="Dutch" name="(LangNat Dutch)"/>
        <function desc="English" name="(LangNat English)"/>
        <function desc="Finnish" name="(LangNat Finnish)"/>
        <function desc="Flemish" name="Flemish"/>
        <function desc="French" name="(LangNat French)"/>
        <function desc="German" name="(LangNat German)"/>
        <function desc="Italian" name="(LangNat Italian)"/>
        <function desc="Norwegian" name="(LangNat Norwegian)"/>
        <function desc="Polish" name="(LangNat Polish)"/>
        <function desc="Romanian" name="(LangNat Romanian)"/>
        <function desc="Russian" name="(LangNat Russian)"/>
        <function desc="Spanish" name="(LangNat Spanish)"/>
        <function desc="Swedish" name="(LangNat Swedish)"/>
    </option>

    <option id="nationality" desc="What nationality">
        <function desc="Belgian" name="Belgian"/>
        <function desc="Bulgarian" name="CitiNat Bulgarian"/>
        <function desc="Catalan" name="CitiNat Catalan"/>
        <function desc="Dutch" name="CitiNat Dutch"/>
        <function desc="Danish" name="CitiNat Danish"/>
        <function desc="English" name="CitiNat English"/>
        <function desc="Finnish" name="CitiNat Finnish"/>
        <function desc="French" name="CitiNat French"/>
        <function desc="German" name="CitiNat German"/>
        <function desc="Italian" name="CitiNat Italian"/>
        <function desc="Norwegian" name="CitiNat Norwegian"/>
        <function desc="Polish" name="CitiNat Polish"/>
        <function desc="Romanian" name="CitiNat Romanian"/>
        <function desc="Russian" name="CitiNat Russian"/>
        <function desc="Spanish" name="CitiNat Spanish"/>
        <function desc="Swedish" name="CitiNat Swedish"/>
    </option>

    <option desc="What place are we asking about?" id="places">
        <function desc="airport" name="AmusementPark"/>
        <function desc="amusement park" name="AmusementPark"/>
        <function desc="bank" name="Bank"/>
        <function desc="bar" name="Bar"/>
        <function desc="cafeteria" name="Cafeteria"/>
        <function desc="center" name="Center"/>
        <function desc="church" name="Church"/>
        <function desc="cinema" name="Cinema"/>
        <function desc="car park" name="Parking"/>
        <function desc="disco" name="Disco"/>
        <function desc="hospital" name="Hospital"/>
        <function desc="hotel" name="Hotel"/>
        <function desc="museum" name="Museum"/>
        <function desc="park" name="Park"/>
        <function desc="pharmacy" name="Pharmacy"/>
        <function desc="post office" name="PostOffice"/>
        <function desc="pub" name="Pub"/>
        <function desc="restaurant" name="Restaurant"/>
        <function desc="restaurant (National)" name="CitRestaurant">
            <call ref="nationality"/>
        </function>
        <function desc="school" name="School"/>
        <function desc="shop" name="Shop"/>
        <function desc="station" name="Station"/>
        <function desc="supermarket" name="Supermarket"/>
        <function desc="theatre" name="Theatre"/>
        <function desc="toilet" name="Toilet"/>
        <function desc="university" name="University"/>
        <function desc="zoo" name="Zoo"/>
    </option>

    <option id="superlative">
        <function desc="(no superlative)" name="ThePlace">
			<argument/>
		</function>
        <function desc="best" name="SuperlPlace">
			<function name="TheBest"/>
			<argument/>
        </function>
        <function desc="worst" name="SuperlPlace">
			<function name="TheWorst"/>
			<argument/>
        </function>
        <function desc="nearest" name="SuperlPlace">
			<function name="TheClosest"/>
			<argument/>
        </function>
        <function desc="cheapest" name="SuperlPlace">
			<function name="TheCheapest"/>
			<argument/>
        </function>
        <function desc="most expensive" name="SuperlPlace">
			<function name="TheMostExpensive"/>
			<argument/>
        </function>
        <function desc="most popular" name="SuperlPlace">
			<function name="TheMostPopular"/>
			<argument/>
        </function>
    </option>

    <option id="country" desc="What nationality">
        <function desc="Belgium" name="Belgium"/>
        <function desc="Bulgaria" name="(CountryNat Bulgarian)"/>
        <function desc="Catalonia" name="(CountryNat Catalan)"/>
        <function desc="The Netherlands" name="(CountryNat Dutch)"/>
        <function desc="Denmark" name="(CountryNat Danish)"/>
        <function desc="England" name="(CountryNat English)"/>
        <function desc="Finland" name="(CountryNat Finnish)"/>
        <function desc="France" name="(CountryNat French)"/>
        <function desc="Germany" name="(CountryNat German)"/>
        <function desc="Italy" name="(CountryNat Italian)"/>
        <function desc="Norway" name="(CountryNat Norwegian)"/>
        <function desc="Poland" name="(CountryNat Polish)"/>
        <function desc="Romania" name="(CountryNat Romanian)"/>
        <function desc="Russia" name="(CountryNat Russian)"/>
        <function desc="Spain" name="(CountryNat Spanish)"/>
        <function desc="Sweden" name="(CountryNat Swedish)"/>
    </option>

    <option desc="What is being wanted?" id="objectsPrep">
        <function desc="a/an" name="OneObj">
            <function name="ObjMass">
				<argument/>
			</function>
        </function>
        <function desc="the" name="OneObj">
            <function name="ObjItem">
                <function name="TheMass">
					<argument/>
			    </function>
            </function>
        </function>
        <function desc="this" name="OneObj">
            <function name="ObjItem">
                <function name="ThisMass">
					<argument/>
			    </function>
            </function>
        </function>
        <function desc="that" name="OneObj">
            <function name="ObjItem">
                <function name="ThatMass">
					<argument/>
			    </function>
            </function>
        </function>
    </option>

    <option id="det" desc="Determiner">
        <function desc="The"  name="TheMass">
			<argument/>
		</function>
        <function desc="This" name="ThisMass">
			<argument/>
		</function>
        <function desc="That" name="ThatMass">
			<argument/>
		</function>
    </option>

    <option id="food" desc="What are we talking about?">
        <function desc="Beer" name="(MassDrink Beer)"/>
        <function desc="Bread" name="Bread"/>
        <function desc="Cheese" name="Cheese"/>
        <function desc="Chicken" name="Chicken"/>
        <function desc="Coffee" name="(MassDrink Coffee)"/>
        <function desc="Fish" name="Fish"/>
        <function desc="Meat" name="Meat"/>
        <function desc="Milk" name="Milk"/>
        <function desc="Salt" name="Salt"/>
        <function desc="Tea" name="(MassDrink Tea)"/>
        <function desc="Water" name="(MassDrink Water)"/>
        <function desc="Wine" name="(MassDrink Wine)"/>
    </option>

    <option id="currency">
        <function desc="Euro"  name="Euro"/>
        <function desc="Dollar" name="Dollar"/>
        <function desc="DanishCrown" name="DanishCrown"/>
        <function desc="NorwegianCrown" name="NorwegianCrown"/>
        <function desc="SwedishCrown" name="SwedishCrown"/>
        <function desc="Pound" name="Pound"/>
        <function desc="Rouble" name="Rouble"/>
        <function desc="Rupee" name="Rupee"/>
        <function desc="Lei" name="Lei"/>
        <function desc="Leva" name="Leva"/>
        <function desc="Yuan" name="Yuan"/>
        <function desc="Zloty" name="Zloty"/>
    </option>
</phrasebook>