-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFracas_Farsi.xml
21050 lines (19273 loc) · 466 KB
/
Fracas_Farsi.xml
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
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fracas-problems SYSTEM "fracas-problems.dtd">
<?xml-stylesheet type="text/xsl" href="fracas-problems-to-html.xsl"?>
<fracas-problems>
<comment class="section">
Translation of the FraCaS test suite into Farsi(Persian) as spoken in Iran by M.Reza Khezri & Mahsa Salimy , 2012-08-15
</comment>
<comment class="intro">
Legends:
caus : Causative verb
subj : Subjunctive verb
3sg : 3rd person, singular
3pl : 3rd person. plural
question word : the word ‘aya’ which is used at the beginning of yes/no questions in Farsi
n-adj connector : noun adjective connector
Relates an adjective to the noun it is describing
Example : Both commissioners used to be leading businessmen.
both member of commission previously businessman [n-adj connector] leading were[3pl]
object marker -> determines the objective role of a noun in a sentence & comes after the object of a sentence
Example : Jones saw Smith.
Jones Smith [object marker] saw
</comment>
<problem id="001" fracas_answer="yes" language="fa">
<p idx="1">
<script>
یک ایتالیایی بزرگترین تِنورِ جهان شد
</script>
<translit>
yek italiayi bozorgtarin tenor e jahan shod.
</translit>
<morph>
An Italian greatest tenor of world became
</morph>
<english>
An Italian became the world's greatest tenor.
</english>
</p>
<q>
<script>
آیا یک ایتالیایی وجود داشت که بزرگترین تِنورِ جهان بِشود؟
</script>
<translit>
Aya yek italiayi vojood dasht ke bozorgtarin tenor e jahan beshavad?
</translit>
<morph>
Question-word one Italian there was who[that] greatest tenor of world become[subj 3sg] ?
</morph>
<english>
Was there an Italian who became the world's greatest tenor?
</english>
</q>
<h>
<script>
یک ایتالیایی وجود داشت که بزرگترین تِنورِ جهان شد
</script>
<translit>
yek italiayi vojood-dasht ke bozorgtarin tenor e jahan shod.
</translit>
<morph>
an Italian there-was[3sg] who[that] greatest tenor of world became[3sg]
</morph>
<english>
There was an Italian who became the world's greatest tenor.
</english>
</h>
<a>
<script>
آری
</script>
<translit>
Ari
</translit>
<english>
Yes
</english>
</a>
<note>
</note>
</problem>
<problem id="002" fracas_answer="yes" language="fa">
<p idx="1">
<script>
هر مرد ایتالیایی می خواهد که یک تِنورِ بزرگ باشد
</script>
<translit>
har mard e italiayi mikhahad ke yek tenor e bozorg bashad.
</translit>
<morph>
every man [n-adj connector] Italian wants to a tenor [n-adj connector] great be[subj 3sg]
</morph>
<english>
Every Italian man wants to be a great tenor.
</english>
</p>
<p idx="2">
<script>
بعضی از مردهایِ ایتالیایی تِنورهایِ بزرگی هستند.
</script>
<translit>
bazi az mardha ye italiayi tenorha ye bozorgi hastand.
</translit>
<morph>
Some of men [n-adj connector] Italian tenors [n-adj connector] great are[3pl]
</morph>
<english>
Some Italian men are great tenors.
</english>
</p>
<q>
<script>
آیا مردهای ایتالیایی ای هستند که بخواهند که یک تِنورِ بزرگ باشند؟
</script>
<translit>
aya mardha ye italiayi hastand ke bekhahand ke yek tenor e bozorg bashand?
</translit>
<morph>
Question-word men [n-adj connector] Italian there-are[3pl] who[that] want to a tenor [n-adj connector] great be[subj 3pl]
</morph>
<english>
Are there Italian men who want to be a great tenor?
</english>
</q>
<h>
<script>
مردهای ایتالیایی ای هستند که میخواهند که یک تِنورِ بزرگ باشند
</script>
<translit>
mardhaye italiayi hastand ke mikhahand ke yek tenor e bozorg bashand.
</translit>
<morph>
men [n-adj connector] Italian there-are[3pl] who[that] want[3pl] to a tenor [n-adj connector] great be[subj 3pl]
</morph>
<english>
There are Italian men who want to be a great tenor.
</english>
</h>
<a>
<script>
آری
</script>
<translit>
Ari
</translit>
<english>
Yes
</english>
</a>
<note> Same to the original source the second premise is irrelevant and the answer can be deduced based on the first premise </note>
</problem>
<problem id="003" fracas_answer="yes" language="fa">
<p idx="1">
<script>
همه ی مردهای ایتالیایی می خواهند که یک تِنورِ بزرگ باشند
</script>
<translit>
hameye mardha ye italiayi mikhahand ke yek tenor e bozorg bashand.
</translit>
<morph>
all men [n-adj connector] Italian want[3pl] to a tenor [n-adj connector] great be[subj 3pl]
</morph>
<english>
All Italian men want to be a great tenor.
</english>
</p>
<p idx="2">
<script>
بعضی از مردهایِ ایتالیایی تِنورهایِ بزرگی هستند
</script>
<translit>
bazi az mardha ye italiayi tenorha ye bozorgi hastand.
</translit>
<morph>
Some of men [n-adj connector] Italian tenors [n-adj connector] great are[3pl]
</morph>
<english>
Some Italian men are great tenors.
</english>
</p>
<q>
<script>
آیا مردهای ایتالیایی ای هستند که بخواهند که یک تِنورِ بزرگ باشند؟
</script>
<translit>
aya mardha ye italiayi hastand ke bekhahand ke yek tenor e bozorg bashand?
</translit>
<morph>
Question-word men [n-adj connector] Italian there-are[3pl] who[that] want[3pl] to a tenor [n-adj connector] great be[subj 3pl]
</morph>
<english>
Are there Italian men who want to be a great tenor?
</english>
</q>
<h>
<script>
مردهای ایتالیایی ای هستند که میخواهند که یک تِنورِ بزرگ باشند
</script>
<translit>
mardhaye italiayi hastand ke mikhahand ke yek tenor e bozorg bashand.
</translit>
<morph>
men [n-adj connector] Italian are[3pl] who[that] want to a tenor [n-adj connector] great be[subj 3pl]
</morph>
<english>
There are Italian men who want to be a great tenor.
</english>
</h>
<a>
<script>
آری
</script>
<translit>
Ari
</translit>
<english>
Yes
</english>
</a>
<note> Same to the original source the second premise is irrelevant and the answer can be deduced based on the first premise </note>
</problem>
<problem id="004" fracas_answer="yes" language="fa">
<p idx="1" >
<script>
هر تِنورِ ایتالیایی می خواهد که بزرگ باشد
</script>
<translit>
har tenor e italiayi mikhahad ke bozorg bashad
</translit>
<morph>
each tenor [n-adj connector] Italian wants[3sg] to great be[subj 3sg]
</morph>
<english>
Each Italian tenor wants to be great.
</english>
</p>
<p idx="2">
<script>
بعضی تنورهای ایتالیایی بزرگ هستند
</script>
<translit>
bazi tenorha ye italiayi bozorg hastand.
</translit>
<morph>
some tenors [n-adj connector] Italian great are[3pl].
</morph>
<english>
Some Italian tenors are great.
</english>
</p>
<q>
<script>
آیا تِنورهایِ ایتالیایی ای هستند که بخواهند که بزرگ باشند؟
</script>
<translit>
aya tenorha ye italiayi hastand ke bekhahand ke bozorg bashand?
</translit>
<morph>
Question-word tenors [n-adj connector] Italian there-are[3pl] who[that] want to great be[subj 3pl]
</morph>
<english>
Are there Italian tenors who want to be great?
</english>
</q>
<h>
<script>
تِنورهای ایتالیایی ای هستند که میخواهند که بزرگ باشند
</script>
<translit>
tenorha ye italiayi hastand ke mikhahand ke bozorg bashand.
</translit>
<morph>
tenors [n-adj connector] Italian there-are[3pl] who[that] want to great be[subj 3pl]
</morph>
<english>
There are Italian tenors who want to be great.
</english>
</h>
<a>
<script>
آری
</script>
<translit>
Ari
</translit>
<english>
Yes
</english>
</a>
<note> The answer can be deduced according to the first premise and the second premise is irrelevant.</note>
</problem>
<problem id="005" fracas_answer="yes" language="fa">
<p idx="1" >
<script>
تِنورهای واقعا بلند همت ایتالیایی هستند
</script>
<translit>
tenorha ye vaghean boland-hemmat italiayi hastand
</translit>
<morph>
tenors [n-adj connector] really ambitious Italian are[3pl]
</morph>
<english>
The really ambitious tenors are Italian.
</english>
</p>
<q>
<script>
آیا تنورهای واقعا بلند همتی هستند که ایتالیایی باشند؟
</script>
<translit>
aya tenorha ye vaghean boland-hemmati hastand ke italiayi bashand?
</translit>
<morph>
Question-word tenors [n-adj connector] really ambitious there-are who[that] Italian be[subj 3pl]?
</morph>
<english>
Are there really ambitious tenors who are Italian?
</english>
</q>
<h>
<script>
تِنورهای واقعا بلند همتی هستند که ایتالیایی هستند
</script>
<translit>
tenorha ye vaghean boland-hemmati hastand ke italiayi hastand
</translit>
<morph>
tenors [n-adj connector] really ambitious there-are who[that] Italian are[3pl]
</morph>
<english>
There are really ambitious tenors who are Italian.
</english>
</h>
<a>
<script>
آری
</script>
<translit>
Ari
</translit>
<english>
Yes
</english>
</a>
<note> </note>
</problem>
<problem id="006" fracas_answer="no" language="fa">
<p idx="1" >
<script>
هیچ تِنورِ واقعا بزرگی فروتن نیست
</script>
<translit>
hich tenor e vaghean bozorgi forootan nist.
</translit>
<morph>
No tenor [n.adj connector] really great modest is-not[3sg]
</morph>
<english>
No really great tenors are modest.
</english>
</p>
<q>
<script>
آیا تِنورهای واقعا بزرگی وجود دارند که فروتن باشند ؟
</script>
<translit>
aya tenorha ye vaghean bozorgi vojood darand ke forootan bashand?
</translit>
<morph>
Question-word tenors [n-adj connector] really great there-are[3pl] who[that] modest be[subj 3pl]?
</morph>
<english>
Are there really great tenors who are modest?
</english>
</q>
<h>
<script>
تِنورهای واقعا بزرگی وجود دارند که فروتن هستند
</script>
<translit>
tenorha ye vaghean bozorgi vojood darand ke forootan hastand
</translit>
<morph>
tenors [n-adj connector] really modest there-are[3pl] who[that] modest are[3pl]
</morph>
<english>
There are really great tenors who are modest.
</english>
</h>
<a>
<script>
نه
</script>
<translit>
Na
</translit>
<english>
No
</english>
</a>
<note> </note>
</problem>
<problem id="007" fracas_answer="yes" language="fa">
<p idx="1" >
<script>
بعضی تِنورهای بزرگ سوئدی هستند
</script>
<translit>
bazi tenorha ye bozorg sooedi hastand
</translit>
<morph>
some tenors [n-adj connector] great swedish are[3pl]
</morph>
<english>
Some great tenors are Swedish.
</english>
</p>
<q>
<script>
آیا تِنورهای بزرگی وجود دارند که سوئدی باشند؟
</script>
<translit>
aya tenorha ye bozorgi vojood darand ke sooedi bashand?
</translit>
<morph>
Question-word tenors [n-adj connector] great there-are[3pl] who[that] swedish be[subj 3pl]?
</morph>
<english>
Are there great tenors who are Swedish?
</english>
</q>
<h>
<script>
تِنورهای بزرگی وجود دارند که سوئدی هستند
</script>
<translit>
tenorha ye bozorgi vojood darand ke sooedi hastand
</translit>
<morph>
tenors [n-adj connector] great there-are[3pl] who[that] swedish are[3pl]
</morph>
<english>
There are great tenors who are Swedish.
</english>
</h>
<a>
<script>
آری
</script>
<translit>
Ari
</translit>
<english>
Yes
</english>
</a>
<note> </note>
</problem>
<problem id="008" fracas_answer="yes" language="fa">
<p idx="1" >
<script>
بسیاری از تِنورهای بزرگ آلمانی هستند
</script>
<translit>
besyari az tenorha ye bozorg Almani hastand
</translit>
<morph>
Many of tenors [n-adj connector] great German are[3pl]
</morph>
<english>
Many great tenors are German.
</english>
</p>
<q>
<script>
آیا تِنورهای بزرگی وجود دارند که آلمانی باشند؟
</script>
<translit>
aya tenorha ye bozorgi vojood darand ke Almani bashand?
</translit>
<morph>
Question-word tenors [n-adj connector] great there-are[3pl] who[that] German be[subj 3pl]?
</morph>
<english>
Are there great tenors who are German?
</english>
</q>
<h>
<script>
تِنورهای بزرگی وجود دارند که آلمانی هستند
</script>
<translit>
tenorha ye bozorgi vojood darand ke Almani hastand
</translit>
<morph>
tenors [n-adj connector] great there-are[3pl] who[that] German are[3pl]
</morph>
<english>
There are great tenors who are German.
</english>
</h>
<a>
<script>
آری
</script>
<translit>
Ari
</translit>
<english>
Yes
</english>
</a>
<note> </note>
</problem>
<problem id="009" fracas_answer="yes" language="fa">
<p idx="1" >
<script>
چندین تِنورِ بزرگ بریتانیایی هستند
</script>
<translit>
chandin tenor e bozorg britaniayi hastand
</translit>
<morph>
several tenor[sg] [n-adj connector] great British are[3pl]
</morph>
<english>
Several great tenors are British.
</english>
</p>
<q>
<script>
آیا تِنورهای بزرگی وجود دارند که بریتانیایی باشند؟
</script>
<translit>
aya tenorha ye bozorgi vojood darand ke britaniayi bashand?
</translit>
<morph>
Question-word tenors [n-adj connector] great there-are[3pl] who[that] British be[subj 3pl]?
</morph>
<english>
Are there great tenors who are British?
</english>
</q>
<h>
<script>
تِنورهای بزرگی وجود دارند که بریتانیایی هستند
</script>
<translit>
tenorha ye bozorgi vojood darand ke britaniayi hastand
</translit>
<morph>
tenors [n-adj connector] great there-are[3pl] who[that] British are[3pl]
</morph>
<english>
There are great tenors who are British.
</english>
</h>
<a>
<script>
آری
</script>
<translit>
Ari
</translit>
<english>
Yes
</english>
</a>
<note> </note>
</problem>
<problem id="010" fracas_answer="yes" language="fa">
<p idx="1" >
<script>
اکثر تِنورهای بزرگ ایتالیایی هستند
</script>
<translit>
Aksar e tenorha ye bozorg italiayi hastand
</translit>
<morph>
Most [n-adj connector] tenors [n-adj connector] great Italian are[3pl]
</morph>
<english>
Most great tenors are Italian.
</english>
</p>
<q>
<script>
آیا تِنورهای بزرگی وجود دارند که ایتالیایی باشند؟
</script>
<translit>
aya tenorha ye bozorgi vojood darand ke italiayi bashand?
</translit>
<morph>
Question-word tenors [n-adj connector] great there-are[3pl] who[that] Italian be[subj 3pl]?
</morph>
<english>
Are there great tenors who are Italian?
</english>
</q>
<h>
<script>
تِنورهای بزرگی وجود دارند که ایتالیایی هستند
</script>
<translit>
tenorha ye bozorgi vojood darand ke italiayi hastand
</translit>
<morph>
tenors [n-adj connector] great there-are[3pl] who[that] Italian are[3pl]
</morph>
<english>
There are great tenors who are Italian.
</english>
</h>
<a>
<script>
آری
</script>
<translit>
Ari
</translit>
<english>
Yes
</english>
</a>
<note> </note>
</problem>
<problem id="011" fracas_answer="yes" language="fa">
<p idx="1" >
<script>
چند تا از تِنورهای بزرگ موسیقی پاپ می خوانند
</script>
<translit>
chand ta az tenorha ye bozorg moosighi ye pop mikhanand
</translit>
<morph>
a few of tenors [n-adj connector] great music [n-adj connector] pop sing[3pl]
</morph>
<english>
A few great tenors sing popular music.
</english>
</p>
<p idx="2" >
<script>
بعضی تِنورهای بزرگ موسیقی پاپ را دوست دارند
</script>
<translit>
bazi tenorha ye bozorg moosighi ye pop ra doost darand
</translit>
<morph>
some tenors [n-adj connector] great music [n-adj connector] pop [object marker] like[3pl]
</morph>
<english>
Some great tenors like popular music.
</english>
</p>
<q>
<script>
آیا تِنورهای بزرگی وجود دارند که موسیقی پاپ بخوانند؟
</script>
<translit>
aya tenorha ye bozorgi vojood darand ke moosighi ye pop bekhanand?
</translit>
<morph>
Question-word tenors [n-adj connector] great there-are[3pl] who[that] music [n-adj connector] pop sing[subj 3pl]?
</morph>
<english>
Are there great tenors who sing popular music?
</english>
</q>
<h>
<script>
تِنورهای بزرگی وجود دارند که موسیقی پاپ می خوانند
</script>
<translit>
tenorha ye bozorgi vojood darand ke moosighi ye pop mikhanand
</translit>
<morph>
tenors [n-adj connector] great there-are[3pl] who[that] music [n-adj connector] pop sing[3pl]
</morph>
<english>
There are great tenors who sing popular music.
</english>
</h>
<a>
<script>
آری
</script>
<translit>
Ari
</translit>
<english>
Yes
</english>
</a>
<note>Same as the original document the second premise is irrelevant </note>
</problem>
<problem id="012" fracas_answer="yes" language="fa">
<p idx="1" >
<script>
تعداد کمی از تِنورهای بزرگ فقیر هستند
</script>
<translit>
tedad-e-kami az tenorha ye bozorg faghir hastand
</translit>
<morph>
few of tenors [n-adj connector] great poor are[3pl]
</morph>
<english>
Few great tenors are poor.
</english>
</p>
<q>
<script>
آیا تنورهای بزرگی وجود دارند که فقیر باشند؟
</script>
<translit>
aya tenorha ye bozorgi vojood darand ke faghir bashand?
</translit>
<morph>
Question-word tenors [n-adj connector] great there-are[3pl] who[that] poor be[subj 3pl]?
</morph>
<english>
Are there great tenors who are poor?
</english>
</q>
<h>
<script>
تِنورهای بزرگی وجود دارند که فقیر هستند
</script>
<translit>
tenorha ye bozorgi vojood darand ke faghir hastand
</translit>
<morph>
tenors [n-adj connector] great there-are[3pl] who[that] poor are[3pl]
</morph>
<english>
There are great tenors who are poor.
</english>
</h>
<a>
<script>
آری
</script>
<translit>
Ari
</translit>
<english>
Yes
</english>
</a>
<note>few means that there are a very small number of great tenors who are poor </note>
</problem>
<problem id="013" fracas_answer="yes" language="fa">
<p idx="1" >
<script>
هر دو تِنورِ اصلی عالی هستند
</script>
<translit>
har-do tenor e asli ali hastand
</translit>
<morph>
both tenor[sg] [n-adj connector] leading excellent are[3pl]
</morph>
<english>
Both leading tenors are excellent.
</english>
</p>
<p idx="2" >
<script>
تنورهای اصلی ای که عالی هستند ضروری هستند
</script>
<translit>
tenorha ye asli ke ali hastand zaroori hastand
</translit>
<morph>
tenors [n-adj connector] leading who[that] excellent are[3pl] indispensable are[3pl]
</morph>
<english>
Leading tenors who are excellent are indispensable.
</english>
</p>
<q>
<script>
آیا هر دو تِنورِ اصلی ضروری هستند؟
</script>
<translit>
aya har-do tenor e asli zaroori hastand?
</translit>
<morph>
Question-word both tenor[sg] [n-adj connector] leading indispensable are[3pl]?
</morph>
<english>
Are both leading tenors indispensable?
</english>
</q>
<h>
<script>
هر دو تِنورِ اصلی ضروری هستند
</script>
<translit>
har-do tenor e asli zaroori hastand
</translit>
<morph>
both tenor[sg] [n-adj connector] leading indispensable are[3pl]
</morph>
<english>
Both leading tenors are indispensable.
</english>
</h>
<a>
<script>
آری
</script>
<translit>
Ari
</translit>
<english>
Yes
</english>
</a>
<note> </note>
</problem>
<problem id="014" fracas_answer="no" language="fa">
<p idx="1">
<script>
هیچ یک از دو تنور برجسته ارزان نیست
</script>
<translit>
hich-yek-az-do tenor e barjeste arzan nist.
</translit>
<morph>
None-of-the-two tenor [n-adj connector] leading cheap is-not[3sg]
</morph>
<english>
Neither leading tenor comes cheap.
</english>
</p>
<p idx="2">
<script>
یکی از تنورهای برجسته پاوارتی است
</script>
<translit>
yeki az tenorha ye barjeste Pavarotti ast
</translit>
<morph>
one of tenors [n-adj connector] leading Pavarotti is[3sg]
</morph>
<english>
One of the leading tenors is Pavarotti.
</english>
</p>
<q>
<script>
آیا پاوارتی تنور برجسته ای هست که ارزان است؟
</script>
<translit>
Aya Pavarotti tenor e barjesteyi hast ke arzan ast?
</translit>
<morph>
Question-word Pavarotti tenor[sg] [n-adj connector] leading is who[that] cheap is?
</morph>
<english>
Is Pavarotti a leading tenor who comes cheap?
</english>
</q>
<h>
<script>
پاوارتی تنور برجسته ای هست که ارزان است
</script>
<translit>
Pavarotti tenor e barjeste yi hast ke arzan ast
</translit>
<morph>
Pavarotti tenor[sg] [n-adj connector] leading [Indef marker] is who[that] cheap is
</morph>
<english>
Pavarotti is a leading tenor who comes cheap.
</english>
</h>
<a>
<script>
نه
</script>
<translit>
Na
</translit>
<english>
No
</english>
</a>
<note> </note>
</problem>
<problem id="015" fracas_answer="yes" language="fa">
<p idx="1">
<script>
دست کم سه تنور در کنسرت شرکت خواهند کرد
</script>
<translit>