-
Notifications
You must be signed in to change notification settings - Fork 0
/
GS_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.
5371 lines (5371 loc) · 129 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
accuse/V_LOCATION/N-nsubj
establish/V_november/N-nmod:in
loan/N_season/N-compound
collude/V
attract/V_interest/N-dobj
model/N_most/J-amod
PERSON/N_proud/J-amod
expect/V_visitor/N-dobj
move/V_LOCATION/N-nmod:in
follow/V_system/N-dobj
review/V_case/N-dobj
promote/V_service/N-dobj
interest/N_book/N-nmod:in
fault-tolerant/J
position/N_COUNTRY/N-compound
work/V_design/N-nsubj
recognise/V_LOCATION/N-nmod:in
read/V_people/N-nsubj
career/N_earlier/J-amod
receive/V_newsletter/N-dobj
lay_down/V_life/N-dobj
ecf/N
earls/N_PERSON/N-nmod:of
enter/V_july/N-nmod:in
be/V_debate/N-nsubj
give/V_organization/N-nmod:to
school/N_sport/N-compound
papers/N_scientific/J-amod
adjust/V_life/N-nmod:to
star/N_film/N-nmod:of
bring/V_case/N-dobj
host/N_ORGANIZATION/N-nmod:of
offer/V_service/N-nsubj
give/V_centre/N-nsubj
involve/V_operation/N-nmod:in
contradict/V_claim/N-dobj
industry-leading/J
voice/N_original/J-amod
sing/V_member/N-nsubj
passing/N_PERSON/N-nmod:poss
begin/V_business/N-dobj
disclaim/V_liability/N-dobj
ownership/N_land/N-nmod:of
success/N_business/N-compound
basis/N_one-to-one/J-amod
retreat/V_LOCATION/N-nmod:from
declare/V_bankruptcy/N-dobj
leeway/N
PERSON/N_cox/N-compound
achieve/V_success/N-dobj
circumstance/N_certain/J-amod
status/N_ORGANIZATION/N-nmod:of
system/N_hybrid/N-compound
ORGANIZATION/N_home/N-nmod:at
answer/V_charge/N-dobj
buy/V_product/N-dobj
woman/N_many/J-amod
provide/V_network/N-nsubj
fire_up/V
ask/V_producer/N-nsubj
council-owned/J
export/V_PERSON/N-nsubj
criticize/V_policy/N-dobj
involve/V_other/N-dobj
do/V_stunt/N-dobj
see/V_client/N-dobj
address/V_issue/N-dobj
buy/V_stock/N-dobj
serve/V_program/N-nsubj
program/N_outreach/N-compound
handcuff/V
manage/V_group/N-nsubj
play/V_ensemble/N-nmod:in
scheme/N_school/N-compound
commission/V_research/N-dobj
player/N_human/J-amod
meet/V_february/N-nmod:on
involve/V_everyone/N-dobj
check_up/V
order/N_full/J-amod
immigrant/N_LOCATION/N-nmod:to
know/V_answer/N-dobj
have/V_ticket/N-dobj
regiment/N_first/J-amod
stop/N_ORGANIZATION/N-nmod:at
rescue/V_LOCATION/N-nmod:from
contribute/V_review/N-dobj
end/V_service/N-dobj
request/V_assistance/N-dobj
course/N_week/N-nmod:of
find/V_woman/N-nsubj
sell/V_asset/N-dobj
experience/N_current/J-amod
advise/V_president/N-dobj
award/V_PERSON/N-nmod:in
hold/V_man/N-dobj
arty/J
mentor/N_PERSON/N-nmod:poss
meet/V_demand/N-dobj
feature/V_video/N-nmod:in
market/N_labor/N-compound
origin/N_jewish/J-amod
embrace/V_ORGANIZATION/N-dobj
death/N_march/N-nmod:on
lead/V_life/N-nsubj
play/N_one-act/J-amod
entity/N_distinct/J-amod
team/N_service/N-compound
sell/V_family/N-nmod:to
figure/N_local/J-amod
companion/N_constant/J-amod
gig/N_best/J-amod
bring/V_victory/N-dobj
support/N_tutorial/J-amod
complete/V_doctorate/N-dobj
deny/V_authority/N-nsubj
list/V_market/N-nmod:on
purported/J
ipem/N
allow/V_organization/N-dobj
browns/N
ORGANIZATION/N_monthly/J-amod
ORGANIZATION/N_larger/J-amod
dedicate/V_LOCATION/N-dobj
speeding/J
school/N_graduate/N-compound
key/N_PERSON/N-compound
pay/V_pocket/N-nmod:out_of
field/N_different/J-amod
pay/V_shilling/N-dobj
back-door/J
chattanooga-ringgold/N
recognize/V_LOCATION/N-nmod:in
hinckley/N
regard/V_leader/N-nmod:as
invite/V_friend/N-dobj
advocate/N_lord/N-compound
cetc/N
performance/N_ORGANIZATION/N-nmod:for
occupants/N
get/V_year/N-dobj
owner/N_private/J-amod
abandon/V_plan/N-dobj
story/N_fiction/N-compound
set_up/V_project/N-dobj
variation/N_different/J-amod
group/N_ORGANIZATION/N-nmod:as
style/N_inimitable/J-amod
refer/V_reader/N-dobj
provide/V_organisation/N-nmod:by
sisterhood/N
announce/V_proposal/N-dobj
property/N_particular/J-amod
contact/V_agent/N-dobj
write/V_death/N-nmod:after
launch/V_day/N-nmod:tmod
case-law/N
event/N_training/N-compound
meeting/N_PERSON/N-nmod:with
project/N_ORGANIZATION/N-nmod:including
give/V_statement/N-dobj
trusts/N_ORGANIZATION/N-compound
immigrate/V_family/N-nsubj
generate/V_controversy/N-dobj
provide/V_COUNTRY/N-nmod:in
provide/V_research/N-dobj
person/N_responsible/J-amod
deal/N_raw/J-amod
jaxx/N
administer/V_LOCATION/N-nmod:in
afford/V_people/N-nsubj
manage/V_time/N-dobj
point_out/V_error/N-dobj
office/N_front/J-amod
diktat/N
enterprise/N_private/J-amod
deliver/V_advice/N-dobj
mission/N_other/J-amod
verse/N_new/J-amod
field/V_side/N-dobj
buy/V_company/N-dobj
group/N_scholar/N-nmod:of
musician/N_amateur/J-amod
find/V_thing/N-dobj
tell/V_wife/N-dobj
run/V_affair/N-dobj
venue/N_LOCATION/N-nmod:poss
civ/N_ewca/N-compound
sample/N_vocal/J-amod
microelectronics/N
downplay/V
write/V_preface/N-dobj
name/N_ORGANIZATION/N-nmod:as
bus/N_transit/N-compound
broadcast/V_january/N-nmod:on
approach/N_partnership/N-compound
have/V_showing/N-dobj
work/N_collaborative/J-amod
review/N_online/J-amod
area/N_nearby/J-amod
know/V_LOCATION/N-nmod:at
tell/V_people/N-dobj
view/V_suspicion/N-nmod:with
ORGANIZATION/N_political/J-amod
image/N_people/N-nmod:of
neet/N
director/N_affairs/N-nmod:of
consider/V_application/N-dobj
ORGANIZATION/N_polish-lithuanian/J-amod
obtain/V_education/N-dobj
attract/V_immigrant/N-dobj
fairmont/N
domain/N_PERSON/N-nmod:poss
leave/V_city/N-dobj
fairmont/J
force/N_combat/N-compound
implication/N_ORGANIZATION/N-compound
drive/V_race/N-dobj
move/V_left/N-nmod:to
day/N_term/N-nmod:of
accept/V_form/N-dobj
open/V_project/N-dobj
successor/N_LOCATION/N-nmod:to
archdeacon/N_LOCATION/N-nmod:of
call/V_inquiry/N-nmod:for
make/V_revision/N-dobj
consist/V_chapter/N-nmod:of
find/V_LOCATION/N-nmod:around
hall/N_first/J-amod
approach/V_man/N-nsubj
continue/V_operation/N-dobj
go/V_year/N-nmod:over
agenda/N_reform/N-compound
get/V_girl/N-dobj
enroll/V_ORGANIZATION/N-nmod:at
accompany/V_series/N-dobj
include/V_other/N-nmod:among
purchase/V_building/N-dobj
know/V_song/N-dobj
tell/V_week/N-nmod:tmod
coverage/N_media/N-compound
majority/N_parliamentary/J-amod
origin/N_true/J-amod
donate/V_LOCATION/N-nsubj
introduce/V_line/N-dobj
enthusiast/N_ORGANIZATION/N-compound
walk/V_man/N-nsubj
banshees/N
consternation/N
develop/V_platform/N-dobj
shoot/V_PERSON/N-nmod:at
provide/V_applicant/N-nsubj
authority/N_state/N-compound
help/V_escape/N-dobj
use/V_unit/N-nsubj
ORGANIZATION/N_november/N-nmod:in
mix/N_skill/N-nmod:of
physician/N_PERSON/N-nmod:poss
classify/V_ORGANIZATION/N-dobj
strike_down/V_law/N-dobj
drop/V_LOCATION/N-nsubj
write/V_pupil/N-nsubj
centre/N_history/N-compound
dismiss/V_claim/N-dobj
dissolve/V_LOCATION/N-dobj
worker/N_new/J-amod
democracy/N_christian/J-amod
appear/V_day/N-nmod:tmod
author/N_series/N-nmod:of
have/V_publication/N-dobj
swinger/N
pay/V_issue/N-nmod:to
offer/V_example/N-nmod:for
star/N_porn/N-compound
claim/N_other/J-amod
write/V_novel/N-dobj
introduce/V_march/N-nmod:in
distribute/V_LOCATION/N-nsubj
dancer/N_backup/N-compound
break_down/V_barrier/N-dobj
transfer/V_february/N-nmod:in
service/N_COUNTRY/N-nmod:poss
purchase/V_farm/N-dobj
know/V_book/N-nmod:as
integration/N_racial/J-amod
relationship/N_own/J-amod
support/V_teacher/N-dobj
opponent/N_main/J-amod
victory/N_home/N-nmod:at
serve/V_service/N-dobj
sponsorship/N_ORGANIZATION/N-nmod:from
broadcast/V_match/N-dobj
get/V_buzz/N-dobj
artist/N_early/J-amod
director/N_photography/N-nmod:of
undertake/V_work/N-dobj
minute/N_centre/N-nmod:from
bulletin/N_LOCATION/N-compound
hotel/N_palace/N-compound
marry/V_sister/N-nsubj
novel/N_other/J-amod
face/N_poker/N-compound
walk/V_PERSON/N-nmod:with
grow/V_leadership/N-nmod:under
descent/N_LOCATION/N-compound
choose/V_film/N-dobj
home/N_affordable/J-amod
PERSON/N_bavarian/J-amod
page/N_CITY/N-compound
establishment/N_centre/N-nmod:of
help/V_question/N-nsubj
rate/N_faster/J-amod
ticket/N_available/J-amod
use/V_curriculum/N-dobj
century/N_next/J-amod
develop/V_ORGANIZATION/N-nmod:for
work/N_writer/N-nmod:of
letter/N_member/N-nmod:to
fund/V_service/N-dobj
support/V_resolution/N-dobj
brand/N_major/J-amod
service/N_business/N-compound
acquire/V_march/N-nmod:in
loaded/N
increase/V_way/N-nmod:in
agree/V_PERSON/N-nmod:to
investor/N_property/N-compound
production/N_album/N-nmod:of
site/N_famous/J-amod
drop/V_name/N-nmod:from
sell/V_december/N-nmod:in
found/V_april/N-nmod:in
author/N_novel/N-nmod:of
build/V_family/N-nsubj
home/N_second/J-amod
work/V_client/N-nmod:with
be/V_likelihood/N-nsubj
describe/V_model/N-dobj
get/V_service/N-dobj
find/V_year/N-nmod:tmod
provide/V_officer/N-nsubj
work/V_pace/N-nmod:at
worker/N_health/N-compound
identify/V_measure/N-dobj
volatile/N
go/V_room/N-nmod:to
publish/V_law/N-dobj
ORGANIZATION/N_forthcoming/J-amod
procedure/N_standard/J-amod
receive/V_support/N-dobj
write/V_year/N-nmod:for
capture/V_bridge/N-dobj
sector/N_care/N-compound
partner/N_coalition/N-compound
find/V_field/N-dobj
attend/V_day/N-nmod:tmod
provide/V_division/N-nsubj
establish/V_company/N-dobj
finding/N_survey/N-nmod:of
look/V_book/N-nmod:for
buy/V_people/N-nsubj
part/N_preparation/N-nmod:of
pass/V_february/N-nmod:in
energy/N_internal/J-amod
quality/N_good/J-amod
want/V_producer/N-nsubj
bring/V_student/N-dobj
case-control/J
share/V_faith/N-dobj
cancel/V_service/N-dobj
lead/V_operation/N-dobj
bih/N
consult/V_people/N-nmod:with
live/V_everyone/N-nsubj
hit/V_time/N-nmod:tmod
book/N_short/J-amod
ticket/N_free/J-amod
problem/N_personal/J-amod
light/N_little/J-amod
remain/V_power/N-nmod:in
seek/V_independence/N-dobj
stop/V_point/N-nmod:at
caring/N
agent/N_COUNTRY/N-compound
opportunity/N_adult/N-nmod:for
play/V_group/N-nsubj
letter/N_personal/J-amod
town/N_name/N-nmod:of
focus/N_strong/J-amod
reward/V_view/N-nmod:with
unit/N_protection/N-compound
allow/V_system/N-dobj
run/V_user/N-nsubj
bed-and-breakfast/J
operation/N_support/N-compound
gather/V_PERSON/N-nmod:around
student/N_class/N-nmod:in
convene/V_conference/N-dobj
exclude/V_liability/N-dobj
damage/N_property/N-nmod:to
ministry/N_various/J-amod
impact/N_ORGANIZATION/N-nmod:of
leave/V_possibility/N-dobj
work/N_literary/J-amod
design/V_way/N-nmod:in
electrocute/V_PERSON/N-dobj
everyone/N_ORGANIZATION/N-compound
operate/V_ship/N-nsubj
generalitat/N
maintain/V_service/N-dobj
rent/V_room/N-dobj
lose/V_fortune/N-dobj
paid-in/J
cunoniaceae/N
mission/N_medical/J-amod
write/V_group/N-nsubj
take_in/V_PERSON/N-dobj
get/V_night/N-nmod:tmod
work/V_service/N-nmod:for
thing/N_few/J-amod
ed/N_PERSON/N-compound
sue/V_peace/N-nmod:for
come/V_administration/N-nmod:under
reread/V_PERSON/N-nsubj
documentation/N_ORGANIZATION/N-compound
need/V_parent/N-nsubj
mission-critical/J
village/N_beautiful/J-amod
client/N_corporate/J-amod
join/V_alliance/N-dobj
help/V_work/N-nsubj
bind/V_ORGANIZATION/N-dobj
revive/V_career/N-dobj
write/V_poem/N-dobj
work/N_philanthropic/J-amod
defend/V_thesis/N-dobj
urge/V_ORGANIZATION/N-nsubj
activity/N_missionary/J-amod
consultation/N_extensive/J-amod
motivate/V_people/N-dobj
look/V_manager/N-nmod:for
linux-based/J
hillfield/N
find/V_today/N-nmod:tmod
pay/V_subscription/N-dobj
conduct/V_negotiation/N-dobj
song/N_own/J-amod
hit/N_early/J-amod
director/N_international/N-compound
program/N_two-year/J-amod
track/N_dance/N-compound
law/N_copyright/N-compound
marriage/N_sex/N-compound
move/V_people/N-nsubj
expert/N_most/J-amod
publish/V_time/N-nmod:during
try/V_people/N-nsubj
run/V_system/N-nmod:on
supply/V_name/N-dobj
live/V_resident/N-nsubj
contain/V_album/N-nsubj
withdraw/V_support/N-dobj
cat/N_PERSON/N-nmod:poss
create/V_LOCATION/N-nmod:by
have/V_discussion/N-dobj
provide/V_department/N-nsubj
way/N_easiest/J-amod
customer/N_potential/J-amod
directives/N
establish/V_school/N-nsubj
include/V_chapter/N-dobj
express/V_opposition/N-dobj
airplane/N_ORGANIZATION/N-compound
service/N_voice/N-compound
youth/N_at-risk/J-amod
PERSON/N_incoming/J-amod
expansion/N_LOCATION/N-nmod:into
patron/N_art/N-nmod:of
soul/N_human/J-amod
control/V_trade/N-dobj
seltzer/N
say/V_pmos/N-nsubj
hotel/N_more/J-amod
purchase/V_family/N-nsubj
assess/V_impact/N-dobj
egypt/N
leave/V_road/N-dobj
become/V_problem/N-nsubj
operate/V_ORGANIZATION/N-nmod:on_behalf_of
statesman/N_new/N-compound
man/N_younger/J-amod
marry/V_niece/N-dobj
organize/V_regiment/N-dobj
bring/V_life/N-nmod:into
go/V_edition/N-nmod:through
do/V_set/N-dobj
draw/V_attention/N-dobj
theme/N_love/N-compound
join/V_attempt/N-nmod:in
issue/V_charter/N-dobj
team/N_series/N-nmod:in
continue/V_ORGANIZATION/N-dobj
give/V_family/N-nsubj
start/V_time/N-nmod:by
story/N_people/N-nmod:about
library/N_LOCATION/N-nmod:poss
communicate/V
enjoy/V_tea/N-dobj
enemy/N_worst/J-amod
direct/V_LOCATION/N-nsubj
deliver/V_COUNTRY/N-nmod:in
mean/V_LOCATION/N-nmod:in
system/N_automation/N-compound
reveal/V_week/N-nmod:tmod
time/N_formation/N-nmod:of
contract/N_supply/N-compound
keep/V_man/N-nsubj
shorten/V_PERSON/N-nsubj
take/V_people/N-dobj
send/V_someone/N-nsubj
word-processing/N
research/N_animal/N-compound
support/N_active/J-amod
quote/V_ORGANIZATION/N-dobj
join/V_start/N-nmod:at
celebrity/N_PERSON/N-nmod:as
put/V_piece/N-dobj
kill/V_storm/N-nsubj
place/N_safety/N-nmod:of
letter/N_open/J-amod
model/N_ORGANIZATION/N-nmod:from
garden/N_new/J-amod
manager/N_network/N-compound
force/N_elite/N-compound
enter/V_june/N-nmod:in
leave/V_COUNTRY/N-nsubj
take/V_drive/N-nsubj
migrate/V_people/N-nsubj
be/V_book/N-nmod:in
die/V_hour/N-nmod:in
extend/V_system/N-dobj
call/V_LOCATION/N-nmod:on
supplier/N_service/N-nmod:of
housing/N_social/J-amod
administer/V_area/N-dobj
adviser/N_PERSON/N-nmod:poss
create/V_society/N-dobj
excavate/V_LOCATION/N-nmod:at
group/N_german/J-amod
ready-for-signature/N
involve/V_sector/N-dobj
director/N_CITY/N-compound
stock/N_common/J-amod
mortgage/N_new/J-amod
lose/V_license/N-dobj
speak/V_favor/N-nmod:in
see/V_water/N-dobj
sun/N_baltimore/N-compound
scandal/N_watergate/N-compound
hamlet/N_tiny/J-amod
journal/N_scientific/J-amod
know/V_friend/N-nmod:to
present/V_workshop/N-dobj
serve/V_company/N-nsubj
hold/V_vote/N-dobj
care/N_social/J-amod
provide/V_organization/N-nsubj
get/V_thing/N-dobj
carminat/N
use/V_everyone/N-nsubj
lead/V_attack/N-nsubj
award/N_medal/N-nmod:of
digit/N_number/N-nmod:of
give/V_church/N-dobj
league/N_rugby/N-compound
buy/V_ORGANIZATION/N-nmod:from
use/V_castle/N-dobj
develop/V_sense/N-dobj
harmonised/J
rule/N_LOCATION/N-nmod:poss
correct/V_problem/N-dobj
performer/N_circus/N-compound
include/V_agency/N-dobj
carry_out/V_study/N-dobj
PERSON/N_provincial/J-amod
inherit/V_ORGANIZATION/N-nmod:from
piece/N_ORGANIZATION/N-nmod:for
paint/V_PERSON/N-nmod:for
include/V_software/N-dobj
area/N_space/N-nmod:of
tower/N_twin/J-amod
term/N_half/N-compound
mouth/V
offer/V_customer/N-dobj
foundation/N_PERSON/N-compound
force/N_ORGANIZATION/N-nmod:with
cultivate/V_land/N-dobj
alite/N
cassation/N
pre-payment/N
law/N_republic/N-nmod:of
publish/V_response/N-dobj
student/N_ORGANIZATION/N-nmod:poss
history/N_world/N-nmod:of
go/V_school/N-nsubj
set/V_trap/N-dobj
today/N_christianity/N-compound
tension/N_ORGANIZATION/N-nmod:between
broadcasting/N_service/N-compound
section/N_rhythm/N-compound
murder/V_LOCATION/N-nmod:in
cover/V_development/N-dobj
press/N_bad/J-amod
auditing/N
access/N_file/N-nmod:to
bunak/N
delivery/N_ORGANIZATION/N-compound
course/N_alpha/N-compound
use/V_network/N-dobj
expand/V_concept/N-dobj
mayor-council/N
ORGANIZATION/N_bodleian/J-amod
provider/N_local/J-amod
story/N_PERSON/N-nmod:about
give/V_privilege/N-dobj
s/N_COUNTRY/N-compound
march/V_parade/N-nmod:in
affect/V_entitlement/N-dobj
express/N_TIME/N-compound
pressure/N_ORGANIZATION/N-nmod:from
concern/V_PERSON/N-dobj
play/V_version/N-nsubj
consist/V_judge/N-nmod:of
sleep/V_cottage/N-nsubj
write/V_hit/N-dobj
scene/N_nude/J-amod
elateridae/N
capparaceae/N
department/N_athletic/J-amod
owner/N_LOCATION/N-compound
government/N_irish/J-amod
buy_back/V
attention/N_media/N-nmod:of
musician/N_pop/N-compound
start/V_club/N-dobj
excellence/N_service/N-compound
perform/V_duet/N-dobj
arrive/V_morning/N-nmod:tmod
assign/V_station/N-nmod:to
retell/V_PERSON/N-nsubj
ORGANIZATION/N_chairman/N-nmod:of
acquire/V_october/N-nmod:in
offer/V_workshop/N-dobj
go/V_man/N-nsubj
company/N_logistics/N-compound
anonymous/N_alcoholics/N-compound
sample/N_ORGANIZATION/N-compound
shot/N_ORGANIZATION/N-compound
sign/V_company/N-nmod:with
go/V_april/N-nmod:on
centre/N_innovation/N-compound
own/V_newspaper/N-dobj
tour/N_ORGANIZATION/N-nmod:of
consent/N_explicit/J-amod
use/V_datum/N-dobj
aforesaid/J
production/N_card/N-nmod:of
help/V_family/N-dobj
noodleman/N
have/V_desire/N-dobj
people/N_PERSON/N-nmod:as
show/V_interest/N-dobj
cause/V_trouble/N-dobj
feature/V_episode/N-nsubj
director/N_chairman/N-nmod:of
go/V_leader/N-nsubj
follow/V_strategy/N-dobj
recorder/N_ORGANIZATION/N-compound
solution/N_ORGANIZATION/N-compound
residence/N_former/J-amod
arrive/V_ORGANIZATION/N-nmod:in
change/V_LOCATION/N-nmod:at
film/N_production/N-compound
call/V_school/N-dobj
reprint/V_ORGANIZATION/N-nsubj
improvement/N_service/N-nmod:in
issue/V_licence/N-dobj
season/N_post/N-compound
overturn/V_law/N-dobj
sell/V_service/N-dobj
service/N_weekday/N-compound
provide/V_part/N-nmod:as
cooperation/N_development/N-compound
get/V_everyone/N-nsubj
know/V_friend/N-nsubj
represent/V_man/N-nsubj
stay/V_people/N-nsubj
aid/N_ORGANIZATION/N-nmod:of
name/N_arabic/J-amod
rat/N_PERSON/N-compound
establish/V_brand/N-dobj
investor/N_local/J-amod
artwork/N_album/N-nmod:for
mind/V_PERSON/N-dobj
sov/N
orchard/N_cherry/N-compound
troops/N_indian/J-amod
journey/N_PERSON/N-nmod:to
owner/N_current/J-amod
school/N_smaller/J-amod
service/N_child/N-nmod:poss
responsibility/N_action/N-nmod:for
interest/N_special/J-amod
excellence/N_academic/J-amod
use/V_company/N-nsubj
introduce/V_culture/N-dobj
rating/N_performance/N-compound
record-keeping/N
provide/V_illustration/N-dobj
arguable/J
flee/V_PERSON/N-nmod:to
area/N_exclusive/J-amod
benefit/V
see/V_discussion/N-nmod:for
track/N_LOCATION/N-nmod:of
event/N_ORGANIZATION/N-nmod:in
miss_out/V_place/N-nmod:on
seek/V_refuge/N-dobj
arise/V_connection/N-nmod:in
become/V_species/N-nsubj
force/N_western/J-amod
mp/N_mr/N-compound
kill/V_accident/N-nsubj
eat/V_ORGANIZATION/N-dobj
win/V_bet/N-dobj
tv/N_local/J-amod
spend/V_effort/N-dobj
provider/N_independent/J-amod
grant/N_aid/N-nmod:in
executive/N_media/N-compound
faq/N_ORGANIZATION/N-compound
grow/V_town/N-nsubj
infect/V_hiv/N-nmod:with
attention/N_urgent/J-amod
organisation/N_care/N-compound
offer/V_instruction/N-dobj
point/N_same/J-amod
produce/V_graduate/N-dobj
challenge/V_LOCATION/N-nsubj
fishing/N_LOCATION/N-nmod:in
development/N_public/J-amod
coauthor/V_PERSON/N-nmod:with
travel/N_unlimited/J-amod
attack/N_indian/J-amod
write/V_chapter/N-dobj
center/N_activity/N-compound
benefit/N_much/J-amod
investigate/V_death/N-dobj
development/N_property/N-compound
information/N_certain/J-amod
create/V_settlement/N-dobj
basis/N_voluntary/J-amod
orphan/V_age/N-nmod:at
locate/V_campus/N-nmod:on
acquire/V_august/N-nmod:in
town/N_same/J-amod
reflect/V_practice/N-nmod:on
attack/V_time/N-nmod:tmod
command-and-control/J
training/N_staff/N-nmod:for
accessible/N
caltrop/N
moth/N_erebidae/N-nmod:in
provide/V_member/N-nsubj
child/N_disabled/J-amod
card/N_baseball/N-compound
meet/V_member/N-nmod:with
man/N_jewish/J-amod
support/V_system/N-nsubj
implementation/N_ORGANIZATION/N-compound
protect/V_welfare/N-dobj
call/V_end/N-nmod:for
heating/N_solar/J-amod
decease/V
card/N_green/J-amod
appear/V_publication/N-nmod:in
advertisement/N_tv/N-compound
type/N_role/N-nmod:of
ORGANIZATION/N_system/N-compound
ghastly/J
woman/N_other/J-amod
advertise/V_job/N-dobj
frame/N_ORGANIZATION/N-compound
arcades/N
curriculum/N_secondary/J-amod
canada-based/J
be/V_talk/N-nsubj
reason/N_security/N-compound
move/V_body/N-dobj
ORGANIZATION/N_good/J-amod
advance/V_technology/N-dobj
deny/V_claim/N-dobj
call_out/V_PERSON/N-nsubj
pocket/N_back/J-amod
commission/V_LOCATION/N-nsubj
system/N_windows/N-compound
wing/N_conservative/J-amod
do/V_thing/N-nsubj
favor/N_ORGANIZATION/N-nmod:of
break/N_LOCATION/N-compound
set_up/V_council/N-dobj
lot/N_awful/J-amod
unit/N_force/N-nmod:of
sprawl/N_urban/J-amod
demolish/V_PERSON/N-nsubj
vole/V
school/N_numerous/J-amod
list/N_group/N-nmod:of
identify/V_need/N-dobj
time/N_hand/N-nmod:on
take_on/V_life/N-dobj
provide/V_flexibility/N-nmod:with
destroy/V_wall/N-dobj
offer/V_event/N-dobj
writer/N_science/N-compound
work/V_charity/N-nsubj
respond/V_PERSON/N-dobj
sale/N_low/J-amod
know/V_people/N-dobj
installation/N_LOCATION/N-compound
experience/N_great/J-amod
resource/N_research/N-compound
note/N_introductory/J-amod
give/V_judgment/N-dobj
situate/V_school/N-dobj
condition/N_COUNTRY/N-nmod:in
boy/N_office/N-compound
conceive/V_PERSON/N-dobj
stepfather/N
launch/V_conjunction/N-nmod:in
control/V_interest/N-dobj
build/V_unit/N-dobj
develop/V_form/N-dobj
entity/N_private/J-amod
have/V_fan/N-dobj
collect/V_book/N-nsubj
artist/N_well-known/J-amod
check/V_error/N-nmod:for
have/V_manufacturer/N-nsubj
author/N_child/N-nmod:poss
utilize/V_ORGANIZATION/N-nsubj
rip_off/V_PERSON/N-nsubj
unit/N_conversion/N-compound
manage/V_estate/N-dobj
lead/V_time/N-nsubj
appeal/V_ruling/N-dobj
kill/V_PERSON/N-nmod:including
LOCATION/N_due/J-amod
something/N_extraordinary/J-amod
make/V_station/N-nsubj
talk/V_time/N-nmod:for
kind/N_other/J-amod
offer/V_family/N-nmod:to
indicate/V_factor/N-nsubj
visit/V_COUNTRY/N-nmod:in
suspend/V_ORGANIZATION/N-dobj
change/V_mind/N-dobj
development/N_academic/J-amod
please/V_advance/N-nmod:in
talent/N_much/J-amod
create/V_place/N-dobj
means/N_various/J-amod
welcome/V_plan/N-dobj
offer/V_advice/N-dobj
signification/N
cover/V_principle/N-dobj
book/N_history/N-nmod:about
future/N_PERSON/N-nmod:poss
hit/V_train/N-nsubj
remain/V_castle/N-nsubj
pay/V_debt/N-dobj
rule/V_favour/N-nmod:in
live/V_estate/N-nmod:on
use/V_ORGANIZATION/N-nsubj
stand/V_LOCATION/N-nmod:at
bring/V_business/N-nmod:to
enroll/V_program/N-nmod:in
citizen/N_concerned/J-amod
obtain/V_PERSON/N-nmod:in
offer/V_member/N-nmod:to
interface/N_web/N-compound
article/N_magazine/N-nmod:in
play/V_year/N-nmod
meet/V_place/N-nmod:at
consummate/V_transaction/N-dobj
program/N_creative/J-amod
datum/N_other/J-amod
form/V_december/N-nmod:in
position/N_society/N-nmod:in
operate/V_PERSON/N-nmod:with
department/N_relevant/J-amod
design/N_LOCATION/N-nmod:in
defendant/N_other/J-amod
use/V_assessment/N-dobj
become/V_time/N-nmod:around
underline/V_need/N-dobj
maligned/J
automation/N_ORGANIZATION/N-compound
apply/V_basis/N-nmod:on
support/V_technology/N-dobj
appear/V_work/N-nsubj
gun/N_top/J-amod
give/V_pound/N-dobj
weighting/N_assessment/N-compound
authority/N_relevant/J-amod
leave/V_feeling/N-dobj
woman/N_different/J-amod
use/V_program/N-dobj
nature/N_life/N-nmod:of
continue/V_advance/N-dobj
plan/N_marshall/N-compound
have/V_angle/N-dobj
squadron/N_small/J-amod
go/V_woman/N-nsubj
department/N_COUNTRY/N-nmod:in
conference/N_largest/J-amod
work/N_development/N-nmod:on
facility/N_several/J-amod
CITY/N_hotel/N-compound
share/V_campus/N-dobj
author/V_PERSON/N-nsubj
intersection/N_ORGANIZATION/N-nmod:of
sell/V_family/N-nsubj
news/N_victory/N-nmod:of
provide/V_member/N-dobj
provide/V_capital/N-dobj
republican/N_LOCATION/N-compound
move/V_june/N-nmod:on
school/N_neighborhood/N-compound
wait/V_ORGANIZATION/N-nsubj
express/V_need/N-dobj
supply/V_service/N-dobj
fulfill/V_dream/N-dobj
write/V_message/N-dobj
discuss/V_detail/N-dobj
self-regulating/J
include/V_PERSON/N-nmod:with
merriment/N
worker/N_local/J-amod
work/N_political/J-amod
book/N_PERSON/N-nmod:by
officer/N_relation/N-compound
mentore/V_PERSON/N-dobj
gain/V_support/N-dobj
contribute/V_article/N-dobj
build/V_arena/N-dobj
accept/V_ORGANIZATION/N-nmod:to
feast/V_PERSON/N-nsubj
cowrote/V
analyse/V_PERSON/N-dobj
price/N_average/J-amod
debate/V_issue/N-dobj
use/V_company/N-dobj
believe/V_minister/N-nsubj
ship/N_larger/J-amod
facility/N_healthcare/N-compound
take/V_people/N-nmod:to
be/V_recognition/N-nsubj
judge/N_high/N-compound
headquarters/N_national/J-amod
advice/N_housing/N-compound
work/N_laboratory/N-compound
tenure/N_PERSON/N-nmod:of
lead/V_case/N-nmod:to
co-editor-in-chief/N
see/V_benefit/N-dobj
receive/V_property/N-dobj
club/N_athletic/J-amod
plan/N_future/N-nmod:for
buy/V_COUNTRY/N-dobj
program/N_management/N-compound
target/V_resource/N-dobj
learn/V_pace/N-nmod:at
billion-dollar/J
recruit/V_player/N-dobj
appear/V_book/N-nmod:in
pay/V_state/N-nsubj
have/V_story/N-nsubj
have/V_stake/N-dobj
bring/V_club/N-nmod:to
disappear_up/V
get/V_customer/N-nsubj
know/V_love/N-nmod:for
bus/N_regular/J-amod
artist/N_black/J-amod
skill/N_special/J-amod
write/V_description/N-dobj
come/V_band/N-nsubj
bear/V_parent/N-nmod:of
set_up/V_branch/N-dobj