File size: 201,433 Bytes
9b429a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
,textA,textB,value,cat_and,cat1,cat2,kublall,PLll
0,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,"['a', 'a', 'b']",[],1,173
1,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,"['a', 'a', 'b']",[],1,174
2,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,"['a', 'a', 'b']",[],1,175
3,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,"['a', 'a', 'b']",[],1,176
4,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,"['a', 'a', 'b']",[],1,177
5,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,"['a', 'a', 'b']",[],1,178
6,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,"['a', 'a', 'b']",[],1,179
7,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,"['a', 'a', 'b']",[],1,180
8,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,"['a', 'a', 'b']",[],1,181
9,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,"['a', 'a', 'b']",[],1,182
10,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,"['a', 'a', 'b']",[],1,183
11,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",2,,"['a', 'a', 'b']","['h', 'h', 'h']",1,184
12,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",2,,"['a', 'a', 'b']","['h', 'h', 'h']",1,185
13,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",2,,"['a', 'a', 'b']","['g', 'h', 'g', 'h', 'g', 'h']",1,186
14,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran",Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,5,{'a'},"['a', 'a', 'b']","['a', 'g', 'h', 'a', 'h', 'c', 'h']",1,187

15,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",2,,"['a', 'a', 'b']","['c', 'h', 'd', 'h', 'd', 'h']",1,188

16,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",2,,"['a', 'a', 'b']","['d', 'h', 'd', 'h', 'd', 'h']",1,189

17,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",5,{'b'},"['a', 'a', 'b']","['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",1,190

18,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",2,,"['a', 'a', 'b']","['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",1,191

19,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",5,{'b'},"['a', 'a', 'b']","['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",1,192

20,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",5,{'b'},"['a', 'a', 'b']","['b', 'f', 'h', 'f', 'h', 'f', 'h']",1,193

21,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",2,,"['a', 'a', 'b']","['f', 'h', 'f', 'h', 'd', 'f', 'h']",1,194

22,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",2,,"['a', 'a', 'b']","['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",1,195

23,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",2,,"['a', 'a', 'b']","['d', 'f', 'h', 'h', 'h']",1,196

24,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",2,,"['a', 'a', 'b']","['h', 'j', 'h', 'j', 'd', 'h', 'j']",1,197

25,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",2,,"['a', 'a', 'b']","['d', 'h', 'd', 'h', 'd', 'h']",1,198

26,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",2,,"['a', 'a', 'b']","['d', 'h', 'd', 'h', 'd', 'h']",1,199

27,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",2,,"['a', 'a', 'b']","['d', 'h', 'd', 'h', 'd', 'h']",1,200

28,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",2,,"['a', 'a', 'b']","['d', 'h', 'd', 'h', 'd', 'h']",1,201

29,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",2,,"['a', 'a', 'b']","['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",1,202

30,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",2,,"['a', 'a', 'b']","['f', 'd', 'h', 'f', 'd', 'h', 'h']",1,203

31,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",2,,"['a', 'a', 'b']","['h', 'h']",1,204

32,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,"['a', 'a', 'b']",[],1,205

33,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,"['a', 'a', 'b']",[],1,206

34,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",2,,"['a', 'a', 'b']","['g', 'g']",1,207

35,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",2,,"['a', 'a', 'b']","['g', 'g', 'g']",1,208

36,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",2,,"['a', 'a', 'b']","['g', 'd', 'g', 'h', 'd', 'g', 'h']",1,209

37,"In Xanadu did Kubla Khan A stately pleasure-dome decree: Where Alph, the sacred river, ran","By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",2,,"['a', 'a', 'b']","['d', 'g', 'h', 'i', 'i']",1,210

38,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,"['b', 'b', 'c', 'i']",[],2,211

39,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,"['b', 'b', 'c', 'i']",[],2,212

40,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,"['b', 'b', 'c', 'i']",[],2,213

41,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,"['b', 'b', 'c', 'i']",[],2,214

42,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,"['b', 'b', 'c', 'i']",[],2,215

43,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,"['b', 'b', 'c', 'i']",[],2,216

44,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,"['b', 'b', 'c', 'i']",[],2,217

45,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,"['b', 'b', 'c', 'i']",[],2,218

46,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,"['b', 'b', 'c', 'i']",[],2,219

47,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,"['b', 'b', 'c', 'i']",[],2,220

48,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,"['b', 'b', 'c', 'i']",[],2,221

49,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",2,,"['b', 'b', 'c', 'i']","['h', 'h', 'h']",2,222

50,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",2,,"['b', 'b', 'c', 'i']","['h', 'h', 'h']",2,223

51,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",2,,"['b', 'b', 'c', 'i']","['g', 'h', 'g', 'h', 'g', 'h']",2,224

52,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,5,{'c'},"['b', 'b', 'c', 'i']","['a', 'g', 'h', 'a', 'h', 'c', 'h']",2,225
53,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",5,{'c'},"['b', 'b', 'c', 'i']","['c', 'h', 'd', 'h', 'd', 'h']",2,226
54,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",2,,"['b', 'b', 'c', 'i']","['d', 'h', 'd', 'h', 'd', 'h']",2,227
55,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",5,{'b'},"['b', 'b', 'c', 'i']","['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",2,228
56,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",2,,"['b', 'b', 'c', 'i']","['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",2,229
57,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",5,{'b'},"['b', 'b', 'c', 'i']","['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",2,230
58,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",5,{'b'},"['b', 'b', 'c', 'i']","['b', 'f', 'h', 'f', 'h', 'f', 'h']",2,231
59,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",2,,"['b', 'b', 'c', 'i']","['f', 'h', 'f', 'h', 'd', 'f', 'h']",2,232
60,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",2,,"['b', 'b', 'c', 'i']","['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",2,233
61,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",2,,"['b', 'b', 'c', 'i']","['d', 'f', 'h', 'h', 'h']",2,234
62,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",2,,"['b', 'b', 'c', 'i']","['h', 'j', 'h', 'j', 'd', 'h', 'j']",2,235
63,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",2,,"['b', 'b', 'c', 'i']","['d', 'h', 'd', 'h', 'd', 'h']",2,236
64,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",2,,"['b', 'b', 'c', 'i']","['d', 'h', 'd', 'h', 'd', 'h']",2,237
65,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",2,,"['b', 'b', 'c', 'i']","['d', 'h', 'd', 'h', 'd', 'h']",2,238
66,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",2,,"['b', 'b', 'c', 'i']","['d', 'h', 'd', 'h', 'd', 'h']",2,239
67,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",2,,"['b', 'b', 'c', 'i']","['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",2,240
68,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",2,,"['b', 'b', 'c', 'i']","['f', 'd', 'h', 'f', 'd', 'h', 'h']",2,241
69,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",2,,"['b', 'b', 'c', 'i']","['h', 'h']",2,242
70,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,"['b', 'b', 'c', 'i']",[],2,243
71,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,"['b', 'b', 'c', 'i']",[],2,244
72,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",2,,"['b', 'b', 'c', 'i']","['g', 'g']",2,245
73,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",2,,"['b', 'b', 'c', 'i']","['g', 'g', 'g']",2,246
74,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",2,,"['b', 'b', 'c', 'i']","['g', 'd', 'g', 'h', 'd', 'g', 'h']",2,247
75,Through caverns measureless to man Down to a sunless sea. So twice five miles of fertile ground,"By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",5,{'i'},"['b', 'b', 'c', 'i']","['d', 'g', 'h', 'i', 'i']",2,248
76,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,"['c', 'i', 'k', 'd', 'd']",[],3,249
77,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,"['c', 'i', 'k', 'd', 'd']",[],3,250
78,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,"['c', 'i', 'k', 'd', 'd']",[],3,251
79,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,"['c', 'i', 'k', 'd', 'd']",[],3,252
80,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,"['c', 'i', 'k', 'd', 'd']",[],3,253
81,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,"['c', 'i', 'k', 'd', 'd']",[],3,254
82,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,"['c', 'i', 'k', 'd', 'd']",[],3,255
83,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,"['c', 'i', 'k', 'd', 'd']",[],3,256
84,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,"['c', 'i', 'k', 'd', 'd']",[],3,257
85,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,"['c', 'i', 'k', 'd', 'd']",[],3,258
86,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,"['c', 'i', 'k', 'd', 'd']",[],3,259
87,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",2,,"['c', 'i', 'k', 'd', 'd']","['h', 'h', 'h']",3,260
88,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",2,,"['c', 'i', 'k', 'd', 'd']","['h', 'h', 'h']",3,261
89,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",2,,"['c', 'i', 'k', 'd', 'd']","['g', 'h', 'g', 'h', 'g', 'h']",3,262
90,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;",Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,5,{'c'},"['c', 'i', 'k', 'd', 'd']","['a', 'g', 'h', 'a', 'h', 'c', 'h']",3,263

91,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",5,"{'d', 'c'}","['c', 'i', 'k', 'd', 'd']","['c', 'h', 'd', 'h', 'd', 'h']",3,264

92,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",5,{'d'},"['c', 'i', 'k', 'd', 'd']","['d', 'h', 'd', 'h', 'd', 'h']",3,265

93,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",5,{'k'},"['c', 'i', 'k', 'd', 'd']","['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",3,266

94,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",5,{'k'},"['c', 'i', 'k', 'd', 'd']","['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",3,267

95,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",5,{'d'},"['c', 'i', 'k', 'd', 'd']","['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",3,268

96,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",2,,"['c', 'i', 'k', 'd', 'd']","['b', 'f', 'h', 'f', 'h', 'f', 'h']",3,269

97,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",5,{'d'},"['c', 'i', 'k', 'd', 'd']","['f', 'h', 'f', 'h', 'd', 'f', 'h']",3,270

98,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",5,{'d'},"['c', 'i', 'k', 'd', 'd']","['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",3,271

99,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",5,{'d'},"['c', 'i', 'k', 'd', 'd']","['d', 'f', 'h', 'h', 'h']",3,272

100,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",5,{'d'},"['c', 'i', 'k', 'd', 'd']","['h', 'j', 'h', 'j', 'd', 'h', 'j']",3,273

101,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",5,{'d'},"['c', 'i', 'k', 'd', 'd']","['d', 'h', 'd', 'h', 'd', 'h']",3,274

102,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",5,{'d'},"['c', 'i', 'k', 'd', 'd']","['d', 'h', 'd', 'h', 'd', 'h']",3,275

103,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",5,{'d'},"['c', 'i', 'k', 'd', 'd']","['d', 'h', 'd', 'h', 'd', 'h']",3,276

104,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",5,{'d'},"['c', 'i', 'k', 'd', 'd']","['d', 'h', 'd', 'h', 'd', 'h']",3,277

105,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",5,{'d'},"['c', 'i', 'k', 'd', 'd']","['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",3,278

106,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",5,{'d'},"['c', 'i', 'k', 'd', 'd']","['f', 'd', 'h', 'f', 'd', 'h', 'h']",3,279

107,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",2,,"['c', 'i', 'k', 'd', 'd']","['h', 'h']",3,280

108,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,"['c', 'i', 'k', 'd', 'd']",[],3,281

109,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,"['c', 'i', 'k', 'd', 'd']",[],3,282

110,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",2,,"['c', 'i', 'k', 'd', 'd']","['g', 'g']",3,283

111,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",2,,"['c', 'i', 'k', 'd', 'd']","['g', 'g', 'g']",3,284

112,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",5,{'d'},"['c', 'i', 'k', 'd', 'd']","['g', 'd', 'g', 'h', 'd', 'g', 'h']",3,285

113,"With walls and towers were girdled round: And there were gardens bright with sinuous rills, Where blossomed many an incense-bearing tree;","By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",5,"{'d', 'i'}","['c', 'i', 'k', 'd', 'd']","['d', 'g', 'h', 'i', 'i']",3,286

114,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,"['d', 'd']",[],4,287

115,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,"['d', 'd']",[],4,288

116,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,"['d', 'd']",[],4,289

117,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,"['d', 'd']",[],4,290

118,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,"['d', 'd']",[],4,291

119,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,"['d', 'd']",[],4,292

120,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,"['d', 'd']",[],4,293

121,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,"['d', 'd']",[],4,294

122,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,"['d', 'd']",[],4,295

123,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,"['d', 'd']",[],4,296

124,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,"['d', 'd']",[],4,297

125,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",2,,"['d', 'd']","['h', 'h', 'h']",4,298

126,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",2,,"['d', 'd']","['h', 'h', 'h']",4,299

127,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",2,,"['d', 'd']","['g', 'h', 'g', 'h', 'g', 'h']",4,300

128,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted",Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,2,,"['d', 'd']","['a', 'g', 'h', 'a', 'h', 'c', 'h']",4,301
129,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",5,{'d'},"['d', 'd']","['c', 'h', 'd', 'h', 'd', 'h']",4,302
130,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",5,{'d'},"['d', 'd']","['d', 'h', 'd', 'h', 'd', 'h']",4,303
131,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",2,,"['d', 'd']","['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",4,304
132,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",2,,"['d', 'd']","['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",4,305
133,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",5,{'d'},"['d', 'd']","['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",4,306
134,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",2,,"['d', 'd']","['b', 'f', 'h', 'f', 'h', 'f', 'h']",4,307
135,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",5,{'d'},"['d', 'd']","['f', 'h', 'f', 'h', 'd', 'f', 'h']",4,308
136,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",5,{'d'},"['d', 'd']","['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",4,309
137,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",5,{'d'},"['d', 'd']","['d', 'f', 'h', 'h', 'h']",4,310
138,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",5,{'d'},"['d', 'd']","['h', 'j', 'h', 'j', 'd', 'h', 'j']",4,311
139,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",5,{'d'},"['d', 'd']","['d', 'h', 'd', 'h', 'd', 'h']",4,312
140,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",5,{'d'},"['d', 'd']","['d', 'h', 'd', 'h', 'd', 'h']",4,313
141,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",5,{'d'},"['d', 'd']","['d', 'h', 'd', 'h', 'd', 'h']",4,314
142,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",5,{'d'},"['d', 'd']","['d', 'h', 'd', 'h', 'd', 'h']",4,315
143,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",5,{'d'},"['d', 'd']","['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",4,316
144,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",5,{'d'},"['d', 'd']","['f', 'd', 'h', 'f', 'd', 'h', 'h']",4,317
145,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",2,,"['d', 'd']","['h', 'h']",4,318
146,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,"['d', 'd']",[],4,319
147,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,"['d', 'd']",[],4,320
148,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",2,,"['d', 'd']","['g', 'g']",4,321
149,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",2,,"['d', 'd']","['g', 'g', 'g']",4,322
150,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",5,{'d'},"['d', 'd']","['g', 'd', 'g', 'h', 'd', 'g', 'h']",4,323
151,"And here were forests ancient as the hills, Enfolding sunny spots of greenery. But oh! that deep romantic chasm which slanted","By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",5,{'d'},"['d', 'd']","['d', 'g', 'h', 'i', 'i']",4,324
152,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,[],[],5,325

153,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,[],[],5,326
154,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,[],[],5,327

155,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,[],[],5,328

156,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,[],[],5,329
157,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,[],[],5,330

158,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,[],[],5,331

159,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,[],[],5,332
160,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,[],[],5,333

161,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,[],[],5,334

162,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,[],[],5,335

163,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",2,,[],"['h', 'h', 'h']",5,336

164,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",2,,[],"['h', 'h', 'h']",5,337
165,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",2,,[],"['g', 'h', 'g', 'h', 'g', 'h']",5,338

166,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,2,,[],"['a', 'g', 'h', 'a', 'h', 'c', 'h']",5,339

167,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",2,,[],"['c', 'h', 'd', 'h', 'd', 'h']",5,340
168,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",5,341

169,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",2,,[],"['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",5,342
170,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",2,,[],"['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",5,343

171,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",2,,[],"['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",5,344

172,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",2,,[],"['b', 'f', 'h', 'f', 'h', 'f', 'h']",5,345

173,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",2,,[],"['f', 'h', 'f', 'h', 'd', 'f', 'h']",5,346

174,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",2,,[],"['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",5,347

175,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",2,,[],"['d', 'f', 'h', 'h', 'h']",5,348

176,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",2,,[],"['h', 'j', 'h', 'j', 'd', 'h', 'j']",5,349

177,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",5,350
178,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",5,351

179,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",5,352
180,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",5,353

181,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",2,,[],"['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",5,354

182,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",2,,[],"['f', 'd', 'h', 'f', 'd', 'h', 'h']",5,355

183,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",2,,[],"['h', 'h']",5,356

184,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,[],[],5,357

185,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,[],[],5,358
186,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",2,,[],"['g', 'g']",5,359

187,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",2,,[],"['g', 'g', 'g']",5,360
188,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",2,,[],"['g', 'd', 'g', 'h', 'd', 'g', 'h']",5,361

189,Down the green hill athwart a cedarn cover! A savage place! as holy and enchanted As e'er beneath a waning moon was haunted,"By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",2,,[],"['d', 'g', 'h', 'i', 'i']",5,362

190,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,[],[],6,363

191,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,[],[],6,364

192,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,[],[],6,365

193,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,[],[],6,366

194,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,[],[],6,367

195,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,[],[],6,368

196,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,[],[],6,369

197,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,[],[],6,370

198,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,[],[],6,371

199,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,[],[],6,372

200,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,[],[],6,373

201,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",2,,[],"['h', 'h', 'h']",6,374

202,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",2,,[],"['h', 'h', 'h']",6,375

203,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",2,,[],"['g', 'h', 'g', 'h', 'g', 'h']",6,376

204,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,",Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,2,,[],"['a', 'g', 'h', 'a', 'h', 'c', 'h']",6,377
205,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",2,,[],"['c', 'h', 'd', 'h', 'd', 'h']",6,378
206,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",6,379
207,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",2,,[],"['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",6,380
208,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",2,,[],"['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",6,381
209,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",2,,[],"['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",6,382
210,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",2,,[],"['b', 'f', 'h', 'f', 'h', 'f', 'h']",6,383
211,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",2,,[],"['f', 'h', 'f', 'h', 'd', 'f', 'h']",6,384
212,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",2,,[],"['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",6,385
213,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",2,,[],"['d', 'f', 'h', 'h', 'h']",6,386
214,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",2,,[],"['h', 'j', 'h', 'j', 'd', 'h', 'j']",6,387
215,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",6,388
216,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",6,389
217,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",6,390
218,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",6,391
219,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",2,,[],"['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",6,392
220,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",2,,[],"['f', 'd', 'h', 'f', 'd', 'h', 'h']",6,393
221,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",2,,[],"['h', 'h']",6,394
222,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,[],[],6,395
223,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,[],[],6,396
224,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",2,,[],"['g', 'g']",6,397
225,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",2,,[],"['g', 'g', 'g']",6,398
226,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",2,,[],"['g', 'd', 'g', 'h', 'd', 'g', 'h']",6,399
227,"By woman wailing for her demon-lover! And from this chasm, with ceaseless turmoil seething, As if this earth in fast thick pants were breathing,","By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",2,,[],"['d', 'g', 'h', 'i', 'i']",6,400
228,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,"['e', 'e']",[],7,401
229,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,"['e', 'e']",[],7,402
230,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,"['e', 'e']",[],7,403
231,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,"['e', 'e']",[],7,404
232,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,"['e', 'e']",[],7,405
233,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,"['e', 'e']",[],7,406
234,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,"['e', 'e']",[],7,407
235,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,"['e', 'e']",[],7,408
236,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,"['e', 'e']",[],7,409
237,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,"['e', 'e']",[],7,410
238,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,"['e', 'e']",[],7,411
239,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",2,,"['e', 'e']","['h', 'h', 'h']",7,412
240,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",2,,"['e', 'e']","['h', 'h', 'h']",7,413
241,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",2,,"['e', 'e']","['g', 'h', 'g', 'h', 'g', 'h']",7,414
242,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,",Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,2,,"['e', 'e']","['a', 'g', 'h', 'a', 'h', 'c', 'h']",7,415

243,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",2,,"['e', 'e']","['c', 'h', 'd', 'h', 'd', 'h']",7,416

244,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",2,,"['e', 'e']","['d', 'h', 'd', 'h', 'd', 'h']",7,417

245,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",5,{'e'},"['e', 'e']","['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",7,418

246,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",5,{'e'},"['e', 'e']","['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",7,419

247,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",5,{'e'},"['e', 'e']","['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",7,420

248,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",2,,"['e', 'e']","['b', 'f', 'h', 'f', 'h', 'f', 'h']",7,421

249,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",2,,"['e', 'e']","['f', 'h', 'f', 'h', 'd', 'f', 'h']",7,422

250,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",2,,"['e', 'e']","['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",7,423

251,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",2,,"['e', 'e']","['d', 'f', 'h', 'h', 'h']",7,424

252,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",2,,"['e', 'e']","['h', 'j', 'h', 'j', 'd', 'h', 'j']",7,425

253,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",2,,"['e', 'e']","['d', 'h', 'd', 'h', 'd', 'h']",7,426

254,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",2,,"['e', 'e']","['d', 'h', 'd', 'h', 'd', 'h']",7,427

255,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",2,,"['e', 'e']","['d', 'h', 'd', 'h', 'd', 'h']",7,428

256,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",2,,"['e', 'e']","['d', 'h', 'd', 'h', 'd', 'h']",7,429

257,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",2,,"['e', 'e']","['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",7,430

258,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",2,,"['e', 'e']","['f', 'd', 'h', 'f', 'd', 'h', 'h']",7,431

259,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",2,,"['e', 'e']","['h', 'h']",7,432

260,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,"['e', 'e']",[],7,433

261,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,"['e', 'e']",[],7,434

262,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",2,,"['e', 'e']","['g', 'g']",7,435

263,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",2,,"['e', 'e']","['g', 'g', 'g']",7,436

264,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",2,,"['e', 'e']","['g', 'd', 'g', 'h', 'd', 'g', 'h']",7,437

265,"A mighty fountain momently was forced: Amid whose swift half-intermitted burst Huge fragments vaulted like rebounding hail,","By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",2,,"['e', 'e']","['d', 'g', 'h', 'i', 'i']",7,438

266,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,"['e', 'e']",[],8,439

267,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,"['e', 'e']",[],8,440

268,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,"['e', 'e']",[],8,441

269,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,"['e', 'e']",[],8,442

270,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,"['e', 'e']",[],8,443

271,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,"['e', 'e']",[],8,444

272,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,"['e', 'e']",[],8,445

273,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,"['e', 'e']",[],8,446

274,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,"['e', 'e']",[],8,447

275,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,"['e', 'e']",[],8,448

276,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,"['e', 'e']",[],8,449

277,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",2,,"['e', 'e']","['h', 'h', 'h']",8,450

278,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",2,,"['e', 'e']","['h', 'h', 'h']",8,451

279,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",2,,"['e', 'e']","['g', 'h', 'g', 'h', 'g', 'h']",8,452

280,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,2,,"['e', 'e']","['a', 'g', 'h', 'a', 'h', 'c', 'h']",8,453
281,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",2,,"['e', 'e']","['c', 'h', 'd', 'h', 'd', 'h']",8,454
282,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",2,,"['e', 'e']","['d', 'h', 'd', 'h', 'd', 'h']",8,455
283,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",5,{'e'},"['e', 'e']","['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",8,456
284,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",5,{'e'},"['e', 'e']","['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",8,457
285,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",5,{'e'},"['e', 'e']","['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",8,458
286,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",2,,"['e', 'e']","['b', 'f', 'h', 'f', 'h', 'f', 'h']",8,459
287,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",2,,"['e', 'e']","['f', 'h', 'f', 'h', 'd', 'f', 'h']",8,460
288,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",2,,"['e', 'e']","['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",8,461
289,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",2,,"['e', 'e']","['d', 'f', 'h', 'h', 'h']",8,462
290,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",2,,"['e', 'e']","['h', 'j', 'h', 'j', 'd', 'h', 'j']",8,463
291,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",2,,"['e', 'e']","['d', 'h', 'd', 'h', 'd', 'h']",8,464
292,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",2,,"['e', 'e']","['d', 'h', 'd', 'h', 'd', 'h']",8,465
293,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",2,,"['e', 'e']","['d', 'h', 'd', 'h', 'd', 'h']",8,466
294,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",2,,"['e', 'e']","['d', 'h', 'd', 'h', 'd', 'h']",8,467
295,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",2,,"['e', 'e']","['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",8,468
296,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",2,,"['e', 'e']","['f', 'd', 'h', 'f', 'd', 'h', 'h']",8,469
297,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",2,,"['e', 'e']","['h', 'h']",8,470
298,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,"['e', 'e']",[],8,471
299,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,"['e', 'e']",[],8,472
300,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",2,,"['e', 'e']","['g', 'g']",8,473
301,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",2,,"['e', 'e']","['g', 'g', 'g']",8,474
302,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",2,,"['e', 'e']","['g', 'd', 'g', 'h', 'd', 'g', 'h']",8,475
303,Or chaffy grain beneath the thresher's flail: And 'mid these dancing rocks at once and ever It flung up momently the sacred river.,"By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",2,,"['e', 'e']","['d', 'g', 'h', 'i', 'i']",8,476
304,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,"['f', 'f', 'b']",[],9,477
305,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,"['f', 'f', 'b']",[],9,478
306,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,"['f', 'f', 'b']",[],9,479
307,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,"['f', 'f', 'b']",[],9,480
308,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,"['f', 'f', 'b']",[],9,481
309,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,"['f', 'f', 'b']",[],9,482
310,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,"['f', 'f', 'b']",[],9,483
311,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,"['f', 'f', 'b']",[],9,484
312,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,"['f', 'f', 'b']",[],9,485
313,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,"['f', 'f', 'b']",[],9,486
314,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,"['f', 'f', 'b']",[],9,487
315,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",2,,"['f', 'f', 'b']","['h', 'h', 'h']",9,488
316,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",2,,"['f', 'f', 'b']","['h', 'h', 'h']",9,489
317,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",2,,"['f', 'f', 'b']","['g', 'h', 'g', 'h', 'g', 'h']",9,490
318,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,",Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,2,,"['f', 'f', 'b']","['a', 'g', 'h', 'a', 'h', 'c', 'h']",9,491

319,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",2,,"['f', 'f', 'b']","['c', 'h', 'd', 'h', 'd', 'h']",9,492

320,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",2,,"['f', 'f', 'b']","['d', 'h', 'd', 'h', 'd', 'h']",9,493

321,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",5,{'b'},"['f', 'f', 'b']","['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",9,494

322,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",2,,"['f', 'f', 'b']","['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",9,495

323,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",5,"{'f', 'b'}","['f', 'f', 'b']","['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",9,496

324,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",5,"{'f', 'b'}","['f', 'f', 'b']","['b', 'f', 'h', 'f', 'h', 'f', 'h']",9,497

325,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",5,{'f'},"['f', 'f', 'b']","['f', 'h', 'f', 'h', 'd', 'f', 'h']",9,498

326,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",5,{'f'},"['f', 'f', 'b']","['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",9,499

327,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",5,{'f'},"['f', 'f', 'b']","['d', 'f', 'h', 'h', 'h']",9,500

328,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",2,,"['f', 'f', 'b']","['h', 'j', 'h', 'j', 'd', 'h', 'j']",9,501

329,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",2,,"['f', 'f', 'b']","['d', 'h', 'd', 'h', 'd', 'h']",9,502

330,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",2,,"['f', 'f', 'b']","['d', 'h', 'd', 'h', 'd', 'h']",9,503

331,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",2,,"['f', 'f', 'b']","['d', 'h', 'd', 'h', 'd', 'h']",9,504

332,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",2,,"['f', 'f', 'b']","['d', 'h', 'd', 'h', 'd', 'h']",9,505

333,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",5,{'f'},"['f', 'f', 'b']","['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",9,506

334,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",5,{'f'},"['f', 'f', 'b']","['f', 'd', 'h', 'f', 'd', 'h', 'h']",9,507

335,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",2,,"['f', 'f', 'b']","['h', 'h']",9,508

336,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,"['f', 'f', 'b']",[],9,509

337,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,"['f', 'f', 'b']",[],9,510

338,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",2,,"['f', 'f', 'b']","['g', 'g']",9,511

339,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",2,,"['f', 'f', 'b']","['g', 'g', 'g']",9,512

340,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",2,,"['f', 'f', 'b']","['g', 'd', 'g', 'h', 'd', 'g', 'h']",9,513

341,"Five miles meandering with a mazy motion Through wood and dale the sacred river ran, Then reached the caverns measureless to man,","By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",2,,"['f', 'f', 'b']","['d', 'g', 'h', 'i', 'i']",9,514

342,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,['b'],[],10,515
343,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,['b'],[],10,516

344,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,['b'],[],10,517

345,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,['b'],[],10,518
346,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,['b'],[],10,519

347,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,['b'],[],10,520

348,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,['b'],[],10,521
349,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,['b'],[],10,522

350,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,['b'],[],10,523
351,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,['b'],[],10,524

352,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,['b'],[],10,525
353,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",2,,['b'],"['h', 'h', 'h']",10,526

354,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",2,,['b'],"['h', 'h', 'h']",10,527

355,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",2,,['b'],"['g', 'h', 'g', 'h', 'g', 'h']",10,528

356,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,2,,['b'],"['a', 'g', 'h', 'a', 'h', 'c', 'h']",10,529

357,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",2,,['b'],"['c', 'h', 'd', 'h', 'd', 'h']",10,530

358,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",2,,['b'],"['d', 'h', 'd', 'h', 'd', 'h']",10,531

359,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",5,{'b'},['b'],"['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",10,532

360,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",2,,['b'],"['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",10,533

361,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",5,{'b'},['b'],"['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",10,534
362,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",5,{'b'},['b'],"['b', 'f', 'h', 'f', 'h', 'f', 'h']",10,535

363,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",2,,['b'],"['f', 'h', 'f', 'h', 'd', 'f', 'h']",10,536
364,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",2,,['b'],"['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",10,537

365,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",2,,['b'],"['d', 'f', 'h', 'h', 'h']",10,538
366,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",2,,['b'],"['h', 'j', 'h', 'j', 'd', 'h', 'j']",10,539

367,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",2,,['b'],"['d', 'h', 'd', 'h', 'd', 'h']",10,540

368,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",2,,['b'],"['d', 'h', 'd', 'h', 'd', 'h']",10,541

369,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",2,,['b'],"['d', 'h', 'd', 'h', 'd', 'h']",10,542

370,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",2,,['b'],"['d', 'h', 'd', 'h', 'd', 'h']",10,543
371,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",2,,['b'],"['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",10,544

372,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",2,,['b'],"['f', 'd', 'h', 'f', 'd', 'h', 'h']",10,545
373,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",2,,['b'],"['h', 'h']",10,546

374,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,['b'],[],10,547
375,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,['b'],[],10,548

376,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",2,,['b'],"['g', 'g']",10,549
377,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",2,,['b'],"['g', 'g', 'g']",10,550

378,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",2,,['b'],"['g', 'd', 'g', 'h', 'd', 'g', 'h']",10,551

379,And sank in tumult to a lifeless ocean: And 'mid this tumult Kubla heard from far Ancestral voices prophesying war!,"By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",2,,['b'],"['d', 'g', 'h', 'i', 'i']",10,552
380,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,['f'],[],11,553
381,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,['f'],[],11,554
382,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,['f'],[],11,555
383,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,['f'],[],11,556
384,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,['f'],[],11,557
385,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,['f'],[],11,558
386,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,['f'],[],11,559
387,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,['f'],[],11,560
388,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,['f'],[],11,561
389,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,['f'],[],11,562
390,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,['f'],[],11,563
391,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",2,,['f'],"['h', 'h', 'h']",11,564
392,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",2,,['f'],"['h', 'h', 'h']",11,565
393,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",2,,['f'],"['g', 'h', 'g', 'h', 'g', 'h']",11,566
394,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,2,,['f'],"['a', 'g', 'h', 'a', 'h', 'c', 'h']",11,567

395,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",2,,['f'],"['c', 'h', 'd', 'h', 'd', 'h']",11,568

396,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",2,,['f'],"['d', 'h', 'd', 'h', 'd', 'h']",11,569

397,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",2,,['f'],"['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",11,570

398,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",2,,['f'],"['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",11,571

399,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",5,{'f'},['f'],"['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",11,572

400,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",5,{'f'},['f'],"['b', 'f', 'h', 'f', 'h', 'f', 'h']",11,573

401,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",5,{'f'},['f'],"['f', 'h', 'f', 'h', 'd', 'f', 'h']",11,574

402,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",5,{'f'},['f'],"['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",11,575

403,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",5,{'f'},['f'],"['d', 'f', 'h', 'h', 'h']",11,576

404,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",2,,['f'],"['h', 'j', 'h', 'j', 'd', 'h', 'j']",11,577

405,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",2,,['f'],"['d', 'h', 'd', 'h', 'd', 'h']",11,578

406,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",2,,['f'],"['d', 'h', 'd', 'h', 'd', 'h']",11,579

407,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",2,,['f'],"['d', 'h', 'd', 'h', 'd', 'h']",11,580

408,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",2,,['f'],"['d', 'h', 'd', 'h', 'd', 'h']",11,581

409,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",5,{'f'},['f'],"['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",11,582

410,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",5,{'f'},['f'],"['f', 'd', 'h', 'f', 'd', 'h', 'h']",11,583

411,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",2,,['f'],"['h', 'h']",11,584

412,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,['f'],[],11,585

413,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,['f'],[],11,586

414,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",2,,['f'],"['g', 'g']",11,587

415,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",2,,['f'],"['g', 'g', 'g']",11,588

416,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",2,,['f'],"['g', 'd', 'g', 'h', 'd', 'g', 'h']",11,589

417,The shadow of the dome of pleasure Floated midway on the waves; Where was heard the mingled measure,"By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",2,,['f'],"['d', 'g', 'h', 'i', 'i']",11,590

418,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,['j'],[],12,591

419,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,['j'],[],12,592

420,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,['j'],[],12,593

421,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,['j'],[],12,594

422,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,['j'],[],12,595

423,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,['j'],[],12,596

424,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,['j'],[],12,597

425,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,['j'],[],12,598

426,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,['j'],[],12,599

427,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,['j'],[],12,600

428,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,['j'],[],12,601

429,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",2,,['j'],"['h', 'h', 'h']",12,602

430,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",2,,['j'],"['h', 'h', 'h']",12,603

431,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",2,,['j'],"['g', 'h', 'g', 'h', 'g', 'h']",12,604

432,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!",Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,2,,['j'],"['a', 'g', 'h', 'a', 'h', 'c', 'h']",12,605
433,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",2,,['j'],"['c', 'h', 'd', 'h', 'd', 'h']",12,606
434,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",2,,['j'],"['d', 'h', 'd', 'h', 'd', 'h']",12,607
435,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",2,,['j'],"['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",12,608
436,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",2,,['j'],"['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",12,609
437,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",2,,['j'],"['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",12,610
438,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",2,,['j'],"['b', 'f', 'h', 'f', 'h', 'f', 'h']",12,611
439,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",2,,['j'],"['f', 'h', 'f', 'h', 'd', 'f', 'h']",12,612
440,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",2,,['j'],"['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",12,613
441,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",2,,['j'],"['d', 'f', 'h', 'h', 'h']",12,614
442,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",5,{'j'},['j'],"['h', 'j', 'h', 'j', 'd', 'h', 'j']",12,615
443,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",2,,['j'],"['d', 'h', 'd', 'h', 'd', 'h']",12,616
444,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",2,,['j'],"['d', 'h', 'd', 'h', 'd', 'h']",12,617
445,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",2,,['j'],"['d', 'h', 'd', 'h', 'd', 'h']",12,618
446,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",2,,['j'],"['d', 'h', 'd', 'h', 'd', 'h']",12,619
447,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",2,,['j'],"['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",12,620
448,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",2,,['j'],"['f', 'd', 'h', 'f', 'd', 'h', 'h']",12,621
449,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",2,,['j'],"['h', 'h']",12,622
450,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,['j'],[],12,623
451,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,['j'],[],12,624
452,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",2,,['j'],"['g', 'g']",12,625
453,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",2,,['j'],"['g', 'g', 'g']",12,626
454,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",2,,['j'],"['g', 'd', 'g', 'h', 'd', 'g', 'h']",12,627
455,"From the fountain and the caves. It was a miracle of rare device, A sunny pleasure-dome with caves of ice!","By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",2,,['j'],"['d', 'g', 'h', 'i', 'i']",12,628
456,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,['g'],[],13,629
457,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,['g'],[],13,630
458,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,['g'],[],13,631
459,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,['g'],[],13,632
460,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,['g'],[],13,633
461,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,['g'],[],13,634
462,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,['g'],[],13,635
463,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,['g'],[],13,636
464,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,['g'],[],13,637
465,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,['g'],[],13,638
466,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,['g'],[],13,639
467,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",2,,['g'],"['h', 'h', 'h']",13,640
468,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",2,,['g'],"['h', 'h', 'h']",13,641
469,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",5,{'g'},['g'],"['g', 'h', 'g', 'h', 'g', 'h']",13,642
470,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,",Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,5,{'g'},['g'],"['a', 'g', 'h', 'a', 'h', 'c', 'h']",13,643

471,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",2,,['g'],"['c', 'h', 'd', 'h', 'd', 'h']",13,644

472,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",2,,['g'],"['d', 'h', 'd', 'h', 'd', 'h']",13,645

473,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",2,,['g'],"['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",13,646

474,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",2,,['g'],"['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",13,647

475,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",2,,['g'],"['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",13,648

476,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",2,,['g'],"['b', 'f', 'h', 'f', 'h', 'f', 'h']",13,649

477,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",2,,['g'],"['f', 'h', 'f', 'h', 'd', 'f', 'h']",13,650

478,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",2,,['g'],"['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",13,651

479,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",2,,['g'],"['d', 'f', 'h', 'h', 'h']",13,652

480,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",2,,['g'],"['h', 'j', 'h', 'j', 'd', 'h', 'j']",13,653

481,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",2,,['g'],"['d', 'h', 'd', 'h', 'd', 'h']",13,654

482,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",2,,['g'],"['d', 'h', 'd', 'h', 'd', 'h']",13,655

483,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",2,,['g'],"['d', 'h', 'd', 'h', 'd', 'h']",13,656

484,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",2,,['g'],"['d', 'h', 'd', 'h', 'd', 'h']",13,657

485,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",2,,['g'],"['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",13,658

486,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",2,,['g'],"['f', 'd', 'h', 'f', 'd', 'h', 'h']",13,659

487,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",2,,['g'],"['h', 'h']",13,660

488,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,['g'],[],13,661

489,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,['g'],[],13,662

490,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",5,{'g'},['g'],"['g', 'g']",13,663

491,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",5,{'g'},['g'],"['g', 'g', 'g']",13,664

492,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",5,{'g'},['g'],"['g', 'd', 'g', 'h', 'd', 'g', 'h']",13,665

493,"A damsel with a dulcimer In a vision once I saw: It was an Abyssinian maid,","By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",5,{'g'},['g'],"['d', 'g', 'h', 'i', 'i']",13,666

494,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,"['g', 'g', 'd', 'h']",[],14,667

495,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,"['g', 'g', 'd', 'h']",[],14,668

496,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,"['g', 'g', 'd', 'h']",[],14,669

497,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,"['g', 'g', 'd', 'h']",[],14,670

498,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,"['g', 'g', 'd', 'h']",[],14,671

499,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,"['g', 'g', 'd', 'h']",[],14,672

500,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,"['g', 'g', 'd', 'h']",[],14,673

501,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,"['g', 'g', 'd', 'h']",[],14,674

502,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,"['g', 'g', 'd', 'h']",[],14,675

503,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,"['g', 'g', 'd', 'h']",[],14,676

504,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,"['g', 'g', 'd', 'h']",[],14,677

505,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",5,{'h'},"['g', 'g', 'd', 'h']","['h', 'h', 'h']",14,678

506,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",5,{'h'},"['g', 'g', 'd', 'h']","['h', 'h', 'h']",14,679

507,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",5,"{'h', 'g'}","['g', 'g', 'd', 'h']","['g', 'h', 'g', 'h', 'g', 'h']",14,680

508,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me",Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,5,"{'h', 'g'}","['g', 'g', 'd', 'h']","['a', 'g', 'h', 'a', 'h', 'c', 'h']",14,681
509,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",5,"{'d', 'h'}","['g', 'g', 'd', 'h']","['c', 'h', 'd', 'h', 'd', 'h']",14,682
510,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",5,"{'d', 'h'}","['g', 'g', 'd', 'h']","['d', 'h', 'd', 'h', 'd', 'h']",14,683
511,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",5,{'h'},"['g', 'g', 'd', 'h']","['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",14,684
512,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",5,{'h'},"['g', 'g', 'd', 'h']","['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",14,685
513,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",5,"{'d', 'h'}","['g', 'g', 'd', 'h']","['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",14,686
514,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",5,{'h'},"['g', 'g', 'd', 'h']","['b', 'f', 'h', 'f', 'h', 'f', 'h']",14,687
515,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",5,"{'d', 'h'}","['g', 'g', 'd', 'h']","['f', 'h', 'f', 'h', 'd', 'f', 'h']",14,688
516,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",5,"{'d', 'h'}","['g', 'g', 'd', 'h']","['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",14,689
517,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",5,"{'d', 'h'}","['g', 'g', 'd', 'h']","['d', 'f', 'h', 'h', 'h']",14,690
518,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",5,"{'d', 'h'}","['g', 'g', 'd', 'h']","['h', 'j', 'h', 'j', 'd', 'h', 'j']",14,691
519,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",5,"{'d', 'h'}","['g', 'g', 'd', 'h']","['d', 'h', 'd', 'h', 'd', 'h']",14,692
520,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",5,"{'d', 'h'}","['g', 'g', 'd', 'h']","['d', 'h', 'd', 'h', 'd', 'h']",14,693
521,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",5,"{'d', 'h'}","['g', 'g', 'd', 'h']","['d', 'h', 'd', 'h', 'd', 'h']",14,694
522,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",5,"{'d', 'h'}","['g', 'g', 'd', 'h']","['d', 'h', 'd', 'h', 'd', 'h']",14,695
523,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",5,"{'d', 'h'}","['g', 'g', 'd', 'h']","['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",14,696
524,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",5,"{'d', 'h'}","['g', 'g', 'd', 'h']","['f', 'd', 'h', 'f', 'd', 'h', 'h']",14,697
525,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",5,{'h'},"['g', 'g', 'd', 'h']","['h', 'h']",14,698
526,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,"['g', 'g', 'd', 'h']",[],14,699
527,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,"['g', 'g', 'd', 'h']",[],14,700
528,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",5,{'g'},"['g', 'g', 'd', 'h']","['g', 'g']",14,701
529,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",5,{'g'},"['g', 'g', 'd', 'h']","['g', 'g', 'g']",14,702
530,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",5,"{'d', 'h', 'g'}","['g', 'g', 'd', 'h']","['g', 'd', 'g', 'h', 'd', 'g', 'h']",14,703
531,"And on her dulcimer she played, Singing of Mount Abora. Could I revive within me","By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",5,"{'d', 'h', 'g'}","['g', 'g', 'd', 'h']","['d', 'g', 'h', 'i', 'i']",14,704
532,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,[],[],15,705
533,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,[],[],15,706
534,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,[],[],15,707
535,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,[],[],15,708
536,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,[],[],15,709
537,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,[],[],15,710
538,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,[],[],15,711
539,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,[],[],15,712
540,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,[],[],15,713
541,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,[],[],15,714
542,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,[],[],15,715
543,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",2,,[],"['h', 'h', 'h']",15,716
544,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",2,,[],"['h', 'h', 'h']",15,717
545,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",2,,[],"['g', 'h', 'g', 'h', 'g', 'h']",15,718
546,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,",Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,2,,[],"['a', 'g', 'h', 'a', 'h', 'c', 'h']",15,719

547,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",2,,[],"['c', 'h', 'd', 'h', 'd', 'h']",15,720

548,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",15,721

549,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",2,,[],"['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",15,722

550,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",2,,[],"['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",15,723

551,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",2,,[],"['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",15,724

552,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",2,,[],"['b', 'f', 'h', 'f', 'h', 'f', 'h']",15,725

553,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",2,,[],"['f', 'h', 'f', 'h', 'd', 'f', 'h']",15,726

554,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",2,,[],"['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",15,727

555,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",2,,[],"['d', 'f', 'h', 'h', 'h']",15,728

556,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",2,,[],"['h', 'j', 'h', 'j', 'd', 'h', 'j']",15,729

557,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",15,730

558,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",15,731

559,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",15,732

560,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",15,733

561,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",2,,[],"['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",15,734

562,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",2,,[],"['f', 'd', 'h', 'f', 'd', 'h', 'h']",15,735

563,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",2,,[],"['h', 'h']",15,736

564,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,[],[],15,737

565,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,[],[],15,738

566,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",2,,[],"['g', 'g']",15,739

567,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",2,,[],"['g', 'g', 'g']",15,740

568,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",2,,[],"['g', 'd', 'g', 'h', 'd', 'g', 'h']",15,741

569,"Her symphony and song, To such a deep delight 'twould win me, That with music loud and long,","By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",2,,[],"['d', 'g', 'h', 'i', 'i']",15,742

570,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,['j'],[],16,743

571,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,['j'],[],16,744

572,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,['j'],[],16,745

573,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,['j'],[],16,746

574,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,['j'],[],16,747

575,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,['j'],[],16,748

576,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,['j'],[],16,749

577,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,['j'],[],16,750

578,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,['j'],[],16,751

579,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,['j'],[],16,752

580,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,['j'],[],16,753

581,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",2,,['j'],"['h', 'h', 'h']",16,754

582,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",2,,['j'],"['h', 'h', 'h']",16,755

583,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",2,,['j'],"['g', 'h', 'g', 'h', 'g', 'h']",16,756

584,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,",Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,2,,['j'],"['a', 'g', 'h', 'a', 'h', 'c', 'h']",16,757

585,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",2,,['j'],"['c', 'h', 'd', 'h', 'd', 'h']",16,758

586,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",2,,['j'],"['d', 'h', 'd', 'h', 'd', 'h']",16,759

587,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",2,,['j'],"['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",16,760

588,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",2,,['j'],"['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",16,761

589,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",2,,['j'],"['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",16,762

590,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",2,,['j'],"['b', 'f', 'h', 'f', 'h', 'f', 'h']",16,763

591,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",2,,['j'],"['f', 'h', 'f', 'h', 'd', 'f', 'h']",16,764

592,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",2,,['j'],"['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",16,765

593,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",2,,['j'],"['d', 'f', 'h', 'h', 'h']",16,766

594,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",5,{'j'},['j'],"['h', 'j', 'h', 'j', 'd', 'h', 'j']",16,767

595,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",2,,['j'],"['d', 'h', 'd', 'h', 'd', 'h']",16,768

596,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",2,,['j'],"['d', 'h', 'd', 'h', 'd', 'h']",16,769

597,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",2,,['j'],"['d', 'h', 'd', 'h', 'd', 'h']",16,770

598,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",2,,['j'],"['d', 'h', 'd', 'h', 'd', 'h']",16,771

599,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",2,,['j'],"['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",16,772

600,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",2,,['j'],"['f', 'd', 'h', 'f', 'd', 'h', 'h']",16,773

601,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",2,,['j'],"['h', 'h']",16,774

602,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,['j'],[],16,775

603,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,['j'],[],16,776

604,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",2,,['j'],"['g', 'g']",16,777

605,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",2,,['j'],"['g', 'g', 'g']",16,778

606,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",2,,['j'],"['g', 'd', 'g', 'h', 'd', 'g', 'h']",16,779

607,"I would build that dome in air, That sunny dome! those caves of ice! And all who heard should see them there,","By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",2,,['j'],"['d', 'g', 'h', 'i', 'i']",16,780

608,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,[],[],17,781

609,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,[],[],17,782

610,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,[],[],17,783

611,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,[],[],17,784

612,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,[],[],17,785

613,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,[],[],17,786

614,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,[],[],17,787

615,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,[],[],17,788

616,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,[],[],17,789

617,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,[],[],17,790

618,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,[],[],17,791

619,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",2,,[],"['h', 'h', 'h']",17,792

620,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",2,,[],"['h', 'h', 'h']",17,793

621,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",2,,[],"['g', 'h', 'g', 'h', 'g', 'h']",17,794

622,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,",Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,2,,[],"['a', 'g', 'h', 'a', 'h', 'c', 'h']",17,795

623,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",2,,[],"['c', 'h', 'd', 'h', 'd', 'h']",17,796

624,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",17,797

625,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",2,,[],"['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",17,798

626,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",2,,[],"['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",17,799

627,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",2,,[],"['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",17,800

628,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",2,,[],"['b', 'f', 'h', 'f', 'h', 'f', 'h']",17,801

629,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",2,,[],"['f', 'h', 'f', 'h', 'd', 'f', 'h']",17,802

630,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",2,,[],"['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",17,803

631,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",2,,[],"['d', 'f', 'h', 'h', 'h']",17,804

632,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",2,,[],"['h', 'j', 'h', 'j', 'd', 'h', 'j']",17,805

633,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",17,806

634,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",17,807

635,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",17,808

636,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",2,,[],"['d', 'h', 'd', 'h', 'd', 'h']",17,809

637,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",2,,[],"['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",17,810

638,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",2,,[],"['f', 'd', 'h', 'f', 'd', 'h', 'h']",17,811

639,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",2,,[],"['h', 'h']",17,812

640,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,[],[],17,813

641,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,[],[],17,814

642,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",2,,[],"['g', 'g']",17,815

643,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",2,,[],"['g', 'g', 'g']",17,816

644,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",2,,[],"['g', 'd', 'g', 'h', 'd', 'g', 'h']",17,817

645,"And all should cry, Beware! Beware! His flashing eyes, his floating hair! Weave a circle round him thrice,","By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",2,,[],"['d', 'g', 'h', 'i', 'i']",17,818

646,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Now to th' ascent of that steep savage Hill Satan had journied on, pensive and slow; But further way found none, so thick entwin'd,",2,,"['h', 'h']",[],18,819

647,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","As one continu'd brake, the undergrowth Of shrubs and tangling bushes had perplext All path of Man or Beast that past that way:",2,,"['h', 'h']",[],18,820

648,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","One Gate there onely was, and that look'd East On th' other side: which when th' arch-fellon saw Due entrance he disdaind, and in contempt,",2,,"['h', 'h']",[],18,821

649,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","At one slight bound high overleap'd all bound Of Hill or highest Wall, and sheer within Lights on his feet. As when a prowling Wolfe,",2,,"['h', 'h']",[],18,822

650,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Whom hunger drives to seek new haunt for prey, Watching where Shepherds pen thir Flocks at eeve In hurdl'd Cotes amid the field secure,",2,,"['h', 'h']",[],18,823

651,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Leaps o're the fence with ease into the Fould: Or as a Thief bent to unhoord the cash Of some rich Burgher, whose substantial dores,",2,,"['h', 'h']",[],18,824

652,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Cross-barrd and bolted fast, fear no assault, In at the window climbes, or o're the tiles; So clomb this first grand Thief into Gods Fould:",2,,"['h', 'h']",[],18,825

653,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","So since into his Church lewd Hirelings climbe. Thence up he flew, and on the Tree of Life, The middle Tree and highest there that grew,",2,,"['h', 'h']",[],18,826

654,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Sat like a Cormorant; yet not true Life Thereby regaind, but sat devising Death To them who liv'd; nor on the vertue thought",2,,"['h', 'h']",[],18,827

655,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Of that life-giving Plant, but only us'd For prospect, what well us'd had bin the pledge Of immortalitie. So little knows",2,,"['h', 'h']",[],18,828

656,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Any, but God alone, to value right The good before him, but perverts best things To worst abuse, or to thir meanest use.",2,,"['h', 'h']",[],18,829

657,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Beneath him with new wonder now he views To all delight of human sense expos'd In narrow room Natures whole wealth, yea more,",5,{'h'},"['h', 'h']","['h', 'h', 'h']",18,830

658,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","A Heaven on Earth, for blissful Paradise Of God the Garden was, by him in the East Of Eden planted; Eden stretchd her Line",5,{'h'},"['h', 'h']","['h', 'h', 'h']",18,831

659,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","From Auran Eastward to the Royal Towrs Of great Seleucia, built by Grecian Kings, Or where the Sons of Eden long before",5,{'h'},"['h', 'h']","['g', 'h', 'g', 'h', 'g', 'h']",18,832

660,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.",Dwelt in Telassar: in this pleasant soile His farr more pleasant Garden God ordaind; Out of the fertil ground he caus'd to grow,5,{'h'},"['h', 'h']","['a', 'g', 'h', 'a', 'h', 'c', 'h']",18,833

661,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","All Trees of noblest kind for sight, smell, taste; And all amid them stood the Tree of Life, High eminent, blooming Ambrosial Fruit",5,{'h'},"['h', 'h']","['c', 'h', 'd', 'h', 'd', 'h']",18,834

662,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Of vegetable Gold; and next to Life Our Death the Tree of Knowledge grew fast by, Knowledge of Good bought dear by knowing ill.",5,{'h'},"['h', 'h']","['d', 'h', 'd', 'h', 'd', 'h']",18,835

663,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Southward through Eden went a River large, Nor chang'd his course, but through the shaggie hill Pass'd underneath ingulft, for God had thrown",5,{'h'},"['h', 'h']","['b', 'h', 'b', 'h', 'b', 'e', 'h', 'k']",18,836

664,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","That Mountain as his Garden mould high rais'd Upon the rapid current, which through veins Of porous Earth with kindly thirst up drawn,",5,{'h'},"['h', 'h']","['e', 'h', 'k', 'e', 'h', 'k', 'e', 'h']",18,837

665,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Rose a fresh Fountain, and with many a rill Waterd the Garden; thence united fell Down the steep glade, and met the neather Flood,",5,{'h'},"['h', 'h']","['d', 'e', 'f', 'h', 'd', 'f', 'h', 'b', 'd', 'f', 'h']",18,838

666,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Which from his darksom passage now appeers, And now divided into four main Streams, Runs divers, wandring many a famous Realme",5,{'h'},"['h', 'h']","['b', 'f', 'h', 'f', 'h', 'f', 'h']",18,839

667,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","And Country whereof here needs no account, But rather to tell how, if Art could tell, How from that Saphire Fount the crisped Brooks,",5,{'h'},"['h', 'h']","['f', 'h', 'f', 'h', 'd', 'f', 'h']",18,840

668,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Rowling on Orient Pearl and sands of Gold, With mazie error under pendant shades Ran Nectar, visiting each plant, and fed",5,{'h'},"['h', 'h']","['d', 'f', 'h', 'd', 'f', 'h', 'd', 'f', 'h']",18,841

669,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Flours worthy of Paradise which not nice Art In Beds and curious Knots, but Nature boon Powrd forth profuse on Hill and Dale and Plaine,",5,{'h'},"['h', 'h']","['d', 'f', 'h', 'h', 'h']",18,842

670,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Both where the morning Sun first warmly smote The open field, and where the unpierc't shade Imbround the noontide Bowrs: Thus was this place,",5,{'h'},"['h', 'h']","['h', 'j', 'h', 'j', 'd', 'h', 'j']",18,843

671,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","A happy rural seat of various view; Groves whose rich Trees wept odorous Gumms and Balme, Others whose fruit burnisht with Golden Rinde",5,{'h'},"['h', 'h']","['d', 'h', 'd', 'h', 'd', 'h']",18,844

672,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Hung amiable, Hesperian Fables true, If true, here onely, and of delicious taste: Betwixt them Lawns, or level Downs, and Flocks",5,{'h'},"['h', 'h']","['d', 'h', 'd', 'h', 'd', 'h']",18,845

673,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Grasing the tender herb, were interpos'd, Or palmie hilloc, or the flourie lap Of som irriguous Valley spread her store,",5,{'h'},"['h', 'h']","['d', 'h', 'd', 'h', 'd', 'h']",18,846

674,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Flours of all hue, and without Thorn the Rose: Another side, umbrageous Grots and Caves Of coole recess, o're which the mantling Vine",5,{'h'},"['h', 'h']","['d', 'h', 'd', 'h', 'd', 'h']",18,847

675,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Layes forth her purple Grape, and gently creeps Luxuriant; mean while murmuring waters fall Down the slope hills, disperst, or in a Lake,",5,{'h'},"['h', 'h']","['d', 'h', 'f', 'd', 'h', 'f', 'd', 'h']",18,848

676,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","That to the fringed Bank with Myrtle crownd, Her chrystall mirror holds, unite thir streams. The Birds thir quire apply; aires, vernal aires,",5,{'h'},"['h', 'h']","['f', 'd', 'h', 'f', 'd', 'h', 'h']",18,849

677,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Breathing the smell of field and grove, attune The trembling leaves, while Universal Pan Knit with the Graces and the Hours in dance",5,{'h'},"['h', 'h']","['h', 'h']",18,850

678,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Led on th' Eternal Spring. Not that faire field Of Enna, where Proserpin gathring flours Her self a fairer Floure by gloomie Dis",2,,"['h', 'h']",[],18,851

679,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Was gatherd, which cost Ceres all that pain To seek her through the world; nor that sweet Grove Of Daphne by Orontes, and th' inspir'd",2,,"['h', 'h']",[],18,852

680,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Castalian Spring might with this Paradise Of Eden strive; nor that Nyseian Ile Girt with the River Triton, where old Cham,",2,,"['h', 'h']","['g', 'g']",18,853

681,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Whom Gentiles Ammon call and Libyan Jove, Hid Amalthea and her Florid Son Young Bacchus from his Stepdame Rhea's eye;",2,,"['h', 'h']","['g', 'g', 'g']",18,854

682,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","Nor where Abassin Kings thir issue Guard, Mount Amara, though this by som suppos'd True Paradise under the Ethiop Line",5,{'h'},"['h', 'h']","['g', 'd', 'g', 'h', 'd', 'g', 'h']",18,855

683,"And close your eyes with holy dread, For he on honey-dew hath fed, And drunk the milk of Paradise.","By Nilus head, enclos'd with shining Rock, A whole dayes journey high, but wide remote From this Assyrian Garden, where the Fiend",5,{'h'},"['h', 'h']","['d', 'g', 'h', 'i', 'i']",18,856