-
Notifications
You must be signed in to change notification settings - Fork 23
/
data.100.fine.all.ud.expect
2790 lines (2290 loc) · 281 KB
/
data.100.fine.all.ud.expect
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
label: wsj/00/wsj_0001.mrg_0
sentence: Pierre Vinken , 61 years old , will join the board as a nonexecutive director Nov. 29 .
tags: Pierre/NOUN Vinken/NOUN ,/. 61/NUM years/NOUN old/ADJ ,/. will/VERB join/VERB the/DET board/NOUN as/ADP a/DET nonexecutive/ADJ director/NOUN Nov./NOUN 29/NUM ./.
compound(Pierre/0, Vinken/1) nsubj(Vinken/1, join/8) punct(,/2, Vinken/1) nummod(61/3, years/4)
nmod:npmod(years/4, old/5) amod(old/5, Vinken/1) punct(,/6, Vinken/1) aux(will/7, join/8)
root(join/8, ROOT/-1) det(the/9, board/10) dobj(board/10, join/8) case(as/11, director/14)
det(a/12, director/14) amod(nonexecutive/13, director/14) nmod(director/14, join/8) nmod:tmod(Nov./15, join/8)
nummod(29/16, Nov./15) punct(./17, join/8)
ppatt:
?a is/are 61 years old [old-amod,e,n1,n1]
?a: Pierre Vinken [Vinken-nsubj,clean_arg_token(,/2),clean_arg_token(,/6),clean_arg_token(Pierre/0),i,predicate_has(old/5),u]
?a will join ?b as ?c ?d [join-root,add_root(join/8)_for_dobj_from_(board/10),add_root(join/8)_for_nmod_from_(director/14),add_root(join/8)_for_nsubj_from_(Vinken/1),n1,n1,n2,n2,n2,n2,n6,u]
?a: Pierre Vinken , 61 years old [Vinken-nsubj,clean_arg_token(,/2),clean_arg_token(,/6),clean_arg_token(61/3),clean_arg_token(Pierre/0),clean_arg_token(old/5),clean_arg_token(years/4),g1(nsubj),u]
?b: the board [board-dobj,clean_arg_token(the/9),g1(dobj)]
?c: a nonexecutive director [director-nmod,clean_arg_token(a/12),clean_arg_token(nonexecutive/13),h1,move_case_token(as/11)_to_pred,predicate_has(as/11)]
?d: Nov. 29 [Nov.-nmod:tmod,clean_arg_token(29/16),h1]
?a is/are nonexecutive [nonexecutive-amod,e]
?a: a director [director-nmod,clean_arg_token(a/12),i,predicate_has(nonexecutive/13)]
label: wsj/00/wsj_0001.mrg_1
sentence: Mr. Vinken is chairman of Elsevier N.V. , the Dutch publishing group .
tags: Mr./NOUN Vinken/NOUN is/VERB chairman/NOUN of/ADP Elsevier/NOUN N.V./NOUN ,/. the/DET Dutch/NOUN publishing/VERB group/NOUN ./.
compound(Mr./0, Vinken/1) nsubj(Vinken/1, chairman/3) cop(is/2, chairman/3) root(chairman/3, ROOT/-1)
case(of/4, N.V./6) compound(Elsevier/5, N.V./6) nmod(N.V./6, chairman/3) punct(,/7, N.V./6)
det(the/8, group/11) compound(Dutch/9, group/11) amod(publishing/10, group/11) appos(group/11, N.V./6)
punct(./12, chairman/3)
ppatt:
?a is chairman of ?b [chairman-root,add_root(chairman/3)_for_nsubj_from_(Vinken/1),n1,n1,n2,n2,n6,u]
?a: Mr. Vinken [Vinken-nsubj,clean_arg_token(Mr./0),g1(nsubj)]
?b: Elsevier N.V. [N.V.-nmod,clean_arg_token(,/7),clean_arg_token(Elsevier/5),drop_appos(group/11),h1,move_case_token(of/4)_to_pred,predicate_has(of/4),u]
?a is/are the Dutch publishing group [group-appos,d,n1,n1,n1]
?a: Elsevier N.V. [N.V.-nmod,clean_arg_token(,/7),clean_arg_token(Elsevier/5),j,predicate_has(group/11),u]
label: wsj/00/wsj_0002.mrg_0
sentence: Rudolph Agnew , 55 years old and former chairman of Consolidated Gold Fields PLC , was named a nonexecutive director of this British industrial conglomerate .
tags: Rudolph/NOUN Agnew/NOUN ,/. 55/NUM years/NOUN old/ADJ and/CONJ former/ADJ chairman/NOUN of/ADP Consolidated/NOUN Gold/NOUN Fields/NOUN PLC/NOUN ,/. was/VERB named/VERB a/DET nonexecutive/ADJ director/NOUN of/ADP this/DET British/ADJ industrial/ADJ conglomerate/NOUN ./.
compound(Rudolph/0, Agnew/1) nsubjpass(Agnew/1, named/16) punct(,/2, Agnew/1) nummod(55/3, years/4)
nmod:npmod(years/4, old/5) amod(old/5, Agnew/1) cc(and/6, old/5) amod(former/7, chairman/8)
conj(chairman/8, old/5) case(of/9, PLC/13) compound(Consolidated/10, PLC/13) compound(Gold/11, PLC/13)
compound(Fields/12, PLC/13) nmod(PLC/13, chairman/8) punct(,/14, Agnew/1) auxpass(was/15, named/16)
root(named/16, ROOT/-1) det(a/17, director/19) amod(nonexecutive/18, director/19) xcomp(director/19, named/16)
case(of/20, conglomerate/24) det(this/21, conglomerate/24) amod(British/22, conglomerate/24) amod(industrial/23, conglomerate/24)
nmod(conglomerate/24, director/19) punct(./25, named/16)
ppatt:
?a is/are 55 years old [old-amod,e,n1,n1,n3,n5]
?a: Rudolph Agnew [Agnew-nsubjpass,clean_arg_token(,/14),clean_arg_token(,/2),clean_arg_token(Rudolph/0),i,predicate_has(old/5),u]
?a is/are former [former-amod,e]
?a: chairman of Consolidated Gold Fields PLC [chairman-conj,clean_arg_token(Consolidated/10),clean_arg_token(Fields/12),clean_arg_token(Gold/11),clean_arg_token(PLC/13),clean_arg_token(of/9),i,predicate_has(former/7)]
?a former chairman of ?b [chairman-conj,f,n1,n2,n6]
?a: Rudolph Agnew [Agnew-nsubjpass,borrow_subj(Agnew/1)_from(old/5),i,u]
?b: Consolidated Gold Fields PLC [PLC-nmod,clean_arg_token(Consolidated/10),clean_arg_token(Fields/12),clean_arg_token(Gold/11),h1,move_case_token(of/9)_to_pred,predicate_has(of/9)]
?a was named a nonexecutive director of ?b [named-root,add_root(named/16)_for_nsubjpass_from_(Agnew/1),add_root(named/16)_for_xcomp_from_(director/19),l,n1,n1,n1,n1,n1,n2,n2,n6,u]
?a: Rudolph Agnew , 55 years old and former chairman of Consolidated Gold Fields PLC [Agnew-nsubjpass,clean_arg_token(,/14),clean_arg_token(,/2),clean_arg_token(55/3),clean_arg_token(Consolidated/10),clean_arg_token(Fields/12),clean_arg_token(Gold/11),clean_arg_token(PLC/13),clean_arg_token(Rudolph/0),clean_arg_token(and/6),clean_arg_token(chairman/8),clean_arg_token(former/7),clean_arg_token(of/9),clean_arg_token(old/5),clean_arg_token(years/4),g1(nsubjpass),u]
?b: this British industrial conglomerate [conglomerate-nmod,clean_arg_token(British/22),clean_arg_token(industrial/23),clean_arg_token(this/21),h1,l,move_case_token(of/20)_to_pred,predicate_has(of/20)]
?a is/are nonexecutive [nonexecutive-amod,e]
?a: a director of this British industrial conglomerate [director-xcomp,clean_arg_token(British/22),clean_arg_token(a/17),clean_arg_token(conglomerate/24),clean_arg_token(industrial/23),clean_arg_token(of/20),clean_arg_token(this/21),i,predicate_has(nonexecutive/18)]
?a is/are British [British-amod,e]
?a: this industrial conglomerate [conglomerate-nmod,clean_arg_token(industrial/23),clean_arg_token(this/21),i,predicate_has(British/22)]
?a is/are industrial [industrial-amod,e]
?a: this British conglomerate [conglomerate-nmod,clean_arg_token(British/22),clean_arg_token(this/21),i,predicate_has(industrial/23)]
label: wsj/00/wsj_0003.mrg_0
sentence: A form of asbestos once used to make Kent cigarette filters has caused a high percentage of cancer deaths among a group of workers exposed to it more than 30 years ago , researchers reported .
tags: A/DET form/NOUN of/ADP asbestos/NOUN once/ADV used/VERB to/PRT make/VERB Kent/NOUN cigarette/NOUN filters/NOUN has/VERB caused/VERB a/DET high/ADJ percentage/NOUN of/ADP cancer/NOUN deaths/NOUN among/ADP a/DET group/NOUN of/ADP workers/NOUN exposed/VERB to/PRT it/PRON more/ADV than/ADP 30/NUM years/NOUN ago/ADP ,/. researchers/NOUN reported/VERB ./.
det(A/0, form/1) nsubj(form/1, caused/12) case(of/2, asbestos/3) nmod(asbestos/3, form/1)
advmod(once/4, used/5) acl:relcl(used/5, form/1) mark(to/6, make/7) xcomp(make/7, used/5)
compound(Kent/8, filters/10) compound(cigarette/9, filters/10) dobj(filters/10, make/7) aux(has/11, caused/12)
ccomp(caused/12, reported/34) det(a/13, percentage/15) amod(high/14, percentage/15) dobj(percentage/15, caused/12)
case(of/16, deaths/18) compound(cancer/17, deaths/18) nmod(deaths/18, percentage/15) case(among/19, group/21)
det(a/20, group/21) nmod(group/21, percentage/15) case(of/22, workers/23) nmod(workers/23, group/21)
acl:relcl(exposed/24, workers/23) case(to/25, it/26) nmod(it/26, exposed/24) advmod(more/27, 30/29)
mwe(than/28, more/27) nummod(30/29, years/30) advmod(years/30, exposed/24) case(ago/31, years/30)
punct(,/32, reported/34) nsubj(researchers/33, reported/34) root(reported/34, ROOT/-1) punct(./35, reported/34)
ppatt:
?a once used to make ?b [used-acl:relcl,b,l,n1,n1,n1,n2,pred_resolve_relcl]
?a: A form of asbestos [form-nsubj,arg_resolve_relcl,clean_arg_token(A/0),clean_arg_token(asbestos/3),clean_arg_token(of/2),predicate_has(used/5)]
?b: Kent cigarette filters [filters-dobj,clean_arg_token(Kent/8),clean_arg_token(cigarette/9),g1(dobj),l]
?a has caused ?b [caused-ccomp,a1,add_root(caused/12)_for_dobj_from_(percentage/15),add_root(caused/12)_for_nsubj_from_(form/1),n1,n2,n2]
?a: A form of asbestos once used to make Kent cigarette filters [form-nsubj,clean_arg_token(A/0),clean_arg_token(Kent/8),clean_arg_token(asbestos/3),clean_arg_token(cigarette/9),clean_arg_token(filters/10),clean_arg_token(make/7),clean_arg_token(of/2),clean_arg_token(once/4),clean_arg_token(to/6),clean_arg_token(used/5),g1(nsubj)]
?b: a high percentage of cancer deaths among a group of workers exposed to it more than 30 years ago [percentage-dobj,clean_arg_token(30/29),clean_arg_token(a/13),clean_arg_token(a/20),clean_arg_token(ago/31),clean_arg_token(among/19),clean_arg_token(cancer/17),clean_arg_token(deaths/18),clean_arg_token(exposed/24),clean_arg_token(group/21),clean_arg_token(high/14),clean_arg_token(it/26),clean_arg_token(more/27),clean_arg_token(of/16),clean_arg_token(of/22),clean_arg_token(than/28),clean_arg_token(to/25),clean_arg_token(workers/23),clean_arg_token(years/30),g1(dobj)]
?a is/are high [high-amod,e]
?a: a percentage of cancer deaths among a group of workers exposed to it more than 30 years ago [percentage-dobj,clean_arg_token(30/29),clean_arg_token(a/13),clean_arg_token(a/20),clean_arg_token(ago/31),clean_arg_token(among/19),clean_arg_token(cancer/17),clean_arg_token(deaths/18),clean_arg_token(exposed/24),clean_arg_token(group/21),clean_arg_token(it/26),clean_arg_token(more/27),clean_arg_token(of/16),clean_arg_token(of/22),clean_arg_token(than/28),clean_arg_token(to/25),clean_arg_token(workers/23),clean_arg_token(years/30),i,predicate_has(high/14)]
?a exposed to ?b more than 30 years ago [exposed-acl:relcl,b,n1,n1,n1,n1,n1,n2,n6,pred_resolve_relcl]
?a: workers [workers-nmod,arg_resolve_relcl,predicate_has(exposed/24)]
?b: it [it-nmod,h1,move_case_token(to/25)_to_pred,predicate_has(to/25)]
?a ?b reported [reported-root,add_root(reported/34)_for_ccomp_from_(caused/12),add_root(reported/34)_for_nsubj_from_(researchers/33),n1,n1,n2,n2,u]
?a: SOMETHING := A form of asbestos once used to make Kent cigarette filters has caused a high percentage of cancer deaths among a group of workers exposed to it more than 30 years ago [caused-ccomp,clean_arg_token(30/29),clean_arg_token(A/0),clean_arg_token(Kent/8),clean_arg_token(a/13),clean_arg_token(a/20),clean_arg_token(ago/31),clean_arg_token(among/19),clean_arg_token(asbestos/3),clean_arg_token(cancer/17),clean_arg_token(cigarette/9),clean_arg_token(deaths/18),clean_arg_token(exposed/24),clean_arg_token(filters/10),clean_arg_token(form/1),clean_arg_token(group/21),clean_arg_token(has/11),clean_arg_token(high/14),clean_arg_token(it/26),clean_arg_token(make/7),clean_arg_token(more/27),clean_arg_token(of/16),clean_arg_token(of/2),clean_arg_token(of/22),clean_arg_token(once/4),clean_arg_token(percentage/15),clean_arg_token(than/28),clean_arg_token(to/25),clean_arg_token(to/6),clean_arg_token(used/5),clean_arg_token(workers/23),clean_arg_token(years/30),k]
?b: researchers [researchers-nsubj,g1(nsubj)]
label: wsj/00/wsj_0003.mrg_1
sentence: The asbestos fiber , crocidolite , is unusually resilient once it enters the lungs , with even brief exposures to it causing symptoms that show up decades later , researchers said .
tags: The/DET asbestos/NOUN fiber/NOUN ,/. crocidolite/NOUN ,/. is/VERB unusually/ADV resilient/ADJ once/ADP it/PRON enters/VERB the/DET lungs/NOUN ,/. with/ADP even/ADV brief/ADJ exposures/NOUN to/PRT it/PRON causing/VERB symptoms/NOUN that/DET show/VERB up/PRT decades/NOUN later/ADJ ,/. researchers/NOUN said/VERB ./.
det(The/0, fiber/2) compound(asbestos/1, fiber/2) nsubj(fiber/2, resilient/8) punct(,/3, fiber/2)
appos(crocidolite/4, fiber/2) punct(,/5, fiber/2) cop(is/6, resilient/8) advmod(unusually/7, resilient/8)
ccomp(resilient/8, said/30) mark(once/9, enters/11) nsubj(it/10, enters/11) advcl(enters/11, resilient/8)
det(the/12, lungs/13) dobj(lungs/13, enters/11) punct(,/14, resilient/8) mark(with/15, causing/21)
advmod(even/16, exposures/18) amod(brief/17, exposures/18) nsubj(exposures/18, causing/21) case(to/19, it/20)
nmod(it/20, exposures/18) advcl(causing/21, resilient/8) dobj(symptoms/22, causing/21) nsubj(that/23, show/24)
acl:relcl(show/24, symptoms/22) compound:prt(up/25, show/24) nmod:npmod(decades/26, later/27) advmod(later/27, show/24)
punct(,/28, said/30) nsubj(researchers/29, said/30) root(said/30, ROOT/-1) punct(./31, said/30)
ppatt:
?a is/are crocidolite [crocidolite-appos,d]
?a: The asbestos fiber [fiber-nsubj,clean_arg_token(,/3),clean_arg_token(,/5),clean_arg_token(The/0),clean_arg_token(asbestos/1),j,predicate_has(crocidolite/4),u]
?a is unusually resilient [resilient-ccomp,a1,add_root(resilient/8)_for_advcl_from_(causing/21),add_root(resilient/8)_for_advcl_from_(enters/11),add_root(resilient/8)_for_nsubj_from_(fiber/2),n1,n1,n1,n2,n3,n3,u]
?a: The asbestos fiber [fiber-nsubj,clean_arg_token(,/3),clean_arg_token(,/5),clean_arg_token(The/0),clean_arg_token(asbestos/1),drop_appos(crocidolite/4),g1(nsubj),u]
?a enters ?b [enters-advcl,add_root(enters/11)_for_dobj_from_(lungs/13),add_root(enters/11)_for_nsubj_from_(it/10),b,n1,n2,n2,u]
?a: it [it-nsubj,g1(nsubj)]
?b: the lungs [lungs-dobj,clean_arg_token(the/12),g1(dobj)]
?a is/are brief [brief-amod,e]
?a: even exposures to it [exposures-nsubj,clean_arg_token(even/16),clean_arg_token(it/20),clean_arg_token(to/19),i,predicate_has(brief/17)]
?a causing ?b [causing-advcl,add_root(causing/21)_for_dobj_from_(symptoms/22),add_root(causing/21)_for_nsubj_from_(exposures/18),b,n1,n2,n2,u]
?a: even brief exposures to it [exposures-nsubj,clean_arg_token(brief/17),clean_arg_token(even/16),clean_arg_token(it/20),clean_arg_token(to/19),g1(nsubj)]
?b: symptoms that show up decades later [symptoms-dobj,clean_arg_token(decades/26),clean_arg_token(later/27),clean_arg_token(show/24),clean_arg_token(that/23),clean_arg_token(up/25),g1(dobj)]
?a show up ?b later [show-acl:relcl,add_root(show/24)_for_nsubj_from_(that/23),b,en_relcl_dummy_arg_filter,n1,n1,n2,n2,pred_resolve_relcl]
?a: symptoms [symptoms-dobj,arg_resolve_relcl,predicate_has(show/24)]
?b: decades [decades-nmod:npmod,h2]
?a ?b said [said-root,add_root(said/30)_for_ccomp_from_(resilient/8),add_root(said/30)_for_nsubj_from_(researchers/29),n1,n1,n2,n2,u]
?a: SOMETHING := The asbestos fiber , is unusually resilient once it enters the lungs , with even brief exposures to it causing symptoms that show up decades later [resilient-ccomp,clean_arg_token(,/14),clean_arg_token(,/3),clean_arg_token(,/5),clean_arg_token(The/0),clean_arg_token(asbestos/1),clean_arg_token(brief/17),clean_arg_token(causing/21),clean_arg_token(decades/26),clean_arg_token(enters/11),clean_arg_token(even/16),clean_arg_token(exposures/18),clean_arg_token(fiber/2),clean_arg_token(is/6),clean_arg_token(it/10),clean_arg_token(it/20),clean_arg_token(later/27),clean_arg_token(lungs/13),clean_arg_token(once/9),clean_arg_token(show/24),clean_arg_token(symptoms/22),clean_arg_token(that/23),clean_arg_token(the/12),clean_arg_token(to/19),clean_arg_token(unusually/7),clean_arg_token(up/25),clean_arg_token(with/15),drop_appos(crocidolite/4),k,u]
?b: researchers [researchers-nsubj,g1(nsubj)]
label: wsj/00/wsj_0003.mrg_2
sentence: Lorillard Inc. , the unit of New York-based Loews Corp. that makes Kent cigarettes , stopped using crocidolite in its Micronite cigarette filters in 1956 .
tags: Lorillard/NOUN Inc./NOUN ,/. the/DET unit/NOUN of/ADP New/ADJ York-based/ADJ Loews/NOUN Corp./NOUN that/DET makes/VERB Kent/NOUN cigarettes/NOUN ,/. stopped/VERB using/VERB crocidolite/NOUN in/ADP its/PRON Micronite/NOUN cigarette/NOUN filters/NOUN in/ADP 1956/NUM ./.
compound(Lorillard/0, Inc./1) nsubj(Inc./1, stopped/15) punct(,/2, Inc./1) det(the/3, unit/4)
appos(unit/4, Inc./1) case(of/5, Corp./9) amod(New/6, York-based/7) amod(York-based/7, Corp./9)
compound(Loews/8, Corp./9) nmod(Corp./9, unit/4) nsubj(that/10, makes/11) acl:relcl(makes/11, unit/4)
compound(Kent/12, cigarettes/13) dobj(cigarettes/13, makes/11) punct(,/14, Inc./1) root(stopped/15, ROOT/-1)
xcomp(using/16, stopped/15) dobj(crocidolite/17, using/16) case(in/18, filters/22) nmod:poss(its/19, filters/22)
compound(Micronite/20, filters/22) compound(cigarette/21, filters/22) nmod(filters/22, using/16) case(in/23, 1956/24)
nmod(1956/24, using/16) punct(./25, stopped/15)
ppatt:
?a is/are the unit of ?b [unit-appos,d,n1,n2,n3,n6]
?a: Lorillard Inc. [Inc.-nsubj,clean_arg_token(,/14),clean_arg_token(,/2),clean_arg_token(Lorillard/0),j,predicate_has(unit/4),u]
?b: New York-based Loews Corp. [Corp.-nmod,clean_arg_token(Loews/8),clean_arg_token(New/6),clean_arg_token(York-based/7),h1,move_case_token(of/5)_to_pred,predicate_has(of/5)]
?a is/are New York-based [York-based-amod,e,n1]
?a: Loews Corp. [Corp.-nmod,clean_arg_token(Loews/8),i,predicate_has(York-based/7)]
?a makes ?b [makes-acl:relcl,add_root(makes/11)_for_dobj_from_(cigarettes/13),add_root(makes/11)_for_nsubj_from_(that/10),b,en_relcl_dummy_arg_filter,n2,n2,pred_resolve_relcl]
?a: the unit of New York-based Loews Corp. [unit-appos,arg_resolve_relcl,clean_arg_token(Corp./9),clean_arg_token(Loews/8),clean_arg_token(New/6),clean_arg_token(York-based/7),clean_arg_token(of/5),clean_arg_token(the/3),predicate_has(makes/11)]
?b: Kent cigarettes [cigarettes-dobj,clean_arg_token(Kent/12),g1(dobj)]
?a stopped using ?b in ?c in ?d [stopped-root,add_root(stopped/15)_for_nsubj_from_(Inc./1),add_root(stopped/15)_for_xcomp_from_(using/16),l,n1,n1,n2,n2,n2,n2,n6,n6,u]
?a: Lorillard Inc. [Inc.-nsubj,clean_arg_token(,/14),clean_arg_token(,/2),clean_arg_token(Lorillard/0),drop_appos(unit/4),g1(nsubj),u]
?b: crocidolite [crocidolite-dobj,g1(dobj),l]
?c: its Micronite cigarette filters [filters-nmod,clean_arg_token(Micronite/20),clean_arg_token(cigarette/21),clean_arg_token(its/19),h1,l,move_case_token(in/18)_to_pred,predicate_has(in/18)]
?d: 1956 [1956-nmod,h1,l,move_case_token(in/23)_to_pred,predicate_has(in/23)]
?a poss ?b [its-nmod:poss,v]
?a: its [its-nmod:poss,w2]
?b: Micronite cigarette filters [filters-nmod,clean_arg_token(Micronite/20),clean_arg_token(cigarette/21),predicate_has(its/19),w1]
label: wsj/00/wsj_0003.mrg_3
sentence: Although preliminary findings were reported more than a year ago , the latest results appear in today 's New England Journal of Medicine , a forum likely to bring new attention to the problem .
tags: Although/ADP preliminary/ADJ findings/NOUN were/VERB reported/VERB more/ADV than/ADP a/DET year/NOUN ago/ADP ,/. the/DET latest/ADJ results/NOUN appear/VERB in/ADP today/NOUN 's/PRT New/NOUN England/NOUN Journal/NOUN of/ADP Medicine/NOUN ,/. a/DET forum/NOUN likely/ADJ to/PRT bring/VERB new/ADJ attention/NOUN to/PRT the/DET problem/NOUN ./.
mark(Although/0, reported/4) amod(preliminary/1, findings/2) nsubjpass(findings/2, reported/4) auxpass(were/3, reported/4)
advcl(reported/4, appear/14) advmod(more/5, a/7) mwe(than/6, more/5) nummod(a/7, year/8)
advmod(year/8, reported/4) case(ago/9, year/8) punct(,/10, appear/14) det(the/11, results/13)
amod(latest/12, results/13) nsubj(results/13, appear/14) root(appear/14, ROOT/-1) case(in/15, Journal/20)
nmod:poss(today/16, Journal/20) case('s/17, today/16) compound(New/18, Journal/20) compound(England/19, Journal/20)
nmod(Journal/20, appear/14) case(of/21, Medicine/22) nmod(Medicine/22, Journal/20) punct(,/23, Journal/20)
det(a/24, forum/25) appos(forum/25, Journal/20) amod(likely/26, forum/25) mark(to/27, bring/28)
xcomp(bring/28, likely/26) amod(new/29, attention/30) dobj(attention/30, bring/28) case(to/31, problem/33)
det(the/32, problem/33) nmod(problem/33, bring/28) punct(./34, appear/14)
ppatt:
?a is/are preliminary [preliminary-amod,e]
?a: findings [findings-nsubjpass,i,predicate_has(preliminary/1)]
?a were reported more than a year ago [reported-advcl,add_root(reported/4)_for_nsubjpass_from_(findings/2),b,n1,n1,n1,n1,n1,n1,n1,n2,u]
?a: preliminary findings [findings-nsubjpass,clean_arg_token(preliminary/1),g1(nsubjpass)]
?a is/are latest [latest-amod,e]
?a: the results [results-nsubj,clean_arg_token(the/11),i,predicate_has(latest/12)]
?a appear in ?b [appear-root,add_root(appear/14)_for_advcl_from_(reported/4),add_root(appear/14)_for_nmod_from_(Journal/20),add_root(appear/14)_for_nsubj_from_(results/13),n1,n1,n2,n2,n3,n6,u]
?a: the latest results [results-nsubj,clean_arg_token(latest/12),clean_arg_token(the/11),g1(nsubj)]
?b: today 's New England Journal of Medicine [Journal-nmod,clean_arg_token('s/17),clean_arg_token(,/23),clean_arg_token(England/19),clean_arg_token(Medicine/22),clean_arg_token(New/18),clean_arg_token(of/21),clean_arg_token(today/16),drop_appos(forum/25),h1,move_case_token(in/15)_to_pred,predicate_has(in/15),u]
?a poss ?b [today-nmod:poss,v]
?a: today [today-nmod:poss,w2]
?b: New England Journal of Medicine [Journal-nmod,clean_arg_token(,/23),clean_arg_token(England/19),clean_arg_token(Medicine/22),clean_arg_token(New/18),clean_arg_token(of/21),drop_appos(forum/25),predicate_has(today/16),u,w1]
?a is/are a forum likely to bring new attention to the problem [forum-appos,d,n1,n1,n1,n1,n1,n1,n1,n1,n1]
?a: today 's New England Journal of Medicine [Journal-nmod,clean_arg_token('s/17),clean_arg_token(,/23),clean_arg_token(England/19),clean_arg_token(Medicine/22),clean_arg_token(New/18),clean_arg_token(of/21),clean_arg_token(today/16),j,predicate_has(forum/25),u]
?a is/are likely to bring ?b to ?c [likely-amod,e,l,n1,n1,n2,n2,n6]
?a: a forum [forum-appos,clean_arg_token(a/24),i,predicate_has(likely/26)]
?b: new attention [attention-dobj,clean_arg_token(new/29),g1(dobj),l]
?c: the problem [problem-nmod,clean_arg_token(the/32),h1,l,move_case_token(to/31)_to_pred,predicate_has(to/31)]
?a is/are new [new-amod,e]
?a: attention [attention-dobj,i,predicate_has(new/29)]
label: wsj/00/wsj_0003.mrg_4
sentence: A Lorillard spokewoman said , `` This is an old story .
tags: A/DET Lorillard/NOUN spokewoman/NOUN said/VERB ,/. ``/. This/DET is/VERB an/DET old/ADJ story/NOUN ./.
det(A/0, spokewoman/2) compound(Lorillard/1, spokewoman/2) nsubj(spokewoman/2, said/3) root(said/3, ROOT/-1)
punct(,/4, said/3) punct(``/5, said/3) nsubj(This/6, story/10) cop(is/7, story/10)
det(an/8, story/10) amod(old/9, story/10) ccomp(story/10, said/3) punct(./11, said/3)
ppatt:
?a said ?b [said-root,add_root(said/3)_for_ccomp_from_(story/10),add_root(said/3)_for_nsubj_from_(spokewoman/2),n1,n1,n1,n2,n2,u]
?a: A Lorillard spokewoman [spokewoman-nsubj,clean_arg_token(A/0),clean_arg_token(Lorillard/1),g1(nsubj)]
?b: SOMETHING := This is an old story [story-ccomp,clean_arg_token(This/6),clean_arg_token(an/8),clean_arg_token(is/7),clean_arg_token(old/9),k]
?a is/are old [old-amod,e]
?a: an story [story-ccomp,clean_arg_token(an/8),i,predicate_has(old/9),special_arg_drop_direct_dep(This/6),special_arg_drop_direct_dep(is/7)]
?a is an old story [story-ccomp,a1,add_root(story/10)_for_nsubj_from_(This/6),n1,n1,n1,n2]
?a: This [This-nsubj,g1(nsubj)]
label: wsj/00/wsj_0003.mrg_5
sentence: We 're talking about years ago before anyone heard of asbestos having any questionable properties .
tags: We/PRON 're/VERB talking/VERB about/ADP years/NOUN ago/ADP before/ADP anyone/NOUN heard/VERB of/ADP asbestos/NOUN having/VERB any/DET questionable/ADJ properties/NOUN ./.
nsubj(We/0, talking/2) aux('re/1, talking/2) root(talking/2, ROOT/-1) case(about/3, years/4)
advcl(years/4, talking/2) case(ago/5, years/4) mark(before/6, heard/8) nsubj(anyone/7, heard/8)
advcl(heard/8, years/4) mark(of/9, having/11) nsubj(asbestos/10, having/11) advcl(having/11, heard/8)
det(any/12, properties/14) amod(questionable/13, properties/14) dobj(properties/14, having/11) punct(./15, talking/2)
ppatt:
?a 're talking [talking-root,add_root(talking/2)_for_advcl_from_(years/4),add_root(talking/2)_for_nsubj_from_(We/0),n1,n1,n2,n3,u]
?a: We [We-nsubj,g1(nsubj)]
?a about years ago [years-advcl,b,n1,n1,n3]
?a: We [We-nsubj,borrow_subj(We/0)_from(talking/2),g1(nsubj)]
?a heard [heard-advcl,add_root(heard/8)_for_advcl_from_(having/11),add_root(heard/8)_for_nsubj_from_(anyone/7),b,n1,n2,n3,u]
?a: anyone [anyone-nsubj,g1(nsubj)]
?a having ?b [having-advcl,add_root(having/11)_for_dobj_from_(properties/14),add_root(having/11)_for_nsubj_from_(asbestos/10),b,n1,n2,n2,u]
?a: asbestos [asbestos-nsubj,g1(nsubj)]
?b: any questionable properties [properties-dobj,clean_arg_token(any/12),clean_arg_token(questionable/13),g1(dobj)]
?a is/are questionable [questionable-amod,e]
?a: any properties [properties-dobj,clean_arg_token(any/12),i,predicate_has(questionable/13)]
label: wsj/00/wsj_0003.mrg_7
sentence: Neither Lorillard nor the researchers who studied the workers were aware of any research on smokers of the Kent cigarettes .
tags: Neither/DET Lorillard/NOUN nor/CONJ the/DET researchers/NOUN who/PRON studied/VERB the/DET workers/NOUN were/VERB aware/ADJ of/ADP any/DET research/NOUN on/ADP smokers/NOUN of/ADP the/DET Kent/NOUN cigarettes/NOUN ./.
cc:preconj(Neither/0, Lorillard/1) nsubj(Lorillard/1, aware/10) cc(nor/2, Lorillard/1) det(the/3, researchers/4)
conj(researchers/4, Lorillard/1) nsubj(who/5, studied/6) acl:relcl(studied/6, researchers/4) det(the/7, workers/8)
dobj(workers/8, studied/6) cop(were/9, aware/10) root(aware/10, ROOT/-1) case(of/11, research/13)
det(any/12, research/13) nmod(research/13, aware/10) case(on/14, smokers/15) nmod(smokers/15, research/13)
case(of/16, cigarettes/19) det(the/17, cigarettes/19) compound(Kent/18, cigarettes/19) nmod(cigarettes/19, smokers/15)
punct(./20, aware/10)
ppatt:
?a studied ?b [studied-acl:relcl,add_root(studied/6)_for_dobj_from_(workers/8),add_root(studied/6)_for_nsubj_from_(who/5),b,en_relcl_dummy_arg_filter,n2,n2,pred_resolve_relcl]
?a: the researchers [researchers-conj,arg_resolve_relcl,clean_arg_token(the/3),predicate_has(studied/6)]
?b: the workers [workers-dobj,clean_arg_token(the/7),g1(dobj)]
?a were aware of ?b [aware-root,add_root(aware/10)_for_nsubj_from_(Lorillard/1),n1,n1,n2,n2,n6,u]
?a: Lorillard [Lorillard-nsubj,drop_cc(Neither/0),drop_cc(nor/2),drop_conj(researchers/4),g1(nsubj)]
?b: any research on smokers of the Kent cigarettes [research-nmod,clean_arg_token(Kent/18),clean_arg_token(any/12),clean_arg_token(cigarettes/19),clean_arg_token(of/16),clean_arg_token(on/14),clean_arg_token(smokers/15),clean_arg_token(the/17),h1,move_case_token(of/11)_to_pred,predicate_has(of/11)]
?a were aware of ?b [aware-root,add_root(aware/10)_for_nsubj_from_(Lorillard/1),n1,n1,n2,n2,n6,u]
?a: the researchers who studied the workers [researchers-conj,clean_arg_token(studied/6),clean_arg_token(the/3),clean_arg_token(the/7),clean_arg_token(who/5),clean_arg_token(workers/8),m]
?b: any research on smokers of the Kent cigarettes [research-nmod,clean_arg_token(Kent/18),clean_arg_token(any/12),clean_arg_token(cigarettes/19),clean_arg_token(of/16),clean_arg_token(on/14),clean_arg_token(smokers/15),clean_arg_token(the/17),h1,move_case_token(of/11)_to_pred,predicate_has(of/11)]
label: wsj/00/wsj_0003.mrg_8
sentence: `` We have no useful information on whether users are at risk , '' said James A. Talcott of Boston 's Dana-Farber Cancer Institute .
tags: ``/. We/PRON have/VERB no/DET useful/ADJ information/NOUN on/ADP whether/ADP users/NOUN are/VERB at/ADP risk/NOUN ,/. ''/. said/VERB James/NOUN A./NOUN Talcott/NOUN of/ADP Boston/NOUN 's/PRT Dana-Farber/NOUN Cancer/NOUN Institute/NOUN ./.
punct(``/0, said/14) nsubj(We/1, have/2) ccomp(have/2, said/14) neg(no/3, information/5)
amod(useful/4, information/5) dobj(information/5, have/2) mark(on/6, risk/11) mark(whether/7, risk/11)
nsubj(users/8, risk/11) cop(are/9, risk/11) case(at/10, risk/11) acl(risk/11, information/5)
punct(,/12, said/14) punct(''/13, said/14) root(said/14, ROOT/-1) compound(James/15, Talcott/17)
compound(A./16, Talcott/17) nsubj(Talcott/17, said/14) case(of/18, Institute/23) nmod:poss(Boston/19, Institute/23)
case('s/20, Boston/19) compound(Dana-Farber/21, Institute/23) compound(Cancer/22, Institute/23) nmod(Institute/23, Talcott/17)
punct(./24, said/14)
ppatt:
?a have ?b [have-ccomp,a1,add_root(have/2)_for_dobj_from_(information/5),add_root(have/2)_for_nsubj_from_(We/1),n2,n2]
?a: We [We-nsubj,g1(nsubj)]
?b: no useful information on whether users are at risk [information-dobj,clean_arg_token(are/9),clean_arg_token(at/10),clean_arg_token(no/3),clean_arg_token(on/6),clean_arg_token(risk/11),clean_arg_token(useful/4),clean_arg_token(users/8),clean_arg_token(whether/7),g1(dobj)]
?a is/are useful [useful-amod,e]
?a: information on whether users are at risk [information-dobj,clean_arg_token(are/9),clean_arg_token(at/10),clean_arg_token(on/6),clean_arg_token(risk/11),clean_arg_token(users/8),clean_arg_token(whether/7),i,predicate_has(useful/4),special_arg_drop_direct_dep(no/3)]
?a ?b are at risk [risk-acl,add_root(risk/11)_for_nsubj_from_(users/8),b,n1,n1,n1,n1,n2,pred_resolve_relcl,u]
?a: useful information [information-dobj,arg_resolve_relcl,clean_arg_token(useful/4),predicate_has(risk/11),special_arg_drop_direct_dep(no/3)]
?b: users [users-nsubj,g1(nsubj)]
?a said ?b [said-root,add_root(said/14)_for_ccomp_from_(have/2),add_root(said/14)_for_nsubj_from_(Talcott/17),n1,n1,n1,n1,n2,n2,u]
?a: SOMETHING := We have no useful information on whether users are at risk [have-ccomp,clean_arg_token(We/1),clean_arg_token(are/9),clean_arg_token(at/10),clean_arg_token(information/5),clean_arg_token(no/3),clean_arg_token(on/6),clean_arg_token(risk/11),clean_arg_token(useful/4),clean_arg_token(users/8),clean_arg_token(whether/7),k]
?b: James A. Talcott of Boston 's Dana-Farber Cancer Institute [Talcott-nsubj,clean_arg_token('s/20),clean_arg_token(A./16),clean_arg_token(Boston/19),clean_arg_token(Cancer/22),clean_arg_token(Dana-Farber/21),clean_arg_token(Institute/23),clean_arg_token(James/15),clean_arg_token(of/18),g1(nsubj)]
?a poss ?b [Boston-nmod:poss,v]
?a: Boston [Boston-nmod:poss,w2]
?b: Dana-Farber Cancer Institute [Institute-nmod,clean_arg_token(Cancer/22),clean_arg_token(Dana-Farber/21),predicate_has(Boston/19),w1]
label: wsj/00/wsj_0003.mrg_9
sentence: Dr. Talcott led a team of researchers from the National Cancer Institute and the medical schools of Harvard University and Boston University .
tags: Dr./NOUN Talcott/NOUN led/VERB a/DET team/NOUN of/ADP researchers/NOUN from/ADP the/DET National/NOUN Cancer/NOUN Institute/NOUN and/CONJ the/DET medical/ADJ schools/NOUN of/ADP Harvard/NOUN University/NOUN and/CONJ Boston/NOUN University/NOUN ./.
compound(Dr./0, Talcott/1) nsubj(Talcott/1, led/2) root(led/2, ROOT/-1) det(a/3, team/4)
dobj(team/4, led/2) case(of/5, researchers/6) nmod(researchers/6, team/4) case(from/7, Institute/11)
det(the/8, Institute/11) compound(National/9, Institute/11) compound(Cancer/10, Institute/11) nmod(Institute/11, researchers/6)
cc(and/12, Institute/11) det(the/13, schools/15) amod(medical/14, schools/15) conj(schools/15, Institute/11)
case(of/16, University/18) compound(Harvard/17, University/18) nmod(University/18, schools/15) cc(and/19, University/18)
compound(Boston/20, University/21) conj(University/21, University/18) punct(./22, led/2)
ppatt:
?a led ?b [led-root,add_root(led/2)_for_dobj_from_(team/4),add_root(led/2)_for_nsubj_from_(Talcott/1),n1,n2,n2,u]
?a: Dr. Talcott [Talcott-nsubj,clean_arg_token(Dr./0),g1(nsubj)]
?b: a team of researchers from the National Cancer Institute and the medical schools of Harvard University and Boston University [team-dobj,clean_arg_token(Boston/20),clean_arg_token(Cancer/10),clean_arg_token(Harvard/17),clean_arg_token(Institute/11),clean_arg_token(National/9),clean_arg_token(University/18),clean_arg_token(University/21),clean_arg_token(a/3),clean_arg_token(and/12),clean_arg_token(and/19),clean_arg_token(from/7),clean_arg_token(medical/14),clean_arg_token(of/16),clean_arg_token(of/5),clean_arg_token(researchers/6),clean_arg_token(schools/15),clean_arg_token(the/13),clean_arg_token(the/8),g1(dobj)]
?a is/are medical [medical-amod,e]
?a: the schools of Harvard University and Boston University [schools-conj,clean_arg_token(Boston/20),clean_arg_token(Harvard/17),clean_arg_token(University/18),clean_arg_token(University/21),clean_arg_token(and/19),clean_arg_token(of/16),clean_arg_token(the/13),i,predicate_has(medical/14)]
label: wsj/00/wsj_0003.mrg_10
sentence: The Lorillard spokeswoman said asbestos was used in `` very modest amounts '' in making paper for the filters in the early 1950s and replaced with a different type of filter in 1956 .
tags: The/DET Lorillard/NOUN spokeswoman/NOUN said/VERB asbestos/NOUN was/VERB used/VERB in/ADP ``/. very/ADV modest/ADJ amounts/NOUN ''/. in/ADP making/VERB paper/NOUN for/ADP the/DET filters/NOUN in/ADP the/DET early/ADJ 1950s/NUM and/CONJ replaced/VERB with/ADP a/DET different/ADJ type/NOUN of/ADP filter/NOUN in/ADP 1956/NUM ./.
det(The/0, spokeswoman/2) compound(Lorillard/1, spokeswoman/2) nsubj(spokeswoman/2, said/3) root(said/3, ROOT/-1)
nsubjpass(asbestos/4, used/6) auxpass(was/5, used/6) ccomp(used/6, said/3) case(in/7, amounts/11)
punct(``/8, amounts/11) advmod(very/9, modest/10) amod(modest/10, amounts/11) nmod(amounts/11, used/6)
punct(''/12, amounts/11) mark(in/13, making/14) advcl(making/14, used/6) dobj(paper/15, making/14)
case(for/16, filters/18) det(the/17, filters/18) nmod(filters/18, paper/15) case(in/19, 1950s/22)
det(the/20, 1950s/22) amod(early/21, 1950s/22) nmod(1950s/22, used/6) cc(and/23, used/6)
conj(replaced/24, used/6) case(with/25, type/28) det(a/26, type/28) amod(different/27, type/28)
nmod(type/28, replaced/24) case(of/29, filter/30) nmod(filter/30, type/28) case(in/31, 1956/32)
nmod(1956/32, replaced/24) punct(./33, said/3)
ppatt:
?a said ?b [said-root,add_root(said/3)_for_ccomp_from_(used/6),add_root(said/3)_for_nsubj_from_(spokeswoman/2),n1,n2,n2,u]
?a: The Lorillard spokeswoman [spokeswoman-nsubj,clean_arg_token(Lorillard/1),clean_arg_token(The/0),g1(nsubj)]
?b: SOMETHING := asbestos was used in `` very modest amounts '' in making paper for the filters in the early 1950s [used-ccomp,clean_arg_token(''/12),clean_arg_token(1950s/22),clean_arg_token(``/8),clean_arg_token(amounts/11),clean_arg_token(asbestos/4),clean_arg_token(early/21),clean_arg_token(filters/18),clean_arg_token(for/16),clean_arg_token(in/13),clean_arg_token(in/19),clean_arg_token(in/7),clean_arg_token(making/14),clean_arg_token(modest/10),clean_arg_token(paper/15),clean_arg_token(the/17),clean_arg_token(the/20),clean_arg_token(very/9),clean_arg_token(was/5),drop_cc(and/23),drop_conj(replaced/24),k]
?a was used in ?b in ?c [used-ccomp,a1,add_root(used/6)_for_advcl_from_(making/14),add_root(used/6)_for_nmod_from_(1950s/22),add_root(used/6)_for_nmod_from_(amounts/11),add_root(used/6)_for_nsubjpass_from_(asbestos/4),n1,n2,n2,n2,n3,n3,n5,n6,n6]
?a: asbestos [asbestos-nsubjpass,g1(nsubjpass)]
?b: very modest amounts [amounts-nmod,clean_arg_token(''/12),clean_arg_token(``/8),clean_arg_token(modest/10),clean_arg_token(very/9),h1,move_case_token(in/7)_to_pred,predicate_has(in/7),u]
?c: the early 1950s [1950s-nmod,clean_arg_token(early/21),clean_arg_token(the/20),h1,move_case_token(in/19)_to_pred,predicate_has(in/19)]
?a is/are very modest [modest-amod,e,n1]
?a: amounts [amounts-nmod,clean_arg_token(''/12),clean_arg_token(``/8),i,predicate_has(modest/10),u]
?a making ?b [making-advcl,add_root(making/14)_for_dobj_from_(paper/15),b,n1,n2,u]
?a: asbestos [asbestos-nsubjpass,borrow_subj(asbestos/4)_from(used/6),g1(nsubjpass)]
?b: paper for the filters [paper-dobj,clean_arg_token(filters/18),clean_arg_token(for/16),clean_arg_token(the/17),g1(dobj)]
?a is/are early [early-amod,e]
?a: the 1950s [1950s-nmod,clean_arg_token(the/20),i,predicate_has(early/21)]
?a replaced with ?b in ?c [replaced-conj,f,n2,n2,n6,n6]
?a: asbestos [asbestos-nsubjpass,borrow_subj(asbestos/4)_from(used/6),g1(nsubjpass)]
?b: a different type of filter [type-nmod,clean_arg_token(a/26),clean_arg_token(different/27),clean_arg_token(filter/30),clean_arg_token(of/29),h1,move_case_token(with/25)_to_pred,predicate_has(with/25)]
?c: 1956 [1956-nmod,h1,move_case_token(in/31)_to_pred,predicate_has(in/31)]
?a is/are different [different-amod,e]
?a: a type of filter [type-nmod,clean_arg_token(a/26),clean_arg_token(filter/30),clean_arg_token(of/29),i,predicate_has(different/27)]
label: wsj/00/wsj_0003.mrg_11
sentence: From 1953 to 1955 , 9.8 billion Kent cigarettes with the filters were sold , the company said .
tags: From/ADP 1953/NUM to/PRT 1955/NUM ,/. 9.8/NUM billion/NUM Kent/NOUN cigarettes/NOUN with/ADP the/DET filters/NOUN were/VERB sold/VERB ,/. the/DET company/NOUN said/VERB ./.
case(From/0, 1953/1) nmod(1953/1, sold/13) case(to/2, 1955/3) nmod(1955/3, 1953/1)
punct(,/4, sold/13) compound(9.8/5, billion/6) nummod(billion/6, cigarettes/8) compound(Kent/7, cigarettes/8)
nsubjpass(cigarettes/8, sold/13) case(with/9, filters/11) det(the/10, filters/11) nmod(filters/11, cigarettes/8)
auxpass(were/12, sold/13) ccomp(sold/13, said/17) punct(,/14, said/17) det(the/15, company/16)
nsubj(company/16, said/17) root(said/17, ROOT/-1) punct(./18, said/17)
ppatt:
From ?a , ?b were sold [sold-ccomp,a1,add_root(sold/13)_for_nmod_from_(1953/1),add_root(sold/13)_for_nsubjpass_from_(cigarettes/8),n1,n1,n2,n2,n6]
?a: 1953 to 1955 [1953-nmod,clean_arg_token(1955/3),clean_arg_token(to/2),h1,move_case_token(From/0)_to_pred,predicate_has(From/0)]
?b: 9.8 billion Kent cigarettes with the filters [cigarettes-nsubjpass,clean_arg_token(9.8/5),clean_arg_token(Kent/7),clean_arg_token(billion/6),clean_arg_token(filters/11),clean_arg_token(the/10),clean_arg_token(with/9),g1(nsubjpass)]
?a ?b said [said-root,add_root(said/17)_for_ccomp_from_(sold/13),add_root(said/17)_for_nsubj_from_(company/16),n1,n1,n2,n2,u]
?a: SOMETHING := From 1953 to 1955 , 9.8 billion Kent cigarettes with the filters were sold [sold-ccomp,clean_arg_token(,/4),clean_arg_token(1953/1),clean_arg_token(1955/3),clean_arg_token(9.8/5),clean_arg_token(From/0),clean_arg_token(Kent/7),clean_arg_token(billion/6),clean_arg_token(cigarettes/8),clean_arg_token(filters/11),clean_arg_token(the/10),clean_arg_token(to/2),clean_arg_token(were/12),clean_arg_token(with/9),k]
?b: the company [company-nsubj,clean_arg_token(the/15),g1(nsubj)]
label: wsj/00/wsj_0003.mrg_12
sentence: Among 33 men who worked closely with the substance , 28 have died -- more than three times the expected number .
tags: Among/ADP 33/NUM men/NOUN who/PRON worked/VERB closely/ADV with/ADP the/DET substance/NOUN ,/. 28/NUM have/VERB died/VERB --/. more/ADJ than/ADP three/NUM times/NOUN the/DET expected/VERB number/NOUN ./.
case(Among/0, men/2) nummod(33/1, men/2) nmod(men/2, died/12) nsubj(who/3, worked/4)
acl:relcl(worked/4, men/2) advmod(closely/5, worked/4) case(with/6, substance/8) det(the/7, substance/8)
nmod(substance/8, worked/4) punct(,/9, died/12) nsubj(28/10, died/12) aux(have/11, died/12)
root(died/12, ROOT/-1) punct(--/13, died/12) advmod(more/14, times/17) advmod(than/15, times/17)
compound(three/16, times/17) nummod(times/17, number/20) det(the/18, number/20) amod(expected/19, number/20)
dobj(number/20, died/12) punct(./21, died/12)
ppatt:
?a worked closely with ?b [worked-acl:relcl,add_root(worked/4)_for_nmod_from_(substance/8),add_root(worked/4)_for_nsubj_from_(who/3),b,en_relcl_dummy_arg_filter,n1,n2,n2,n6,pred_resolve_relcl]
?a: 33 men [men-nmod,arg_resolve_relcl,clean_arg_token(33/1),predicate_has(worked/4)]
?b: the substance [substance-nmod,clean_arg_token(the/7),h1,move_case_token(with/6)_to_pred,predicate_has(with/6)]
Among ?a , ?b have died ?c [died-root,add_root(died/12)_for_dobj_from_(number/20),add_root(died/12)_for_nmod_from_(men/2),add_root(died/12)_for_nsubj_from_(28/10),n1,n1,n1,n1,n2,n2,n2,n6,u]
?a: 33 men who worked closely with the substance [men-nmod,clean_arg_token(33/1),clean_arg_token(closely/5),clean_arg_token(substance/8),clean_arg_token(the/7),clean_arg_token(who/3),clean_arg_token(with/6),clean_arg_token(worked/4),h1,move_case_token(Among/0)_to_pred,predicate_has(Among/0)]
?b: 28 [28-nsubj,g1(nsubj)]
?c: more than three times the expected number [number-dobj,clean_arg_token(expected/19),clean_arg_token(more/14),clean_arg_token(than/15),clean_arg_token(the/18),clean_arg_token(three/16),clean_arg_token(times/17),g1(dobj)]
label: wsj/00/wsj_0003.mrg_13
sentence: Four of the five surviving workers have asbestos-related diseases , including three with recently diagnosed cancer .
tags: Four/NUM of/ADP the/DET five/NUM surviving/VERB workers/NOUN have/VERB asbestos-related/ADJ diseases/NOUN ,/. including/VERB three/NUM with/ADP recently/ADV diagnosed/VERB cancer/NOUN ./.
nsubj(Four/0, have/6) case(of/1, workers/5) det(the/2, workers/5) nummod(five/3, workers/5)
amod(surviving/4, workers/5) nmod(workers/5, Four/0) root(have/6, ROOT/-1) amod(asbestos-related/7, diseases/8)
dobj(diseases/8, have/6) punct(,/9, have/6) case(including/10, three/11) nmod(three/11, have/6)
case(with/12, cancer/15) advmod(recently/13, diagnosed/14) amod(diagnosed/14, cancer/15) nmod(cancer/15, three/11)
punct(./16, have/6)
ppatt:
?a have ?b , including ?c [have-root,add_root(have/6)_for_dobj_from_(diseases/8),add_root(have/6)_for_nmod_from_(three/11),add_root(have/6)_for_nsubj_from_(Four/0),n1,n1,n2,n2,n2,n6,u]
?a: Four of the five surviving workers [Four-nsubj,clean_arg_token(five/3),clean_arg_token(of/1),clean_arg_token(surviving/4),clean_arg_token(the/2),clean_arg_token(workers/5),g1(nsubj)]
?b: asbestos-related diseases [diseases-dobj,clean_arg_token(asbestos-related/7),g1(dobj)]
?c: three with recently diagnosed cancer [three-nmod,clean_arg_token(cancer/15),clean_arg_token(diagnosed/14),clean_arg_token(recently/13),clean_arg_token(with/12),h1,move_case_token(including/10)_to_pred,predicate_has(including/10)]
?a is/are asbestos-related [asbestos-related-amod,e]
?a: diseases [diseases-dobj,i,predicate_has(asbestos-related/7)]
label: wsj/00/wsj_0003.mrg_14
sentence: The total of 18 deaths from malignant mesothelioma , lung cancer and asbestosis was far higher than expected , the researchers said .
tags: The/DET total/NOUN of/ADP 18/NUM deaths/NOUN from/ADP malignant/ADJ mesothelioma/NOUN ,/. lung/NOUN cancer/NOUN and/CONJ asbestosis/NOUN was/VERB far/ADV higher/ADJ than/ADP expected/VERB ,/. the/DET researchers/NOUN said/VERB ./.
det(The/0, total/1) nsubj(total/1, higher/15) case(of/2, deaths/4) nummod(18/3, deaths/4)
nmod(deaths/4, total/1) case(from/5, mesothelioma/7) amod(malignant/6, mesothelioma/7) nmod(mesothelioma/7, deaths/4)
punct(,/8, mesothelioma/7) compound(lung/9, cancer/10) conj(cancer/10, mesothelioma/7) cc(and/11, mesothelioma/7)
conj(asbestosis/12, mesothelioma/7) cop(was/13, higher/15) advmod(far/14, higher/15) ccomp(higher/15, said/21)
mark(than/16, expected/17) ccomp(expected/17, higher/15) punct(,/18, said/21) det(the/19, researchers/20)
nsubj(researchers/20, said/21) root(said/21, ROOT/-1) punct(./22, said/21)
ppatt:
?a is/are malignant [malignant-amod,e]
?a: mesothelioma [mesothelioma-nmod,clean_arg_token(,/8),drop_cc(and/11),drop_conj(asbestosis/12),drop_conj(cancer/10),i,predicate_has(malignant/6),u]
?a was far higher ?b [higher-ccomp,a1,add_root(higher/15)_for_ccomp_from_(expected/17),add_root(higher/15)_for_nsubj_from_(total/1),n1,n1,n2,n2]
?a: The total of 18 deaths from malignant mesothelioma , lung cancer and asbestosis [total-nsubj,clean_arg_token(,/8),clean_arg_token(18/3),clean_arg_token(The/0),clean_arg_token(and/11),clean_arg_token(asbestosis/12),clean_arg_token(cancer/10),clean_arg_token(deaths/4),clean_arg_token(from/5),clean_arg_token(lung/9),clean_arg_token(malignant/6),clean_arg_token(mesothelioma/7),clean_arg_token(of/2),g1(nsubj)]
?b: SOMETHING := than expected [expected-ccomp,clean_arg_token(than/16),k]
?a expected [expected-ccomp,a1,n1,u]
?a: The total of 18 deaths from malignant mesothelioma , lung cancer and asbestosis [total-nsubj,borrow_subj(total/1)_from(higher/15),g1(nsubj)]
?a ?b said [said-root,add_root(said/21)_for_ccomp_from_(higher/15),add_root(said/21)_for_nsubj_from_(researchers/20),n1,n1,n2,n2,u]
?a: SOMETHING := The total of 18 deaths from malignant mesothelioma , lung cancer and asbestosis was far higher than expected [higher-ccomp,clean_arg_token(,/8),clean_arg_token(18/3),clean_arg_token(The/0),clean_arg_token(and/11),clean_arg_token(asbestosis/12),clean_arg_token(cancer/10),clean_arg_token(deaths/4),clean_arg_token(expected/17),clean_arg_token(far/14),clean_arg_token(from/5),clean_arg_token(lung/9),clean_arg_token(malignant/6),clean_arg_token(mesothelioma/7),clean_arg_token(of/2),clean_arg_token(than/16),clean_arg_token(total/1),clean_arg_token(was/13),k]
?b: the researchers [researchers-nsubj,clean_arg_token(the/19),g1(nsubj)]
label: wsj/00/wsj_0003.mrg_15
sentence: `` The morbidity rate is a striking finding among those of us who study asbestos-related diseases , '' said Dr. Talcott .
tags: ``/. The/DET morbidity/NOUN rate/NOUN is/VERB a/DET striking/ADJ finding/NOUN among/ADP those/DET of/ADP us/PRON who/PRON study/VERB asbestos-related/ADJ diseases/NOUN ,/. ''/. said/VERB Dr./NOUN Talcott/NOUN ./.
punct(``/0, said/18) det(The/1, rate/3) compound(morbidity/2, rate/3) nsubj(rate/3, finding/7)
cop(is/4, finding/7) det(a/5, finding/7) amod(striking/6, finding/7) ccomp(finding/7, said/18)
case(among/8, those/9) nmod(those/9, finding/7) case(of/10, us/11) nmod(us/11, those/9)
nsubj(who/12, study/13) acl:relcl(study/13, those/9) amod(asbestos-related/14, diseases/15) dobj(diseases/15, study/13)
punct(,/16, said/18) punct(''/17, said/18) root(said/18, ROOT/-1) compound(Dr./19, Talcott/20)
nsubj(Talcott/20, said/18) punct(./21, said/18)
ppatt:
?a is/are striking [striking-amod,e]
?a: a finding among those of us who study asbestos-related diseases [finding-ccomp,clean_arg_token(a/5),clean_arg_token(among/8),clean_arg_token(asbestos-related/14),clean_arg_token(diseases/15),clean_arg_token(of/10),clean_arg_token(study/13),clean_arg_token(those/9),clean_arg_token(us/11),clean_arg_token(who/12),i,predicate_has(striking/6),special_arg_drop_direct_dep(is/4),special_arg_drop_direct_dep(rate/3)]
?a is a striking finding among ?b [finding-ccomp,a1,add_root(finding/7)_for_nsubj_from_(rate/3),n1,n1,n1,n2,n2,n6]
?a: The morbidity rate [rate-nsubj,clean_arg_token(The/1),clean_arg_token(morbidity/2),g1(nsubj)]
?b: those of us who study asbestos-related diseases [those-nmod,clean_arg_token(asbestos-related/14),clean_arg_token(diseases/15),clean_arg_token(of/10),clean_arg_token(study/13),clean_arg_token(us/11),clean_arg_token(who/12),h1,move_case_token(among/8)_to_pred,predicate_has(among/8)]
?a study ?b [study-acl:relcl,add_root(study/13)_for_dobj_from_(diseases/15),add_root(study/13)_for_nsubj_from_(who/12),b,en_relcl_dummy_arg_filter,n2,n2,pred_resolve_relcl]
?a: those of us [those-nmod,arg_resolve_relcl,clean_arg_token(of/10),clean_arg_token(us/11),predicate_has(study/13)]
?b: asbestos-related diseases [diseases-dobj,clean_arg_token(asbestos-related/14),g1(dobj)]
?a is/are asbestos-related [asbestos-related-amod,e]
?a: diseases [diseases-dobj,i,predicate_has(asbestos-related/14)]
?a said ?b [said-root,add_root(said/18)_for_ccomp_from_(finding/7),add_root(said/18)_for_nsubj_from_(Talcott/20),n1,n1,n1,n1,n2,n2,u]
?a: SOMETHING := The morbidity rate is a striking finding among those of us who study asbestos-related diseases [finding-ccomp,clean_arg_token(The/1),clean_arg_token(a/5),clean_arg_token(among/8),clean_arg_token(asbestos-related/14),clean_arg_token(diseases/15),clean_arg_token(is/4),clean_arg_token(morbidity/2),clean_arg_token(of/10),clean_arg_token(rate/3),clean_arg_token(striking/6),clean_arg_token(study/13),clean_arg_token(those/9),clean_arg_token(us/11),clean_arg_token(who/12),k]
?b: Dr. Talcott [Talcott-nsubj,clean_arg_token(Dr./19),g1(nsubj)]
label: wsj/00/wsj_0003.mrg_16
sentence: The percentage of lung cancer deaths among the workers at the West Groton , Mass. , paper factory appears to be the highest for any asbestos workers studied in Western industrialized countries , he said .
tags: The/DET percentage/NOUN of/ADP lung/NOUN cancer/NOUN deaths/NOUN among/ADP the/DET workers/NOUN at/ADP the/DET West/NOUN Groton/NOUN ,/. Mass./NOUN ,/. paper/NOUN factory/NOUN appears/VERB to/PRT be/VERB the/DET highest/ADJ for/ADP any/DET asbestos/NOUN workers/NOUN studied/VERB in/ADP Western/ADJ industrialized/VERB countries/NOUN ,/. he/PRON said/VERB ./.
det(The/0, percentage/1) nsubj(percentage/1, appears/18) case(of/2, deaths/5) compound(lung/3, deaths/5)
compound(cancer/4, deaths/5) nmod(deaths/5, percentage/1) case(among/6, workers/8) det(the/7, workers/8)
nmod(workers/8, percentage/1) case(at/9, factory/17) det(the/10, factory/17) dep(West/11, factory/17)
compound(Groton/12, West/11) punct(,/13, West/11) dep(Mass./14, West/11) punct(,/15, West/11)
compound(paper/16, factory/17) nmod(factory/17, workers/8) ccomp(appears/18, said/34) mark(to/19, highest/22)
cop(be/20, highest/22) det(the/21, highest/22) xcomp(highest/22, appears/18) case(for/23, workers/26)
det(any/24, workers/26) compound(asbestos/25, workers/26) nmod(workers/26, highest/22) acl:relcl(studied/27, workers/26)
case(in/28, countries/31) amod(Western/29, countries/31) amod(industrialized/30, countries/31) nmod(countries/31, studied/27)
punct(,/32, said/34) nsubj(he/33, said/34) root(said/34, ROOT/-1) punct(./35, said/34)
ppatt:
?a appears to be the highest for ?b [appears-ccomp,a1,add_root(appears/18)_for_nsubj_from_(percentage/1),add_root(appears/18)_for_xcomp_from_(highest/22),l,n1,n1,n1,n1,n2,n2,n6]
?a: The percentage of lung cancer deaths among the workers at the paper factory [percentage-nsubj,clean_arg_token(The/0),clean_arg_token(among/6),clean_arg_token(at/9),clean_arg_token(cancer/4),clean_arg_token(deaths/5),clean_arg_token(factory/17),clean_arg_token(lung/3),clean_arg_token(of/2),clean_arg_token(paper/16),clean_arg_token(the/10),clean_arg_token(the/7),clean_arg_token(workers/8),drop_unknown(West/11),g1(nsubj)]
?b: any asbestos workers studied in Western industrialized countries [workers-nmod,clean_arg_token(Western/29),clean_arg_token(any/24),clean_arg_token(asbestos/25),clean_arg_token(countries/31),clean_arg_token(in/28),clean_arg_token(industrialized/30),clean_arg_token(studied/27),h1,l,move_case_token(for/23)_to_pred,predicate_has(for/23)]
?a studied in ?b [studied-acl:relcl,b,n2,n6,pred_resolve_relcl]
?a: any asbestos workers [workers-nmod,arg_resolve_relcl,clean_arg_token(any/24),clean_arg_token(asbestos/25),predicate_has(studied/27)]
?b: Western industrialized countries [countries-nmod,clean_arg_token(Western/29),clean_arg_token(industrialized/30),h1,move_case_token(in/28)_to_pred,predicate_has(in/28)]
?a is/are Western [Western-amod,e]
?a: industrialized countries [countries-nmod,clean_arg_token(industrialized/30),i,predicate_has(Western/29)]
?a ?b said [said-root,add_root(said/34)_for_ccomp_from_(appears/18),add_root(said/34)_for_nsubj_from_(he/33),n1,n1,n2,n2,u]
?a: SOMETHING := The percentage of lung cancer deaths among the workers at the paper factory appears to be the highest for any asbestos workers studied in Western industrialized countries [appears-ccomp,clean_arg_token(The/0),clean_arg_token(Western/29),clean_arg_token(among/6),clean_arg_token(any/24),clean_arg_token(asbestos/25),clean_arg_token(at/9),clean_arg_token(be/20),clean_arg_token(cancer/4),clean_arg_token(countries/31),clean_arg_token(deaths/5),clean_arg_token(factory/17),clean_arg_token(for/23),clean_arg_token(highest/22),clean_arg_token(in/28),clean_arg_token(industrialized/30),clean_arg_token(lung/3),clean_arg_token(of/2),clean_arg_token(paper/16),clean_arg_token(percentage/1),clean_arg_token(studied/27),clean_arg_token(the/10),clean_arg_token(the/21),clean_arg_token(the/7),clean_arg_token(to/19),clean_arg_token(workers/26),clean_arg_token(workers/8),drop_unknown(West/11),k]
?b: he [he-nsubj,g1(nsubj)]
label: wsj/00/wsj_0003.mrg_17
sentence: The plant , which is owned by Hollingsworth & Vose Co. , was under contract with Lorillard to make the cigarette filters .
tags: The/DET plant/NOUN ,/. which/DET is/VERB owned/VERB by/ADP Hollingsworth/NOUN &/CONJ Vose/NOUN Co./NOUN ,/. was/VERB under/ADP contract/NOUN with/ADP Lorillard/NOUN to/PRT make/VERB the/DET cigarette/NOUN filters/NOUN ./.
det(The/0, plant/1) nsubj(plant/1, contract/14) punct(,/2, plant/1) nsubjpass(which/3, owned/5)
auxpass(is/4, owned/5) acl:relcl(owned/5, plant/1) case(by/6, Co./10) compound(Hollingsworth/7, Co./10)
cc(&/8, Hollingsworth/7) conj(Vose/9, Hollingsworth/7) nmod(Co./10, owned/5) punct(,/11, plant/1)
cop(was/12, contract/14) case(under/13, contract/14) root(contract/14, ROOT/-1) case(with/15, Lorillard/16)
nmod(Lorillard/16, contract/14) mark(to/17, make/18) acl(make/18, contract/14) det(the/19, filters/21)
compound(cigarette/20, filters/21) dobj(filters/21, make/18) punct(./22, contract/14)
ppatt:
?a is owned by ?b [owned-acl:relcl,add_root(owned/5)_for_nmod_from_(Co./10),add_root(owned/5)_for_nsubjpass_from_(which/3),b,en_relcl_dummy_arg_filter,n1,n2,n2,n6,pred_resolve_relcl]
?a: The plant [plant-nsubj,arg_resolve_relcl,clean_arg_token(,/11),clean_arg_token(,/2),clean_arg_token(The/0),predicate_has(owned/5),u]
?b: Hollingsworth & Vose Co. [Co.-nmod,clean_arg_token(&/8),clean_arg_token(Hollingsworth/7),clean_arg_token(Vose/9),h1,move_case_token(by/6)_to_pred,predicate_has(by/6)]
?a was under contract with ?b [contract-root,add_root(contract/14)_for_nsubj_from_(plant/1),n1,n1,n1,n2,n2,n3,n6,u]
?a: The plant , which is owned by Hollingsworth & Vose Co. [plant-nsubj,clean_arg_token(&/8),clean_arg_token(,/11),clean_arg_token(,/2),clean_arg_token(Co./10),clean_arg_token(Hollingsworth/7),clean_arg_token(The/0),clean_arg_token(Vose/9),clean_arg_token(by/6),clean_arg_token(is/4),clean_arg_token(owned/5),clean_arg_token(which/3),g1(nsubj),u]
?b: Lorillard [Lorillard-nmod,h1,move_case_token(with/15)_to_pred,predicate_has(with/15)]
?a make ?b [make-acl,add_root(make/18)_for_dobj_from_(filters/21),b,n1,n2,pred_resolve_relcl,u]
?a: contract with Lorillard [contract-root,arg_resolve_relcl,clean_arg_token(./22),clean_arg_token(Lorillard/16),clean_arg_token(with/15),predicate_has(make/18),special_arg_drop_direct_dep(plant/1),special_arg_drop_direct_dep(was/12),u]
?b: the cigarette filters [filters-dobj,clean_arg_token(cigarette/20),clean_arg_token(the/19),g1(dobj)]
label: wsj/00/wsj_0003.mrg_18
sentence: The finding probably will support those who argue that the U.S. should regulate the class of asbestos including crocidolite more stringently than the common kind of asbestos , chrysotile , found in most schools and other buildings , Dr. Talcott said .
tags: The/DET finding/NOUN probably/ADV will/VERB support/VERB those/DET who/PRON argue/VERB that/ADP the/DET U.S./NOUN should/VERB regulate/VERB the/DET class/NOUN of/ADP asbestos/NOUN including/VERB crocidolite/NOUN more/ADV stringently/ADV than/ADP the/DET common/ADJ kind/NOUN of/ADP asbestos/NOUN ,/. chrysotile/NOUN ,/. found/VERB in/ADP most/ADJ schools/NOUN and/CONJ other/ADJ buildings/NOUN ,/. Dr./NOUN Talcott/NOUN said/VERB ./.
det(The/0, finding/1) nsubj(finding/1, support/4) advmod(probably/2, support/4) aux(will/3, support/4)
ccomp(support/4, said/40) dobj(those/5, support/4) nsubj(who/6, argue/7) acl:relcl(argue/7, those/5)
mark(that/8, regulate/12) det(the/9, U.S./10) nsubj(U.S./10, regulate/12) aux(should/11, regulate/12)
ccomp(regulate/12, argue/7) det(the/13, class/14) dobj(class/14, regulate/12) case(of/15, asbestos/16)
nmod(asbestos/16, class/14) case(including/17, crocidolite/18) nmod(crocidolite/18, class/14) advmod(more/19, stringently/20)
advmod(stringently/20, regulate/12) case(than/21, kind/24) det(the/22, kind/24) amod(common/23, kind/24)
nmod(kind/24, stringently/20) case(of/25, asbestos/26) nmod(asbestos/26, kind/24) punct(,/27, kind/24)
appos(chrysotile/28, kind/24) punct(,/29, kind/24) acl(found/30, kind/24) case(in/31, schools/33)
amod(most/32, schools/33) nmod(schools/33, found/30) cc(and/34, schools/33) amod(other/35, buildings/36)
conj(buildings/36, schools/33) punct(,/37, said/40) compound(Dr./38, Talcott/39) nsubj(Talcott/39, said/40)
root(said/40, ROOT/-1) punct(./41, said/40)
ppatt:
?a probably will support ?b [support-ccomp,a1,add_root(support/4)_for_dobj_from_(those/5),add_root(support/4)_for_nsubj_from_(finding/1),n1,n1,n2,n2]
?a: The finding [finding-nsubj,clean_arg_token(The/0),g1(nsubj)]
?b: those who argue that the U.S. should regulate the class of asbestos including crocidolite more stringently than the common kind of asbestos , found in most schools and other buildings [those-dobj,clean_arg_token(,/27),clean_arg_token(,/29),clean_arg_token(U.S./10),clean_arg_token(and/34),clean_arg_token(argue/7),clean_arg_token(asbestos/16),clean_arg_token(asbestos/26),clean_arg_token(buildings/36),clean_arg_token(class/14),clean_arg_token(common/23),clean_arg_token(crocidolite/18),clean_arg_token(found/30),clean_arg_token(in/31),clean_arg_token(including/17),clean_arg_token(kind/24),clean_arg_token(more/19),clean_arg_token(most/32),clean_arg_token(of/15),clean_arg_token(of/25),clean_arg_token(other/35),clean_arg_token(regulate/12),clean_arg_token(schools/33),clean_arg_token(should/11),clean_arg_token(stringently/20),clean_arg_token(than/21),clean_arg_token(that/8),clean_arg_token(the/13),clean_arg_token(the/22),clean_arg_token(the/9),clean_arg_token(who/6),drop_appos(chrysotile/28),g1(dobj),u]
?a argue ?b [argue-acl:relcl,add_root(argue/7)_for_ccomp_from_(regulate/12),add_root(argue/7)_for_nsubj_from_(who/6),b,en_relcl_dummy_arg_filter,n2,n2,pred_resolve_relcl]
?a: those [those-dobj,arg_resolve_relcl,predicate_has(argue/7)]
?b: SOMETHING := the U.S. should regulate the class of asbestos including crocidolite more stringently than the common kind of asbestos , found in most schools and other buildings [regulate-ccomp,clean_arg_token(,/27),clean_arg_token(,/29),clean_arg_token(U.S./10),clean_arg_token(and/34),clean_arg_token(asbestos/16),clean_arg_token(asbestos/26),clean_arg_token(buildings/36),clean_arg_token(class/14),clean_arg_token(common/23),clean_arg_token(crocidolite/18),clean_arg_token(found/30),clean_arg_token(in/31),clean_arg_token(including/17),clean_arg_token(kind/24),clean_arg_token(more/19),clean_arg_token(most/32),clean_arg_token(of/15),clean_arg_token(of/25),clean_arg_token(other/35),clean_arg_token(schools/33),clean_arg_token(should/11),clean_arg_token(stringently/20),clean_arg_token(than/21),clean_arg_token(that/8),clean_arg_token(the/13),clean_arg_token(the/22),clean_arg_token(the/9),drop_appos(chrysotile/28),k,u]
?a should regulate ?b more stringently than ?c [regulate-ccomp,a1,add_root(regulate/12)_for_dobj_from_(class/14),add_root(regulate/12)_for_nsubj_from_(U.S./10),n1,n1,n1,n1,n2,n2,n2,n6,u]
?a: the U.S. [U.S.-nsubj,clean_arg_token(the/9),g1(nsubj)]
?b: the class of asbestos including crocidolite [class-dobj,clean_arg_token(asbestos/16),clean_arg_token(crocidolite/18),clean_arg_token(including/17),clean_arg_token(of/15),clean_arg_token(the/13),g1(dobj)]
?c: the common kind of asbestos , found in most schools and other buildings [kind-nmod,clean_arg_token(,/27),clean_arg_token(,/29),clean_arg_token(and/34),clean_arg_token(asbestos/26),clean_arg_token(buildings/36),clean_arg_token(common/23),clean_arg_token(found/30),clean_arg_token(in/31),clean_arg_token(most/32),clean_arg_token(of/25),clean_arg_token(other/35),clean_arg_token(schools/33),clean_arg_token(the/22),drop_appos(chrysotile/28),h2,move_case_token(than/21)_to_pred,predicate_has(than/21),u]
?a is/are common [common-amod,e]
?a: the kind of asbestos , found in most schools and other buildings [kind-nmod,clean_arg_token(,/27),clean_arg_token(,/29),clean_arg_token(and/34),clean_arg_token(asbestos/26),clean_arg_token(buildings/36),clean_arg_token(found/30),clean_arg_token(in/31),clean_arg_token(most/32),clean_arg_token(of/25),clean_arg_token(other/35),clean_arg_token(schools/33),clean_arg_token(the/22),drop_appos(chrysotile/28),i,predicate_has(common/23),u]
?a is/are chrysotile [chrysotile-appos,d]
?a: the common kind of asbestos , found in most schools and other buildings [kind-nmod,clean_arg_token(,/27),clean_arg_token(,/29),clean_arg_token(and/34),clean_arg_token(asbestos/26),clean_arg_token(buildings/36),clean_arg_token(common/23),clean_arg_token(found/30),clean_arg_token(in/31),clean_arg_token(most/32),clean_arg_token(of/25),clean_arg_token(other/35),clean_arg_token(schools/33),clean_arg_token(the/22),j,predicate_has(chrysotile/28),u]
?a found in ?b [found-acl,b,n2,n6,pred_resolve_relcl]
?a: the common kind of asbestos [kind-nmod,arg_resolve_relcl,clean_arg_token(,/27),clean_arg_token(,/29),clean_arg_token(asbestos/26),clean_arg_token(common/23),clean_arg_token(of/25),clean_arg_token(the/22),drop_appos(chrysotile/28),predicate_has(found/30),u]
?b: most schools [schools-nmod,clean_arg_token(most/32),drop_cc(and/34),drop_conj(buildings/36),h1,move_case_token(in/31)_to_pred,predicate_has(in/31)]
?a found in ?b [found-acl,b,n2,n6,pred_resolve_relcl]
?a: the common kind of asbestos [kind-nmod,arg_resolve_relcl,clean_arg_token(,/27),clean_arg_token(,/29),clean_arg_token(asbestos/26),clean_arg_token(common/23),clean_arg_token(of/25),clean_arg_token(the/22),drop_appos(chrysotile/28),predicate_has(found/30),u]
?b: other buildings [buildings-conj,clean_arg_token(other/35),m]
?a is/are most [most-amod,e]
?a: schools [schools-nmod,drop_cc(and/34),drop_conj(buildings/36),i,predicate_has(most/32)]
?a is/are other [other-amod,e]
?a: buildings [buildings-conj,i,predicate_has(other/35)]
?a ?b said [said-root,add_root(said/40)_for_ccomp_from_(support/4),add_root(said/40)_for_nsubj_from_(Talcott/39),n1,n1,n2,n2,u]
?a: SOMETHING := The finding probably will support those who argue that the U.S. should regulate the class of asbestos including crocidolite more stringently than the common kind of asbestos , found in most schools and other buildings [support-ccomp,clean_arg_token(,/27),clean_arg_token(,/29),clean_arg_token(The/0),clean_arg_token(U.S./10),clean_arg_token(and/34),clean_arg_token(argue/7),clean_arg_token(asbestos/16),clean_arg_token(asbestos/26),clean_arg_token(buildings/36),clean_arg_token(class/14),clean_arg_token(common/23),clean_arg_token(crocidolite/18),clean_arg_token(finding/1),clean_arg_token(found/30),clean_arg_token(in/31),clean_arg_token(including/17),clean_arg_token(kind/24),clean_arg_token(more/19),clean_arg_token(most/32),clean_arg_token(of/15),clean_arg_token(of/25),clean_arg_token(other/35),clean_arg_token(probably/2),clean_arg_token(regulate/12),clean_arg_token(schools/33),clean_arg_token(should/11),clean_arg_token(stringently/20),clean_arg_token(than/21),clean_arg_token(that/8),clean_arg_token(the/13),clean_arg_token(the/22),clean_arg_token(the/9),clean_arg_token(those/5),clean_arg_token(who/6),clean_arg_token(will/3),drop_appos(chrysotile/28),k,u]
?b: Dr. Talcott [Talcott-nsubj,clean_arg_token(Dr./38),g1(nsubj)]
label: wsj/00/wsj_0003.mrg_19
sentence: The U.S. is one of the few industrialized nations that does n't have a higher standard of regulation for the smooth , needle-like fibers such as crocidolite that are classified as amphobiles , according to Brooke T. Mossman , a professor of pathlogy at the University of Vermont College of Medicine .
tags: The/DET U.S./NOUN is/VERB one/NUM of/ADP the/DET few/ADJ industrialized/VERB nations/NOUN that/DET does/VERB n't/ADV have/VERB a/DET higher/ADJ standard/NOUN of/ADP regulation/NOUN for/ADP the/DET smooth/ADJ ,/. needle-like/ADJ fibers/NOUN such/ADJ as/ADP crocidolite/NOUN that/DET are/VERB classified/VERB as/ADP amphobiles/NOUN ,/. according/VERB to/PRT Brooke/NOUN T./NOUN Mossman/NOUN ,/. a/DET professor/NOUN of/ADP pathlogy/NOUN at/ADP the/DET University/NOUN of/ADP Vermont/NOUN College/NOUN of/ADP Medicine/NOUN ./.
det(The/0, U.S./1) nsubj(U.S./1, one/3) cop(is/2, one/3) root(one/3, ROOT/-1)
case(of/4, nations/8) det(the/5, nations/8) amod(few/6, nations/8) amod(industrialized/7, nations/8)
nmod(nations/8, one/3) nsubj(that/9, have/12) aux(does/10, have/12) neg(n't/11, have/12)
acl:relcl(have/12, nations/8) det(a/13, standard/15) amod(higher/14, standard/15) dobj(standard/15, have/12)
case(of/16, regulation/17) nmod(regulation/17, standard/15) case(for/18, fibers/23) det(the/19, fibers/23)
amod(smooth/20, fibers/23) punct(,/21, fibers/23) amod(needle-like/22, fibers/23) nmod(fibers/23, standard/15)
case(such/24, crocidolite/26) mwe(as/25, such/24) nmod(crocidolite/26, fibers/23) nsubjpass(that/27, classified/29)
auxpass(are/28, classified/29) acl:relcl(classified/29, fibers/23) case(as/30, amphobiles/31) nmod(amphobiles/31, classified/29)
punct(,/32, one/3) case(according/33, Mossman/37) mwe(to/34, according/33) compound(Brooke/35, Mossman/37)
compound(T./36, Mossman/37) nmod(Mossman/37, one/3) punct(,/38, Mossman/37) det(a/39, professor/40)
appos(professor/40, Mossman/37) case(of/41, pathlogy/42) nmod(pathlogy/42, professor/40) case(at/43, College/48)
det(the/44, College/48) dep(University/45, College/48) case(of/46, Vermont/47) nmod(Vermont/47, University/45)
nmod(College/48, professor/40) case(of/49, Medicine/50) nmod(Medicine/50, College/48) punct(./51, one/3)
ppatt:
?a is one of ?b , according to ?c [one-root,add_root(one/3)_for_nsubj_from_(U.S./1),n1,n1,n1,n2,n2,n2,n6,n6,u]
?a: The U.S. [U.S.-nsubj,clean_arg_token(The/0),g1(nsubj)]
?b: the few industrialized nations that does n't have a higher standard of regulation for the smooth , needle-like fibers such as crocidolite that are classified as amphobiles [nations-nmod,clean_arg_token(,/21),clean_arg_token(a/13),clean_arg_token(amphobiles/31),clean_arg_token(are/28),clean_arg_token(as/25),clean_arg_token(as/30),clean_arg_token(classified/29),clean_arg_token(crocidolite/26),clean_arg_token(does/10),clean_arg_token(few/6),clean_arg_token(fibers/23),clean_arg_token(for/18),clean_arg_token(have/12),clean_arg_token(higher/14),clean_arg_token(industrialized/7),clean_arg_token(n't/11),clean_arg_token(needle-like/22),clean_arg_token(of/16),clean_arg_token(regulation/17),clean_arg_token(smooth/20),clean_arg_token(standard/15),clean_arg_token(such/24),clean_arg_token(that/27),clean_arg_token(that/9),clean_arg_token(the/19),clean_arg_token(the/5),h1,move_case_token(of/4)_to_pred,predicate_has(of/4)]
?c: Brooke T. Mossman [Mossman-nmod,clean_arg_token(,/38),clean_arg_token(Brooke/35),clean_arg_token(T./36),drop_appos(professor/40),h1,move_case_token(according/33)_to_pred,predicate_has(according/33),u]
?a is/are few [few-amod,e]
?a: the industrialized nations that does n't have a higher standard of regulation for the smooth , needle-like fibers such as crocidolite that are classified as amphobiles [nations-nmod,clean_arg_token(,/21),clean_arg_token(a/13),clean_arg_token(amphobiles/31),clean_arg_token(are/28),clean_arg_token(as/25),clean_arg_token(as/30),clean_arg_token(classified/29),clean_arg_token(crocidolite/26),clean_arg_token(does/10),clean_arg_token(fibers/23),clean_arg_token(for/18),clean_arg_token(have/12),clean_arg_token(higher/14),clean_arg_token(industrialized/7),clean_arg_token(n't/11),clean_arg_token(needle-like/22),clean_arg_token(of/16),clean_arg_token(regulation/17),clean_arg_token(smooth/20),clean_arg_token(standard/15),clean_arg_token(such/24),clean_arg_token(that/27),clean_arg_token(that/9),clean_arg_token(the/19),clean_arg_token(the/5),i,predicate_has(few/6)]
?a does n't have ?b [have-acl:relcl,add_root(have/12)_for_dobj_from_(standard/15),add_root(have/12)_for_nsubj_from_(that/9),b,en_relcl_dummy_arg_filter,n1,n1,n2,n2,pred_resolve_relcl]
?a: the few industrialized nations [nations-nmod,arg_resolve_relcl,clean_arg_token(few/6),clean_arg_token(industrialized/7),clean_arg_token(the/5),predicate_has(have/12)]
?b: a higher standard of regulation for the smooth , needle-like fibers such as crocidolite that are classified as amphobiles [standard-dobj,clean_arg_token(,/21),clean_arg_token(a/13),clean_arg_token(amphobiles/31),clean_arg_token(are/28),clean_arg_token(as/25),clean_arg_token(as/30),clean_arg_token(classified/29),clean_arg_token(crocidolite/26),clean_arg_token(fibers/23),clean_arg_token(for/18),clean_arg_token(higher/14),clean_arg_token(needle-like/22),clean_arg_token(of/16),clean_arg_token(regulation/17),clean_arg_token(smooth/20),clean_arg_token(such/24),clean_arg_token(that/27),clean_arg_token(the/19),g1(dobj)]
?a is/are higher [higher-amod,e]
?a: a standard of regulation for the smooth , needle-like fibers such as crocidolite that are classified as amphobiles [standard-dobj,clean_arg_token(,/21),clean_arg_token(a/13),clean_arg_token(amphobiles/31),clean_arg_token(are/28),clean_arg_token(as/25),clean_arg_token(as/30),clean_arg_token(classified/29),clean_arg_token(crocidolite/26),clean_arg_token(fibers/23),clean_arg_token(for/18),clean_arg_token(needle-like/22),clean_arg_token(of/16),clean_arg_token(regulation/17),clean_arg_token(smooth/20),clean_arg_token(such/24),clean_arg_token(that/27),clean_arg_token(the/19),i,predicate_has(higher/14)]
?a is/are smooth [smooth-amod,e]
?a: the , needle-like fibers such as crocidolite that are classified as amphobiles [fibers-nmod,clean_arg_token(,/21),clean_arg_token(amphobiles/31),clean_arg_token(are/28),clean_arg_token(as/25),clean_arg_token(as/30),clean_arg_token(classified/29),clean_arg_token(crocidolite/26),clean_arg_token(needle-like/22),clean_arg_token(such/24),clean_arg_token(that/27),clean_arg_token(the/19),i,predicate_has(smooth/20)]
?a is/are needle-like [needle-like-amod,e]
?a: the smooth , fibers such as crocidolite that are classified as amphobiles [fibers-nmod,clean_arg_token(,/21),clean_arg_token(amphobiles/31),clean_arg_token(are/28),clean_arg_token(as/25),clean_arg_token(as/30),clean_arg_token(classified/29),clean_arg_token(crocidolite/26),clean_arg_token(smooth/20),clean_arg_token(such/24),clean_arg_token(that/27),clean_arg_token(the/19),i,predicate_has(needle-like/22)]
?a are classified as ?b [classified-acl:relcl,add_root(classified/29)_for_nmod_from_(amphobiles/31),add_root(classified/29)_for_nsubjpass_from_(that/27),b,en_relcl_dummy_arg_filter,n1,n2,n2,n6,pred_resolve_relcl]
?a: the smooth , needle-like fibers such as crocidolite [fibers-nmod,arg_resolve_relcl,clean_arg_token(,/21),clean_arg_token(as/25),clean_arg_token(crocidolite/26),clean_arg_token(needle-like/22),clean_arg_token(smooth/20),clean_arg_token(such/24),clean_arg_token(the/19),predicate_has(classified/29)]
?b: amphobiles [amphobiles-nmod,h1,move_case_token(as/30)_to_pred,predicate_has(as/30)]
?a is/are a professor of ?b at ?c [professor-appos,d,n1,n2,n2,n6,n6]
?a: Brooke T. Mossman [Mossman-nmod,clean_arg_token(,/38),clean_arg_token(Brooke/35),clean_arg_token(T./36),j,predicate_has(professor/40),u]
?b: pathlogy [pathlogy-nmod,h1,move_case_token(of/41)_to_pred,predicate_has(of/41)]
?c: the College of Medicine [College-nmod,clean_arg_token(Medicine/50),clean_arg_token(of/49),clean_arg_token(the/44),drop_unknown(University/45),h1,move_case_token(at/43)_to_pred,predicate_has(at/43)]
label: wsj/00/wsj_0003.mrg_20
sentence: More common chrysotile fibers are curly and are more easily rejected by the body , Dr. Mossman explained .
tags: More/ADV common/ADJ chrysotile/NOUN fibers/NOUN are/VERB curly/ADJ and/CONJ are/VERB more/ADV easily/ADV rejected/VERB by/ADP the/DET body/NOUN ,/. Dr./NOUN Mossman/NOUN explained/VERB ./.
advmod(More/0, fibers/3) amod(common/1, fibers/3) compound(chrysotile/2, fibers/3) nsubj(fibers/3, curly/5)
cop(are/4, curly/5) ccomp(curly/5, explained/17) cc(and/6, curly/5) auxpass(are/7, rejected/10)
advmod(more/8, easily/9) advmod(easily/9, rejected/10) conj(rejected/10, curly/5) case(by/11, body/13)
det(the/12, body/13) nmod(body/13, rejected/10) punct(,/14, explained/17) compound(Dr./15, Mossman/16)
nsubj(Mossman/16, explained/17) root(explained/17, ROOT/-1) punct(./18, explained/17)
ppatt:
?a is/are common [common-amod,e]
?a: More chrysotile fibers [fibers-nsubj,clean_arg_token(More/0),clean_arg_token(chrysotile/2),i,predicate_has(common/1)]
?a are curly [curly-ccomp,a1,add_root(curly/5)_for_nsubj_from_(fibers/3),n1,n2,n3,n5]
?a: More common chrysotile fibers [fibers-nsubj,clean_arg_token(More/0),clean_arg_token(chrysotile/2),clean_arg_token(common/1),g1(nsubj)]
?a are more easily rejected by ?b [rejected-conj,f,n1,n1,n1,n2,n6]
?a: More common chrysotile fibers [fibers-nsubj,borrow_subj(fibers/3)_from(curly/5),g1(nsubj)]
?b: the body [body-nmod,clean_arg_token(the/12),h1,move_case_token(by/11)_to_pred,predicate_has(by/11)]
?a ?b explained [explained-root,add_root(explained/17)_for_ccomp_from_(curly/5),add_root(explained/17)_for_nsubj_from_(Mossman/16),n1,n1,n2,n2,u]
?a: SOMETHING := More common chrysotile fibers are curly [curly-ccomp,clean_arg_token(More/0),clean_arg_token(are/4),clean_arg_token(chrysotile/2),clean_arg_token(common/1),clean_arg_token(fibers/3),drop_cc(and/6),drop_conj(rejected/10),k]
?b: Dr. Mossman [Mossman-nsubj,clean_arg_token(Dr./15),g1(nsubj)]
label: wsj/00/wsj_0003.mrg_21
sentence: In July , the Environmental Protection Agency imposed a gradual ban on virtually all uses of asbestos .
tags: In/ADP July/NOUN ,/. the/DET Environmental/NOUN Protection/NOUN Agency/NOUN imposed/VERB a/DET gradual/ADJ ban/NOUN on/ADP virtually/ADV all/DET uses/NOUN of/ADP asbestos/NOUN ./.
case(In/0, July/1) nmod(July/1, imposed/7) punct(,/2, imposed/7) det(the/3, Agency/6)
compound(Environmental/4, Agency/6) compound(Protection/5, Agency/6) nsubj(Agency/6, imposed/7) root(imposed/7, ROOT/-1)
det(a/8, ban/10) amod(gradual/9, ban/10) dobj(ban/10, imposed/7) case(on/11, uses/14)
advmod(virtually/12, all/13) amod(all/13, uses/14) nmod(uses/14, imposed/7) case(of/15, asbestos/16)
nmod(asbestos/16, uses/14) punct(./17, imposed/7)
ppatt:
In ?a , ?b imposed ?c on ?d [imposed-root,add_root(imposed/7)_for_dobj_from_(ban/10),add_root(imposed/7)_for_nmod_from_(July/1),add_root(imposed/7)_for_nmod_from_(uses/14),add_root(imposed/7)_for_nsubj_from_(Agency/6),n1,n1,n2,n2,n2,n2,n6,n6,u]
?a: July [July-nmod,h1,move_case_token(In/0)_to_pred,predicate_has(In/0)]
?b: the Environmental Protection Agency [Agency-nsubj,clean_arg_token(Environmental/4),clean_arg_token(Protection/5),clean_arg_token(the/3),g1(nsubj)]
?c: a gradual ban [ban-dobj,clean_arg_token(a/8),clean_arg_token(gradual/9),g1(dobj)]
?d: virtually all uses of asbestos [uses-nmod,clean_arg_token(all/13),clean_arg_token(asbestos/16),clean_arg_token(of/15),clean_arg_token(virtually/12),h1,move_case_token(on/11)_to_pred,predicate_has(on/11)]
?a is/are gradual [gradual-amod,e]
?a: a ban [ban-dobj,clean_arg_token(a/8),i,predicate_has(gradual/9)]
label: wsj/00/wsj_0003.mrg_22
sentence: By 1997 , almost all remaining uses of cancer-causing asbestos will be outlawed .
tags: By/ADP 1997/NUM ,/. almost/ADV all/DET remaining/VERB uses/NOUN of/ADP cancer-causing/ADJ asbestos/NOUN will/VERB be/VERB outlawed/VERB ./.
case(By/0, 1997/1) nmod(1997/1, outlawed/12) punct(,/2, outlawed/12) advmod(almost/3, all/4)
amod(all/4, uses/6) amod(remaining/5, uses/6) nsubjpass(uses/6, outlawed/12) case(of/7, asbestos/9)
amod(cancer-causing/8, asbestos/9) nmod(asbestos/9, uses/6) aux(will/10, outlawed/12) auxpass(be/11, outlawed/12)
root(outlawed/12, ROOT/-1) punct(./13, outlawed/12)
ppatt:
?a is/are cancer-causing [cancer-causing-amod,e]
?a: asbestos [asbestos-nmod,i,predicate_has(cancer-causing/8)]
By ?a , ?b will be outlawed [outlawed-root,add_root(outlawed/12)_for_nmod_from_(1997/1),add_root(outlawed/12)_for_nsubjpass_from_(uses/6),n1,n1,n1,n1,n2,n2,n6,u]
?a: 1997 [1997-nmod,h1,move_case_token(By/0)_to_pred,predicate_has(By/0)]
?b: almost all remaining uses of cancer-causing asbestos [uses-nsubjpass,clean_arg_token(all/4),clean_arg_token(almost/3),clean_arg_token(asbestos/9),clean_arg_token(cancer-causing/8),clean_arg_token(of/7),clean_arg_token(remaining/5),g1(nsubjpass)]
label: wsj/00/wsj_0003.mrg_23
sentence: About 160 workers at a factory that made paper for the Kent filters were exposed to asbestos in the 1950s .
tags: About/ADP 160/NUM workers/NOUN at/ADP a/DET factory/NOUN that/DET made/VERB paper/NOUN for/ADP the/DET Kent/NOUN filters/NOUN were/VERB exposed/VERB to/PRT asbestos/NOUN in/ADP the/DET 1950s/NUM ./.
advmod(About/0, 160/1) nummod(160/1, workers/2) nsubjpass(workers/2, exposed/14) case(at/3, factory/5)
det(a/4, factory/5) nmod(factory/5, workers/2) nsubj(that/6, made/7) acl:relcl(made/7, factory/5)
dobj(paper/8, made/7) case(for/9, filters/12) det(the/10, filters/12) compound(Kent/11, filters/12)
nmod(filters/12, paper/8) auxpass(were/13, exposed/14) root(exposed/14, ROOT/-1) case(to/15, asbestos/16)
nmod(asbestos/16, exposed/14) case(in/17, 1950s/19) det(the/18, 1950s/19) nmod(1950s/19, exposed/14)
punct(./20, exposed/14)
ppatt:
?a made ?b [made-acl:relcl,add_root(made/7)_for_dobj_from_(paper/8),add_root(made/7)_for_nsubj_from_(that/6),b,en_relcl_dummy_arg_filter,n2,n2,pred_resolve_relcl]
?a: a factory [factory-nmod,arg_resolve_relcl,clean_arg_token(a/4),predicate_has(made/7)]
?b: paper for the Kent filters [paper-dobj,clean_arg_token(Kent/11),clean_arg_token(filters/12),clean_arg_token(for/9),clean_arg_token(the/10),g1(dobj)]
?a were exposed to ?b in ?c [exposed-root,add_root(exposed/14)_for_nmod_from_(1950s/19),add_root(exposed/14)_for_nmod_from_(asbestos/16),add_root(exposed/14)_for_nsubjpass_from_(workers/2),n1,n1,n2,n2,n2,n6,n6,u]
?a: About 160 workers at a factory that made paper for the Kent filters [workers-nsubjpass,clean_arg_token(160/1),clean_arg_token(About/0),clean_arg_token(Kent/11),clean_arg_token(a/4),clean_arg_token(at/3),clean_arg_token(factory/5),clean_arg_token(filters/12),clean_arg_token(for/9),clean_arg_token(made/7),clean_arg_token(paper/8),clean_arg_token(that/6),clean_arg_token(the/10),g1(nsubjpass)]
?b: asbestos [asbestos-nmod,h1,move_case_token(to/15)_to_pred,predicate_has(to/15)]
?c: the 1950s [1950s-nmod,clean_arg_token(the/18),h1,move_case_token(in/17)_to_pred,predicate_has(in/17)]
label: wsj/00/wsj_0003.mrg_24
sentence: Areas of the factory were particularly dusty where the crocidolite was used .
tags: Areas/NOUN of/ADP the/DET factory/NOUN were/VERB particularly/ADV dusty/ADJ where/ADV the/DET crocidolite/NOUN was/VERB used/VERB ./.
nsubj(Areas/0, dusty/6) case(of/1, factory/3) det(the/2, factory/3) nmod(factory/3, Areas/0)
cop(were/4, dusty/6) advmod(particularly/5, dusty/6) root(dusty/6, ROOT/-1) advmod(where/7, used/11)
det(the/8, crocidolite/9) nsubjpass(crocidolite/9, used/11) auxpass(was/10, used/11) advcl(used/11, dusty/6)
punct(./12, dusty/6)
ppatt:
?a were particularly dusty [dusty-root,add_root(dusty/6)_for_advcl_from_(used/11),add_root(dusty/6)_for_nsubj_from_(Areas/0),n1,n1,n1,n2,n3,u]
?a: Areas of the factory [Areas-nsubj,clean_arg_token(factory/3),clean_arg_token(of/1),clean_arg_token(the/2),g1(nsubj)]
where ?a was used [used-advcl,add_root(used/11)_for_nsubjpass_from_(crocidolite/9),b,n1,n1,n2]
?a: the crocidolite [crocidolite-nsubjpass,clean_arg_token(the/8),g1(nsubjpass)]
label: wsj/00/wsj_0003.mrg_25
sentence: Workers dumped large burlap sacks of the imported material into a huge bin , poured in cotton and acetate fibers and mechanically mixed the dry fibers in a process used to make filters .
tags: Workers/NOUN dumped/VERB large/ADJ burlap/NOUN sacks/NOUN of/ADP the/DET imported/VERB material/NOUN into/ADP a/DET huge/ADJ bin/NOUN ,/. poured/VERB in/PRT cotton/NOUN and/CONJ acetate/NOUN fibers/NOUN and/CONJ mechanically/ADV mixed/VERB the/DET dry/ADJ fibers/NOUN in/ADP a/DET process/NOUN used/VERB to/PRT make/VERB filters/NOUN ./.
nsubj(Workers/0, dumped/1) root(dumped/1, ROOT/-1) amod(large/2, sacks/4) compound(burlap/3, sacks/4)
dobj(sacks/4, dumped/1) case(of/5, material/8) det(the/6, material/8) amod(imported/7, material/8)
nmod(material/8, sacks/4) case(into/9, bin/12) det(a/10, bin/12) amod(huge/11, bin/12)
nmod(bin/12, dumped/1) punct(,/13, dumped/1) conj(poured/14, dumped/1) compound:prt(in/15, poured/14)
compound(cotton/16, fibers/19) cc(and/17, cotton/16) conj(acetate/18, cotton/16) dobj(fibers/19, poured/14)
cc(and/20, dumped/1) advmod(mechanically/21, mixed/22) conj(mixed/22, dumped/1) det(the/23, fibers/25)
amod(dry/24, fibers/25) dobj(fibers/25, mixed/22) case(in/26, process/28) det(a/27, process/28)
nmod(process/28, mixed/22) acl:relcl(used/29, process/28) mark(to/30, make/31) xcomp(make/31, used/29)
dobj(filters/32, make/31) punct(./33, dumped/1)
ppatt:
?a dumped ?b into ?c [dumped-root,add_root(dumped/1)_for_dobj_from_(sacks/4),add_root(dumped/1)_for_nmod_from_(bin/12),add_root(dumped/1)_for_nsubj_from_(Workers/0),n1,n1,n2,n2,n2,n3,n3,n5,n6,u]
?a: Workers [Workers-nsubj,g1(nsubj)]
?b: large burlap sacks of the imported material [sacks-dobj,clean_arg_token(burlap/3),clean_arg_token(imported/7),clean_arg_token(large/2),clean_arg_token(material/8),clean_arg_token(of/5),clean_arg_token(the/6),g1(dobj)]
?c: a huge bin [bin-nmod,clean_arg_token(a/10),clean_arg_token(huge/11),h1,move_case_token(into/9)_to_pred,predicate_has(into/9)]
?a is/are large [large-amod,e]
?a: burlap sacks of the imported material [sacks-dobj,clean_arg_token(burlap/3),clean_arg_token(imported/7),clean_arg_token(material/8),clean_arg_token(of/5),clean_arg_token(the/6),i,predicate_has(large/2)]
?a is/are huge [huge-amod,e]
?a: a bin [bin-nmod,clean_arg_token(a/10),i,predicate_has(huge/11)]
?a poured in ?b [poured-conj,add_root(poured/14)_for_dobj_from_(fibers/19),f,n1,n2]
?a: Workers [Workers-nsubj,borrow_subj(Workers/0)_from(dumped/1),g1(nsubj)]
?b: cotton and acetate fibers [fibers-dobj,clean_arg_token(acetate/18),clean_arg_token(and/17),clean_arg_token(cotton/16),g1(dobj)]
?a mechanically mixed ?b in ?c [mixed-conj,add_root(mixed/22)_for_dobj_from_(fibers/25),add_root(mixed/22)_for_nmod_from_(process/28),f,n1,n2,n2,n6]
?a: Workers [Workers-nsubj,borrow_subj(Workers/0)_from(dumped/1),g1(nsubj)]
?b: the dry fibers [fibers-dobj,clean_arg_token(dry/24),clean_arg_token(the/23),g1(dobj)]
?c: a process used to make filters [process-nmod,clean_arg_token(a/27),clean_arg_token(filters/32),clean_arg_token(make/31),clean_arg_token(to/30),clean_arg_token(used/29),h1,move_case_token(in/26)_to_pred,predicate_has(in/26)]
?a is/are dry [dry-amod,e]
?a: the fibers [fibers-dobj,clean_arg_token(the/23),i,predicate_has(dry/24)]
?a used to make ?b [used-acl:relcl,b,l,n1,n1,n2,pred_resolve_relcl]
?a: a process [process-nmod,arg_resolve_relcl,clean_arg_token(a/27),predicate_has(used/29)]
?b: filters [filters-dobj,g1(dobj),l]
label: wsj/00/wsj_0003.mrg_26
sentence: Workers described `` clouds of blue dust '' that hung over parts of the factory , even though exhaust fans ventilated the area .
tags: Workers/NOUN described/VERB ``/. clouds/NOUN of/ADP blue/ADJ dust/NOUN ''/. that/DET hung/VERB over/ADP parts/NOUN of/ADP the/DET factory/NOUN ,/. even/ADV though/ADP exhaust/NOUN fans/NOUN ventilated/VERB the/DET area/NOUN ./.
nsubj(Workers/0, described/1) root(described/1, ROOT/-1) punct(``/2, clouds/3) dobj(clouds/3, described/1)
case(of/4, dust/6) amod(blue/5, dust/6) nmod(dust/6, clouds/3) punct(''/7, clouds/3)
nsubj(that/8, hung/9) acl:relcl(hung/9, clouds/3) case(over/10, parts/11) nmod(parts/11, hung/9)
case(of/12, factory/14) det(the/13, factory/14) nmod(factory/14, parts/11) punct(,/15, hung/9)
advmod(even/16, ventilated/20) mark(though/17, ventilated/20) compound(exhaust/18, fans/19) nsubj(fans/19, ventilated/20)
advcl(ventilated/20, hung/9) det(the/21, area/22) dobj(area/22, ventilated/20) punct(./23, described/1)
ppatt:
?a described ?b [described-root,add_root(described/1)_for_dobj_from_(clouds/3),add_root(described/1)_for_nsubj_from_(Workers/0),n1,n2,n2,u]
?a: Workers [Workers-nsubj,g1(nsubj)]
?b: clouds of blue dust '' that hung over parts of the factory , even though exhaust fans ventilated the area [clouds-dobj,clean_arg_token(''/7),clean_arg_token(,/15),clean_arg_token(``/2),clean_arg_token(area/22),clean_arg_token(blue/5),clean_arg_token(dust/6),clean_arg_token(even/16),clean_arg_token(exhaust/18),clean_arg_token(factory/14),clean_arg_token(fans/19),clean_arg_token(hung/9),clean_arg_token(of/12),clean_arg_token(of/4),clean_arg_token(over/10),clean_arg_token(parts/11),clean_arg_token(that/8),clean_arg_token(the/13),clean_arg_token(the/21),clean_arg_token(though/17),clean_arg_token(ventilated/20),g1(dobj),u]
?a is/are blue [blue-amod,e]
?a: dust [dust-nmod,i,predicate_has(blue/5)]
?a hung over ?b [hung-acl:relcl,add_root(hung/9)_for_advcl_from_(ventilated/20),add_root(hung/9)_for_nmod_from_(parts/11),add_root(hung/9)_for_nsubj_from_(that/8),b,en_relcl_dummy_arg_filter,n1,n2,n2,n3,n6,pred_resolve_relcl,u]
?a: clouds of blue dust [clouds-dobj,arg_resolve_relcl,clean_arg_token(''/7),clean_arg_token(``/2),clean_arg_token(blue/5),clean_arg_token(dust/6),clean_arg_token(of/4),predicate_has(hung/9),u]
?b: parts of the factory [parts-nmod,clean_arg_token(factory/14),clean_arg_token(of/12),clean_arg_token(the/13),h1,move_case_token(over/10)_to_pred,predicate_has(over/10)]
even though ?a ventilated ?b [ventilated-advcl,add_root(ventilated/20)_for_dobj_from_(area/22),add_root(ventilated/20)_for_nsubj_from_(fans/19),b,n1,n1,n2,n2]
?a: exhaust fans [fans-nsubj,clean_arg_token(exhaust/18),g1(nsubj)]
?b: the area [area-dobj,clean_arg_token(the/21),g1(dobj)]
label: wsj/00/wsj_0003.mrg_27
sentence: `` There 's no question that some of those workers and managers contracted asbestos-related diseases , '' said Darrell Phillips , vice president of human resources for Hollingsworth & Vose .
tags: ``/. There/DET 's/VERB no/DET question/NOUN that/ADP some/DET of/ADP those/DET workers/NOUN and/CONJ managers/NOUN contracted/VERB asbestos-related/ADJ diseases/NOUN ,/. ''/. said/VERB Darrell/NOUN Phillips/NOUN ,/. vice/NOUN president/NOUN of/ADP human/ADJ resources/NOUN for/ADP Hollingsworth/NOUN &/CONJ Vose/NOUN ./.
punct(``/0, said/17) expl(There/1, 's/2) ccomp('s/2, said/17) neg(no/3, question/4)
nsubj(question/4, 's/2) mark(that/5, contracted/12) nsubj(some/6, contracted/12) case(of/7, workers/9)
det(those/8, workers/9) nmod(workers/9, some/6) cc(and/10, workers/9) conj(managers/11, workers/9)
dep(contracted/12, question/4) amod(asbestos-related/13, diseases/14) dobj(diseases/14, contracted/12) punct(,/15, said/17)
punct(''/16, said/17) root(said/17, ROOT/-1) compound(Darrell/18, Phillips/19) nsubj(Phillips/19, said/17)
punct(,/20, Phillips/19) compound(vice/21, president/22) appos(president/22, Phillips/19) case(of/23, resources/25)
amod(human/24, resources/25) nmod(resources/25, president/22) case(for/26, Hollingsworth/27) nmod(Hollingsworth/27, president/22)
cc(&/28, Hollingsworth/27) conj(Vose/29, Hollingsworth/27) punct(./30, said/17)
ppatt:
There 's ?a ['s-ccomp,a1,add_root('s/2)_for_nsubj_from_(question/4),n1,n2]
?a: no question [question-nsubj,clean_arg_token(no/3),drop_unknown(contracted/12),g1(nsubj)]
?a is/are asbestos-related [asbestos-related-amod,e]
?a: diseases [diseases-dobj,i,predicate_has(asbestos-related/13)]
?a said ?b [said-root,add_root(said/17)_for_ccomp_from_('s/2),add_root(said/17)_for_nsubj_from_(Phillips/19),n1,n1,n1,n1,n2,n2,u]
?a: SOMETHING := There 's no question ['s-ccomp,clean_arg_token(There/1),clean_arg_token(no/3),clean_arg_token(question/4),drop_unknown(contracted/12),k]
?b: Darrell Phillips [Phillips-nsubj,clean_arg_token(,/20),clean_arg_token(Darrell/18),drop_appos(president/22),g1(nsubj),u]
?a is/are vice president of ?b for ?c [president-appos,d,n1,n2,n2,n6,n6]
?a: Darrell Phillips [Phillips-nsubj,clean_arg_token(,/20),clean_arg_token(Darrell/18),j,predicate_has(president/22),u]
?b: human resources [resources-nmod,clean_arg_token(human/24),h1,move_case_token(of/23)_to_pred,predicate_has(of/23)]
?c: Hollingsworth [Hollingsworth-nmod,drop_cc(&/28),drop_conj(Vose/29),h1,move_case_token(for/26)_to_pred,predicate_has(for/26)]
?a is/are vice president of ?b for ?c [president-appos,d,n1,n2,n2,n6,n6]
?a: Darrell Phillips [Phillips-nsubj,clean_arg_token(,/20),clean_arg_token(Darrell/18),j,predicate_has(president/22),u]
?b: human resources [resources-nmod,clean_arg_token(human/24),h1,move_case_token(of/23)_to_pred,predicate_has(of/23)]
?c: Vose [Vose-conj,m]
?a is/are human [human-amod,e]
?a: resources [resources-nmod,i,predicate_has(human/24)]
label: wsj/00/wsj_0003.mrg_28
sentence: `` But you have to recognize that these events took place 35 years ago .
tags: ``/. But/CONJ you/PRON have/VERB to/PRT recognize/VERB that/ADP these/DET events/NOUN took/VERB place/NOUN 35/NUM years/NOUN ago/ADP ./.
punct(``/0, have/3) cc(But/1, have/3) nsubj(you/2, have/3) root(have/3, ROOT/-1)
mark(to/4, recognize/5) xcomp(recognize/5, have/3) mark(that/6, took/9) det(these/7, events/8)
nsubj(events/8, took/9) ccomp(took/9, recognize/5) dobj(place/10, took/9) nummod(35/11, years/12)
advmod(years/12, took/9) case(ago/13, years/12) punct(./14, have/3)
ppatt:
?a have to recognize ?b [have-root,add_root(have/3)_for_nsubj_from_(you/2),add_root(have/3)_for_xcomp_from_(recognize/5),l,n1,n1,n1,n1,n2,n2,n5,u]
?a: you [you-nsubj,g1(nsubj)]
?b: SOMETHING := these events took place 35 years ago [took-ccomp,clean_arg_token(35/11),clean_arg_token(ago/13),clean_arg_token(events/8),clean_arg_token(place/10),clean_arg_token(that/6),clean_arg_token(these/7),clean_arg_token(years/12),k,l,u]
?a took ?b 35 years ago [took-ccomp,a1,add_root(took/9)_for_dobj_from_(place/10),add_root(took/9)_for_nsubj_from_(events/8),n1,n1,n1,n1,n2,n2,u]
?a: these events [events-nsubj,clean_arg_token(these/7),g1(nsubj)]
?b: place [place-dobj,g1(dobj)]
label: wsj/00/wsj_0003.mrg_29
sentence: It has no bearing on our work force today .
tags: It/PRON has/VERB no/DET bearing/NOUN on/ADP our/PRON work/NOUN force/NOUN today/NOUN ./.
nsubj(It/0, has/1) root(has/1, ROOT/-1) neg(no/2, bearing/3) dobj(bearing/3, has/1)
case(on/4, force/7) nmod:poss(our/5, force/7) compound(work/6, force/7) nmod(force/7, bearing/3)
nmod:tmod(today/8, force/7) punct(./9, has/1)
ppatt:
?a has ?b [has-root,add_root(has/1)_for_dobj_from_(bearing/3),add_root(has/1)_for_nsubj_from_(It/0),n1,n2,n2,u]
?a: It [It-nsubj,g1(nsubj)]
?b: no bearing on our work force today [bearing-dobj,clean_arg_token(force/7),clean_arg_token(no/2),clean_arg_token(on/4),clean_arg_token(our/5),clean_arg_token(today/8),clean_arg_token(work/6),g1(dobj)]
?a poss ?b [our-nmod:poss,v]
?a: our [our-nmod:poss,w2]
?b: work force today [force-nmod,clean_arg_token(today/8),clean_arg_token(work/6),predicate_has(our/5),w1]
label: wsj/00/wsj_0004.mrg_0
sentence: Yields on money-market mutual funds continued to slide , amid signs that portfolio managers expect further declines in interest rates .
tags: Yields/NOUN on/ADP money-market/ADJ mutual/ADJ funds/NOUN continued/VERB to/PRT slide/VERB ,/. amid/ADP signs/NOUN that/ADP portfolio/NOUN managers/NOUN expect/VERB further/ADJ declines/NOUN in/ADP interest/NOUN rates/NOUN ./.
nsubj(Yields/0, continued/5) case(on/1, funds/4) amod(money-market/2, funds/4) amod(mutual/3, funds/4)
nmod(funds/4, Yields/0) root(continued/5, ROOT/-1) mark(to/6, slide/7) xcomp(slide/7, continued/5)
punct(,/8, continued/5) case(amid/9, signs/10) nmod(signs/10, continued/5) mark(that/11, expect/14)
compound(portfolio/12, managers/13) nsubj(managers/13, expect/14) ccomp(expect/14, signs/10) amod(further/15, declines/16)
dobj(declines/16, expect/14) case(in/17, rates/19) compound(interest/18, rates/19) nmod(rates/19, declines/16)
punct(./20, continued/5)
ppatt:
?a is/are money-market [money-market-amod,e]
?a: mutual funds [funds-nmod,clean_arg_token(mutual/3),i,predicate_has(money-market/2)]
?a is/are mutual [mutual-amod,e]
?a: money-market funds [funds-nmod,clean_arg_token(money-market/2),i,predicate_has(mutual/3)]
?a continued to slide , amid ?b [continued-root,add_root(continued/5)_for_nmod_from_(signs/10),add_root(continued/5)_for_nsubj_from_(Yields/0),add_root(continued/5)_for_xcomp_from_(slide/7),l,n1,n1,n1,n1,n2,n2,n6,u]
?a: Yields on money-market mutual funds [Yields-nsubj,clean_arg_token(funds/4),clean_arg_token(money-market/2),clean_arg_token(mutual/3),clean_arg_token(on/1),g1(nsubj)]
?b: signs that portfolio managers expect further declines in interest rates [signs-nmod,clean_arg_token(declines/16),clean_arg_token(expect/14),clean_arg_token(further/15),clean_arg_token(in/17),clean_arg_token(interest/18),clean_arg_token(managers/13),clean_arg_token(portfolio/12),clean_arg_token(rates/19),clean_arg_token(that/11),h1,move_case_token(amid/9)_to_pred,predicate_has(amid/9)]
?a expect ?b [expect-ccomp,a1,add_root(expect/14)_for_dobj_from_(declines/16),add_root(expect/14)_for_nsubj_from_(managers/13),n1,n2,n2,u]
?a: portfolio managers [managers-nsubj,clean_arg_token(portfolio/12),g1(nsubj)]
?b: further declines in interest rates [declines-dobj,clean_arg_token(further/15),clean_arg_token(in/17),clean_arg_token(interest/18),clean_arg_token(rates/19),g1(dobj)]
?a is/are further [further-amod,e]
?a: declines in interest rates [declines-dobj,clean_arg_token(in/17),clean_arg_token(interest/18),clean_arg_token(rates/19),i,predicate_has(further/15)]
label: wsj/00/wsj_0004.mrg_1
sentence: The average seven-day compound yield of the 400 taxable funds tracked by IBC 's Money Fund Report eased a fraction of a percentage point to 8.45 % from 8.47 % for the week ended Tuesday .
tags: The/DET average/ADJ seven-day/ADJ compound/NOUN yield/NOUN of/ADP the/DET 400/NUM taxable/ADJ funds/NOUN tracked/VERB by/ADP IBC/NOUN 's/PRT Money/NOUN Fund/NOUN Report/NOUN eased/VERB a/DET fraction/NOUN of/ADP a/DET percentage/NOUN point/NOUN to/PRT 8.45/NUM %/NOUN from/ADP 8.47/NUM %/NOUN for/ADP the/DET week/NOUN ended/VERB Tuesday/NOUN ./.
det(The/0, yield/4) amod(average/1, yield/4) amod(seven-day/2, yield/4) compound(compound/3, yield/4)
nsubj(yield/4, eased/17) case(of/5, funds/9) det(the/6, funds/9) nummod(400/7, funds/9)
amod(taxable/8, funds/9) nmod(funds/9, yield/4) acl(tracked/10, funds/9) case(by/11, Report/16)
nmod:poss(IBC/12, Report/16) case('s/13, IBC/12) compound(Money/14, Report/16) compound(Fund/15, Report/16)
nmod(Report/16, tracked/10) root(eased/17, ROOT/-1) det(a/18, fraction/19) nmod:npmod(fraction/19, eased/17)
case(of/20, point/23) det(a/21, point/23) compound(percentage/22, point/23) nmod(point/23, fraction/19)
case(to/24, %/26) nummod(8.45/25, %/26) nmod(%/26, eased/17) case(from/27, %/29)
nummod(8.47/28, %/29) nmod(%/29, eased/17) case(for/30, week/32) det(the/31, week/32)
nmod(week/32, eased/17) acl(ended/33, week/32) nmod:tmod(Tuesday/34, ended/33) punct(./35, eased/17)
ppatt:
?a is/are average [average-amod,e]
?a: The seven-day compound yield of the 400 taxable funds tracked by IBC 's Money Fund Report [yield-nsubj,clean_arg_token('s/13),clean_arg_token(400/7),clean_arg_token(Fund/15),clean_arg_token(IBC/12),clean_arg_token(Money/14),clean_arg_token(Report/16),clean_arg_token(The/0),clean_arg_token(by/11),clean_arg_token(compound/3),clean_arg_token(funds/9),clean_arg_token(of/5),clean_arg_token(seven-day/2),clean_arg_token(taxable/8),clean_arg_token(the/6),clean_arg_token(tracked/10),i,predicate_has(average/1)]
?a is/are seven-day [seven-day-amod,e]
?a: The average compound yield of the 400 taxable funds tracked by IBC 's Money Fund Report [yield-nsubj,clean_arg_token('s/13),clean_arg_token(400/7),clean_arg_token(Fund/15),clean_arg_token(IBC/12),clean_arg_token(Money/14),clean_arg_token(Report/16),clean_arg_token(The/0),clean_arg_token(average/1),clean_arg_token(by/11),clean_arg_token(compound/3),clean_arg_token(funds/9),clean_arg_token(of/5),clean_arg_token(taxable/8),clean_arg_token(the/6),clean_arg_token(tracked/10),i,predicate_has(seven-day/2)]
?a is/are taxable [taxable-amod,e]
?a: the 400 funds tracked by IBC 's Money Fund Report [funds-nmod,clean_arg_token('s/13),clean_arg_token(400/7),clean_arg_token(Fund/15),clean_arg_token(IBC/12),clean_arg_token(Money/14),clean_arg_token(Report/16),clean_arg_token(by/11),clean_arg_token(the/6),clean_arg_token(tracked/10),i,predicate_has(taxable/8)]
?a tracked by ?b [tracked-acl,b,n2,n6,pred_resolve_relcl]
?a: the 400 taxable funds [funds-nmod,arg_resolve_relcl,clean_arg_token(400/7),clean_arg_token(taxable/8),clean_arg_token(the/6),predicate_has(tracked/10)]
?b: IBC 's Money Fund Report [Report-nmod,clean_arg_token('s/13),clean_arg_token(Fund/15),clean_arg_token(IBC/12),clean_arg_token(Money/14),h1,move_case_token(by/11)_to_pred,predicate_has(by/11)]
?a poss ?b [IBC-nmod:poss,v]
?a: IBC [IBC-nmod:poss,w2]
?b: Money Fund Report [Report-nmod,clean_arg_token(Fund/15),clean_arg_token(Money/14),predicate_has(IBC/12),w1]
?a eased ?b to ?c from ?d for ?e [eased-root,add_root(eased/17)_for_nmod:npmod_from_(fraction/19),add_root(eased/17)_for_nmod_from_(%/26),add_root(eased/17)_for_nmod_from_(%/29),add_root(eased/17)_for_nmod_from_(week/32),add_root(eased/17)_for_nsubj_from_(yield/4),n1,n2,n2,n2,n2,n2,n6,n6,n6,u]
?a: The average seven-day compound yield of the 400 taxable funds tracked by IBC 's Money Fund Report [yield-nsubj,clean_arg_token('s/13),clean_arg_token(400/7),clean_arg_token(Fund/15),clean_arg_token(IBC/12),clean_arg_token(Money/14),clean_arg_token(Report/16),clean_arg_token(The/0),clean_arg_token(average/1),clean_arg_token(by/11),clean_arg_token(compound/3),clean_arg_token(funds/9),clean_arg_token(of/5),clean_arg_token(seven-day/2),clean_arg_token(taxable/8),clean_arg_token(the/6),clean_arg_token(tracked/10),g1(nsubj)]
?b: a fraction of a percentage point [fraction-nmod:npmod,clean_arg_token(a/18),clean_arg_token(a/21),clean_arg_token(of/20),clean_arg_token(percentage/22),clean_arg_token(point/23),h1]
?c: 8.45 % [%-nmod,clean_arg_token(8.45/25),h1,move_case_token(to/24)_to_pred,predicate_has(to/24)]
?d: 8.47 % [%-nmod,clean_arg_token(8.47/28),h1,move_case_token(from/27)_to_pred,predicate_has(from/27)]
?e: the week ended Tuesday [week-nmod,clean_arg_token(Tuesday/34),clean_arg_token(ended/33),clean_arg_token(the/31),h1,move_case_token(for/30)_to_pred,predicate_has(for/30)]
?a ended ?b [ended-acl,b,n2,pred_resolve_relcl]
?a: the week [week-nmod,arg_resolve_relcl,clean_arg_token(the/31),predicate_has(ended/33)]
?b: Tuesday [Tuesday-nmod:tmod,h1]
label: wsj/00/wsj_0004.mrg_2
sentence: Compound yields assume reinvestment of dividends and that the current yield continues for a year .
tags: Compound/NOUN yields/NOUN assume/VERB reinvestment/NOUN of/ADP dividends/NOUN and/CONJ that/ADP the/DET current/ADJ yield/NOUN continues/VERB for/ADP a/DET year/NOUN ./.
compound(Compound/0, yields/1) nsubj(yields/1, assume/2) root(assume/2, ROOT/-1) dobj(reinvestment/3, assume/2)
case(of/4, dividends/5) nmod(dividends/5, reinvestment/3) cc(and/6, reinvestment/3) mark(that/7, continues/11)
det(the/8, yield/10) amod(current/9, yield/10) nsubj(yield/10, continues/11) conj(continues/11, reinvestment/3)
case(for/12, year/14) det(a/13, year/14) nmod(year/14, continues/11) punct(./15, assume/2)
ppatt:
?a assume ?b [assume-root,add_root(assume/2)_for_dobj_from_(reinvestment/3),add_root(assume/2)_for_nsubj_from_(yields/1),n1,n2,n2,u]
?a: Compound yields [yields-nsubj,clean_arg_token(Compound/0),g1(nsubj)]
?b: reinvestment of dividends [reinvestment-dobj,clean_arg_token(dividends/5),clean_arg_token(of/4),drop_cc(and/6),drop_conj(continues/11),g1(dobj)]
?a assume ?b [assume-root,add_root(assume/2)_for_dobj_from_(reinvestment/3),add_root(assume/2)_for_nsubj_from_(yields/1),n1,n2,n2,u]
?a: Compound yields [yields-nsubj,clean_arg_token(Compound/0),g1(nsubj)]
?b: the current yield continues for a year [continues-conj,clean_arg_token(a/13),clean_arg_token(current/9),clean_arg_token(for/12),clean_arg_token(that/7),clean_arg_token(the/8),clean_arg_token(year/14),clean_arg_token(yield/10),m,u]
?a is/are current [current-amod,e]
?a: the yield [yield-nsubj,clean_arg_token(the/8),i,predicate_has(current/9)]
?a continues for ?b [continues-conj,add_root(continues/11)_for_nmod_from_(year/14),add_root(continues/11)_for_nsubj_from_(yield/10),n1,n2,n2,n6,u]
?a: the current yield [yield-nsubj,clean_arg_token(current/9),clean_arg_token(the/8),g1(nsubj)]
?b: a year [year-nmod,clean_arg_token(a/13),h1,move_case_token(for/12)_to_pred,predicate_has(for/12)]
label: wsj/00/wsj_0004.mrg_3
sentence: Average maturity of the funds ' investments lengthened by a day to 41 days , the longest since early August , according to Donoghue 's .
tags: Average/ADJ maturity/NOUN of/ADP the/DET funds/NOUN '/PRT investments/NOUN lengthened/VERB by/ADP a/DET day/NOUN to/PRT 41/NUM days/NOUN ,/. the/DET longest/ADJ since/ADP early/ADJ August/NOUN ,/. according/VERB to/PRT Donoghue/NOUN 's/PRT ./.
amod(Average/0, maturity/1) nsubj(maturity/1, lengthened/7) case(of/2, investments/6) det(the/3, funds/4)
nmod:poss(funds/4, investments/6) case('/5, funds/4) nmod(investments/6, maturity/1) root(lengthened/7, ROOT/-1)
case(by/8, day/10) det(a/9, day/10) nmod(day/10, lengthened/7) case(to/11, days/13)
nummod(41/12, days/13) nmod(days/13, lengthened/7) punct(,/14, days/13) det(the/15, longest/16)
appos(longest/16, days/13) case(since/17, August/19) amod(early/18, August/19) nmod(August/19, longest/16)
punct(,/20, days/13) case(according/21, Donoghue/23) mwe(to/22, according/21) nmod(Donoghue/23, lengthened/7)
case('s/24, Donoghue/23) punct(./25, lengthened/7)
ppatt:
?a is/are Average [Average-amod,e]
?a: maturity of the funds ' investments [maturity-nsubj,clean_arg_token('/5),clean_arg_token(funds/4),clean_arg_token(investments/6),clean_arg_token(of/2),clean_arg_token(the/3),i,predicate_has(Average/0)]
?a poss ?b [funds-nmod:poss,v]
?a: the funds [funds-nmod:poss,clean_arg_token(the/3),w2]
?b: investments [investments-nmod,predicate_has(funds/4),w1]
?a lengthened by ?b to ?c according to ?d 's [lengthened-root,add_root(lengthened/7)_for_nmod_from_(Donoghue/23),add_root(lengthened/7)_for_nmod_from_(day/10),add_root(lengthened/7)_for_nmod_from_(days/13),add_root(lengthened/7)_for_nsubj_from_(maturity/1),n1,n2,n2,n2,n2,n6,n6,n6,n6,u]
?a: Average maturity of the funds ' investments [maturity-nsubj,clean_arg_token('/5),clean_arg_token(Average/0),clean_arg_token(funds/4),clean_arg_token(investments/6),clean_arg_token(of/2),clean_arg_token(the/3),g1(nsubj)]
?b: a day [day-nmod,clean_arg_token(a/9),h1,move_case_token(by/8)_to_pred,predicate_has(by/8)]
?c: 41 days [days-nmod,clean_arg_token(,/14),clean_arg_token(,/20),clean_arg_token(41/12),drop_appos(longest/16),h1,move_case_token(to/11)_to_pred,predicate_has(to/11),u]
?d: Donoghue [Donoghue-nmod,h1,move_case_token('s/24)_to_pred,move_case_token(according/21)_to_pred,predicate_has('s/24),predicate_has(according/21)]
?a is/are the longest since ?b [longest-appos,d,n1,n2,n6]
?a: 41 days [days-nmod,clean_arg_token(,/14),clean_arg_token(,/20),clean_arg_token(41/12),j,predicate_has(longest/16),u]
?b: early August [August-nmod,clean_arg_token(early/18),h1,move_case_token(since/17)_to_pred,predicate_has(since/17)]
?a is/are early [early-amod,e]
?a: August [August-nmod,i,predicate_has(early/18)]
label: wsj/00/wsj_0004.mrg_4
sentence: Longer maturities are thought to indicate declining interest rates because they permit portfolio managers to retain relatively higher rates for a longer period .
tags: Longer/ADJ maturities/NOUN are/VERB thought/VERB to/PRT indicate/VERB declining/VERB interest/NOUN rates/NOUN because/ADP they/PRON permit/VERB portfolio/NOUN managers/NOUN to/PRT retain/VERB relatively/ADV higher/ADJ rates/NOUN for/ADP a/DET longer/ADJ period/NOUN ./.
amod(Longer/0, maturities/1) nsubjpass(maturities/1, thought/3) auxpass(are/2, thought/3) root(thought/3, ROOT/-1)
mark(to/4, indicate/5) xcomp(indicate/5, thought/3) amod(declining/6, rates/8) compound(interest/7, rates/8)
dobj(rates/8, indicate/5) mark(because/9, permit/11) nsubj(they/10, permit/11) advcl(permit/11, indicate/5)
compound(portfolio/12, managers/13) dobj(managers/13, permit/11) mark(to/14, retain/15) xcomp(retain/15, permit/11)
advmod(relatively/16, rates/18) amod(higher/17, rates/18) dobj(rates/18, retain/15) case(for/19, period/22)
det(a/20, period/22) amod(longer/21, period/22) nmod(period/22, retain/15) punct(./23, thought/3)
ppatt:
?a is/are Longer [Longer-amod,e]
?a: maturities [maturities-nsubjpass,i,predicate_has(Longer/0)]
?a are thought to indicate ?b [thought-root,add_root(thought/3)_for_nsubjpass_from_(maturities/1),add_root(thought/3)_for_xcomp_from_(indicate/5),l,n1,n1,n1,n1,n2,n2,n3,u]
?a: Longer maturities [maturities-nsubjpass,clean_arg_token(Longer/0),g1(nsubjpass)]
?b: declining interest rates [rates-dobj,clean_arg_token(declining/6),clean_arg_token(interest/7),g1(dobj),l]