calliope-ts 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/README.md +32 -20
  2. package/dist/caesura.d.ts +33 -0
  3. package/dist/caesura.d.ts.map +1 -0
  4. package/dist/caesura.js +202 -0
  5. package/dist/calliope/boundaries.d.ts +19 -0
  6. package/dist/calliope/boundaries.d.ts.map +1 -0
  7. package/dist/calliope/boundaries.js +182 -0
  8. package/dist/calliope/bracketing.d.ts +11 -0
  9. package/dist/calliope/bracketing.d.ts.map +1 -0
  10. package/dist/calliope/bracketing.js +416 -0
  11. package/dist/calliope/deps.d.ts +4 -0
  12. package/dist/calliope/deps.d.ts.map +1 -0
  13. package/dist/calliope/deps.js +181 -0
  14. package/dist/calliope/engine.d.ts +3 -0
  15. package/dist/calliope/engine.d.ts.map +1 -0
  16. package/dist/calliope/engine.js +71 -0
  17. package/dist/calliope/feats.d.ts +9 -0
  18. package/dist/calliope/feats.d.ts.map +1 -0
  19. package/dist/calliope/feats.js +45 -0
  20. package/dist/calliope/names.d.ts +7 -0
  21. package/dist/calliope/names.d.ts.map +1 -0
  22. package/dist/calliope/names.js +42 -0
  23. package/dist/calliope/postag.d.ts +8 -0
  24. package/dist/calliope/postag.d.ts.map +1 -0
  25. package/dist/calliope/postag.js +250 -0
  26. package/dist/calliope/prosodic.d.ts +3 -0
  27. package/dist/calliope/prosodic.d.ts.map +1 -0
  28. package/dist/calliope/prosodic.js +275 -0
  29. package/dist/calliope/relstress.d.ts +4 -0
  30. package/dist/calliope/relstress.d.ts.map +1 -0
  31. package/dist/calliope/relstress.js +688 -0
  32. package/dist/calliope/stressrules.d.ts +28 -0
  33. package/dist/calliope/stressrules.d.ts.map +1 -0
  34. package/dist/calliope/stressrules.js +147 -0
  35. package/dist/calliope/syntax.d.ts +38 -0
  36. package/dist/calliope/syntax.d.ts.map +1 -0
  37. package/dist/calliope/syntax.js +234 -0
  38. package/dist/calliope/udpos.d.ts +13 -0
  39. package/dist/calliope/udpos.d.ts.map +1 -0
  40. package/dist/calliope/udpos.js +156 -0
  41. package/dist/clio/caesura.d.ts +27 -0
  42. package/dist/clio/caesura.d.ts.map +1 -0
  43. package/dist/clio/caesura.js +148 -0
  44. package/dist/clio/depfix.d.ts +13 -0
  45. package/dist/clio/depfix.d.ts.map +1 -0
  46. package/dist/clio/depfix.js +84 -0
  47. package/dist/clio/display.d.ts +32 -0
  48. package/dist/clio/display.d.ts.map +1 -0
  49. package/dist/clio/display.js +976 -0
  50. package/dist/clio/engine.d.ts +3 -0
  51. package/dist/clio/engine.d.ts.map +1 -0
  52. package/dist/clio/engine.js +28 -0
  53. package/dist/clio/parser.d.ts +10 -0
  54. package/dist/clio/parser.d.ts.map +1 -0
  55. package/dist/clio/parser.js +696 -0
  56. package/dist/clio/phonological.d.ts +41 -0
  57. package/dist/clio/phonological.d.ts.map +1 -0
  58. package/dist/clio/phonological.js +788 -0
  59. package/dist/clio/phrasestress.d.ts +6 -0
  60. package/dist/clio/phrasestress.d.ts.map +1 -0
  61. package/dist/clio/phrasestress.js +106 -0
  62. package/dist/clio/pipeline.d.ts +11 -0
  63. package/dist/clio/pipeline.d.ts.map +1 -0
  64. package/dist/clio/pipeline.js +147 -0
  65. package/dist/clio/rhyme.d.ts +65 -0
  66. package/dist/clio/rhyme.d.ts.map +1 -0
  67. package/dist/clio/rhyme.js +761 -0
  68. package/dist/clio/scandroid.d.ts +17 -0
  69. package/dist/clio/scandroid.d.ts.map +1 -0
  70. package/dist/clio/scandroid.js +435 -0
  71. package/dist/clio/scansion.d.ts +46 -0
  72. package/dist/clio/scansion.d.ts.map +1 -0
  73. package/dist/clio/scansion.js +1086 -0
  74. package/dist/clio/semantics.d.ts +44 -0
  75. package/dist/clio/semantics.d.ts.map +1 -0
  76. package/dist/clio/semantics.js +139 -0
  77. package/dist/clio/stress.d.ts +83 -0
  78. package/dist/clio/stress.d.ts.map +1 -0
  79. package/dist/clio/stress.js +1737 -0
  80. package/dist/clio/tagfix.d.ts +6 -0
  81. package/dist/clio/tagfix.d.ts.map +1 -0
  82. package/dist/clio/tagfix.js +101 -0
  83. package/dist/display.d.ts +0 -6
  84. package/dist/display.d.ts.map +1 -1
  85. package/dist/display.js +322 -141
  86. package/dist/engine.d.ts +9 -0
  87. package/dist/engine.d.ts.map +1 -0
  88. package/dist/engine.js +12 -0
  89. package/dist/index.d.ts +4 -3
  90. package/dist/index.d.ts.map +1 -1
  91. package/dist/index.js +169 -26
  92. package/dist/parser.d.ts +3 -3
  93. package/dist/parser.d.ts.map +1 -1
  94. package/dist/parser.js +320 -563
  95. package/dist/phonological.d.ts +1 -1
  96. package/dist/phonological.d.ts.map +1 -1
  97. package/dist/phonological.js +73 -4
  98. package/dist/phrasestress.d.ts +6 -0
  99. package/dist/phrasestress.d.ts.map +1 -0
  100. package/dist/phrasestress.js +106 -0
  101. package/dist/rhyme.d.ts +40 -1
  102. package/dist/rhyme.d.ts.map +1 -1
  103. package/dist/rhyme.js +435 -7
  104. package/dist/scansion.d.ts +9 -0
  105. package/dist/scansion.d.ts.map +1 -1
  106. package/dist/scansion.js +145 -18
  107. package/dist/semantics.d.ts +44 -0
  108. package/dist/semantics.d.ts.map +1 -0
  109. package/dist/semantics.js +139 -0
  110. package/dist/stress.d.ts +127 -4
  111. package/dist/stress.d.ts.map +1 -1
  112. package/dist/stress.js +834 -61
  113. package/dist/types.d.ts +15 -0
  114. package/dist/types.d.ts.map +1 -1
  115. package/package.json +5 -3
  116. package/src/caesura.ts +201 -0
  117. package/src/calliope/boundaries.ts +190 -0
  118. package/src/calliope/bracketing.ts +390 -0
  119. package/src/calliope/deps.ts +160 -0
  120. package/src/calliope/engine.ts +77 -0
  121. package/src/calliope/feats.ts +46 -0
  122. package/src/calliope/names.ts +44 -0
  123. package/src/calliope/postag.ts +253 -0
  124. package/src/calliope/prosodic.ts +262 -0
  125. package/src/calliope/relstress.ts +645 -0
  126. package/src/calliope/stressrules.ts +147 -0
  127. package/src/calliope/syntax.ts +218 -0
  128. package/src/calliope/udpos.ts +152 -0
  129. package/src/calliope_src_contents.md +19049 -0
  130. package/src/clio/caesura.ts +145 -0
  131. package/src/clio/depfix.ts +88 -0
  132. package/src/clio/display.ts +1042 -0
  133. package/src/clio/engine.ts +38 -0
  134. package/src/clio/parser.ts +845 -0
  135. package/src/clio/phonological.ts +849 -0
  136. package/src/clio/phrasestress.ts +108 -0
  137. package/src/clio/pipeline.ts +154 -0
  138. package/src/clio/rhyme.ts +740 -0
  139. package/src/clio/scandroid.ts +434 -0
  140. package/src/clio/scansion.ts +1130 -0
  141. package/src/clio/semantics.ts +134 -0
  142. package/src/clio/stress.ts +1731 -0
  143. package/src/clio/tagfix.ts +104 -0
  144. package/src/display.ts +321 -137
  145. package/src/engine.ts +22 -0
  146. package/src/index.ts +176 -32
  147. package/src/parser.ts +346 -682
  148. package/src/phonological.ts +72 -4
  149. package/src/phrasestress.ts +108 -0
  150. package/src/rhyme.ts +428 -8
  151. package/src/scansion.ts +136 -15
  152. package/src/semantics.ts +134 -0
  153. package/src/stress.ts +794 -64
  154. package/src/types.ts +39 -4
  155. package/tests/DataForHayesLinesOnly.txt +364 -0
  156. package/tests/DataForHayesStressSymbolsRevised.txt +728 -0
  157. package/tests/basic.test.ts +443 -37
  158. package/tests/bench-hayes.mjs +72 -0
  159. package/tests/wagner-stress.test.ts +188 -0
  160. package/vitest.config.ts +0 -15
package/src/types.ts CHANGED
@@ -28,15 +28,35 @@ export interface ClsWord {
28
28
  lexicalDetails: string; // additional morphological info (empty if none)
29
29
  lexicalPlural: boolean; // true if plural
30
30
  position: string; // textual position (not always used)
31
- word: string; // the surface form of the word
31
+ word: string; // the surface form of the word (case-normalised for lookups:
32
+ // a sentence-initial capital is lowered unless proper noun)
33
+ displayWord?: string; // the ORIGINAL surface form when it differs from `word`
34
+ // (set by the parser's de-capitalisation) — what reports
35
+ // and the phonopoetics show to the reader
32
36
  absoluteIndex: number; // 0‑based index among all words in the text
33
37
  isContent: boolean;
34
38
  // extended properties
35
39
  syllables: Syllable[]; // array of syllables for the word
36
40
  morphSuffix?: string; // productive suffix split off for OOV stress (e.g. 'est'); guides display syllabification
41
+ morphPrefix?: string; // productive prefix split off for OOV stress (e.g. 'dis'); guides display syllabification
37
42
  phraseStress: number; // numeric phrase‑level stress after Nuclear Stress Rule
38
43
  dependency?: ClsDependency; // back‑reference to dependency edge (if any)
39
44
  node?: ClsNode; // back‑reference to the constituent node (if any)
45
+ // ─── Calliope engine substrate (additive; ignored by the legacy/Clio path) ───
46
+ canonicalRel?: string; // normalised Scenario relation (NOMD/AMOD/VPRT/DOBJ/IOBJ/OBL/…)
47
+ isPersonName?: boolean; // token is in the `humannames` list (proper noun = person)
48
+ isPlaceName?: boolean; // token is in the `cities-list` list (proper name = place)
49
+ // ─── Wagner/Krifka substrate (additive; 2026-06-29) ───
50
+ featsMap?: Record<string, string>; // UD morphological FEATS parsed from lexicalDetails
51
+ // (VerbForm/Voice/PronType/Number/Definite/Degree/Tense/…)
52
+ discourseGiven?: boolean; // a content word repeated from an earlier line of the same
53
+ // stanza — set only by the optional stanza-givenness pass
54
+ // (analyzeStanzas / analyzeReadingDocument), never single-line
55
+ coordinateGiven?: boolean; // a content word whose lemma is repeated as the HEAD of a
56
+ // coordinate structure within the same line ("young blood and
57
+ // high blood" → the second "blood" is anaphorically given;
58
+ // contrastive focus falls on the modifier "high"). Set by the
59
+ // relativiser's coordinate-givenness pre-pass.
40
60
  }
41
61
 
42
62
  /** A typed dependency edge between two words (as in Antelope’s XML) */
@@ -167,12 +187,27 @@ export interface PhonologicalScansionDetail {
167
187
  // classical meter dominates; or per-line to refine a free-verse
168
188
  // reading. NOT a form verdict: "ballad" etc. belong to the
169
189
  // rhyme-aware form layer (rhyme.ts).
170
- rhyme?: { // end-rhyme annotation (rhyme.ts), LYRICAL-compatible typology
190
+ metricalityNote?: string; // advisory prose-likeness hedge (scansion.ts), set when
191
+ // a long, non-committal, weak-fit line reads as plausible
192
+ // prose: "No consistent metered rhythm(s) discerned. …".
193
+ // Display-only — never alters meter/scansion/certainty.
194
+ rhyme?: { // rhyme annotation (rhyme.ts), LYRICAL-compatible typology.
195
+ // Letters are assigned POEM-WIDE (a rhyme sound keeps its
196
+ // letter across stanza breaks), in reading order.
171
197
  endWord: string;
172
- letter: string; // scheme letter 'A'/'B'/…, or '·' when unrhymed
198
+ letter: string; // END-rhyme scheme letter 'A'/'B'/…, or '·' when unrhymed
173
199
  type?: string; // perfect/rich/family/assonant/consonant/augmented/
174
200
  // diminished/wrenched/eye/identical
175
- matchedLine?: number; // 0-based stanza line this one rhymes with
201
+ matchedLine?: number; // 0-based poem line index this end-rhyme first binds to
202
+ internal?: { // pre-caesural INTERNAL rhymes on this line (strong-tier
203
+ // only), in left-to-right order; share the poem-wide
204
+ // letter space with the end rhymes.
205
+ word: string;
206
+ letter: string;
207
+ type?: string;
208
+ }[];
209
+ notation?: string; // assembled scheme cell: internal letters parenthesised
210
+ // then the end letter — e.g. "(A)B", "(C)C", "A", "·".
176
211
  };
177
212
  formNote?: string; // stanza/poem FORM verdict (rhyme-aware): "ballad stanza
178
213
  // (ABCB, 4·3)", "blank verse", "Shakespearean Sonnet",
@@ -0,0 +1,364 @@
1
+ O, I am a bachelor, I live by myself
2
+ And the only, only thing that I ever did was wrong
3
+ I wooed her in the summer time
4
+ And many, many times I held her in my arms
5
+ One night she came to my bedside
6
+ She threw her arms around my neck
7
+ So all night long I held her in my arms
8
+ Again I'm a bachelor, I live with my son
9
+ And ev'ry ev'ry time I look into his eyes
10
+ He reminds me of the summer time
11
+ And the many, many times I held her in my arms
12
+ O what should I spy but my own father's ship
13
+ O what is the matter my daughter Jane
14
+ I fear you have had some ill sickness
15
+ O no! I've not had an ill sickness
16
+ But I have been sick and sick to my heart
17
+ Or is it by chance that reckish lad
18
+ O no! It is not a noble noble knight
19
+ If you will marry my daughter Jane
20
+ This day you shall sup and dine with me
21
+ O I will marry your daughter Jane
22
+ And today I will sup and dine with you
23
+ For I have houses and I have land
24
+ And had it not been for your daughter Jane
25
+ And downstairs ran this a-lady, O!
26
+ One sang high and the other sang low
27
+ And the other sang bonny, bonny Biscay, O!
28
+ And put on hose of leather, O!
29
+ The ragged, ragged rags about our door
30
+ She's gone with the wraggle taggle gypsies, O!
31
+ It was late last night when my lord came home
32
+ Enquiring for his a-lady, O!
33
+ O, saddle to me my milk-white steed
34
+ Go and fetch me my pony, O!
35
+ That I may ride and seek my bride
36
+ Who is gone with the wraggle-taggle gypsies, O!
37
+ O, he rode high and he rode low
38
+ He rode through woods and copses, too
39
+ Until he came to an open field
40
+ And there he espied his a-lady, O!
41
+ What makes you leave your house and land?
42
+ What care I for my house and my land?
43
+ What care I for my new wedded lord
44
+ Last night you slept on a goose-feather bed
45
+ With the sheet turned down so bravely, O!
46
+ And tonight you'll sleep in a cold open field
47
+ Along with the wraggle taggle gypsies, O!
48
+ What care I for a goose-feather bed
49
+ For tonight I shall sleep in a cold open field
50
+ I'd just as soon be a beggar as a king
51
+ A king cannot swagger, nor drink like a beggar
52
+ Let the back and the sides go bare, my boys
53
+ But give to the belly, boys, beer enough
54
+ Sometimes we are lame, sometimes we are blind
55
+ The keeper did a shooting go
56
+ And under his coat he carried a bow
57
+ All for to shoot at a merry little doe
58
+ Hey down / ho down / derry derry down
59
+ To my hey, down, down / To my ho, down, down
60
+ The fourth doe she did cross the plain
61
+ The keeper fetch'd her back again
62
+ Where she is now she may remain
63
+ The keeper fetch'd her back with his crook
64
+ But he with his hounds did turn her again
65
+ And it's there he did hunt in a merry, merry vein
66
+ There was a farmer had three sons
67
+ And he came home tight in the middle of the night
68
+ The first he was a stout millard
69
+ And the third to be sure was a little tailor
70
+ The stout millard he stole the corn
71
+ And the tailor went forth and he stole broadcloth
72
+ And the devil ran away with the tailor one day
73
+ Bold Nelson's praise I'm go-ing to sing
74
+ (Not forgetting our glorious King)
75
+ There was Sydney Smith and Duncan too
76
+ Lord Howe and all the glorious crew
77
+ They were the men that were true blue
78
+ Full of care, yet I swear
79
+ None with Nelson could compare
80
+ Bold Buonaparte he threaten'd war
81
+ A man who fear'd not wound nor scar
82
+ Lord Nelson's actions made him quake
83
+ And all French pow'rs he made to shake
84
+ He said his king he'd ne'er forsake
85
+ These last words Thus he spake
86
+ Stand true my lads like hearts of oak
87
+ Lord Nelson bold, though threaten'd wide
88
+ And many a time he had been tried
89
+ He fought like a hero till he died
90
+ But the day was won, their line was broke
91
+ While all around was lost in smoke
92
+ And Nelson he got his death-stroke
93
+ He faced his foe with his sword in hand
94
+ I am a sailor stout and bold,
95
+ I fight for my king and country too
96
+ I travel'd the country through and through,
97
+ If you should want to know my name,
98
+ I've got permission from the King
99
+ I said: my dear, what will you do?
100
+ Here's ale and wine and brandy too;
101
+ Besides a pair of new silk shoes,
102
+ The king's permission granted me
103
+ From Bristol Town to Liverpool,
104
+ And in whatever town I went,
105
+ To court young maidens I was bent;
106
+ And marry none was my intent,
107
+ My man John, what can the matter be,
108
+ She won't be my joy, my joy nor my dear
109
+ And you will win the lady in the space of half a year;
110
+ And she shall take a walk with you anywhere.
111
+ O Madam, I will give to you a little greyhound,
112
+ And ev'ry hair upon its back shall cost a thousand pound,
113
+ O Sir, I won't accept of you a little greyhound,
114
+ O Madam, I will give to you a fine iv'ry comb,
115
+ To fasten up your silver locks when I am not at home,
116
+ O Madam, I will give to you a cushion full of pins,
117
+ O Madam, I will give to you the keys of my heart,
118
+ To lock it up for ever that we never more shall part,
119
+ O sir, I will accept of you the keys of your heart,
120
+ There was a little man and he had a little wife
121
+ And he loved her as dear as he loved his life
122
+ Was just to put her lips to a little crabfish
123
+ Then up her man arose and he girt him in his clothes,
124
+ And down to the seaside he follow'd his nose
125
+ O fisherman, O fisherman, O come and tell me
126
+ Have you a little crabfish you can sell me?
127
+ O yes, and O yes, I have one, two and three,
128
+ And the best of them all I will sell to thee
129
+ O wife put thy lips to this little crabfish
130
+ Then the wife just to smell him popped up from the clothes,
131
+ When up got the crabfish and nipp'd her by the nose.
132
+ Hey man and ho man, come hither do ye hear?
133
+ But the crabfish was ready and caught him by the ear.
134
+ Come and I will sing to you.
135
+ I will sing you one-ery
136
+ Eleven and eleven are the keys of heaven,
137
+ Nine are the nine that brightly shine,
138
+ Seven are the seven stars in the sky,
139
+ Five are the flamboys under the boat,
140
+ And two and two are lily-white babes
141
+ One and One is all alone,
142
+ There was a star in David's land
143
+ That a Princely Babe was born that night,
144
+ If this be the truth, King Herod said,
145
+ The roasted cock that lies in the dish
146
+ O the cock soon thrustened and feathered well,
147
+ And he did crow full senses three
148
+ Oh! don't you see the turtle dove
149
+ Sitting under the yonder tree
150
+ Lamenting for her own true love?
151
+ And I will mourn for thee, my dear,
152
+ If you must suffer grief and pain,
153
+ For, though I go away, I'll return again,
154
+ If I row ten thousand mile, my dear,
155
+ Ten thousand mile is very far
156
+ With a heavy, heavy sigh and a bitter, bitter cry;
157
+ No one to hear my moan, my dear,
158
+ I may not stay your grievous moan,
159
+ Yet I will love but thee alone;
160
+ Till the streams run from the seas, my dear,
161
+ The tides shall cease to beat the shore,
162
+ Yet I will love thee more and more
163
+ Until the day I die, my dear,
164
+ Then let the seas run dry, sweetheart,
165
+ Yet here I will stay, nor ever from thee part,
166
+ Till all my days are done, my dear,
167
+ There was an old fox and he had a loving wife
168
+ And he went out one moonshiny night
169
+ He swore the fattest should grease his beard,
170
+ He took the grey goose by the neck,
171
+ And as he went along she went, "Quack, quack,"
172
+ Where he had little ones, eight, nine and ten,
173
+ I placed my back against the old garden gate,
174
+ To hear my true love sing, my boys,
175
+ 'Tis now very near three quarters of a year
176
+ Since you and I together did stay."
177
+ Come now my love and sit down by me,
178
+ Since you and I together have been.
179
+ I will not come and sit down by you
180
+ Since you have been courting some other young girl
181
+ O the Chesapeake so bold out of Boston she was towed
182
+ To take an English frigate neat and handy, O;
183
+ And the people all in port, they came out to see the sport,
184
+ There was a lady near the town;
185
+ She walked all night and all around,
186
+ First she leant against an oak;
187
+ First it bent and then it broke.
188
+ Next she leaned against a thorn
189
+ Two sweet little babes to her were born.
190
+ She got a rope so long and neat,
191
+ And tied them down both hands and feet.
192
+ She got a knife so keen and sharp,
193
+ And pierced it through each tender heart.
194
+ She walked out one moonlit night;
195
+ She saw her babes all dressed in white.
196
+ Babes, O babes, if you were mine
197
+ I'd dress you up in silk so fine.
198
+ Mother, O Mother, when we were thine
199
+ You neither dressed us coarse nor fine.
200
+ In seven years you'll hear a bell,
201
+ In seven years you'll land in hell.
202
+ It was late in the night when the Squire came home
203
+ His servant made a sure reply:
204
+ O go catch up my milk-white steed,
205
+ I'll ride all night till broad daylight,
206
+ He rode and he rode till he came to the town,
207
+ The tears came rolling down his cheeks
208
+ It's come go back, my dearest dear,
209
+ I won't go back, my dearest dear,
210
+ For I wouldn't give a kiss from gipsum's lips
211
+ It's go pull off those snow-white gloves
212
+ And give to me your lily-white hand
213
+ It's she pull�d off those snow-white gloves
214
+ She soon ran through her gay clothing
215
+ Her gold ring off her finger's gone,
216
+ O once I had a house and land,
217
+ But now I've come to an old straw pad
218
+ There were three kings came from the West
219
+ And they have taken a solemn oath
220
+ They took a plow and plowed him in
221
+ So there he lay for a full fortnight
222
+ Then Barleycorn sprang up again
223
+ There he remained till midsummer
224
+ Then Barleycorn he got a beard
225
+ And then poor Johnny Barleycorn
226
+ O Barleycorn is the choicest grain
227
+ It will do more than any grain
228
+ There was a man lived in the West
229
+ He married a wife--she was not of the best;
230
+ She was Ruggleton's daughter of Iero.
231
+ Said he, when he came in from plow:
232
+ Ho! Is my dinner ready now?
233
+ O if your dinner you must have,
234
+ Then get it yourself; I am not your slave,
235
+ For I won't brew and I won't bake,
236
+ And I won't make my white hands black,
237
+ May the Heavens be your guide, my love
238
+ Oh, the lad that you have sent to sea
239
+ I'm married to the lad I love
240
+ The King he wrote a long letter
241
+ And sent it to my Lord Dunwaters
242
+ The first two lines that he did read
243
+ The next two lines Lord Dunwaters read
244
+ He goes out to his stable groom
245
+ There he espied a fair pretty maid
246
+ 'Twas eighteen hundred and twenty four
247
+ We hoist our colors to the top of the mast
248
+ And to Greenland bore away, brave boys
249
+ A fine young man it was indeed
250
+ He was mounted on his milk-white steed
251
+ He rode, he rode, himself all alone
252
+ Until he came to lovely Joan.
253
+ It's of a man of Burningham town,
254
+ And she did love bad company
255
+ As dear as she loved her life, boys, life
256
+ Mother, mother, make my bed
257
+ And wrap me in a milk-white sheet
258
+ And wrap me in a cloak of gold
259
+ On Monday morning I married a wife
260
+ Thinking to live and a sober life
261
+ But as she turned out, I'd better been dead,
262
+ The remarkable day that I was wed.
263
+ When I was young I lived in a ha'
264
+ Ye'd better be a maiden as a poor man's wife
265
+ Ye'd better be a maiden a' the days of your life.
266
+ Young Emma was a servant maid
267
+ He plowed the main, much gold to gain
268
+ For your cage shall be made of the very best of gold
269
+ O where have you been roving, Henery my son?
270
+ I've been roving for my sweetheart, mother, make my bed soon
271
+ For I'm sick to my heart and I wants to lie down.
272
+ A squire, a squire, he lived in the woods
273
+ A little while and he pass�d a joke
274
+ I'll do as much for my true love
275
+ I'll sit and mourn all on her grave
276
+ There was a youth and a well beloved youth
277
+ He loved the bailiff's daughter dear
278
+ It's of a farmer's daughter dear
279
+ Yesterday was a high holiday
280
+ And all the little school-fellows went out to play
281
+ Come bridle me my milk-white steed
282
+ And a strange hat on the stairs he found
283
+ One Good Friday morning our ship set sail.
284
+ There I espied a fair pretty lass
285
+ With a comb and a brush in her hand, her hand, her hand,
286
+ When the stormy winds did blow rough, rough,
287
+ While we poor sailors are up and to the top
288
+ And the landlubbers lying down below, below, below,
289
+ My father bound me a prentice boy,
290
+ In Cambridge town there lived a lass
291
+ A young man came a-courting her,
292
+ I promised her I'd marry her
293
+ Instead of that I was content
294
+ You virgins all, I pray draw near,
295
+ It's of a Turkish lady brave
296
+ Who fell in love with an English slave,
297
+ As I walked out one midsummer morn
298
+ Who should I see but my own true love
299
+ The birds of love so sweetly sing
300
+ There's none but her, but her alone
301
+ The sweet month of May is now a-coming in
302
+ And the trees are in full bloom and the birds are in full tune
303
+ So the maidens and their sweethearts like lambkins they do play
304
+ And welcome in young shepherd in the month of May
305
+ In the month of May, in the month of May.
306
+ O where are you going to, my pretty maid,
307
+ With your red rosy cheek and your coal-black hair?
308
+ For it's dabbling in the dew makes the milkmaids fair.
309
+ With the trimming and the bobbings a-trailing on the ground.
310
+ O madam, will you marry me, me, me,
311
+ There's none but you I've often said
312
+ Come write me down ye pow�rs above.
313
+ The first I fancied was a young man's love.
314
+ It is a jew�l all in my eyes
315
+ And where my joy and comfort lies.
316
+ Come change your ring with me, my love,
317
+ It shall be a token of true love
318
+ Come rise you English colors, love
319
+ 'Twas early in the month of May
320
+ Down on the banks of daisy fair
321
+ She did appear like Venus fair
322
+ She was the neck and bosom fine
323
+ So the greenest field shall be my bed
324
+ A flow'ry pillow for my head,
325
+ And the leaves which blow from tree to tree
326
+ Shall be the covering over me.
327
+ As I walked out one May morning
328
+ Who should I spy but a fair pretty maid
329
+ O Valentine's day comes but once a year.
330
+ A pretty fair maid came to my bedside
331
+ Come all young lovers, I pray draw near,
332
+ Some shocking news you soon shall hear,
333
+ And when the same to you I've told
334
+ Shall make your very blood run cold.
335
+ Jack Tar being sick and like to die,
336
+ He had no place his head to lie,
337
+ And all the people when they passed by
338
+ And among them all was a rich young squire
339
+ A brisk young lass so buck and gay,
340
+ She went into the mill one day.
341
+ From London town I went astray,
342
+ 'Twas in Oxford City I lost my way.
343
+ The finest girl that I did meet
344
+ She treated me with kisses sweet.
345
+ He's up to the rigs, he's down to the rigs,
346
+ He's up to the rigs of London town.
347
+ As I was a-riding over the moor
348
+ I saw the lawyer just before,
349
+ O he is the valiant Turpin, O.
350
+ Come all that's around me and listen awhile,
351
+ I will sing you a ditty that will cause you to smile
352
+ Concerning the wondrous sights I do declare,
353
+ That you have all seen today at Bridgwater Fair.
354
+ Our orders came on board, my boys,
355
+ All for to cruise and never refuse
356
+ From the Liverpool docks I bid adieu
357
+ To Sally, Kate and Molly too,
358
+ With our sails unfurled, our anchor weighed,
359
+ We're bound for to plow the watery main.
360
+ When I was young and in my prime
361
+ They gave to me the very best corn
362
+ The lady at the window high
363
+ O lady gay, take pity I pray
364
+ Where all young lads and swaggering blades