-
Notifications
You must be signed in to change notification settings - Fork 0
/
lexsub_trial.xml
973 lines (972 loc) · 68.6 KB
/
lexsub_trial.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
<?xml version="1.0" ?>
<!DOCTYPE corpus SYSTEM "lexsub.dtd">
<corpus lang="english">
<lexelt item="bright.a">
<instance id="1">
<context>During the siege , George Robertson had appointed Shuja-ul-Mulk , who was a <head>bright</head> boy only 12 years old and the youngest surviving son of Aman-ul-Mulk , as the ruler of Chitral .</context>
</instance>
<instance id="2">
<context>The actual field is not much different than that of a 40mm , only it is smaller and quite a bit noticeably <head>brighter</head> , which is probably the main benefit .</context>
</instance>
<instance id="3">
<context>The roses have grown out of control , wild and carefree , their <head>bright</head> blooming faces turned to bathe in the early autumn sun .</context>
</instance>
<instance id="4">
<context>He was <head>bright</head> and independent and proud .</context>
</instance>
<instance id="5">
<context>In fact , during at least six distinct periods in Army history since World War I , lack of trust and confidence in senior leaders caused the so-called best and <head>brightest</head> to leave the Army in droves .</context>
</instance>
<instance id="6">
<context>An evening of classical symphonic music , played by the next generation stars in the American orchestral scene , can be savored at the New World Symphony , a special Miami institution that nurtures the best and <head>brightest</head> young symphonic musicians .</context>
</instance>
<instance id="7">
<context>There are sound reasons for concluding that the long-run picture remains <head>bright</head> , and even recent signals about the current course of the economy have turned from unremittingly negative through the late fall of last year to a far more mixed set of signals recently .</context>
</instance>
<instance id="8">
<context>Snow covered areas appear <head>bright</head> blue in the image which was taken in early spring and shows deep snow cover .</context>
</instance>
<instance id="9">
<context>She turns eyes <head>bright</head> with excitement towards Fiona , still tugging on the string of the minitiature airship-cum-dance card she has just received at the door .</context>
</instance>
<instance id="10">
<context>A short excerpt : I was praying in private until someone got the <head>bright</head> idea of starting a Presidential Prayer Team .</context>
</instance>
</lexelt>
<lexelt item="film.n">
<instance id="11">
<context>So , unlike studio films , independent <head>films</head> cannot be conceptually geared to a marketing campaign , or used to recruit merchandising tie-ins .</context>
</instance>
<instance id="12">
<context>The packed screening of about 100 high-level press people loved the <head>film</head> as well .</context>
</instance>
<instance id="13">
<context>I think most filmmakers for the most part right now they’re thinking about the DVD when they go in to production because the reality is DVD is where the great majority of your audience is going to experience the <head>film</head> .</context>
</instance>
<instance id="14">
<context>Dune makes the second Lynch <head>film</head> to be released in a consumer HD format ( Mulholland Drive on D-VHS being the first ) .</context>
</instance>
<instance id="15">
<context>Film Music Literature Cyberplace - Includes <head>film</head> reviews , message boards , chat room , and images from various films .</context>
</instance>
<instance id="16">
<context>His feature <head>film</head> debut HEROES / DE STÃRSTE HELTE ( 1996 ) won awards at Rouen and Madrid .</context>
</instance>
<instance id="17">
<context>( Some people keep their TVs on for company. ) In Malta , news is the main reason we turn to TV , followed by <head>films</head> , talk shows , documentaries , serials , and music , in that order .</context>
</instance>
<instance id="18">
<context>The <head>film</head> shows Afghan mercenaries to be involved with the separatists , suggesting that the present struggle in Kashmir has been hijacked by foreign extremists , who are shown discussing the loss of Bangladesh in the 1971 war , providing it as a justification for their present acts of revenge .</context>
</instance>
<instance id="19">
<context>A fine score by George Fenton ( THE CRUCIBLE ) and beautiful photograhy by Roger Pratt add greatly to the effectiveness of the <head>film</head> .</context>
</instance>
<instance id="20">
<context>The success of Autry ' s early <head>films</head> was not enough to save Mascot Pictures , which collapsed under the weight of debts held by Consolidated Film Laboratories , which did Mascot 's film processing .</context>
</instance>
</lexelt>
<lexelt item="take.v">
<instance id="21">
<context>That 's not to say the process of actual negotiating is n't <head>taking</head> place .</context>
</instance>
<instance id="22">
<context>" Hugh Grant and Alan Rickman , as Edward and Col. Brandon respectively , <head>took</head> the most chances and the various reviewers therefore either love or hate their performances .</context>
</instance>
<instance id="23">
<context>It should n't <head>take</head> that long .</context>
</instance>
<instance id="24">
<context>It only affects the start up time of a program , and for a process that <head>takes</head> several months ( his code was computing the 196 Palindrome Quest ) , it does not matter if the initialization code takes 1/1,000th of a second or 1/10,000th of a second .</context>
</instance>
<instance id="25">
<context>If we <head>take</head> the factual context in which the term is used into consideration , then its extension becomes limited , owing to the context .</context>
</instance>
<instance id="26">
<context>If you do n't <head>take</head> the risk of dying by driving to the store , your house could collapse on you and kill you anyway .</context>
</instance>
<instance id="27">
<context>The Governor <head>took</head> the big sheets of imitation parchment , glanced over them , signed his name to each , laid down the pen , and handed the papers across the table to Dreier .</context>
</instance>
<instance id="28">
<context>O'Neill and the two men who worked under his supervision maintained the avenue , raking the thin gravel and removing any weed that tried to <head>take</head> root in the stony earth .</context>
</instance>
<instance id="29">
<context>Even if the Anglo-French Summit did not <head>take</head> place until next year , the Prime Minister and President Chirac were still due to see each other in November and December .</context>
</instance>
<instance id="30">
<context>40 Day-to-day financial and operational management is the responsibility of the Chief Officer , who <head>took</head> up her post in June 2001 .</context>
</instance>
</lexelt>
<lexelt item="tight.r">
<instance id="31">
<context>Anyway , my pants are getting <head>tight</head> .</context>
</instance>
<instance id="32">
<context>With the physical market has <head>tight</head> as it has been in memory , silver could fly at any time .</context>
</instance>
<instance id="33">
<context>More ... Specialty coffee market quiet , supplies <head>tight</head> Posted at 2:57 PM by Robert Badgett By Bruce Kamich NEW YORK , June 6 ( Reuters ) - Specialty coffee dealers said on Friday that business was unusually quiet with most retailers ' sales numbers down from a year ago , but prices for choice beans remained firm with supplies short until the next crops become available .</context>
</instance>
<instance id="34">
<context>If your money is <head>tight</head> do n't cut corners .</context>
</instance>
<instance id="35">
<context>Each child lies inside an Isolette incubator , a clear acrylic rectangle with ample room for a half-sized premature baby , though the quarters become <head>tight</head> for the full-term eight-pounders .</context>
</instance>
<instance id="36">
<context>" It can be intimidating at first , because they wrap their arms pretty <head>tight</head> around you , and everything they latch onto is pretty much headed straight to their mouth , " Schmitz said .</context>
</instance>
<instance id="37">
<context>The incisions will feel <head>tight</head> for the first 24-48 hours .</context>
</instance>
<instance id="38">
<context>Except for the soldiers , Goth was locked up <head>tight</head> .</context>
</instance>
<instance id="39">
<context>Nathan Robins : Did well to keep <head>tight</head> on the Left winger and was harshly judged by the referee on several occasions to have fouled the opposing player when I felt he just out muscled him .</context>
</instance>
<instance id="40">
<context>I know that the market is <head>tight</head> right now .</context>
</instance>
</lexelt>
<lexelt item="bar.n">
<instance id="41">
<context>That 's not a very high <head>bar</head> .</context>
</instance>
<instance id="42">
<context>This more upright position is most easily and affordably achieved through slapping a riser bar on your setup , and only requires you to buy a bar instead of a <head>bar</head> and stem .</context>
</instance>
<instance id="43">
<context>For twelve hours Livewire will be broadcasting live from the blue <head>bar</head> of Union House at UEA in an attempt to raise as much money as possible for a very worthy cause .</context>
</instance>
<instance id="44">
<context>The British government imposed a colour <head>bar</head> in its colonies , so young blacks went in only for law or medicine where they could make a living without government support .</context>
</instance>
<instance id="45">
<context>Put granola <head>bars</head> in bowl .</context>
</instance>
<instance id="46">
<context>It 's been a criticism of IE 's scrollbar CSS and also stands for the status <head>bar</head> .</context>
</instance>
<instance id="47">
<context>2 ) Straddling the center bar , your child should be able to keep both feet flat on the ground with about a 1-inch clearance between the crotch and the <head>bar</head> .</context>
</instance>
<instance id="49">
<context>Seventy-five percent of my clientele that comes in there , they are just like a person on a Friday afternoon going into a <head>bar</head> , and he sits at the counter , and the bartender knows what he wants to drink .</context>
</instance>
<instance id="50">
<context>The night is long at the numerous other discos and clubs , but for those seeking something more sedate there are quieter , sophisticated <head>bars</head> in the hotels .</context>
</instance>
</lexelt>
<lexelt item="bar.n.v">
<instance id="48">
<context>Abstract : Analysis of contact between two chromosomal races of house mice in northern Italy show that natural selection will produce alleles that <head>bar</head> interracial matings if the resulting offspring are unfit hybrids .</context>
</instance>
</lexelt>
<lexelt item="cross.n">
<instance id="51">
<context>When Time magazine 's cover portrays millennium nuts as deranged , crazy Christians holding a <head>cross</head> as it did last month , boycott their magazine and the products it advertises .</context>
</instance>
<instance id="52">
<context>Four-Set in a <head>cross</head> , the points meeting in water surrounded by luminous crescents .</context>
</instance>
<instance id="53">
<context>It was designed in the form of a <head>cross</head> with a cast iron sword placed where the cross members join .</context>
</instance>
<instance id="54">
<context>Triticale , a <head>cross</head> between wheat and rye , matures later than rye but earlier than wheat .</context>
</instance>
<instance id="55">
<context>Old Nick got tired of cussing , was humiliated at being sat on , and hurting like the torments of Hell for being so close to the <head>cross</head> .</context>
</instance>
<instance id="56">
<context>By 1924 he managed to transmit across a few feet the flickering image of a Maltese <head>cross</head> and on 26th January 1926 he gave the world 's first demonstration of true television in his attic workshop before some fifty scientists .</context>
</instance>
<instance id="57">
<context>He appeared to his apostles and spoke to them about God 's kingdom. ' Acts 1:3 Jesus took the consequences of our self-centredness by giving up his life on the <head>cross</head> .</context>
</instance>
<instance id="58">
<context>If power cycling occurs , care must be taken to account for the " dead time " between shutdown and power up when the latchup <head>cross</head> section is evaluated .</context>
</instance>
<instance id="59">
<context>" Mixed race people represent a diverse <head>cross</head> section of racial , ethnic , and cultural heritages , with many multiracial individuals identifying with multiple communities , " the organizations stated .</context>
</instance>
</lexelt>
<lexelt item="cross.n.a">
<instance id="60">
<context>I can only judge keyboards by going into somewhere like PC World and physically trying them , and I do not want to go into somewhere like PC World , as I do not want to get <head>cross</head> .</context>
</instance>
</lexelt>
<lexelt item="finally.r">
<instance id="61">
<context>Mr. Hall 's old factory is still on Oklahoma Avenue , but the metal fabrication plant where Mr. Larson worked <head>finally</head> closed last year after withering for decades .</context>
</instance>
<instance id="62">
<context><head>Finally</head> , this new rule will also have the effect of encouraging existing corporations to produce safer products , in keeping with the public policy goals that underlie product liability law generally. [ Fn .</context>
</instance>
<instance id="63">
<context>However , this easy clearing method has muddled the issue quite a bit , since now Explorer is not actually being cleared at all , while Gecko browsers have <head>finally</head> been corrected so they do clear all previous floats .</context>
</instance>
<instance id="64">
<context><head>Finally</head> , Adam sees the ID card being used as an authenticator because it might be declared “trustworthy” .</context>
</instance>
<instance id="65">
<context>He said , " OK , first , I 'd like to have a face like Clark Gable , then , I 'd like a build like Arnold Schwarzenegger , and <head>finally</head> , I 'd like sexual equipment like this here horse I 'm riding .</context>
</instance>
<instance id="66">
<context><head>Finally</head> , I interviewed Eric Howes , a noted spyware researcher at the University of Illinois , who has found that today 's most popular anti-spyware software packages are far less effective than many believe ( see sidebar , below ) .</context>
</instance>
<instance id="67">
<context>However , you will get those NSF fees reimbursed by the bank as well - it will just come when they <head>finally</head> process everything together .</context>
</instance>
<instance id="68">
<context><head>Finally</head> , the Army has conducted range characterization activities regarding the potential for contamination from munitions residues at 17 ranges throughout the United States , assessing the different types of ranges used by the Army .</context>
</instance>
<instance id="69">
<context><head>Finally</head> , it is outlined how a mesoscopic theory should be constructed for a particular scanning tunneling microscopy experiment in order to overcome the failure of a corresponding reaction–diffusion model to quantitatively reproduce the experiments .</context>
</instance>
<instance id="70">
<context><head>Finally</head> , the proposed disposal rule would apply to transfer agents registered with the Commission .</context>
</instance>
</lexelt>
<lexelt item="find.v">
<instance id="71">
<context>Up to sixty percent of the fatty acid content in the grasses on the plains contain omega-3 and are <head>found</head> in abundance in buffalo allowed to graze on the natural grasses .</context>
</instance>
<instance id="72">
<context>If you find yourself caught up in negative thoughts and <head>find</head> that you suddenly expect the worst it will be impossible to perform at your peak .</context>
</instance>
<instance id="73">
<context>Search Customer Reviews 9 of 10 people <head>found</head> the following review helpful : Early feminist literature - memorable , November 21 , 2000 Reviewer : M. J. Smith ( Seattle , WA USA ) - See all my reviews This book consists of a gem of a story and a mediocre afterward .</context>
</instance>
<instance id="74">
<context>Well they have a friend named Morgan and Morgan told them to <head>find</head> an object that he wants .</context>
</instance>
<instance id="75">
<context>Consistent with previous findings , lack of congruence was <head>found</head> to be a precursor of intrusiveness .</context>
</instance>
<instance id="76">
<context>nokia mobile phone cases , motorola cell phone cases , motorola cell phone case , body glove cell phone case I think the best place where you can <head>find</head> CELL PHONE CARRYING CASE is eBay .</context>
</instance>
<instance id="77">
<context>Oh , and as far as the Kool-Aid jokes , <head>find</head> your own material .</context>
</instance>
<instance id="78">
<context>But much that we once accepted as inevitable , we now <head>find</head> absolutely intolerable .</context>
</instance>
<instance id="79">
<context>SpeedUpMyPC automatically <head>finds</head> the best settings for your PC and carefully controls your system resources to give you the best performance .</context>
</instance>
<instance id="80">
<context>If Bessler had indeed discovered some mechanical way of creating perpetual motion , perhaps the only way it is explainable is if he had <head>found</head> a way of extracting the energy from this Aether .</context>
</instance>
</lexelt>
<lexelt item="fix.v">
<instance id="81">
<context>The Transcendental Meditation people advertised this : " Meditation can <head>fix</head> many sicknesses .</context>
</instance>
<instance id="82">
<context>Now , I 'm not sure how I went from missing two weeks to six , but intend to <head>fix</head> that as I go .</context>
</instance>
<instance id="83">
<context>' ' I feel I can get a lot more done as a selectman by being innovative and <head>fixing</head> the problems we have with cash flows , because they occur every year .</context>
</instance>
<instance id="84">
<context>Getting back to the day when doctors looked at the whole person .and did not expect a pill to <head>fix</head> the mind .</context>
</instance>
<instance id="85">
<context>And thanks to our users , we now have around 30 engines in the database ... New features : - Better layout - Better copy - Small bugs <head>fixed</head> Bugs : - ie hell + much more Posted by eric at 05:24 PM | Comments ( 3 ) Investment News As part of the new international expansion strategy 24hdc.com now accepts USD for investments .</context>
</instance>
<instance id="86">
<context>Er , tilty. by anna at July 17 , 2003 03:37 PM yeah , in our case , whoever did the foundation fucked up royally. when the house settled , it was fubar. should be pretty easy to <head>fix</head> though...just a matter of getting the pilings set to the right heights. by JC at July 17 , 2003 06:32 PM add a comment Name : Email Address : URL : Remember personal info ?</context>
</instance>
<instance id="87">
<context>I guess I 'll be able to hit the hot button many times as I 'm always at the dealer getting my car <head>fixed</head> .</context>
</instance>
<instance id="88">
<context>The long-term problem with Social Security after 2042 could be totally <head>fixed</head> by raising the cap on income to a level needed to generate sufficient income to enable the system to continue to pay 100 percent indefinitely .</context>
</instance>
<instance id="89">
<context>The only way to <head>fix</head> this is for linux to get enough market share to be able to make demands for hardware support. [ reply ] [ top ] [ Â » ] Releasing specs is the only answer. by The Nose Who Knows - Feb 26th 2001 04:29:40 &gt; The other reason why vendors do n't support linux &gt; most of the time for commidity hardware such as &gt; webcam is low returns on investments .</context>
</instance>
<instance id="90">
<context>But if no prayers can alter your purpose , dear one , husband , if you are so <head>fixed</head> on going , take me with you , also !</context>
</instance>
</lexelt>
<lexelt item="manage.v">
<instance id="91">
<context>Suddenly there was a scattering of fire , which three outfielders caught the brunt ; the centerfield was hit and was captured , left and right field <head>managed</head> to get back to our lines .</context>
</instance>
<instance id="92">
<context>" C158 ( cf ex R145 ) " The Provincial in Councilor the Superior ofthe Delegation in Councilsets the financial competency of local Superiorsand their Councilsand determines which assets can be <head>managed</head> by individualOblates and by local Superiors and their Councils .</context>
</instance>
<instance id="93">
<context>BUSINESS DEVELOPMENT MANAGER STRATEGIC ALLIANCES This individual will be responsible for coordinating , negotiating , launching , and <head>managing</head> Accuity 's partner relationships .</context>
</instance>
<instance id="94">
<context>A married woman retains ownership of any property she brought to the marriage , but the husband has the right to <head>manage</head> the property and to enjoy profits from the property .</context>
</instance>
<instance id="95">
<context>We do not need to ask for your specific permission to do these things , as explained below : Treatment Partners health care providers will use and share your health information to provide and <head>manage</head> your health care and related services .</context>
</instance>
<instance id="96">
<context>According to a White House press release , al-Taqwa and its affiliates " raise , <head>manage</head> , invest , and distribute funds for al-Qaeda ; provide terrorist supporters with internet service and secure telephone communications ; and arrange for the shipment of weapons .</context>
</instance>
<instance id="97">
<context>That is , if the average person ( say this is 98 % of people ) amasses 10 things , if I <head>manage</head> to acquire 20 things then perhaps my account is not worth twice as much but maybe 10x or 100x as much as average .</context>
</instance>
<instance id="98">
<context>There are different types of <head>managed</head> care systems .</context>
</instance>
<instance id="99">
<context>Saddam Hussein did n't <head>manage</head> to defeat the Iranians .</context>
</instance>
<instance id="100">
<context>The M107 program is <head>managed</head> by the Project Manager Soldier Weapons with engineering support provided by PicatinnyÂs Armament Research , Development and Engineering Center .</context>
</instance>
</lexelt>
<lexelt item="neat.a">
<instance id="101">
<context>It is really a <head>neat</head> plan , well documented and a model for libraries that are still working on their plans. ~ ~ ~ Corrections to April 2003 issue of LDD On the Road : Some things slipped by when putting together last month’s issue of LDD On the Road .</context>
</instance>
<instance id="102">
<context>And the prize for <head>neatest</head> , simplest idea has to go to britkid.org , a resource for opening children 's eyes to the diversity of our culture. www.skoool.com www.nrich.maths.org.uk www.stagework.org.uk www.learningcurve.gov.uk www.britkid.org Email Hotmail is the free email service everyone knows .</context>
</instance>
<instance id="103">
<context>Over the course of the 20th century scholars have learned that such images tried to make messy reality <head>neater</head> than it really is .</context>
</instance>
<instance id="104">
<context>Strong field patterns created by hedgerows give the landscape a <head>neat</head> , well structured appearance .</context>
</instance>
<instance id="105">
<context>Besides a list of specific things you wish they would talk about , the following things are helpful additions to the <head>neat</head> packet you hand them when you ask them to write the letter .</context>
</instance>
<instance id="106">
<context>" -4 Time IROC Champion Mark Martin Indy 500 , CART and IROC champion , Al Unser Jr. said , " I watched my father and uncle Bobby race in IROC and as a kid I thought it would be really <head>neat</head> if someday I would get an opportunity to run IROC .</context>
</instance>
<instance id="107">
<context>The Society for Academic Emergency Medicine is a <head>neat</head> little bunch of people who are dedicated to furthering the interests of academia and research in the youngest of the medical specialties .</context>
</instance>
<instance id="108">
<context>A weblog by Tom Coates who thinks up <head>neat</head> stuff for Yahoo !</context>
</instance>
<instance id="109">
<context>But not as odd as the 35 others who bedded down with him each night in a <head>neat</head> row down the street on a carpet of cardboard boxes and multicoloured raffia beach mats .</context>
</instance>
<instance id="110">
<context>Link to the full FEDERAL GOVERNMENT DEBT REPORT with pictures - there are 9 color graphics that tell the whole story - - so , give the next page time to load those <head>neat</head> pictures .</context>
</instance>
</lexelt>
<lexelt item="rich.a">
<instance id="111">
<context>What are the important variables that create a <head>rich</head> online learning experience , one that makes real improvements in academic practice ?</context>
</instance>
<instance id="112">
<context>Trees on Anmyeondo used to be thick and lush to the extent of prompting a saying , ¡°You can become <head>rich</head> with an axe.¡± But now only few trees are left due to reckless deforestation since the time of Korea¡¯s liberation from Japanese colonial rule .</context>
</instance>
<instance id="113">
<context>No , we 're not talking about the fortunes of a <head>rich</head> and powerful democracy .</context>
</instance>
<instance id="114">
<context>Functional Foods and Drinks , Sports Drinks , Slimming , Supplements Functional foods : Glico launches this chocolate <head>rich</head> in GABA for its relaxing effect .</context>
</instance>
<instance id="115">
<context>Africas central problems in the WTO revolve around the imbalances and biases created by <head>rich</head> countries in the Uruguay Round Agreement ( URA ) .</context>
</instance>
<instance id="116">
<context>Today half the world 's population lives on less than $ 2 a day , 80 percent of the global population has only 20 percent of global GDP , and within each country there is a massive imbalance between <head>rich</head> and poor .</context>
</instance>
<instance id="117">
<context>Here Wagner , in depicting every shade of sexual love , developed a style <head>richer</head> and more chromatic than anyone had previously attempted , using dissonance and its urge for resolution in a continuing pattem to build up tension and a sense of profound yearning ; Act 2 is virtually a continuous love duet , touching every emotion from the tenderest to the most passionately erotic .</context>
</instance>
<instance id="118">
<context>He brings an incredibly <head>rich</head> and diverse background that includes everything from executive coaching , learning & development and management consulting , to senior operations roles , mixed with a masters in organizational development .</context>
</instance>
<instance id="119">
<context><head>Rich</head> people manage their money well .</context>
</instance>
<instance id="120">
<context>I also think that it will probably take the " sword " of nations ( ala Rom 13 ) combined with the good news offered by the body of Christ to touch the hearts and change the ways of the " rich Africans " ( and <head>rich</head> Americans and other westerners , frankly ) to bring change .</context>
</instance>
</lexelt>
<lexelt item="severely.r">
<instance id="121">
<context>Rubinstein held the gambit pawn with 4.Bf4 and 7.Qd5 , but his neglect of kingside development was <head>severely</head> punished .</context>
</instance>
<instance id="122">
<context>This veteran , the oldest pensioner in Great Britain , entered the army in 1758 , and was <head>severely</head> wounded at the battle of Quebec under General Wolfe , in consequence of which he became an out-pensioner of Chelsea Hospital , and continued so for the period of seventy-five years .</context>
</instance>
<instance id="123">
<context>Perhaps the effect of West Nile Virus is sufficient to extinguish endemic birds already <head>severely</head> stressed by habitat losses .</context>
</instance>
<instance id="124">
<context>She looked as <head>severely</head> as she could muster at Draco .</context>
</instance>
<instance id="125">
<context>A day before he was due to return to the United States Patton was <head>severely</head> injured in a road accident .</context>
</instance>
<instance id="126">
<context>Use market tools to address environmental issues , such as eliminating subsidies for industries that <head>severely</head> harm the environment , like coal .</context>
</instance>
<instance id="127">
<context>This picture was <head>severely</head> damaged in the flood of 1913 and has rarely been seen until now .</context>
</instance>
<instance id="128">
<context>I was very disappointed when the author did not go into detail about how he regained his faith after having it <head>severely</head> undermined by his early studies in theology at university .</context>
</instance>
<instance id="129">
<context>We do continue to support research on the differentiation of adult precursor cells into beta cells , but that 's a <head>severely</head> limited field in terms of how successful it has been .</context>
</instance>
<instance id="130">
<context>Mutual Funds are so <head>severely</head> conflicted that they will not avail themselves of the alleged benefits of the proposed rule .</context>
</instance>
</lexelt>
<lexelt item="stand.n.v">
<instance id="131">
<context>Leaders of some of the most powerful states in the world <head>stand</head> by and give the impression that this is just the new way of life for Zimbabweans .</context>
</instance>
<instance id="132">
<context>We cannot <head>stand</head> as helpless spectators while millions die for want in a world of plenty .</context>
</instance>
<instance id="133">
<context>She knew that behind this remarkable new event that had overwhelmed AllahÂs Messenger ( sallallahu Âalayhi wa sallam ) lay something great that Allah ( Subhanahu wa taÂala ) had prepared for His Messenger , so she spoke her kind and sweet words of encouragement , filling him with confidence , tranquility and firm conviction : ÂBe of good cheer , O cousin , and <head>stand</head> firm .</context>
</instance>
<instance id="134">
<context>Liberals(135)+NDP(19)=154=the usual yapping NDP of no consequence Liberals(135)+Bloc(54)=189=oui the government <head>stands</head> or non it falls Do n't count on the Bloc to squander their good fortune like they did the last time they had 54 either .</context>
</instance>
<instance id="138">
<context>1 MCAS <head>stands</head> for the Massachusetts Comprehensive Assessment System , a standards test administered to students in grades 3 , 4 , 5 , 6 , 7 , 8 , and 10 throughout the state .</context>
</instance>
<instance id="140">
<context>And secondly , the Consensus demonstrated to the World that Africa no longer <head>stands</head> on the fridges or sit on the fence when issues likely to have impacts on its economies and its people are being discussed .</context>
</instance>
</lexelt>
<lexelt item="stand.n">
<instance id="135">
<context>Sapling and Pole Stages to Maturity Growth and Yield- Mature northern red oaks are usually from 20 to 30 m ( 65 to 98 ft ) tall and 61 to 91 cm ( 24 to 36 in ) in d.b.h. in undisturbed <head>stands</head> on good sites .</context>
</instance>
<instance id="136">
<context>The <head>stand</head> is not included .</context>
</instance>
<instance id="137">
<context>Here , its walnut case has been mounted on an adjustable <head>stand</head> to make one of the earliest desk sets .</context>
</instance>
<instance id="139">
<context>The denomination essentially voted to take a neutral <head>stand</head> on many varying interpretations of Genesis 1. Feedback Letter >From : Stephen Craig Comment : First , let me compliment all of you for a great site .</context>
</instance>
</lexelt>
<lexelt item="well.r">
<instance id="141">
<context>Attorney General 's Page The Connecticut Attorney General 's website includes a discussion of current health topics , including HMOs , Medicare , current Connecticut health legislation , and insurance issues as <head>well</head> as information on your rights when it comes to making health care decisions .</context>
</instance>
<instance id="142">
<context>We needed to plan <head>well</head> in advanced to give schools enough warning but not too much choice on times and dates as this seemed to make decisions harder !</context>
</instance>
<instance id="143">
<context>And be ready to move elsewhere if you are not being treated <head>well</head> .</context>
</instance>
<instance id="144">
<context>Treatment of physical problems , particularly chronic ones , is possible as <head>well</head> as psychological therapy .</context>
</instance>
<instance id="145">
<context>Fades the light ; And afar Goeth day , And the stars Shineth bright , Fare thee <head>well</head> ; Day has gone , Night is on .</context>
</instance>
<instance id="146">
<context>Half the phones , half the computers , half the consumer electronic products we buy are not as <head>well</head> made or designed as the other half .</context>
</instance>
<instance id="147">
<context><head>Well</head> , perhaps not .</context>
</instance>
<instance id="148">
<context>Cupertino-based Apple is known for aggressively protecting its intellectual property , as <head>well</head> as its image .</context>
</instance>
<instance id="149">
<context><head>Well</head> , one of Alf 's intentions when he first conceived the Newsletter was that it should serve as a continuous record of the activities of the Society , and as we all know , the contents of a web page can change or disappear as fast as a bottle of wine at Hogmanay !</context>
</instance>
<instance id="150">
<context><head>Well</head> now we have. ' Plain English Campaign is n't stopping there , though .</context>
</instance>
</lexelt>
<lexelt item="wild.a">
<instance id="151">
<context>Modern hunting methods have been introduced , undermining the traditional hunting practices of the local people who have for generations sought to protect and preserve <head>wild</head> life .</context>
</instance>
<instance id="152">
<context>It is presumed that this is because the level of infection of IHHN virus in the <head>wild</head> population is relatively low , and when these wild stocks are held in captivity , the virus quickly spreads from infected broodstock to non-infected broodstock .</context>
</instance>
<instance id="153">
<context>Freya , orphaned as a baby and now something of a <head>wild</head> spirit , shares her secrets with Danny in their private place on the nearby rocky crags .</context>
</instance>
<instance id="154">
<context>These wounds may be from a variety of sources : fish hooks , barbed wire , lawnmowers , traps , tree branches , cats , dogs , bullets , or , even other <head>wild</head> animals .</context>
</instance>
<instance id="155">
<context>In the Genealogy Section a <head>wild</head> story about someone 's Great Great Grandfather !</context>
</instance>
<instance id="156">
<context>Now it is the GW doomsayers that ignore similar geological evidence that show <head>wild</head> and mini climatic swings throughout the earth’s history .</context>
</instance>
<instance id="157">
<context>Lovely venue ( well as long as you go in for the <head>wild</head> wallpaper ) , fantastic sound system , great staff , nice cocktails and a great time had by all .</context>
</instance>
<instance id="158">
<context>You 'll accuse me of being off track , and rightly so , but should n't we first ask what solution our dear Islam has provided for satisfying your <head>wild</head> God-given instincts , beside suppressing them for years until you get the chance to get married ?</context>
</instance>
<instance id="159">
<context>The riverine habitat is extremely beautiful and the chances of seeing large <head>wild</head> animals are high .</context>
</instance>
</lexelt>
<lexelt item="wild.a.n">
<instance id="160">
<context>An endangered species is one that could become extinct in the <head>wild</head> in 10 to 20 years , if nothing is done to protect it .</context>
</instance>
</lexelt>
<lexelt item="can.n">
<instance id="161">
<context>• What happened to the big , new garbage <head>can</head> at Church and Chambers Streets ?</context>
</instance>
<instance id="162">
<context>After the coin has been sleeved , there is no hesitation as the <head>can</head> apparently covers the coin in the LH .</context>
</instance>
<instance id="163">
<context>Instead of cleverly tricking Prosser into lying down in the mud , Ford simply distracts the workmen with a shopping trolley full of <head>cans</head> of lager which he just happens to have with him .</context>
</instance>
<instance id="164">
<context>No hazardous materials such as paint , noxious chemicals , solvents , oil , petrol <head>cans</head> , gas bottles , tyres , asbestos , vehicle batteries , medical or biological waste .</context>
</instance>
<instance id="165">
<context>Sources of standing water include old tires , metal <head>cans</head> , ceramic pots , clogged drain covers , wading pools , pool covers , bird baths , and rain barrels.” Visit the CDC West Nile website at http://www.cdc.gov/ncidod/dvbid/westnile / .</context>
</instance>
<instance id="166">
<context>Q : Do you take steel <head>cans</head> at the curbside ?</context>
</instance>
<instance id="167">
<context>Aluminum & Steel Cans - Rinse aluminum and steel <head>cans</head> .</context>
</instance>
<instance id="168">
<context>Packed the soil itself into huge trash <head>cans</head> and in the 14 truckloads , two a day , carried soil to new house .</context>
</instance>
<instance id="169">
<context>Facilities are available for the recycling of paper , glass , <head>cans</head> , textiles , shoes , plastic bottles , cardboard , and oil .</context>
</instance>
<instance id="170">
<context>Jan replies ... Hi Linda , One cat owner reported , " We are now back on maintenance dose of 3/4 tablespoon of essiac mixed with one tablespoon of tuna juice ( the spring water from a <head>can</head> of tuna ) .</context>
</instance>
</lexelt>
<lexelt item="dark.n">
<instance id="171">
<context>So we all went out to dinner , and I found myself sitting between light and dark , which is where we all are , is n't it , and I kept feeling more attracted to the <head>dark</head> .</context>
</instance>
<instance id="172">
<context>I think that the work I do is done in the <head>dark</head> .</context>
</instance>
<instance id="173">
<context>" One was so in the <head>dark</head> as to what they wanted , " complained Edwin Lutyens , the greatest British architect of the day , " the site so lovely , the conditions so difficult .</context>
</instance>
<instance id="174">
<context>I think overtly making out in public can be kept somewhere in the <head>dark</head> .</context>
</instance>
<instance id="175">
<context>Conversely , the most successful CEO 's seem to have a knack for finding their way in the <head>dark</head> .</context>
</instance>
<instance id="176">
<context>So to be " able to read the handwriting on the wall " has ever since been a metaphor for being able to see what 's coming , especially when those around you remain in the <head>dark</head> .</context>
</instance>
<instance id="177">
<context>Go out to get some chow , and they had all slipped away in the <head>dark</head> of the night .</context>
</instance>
<instance id="178">
<context>Part of it is her unique view of the world , whether walking around the room telling people they are her friends , or riding around in the car after <head>dark</head> telling me she wants to “touch the purple night.” Part of it is that she has Down syndrome .</context>
</instance>
<instance id="179">
<context>Another remarkable subject is " Reality ( play loud ) " , the artist embarks in a alucinogeno trip soul simply to demonstrate its vocal capacities , africanismo and the <head>dark</head> to us in a threatening atmosphere .</context>
</instance>
<instance id="180">
<context>The cells were resuspended in 0.1 % saponin wash and mixed in the <head>dark</head> for 1 h. The cells were pelleted and the supernatant was discarded .</context>
</instance>
</lexelt>
<lexelt item="examination.n">
<instance id="181">
<context>However , the <head>examination</head> will be detailed if the applicant expressly requests it ( for example , at the same time as filing the Demand ) , or if the applicant files amendments and/or arguments ( for example , in response to the International Search Report , with the Demand or in response to a Written Opinion ; see below ) .</context>
</instance>
<instance id="182">
<context>From the previous <head>examination</head> last week the auto-immune deficiency could also be excluded .</context>
</instance>
<instance id="183">
<context>Readers will appreciate this well-researched <head>examination</head> .</context>
</instance>
<instance id="184">
<context>As well , he will continue his <head>examination</head> of the transatlantic connections that fuelled the slave trade .</context>
</instance>
<instance id="185">
<context>The US ranks 37th in a World Health Organization <head>examination</head> of the world 's health care systems .</context>
</instance>
<instance id="186">
<context>40 Among studies that found differences in procedure use in sex-discordant pairings , these differences have been seen largely in sex-specific services such as mammography screening , 25 , 35 , 39 prostate examination , 39 and pelvic <head>examination</head> or Papanicolaou smear testing , 25 , 35 , 39 selected procedures that may have produced differences in use rates because of their sex-specific nature .</context>
</instance>
<instance id="187">
<context>The photograph on the surface does not show a conflict or an irony , but with close <head>examination</head> , the punctum —the element which stands out and punctures the stadium —becomes apparent .</context>
</instance>
<instance id="188">
<context><head>EXAMINATION</head> QUESTIONS , 1961-1965 Examination Questions , ca 1961-1965 , 30 cm ( c.1 , c.21 ) Examination question papers for various courses arranged alphabetically by subject and session .</context>
</instance>
<instance id="189">
<context>Examination leave also includes the mornings of days in which examinations are held in the afternoon as well as the time spent travelling to and from the <head>examination</head> centre .</context>
</instance>
<instance id="190">
<context>I was given cardiovascular tests , including treadmill stress tests and ultrasound <head>examinations</head> of my heart , but apparently , things werenÂt bad enough that I was singled out for consultation .</context>
</instance>
</lexelt>
<lexelt item="fear.v">
<instance id="191">
<context>I <head>feared</head> only her car , and she was like a ghost , an apparition haunting the car , only a part of it , not a person .</context>
</instance>
<instance id="192">
<context>" she asked , already <head>fearing</head> a negative answer but impressed by the merit of his constructive reply .</context>
</instance>
<instance id="193">
<context>He <head>fears</head> that she will die while he is gone .</context>
</instance>
<instance id="194">
<context>When Esther <head>fears</head> to enter the court unsummoned , a capital offense unless the king holds out the golden sceptre , Mordecai says " Think not with thyself that thou shalt escape in the king 's house , more than all the Jews .</context>
</instance>
<instance id="195">
<context>Though the Act was well supported , it also aroused vehement opposition from those who <head>feared</head> it would promote the evils it was intended to remedy .</context>
</instance>
<instance id="196">
<context>6th February , 2004 - View article ... Extra Home Threat to Green belt The new targets published last week could force St Albans into sacrificing more Green Belt land than was first <head>feared</head> .</context>
</instance>
<instance id="197">
<context>Muslim-Americans need to do this bit by bit , word by word , to show our fellow citizens that America has nothing to <head>fear</head> from Islam .</context>
</instance>
<instance id="198">
<context>Many of those who founded the wargame publishing business <head>feared</head> that , with the anti-militarism caused by the Vietnam , and ( later ) with the adoption of the all-volunteer army , American society would become estranged from all things military , leaving ordinary citizens too ignorant to make meaningful democratic judgments where war is concerned .</context>
</instance>
<instance id="199">
<context>Genetic engineering and human cloning are not to be <head>feared</head> but cherished , as they will liberate humanity from nature .</context>
</instance>
<instance id="200">
<context>Nothing , I <head>fear</head> , I haven’t said already .</context>
</instance>
</lexelt>
<lexelt item="forget.v">
<instance id="201">
<context>Do n't <head>forget</head> about the revolutionary exercise program and the lifestyle modification program. ) You will also learn , on the topic of diet : How to eliminate those crazy , irresistible cravings forever .</context>
</instance>
<instance id="202">
<context>But Mr. SchickeleÂs own music has not been <head>forgotten</head> ; his eagerly-awaited Concerto for Viola and Orchestra will receive its world premiere with The Pasadena Symphony and Danielle Farina , viola .</context>
</instance>
<instance id="203">
<context>Do n't <head>forget</head> to do the quick inventory and again tape it to the outside of the box .</context>
</instance>
<instance id="204">
<context>Finally being super christian , I was reminded of the 2nd greatest commandment of all “You shall love your neighbour as yourself’” its easy to <head>forget</head> when you losing .</context>
</instance>
<instance id="205">
<context>Sometimes you might be out of the office but want to know how your database is doing , sometimes you might be in vacation , sometimes you simply <head>forgot</head> to run the script ( weÂre humans ) ... How can you be notified with these details ?</context>
</instance>
<instance id="206">
<context>One must not <head>forget</head> that the reason why the conflict has become difficult to handle over the years is because it has grown in complexity and become something of a family war .</context>
</instance>
<instance id="207">
<context>Since the last issue of Britannia we have at last seen a bit of barrack life and all rumours about the issue of the ' Sennelager Star ' are being <head>forgotten</head> .</context>
</instance>
<instance id="208">
<context>Someone from the event forwarded me this quote which I had <head>forgotten</head> .</context>
</instance>
<instance id="209">
<context>Then to top it all off the docs <head>forgot</head> to enter the med rates so the oncall doc needed to be called which takes a long time .</context>
</instance>
<instance id="210">
<context>Does he <head>forget</head> that it was his ministry that issued the final set of licences some three months prior to the collapse of Principal Trust ?</context>
</instance>
</lexelt>
<lexelt item="gall.n">
<instance id="211">
<context>Galls indeed arise from the stinging of the plant tissues by the ovipositors of female gall wasps , and the egg laid in the plant tissues develops inside the gall into a grub , which eventually emerges full-grown and transformed into a mature <head>gall</head> wasp .</context>
</instance>
<instance id="212">
<context>These include laparoscopic <head>gall</head> bladder surgery and reflux disease surgery , non-cardiac thoracoscopic chest surgery , and certain cardiotomy procedures such as mitral valve repair .</context>
</instance>
<instance id="213">
<context>" ( Adams , pp.196-9 ) What arrogance and <head>gall</head> it took to write those words and demand that they be spoken by Native tongues .</context>
</instance>
<instance id="214">
<context>In the case of my <head>gall</head> bladder removal , I was out the next day .</context>
</instance>
<instance id="215">
<context>Even <head>galls</head> that formed on their trunks were eaten .</context>
</instance>
<instance id="216">
<context>Come to my woman 's breasts , And take my milk for <head>gall</head> , you murdering ministers , Wherever in your sightless substances You wait on nature 's mischief !</context>
</instance>
<instance id="217">
<context>And the morans have the <head>gall</head> to ruin Beethovens 6th in the process , too .</context>
</instance>
<instance id="218">
<context>Etym : From the Gaelic name Dubhghall , from dubh " black " + <head>gall</head> " stranger " .</context>
</instance>
<instance id="219">
<context><head>Galls</head> indeed arise from the stinging of the plant tissues by the ovipositors of female gall wasps , and the egg laid in the plant tissues develops inside the gall into a grub , which eventually emerges full-grown and transformed into a mature gall wasp .</context>
</instance>
<instance id="220">
<context>In Boston Magazine 's glowing blurb on Via Matta , it had the extraordinary <head>gall</head> to say this : " Via Matta has unquestionably found its niche with Boston 's it crowd .</context>
</instance>
</lexelt>
<lexelt item="grim.a">
<instance id="221">
<context>" What is the world to do in the face of these <head>grim</head> predictions ?</context>
</instance>
<instance id="222">
<context>“He too can only watch in deepening despair as the <head>grim</head> work proceeds.” Looks more like resignation to me , but AudioVision is not interested in letting us make up our own minds. “Finally , the military police carry the crates away for disposal.” No , they just take them away .</context>
</instance>
<instance id="223">
<context>Id rather go face down , fast , in a plate of chili at 76 than suffer the <head>grim</head> attenuations of mental decay and wander off this mortal plane at 78 .</context>
</instance>
<instance id="224">
<context>Vincent van Gogh in 1880 was a 27-year-old failure : a despised and rejected clergyman in a <head>grim</head> backwater mining town in Belgium .</context>
</instance>
<instance id="225">
<context>Hoarding and saving react with <head>grim</head> vengeance .</context>
</instance>
<instance id="226">
<context>" Once that <head>grim</head> reality had sunk in , Kubrick 's response was an extraordinary tribute to Sellers as an actor : " We ca n't replace him with another actor , we 've got to get an authentic character from life , someone whose acting career is secondary-a real-life cowboy .</context>
</instance>
<instance id="227">
<context>Their trip had been a <head>grim</head> struggle with wet pitches , friable rock and bad bolts : they had reached the 1979 limit , but failed to go further .</context>
</instance>
<instance id="228">
<context>I 'm concerned that they 're so <head>grim</head> and angry .</context>
</instance>
<instance id="229">
<context>" That 's Lawrence Kaplan ' s <head>grim</head> verdict from Baghdad .</context>
</instance>
<instance id="230">
<context>It started out looking pretty <head>grim</head> but we had pretty good rainfall in April and May .</context>
</instance>
</lexelt>
<lexelt item="lie.v">
<instance id="231">
<context>" Â " 50 dollars " , I <head>lie</head> .</context>
</instance>
<instance id="232">
<context>But in spite of this truth , just as you in the position of aspirants and disciples know much about the Hierarchy , its life , aims and conditioning rules , so do I , a Master of the fifth degree , know much concerning what <head>lies</head> ahead of me ; I can therefore endeavor to make some small part of these essential truths clearer to those who can profit by them .</context>
</instance>
<instance id="233">
<context>I <head>lie</head> down on my futon -bed with a tiny bean-filled pillow under my neck .</context>
</instance>
<instance id="234">
<context>For example , suppose that on the return trip from Deneb to Earth the astronauts <head>lay</head> down Tube II rather than traveling back in Tube I , the first tube they produced .</context>
</instance>
<instance id="235">
<context>What <head>lies</head> beneath the amphoras and the muck -- perhaps the ship 's wooden hull , tools , personal items and coins , which would help pinpoint the date of the sinking -- can only be learned by excavation .</context>
</instance>
<instance id="236">
<context>" " You ca n't <head>lie</head> in front of the bulldozer indefinitely " " I 'm game ... " " Zaphod , you look good .</context>
</instance>
<instance id="237">
<context>He went on farther , and in the great hall he saw the whole of the court lying asleep , and up by the throne <head>lay</head> the King and Queen .</context>
</instance>
<instance id="238">
<context>Grabbed the blaster <head>lying</head> on the seat next to her and fired up at him .</context>
</instance>
<instance id="239">
<context>Whether itâÂÂs lying through omission , <head>lying</head> through misdirection , or outright lies , itâÂÂs awfully hard to extract nuggets of truth from the noise .</context>
</instance>
<instance id="240">
<context>You 're naked , lying in your bed surrounded by sex toys , with an empty bottle of lube and a videotape <head>lying</head> next to you .</context>
</instance>
</lexelt>
<lexelt item="nasty.a">
<instance id="241">
<context>It is human nature to fight unfairly ; therefore , we need to think in advance and rehearse in advance how to fight fairly , so we wo n't get <head>nasty</head> when we get angry .</context>
</instance>
<instance id="242">
<context>He did n't say anything and kept smiling an insincere and <head>nasty</head> smile .</context>
</instance>
<instance id="243">
<context>The Mountain : " Conditions are about to get <head>nasty</head> .</context>
</instance>
<instance id="244">
<context>And will probably stay <head>nasty</head> during the next administration , no matter who wins .</context>
</instance>
<instance id="245">
<context>The nasty party after all October 10 , leader : Iain Duncan Smith delivered a speech to the 2003 Tory party conference in Blackpool yesterday that was <head>nasty</head> , brutish and long .</context>
</instance>
<instance id="246">
<context>" ( on playing Verdasco ) " He 's <head>nasty</head> .</context>
</instance>
<instance id="247">
<context>Lewis Gilbert’s 1966 misogynistic rake’s progress always depended on the cheek , charm and chutzpah of the Kohl-eyed Caine’s iconic Cockney cocksman to take away the <head>nasty</head> taste in one’s mouth .</context>
</instance>
<instance id="248">
<context>I would like a big , <head>nasty</head> , mean , ugly automatic rifle or grenade launcher that I could fire at any car whose alarm blares repeatedly .</context>
</instance>
<instance id="249">
<context>A few years ago , when most monitors used 256 colours , it was important to use the Web Safe palette to avoid <head>nasty</head> dithering .</context>
</instance>
<instance id="250">
<context>These programs , called malware , can do <head>nasty</head> things like spy on you when you use your PC and allow hackers to access your hard drive .</context>
</instance>
</lexelt>
<lexelt item="nearly.r">
<instance id="251">
<context>" I 'm glad we made lots of money , though it <head>nearly</head> cost the two of you your sanity .</context>
</instance>
<instance id="252">
<context>In the 1997 elections , constitutional nationalism <head>nearly</head> lost out to republicanism .</context>
</instance>
<instance id="253">
<context>Fire Lookout Museum 123 W. Westview Spokane , WA 99218 ( 509)466-9171 email : [email protected] INTRODUCTION During the summer of 2000 , the Inland Northwest United States experienced a wildfire season <head>nearly</head> unprecedented in America .</context>
</instance>
<instance id="254">
<context>HOUSTON , Texas ( CNN ) -- Human remains found in a field in Texas late Saturday are believed to be those of at least one of the seven astronauts who perished aboard space shuttle Columbia when it disintegrated <head>nearly</head> 40 miles above the Earth .</context>
</instance>
<instance id="255">
<context>Geographically , the West Bank , then under Jordanian rule and occupation , cut Israel <head>nearly</head> in half .</context>
</instance>
<instance id="256">
<context>I had n't <head>nearly</head> finished the work at hand .</context>
</instance>
<instance id="257">
<context>Comprised of thousands of small , independent units , the printing industry employs <head>nearly</head> 1 million in some 60,000-100,000 plants and accounts for somewhere in the neighborhood of 100 billion dollars in business every single year , while at the same time , contributing to toxic air emissions and solid and chemical waste problems on an ever-growing scale .</context>
</instance>
<instance id="258">
<context>In fact , according to his congressional biography , Murtha was on active duty for six years at most ( 1952-55 and 1966-67 ) ; the rest of the time , including some 16 of his <head>nearly</head> 32 years in the House , he was a reservist .</context>
</instance>
<instance id="259">
<context>Semantically , FDR COULD be the cause of the Great Depression if you think , as I do , that the recession wouldn’t have lasted <head>nearly</head> as long without all his taxes , price fixing , wage fixing , and regulations .</context>
</instance>
<instance id="260">
<context>In the preceding decade of political struggle , Ms. Bhutto was arrested on numerous occasions ; in all she spent <head>nearly</head> 6 years either in prison or under detention for her dedicated leadership of the then opposition Pakistan Peoples Party .</context>
</instance>
</lexelt>
<lexelt item="outdoor.a">
<instance id="261">
<context>" Our peak is early November , but it has gotten a little later as the years go by , " said Dave Menke , the U. S. Fish and Wildlife Service 's Klamath Refuge Complex <head>outdoor</head> recreation specialist .</context>
</instance>
<instance id="262">
<context>The goals for the camp include : 1 ) Outdoor experiences 2 ) Social integration ( English and Spanish speakers ) 3 ) Academic learning in the outdoors Students will plan and lead a variety of games and activities including , but not limited to : math lessons , art projects , games , and <head>outdoor</head> leadership/teambuilding initiatives .</context>
</instance>
<instance id="263">
<context><head>Outdoor</head> Electrical Safety Check Tips For The Safe Outdoor Use Of Electricity ESFi Electrical Safety Foundation International Published as a public service by the Electrical Safety Foundation International in cooperation with the U.S. Consumer Product Safety Commission and the Canada Safety Council .</context>
</instance>
<instance id="264">
<context>According to John Reichling of Camp , Dresser & McKee , an environmental engineering firm in Cambridge , Mass. , " shelter in place " also involves architectural changes such as widening hallways , enlarging rooms , and enclosing <head>outdoor</head> hallways .</context>
</instance>
<instance id="265">
<context>A bridge takes one over into the <head>outdoor</head> space that is the heart of the home , the nucleus , held on each side by the three structures that surround it .</context>
</instance>
<instance id="266">
<context>Work : In a Landscape protected area , making the birds little wooden houses , springs and little rivers cleaning , <head>outdoor</head> environmental work .</context>
</instance>
<instance id="267">
<context>IATSE donated free labor and an <head>outdoor</head> sound system .</context>
</instance>
<instance id="268">
<context>This is about as big as most finecky fine-art photographers require , and even <head>outdoor</head> billboards are routinely made from files with less resolution that this .</context>
</instance>
<instance id="269">
<context>Active children and adults , and people with respiratory disease , such as asthma , should avoid prolonged outdoor exertion ; everyone else , especially children , should limit prolonged <head>outdoor</head> exertion .</context>
</instance>
<instance id="270">
<context>With the growing demand for these fine garden furnishings , they found it necessary to dedicate a portion of their business to <head>outdoor</head> living and patio furnishings .</context>
</instance>
</lexelt>
<lexelt item="reasonable.a">
<instance id="271">
<context>Due to China 's economic reliance on trade , balance of payments should be the main factor for judging whether the yuan exchange rate is <head>reasonable</head> .</context>
</instance>
<instance id="272">
<context>Copyright law already addressed the issue in a much more <head>reasonable</head> manner .</context>
</instance>
<instance id="273">
<context>" What we require now is the co-operation from the Federal Government to provide a flow of mortgage money through CMHC at <head>reasonable</head> interest rates and to encourage the conventional loans to be channelled into smaller units so that we may have the opportunity of the best housing and building programme in Canada in 1971 .</context>
</instance>
<instance id="274">
<context>For <head>reasonable</head> people , sure that 'll suffice .</context>
</instance>
<instance id="275">
<context>Your objective should be to negotiate a contract type and price ( or estimated fee and cost ) that will result in <head>reasonable</head> contractor risk and provide the contractor with the greatest incentive for efficient and economical contract performance .</context>
</instance>
<instance id="276">
<context>And if no exact & safe equilibrium can be introduced , it is more <head>reasonable</head> that a preponderating weight shd. be allowed to the greater interest than to the lesser .</context>
</instance>
<instance id="277">
<context>Besides overseeing the operation of PIPEDA and dealing with complaints , I can conduct audits into organizations ' personal information-handling practices , if we have <head>reasonable</head> grounds .</context>
</instance>
<instance id="278">
<context>The matter of the further evidence may then be heard when the other party has had <head>reasonable</head> opportunity to prepare submissions on the matter .</context>
</instance>
<instance id="279">
<context>This will allow state-licensed health-care providers to utilize safe , non-FDA approved , alternative therapies that have a <head>reasonable</head> expectation of therapeutic gain if the patient has been fully informed about the treatment .</context>
</instance>
<instance id="280">
<context>( 2 ) In a civil action under subsection ( a ) of this section , the court , in its discretion , may allow the prevailing party , other than the United States , a <head>reasonable</head> attorney 's fee and costs .</context>
</instance>
</lexelt>
<lexelt item="rough.a">
<instance id="281">
<context>But I think we can already see from this and other defenses coming from administration officials that the White House 's line on this is filled with clear distortions and misstatements of fact -- most of which are easily identifiable by people who have even a <head>rough</head> understanding of the timing and issues involved .</context>
</instance>
<instance id="282">
<context>On right there is a steep fall of 10ft. to <head>rough</head> grass between 4th and adjacent fairway .</context>
</instance>
<instance id="283">
<context>The surface of the keyboard is a <head>rough</head> metal ( a wrought iron feel , if you will ) , and two black wooden braces support the frame on either side .</context>
</instance>
<instance id="284">
<context>A very <head>rough</head> way of gauging your so-called preferred weight is to use the Body Mass Index ( BMI ) .</context>
</instance>
<instance id="285">
<context>NOTE : For the aviation and MRF models , the lifted index field is not broadcast so the showalter index ( a <head>rough</head> equivalent ) is plotted instead .</context>
</instance>
<instance id="286">
<context><head>Rough</head> estimates show that there are between 75,000 and 100,000 professional speakers in the U.S. alone and when you add trainers the number goes up into the millions .</context>
</instance>
<instance id="287">
<context>He was apparently given a <head>rough</head> ride by the interviewer , Cathal MacCoille .</context>
</instance>
<instance id="288">
<context>Next , the piece went to the " smoother " , who went back over all the <head>rough</head> cuts with stone wheels called " craighleiths .</context>
</instance>
<instance id="289">
<context>It was a very poor area and Stanway Street was very overcrowded and <head>rough</head> .</context>
</instance>
<instance id="290">
<context>Col. Berry led again so it was a <head>rough</head> job .</context>
</instance>
</lexelt>
<lexelt item="run.v">
<instance id="291">
<context>" While Washington 's attention focuses on key congressional races and contests for governor , ballot measures have a direct impact on how U.S. society is <head>run</head> and often presage future national political debates .</context>
</instance>
<instance id="292">
<context>No one becomes a teacher until after interning in a <head>running</head> school .</context>
</instance>
<instance id="293">
<context>It ran six to seven pages single spaced ; the calculation for determining how much the farmers would get paid alone <head>ran</head> several pages .</context>
</instance>
<instance id="294">
<context>Chapters from this book by Paul Collins have <head>run</head> in McSweeney 's Quarterly Concern .</context>
</instance>
<instance id="295">
<context>" DonÂt be afraid to bring in a professional negotiator , someone to <head>run</head> a meeting , anyone you need to work through the issues, Johnson advises .</context>
</instance>
<instance id="296">
<context>Anyway here are some static pictures of the boat - it is driven by a brushless motor driving a prop - but when it 's <head>running</head> you ca n't see it .</context>
</instance>
<instance id="297">
<context>Last year , for example , we <head>ran</head> 2,659 elections in a median time of 40 days. And , 92.5 % of these elections were run within 56 days. This is quite a remarkable record and we are very proud of it .</context>
</instance>
<instance id="298">
<context>This is an excellent and important discussion because it <head>runs</head> counter to most of the stock talk of the past generation .</context>
</instance>
<instance id="299">
<context>Rumor has it that Apple is just B4 offering a cheap ( $ 500 ) computer that <head>runs</head> the bullet-proof OS-X operating system .</context>
</instance>
<instance id="300">
<context>" Why do you <head>run</head> from me ?</context>
</instance>
</lexelt>
</corpus>