-
Notifications
You must be signed in to change notification settings - Fork 0
/
en_atis-ud-test.conllu
8338 lines (7752 loc) · 342 KB
/
en_atis-ud-test.conllu
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
# sent_id = 0001.test
# text = what are the coach flights between dallas and baltimore leaving august tenth and returning august twelve
1 what what PRON _ PronType=Int,Rel 0 root _ _
2 are be AUX _ Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop _ _
3 the the DET _ PronType=Art 5 det _ _
4 coach coach NOUN _ Number=Sing 5 compound _ _
5 flights flight NOUN _ Number=Plur 1 nsubj _ _
6 between between ADP _ _ 7 case _ _
7 dallas Dallas PROPN _ Number=Sing 5 nmod _ _
8 and and CCONJ _ _ 9 cc _ _
9 baltimore Baltimore PROPN _ Number=Sing 7 conj _ _
10 leaving leave VERB _ Tense=Pres|VerbForm=Part 5 acl:relcl _ _
11 august August NOUN _ Number=Sing 10 obl:tmod _ _
12 tenth ten ADJ _ Degree=Pos|NumType=Ord 11 amod _ _
13 and and CCONJ _ _ 14 cc _ _
14 returning return VERB _ Tense=Pres|VerbForm=Part 10 conj _ _
15 august August NOUN _ Number=Sing 14 obl:tmod _ _
16 twelve twelve NUM _ NumType=Card 15 nummod _ _
# sent_id = 0002.test
# text = i want a flight from nashville to seattle that arrives no later than 3 pm
1 i I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj _ _
2 want want VERB _ Mood=Ind|Tense=Pres|VerbForm=Fin 0 root _ _
3 a a DET _ PronType=Art 4 det _ _
4 flight flight NOUN _ Number=Sing 2 obj _ _
5 from from ADP _ _ 6 case _ _
6 nashville Nashville PROPN _ Number=Sing 4 nmod _ _
7 to to ADP _ _ 8 case _ _
8 seattle Seattle PROPN _ Number=Sing 4 nmod _ _
9 that that ADP _ _ 10 mark _ _
10 arrives arrive VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl _ _
11 no no DET _ PronType=Art 12 det _ _
12 later late ADJ _ Degree=Pos 10 advmod _ _
13 than than ADP _ _ 15 case _ _
14 3 3 NUM _ NumType=Card 15 nummod _ _
15 pm pm NOUN _ Number=Sing 12 obl:tmod _ _
# sent_id = 0003.test
# text = i need a flight leaving kansas city to chicago leaving next wednesday and returning the following day
1 i I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj _ _
2 need need VERB _ Mood=Ind|Tense=Pres|VerbForm=Fin 0 root _ _
3 a a DET _ PronType=Art 4 det _ _
4 flight flight NOUN _ Number=Sing 2 obj _ _
5 leaving leave VERB _ Tense=Pres|VerbForm=Part 4 acl:relcl _ _
6 kansas Kansas PROPN _ Number=Sing 5 obl _ _
7 city City PROPN _ Number=Sing 6 flat _ _
8 to to ADP _ _ 9 case _ _
9 chicago Chicago PROPN _ Number=Sing 5 obl _ _
10 leaving leave VERB _ Tense=Pres|VerbForm=Part 4 acl:relcl _ _
11 next next ADJ _ Degree=Pos 12 amod _ _
12 wednesday Wednesday NOUN _ Number=Sing 10 obl:tmod _ _
13 and and CCONJ _ _ 14 cc _ _
14 returning return VERB _ Tense=Pres|VerbForm=Part 10 conj _ _
15 the the DET _ PronType=Art 17 det _ _
16 following follow VERB _ Tense=Pres|VerbForm=Part 17 acl:relcl _ _
17 day day NOUN _ Number=Sing 14 obl:tmod _ _
# sent_id = 0004.test
# text = explain meal codes sd d
1 explain explain VERB _ VerbForm=Inf 0 root _ _
2 meal meal NOUN _ Number=Sing 3 compound _ _
3 codes code NOUN _ Number=Plur 1 obj _ _
4 sd SD PROPN _ Number=Sing 3 nmod _ _
5 d D PROPN _ Number=Sing 4 list _ _
# sent_id = 0005.test
# text = show me all flights from atlanta to san francisco which leave the day after tomorrow after 5 o'clock pm
1 show show VERB _ VerbForm=Inf 0 root _ _
2 me I PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 1 iobj _ _
3 all all DET _ PronType=Art 4 det _ _
4 flights flight NOUN _ Number=Plur 1 obj _ _
5 from from ADP _ _ 6 case _ _
6 atlanta Atlanta PROPN _ Number=Sing 4 nmod _ _
7 to to ADP _ _ 8 case _ _
8 san San PROPN _ Number=Sing 4 nmod _ _
9 francisco Francisco PROPN _ Number=Sing 8 flat _ _
10 which which PRON _ PronType=Int,Rel 11 nsubj _ _
11 leave leave VERB _ VerbForm=Inf 4 acl:relcl _ _
12 the the DET _ PronType=Art 13 det _ _
13 day day NOUN _ Number=Sing 11 obl:tmod _ _
14 after after ADP _ _ 15 case _ _
15 tomorrow tomorrow NOUN _ Number=Sing 13 nmod:tmod _ _
16 after after ADP _ _ 18 case _ _
17 5 5 NUM _ NumType=Card 18 nummod _ _
18 o'clock o'clock ADV _ Degree=Pos 11 advmod _ _
19 pm pm NOUN _ Number=Sing 18 nmod:tmod _ _
# sent_id = 0006.test
# text = i need a flight from toronto to montreal reaching montreal early on friday
1 i I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj _ _
2 need need VERB _ Mood=Ind|Tense=Pres|VerbForm=Fin 0 root _ _
3 a a DET _ PronType=Art 4 det _ _
4 flight flight NOUN _ Number=Sing 2 obj _ _
5 from from ADP _ _ 6 case _ _
6 toronto Toronto PROPN _ Number=Sing 4 nmod _ _
7 to to ADP _ _ 8 case _ _
8 montreal Montreal PROPN _ Number=Sing 4 nmod _ _
9 reaching reach VERB _ Tense=Pres|VerbForm=Part 4 acl:relcl _ _
10 montreal Montreal PROPN _ Number=Sing 9 obl _ _
11 early early ADJ _ Degree=Pos 13 amod _ _
12 on on ADP _ _ 13 case _ _
13 friday Friday NOUN _ Number=Sing 9 obl:tmod _ _
# sent_id = 0007.test
# text = are there any flights from new york to montreal canada leaving on thursday
1 are be VERB _ Mood=Ind|Tense=Pres|VerbForm=Fin 0 root _ _
2 there there PRON _ PronType=Dem 1 expl _ _
3 any any DET _ PronType=Art 4 det _ _
4 flights flight NOUN _ Number=Plur 1 nsubj _ _
5 from from ADP _ _ 6 case _ _
6 new New PROPN _ Number=Sing 4 nmod _ _
7 york York PROPN _ Number=Sing 6 flat _ _
8 to to ADP _ _ 9 case _ _
9 montreal Montreal PROPN _ Number=Sing 4 nmod _ _
10 canada Canada PROPN _ Number=Sing 9 appos _ _
11 leaving leave VERB _ Tense=Pres|VerbForm=Part 4 acl:relcl _ _
12 on on ADP _ _ 13 case _ _
13 thursday Thursday NOUN _ Number=Sing 11 obl:tmod _ _
# sent_id = 0008.test
# text = show me ground transportation in philadelphia on monday morning
1 show show VERB _ VerbForm=Inf 0 root _ _
2 me I PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 1 iobj _ _
3 ground ground NOUN _ Number=Sing 4 compound _ _
4 transportation transportation NOUN _ Number=Sing 1 obj _ _
5 in in ADP _ _ 6 case _ _
6 philadelphia Philadelphia PROPN _ Number=Sing 4 nmod _ _
7 on on ADP _ _ 9 case _ _
8 monday Monday NOUN _ Number=Sing 9 compound _ _
9 morning morning NOUN _ Number=Sing 4 nmod:tmod _ _
# sent_id = 0009.test
# text = find a flight from toronto to san diego with a layover in dc on delta airlines
1 find find VERB _ VerbForm=Inf 0 root _ _
2 a a DET _ PronType=Art 3 det _ _
3 flight flight NOUN _ Number=Sing 1 obj _ _
4 from from ADP _ _ 5 case _ _
5 toronto Toronto PROPN _ Number=Sing 3 nmod _ _
6 to to ADP _ _ 7 case _ _
7 san San PROPN _ Number=Sing 3 nmod _ _
8 diego Diego PROPN _ Number=Sing 7 flat _ _
9 with with ADP _ _ 11 case _ _
10 a a DET _ PronType=Art 11 det _ _
11 layover layover NOUN _ Number=Sing 3 nmod _ _
12 in in ADP _ _ 13 case _ _
13 dc DC PROPN _ Number=Sing 11 obl _ _
14 on on ADP _ _ 15 case _ _
15 delta Delta PROPN _ Number=Sing 11 nmod _ _
16 airlines airline PROPN _ Number=Plur 15 flat _ _
# sent_id = 0010.test
# text = what is restriction ap80
1 what what PRON _ PronType=Int,Rel 0 root _ _
2 is be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop _ _
3 restriction restriction NOUN _ Number=Sing 1 nsubj _ _
4 ap80 Ap80 PROPN _ Number=Sing 3 flat _ _
# sent_id = 0011.test
# text = list the arizona airport
1 list list VERB _ VerbForm=Inf 0 root _ _
2 the the DET _ PronType=Art 4 det _ _
3 arizona Arizona PROPN _ Number=Sing 4 compound _ _
4 airport Airport PROPN _ Number=Sing 1 obj _ _
# sent_id = 0012.test
# text = what are the nonstop flights on america west or southwest air from kansas city to burbank on saturday may twenty two
1 what what PRON _ PronType=Int,Rel 0 root _ _
2 are be AUX _ Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop _ _
3 the the DET _ PronType=Art 5 det _ _
4 nonstop nonstop NOUN _ Number=Sing 5 compound _ _
5 flights flight NOUN _ Number=Plur 1 nsubj _ _
6 on on ADP _ _ 7 case _ _
7 america America PROPN _ Number=Sing 5 nmod _ _
8 west West PROPN _ Number=Sing 7 flat _ _
9 or or CCONJ _ _ 10 cc _ _
10 southwest Southwest PROPN _ Number=Sing 7 conj _ _
11 air Air PROPN _ Number=Sing 10 flat _ _
12 from from ADP _ _ 13 case _ _
13 kansas Kansas PROPN _ Number=Sing 5 nmod _ _
14 city City PROPN _ Number=Sing 13 flat _ _
15 to to ADP _ _ 16 case _ _
16 burbank Burbank PROPN _ Number=Sing 5 nmod _ _
17 on on ADP _ _ 18 case _ _
18 saturday Saturday NOUN _ Number=Sing 5 nmod:tmod _ _
19 may May NOUN _ Number=Sing 18 nmod:tmod _ _
20 twenty twenty NUM _ NumType=Card 21 compound _ _
21 two two NUM _ NumType=Card 19 nummod _ _
# sent_id = 0013.test
# text = what times does the late afternoon flight leave from washington for denver
1 what what DET _ PronType=Int,Rel 2 det _ _
2 times time NOUN _ Number=Plur 8 obl:tmod _ _
3 does do AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 aux _ _
4 the the DET _ PronType=Art 7 det _ _
5 late late ADJ _ Degree=Pos 7 amod _ _
6 afternoon afternoon NOUN _ Number=Sing 7 compound _ _
7 flight flight NOUN _ Number=Sing 8 nsubj _ _
8 leave leave VERB _ VerbForm=Inf 0 root _ _
9 from from ADP _ _ 10 case _ _
10 washington Washington PROPN _ Number=Sing 8 obl _ _
11 for for ADP _ _ 12 case _ _
12 denver Denver PROPN _ Number=Sing 8 obl _ _
# sent_id = 0014.test
# text = what does the meal code s stand for
1 what what PRON _ PronType=Int,Rel 7 obj _ _
2 does do AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux _ _
3 the the DET _ PronType=Art 5 det _ _
4 meal meal NOUN _ Number=Sing 5 compound _ _
5 code code NOUN _ Number=Sing 7 nsubj _ _
6 s S PROPN _ Number=Sing 5 nmod _ _
7 stand stand VERB _ Mood=Ind|Tense=Pres|VerbForm=Fin 0 root _ _
8 for for ADP _ _ 1 case _ _
# sent_id = 0015.test
# text = is there ground transportation from the memphis airport into town when if i arrive at 842 in the morning
1 is be VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
2 there there PRON _ PronType=Dem 1 expl _ _
3 ground ground NOUN _ Number=Sing 4 compound _ _
4 transportation transportation NOUN _ Number=Sing 1 nsubj _ _
5 from from ADP _ _ 8 case _ _
6 the the DET _ PronType=Art 8 det _ _
7 memphis Memphis PROPN _ Number=Sing 8 compound _ _
8 airport Airport PROPN _ Number=Sing 4 nmod _ _
9 into into ADP _ _ 10 case _ _
10 town Town PROPN _ Number=Sing 8 nmod _ _
11 when when ADV _ PronType=Int,Rel 14 advmod _ _
12 if if ADP _ _ 14 mark _ _
13 i I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 14 nsubj _ _
14 arrive arrive VERB _ VerbForm=Inf 1 advcl _ _
15 at at ADP _ _ 16 case _ _
16 842 842 NUM _ NumType=Card 14 nummod _ _
17 in in ADP _ _ 19 case _ _
18 the the DET _ PronType=Art 19 det _ _
19 morning morning NOUN _ Number=Sing 14 obl:tmod _ _
# sent_id = 0016.test
# text = what flights between dfw and oakland arrive in oakland between 1133 am and 43 pm
1 what what DET _ PronType=Int,Rel 2 det _ _
2 flights flight NOUN _ Number=Plur 7 nsubj _ _
3 between between ADP _ _ 4 case _ _
4 dfw Dfw PROPN _ Number=Sing 2 nmod _ _
5 and and CCONJ _ _ 6 cc _ _
6 oakland Oakland PROPN _ Number=Sing 4 conj _ _
7 arrive arrive VERB _ VerbForm=Inf 0 root _ _
8 in in ADP _ _ 9 case _ _
9 oakland Oakland PROPN _ Number=Sing 7 obl _ _
10 between between ADP _ _ 12 case _ _
11 1133 1133 NUM _ NumType=Card 12 nummod _ _
12 am am NOUN _ Number=Sing 7 obl:tmod _ _
13 and and CCONJ _ _ 15 cc _ _
14 43 43 NUM _ NumType=Card 15 nummod _ _
15 pm pm NOUN _ Number=Sing 12 conj _ _
# sent_id = 0017.test
# text = what are the flights on mondays that travel from charlotte north carolina to phoenix arizona
1 what what PRON _ PronType=Int,Rel 0 root _ _
2 are be AUX _ Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop _ _
3 the the DET _ PronType=Art 4 det _ _
4 flights flight NOUN _ Number=Plur 1 nsubj _ _
5 on on ADP _ _ 6 case _ _
6 mondays monday PROPN _ Number=Plur 4 nmod:tmod _ _
7 that that ADP _ _ 8 mark _ _
8 travel travel VERB _ VerbForm=Inf 4 acl:relcl _ _
9 from from ADP _ _ 10 case _ _
10 charlotte Charlotte PROPN _ Number=Sing 8 obl _ _
11 north north ADV _ Degree=Pos 10 appos _ _
12 carolina Carolina PROPN _ Number=Sing 11 flat _ _
13 to to ADP _ _ 14 case _ _
14 phoenix Phoenix PROPN _ Number=Sing 8 obl _ _
15 arizona Arizona PROPN _ Number=Sing 14 appos _ _
# sent_id = 0018.test
# text = what kind of ground transportation is there in washington dc
1 what what DET _ PronType=Int,Rel 2 det _ _
2 kind kind NOUN _ Number=Sing 6 nsubj _ _
3 of of ADP _ _ 5 case _ _
4 ground ground NOUN _ Number=Sing 5 compound _ _
5 transportation transportation NOUN _ Number=Sing 2 nmod _ _
6 is be VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
7 there there PRON _ PronType=Dem 6 expl _ _
8 in in ADP _ _ 9 case _ _
9 washington Washington PROPN _ Number=Sing 6 obl _ _
10 dc DC PROPN _ Number=Sing 9 flat _ _
# sent_id = 0019.test
# text = in economy class from dallas to baltimore arriving july seventh i 'd like to know what 's the cheapest ticket possible
1 in in ADP _ _ 3 case _ _
2 economy economy NOUN _ Number=Sing 3 compound _ _
3 class class NOUN _ Number=Sing 13 obl _ _
4 from from ADP _ _ 5 case _ _
5 dallas Dallas PROPN _ Number=Sing 3 nmod _ _
6 to to ADP _ _ 7 case _ _
7 baltimore Baltimore PROPN _ Number=Sing 3 nmod _ _
8 arriving arrive VERB _ Tense=Pres|VerbForm=Part 3 acl:relcl _ _
9 july July NOUN _ Number=Sing 8 obl:tmod _ _
10 seventh seven ADJ _ Degree=Pos|NumType=Ord 9 amod _ _
11 i I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 13 nsubj _ _
12 'd would AUX _ _ 13 aux _ _
13 like like VERB _ VerbForm=Inf 0 root _ _
14 to to PART _ _ 15 mark _ _
15 know know VERB _ VerbForm=Inf 13 xcomp _ _
16 what what PRON _ PronType=Int,Rel 15 ccomp _ _
17 's be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 cop _ _
18 the the DET _ PronType=Art 20 det _ _
19 cheapest cheap ADJ _ Degree=Sup 20 amod _ _
20 ticket ticket NOUN _ Number=Sing 16 nsubj _ _
21 possible possible ADJ _ Degree=Pos 20 amod _ _
# sent_id = 0020.test
# text = show flights from baltimore to san francisco between 6 pm and 8 pm on friday
1 show show VERB _ VerbForm=Inf 0 root _ _
2 flights flight NOUN _ Number=Plur 1 obj _ _
3 from from ADP _ _ 4 case _ _
4 baltimore Baltimore PROPN _ Number=Sing 2 nmod _ _
5 to to ADP _ _ 6 case _ _
6 san San PROPN _ Number=Sing 2 nmod _ _
7 francisco Francisco PROPN _ Number=Sing 6 flat _ _
8 between between ADP _ _ 10 case _ _
9 6 6 NUM _ NumType=Card 10 nummod _ _
10 pm pm NOUN _ Number=Sing 2 nmod:tmod _ _
11 and and CCONJ _ _ 13 cc _ _
12 8 8 NUM _ NumType=Card 13 nummod _ _
13 pm pm NOUN _ Number=Sing 10 conj _ _
14 on on ADP _ _ 15 case _ _
15 friday Friday NOUN _ Number=Sing 2 nmod:tmod _ _
# sent_id = 0021.test
# text = what meals are available on dl 468 which al arrives in san francisco at 950 am
1 what what DET _ PronType=Int,Rel 2 det _ _
2 meals meal NOUN _ Number=Plur 4 nsubj _ _
3 are be AUX _ Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop _ _
4 available available ADJ _ Degree=Pos 0 root _ _
5 on on ADP _ _ 6 case _ _
6 dl DL PROPN _ Number=Sing 4 obl _ _
7 468 468 NUM _ NumType=Card 6 flat _ _
8 which which DET _ PronType=Int,Rel 9 det _ _
9 al AL PROPN _ Number=Sing 10 nsubj _ _
10 arrives arrive VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 parataxis _ _
11 in in ADP _ _ 12 case _ _
12 san San PROPN _ Number=Sing 10 obl _ _
13 francisco Francisco PROPN _ Number=Sing 12 flat _ _
14 at at ADP _ _ 16 case _ _
15 950 950 NUM _ NumType=Card 16 nummod _ _
16 am am NOUN _ Number=Sing 10 obl:tmod _ _
# sent_id = 0022.test
# text = i want to fly from kansas city to chicago next wednesday arriving in the evening and returning the next day
1 i I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj _ _
2 want want VERB _ Mood=Ind|Tense=Pres|VerbForm=Fin 0 root _ _
3 to to PART _ _ 4 mark _ _
4 fly fly VERB _ VerbForm=Inf 2 xcomp _ _
5 from from ADP _ _ 6 case _ _
6 kansas Kansas PROPN _ Number=Sing 4 obl _ _
7 city City PROPN _ Number=Sing 6 flat _ _
8 to to ADP _ _ 9 case _ _
9 chicago Chicago PROPN _ Number=Sing 4 obl _ _
10 next next ADJ _ Degree=Pos 11 amod _ _
11 wednesday Wednesday NOUN _ Number=Sing 4 obl:tmod _ _
12 arriving arrive VERB _ Tense=Pres|VerbForm=Part 4 advcl _ _
13 in in ADP _ _ 15 case _ _
14 the the DET _ PronType=Art 15 det _ _
15 evening evening NOUN _ Number=Sing 12 obl:tmod _ _
16 and and CCONJ _ _ 17 cc _ _
17 returning return VERB _ Tense=Pres|VerbForm=Part 12 conj _ _
18 the the DET _ PronType=Art 20 det _ _
19 next next ADJ _ Degree=Pos 20 amod _ _
20 day day NOUN _ Number=Sing 17 obl:tmod _ _
# sent_id = 0023.test
# text = please book for me a flight on twa from washington dc to san francisco earliest possible time
1 please please INTJ _ _ 2 discourse _ _
2 book book VERB _ VerbForm=Inf 0 root _ _
3 for for ADP _ _ 4 case _ _
4 me I PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj _ _
5 a a DET _ PronType=Art 6 det _ _
6 flight flight NOUN _ Number=Sing 2 obj _ _
7 on on ADP _ _ 8 case _ _
8 twa TWA PROPN _ Number=Sing 6 nmod _ _
9 from from ADP _ _ 10 case _ _
10 washington Washington PROPN _ Number=Sing 6 nmod _ _
11 dc DC PROPN _ Number=Sing 10 flat _ _
12 to to ADP _ _ 13 case _ _
13 san San PROPN _ Number=Sing 6 nmod _ _
14 francisco Francisco PROPN _ Number=Sing 13 flat _ _
15 earliest early ADV _ Degree=Sup 16 advmod _ _
16 possible possible ADJ _ Degree=Pos 17 amod _ _
17 time time NOUN _ Number=Sing 2 obl _ _
# sent_id = 0024.test
# text = is there a red eye flight from san jose to nashville on wednesday the nineteenth of may
1 is be VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
2 there there PRON _ PronType=Dem 1 expl _ _
3 a a DET _ PronType=Art 6 det _ _
4 red red ADJ _ Degree=Pos 6 compound _ _
5 eye eye NOUN _ Number=Sing 4 flat _ _
6 flight flight NOUN _ Number=Sing 1 nsubj _ _
7 from from ADP _ _ 8 case _ _
8 san San PROPN _ Number=Sing 6 nmod _ _
9 jose Jose PROPN _ Number=Sing 8 flat _ _
10 to to ADP _ _ 11 case _ _
11 nashville Nashville PROPN _ Number=Sing 6 nmod _ _
12 on on ADP _ _ 13 case _ _
13 wednesday Wednesday NOUN _ Number=Sing 6 nmod:tmod _ _
14 the the DET _ PronType=Art 15 det _ _
15 nineteenth nineteen ADJ _ Degree=Pos 13 amod _ _
16 of of ADP _ _ 17 case _ _
17 may May NOUN _ Number=Sing 15 nmod:tmod _ _
# sent_id = 0025.test
# text = i 'd like to arrange for two friends to fly into los angeles next saturday evening one of the people is coming from kansas city and the other is coming from las vegas
1 i I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj _ _
2 'd would AUX _ _ 3 aux _ _
3 like like VERB _ VerbForm=Inf 0 root _ _
4 to to PART _ _ 5 mark _ _
5 arrange arrange VERB _ VerbForm=Inf 3 xcomp _ _
6 for for ADP _ _ 8 case _ _
7 two two NUM _ NumType=Card 8 nummod _ _
8 friends friend NOUN _ Number=Plur 5 obl _ _
9 to to PART _ _ 10 mark _ _
10 fly fly VERB _ VerbForm=Inf 5 xcomp _ _
11 into into ADP _ _ 12 case _ _
12 los Los PROPN _ Number=Sing 10 obl _ _
13 angeles Angeles PROPN _ Number=Sing 12 flat _ _
14 next next ADJ _ Degree=Pos 16 amod _ _
15 saturday Saturday NOUN _ Number=Sing 16 compound _ _
16 evening evening NOUN _ Number=Sing 10 obl:tmod _ _
17 one one NUM _ NumType=Card 22 nsubj _ _
18 of of ADP _ _ 20 case _ _
19 the the DET _ PronType=Art 20 det _ _
20 people people NOUN _ Number=Plur 17 nsubj _ _
21 is be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 22 aux _ _
22 coming come VERB _ Tense=Pres|VerbForm=Part 5 parataxis _ _
23 from from ADP _ _ 24 case _ _
24 kansas Kansas PROPN _ Number=Sing 22 obl _ _
25 city City PROPN _ Number=Sing 24 flat _ _
26 and and CCONJ _ _ 30 cc _ _
27 the the DET _ PronType=Art 28 det _ _
28 other other ADJ _ Degree=Pos 30 nsubj _ _
29 is be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 30 aux _ _
30 coming come VERB _ Tense=Pres|VerbForm=Part 22 conj _ _
31 from from ADP _ _ 32 case _ _
32 las La PROPN _ Number=Sing 30 obl _ _
33 vegas Vegas PROPN _ Number=Sing 32 flat _ _
# sent_id = 0026.test
# text = what is restriction ap 55
1 what what PRON _ PronType=Int,Rel 0 root _ _
2 is be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop _ _
3 restriction restriction NOUN _ Number=Sing 4 compound _ _
4 ap AP PROPN _ Number=Sing 1 nsubj _ _
5 55 55 NUM _ NumType=Card 4 flat _ _
# sent_id = 0027.test
# text = what is restriction ap 80
1 what what PRON _ PronType=Int,Rel 0 root _ _
2 is be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop _ _
3 restriction restriction NOUN _ Number=Sing 4 compound _ _
4 ap AP PROPN _ Number=Sing 1 nsubj _ _
5 80 80 NUM _ NumType=Card 4 flat _ _
# sent_id = 0028.test
# text = show me all flights from philadelphia to san francisco with one stop in dallas
1 show show VERB _ VerbForm=Inf 0 root _ _
2 me I PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 1 iobj _ _
3 all all DET _ PronType=Art 4 det _ _
4 flights flight NOUN _ Number=Plur 1 obj _ _
5 from from ADP _ _ 6 case _ _
6 philadelphia Philadelphia PROPN _ Number=Sing 4 nmod _ _
7 to to ADP _ _ 8 case _ _
8 san San PROPN _ Number=Sing 4 nmod _ _
9 francisco Francisco PROPN _ Number=Sing 8 flat _ _
10 with with ADP _ _ 12 case _ _
11 one one NUM _ NumType=Card 12 nummod _ _
12 stop stop NOUN _ Number=Sing 4 nmod _ _
13 in in ADP _ _ 14 case _ _
14 dallas Dallas PROPN _ Number=Sing 12 nmod _ _
# sent_id = 0029.test
# text = show me the flights from miami to san diego with one stop in denver
1 show show VERB _ VerbForm=Inf 0 root _ _
2 me I PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 1 iobj _ _
3 the the DET _ PronType=Art 4 det _ _
4 flights flight NOUN _ Number=Plur 1 obj _ _
5 from from ADP _ _ 6 case _ _
6 miami Miami PROPN _ Number=Sing 4 nmod _ _
7 to to ADP _ _ 8 case _ _
8 san San PROPN _ Number=Sing 4 nmod _ _
9 diego Diego PROPN _ Number=Sing 8 flat _ _
10 with with ADP _ _ 12 case _ _
11 one one NUM _ NumType=Card 12 nummod _ _
12 stop stop NOUN _ Number=Sing 4 nmod _ _
13 in in ADP _ _ 14 case _ _
14 denver Denver PROPN _ Number=Sing 12 nmod _ _
# sent_id = 0030.test
# text = do you have a flight from atlanta to charlotte north carolina next monday
1 do do AUX _ Mood=Ind|Tense=Pres|VerbForm=Fin 3 aux _ _
2 you you PRON _ Case=Nom|Number=Sing|Person=2|PronType=Prs 3 nsubj _ _
3 have have VERB _ Mood=Ind|Tense=Pres|VerbForm=Fin 0 root _ _
4 a a DET _ PronType=Art 5 det _ _
5 flight flight NOUN _ Number=Sing 3 obj _ _
6 from from ADP _ _ 7 case _ _
7 atlanta Atlanta PROPN _ Number=Sing 5 nmod _ _
8 to to ADP _ _ 9 case _ _
9 charlotte Charlotte PROPN _ Number=Sing 5 nmod _ _
10 north north ADV _ Degree=Pos 9 appos _ _
11 carolina Carolina PROPN _ Number=Sing 10 flat _ _
12 next next ADJ _ Degree=Pos 13 amod _ _
13 monday Monday NOUN _ Number=Sing 5 nmod:tmod _ _
# sent_id = 0031.test
# text = i would like to book an early morning flight from tampa florida to charlotte north carolina on april sixth
1 i I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 3 nsubj _ _
2 would will AUX _ _ 3 aux _ _
3 like like VERB _ VerbForm=Inf 0 root _ _
4 to to PART _ _ 5 mark _ _
5 book book VERB _ VerbForm=Inf 3 xcomp _ _
6 an a DET _ PronType=Art 9 det _ _
7 early early ADJ _ Degree=Pos 8 amod _ _
8 morning morning NOUN _ Number=Sing 9 compound _ _
9 flight flight NOUN _ Number=Sing 5 obj _ _
10 from from ADP _ _ 11 case _ _
11 tampa Tampa PROPN _ Number=Sing 9 nmod _ _
12 florida Florida PROPN _ Number=Sing 11 appos _ _
13 to to ADP _ _ 14 case _ _
14 charlotte Charlotte PROPN _ Number=Sing 9 nmod _ _
15 north north ADV _ Degree=Pos 16 amod _ _
16 carolina Carolina PROPN _ Number=Sing 14 appos _ _
17 on on ADP _ _ 18 case _ _
18 april April NOUN _ Number=Sing 9 nmod:tmod _ _
19 sixth six ADJ _ Degree=Pos|NumType=Ord 18 amod _ _
# sent_id = 0032.test
# text = now i 'd like flights from philadelphia to pittsburgh leaving between 430 and 530 pm
1 now now ADV _ Degree=Pos 4 advmod _ _
2 i I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 4 nsubj _ _
3 'd would AUX _ _ 4 aux _ _
4 like like VERB _ VerbForm=Inf 0 root _ _
5 flights flight NOUN _ Number=Plur 4 obj _ _
6 from from ADP _ _ 7 case _ _
7 philadelphia Philadelphia PROPN _ Number=Sing 5 nmod _ _
8 to to ADP _ _ 9 case _ _
9 pittsburgh Pittsburgh PROPN _ Number=Sing 5 nmod _ _
10 leaving leave VERB _ Tense=Pres|VerbForm=Part 5 acl:relcl _ _
11 between between ADP _ _ 15 case _ _
12 430 430 NUM _ NumType=Card 15 nummod _ _
13 and and CCONJ _ _ 14 cc _ _
14 530 530 NUM _ NumType=Card 12 conj _ _
15 pm pm NOUN _ Number=Sing 10 obl:tmod _ _
# sent_id = 0033.test
# text = from sfo to denver
1 from from ADP _ _ 2 case _ _
2 sfo Sfo PROPN _ Number=Sing 0 root _ _
3 to to ADP _ _ 4 case _ _
4 denver Denver PROPN _ Number=Sing 2 nmod _ _
# sent_id = 0034.test
# text = what is the lowest fare from bwi to salt lake city
1 what what PRON _ PronType=Int,Rel 0 root _ _
2 is be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop _ _
3 the the DET _ PronType=Art 5 det _ _
4 lowest low ADJ _ Degree=Sup 5 amod _ _
5 fare fare NOUN _ Number=Sing 1 nsubj _ _
6 from from ADP _ _ 7 case _ _
7 bwi Bwi PROPN _ Number=Sing 5 nmod _ _
8 to to ADP _ _ 9 case _ _
9 salt Salt PROPN _ Number=Sing 5 nmod _ _
10 lake Lake PROPN _ Number=Sing 9 flat _ _
11 city City PROPN _ Number=Sing 9 flat _ _
# sent_id = 0035.test
# text = flight numbers from minneapolis to long beach on june twenty six
1 flight flight NOUN _ Number=Sing 2 compound _ _
2 numbers number NOUN _ Number=Plur 0 root _ _
3 from from ADP _ _ 4 case _ _
4 minneapolis Minneapolis PROPN _ Number=Sing 2 nmod _ _
5 to to ADP _ _ 6 case _ _
6 long Long PROPN _ Number=Sing 2 nmod _ _
7 beach Beach PROPN _ Number=Sing 6 flat _ _
8 on on ADP _ _ 9 case _ _
9 june June NOUN _ Number=Sing 2 nmod:tmod _ _
10 twenty twenty NUM _ NumType=Card 11 compound _ _
11 six six NUM _ NumType=Card 9 amod _ _
# sent_id = 0036.test
# text = which is the flight number for the us air flight from philadelphia to boston is it 279 or is it 137338
1 which which PRON _ PronType=Int,Rel 0 root _ _
2 is be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop _ _
3 the the DET _ PronType=Art 5 det _ _
4 flight flight NOUN _ Number=Sing 5 compound _ _
5 number number NOUN _ Number=Sing 1 nsubj _ _
6 for for ADP _ _ 10 case _ _
7 the the DET _ PronType=Art 10 det _ _
8 us US PROPN _ Number=Sing 10 compound _ _
9 air Air PROPN _ Number=Sing 8 flat _ _
10 flight flight NOUN _ Number=Sing 5 nmod _ _
11 from from ADP _ _ 12 case _ _
12 philadelphia Philadelphia PROPN _ Number=Sing 10 nmod _ _
13 to to ADP _ _ 14 case _ _
14 boston Boston PROPN _ Number=Sing 10 nmod _ _
15 is be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 17 cop _ _
16 it it PRON _ Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 17 nsubj _ _
17 279 279 NUM _ NumType=Card 1 parataxis _ _
18 or or CCONJ _ _ 21 cc _ _
19 is be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 21 cop _ _
20 it it PRON _ Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 21 nsubj _ _
21 137338 137338 NUM _ NumType=Card 17 conj _ _
# sent_id = 0037.test
# text = how much would car rental cost in atlanta
1 how how ADV _ PronType=Int,Rel 2 advmod _ _
2 much much ADV _ Degree=Pos 6 advmod _ _
3 would will AUX _ _ 6 aux _ _
4 car car NOUN _ Number=Sing 5 compound _ _
5 rental rental ADJ _ Degree=Pos 6 nsubj _ _
6 cost cost VERB _ VerbForm=Inf 0 root _ _
7 in in ADP _ _ 8 case _ _
8 atlanta Atlanta PROPN _ Number=Sing 6 obl _ _
# sent_id = 0038.test
# text = please list the prices for a rental car in pittsburgh
1 please please INTJ _ _ 2 discourse _ _
2 list list VERB _ VerbForm=Inf 0 root _ _
3 the the DET _ PronType=Art 4 det _ _
4 prices price NOUN _ Number=Plur 2 obj _ _
5 for for ADP _ _ 8 case _ _
6 a a DET _ PronType=Art 8 det _ _
7 rental rental ADJ _ Degree=Pos 8 compound _ _
8 car car NOUN _ Number=Sing 4 nmod _ _
9 in in ADP _ _ 10 case _ _
10 pittsburgh Pittsburgh PROPN _ Number=Sing 8 nmod _ _
# sent_id = 0039.test
# text = what does the restriction ap58 mean
1 what what PRON _ PronType=Int,Rel 6 obj _ _
2 does do AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 aux _ _
3 the the DET _ PronType=Art 5 det _ _
4 restriction restriction NOUN _ Number=Sing 5 compound _ _
5 ap58 Ap58 PROPN _ Number=Sing 6 nsubj _ _
6 mean mean VERB _ VerbForm=Inf 0 root _ _
# sent_id = 0040.test
# text = list nonstop flights from baltimore washington to oakland that arrive between 445 and 515 pm
1 list list VERB _ VerbForm=Inf 0 root _ _
2 nonstop nonstop NOUN _ Number=Sing 3 compound _ _
3 flights flight NOUN _ Number=Plur 1 obj _ _
4 from from ADP _ _ 5 case _ _
5 baltimore Baltimore PROPN _ Number=Sing 3 nmod _ _
6 washington Washington PROPN _ Number=Sing 5 appos _ _
7 to to ADP _ _ 8 case _ _
8 oakland Oakland PROPN _ Number=Sing 3 nmod _ _
9 that that ADP _ _ 10 mark _ _
10 arrive arrive VERB _ VerbForm=Inf 3 acl:relcl _ _
11 between between ADP _ _ 12 case _ _
12 445 445 NUM _ NumType=Card 15 nummod _ _
13 and and CCONJ _ _ 14 cc _ _
14 515 515 NUM _ NumType=Card 12 conj _ _
15 pm pm NOUN _ Number=Sing 10 obl:tmod _ _
# sent_id = 0041.test
# text = list all of the daily flights arriving in denver from 8 to 9 pm
1 list list VERB _ VerbForm=Inf 0 root _ _
2 all all DET _ PronType=Art 6 det:predet _ _
3 of of ADP _ _ 6 case _ _
4 the the DET _ PronType=Art 6 det _ _
5 daily daily ADJ _ Degree=Pos 6 amod _ _
6 flights flight NOUN _ Number=Plur 1 obj _ _
7 arriving arrive VERB _ Tense=Pres|VerbForm=Part 6 acl:relcl _ _
8 in in ADP _ _ 9 case _ _
9 denver Denver PROPN _ Number=Sing 7 obl _ _
10 from from ADP _ _ 11 case _ _
11 8 8 NUM _ NumType=Card 14 nummod _ _
12 to to ADP _ _ 13 case _ _
13 9 9 NUM _ NumType=Card 11 conj _ _
14 pm pm NOUN _ Number=Sing 7 obl:tmod _ _
# sent_id = 0042.test
# text = get flights from milwaukee to dtw
1 get get VERB _ Mood=Ind|Tense=Pres|VerbForm=Fin 0 root _ _
2 flights flight NOUN _ Number=Plur 1 obj _ _
3 from from ADP _ _ 4 case _ _
4 milwaukee Milwaukee PROPN _ Number=Sing 2 nmod _ _
5 to to ADP _ _ 6 case _ _
6 dtw Dtw PROPN _ Number=Sing 2 nmod _ _
# sent_id = 0043.test
# text = what is the earliest flight from boston to bwi that serves a snack
1 what what PRON _ PronType=Int,Rel 0 root _ _
2 is be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop _ _
3 the the DET _ PronType=Art 5 det _ _
4 earliest early ADJ _ Degree=Sup 5 amod _ _
5 flight flight NOUN _ Number=Sing 1 nsubj _ _
6 from from ADP _ _ 7 case _ _
7 boston Boston PROPN _ Number=Sing 5 nmod _ _
8 to to ADP _ _ 9 case _ _
9 bwi Bwi PROPN _ Number=Sing 5 nmod _ _
10 that that ADP _ _ 11 mark _ _
11 serves serve VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 acl:relcl _ _
12 a a DET _ PronType=Art 13 det _ _
13 snack snack NOUN _ Number=Sing 11 obj _ _
# sent_id = 0044.test
# text = is bwi washington
1 is be VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
2 bwi Bwi PROPN _ Number=Sing 1 nsubj _ _
3 washington Washington PROPN _ Number=Sing 2 flat _ _
# sent_id = 0045.test
# text = what are the cities that american airlines serves
1 what what PRON _ PronType=Int,Rel 0 root _ _
2 are be AUX _ Mood=Ind|Tense=Pres|VerbForm=Fin 1 cop _ _
3 the the DET _ PronType=Art 4 det _ _
4 cities city NOUN _ Number=Plur 1 nsubj _ _
5 that that ADP _ _ 8 mark _ _
6 american American PROPN _ Number=Sing 8 nsubj _ _
7 airlines airline PROPN _ Number=Plur 6 flat _ _
8 serves serve VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 acl:relcl _ _
# sent_id = 0046.test
# text = which cities are serviced by both american and delta airlines
1 which which DET _ PronType=Int,Rel 2 det _ _
2 cities city NOUN _ Number=Plur 4 nsubj _ _
3 are be AUX _ Mood=Ind|Tense=Pres|VerbForm=Fin 4 cop _ _
4 serviced service VERB _ Mood=Ind|Tense=Past|VerbForm=Fin 0 root _ _
5 by by ADP _ _ 10 case _ _
6 both both DET _ PronType=Art 10 det _ _
7 american American PROPN _ Number=Sing 10 compound _ _
8 and and CCONJ _ _ 9 cc _ _
9 delta Delta PROPN _ Number=Sing 7 conj _ _
10 airlines airline PROPN _ Number=Plur 4 obl _ _
# sent_id = 0047.test
# text = show me all the us air flights to pittsburgh between 12 and 4 in the afternoon
1 show show VERB _ VerbForm=Inf 0 root _ _
2 me I PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 1 iobj _ _
3 all all DET _ PronType=Art 7 det:predet _ _
4 the the DET _ PronType=Art 7 det _ _
5 us US PROPN _ Number=Sing 7 compound _ _
6 air Air PROPN _ Number=Sing 5 flat _ _
7 flights flight NOUN _ Number=Plur 1 obj _ _
8 to to ADP _ _ 9 case _ _
9 pittsburgh Pittsburgh PROPN _ Number=Sing 7 nmod _ _
10 between between ADP _ _ 11 case _ _
11 12 12 NUM _ NumType=Card 16 obl _ _
12 and and CCONJ _ _ 13 cc _ _
13 4 4 NUM _ NumType=Card 11 conj _ _
14 in in ADP _ _ 16 case _ _
15 the the DET _ PronType=Art 16 det _ _
16 afternoon afternoon NOUN _ Number=Sing 7 nmod:tmod _ _
# sent_id = 0048.test
# text = what is the cost of limousine service in philadelphia
1 what what PRON _ PronType=Int,Rel 0 root _ _
2 is be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop _ _
3 the the DET _ PronType=Art 4 det _ _
4 cost cost NOUN _ Number=Sing 1 nsubj _ _
5 of of ADP _ _ 7 case _ _
6 limousine limousine NOUN _ Number=Sing 7 compound _ _
7 service service NOUN _ Number=Sing 4 nmod _ _
8 in in ADP _ _ 9 case _ _
9 philadelphia Philadelphia PROPN _ Number=Sing 4 nmod _ _
# sent_id = 0049.test
# text = how much does the limousine service cost within pittsburgh
1 how how ADV _ PronType=Int,Rel 2 advmod _ _
2 much much ADV _ Degree=Pos 7 advmod _ _
3 does do AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 aux _ _
4 the the DET _ PronType=Art 6 det _ _
5 limousine limousine NOUN _ Number=Sing 6 compound _ _
6 service service NOUN _ Number=Sing 7 nsubj _ _
7 cost cost VERB _ VerbForm=Inf 0 root _ _
8 within within ADP _ _ 9 case _ _
9 pittsburgh Pittsburgh PROPN _ Number=Sing 7 obl _ _
# sent_id = 0050.test
# text = on november twenty third of this year 1991 i 'd like to fly from atlanta to denver and i 'd like to fly on delta
1 on on ADP _ _ 2 case _ _
2 november November NOUN _ Number=Sing 11 dislocated _ _
3 twenty twenty NUM _ NumType=Card 4 compound _ _
4 third Third PROPN _ Number=Sing 2 amod _ _
5 of of ADP _ _ 7 case _ _
6 this this DET _ PronType=Art 7 det _ _
7 year year NOUN _ Number=Sing 2 nmod _ _
8 1991 1991 NUM _ NumType=Card 7 nummod _ _
9 i I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj _ _
10 'd would AUX _ _ 11 aux _ _
11 like like VERB _ VerbForm=Inf 0 root _ _
12 to to PART _ _ 13 mark _ _
13 fly fly VERB _ VerbForm=Inf 11 xcomp _ _
14 from from ADP _ _ 15 case _ _
15 atlanta Atlanta PROPN _ Number=Sing 13 obl _ _
16 to to ADP _ _ 17 case _ _
17 denver Denver PROPN _ Number=Sing 13 obl _ _
18 and and CCONJ _ _ 21 cc _ _
19 i I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 21 nsubj _ _
20 'd would AUX _ _ 21 aux _ _
21 like like VERB _ VerbForm=Inf 11 conj _ _
22 to to PART _ _ 23 mark _ _
23 fly fly VERB _ VerbForm=Inf 21 xcomp _ _
24 on on ADP _ _ 25 case _ _
25 delta Delta PROPN _ Number=Sing 23 obl _ _
# sent_id = 0051.test
# text = can you tell me the flights on october fifteenth 1991 from boston to oakland
1 can can AUX _ _ 3 aux _ _
2 you you PRON _ Case=Nom|Number=Sing|Person=2|PronType=Prs 3 nsubj _ _
3 tell tell VERB _ VerbForm=Inf 0 root _ _
4 me I PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 3 iobj _ _
5 the the DET _ PronType=Art 6 det _ _
6 flights flight NOUN _ Number=Plur 3 obj _ _
7 on on ADP _ _ 8 case _ _
8 october October PROPN _ Number=Sing 6 nmod:tmod _ _
9 fifteenth fifteen ADJ _ Degree=Pos 8 amod _ _
10 1991 1991 NUM _ NumType=Card 8 nummod _ _
11 from from ADP _ _ 12 case _ _
12 boston Boston PROPN _ Number=Sing 6 nmod _ _
13 to to ADP _ _ 14 case _ _
14 oakland Oakland PROPN _ Number=Sing 6 nmod _ _
# sent_id = 0052.test
# text = show me all united flights from denver to san francisco for september first 1991
1 show show VERB _ VerbForm=Inf 0 root _ _
2 me I PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 1 iobj _ _
3 all all DET _ PronType=Art 5 det _ _
4 united United PROPN _ Number=Sing 5 compound _ _
5 flights flight NOUN _ Number=Plur 1 obj _ _
6 from from ADP _ _ 7 case _ _
7 denver Denver PROPN _ Number=Sing 5 nmod _ _
8 to to ADP _ _ 9 case _ _
9 san San PROPN _ Number=Sing 5 nmod _ _
10 francisco Francisco PROPN _ Number=Sing 9 flat _ _
11 for for ADP _ _ 12 case _ _
12 september September NOUN _ Number=Sing 5 nmod:tmod _ _
13 first one ADJ _ Degree=Pos|NumType=Ord 12 amod _ _
14 1991 1991 NUM _ NumType=Card 12 nummod _ _
# sent_id = 0053.test
# text = information on american airline flights from washington to philadelphia early morning times of flight
1 information information NOUN _ Number=Sing 0 root _ _
2 on on ADP _ _ 5 case _ _
3 american American PROPN _ Number=Sing 5 compound _ _
4 airline Airline PROPN _ Number=Sing 3 flat _ _
5 flights flight NOUN _ Number=Plur 1 nmod _ _
6 from from ADP _ _ 7 case _ _
7 washington Washington PROPN _ Number=Sing 5 nmod _ _
8 to to ADP _ _ 9 case _ _
9 philadelphia Philadelphia PROPN _ Number=Sing 5 nmod _ _
10 early early ADJ _ Degree=Pos 11 amod _ _
11 morning morning NOUN _ Number=Sing 12 compound _ _
12 times time NOUN _ Number=Plur 5 nmod:tmod _ _
13 of of ADP _ _ 14 case _ _
14 flight flight NOUN _ Number=Sing 12 nmod _ _
# sent_id = 0054.test
# text = please give me the flight times i would like to fly from boston to baltimore in the morning before 8
1 please please INTJ _ _ 2 discourse _ _
2 give give VERB _ VerbForm=Inf 0 root _ _
3 me I PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj _ _
4 the the DET _ PronType=Art 6 det _ _
5 flight flight NOUN _ Number=Sing 6 compound _ _
6 times time NOUN _ Number=Plur 2 obj _ _
7 i I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 9 nsubj _ _
8 would will AUX _ _ 9 aux _ _
9 like like VERB _ VerbForm=Inf 2 parataxis _ _
10 to to PART _ _ 11 mark _ _
11 fly fly VERB _ VerbForm=Inf 9 xcomp _ _
12 from from ADP _ _ 13 case _ _
13 boston Boston PROPN _ Number=Sing 11 obl _ _
14 to to ADP _ _ 15 case _ _
15 baltimore Baltimore PROPN _ Number=Sing 11 obl _ _
16 in in ADP _ _ 18 case _ _
17 the the DET _ PronType=Art 18 det _ _
18 morning morning NOUN _ Number=Sing 11 obl:tmod _ _
19 before before ADP _ _ 20 case _ _
20 8 8 NUM _ NumType=Card 18 obl:tmod _ _
# sent_id = 0055.test
# text = please list the flight times for boston to pittsburgh
1 please please INTJ _ _ 2 discourse _ _
2 list list VERB _ VerbForm=Inf 0 root _ _
3 the the DET _ PronType=Art 5 det _ _
4 flight flight NOUN _ Number=Sing 5 compound _ _
5 times time NOUN _ Number=Plur 2 obj _ _
6 for for ADP _ _ 7 case _ _
7 boston Boston PROPN _ Number=Sing 5 nmod _ _
8 to to ADP _ _ 9 case _ _
9 pittsburgh Pittsburgh PROPN _ Number=Sing 5 nmod _ _
# sent_id = 0056.test
# text = show me all flights and fares from dallas to san francisco
1 show show VERB _ VerbForm=Inf 0 root _ _
2 me I PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 1 iobj _ _
3 all all DET _ PronType=Art 4 det _ _
4 flights flight NOUN _ Number=Plur 1 obj _ _
5 and and CCONJ _ _ 6 cc _ _
6 fares fare NOUN _ Number=Plur 4 conj _ _
7 from from ADP _ _ 8 case _ _
8 dallas Dallas PROPN _ Number=Sing 6 nmod _ _
9 to to ADP _ _ 10 case _ _
10 san San PROPN _ Number=Sing 6 nmod _ _
11 francisco Francisco PROPN _ Number=Sing 10 flat _ _
# sent_id = 0057.test
# text = please list me the flights and their cost of all airlines flying from denver to baltimore
1 please please INTJ _ _ 2 discourse _ _
2 list list VERB _ VerbForm=Inf 0 root _ _
3 me I PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 2 iobj _ _
4 the the DET _ PronType=Art 5 det _ _
5 flights flight NOUN _ Number=Plur 2 obj _ _
6 and and CCONJ _ _ 8 case _ _
7 their they DET _ Number=Plur|Poss=Yes|PronType=Prs 8 nmod:poss _ _
8 cost cost NOUN _ Number=Sing 5 conj _ _
9 of of ADP _ _ 11 case _ _
10 all all DET _ PronType=Art 11 det _ _
11 airlines airline NOUN _ Number=Plur 8 nmod _ _
12 flying fly VERB _ Tense=Pres|VerbForm=Part 11 acl:relcl _ _
13 from from ADP _ _ 14 case _ _
14 denver Denver PROPN _ Number=Sing 12 obl _ _
15 to to ADP _ _ 16 case _ _
16 baltimore Baltimore PROPN _ Number=Sing 12 obl _ _
# sent_id = 0058.test
# text = give me the flights and fares on december twenty seventh from indianapolis to orlando
1 give give VERB _ VerbForm=Inf 0 root _ _
2 me I PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 1 iobj _ _
3 the the DET _ PronType=Art 4 det _ _
4 flights flight NOUN _ Number=Plur 1 obj _ _
5 and and CCONJ _ _ 6 cc _ _
6 fares fare NOUN _ Number=Plur 4 conj _ _
7 on on ADP _ _ 8 case _ _
8 december December NOUN _ Number=Sing 4 nmod:tmod _ _
9 twenty twenty NUM _ NumType=Card 10 compound _ _
10 seventh seven ADJ _ Degree=Pos|NumType=Ord 8 amod _ _
11 from from ADP _ _ 12 case _ _
12 indianapolis Indianapolis PROPN _ Number=Sing 4 nmod _ _
13 to to ADP _ _ 14 case _ _
14 orlando Orlando PROPN _ Number=Sing 4 nmod _ _
# sent_id = 0059.test
# text = what is phl
1 what what PRON _ PronType=Int,Rel 0 root _ _
2 is be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop _ _
3 phl Phl PROPN _ Number=Sing 1 nsubj _ _
# sent_id = 0060.test
# text = is there ground transportation from lga into new york city
1 is be VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
2 there there PRON _ PronType=Dem 1 expl _ _
3 ground ground NOUN _ Number=Sing 4 compound _ _
4 transportation transportation NOUN _ Number=Sing 1 nsubj _ _
5 from from ADP _ _ 6 case _ _
6 lga Lga PROPN _ Number=Sing 4 nmod _ _
7 into into ADP _ _ 8 case _ _
8 new New PROPN _ Number=Sing 4 nmod _ _
9 york York PROPN _ Number=Sing 8 flat _ _
10 city City PROPN _ Number=Sing 8 flat _ _
# sent_id = 0061.test
# text = what is tpa
1 what what PRON _ PronType=Int,Rel 0 root _ _
2 is be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 cop _ _
3 tpa Tpa PROPN _ Number=Sing 1 nsubj _ _
# sent_id = 0062.test
# text = how far is toronto international from downtown
1 how how ADV _ PronType=Int,Rel 2 advmod _ _
2 far far ADV _ Degree=Pos 0 root _ _
3 is be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 cop _ _
4 toronto Toronto PROPN _ Number=Sing 2 nsubj _ _
5 international International PROPN _ Number=Sing 4 flat _ _
6 from from ADP _ _ 7 case _ _
7 downtown downtown NOUN _ Number=Sing 2 obl _ _
# sent_id = 0063.test
# text = how far is los angeles international from downtown
1 how how ADV _ PronType=Int,Rel 2 advmod _ _
2 far far ADV _ Degree=Pos 0 root _ _
3 is be AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 cop _ _
4 los Los PROPN _ Number=Sing 2 nsubj _ _
5 angeles Angeles PROPN _ Number=Sing 4 flat _ _
6 international International PROPN _ Number=Sing 4 flat _ _
7 from from ADP _ _ 8 case _ _
8 downtown downtown NOUN _ Number=Sing 2 obl _ _
# sent_id = 0064.test
# text = how long does a flight from baltimore to san francisco take
1 how how ADV _ PronType=Int,Rel 2 advmod _ _
2 long long ADV _ Degree=Pos 11 advmod _ _
3 does do AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 aux _ _
4 a a DET _ PronType=Art 5 det _ _
5 flight flight NOUN _ Number=Sing 11 nsubj _ _
6 from from ADP _ _ 7 case _ _
7 baltimore Baltimore PROPN _ Number=Sing 5 nmod _ _
8 to to ADP _ _ 9 case _ _
9 san San PROPN _ Number=Sing 5 nmod _ _
10 francisco Francisco PROPN _ Number=Sing 9 flat _ _
11 take take VERB _ VerbForm=Inf 0 root _ _