-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGS_subspace__metadata.tsv
We can make this file beautiful and searchable if this error is corrected: No tabs found in this TSV file in line 0.
5464 lines (5464 loc) · 131 KB
/
GS_subspace__metadata.tsv
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
establish/V_november/N-nmod:in
accuse/V_LOCATION/N-nsubj
enrage/V_PERSON/N-dobj
model/N_most/J-amod
review/V_case/N-dobj
work/V_design/N-nsubj
ORGANIZATION/N_good/J-amod
deliver/V_hand/N-nmod:into
career/N_earlier/J-amod
offer/V_service/N-nsubj
lead/V_dispute/N-nsubj
ownership/N_land/N-nmod:of
success/N_business/N-compound
PERSON/N_cox/N-compound
ORGANIZATION/N_home/N-nmod:at
author/N_novel/N-nmod:of
want/V_producer/N-nsubj
involve/V_other/N-dobj
begin/V_class/N-dobj
meet/V_february/N-nmod:on
compensatable/J
come/V_skill/N-nsubj
advise/V_president/N-dobj
award/V_PERSON/N-nmod:in
employee/N_company/N-nmod:of
death/N_march/N-nmod:on
sell/V_family/N-nmod:to
gig/N_best/J-amod
follow/V_strategy/N-dobj
request/V_information/N-dobj
browns/N
dedicate/V_LOCATION/N-dobj
infect/V_hiv/N-nmod:with
woman/N_other/J-amod
cetc/N
work/V_charity/N-nsubj
story/N_fiction/N-compound
buy/V_item/N-dobj
provide/V_organisation/N-nmod:by
property/N_particular/J-amod
get/V_order/N-dobj
set_out/V_report/N-nsubj
give/V_statement/N-dobj
jaxx/N
administer/V_LOCATION/N-nmod:in
bear/V_parent/N-nmod:of
mission/N_other/J-amod
buy/V_company/N-dobj
group/N_scholar/N-nmod:of
musician/N_amateur/J-amod
venue/N_LOCATION/N-nmod:poss
artwork/N_album/N-nmod:for
microelectronics/N
write/V_preface/N-dobj
authority/N_state/N-compound
film/V_ORGANIZATION/N-nsubj
consider/V_application/N-dobj
obtain/V_education/N-dobj
fairmont/N
fairmont/J
implication/N_ORGANIZATION/N-compound
archdeacon/N_LOCATION/N-nmod:of
make/V_revision/N-dobj
sing/V_member/N-nsubj
enroll/V_ORGANIZATION/N-nmod:at
accompany/V_series/N-dobj
coverage/N_media/N-compound
majority/N_parliamentary/J-amod
origin/N_true/J-amod
enthusiast/N_ORGANIZATION/N-compound
offer/V_route/N-dobj
shoot/V_PERSON/N-nmod:at
mix/N_skill/N-nmod:of
classify/V_ORGANIZATION/N-dobj
worker/N_new/J-amod
run/V_school/N-nmod:in
confirm/V_february/N-nmod:in
break_down/V_barrier/N-dobj
design/N_LOCATION/N-nmod:in
service/N_COUNTRY/N-nmod:poss
purchase/V_farm/N-dobj
contribute/V_article/N-dobj
pressure/N_international/J-amod
tenure/N_land/N-compound
grow/V_leadership/N-nmod:under
choose/V_film/N-dobj
operation/N_american/J-amod
help/V_question/N-nsubj
century/N_next/J-amod
assert/V_ORGANIZATION/N-nsubj
investor/N_property/N-compound
mayor/N_ORGANIZATION/N-compound
sell/V_december/N-nmod:in
build/V_family/N-nsubj
be/V_likelihood/N-nsubj
publish/V_law/N-dobj
receive/V_support/N-dobj
partner/N_coalition/N-compound
quality/N_good/J-amod
leave/V_job/N-dobj
share/V_faith/N-dobj
lead/V_operation/N-dobj
remain/V_power/N-nmod:in
seek/V_independence/N-dobj
address/V_issue/N-dobj
legend/N_arthurian/J-amod
write/V_pamphlet/N-dobj
run/V_user/N-nsubj
gather/V_PERSON/N-nmod:around
exclude/V_liability/N-dobj
ministry/N_various/J-amod
impact/N_ORGANIZATION/N-nmod:of
altstadt/N
share/V_friend/N-nmod:with
work/V_service/N-nmod:for
help/V_work/N-nsubj
receive/V_inheritance/N-dobj
linux-based/J
find_out/V_detail/N-dobj
hit/V_head/N-nmod:over
song/N_own/J-amod
contain/V_album/N-nsubj
order/N_full/J-amod
provide/V_department/N-nsubj
appeal/V_anyone/N-nmod:to
be/V_tank/N-nsubj
directives/N
expansion/N_LOCATION/N-nmod:into
seltzer/N
improvement/N_service/N-compound
purchase/V_family/N-nsubj
assess/V_impact/N-dobj
become/V_problem/N-nsubj
go/V_edition/N-nmod:through
continue/V_ORGANIZATION/N-dobj
give/V_family/N-nsubj
image/N_woman/N-nmod:of
research/N_animal/N-compound
join/V_start/N-nmod:at
kill/V_storm/N-nsubj
be/V_book/N-nmod:in
need/N_special/J-amod
ready-for-signature/N
commander/N_LOCATION/N-compound
see/V_water/N-dobj
hamlet/N_tiny/J-amod
cause/V_confusion/N-dobj
present/V_workshop/N-dobj
building/N_LOCATION/N-nmod:including
suggest/V_someone/N-nsubj
correct/V_problem/N-dobj
include/V_software/N-dobj
tower/N_twin/J-amod
decision/N_previous/J-amod
version/N_book/N-nmod:of
supply/V_company/N-nsubj
publish/V_response/N-dobj
go/V_school/N-nsubj
give/V_relation/N-nmod:in
broadcasting/N_service/N-compound
delivery/N_ORGANIZATION/N-compound
story/N_PERSON/N-nmod:about
receive/V_government/N-nsubj
meter/V
status/N_ORGANIZATION/N-nmod:of
provide/V_functionality/N-dobj
capparaceae/N
department/N_athletic/J-amod
assign/V_station/N-nmod:to
own/V_newspaper/N-dobj
use/V_datum/N-dobj
noodleman/N
cause/V_trouble/N-dobj
go/V_leader/N-nsubj
call/V_school/N-dobj
send/V_group/N-nmod:to
jealousy/N_PERSON/N-nmod:poss
cooperation/N_development/N-compound
name/N_arabic/J-amod
investor/N_local/J-amod
write/V_symphony/N-dobj
introduce/V_culture/N-dobj
have/V_product/N-nsubj
benefit/V
track/N_LOCATION/N-nmod:of
mp/N_mr/N-compound
kill/V_accident/N-nsubj
extravagance/N
pay/V_pocket/N-nmod:out_of
development/N_public/J-amod
benefit/N_much/J-amod
acquire/V_august/N-nmod:in
town/N_same/J-amod
training/N_staff/N-nmod:for
caltrop/N
move/V_squadron/N-nsubj
brand/N_luxury/N-compound
have/V_epilepsy/N-dobj
liaise/V
try/V_case/N-dobj
canada-based/J
ORGANIZATION/N_time/N-compound
move/V_body/N-dobj
system/N_windows/N-compound
favor/N_ORGANIZATION/N-nmod:of
break/N_LOCATION/N-compound
member/N_most/J-amod
sprawl/N_urban/J-amod
list/N_group/N-nmod:of
office/N_satellite/N-compound
group/N_smaller/J-amod
build/V_unit/N-dobj
have/V_fan/N-dobj
call/V_LOCATION/N-nmod:on
reader/N_young/J-amod
lead/V_time/N-nsubj
appeal/V_ruling/N-dobj
talent/N_much/J-amod
create/V_place/N-dobj
use/V_radar/N-dobj
search/V_phrase/N-nmod:for
obtain/V_PERSON/N-nmod:in
fulfil/V_requirement/N-dobj
department/N_relevant/J-amod
use/V_assessment/N-dobj
support/V_technology/N-dobj
hinckley/N
work/N_development/N-nmod:on
author/V_PERSON/N-nsubj
news/N_victory/N-nmod:of
study/N_critical/J-amod
republican/N_LOCATION/N-compound
pay/V_deposit/N-dobj
work/N_political/J-amod
price/N_average/J-amod
ship/N_larger/J-amod
paid-in/J
hillfield/N
receive/V_property/N-dobj
buy/V_COUNTRY/N-dobj
target/V_resource/N-dobj
learn/V_pace/N-nmod:at
set/V_trap/N-dobj
know/V_style/N-dobj
government/N_european/J-amod
consider/V_member/N-nsubj
sponsor/V_organization/N-nsubj
be/V_interest/N-nsubj
allow/V_solution/N-nsubj
information/N_certain/J-amod
bring/V_people/N-dobj
live/V_PERSON/N-nmod:for
event/N_training/N-compound
send/V_unit/N-dobj
include/V_service/N-dobj
write/V_biography/N-dobj
future/N_PERSON/N-nmod:poss
rule/V_favour/N-nmod:in
have/V_machine/N-dobj
union/N_worker/N-nmod:poss
pick_up/V_LOCATION/N-nmod:at
bring/V_club/N-nmod:to
faith/N_different/J-amod
decedent/N
monograph/N
animal/N_companion/N-compound
adopt/V_LOCATION/N-nmod:in
recirculation/N
result/V_success/N-nsubj
festival/N_christian/J-amod
meeting/N_recent/J-amod
quote/V_PERSON/N-nmod:by
enter/V_mind/N-dobj
print/V_PERSON/N-nmod:for
book/V_ticket/N-dobj
use/N_non-commercial/J-amod
moment/N_final/J-amod
defeat/V_time/N-dobj
be/V_woman/N-dobj
position/N_military/J-amod
settle/V_member/N-nsubj
use/V_agent/N-dobj
create/V_collaboration/N-nmod:in
student/N_outstanding/J-amod
deliver/V_ORGANIZATION/N-dobj
compliance/N_policy/N-nmod:with
developer/N_private/J-amod
base/V_technology/N-nmod:on
provide/V_information/N-dobj
newspaper/N_ORGANIZATION/N-nmod:including
desalinate/V
housing/N_sheltered/J-amod
show/V_feature/N-dobj
provide/V_staff/N-dobj
implement/V_recommendation/N-dobj
aspect/N_story/N-nmod:of
version/N_local/J-amod
spit_out/V_PERSON/N-nsubj
center/N_visitor/N-nmod:poss
express/V_sympathy/N-dobj
record/V_PERSON/N-nmod:under
accreditation/N
improve/V_performance/N-dobj
promote/V_conservation/N-dobj
hold/V_jail/N-nmod:in
develop/V_workforce/N-dobj
get/V_practice/N-dobj
begin/V_troops/N-nsubj
software/N_own/J-amod
protect/V_virus/N-nmod:from
match/V_LOCATION/N-nsubj
company/N_original/J-amod
receive/V_death/N-nmod:after
have/V_son/N-nsubj
have/V_company/N-nmod:in
form/V_opinion/N-dobj
art/N_COUNTRY/N-nmod:of
trade/V_exchange/N-nmod:on
illustrate/V_idea/N-dobj
criticize/V_policy/N-dobj
assist/V_planning/N-nmod:in
selection/N_a/N-compound
belive/V
need/V_qualification/N-dobj
evidence/N_support/N-nmod:in
study/N_chinese/J-amod
news/N_further/J-amod
leave/V_time/N-dobj
sell/V_home/N-dobj
offer/V_condolence/N-dobj
produce/V_system/N-dobj
move/V_company/N-dobj
offer/V_people/N-nmod:for
tell/V_brother/N-dobj
provide/V_option/N-dobj
produce/V_player/N-dobj
word-processing/N
month/N_ORGANIZATION/N-nmod:at
debate/N_COUNTRY/N-nmod:in
business/N_engineering/N-compound
session/N_fourth/J-amod
train/V_student/N-dobj
anthologize/V
give/V_person/N-nmod:to
law/N_the/N-compound
receive/V_morning/N-nmod:tmod
have/V_transport/N-dobj
install/V_place/N-nmod:in
say/V_expert/N-nsubj
merge/V_school/N-nmod:with
outworking/N
campus-wide/J
give/V_honour/N-nmod:in
campus/N_former/J-amod
read/N_ORGANIZATION/N-compound
use/V_metaphor/N-nmod:as
list/N_aircraft/N-nmod:of
detail/N_available/J-amod
include/V_provider/N-nsubj
make/V_impact/N-dobj
state/V_report/N-nmod:in
undertake/V_construction/N-dobj
purchase/V_member/N-nsubj
meet/V_meeting/N-nmod:at
hold/V_patent/N-dobj
begin/V_railroad/N-nsubj
enrol/V_year/N-nmod:for
unit/N_australian/J-amod
story/N_other/J-amod
type/N_question/N-nmod:of
use/N_datum/N-nmod:of
integrate/V_school/N-dobj
attack/V_december/N-nmod:on
make/V_description/N-nsubj
tropic/N_cancer/N-nmod:of
butter/N_ORGANIZATION/N-compound
cry/V_baby/N-nsubj
partnership/N_provider/N-nmod:with
know/V_person/N-dobj
house/N_ice/N-compound
architecture/N_system/N-compound
write/V_age/N-nmod:at
stock/N_common/J-amod
provide/V_agency/N-nmod:to
date/N_validation/N-nmod:of
idiosyncrasy/N
refuse/V_government/N-nsubj
offer/V_language/N-dobj
event/N_dance/N-compound
store/V_datum/N-dobj
change/N_system/N-nmod:in
need/V_vote/N-dobj
enter/V_january/N-nmod:in
accommodation/N_CITY/N-compound
communist-dominated/J
take/V_tow/N-nmod:in
buy/V_pack/N-dobj
exacting/J
rename/V_ORGANIZATION/N-nmod:to
provision/N_advice/N-nmod:of
attract/V_deal/N-dobj
effect/N_immediate/J-amod
be/V_market/N-nsubj
complete/V_may/N-nmod:on
love/N_PERSON/N-dobj
manufacture/V_product/N-dobj
change/V_LOCATION/N-dobj
tanf/V
include/V_video/N-nsubj
nation/N_foreign/J-amod
ask/V_producer/N-nsubj
develop/V_school/N-nsubj
facilitate/V_communication/N-dobj
sit/V_judge/N-nsubj
include/V_other/N-nmod:among
customize/V_PERSON/N-nsubj
author/N_series/N-nmod:of
move/V_CITY/N-nmod:in
install/V_server/N-nmod:on
note/N_author/N-nmod:poss
offer/V_year/N-nmod:in
meet/V_applicant/N-nsubj
producer/N_main/J-amod
employ/V_industry/N-nsubj
rent/V_room/N-dobj
use/V_team/N-dobj
support/V_resolution/N-dobj
base/V_interview/N-nmod:on
require/V_COUNTRY/N-dobj
study/N_second/J-amod
start/V_time/N-nmod:by
sell/V_house/N-dobj
collaboration/N_international/J-amod
buy/V_ORGANIZATION/N-nmod:from
principal/N_former/J-amod
offer/V_training/N-dobj
anti-money/J
attention/N_urgent/J-amod
collection/N_journal/N-nmod:of
found/V_academy/N-dobj
surrender/V_force/N-nmod:to
discover/V_tomb/N-dobj
have/V_need/N-dobj
isg/N
child/N_disadvantaged/J-amod
propose/V_creation/N-dobj
provide/V_environment/N-nsubj
develop/V_bond/N-dobj
meet/V_company/N-nsubj
play/V_radio/N-nmod:on
plant/V_vineyard/N-dobj
PERSON/N_brewer/N-compound
include/V_attendee/N-nsubj
wilderness/N_LOCATION/N-nmod:of
participate/V_work/N-nmod:in
implementation/N_recommendation/N-nmod:of
enter/V_church/N-dobj
importance/N_fundamental/J-amod
group/N_prominent/J-amod
frsse/N
school/N_individual/J-amod
report/N_july/N-compound
sell/V_equipment/N-dobj
compose/V_PERSON/N-nmod:by
audience/N_target/N-compound
success/N_electoral/J-amod
seem/V_people/N-nsubj
jetting/N
criterion/N_assessment/N-compound
lack/V_access/N-dobj
rammstein/N
b/N_mrs/N-compound
control/V_PERSON/N-nmod:by
have/V_part/N-nmod:as
tubal/J
prove/V_success/N-dobj
project/N_LOCATION/N-nmod:on
enjoy/V_year/N-nmod:for
british-based/J
manufacture/V_system/N-dobj
buy/V_car/N-dobj
project/N_whole/J-amod
leave/V_device/N-nmod:to
move/V_centre/N-nmod:to
give/V_hope/N-dobj
construct/V_project/N-dobj
determine/V_time/N-nmod:from
go/V_case/N-nsubj
appear/V_PERSON/N-nmod:including
d/N_company/N-compound
find/V_case/N-nmod:in
specify/V_order/N-nmod:in
choose/V_user/N-nsubj
specialize/V_development/N-nmod:in
line/N_defense/N-nmod:of
appear/V_compilation/N-nmod:on
branch/N_junior/J-amod
found/V_college/N-dobj
spartan/J
create/V_child/N-nsubj
become/V_director/N-nsubj
PERSON/N_nun/N-compound
provide/V_family/N-nmod:to
train/V_teacher/N-nmod:as
touch/V_life/N-dobj
incident/N_alleged/J-amod
let/V_agent/N-dobj
comeuppance/N
plan/V_day/N-dobj
compose/V_man/N-nmod:of
write/V_PERSON/N-nmod:to
adopt/V_policy/N-dobj
scene/N_art/N-compound
writer/N_science/N-compound
receive/V_member/N-nsubj
open/V_academy/N-dobj
raise/V_concern/N-dobj
callanish/N
lead/V_policy/N-nsubj
notice/V_people/N-nsubj
opportunity/N_LOCATION/N-nmod:in
do/V_form/N-dobj
give/V_room/N-dobj
appear/V_occasion/N-nmod:on
damage/N_physical/J-amod
PERSON/N_icon/N-compound
part/N_education/N-nmod:of
build/V_home/N-dobj
team/N_commentary/N-compound
serve/V_career/N-nmod:during
thesis/N_PERSON/N-nmod:poss
rename/V_ship/N-dobj
bitten/N
appear/V_review/N-nsubj
supervisor/N_PERSON/N-compound
involve/V_member/N-dobj
satisfy/V_PERSON/N-nsubj
ORGANIZATION/N_week/N-nmod:poss
ORGANIZATION/N_professor/N-nmod:of
genus/N_only/J-amod
use/V_past/N-nmod:in
provide/V_fund/N-nsubj
target/V_group/N-dobj
service/N_effective/J-amod
offer/N_PERSON/N-nmod:poss
report/N_inquiry/N-compound
cause/V_news/N-nsubj
base/N_ORGANIZATION/N-nmod:poss
skill/N_study/N-compound
madoguchi/N
propose/V_reform/N-dobj
placid/J
get/V_friend/N-dobj
go/V_bust/N-dobj
market/V_PERSON/N-nsubj
turn_down/V_PERSON/N-nsubj
adjust/V_life/N-nmod:to
fake/V_death/N-dobj
study/V_doctorate/N-nmod:for
run/V_may/N-nmod:on
publish/V_cartoon/N-dobj
experience/N_substantial/J-amod
headquarter/V_ORGANIZATION/N-nmod:at
establish/V_style/N-dobj
develop/V_car/N-dobj
transfer/V_department/N-nmod:to
hold/V_view/N-dobj
move/V_family/N-nsubj
give/V_skill/N-dobj
leave/V_order/N-dobj
application/N_software/N-compound
invite/V_interview/N-nmod:for
constitute/V_form/N-dobj
time/N_hand/N-nmod:on
system/N_processing/N-compound
school/N_LOCATION/N-nmod:including
nothing/N_better/J-amod
vision/N_new/J-amod
perform/V_composition/N-dobj
moment/N_PERSON/N-nmod:for
space/N_phase/N-compound
be/V_instance/N-nsubj
start/V_group/N-dobj
officer/N_full-time/J-amod
have/V_horse/N-nsubj
publish/V_book/N-nmod:as
have/V_liability/N-dobj
enter/V_box/N-nmod:in
get/V_reading/N-dobj
service/N_residential/J-amod
meet/V_solution/N-nsubj
own/V_copyright/N-dobj
student/N_chinese/J-amod
feature/V_man/N-dobj
listen/V_view/N-nmod:to
kill/V_husband/N-dobj
pname/N
premise/N_ORGANIZATION/N-compound
celebration/N_LOCATION/N-nmod:of
ipstream/N
PERSON/N_croatian/N-compound
information/N_opportunity/N-nmod:about
dedicated/J
night/N_festival/N-nmod:of
survey/N_national/J-amod
run/V_company/N-nsubj
part/N_preparation/N-nmod:of
subject/N_discussion/N-nmod:of
enable/V_solution/N-nsubj
cite/V_LOCATION/N-nmod:in
meet/V_november/N-nmod:in
scene/N_folk/N-compound
continue/V_advance/N-dobj
support/V_agency/N-nsubj
offer/V_bursary/N-dobj
tour/V_band/N-nmod:with
attend/V_son/N-nsubj
PERSON/N_headmaster/N-compound
obligation/N_service/N-compound
manufacture/V_engine/N-dobj
range/N_comprehensive/J-amod
organise/V_tour/N-dobj
say/V_part/N-nmod:in
development/N_child/N-compound
choose/V_PERSON/N-nmod:as
move/V_round/N-dobj
taboo/J
become/V_time/N-nmod:over
lab/N_ORGANIZATION/N-nmod:poss
know/V_father/N-dobj
executive/N_media/N-compound
play/N_third/J-amod
activity/N_local/J-amod
acquisition/N_business/N-nmod:of
role/N_society/N-nmod:in
limit/V_liability/N-dobj
keep/V_side/N-dobj
google/V_PERSON/N-nsubj
family/N_young/J-amod
school/N_british/J-amod
agent/N_soviet/J-amod
reimburse/V_PERSON/N-nsubj
treatment/N_waste/N-compound
occur/V_name/N-nsubj
share/V_fate/N-dobj
explore/V_implication/N-dobj
play/V_ensemble/N-nmod:in
low-risk/J
trusts/N_ORGANIZATION/N-compound
peel/V_PERSON/N-nsubj
preside/V_case/N-nmod:over
represent/V_government/N-dobj
incorporate/V_act/N-nmod:under
consternation/N
claim/N_other/J-amod
management/N_datum/N-compound
represent/V_organization/N-nsubj
need/V_people/N-dobj
depict/V_relationship/N-dobj
get/V_friend/N-nsubj
invest/V_ORGANIZATION/N-nmod:in
beach/N_popular/J-amod
PERSON/N_album/N-compound
mortgage/N_new/J-amod
pass/V_PERSON/N-nmod:onto
tension/N_ORGANIZATION/N-nmod:between
make/V_assumption/N-dobj
crash/N_bus/N-compound
read/V_year/N-nmod:for
express/V_concern/N-dobj
guide/N_style/N-compound
purpose/N_common/J-amod
system/N_network/N-compound
contact/N_good/J-amod
complete/V_doctorate/N-dobj
underline/V_need/N-dobj
shoot/V_officer/N-dobj
hitchin/N
land/N_area/N-nmod:in
raise/V_arm/N-dobj
service/N_adult/J-amod
use/V_skill/N-dobj
ensure/V_effort/N-nsubj
insert/V_PERSON/N-dobj
route/N_rail/N-compound
publish/V_press/N-nmod:by
include/V_municipality/N-nsubj
person/N_powerful/J-amod
art/N_LOCATION/N-nmod:from
acquire/V_title/N-dobj
enemy/N_worst/J-amod
father/N_PERSON/N-nmod:to
cafe-bar/N
appear/V_journal/N-nmod:in
experience/N_industrial/J-amod
dedication/N_PERSON/N-nmod:poss
go/V_stage/N-nmod:on
hand/N_second/J-amod
sell/V_stock/N-dobj
provider/N_specialist/N-compound
country/N_COUNTRY/N-nmod:as
alright/J
sell/V_customer/N-nmod:to
add/V_line/N-nmod:to
list/N_word/N-compound
project/N_side/J-amod
announce/V_leader/N-nsubj
facility/N_several/J-amod
secretary/N_current/J-amod
accept/V_responsibility/N-dobj
december/N_monday/N-compound
be/V_song/N-nsubj
tend/V_people/N-nsubj
publish/V_poem/N-dobj
woman/N_color/N-nmod:of
manage/V_estate/N-dobj
day/N_particular/J-amod
soul/N_human/J-amod
property/N_rental/J-amod
finance/N_local/J-amod
republish/V_ORGANIZATION/N-nsubj
man/N_LOCATION/N-nmod:of
well-chosen/J
use/V_clay/N-dobj
similar-sounding/J
sort/V_PERSON/N-nsubj
enter/V_parliament/N-dobj
will/N_PERSON/N-nmod:poss
take/V_priority/N-dobj
create/V_settlement/N-dobj
experience/N_service/N-compound
employer/N_ORGANIZATION/N-compound
part/N_LOCATION/N-nmod:to
tour/N_a/N-compound
disease/N_animal/N-compound
advisor/N_sale/N-compound
emigrate/V_age/N-nmod:at
advisor/N_ORGANIZATION/N-compound
build/V_capital/N-dobj
know/V_leader/N-nmod:as
transfer/V_year/N-nmod:in
period/N_loan/N-compound
stake/N_ownership/N-compound
show/N_chart/N-compound
stadium/N_millennium/N-compound
PERSON/N_december/N-nmod:in
support/V_mother/N-nsubj
position/N_LOCATION/N-compound
donate/V_house/N-dobj
desk/N_support/N-compound
look/V_cost/N-nmod:at
contact/V_today/N-nmod:tmod
fraud/N_tax/N-compound
software/N_application/N-compound
kill/V_blast/N-nsubj
gain/V_popularity/N-dobj
parking/N_limited/J-amod
pressurisation/N
combine/V_work/N-dobj
forge/V_alliance/N-dobj
system/N_physical/J-amod
presence/N_web/N-compound
sympathy/N_deepest/J-amod
receive/V_evidence/N-dobj
appear/V_wife/N-nsubj
teacher/N_special/J-amod
push/V_force/N-dobj
teach/V_level/N-nmod:at
website/N_such/J-amod
practice/V_people/N-nsubj
operator/N_ORGANIZATION/N-nmod:including
disengaged/J
mix/V_PERSON/N-dobj
add/V_cast/N-nmod:to
june/N_november/N-nmod:to
decide/V_may/N-nmod:on
misstatement/N
landowner/N_wealthy/J-amod
company/N_local/J-amod
service/N_drug/N-compound
devote/V_attention/N-dobj
run/V_application/N-dobj
have/V_programme/N-nsubj
species/N_particular/J-amod
meekness/N
farmer/N_peasant/N-compound
take/V_pic/N-dobj
include/V_system/N-nsubj
provide/V_agency/N-nsubj
offer/V_organisation/N-nsubj
wipe_out/V_PERSON/N-nsubj
rights/N_pension/N-compound
smite/V_PERSON/N-nsubj
experience/N_direct/J-amod
graduate/V_PERSON/N-nmod:in
retailer/N_independent/J-amod
promote/V_september/N-nmod:in
game/N_side-scrolling/J-amod
revolution/N_LOCATION/N-compound
round_up/V_PERSON/N-nsubj
mean/V_LOCATION/N-nmod:in
success/N_PERSON/N-nmod:of
result/N_consultation/N-nmod:of
start/V_ORGANIZATION/N-nmod:from
bibliophile/N
crown/N_british/J-amod
group/N_such/J-amod
provide/V_child/N-nmod:to
relation/N_external/J-amod
expand/V_school/N-nsubj
master/N_head/N-compound
member/N_deceased/J-amod
title/V_thesis/N-dobj
librarian/N_first/J-amod
agree/V_minister/N-nsubj
make/V_effort/N-nmod:in
induce/V_PERSON/N-dobj
respect/N_cost/N-nmod:of
tower/N_tv/N-compound
take/V_film/N-nsubj
drive/V_time/N-nmod:at
write/V_PERSON/N-nmod:on
manage/V_company/N-nsubj
run/V_windows/N-dobj
ORGANIZATION/N_campus/N-nmod:on
agree/V_decision/N-nmod:with
set_up/V_ORGANIZATION/N-nmod:in
story/N_PERSON/N-nmod:from
move/V_may/N-nmod:on
ship/N_support/N-compound
ORGANIZATION/N_central/J-compound
show/V_arm/N-dobj
issue/V_ticket/N-dobj
consider/V_ORGANIZATION/N-nsubj
see/V_fan/N-nsubj
run/V_search/N-dobj
acquire/V_use/N-nmod:for
encourage/V_creativity/N-dobj
pay/V_member/N-dobj
faith/N_christian/J-amod
create/V_LOCATION/N-nmod:by
defeat/V_day/N-nmod:tmod
author/N_publication/N-nmod:of
song/N_PERSON/N-nmod:for
infiltrate/V_PERSON/N-nsubj
visit/V_park/N-dobj
color/N_official/J-amod
share/V_platform/N-dobj
include/V_information/N-dobj
go/V_year/N-nmod:for
aldrich/N
hear/V_matter/N-dobj
see/V_location/N-dobj
circumstance/N_new/J-amod
franchise/N_ORGANIZATION/N-nmod:of
question/N_several/J-amod
case/N_landmark/N-compound
connect/V_service/N-nmod:with
allow/V_organization/N-dobj
unwed/J
improve/V_satisfaction/N-dobj
provide/V_guidance/N-dobj
list/N_country/N-nmod:of
argument/N_heated/J-amod
moth/N_pterophoridae/N-nmod:of
play/V_group/N-nsubj
complete/V_merger/N-dobj
ask/V_man/N-nsubj
declare/V_victory/N-dobj
service/N_available/J-amod
cite/V_problem/N-dobj
be/V_assignment/N-nsubj
papers/N_research/N-compound
administer/V_area/N-dobj
word/N_single/J-amod
add/V_route/N-dobj
riot/N_PERSON/N-compound
do/V_job/N-nsubj
publish/V_essay/N-dobj
generation/N_several/J-amod
delivery/N_effective/J-amod
centre/N_innovation/N-compound
proof/N_identity/N-nmod:of
closing/N_ORGANIZATION/N-nmod:of
solicitation/N
squadron/N_other/J-amod
found/V_LOCATION/N-nsubj
predate/V_year/N-nmod:by
utilize/V_ORGANIZATION/N-nsubj
rooms/N_ORGANIZATION/N-compound
development/N_new/N-compound
contingent/N_ORGANIZATION/N-compound
negotiation/N_LOCATION/N-nmod:in
work/V_sector/N-nmod:in
focus/V_production/N-nmod:on
LOCATION/N_march/N-nmod:in
return/V_ORGANIZATION/N-nmod:from
group/N_sector/N-compound
provide/V_scheme/N-nsubj
plan/N_STATE_OR_PROVINCE/N-compound
pre-installed/J
close/V_business/N-nsubj
launch/V_operation/N-dobj
education/N_general/J-amod
indicate/V_survey/N-nsubj
make/V_enemy/N-dobj
history/N_official/J-amod
welcome/V_view/N-dobj
borough/N_CITY/N-compound
account/N_experience/N-nmod:of
singer/N_PERSON/N-nmod:like
provide/V_support/N-nsubj
purchase/V_share/N-dobj
write/V_anything/N-dobj
have/V_clause/N-dobj
work/V_ORGANIZATION/N-nmod:under
fulani/J
relocate/V_PERSON/N-nmod:to
body/N_natural/J-amod
consist/V_population/N-nsubj
benefit/V_service/N-nmod:from
be/V_year/N-nmod:for
extend/V_way/N-nmod:in
produce/V_album/N-dobj
enter/V_june/N-nmod:in
have/V_actress/N-nsubj
ORGANIZATION/N_chairman/N-nmod:of
call/V_hotline/N-dobj
sing/V_LOCATION/N-nsubj
perform/V_obligation/N-dobj
house/N_nice/J-amod
allocation/N_ORGANIZATION/N-compound
see/V_ORGANIZATION/N-nmod:with
birdwatchers/N
haredi/J
property/N_COUNTRY/N-compound
part/N_universe/N-nmod:of
create/V_use/N-nmod:for
know/V_minister/N-nsubj
provide/V_company/N-nsubj
dip/V_toe/N-dobj
reason/N_fundamental/J-amod
store/V_database/N-nmod:in
consent/N_explicit/J-amod
provide/V_care/N-dobj
be/V_evidence/N-nsubj
enable/V_business/N-dobj
PERSON/N_though/N-compound
something/N_beautiful/J-amod
integumentary/J
candidate/N_position/N-nmod:for
lay_down/V_march/N-nmod:on
indicate/V_factor/N-nsubj
fellow/N_LOCATION/N-nmod:of
hotel/N_palace/N-compound
unite/V_ORGANIZATION/N-nsubj
consider/V_people/N-nsubj
department/N_responsible/J-amod
lose/V_home/N-dobj
receive/V_company/N-nmod:from
return/V_hotel/N-nmod:to
reprint/V_time/N-nmod:tmod
name/N_father/N-nmod:poss
beat/V_opponent/N-dobj
ORGANIZATION/N_limited/J-amod
keep/V_bay/N-nmod:at
side/N_better/J-amod
manufacturer/N_equipment/N-nmod:of
perform/V_year/N-nmod:for
defeat/V_time/N-nmod:tmod
charter/V_ORGANIZATION/N-nsubj
win/V_bid/N-dobj
publish/V_work/N-dobj
candidate/N_third/J-amod
principal/N_vice/N-compound
regiment/N_PERSON/N-compound
provide/V_housing/N-dobj
democratically-elected/J
succumb/V_injury/N-nmod:to
publication/N_other/J-amod
contact/V_member/N-dobj
set_up/V_ORGANIZATION/N-nmod:for
borrow/V_library/N-nmod:from
version/N_older/J-amod
interpret/V_PERSON/N-nmod:by
realise/V_people/N-nsubj
service/N_secondary/J-amod
help/V_work/N-nmod:in
purchase/V_city/N-nsubj
illustrator/N_american/J-amod
ORGANIZATION/N_stability/N-compound
non-functional/J
member/N_school/N-nmod:of
decision/N_council/N-nmod:poss
series/N_winter/N-compound
leave/V_company/N-nsubj
publish/V_november/N-nmod:on
difference/N_performance/N-nmod:in
cook/V_dinner/N-dobj
monthly/N