language_detector 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (172) hide show
  1. data/README.rdoc +24 -0
  2. data/Rakefile +18 -0
  3. data/VERSION +1 -0
  4. data/lib/language_detector.rb +232 -0
  5. data/lib/model-fm.yml +52504 -0
  6. data/lib/model-tc.yml +53985 -0
  7. data/lib/textcat_ngrams/afrikaans.lm +400 -0
  8. data/lib/textcat_ngrams/albanian.lm +400 -0
  9. data/lib/textcat_ngrams/amharic-utf.lm +400 -0
  10. data/lib/textcat_ngrams/arabic-iso8859_6.lm +400 -0
  11. data/lib/textcat_ngrams/arabic-windows1256.lm +400 -0
  12. data/lib/textcat_ngrams/armenian.lm +400 -0
  13. data/lib/textcat_ngrams/basque.lm +400 -0
  14. data/lib/textcat_ngrams/belarus-windows1251.lm +400 -0
  15. data/lib/textcat_ngrams/bosnian.lm +400 -0
  16. data/lib/textcat_ngrams/breton.lm +400 -0
  17. data/lib/textcat_ngrams/bulgarian-iso8859_5.lm +400 -0
  18. data/lib/textcat_ngrams/catalan.lm +400 -0
  19. data/lib/textcat_ngrams/chinese-big5.lm +400 -0
  20. data/lib/textcat_ngrams/chinese-gb2312.lm +400 -0
  21. data/lib/textcat_ngrams/croatian-ascii.lm +400 -0
  22. data/lib/textcat_ngrams/czech-iso8859_2.lm +400 -0
  23. data/lib/textcat_ngrams/danish.lm +400 -0
  24. data/lib/textcat_ngrams/dutch.lm +400 -0
  25. data/lib/textcat_ngrams/english.lm +400 -0
  26. data/lib/textcat_ngrams/esperanto.lm +400 -0
  27. data/lib/textcat_ngrams/estonian.lm +400 -0
  28. data/lib/textcat_ngrams/finnish.lm +400 -0
  29. data/lib/textcat_ngrams/french.lm +400 -0
  30. data/lib/textcat_ngrams/frisian.lm +400 -0
  31. data/lib/textcat_ngrams/georgian.lm +400 -0
  32. data/lib/textcat_ngrams/german.lm +400 -0
  33. data/lib/textcat_ngrams/greek-iso8859-7.lm +400 -0
  34. data/lib/textcat_ngrams/hebrew-iso8859_8.lm +400 -0
  35. data/lib/textcat_ngrams/hindi.lm +400 -0
  36. data/lib/textcat_ngrams/hungarian.lm +400 -0
  37. data/lib/textcat_ngrams/icelandic.lm +400 -0
  38. data/lib/textcat_ngrams/indonesian.lm +400 -0
  39. data/lib/textcat_ngrams/irish.lm +400 -0
  40. data/lib/textcat_ngrams/italian.lm +400 -0
  41. data/lib/textcat_ngrams/japanese-euc_jp.lm +400 -0
  42. data/lib/textcat_ngrams/japanese-shift_jis.lm +400 -0
  43. data/lib/textcat_ngrams/korean.lm +400 -0
  44. data/lib/textcat_ngrams/latin.lm +400 -0
  45. data/lib/textcat_ngrams/latvian.lm +400 -0
  46. data/lib/textcat_ngrams/lithuanian.lm +400 -0
  47. data/lib/textcat_ngrams/malay.lm +400 -0
  48. data/lib/textcat_ngrams/manx.lm +400 -0
  49. data/lib/textcat_ngrams/marathi.lm +400 -0
  50. data/lib/textcat_ngrams/mingo.lm +400 -0
  51. data/lib/textcat_ngrams/nepali.lm +400 -0
  52. data/lib/textcat_ngrams/norwegian.lm +400 -0
  53. data/lib/textcat_ngrams/persian.lm +400 -0
  54. data/lib/textcat_ngrams/polish.lm +400 -0
  55. data/lib/textcat_ngrams/portuguese.lm +400 -0
  56. data/lib/textcat_ngrams/quechua.lm +400 -0
  57. data/lib/textcat_ngrams/romanian.lm +400 -0
  58. data/lib/textcat_ngrams/rumantsch.lm +400 -0
  59. data/lib/textcat_ngrams/russian-iso8859_5.lm +400 -0
  60. data/lib/textcat_ngrams/russian-koi8_r.lm +400 -0
  61. data/lib/textcat_ngrams/russian-windows1251.lm +400 -0
  62. data/lib/textcat_ngrams/sanskrit.lm +400 -0
  63. data/lib/textcat_ngrams/scots.lm +400 -0
  64. data/lib/textcat_ngrams/scots_gaelic.lm +400 -0
  65. data/lib/textcat_ngrams/serbian-ascii.lm +400 -0
  66. data/lib/textcat_ngrams/slovak-ascii.lm +400 -0
  67. data/lib/textcat_ngrams/slovak-windows1250.lm +400 -0
  68. data/lib/textcat_ngrams/slovenian-ascii.lm +400 -0
  69. data/lib/textcat_ngrams/slovenian-iso8859_2.lm +400 -0
  70. data/lib/textcat_ngrams/spanish.lm +400 -0
  71. data/lib/textcat_ngrams/swahili.lm +400 -0
  72. data/lib/textcat_ngrams/swedish.lm +400 -0
  73. data/lib/textcat_ngrams/tagalog.lm +400 -0
  74. data/lib/textcat_ngrams/tamil.lm +400 -0
  75. data/lib/textcat_ngrams/thai.lm +400 -0
  76. data/lib/textcat_ngrams/turkish.lm +400 -0
  77. data/lib/textcat_ngrams/ukrainian-koi8_u.lm +400 -0
  78. data/lib/textcat_ngrams/vietnamese.lm +400 -0
  79. data/lib/textcat_ngrams/welsh.lm +400 -0
  80. data/lib/textcat_ngrams/yiddish-utf.lm +400 -0
  81. data/lib/training_data/ar-utf8.txt +54 -0
  82. data/lib/training_data/bg-utf8.txt +26 -0
  83. data/lib/training_data/cs-utf8.txt +48 -0
  84. data/lib/training_data/da-utf8.txt +159 -0
  85. data/lib/training_data/de-utf8.txt +569 -0
  86. data/lib/training_data/el-utf8.txt +48 -0
  87. data/lib/training_data/en-utf8.txt +81 -0
  88. data/lib/training_data/es-utf8.txt +185 -0
  89. data/lib/training_data/et-utf8.txt +50 -0
  90. data/lib/training_data/fa-utf8.txt +42 -0
  91. data/lib/training_data/fi-utf8.txt +83 -0
  92. data/lib/training_data/fr-utf8.txt +191 -0
  93. data/lib/training_data/fy-utf8.txt +22 -0
  94. data/lib/training_data/ga-utf8.txt +109 -0
  95. data/lib/training_data/he-utf8.txt +116 -0
  96. data/lib/training_data/hi-utf8.txt +49 -0
  97. data/lib/training_data/hr-utf8.txt +80 -0
  98. data/lib/training_data/hu-utf8.txt +87 -0
  99. data/lib/training_data/io-utf8.txt +41 -0
  100. data/lib/training_data/is-utf8.txt +94 -0
  101. data/lib/training_data/it-utf8.txt +228 -0
  102. data/lib/training_data/ja-utf8.txt +200 -0
  103. data/lib/training_data/ko-utf8.txt +147 -0
  104. data/lib/training_data/nl-utf8.txt +215 -0
  105. data/lib/training_data/no-utf8.txt +281 -0
  106. data/lib/training_data/pl-utf8.txt +120 -0
  107. data/lib/training_data/pt-utf8.txt +214 -0
  108. data/lib/training_data/ro-utf8.txt +66 -0
  109. data/lib/training_data/ru-utf8.txt +310 -0
  110. data/lib/training_data/sl-utf8.txt +263 -0
  111. data/lib/training_data/sv-utf8.txt +174 -0
  112. data/lib/training_data/th-utf8.txt +49 -0
  113. data/lib/training_data/tk-utf8.txt +101 -0
  114. data/lib/training_data/todo/af.txt +114 -0
  115. data/lib/training_data/todo/amharic-utf.txt +95 -0
  116. data/lib/training_data/todo/arabic-windows1256.txt +157 -0
  117. data/lib/training_data/todo/armenian.txt +86 -0
  118. data/lib/training_data/todo/basque.txt +136 -0
  119. data/lib/training_data/todo/belarus-windows1251.txt +97 -0
  120. data/lib/training_data/todo/bosnian.txt +97 -0
  121. data/lib/training_data/todo/breton.txt +159 -0
  122. data/lib/training_data/todo/bulgarian-iso8859_5.txt +115 -0
  123. data/lib/training_data/todo/catalan.txt +93 -0
  124. data/lib/training_data/todo/croatian-ascii.txt +104 -0
  125. data/lib/training_data/todo/esperanto.txt +95 -0
  126. data/lib/training_data/todo/estonian.txt +218 -0
  127. data/lib/training_data/todo/frisian.txt +99 -0
  128. data/lib/training_data/todo/georgian.txt +86 -0
  129. data/lib/training_data/todo/greek-iso8859-7.txt +139 -0
  130. data/lib/training_data/todo/hawaian.txt +108 -0
  131. data/lib/training_data/todo/hebrew-iso8859_8.txt +79 -0
  132. data/lib/training_data/todo/hindi.txt +77 -0
  133. data/lib/training_data/todo/hungarian.txt +102 -0
  134. data/lib/training_data/todo/icelandic.txt +131 -0
  135. data/lib/training_data/todo/indonesian.txt +93 -0
  136. data/lib/training_data/todo/irish.txt +209 -0
  137. data/lib/training_data/todo/latin.txt +120 -0
  138. data/lib/training_data/todo/latvian.txt +126 -0
  139. data/lib/training_data/todo/lithuanian.txt +99 -0
  140. data/lib/training_data/todo/malay.txt +108 -0
  141. data/lib/training_data/todo/manx.txt +78 -0
  142. data/lib/training_data/todo/marathi.txt +100 -0
  143. data/lib/training_data/todo/mf.txt +100 -0
  144. data/lib/training_data/todo/middle_frisian.txt +102 -0
  145. data/lib/training_data/todo/mingo.txt +146 -0
  146. data/lib/training_data/todo/nepali.txt +131 -0
  147. data/lib/training_data/todo/persian.txt +73 -0
  148. data/lib/training_data/todo/quechua.txt +108 -0
  149. data/lib/training_data/todo/romanian.txt +103 -0
  150. data/lib/training_data/todo/rumantsch.txt +110 -0
  151. data/lib/training_data/todo/sanskrit.txt +135 -0
  152. data/lib/training_data/todo/scots.txt +490 -0
  153. data/lib/training_data/todo/scots_gaelic.txt +93 -0
  154. data/lib/training_data/todo/serbian-ascii.txt +121 -0
  155. data/lib/training_data/todo/slovak-ascii.txt +102 -0
  156. data/lib/training_data/todo/slovak-windows1250.txt +115 -0
  157. data/lib/training_data/todo/slovenian-ascii.txt +100 -0
  158. data/lib/training_data/todo/slovenian-iso8859_2.txt +96 -0
  159. data/lib/training_data/todo/sq.txt +110 -0
  160. data/lib/training_data/todo/swahili.txt +120 -0
  161. data/lib/training_data/todo/tagalog.txt +135 -0
  162. data/lib/training_data/todo/tamil.txt +123 -0
  163. data/lib/training_data/todo/turkish.txt +117 -0
  164. data/lib/training_data/todo/ukrainian-koi8_r.txt +214 -0
  165. data/lib/training_data/todo/vietnamese.txt +92 -0
  166. data/lib/training_data/todo/welsh.txt +148 -0
  167. data/lib/training_data/todo/yiddish-utf.txt +83 -0
  168. data/lib/training_data/uk-utf8.txt +75 -0
  169. data/lib/training_data/vi-utf8.txt +47 -0
  170. data/lib/training_data/zh-utf8.txt +228 -0
  171. data/test/language_detector_test.rb +78 -0
  172. metadata +232 -0
@@ -0,0 +1,135 @@
1
+ na jaanaami puNyaM na jaanaami tiirthaM na jaanaami muktiM layaM vaa kadaachit.h |
2
+
3
+
4
+ jyotirgaNaanaaM pataye dinadhipataye namaH || 16||
5
+ nArAyaNaM nikhilapUrNaguNaikadehaM |
6
+ || baalakaaNDa adhyaaya 75-76 ||
7
+ na chaahvaana.n dhyaana.n tadapi cha na jaane stutikathaaH |
8
+ haridashvaH sahasraarchiH saptasaptirmariichimaan.h |
9
+
10
+ chidaana.ndaruupaH shivo.ahaM shivo.aham.h || 5||
11
+ prajeshaM rameshaM maheshaM sureshaM dineshaM nishiitheshvaraM vaa kadaachit.h |
12
+ yashhTyaa.api taaDyamaano na yatyevamishhTaapuurtaiH
13
+ hR^idi chaitanye tishhThati yaGYopaviitaM paramaM pavitraM
14
+
15
+ virAjanmandAradrumakusumahArastanataTI
16
+ giitaayaaH pustakaM yatra yatra paaThaH pravartate |
17
+ GYaanashikhino GYaananishhThaa GYaanayaGYopaviitihaH ||
18
+
19
+
20
+ para.n jaane maatastvadanusaraNa.n kleshaharaNam.h || 1||
21
+ tvamarthAnAmichchhAdhikamapi samarthA vitaraNe |
22
+
23
+
24
+ Adi
25
+
26
+ tuma mama priya bharatahi sama bhaaii ||
27
+
28
+
29
+ mano maunaM kR^itvaa haricharaNayoshchaaru suchiraM
30
+ dAxAyaNI xamati sAxAdramApinaya dAxepavIxaNavidhau |
31
+ uchyate vishhNurevaikaH sarvaiH sarva guNattvataH || \BC.\SC ||
32
+
33
+ akartaa.ahamabhoktaa.ahamasaN^gaH parameshvaraH |
34
+
35
+ shrIkeshavapradishanAkesha jAtakapilokesha bhagnaravibhU |
36
+ || shrii gopaalaka dhyaanam.h ||
37
+
38
+ namastasyai 59 namastasyai 60 namastasyai namo namaH || 5.61||
39
+ na jaanaami daanaM na cha dhyaanayogaM na jaanaami tantraM na cha stotramantram.h |
40
+ OM ata eva na devatA bhUtaM cha OM || \A.\B.\SC ||
41
+ bhavaani tvatpaaNigrahaNaparipaaTiiphalamidam.h || 7||
42
+ gomedinIjayitapomeyagAdhisuta kAmenivishhTa manasI |
43
+ aMbhodijAnusaraNAMbhojabhUpavana kuMbhIna sesha khagarAT.h |
44
+
45
+ naaraadhitaasi vidhinaa vividhopachaaraiH
46
+ ai maalik tere ba.nde ham
47
+ keshava dhR^itamiinashariira jaya jagadiisha hare || 1||
48
+
49
+ svArAma darshanajamArAmayAgatasughorAmanoramalabdhakalaha || 12||
50
+
51
+ keshava dhR^itasuukararuupa jaya jagadiisha hare || 3||
52
+
53
+ na mokshasyaakaa.nkshaa bhavavibhavavaaJNchhaapi cha na me
54
+
55
+ jaya hanumaana GYaana guna saagara |
56
+ yaati svamaalayamevaM sushhupto bruute yathaivaishha devadatto
57
+ duusaro.nkii jayase pahale, | | .
58
+
59
+
60
+ vihaaya
61
+ chidaana.ndaruupaH shivo.ahaM shivo.aham.h || 6||
62
+ kusa.nsaarapaashaprabaddhaH sadaahaM gatistvaM gatistvaM tvamekaa bhavaani || 2||
63
+ suvarNa kaTikaa soTii gha.nTaa ki.nkiNii naagaraa || 7||
64
+ tatra sarvaaNi tiirthaaNi prayaagaadiini tatra vai || 4||
65
+ sargaadikaale bhagavan.h viriJNchi rupaasyaina.n sargasaamarthyamaapya |
66
+
67
+ ratnasAnusharAsanaM rajatAdishR^iN^ganiketanaM
68
+ sahaayo jaayate shiighraM yatra giitaa pravartate 5||
69
+
70
+
71
+
72
+
73
+ yAxIravArdhimadanAxINadarpaditijAxobhitAmaragaNA |
74
+ aakaashaadvaayurutpanno vaayostejastataH payaH || 11||
75
+ gomedinIjayitapomeyagAdhisuta kAmenivishhTa manasI |
76
+ vedavedye pare puMsi jAte dasharathAtmaje |
77
+ mukhyataH sarvashabdaishcha vAchya eko janArdanaH |
78
+ vaaDhataa vaaDhataa vaaDhe bhedile shuunyama.nDaLaa || 13||
79
+
80
+
81
+
82
+
83
+ OM anupapattestu na sharIraH OM || \A.\B.\SC ||
84
+ taavadeva niroddhavyaM yaavad.hdhR^iti gataM kshayam.h |
85
+ laxmaNaprANadAtA cha dashagrIvasya darpahA || ||
86
+
87
+ GYAnAna.ndAdibhissarvairguNaiH pUrNAya vishhNave |
88
+
89
+ vedavedye pare puMsi jAte dasharathAtmaje |
90
+ gaaDhataamrisra.nsashaantyai guuDhamartha.n nivedayet.h |
91
+
92
+ iti syaannishchito mukto baddha evaanyathaa bhavet.h || 1||
93
+ yatitvaM kuta ityata aaha -- jitendriyaayeti | jitendriyasya
94
+
95
+
96
+ praaNa sakhaa tribhuvana pratipaalaka jiivanake avalaMbana he .
97
+
98
+ araNye sharaNye sadaa maaM prapaahi gatistvaM gatistvaM tvamekaa bhavaani || 7||
99
+
100
+ tatraatmalaabhiiyaa.nshlokaan.h udaaharishhyaamaH || 3||
101
+ tayaasii tuLaNaa kaichii brahmaa.nDii paahataa nase |
102
+ prexAxilobhakaralAxAra soxita padAxepalaxitadharA |
103
+ visheshhatome paramAkhyavidyA vyAkhyAM karomyanvapi chAhameva || 2||
104
+ sachchidaanandaruupo.ahaM nityamuktasvabhaavavaan.h || 7||
105
+
106
+ evaM nididhyasaanopaayatatphalamaaha -- chiditi || yogii svaantaH
107
+ namaH padmaprabodhaaya maartaNDaaya namo namaH || 18||
108
+ bhavaani tvatpaaNigrahaNaparipaaTiiphalamidam.h || 7||
109
+ uktA guNAshchAviruddhAstasya vedeshhu sarvathA || \BC.\SC ||
110
+
111
+
112
+ karmaNyadhikR^itaa ye tu vaidike braahmaNaadayaH |
113
+ dhanva.ntare.aN^garuchi dha.nva.ntareritaru dha.nva.nstarIbhavasudhA |
114
+
115
+
116
+ gauriina.ndana gajaananaa he duHkhabha.njana gajaananaa |
117
+ ta\m+haasuraa R^itvaa vidadhvaMsuryathaashmaanamaakhaNamR^itvaa
118
+ shchaNDA mareshahaya tuNDAkR^ite dR^ishama khaNDA malaM pradisha me || 2||
119
+
120
+ yadetasyaishvaryaM tava janani saubhAgyamahimA || 16||
121
+ ahameva paraM brahma nishchitaM chitta chintyataam.h |
122
+
123
+
124
+ kadaa maamaabhiitaM bhayajaladhitastaapasatanuM
125
+ na chordhva na chaadho na chaantarna baahyaM
126
+
127
+ vyomanaathastamobhedii R^igyajuHsaamapaaragaH |
128
+ arishhaDvargoparatipuurvakatvaat.h | evaM saadhanavate shrutayaH
129
+
130
+ yadi vilaasakalaasu kutuuhalam.h |
131
+ namastasyai 47 namastasyai 48 namastasyai namo namaH || 5.49||
132
+ xaNaM brahmaahamasmiiti yaH kuryaadaatmachintanam.h |
133
+ jitaasheshhapraaNaanilaparikarasya prajapataH |
134
+ raghuvara chhabike samaana raghuvara chhabi baniyaa.N |
135
+ Thakaare parvataa aisaa neTakaa saDapaataLuu |
@@ -0,0 +1,490 @@
1
+ Mang Howes
2
+ an Knowes
3
+
4
+
5
+ ------------------------------------------------------------------------
6
+ A Day's Dander throwe
7
+ Border Waeter - Gates.
8
+
9
+ ------------------------------------------------------------------------
10
+ For aa that the sun, hoisin itsel i the lift owreheed, thraetent an
11
+ efter-heat that wad be fit ti muzz folk, the forenuin air was caller an
12
+ clear, an stoor was awanteen whan A tuik ti the lang road that rins doon
13
+ throwe Newtoon an bye the Dryburgh loaneen on ti Bosells Green. Everly,
14
+ the road was thrang wui droves o nowt-aa keinds, untellin-kye an tiups
15
+ an keilies an yowes, mixty- maxty, rowtin an mehhin an blehhin; doddies
16
+ an starks an queys an stots an gimmers an hoggies an grumphies an
17
+ guissies-wui nurrin teikes snackin an yowfin an boochin at ther cluits;
18
+ bit fient a steekin bull ti yoke on ov a body, for the bease war
19
+ mensefih, an ilka herd hed a bleithe word i the byegangeen. Still an on,
20
+ thir billies hed a sair hatter or they got the bruits weerd bye the
21
+ cairts an hurlbarrihs an yirrint-vans an thing, that every-wee-bittie
22
+ dunsht other i the strooshie. Faix, it was aa leike thon killeen-hoose
23
+ brae at Mainchester, thonder (div ee kenn'd?); bit no a biggeen keind
24
+ was there ti be seen, nor was there ony warden polis ti redd oot the
25
+ bizz wui skeely maig.
26
+ Now, at lang last, the hinmaist doonfaa o the 0road brings ee oot richt
27
+ at Bosells Green, an there the road pairts i twae. The maist feck o the
28
+ hooses cooer coothy on the tae hand i the yeh straigglin street o
29
+ Bosells, croonin the braeheeds hich abuin Tweed an forenent bieldy
30
+ Dryburgh; an on the tother hand- the richt-the road wunds aboot the
31
+ Green an makes up the brae.
32
+
33
+ A cood fain heh dwinglt, an daikert aboot in sleepery Bosells, bit A
34
+ fair durstna, or thance A micht never heh gotten off the bit aa day. Bit
35
+ afore A sterteet neice an cannie on the brae up atween the planteens, A
36
+ cruikeet ma hoach an clappeet masel doon a meenint on ov a toggle bank,
37
+ athort the Green, an luit ma een feast on the bonnie gerssy haugh- that
38
+ weel-sorteet an taen sic grand care o. For Bosells hes muckle mense o er
39
+ Green!
40
+ A beguid the climm as A meent ti end eet- "huillie, huillie, up the
41
+ brae" ! The leikes o yon's no ti be munteet at a teerin kip, an forbye,
42
+ it was harly the waather for stressin. An, whan A tuik the kaik, an
43
+ turnt keindih pechlt, A was rale glad ti caa cannie an keek backiewards
44
+ at the airt A'd comed. Fleis an midges an bummies war skiddlin an bizzin
45
+ aboot ma lugs in cluds, areddies-kittle craiters (mae ways as yin) an
46
+ fasheez ti middle wui, inti buit. A luit thir yins birr at, an fasht
47
+ thum nane, an they did iz nae skaith.
48
+ Ferrer on, the road turnt bieldeet o baith seides, wui derk fir
49
+ planteens that (on the skleff, strecht streetch at the heed o the brae)
50
+ aamaist pletteet ther
51
+ brainches abuinheed. A met twae awfih sairious-on chiels, rale leike as
52
+ ther seam was ti girn the bits o moppies skiltin aboot; an than a
53
+ chairkin road-injin, skreevin an skrauchin leike a skartin skeelie on a
54
+ skuil sklate. A duist hyit jairgin things, an that menseless road-injin
55
+ fair garrd mei girrl! The bummies sterteet ther kittleen an daffeen
56
+ again be A was weel oot o the skuggin wuds, an seine, at the kaim o the
57
+ hicht, A turnt roond for another keek ahint. An, whow! it was a sicht ti
58
+ be meindeet!
59
+ There, at the yeh hand, tooered the threeple Eeldons; there spaaldert,
60
+ in a weide, weel-wuddeet howe wui gressy haughlands an trei-cled glens,
61
+ Tweed's storied dale; an there, doon ablow, smuillin- in laeuch at the
62
+ brae-fit, little Bosells Beekeet i the sun. A was fair cairreet! A was
63
+ vext A'd naebody nerr iz ti speak ti, so ti geet vent A e'en blethert ti
64
+ masel! An a feelin-herteet yallih-yorleen, hippin alang the deike,
65
+ cockeet eis luggie an cheepeet-in rale kaif an innerly.
66
+ Let cleverality, mockreef folk that are unco smert, wui ther tale, an
67
+ ready ti hoonsh an take a len o hyimmalt claivers the leikis o meine,
68
+ dae a eer or twae's woark- ay ! yeh roond twalmont's, duist!- parrackeet
69
+ in ov a ceetie, mang reekin lums an chawkin smuists, where yin canna sei
70
+ bye yin's neb for skomfeeshin rowks an drowes, an than yibbleens they'd
71
+ think as muckle, an aa, o a cuintrie-seide where yin's sicht can spang
72
+ owre dizzens o meiles; where yin braiths God's air clear an no soddlt
73
+ wui suitty flichts; where, forbye, isteed o caimeecal-laden cluds, a
74
+ body can finnd the praicious scents o field an foggeege, flueesh an
75
+ flooer! A vast o folk dinna ken whan they're weel off
76
+ Yet, yince in a day, thir braes hed seen unco sichts. Thonder was the
77
+ moniment A jaloozed ti be the Lilliard's Edge Memorial, so that A was
78
+ stannin on bluiddy Ancrum Muir. Nae cannie daffin bull- reel splore that
79
+ fearfih fecht, whan the Dooglas an the Scott wrait off a wheen auld
80
+ scores an saw day-aboot wui the auld-enemy.
81
+ Threh the mids o thir verra busses wad stert the huirn oo read aboot in
82
+ oor bulks: ilk sheuch an heidie-hole i thir verra rigs was den for
83
+ fairce sodgers in fechtin-graith-Scots an Ingleesh in a fraineeshin,
84
+ fidgin mad-keen ti teer the harrigals oot o other; ilk lirk o thir
85
+ knowes wad heide the gear o war. Hei'd little need be hen-herteet that
86
+ hed ti beer the ramstam onfaa threh whan the slogan waekent the waller
87
+ an sterteet the fray i the gray-daylicht,-eendon throwe aa the grewsome
88
+ mowlie-; whan billies fell seide-be- seide till the brae-face was
89
+ traisselt an the gress ran reed wui bluid; whan naigs an troopers-the
90
+ deed- ruckle glutherin i-ther weizants-war cowpeet inti ilka seike,
91
+ heeds an thraws,-on till the derkeneen rowed its hap roond deed an
92
+ dei-in, an garrd the hyill yins devall an take a barley. Oor forebears
93
+ an ther Southron neebers coodna sit soft ava i thae days: they war
94
+ everly natterin an fechtin. An-sic veeshyis fechteen as it was, tui!
95
+ Folk are muckle ti mean that beide on aether seide o the Mairches atween
96
+ twae prood an towty countries 'at canna grei an are aye cuissen-oot. The
97
+ Borderers lang syne geh thersels an awfih leife o'd. Their's was nae
98
+ canty doon-sitteen!
99
+ Duist a hip-step-an-a-lowp, an A cam on o an- other kenspeckle
100
+ landmerk-Peinelheuch. This eez the saicant sic column, A've haar'tell;
101
+ for, yeh gowsty nicht (wui a wund fit ti blaw doors oot wundihs) a
102
+ turbleent woare as the ordnar dang doon the firsst Peinelheuch moniment
103
+ (the whulk, A unk, maun heh been buggen keinda jingle-jointeet, or maim
104
+ heh cowblt on ov a gey coaggly foond ; ony o the ways, it geh a steiter,
105
+ an yownt-owre it tirlt!) Bit Border folk are no that easy bett ; they
106
+ juist paat up a moniment fer better an brawer be what the auld yin was.
107
+ An now, aabody stravaigin the Borderland-gangers an reiders-sood ken
108
+ Peinelheuch.
109
+ A'd breesteet the brae now, an the road swaipeet doon afore iz. Ay! doon
110
+ ti ma caav-grund o Teviot- dale-an A lilteet a sang an whewed an
111
+ yuooted, leike as A'd gane wuth, an laap an flaang as yauld-as a
112
+ wuddie--boondin bleithely on wui ma' airms shuggiein lowce threh ma
113
+ oxters. A was abuin-the- woarlt! A was naether ti haud nor ti binnd! If
114
+ onybody hed eyed iz, hei'd heh thocht A was shuir ready for Bowden!!
115
+ Yeh thing ailed iz; A'd turnt awfih dry!
116
+ "Bring ben the loch!" yince quo "Jamie the Poyeter;" an faith A was
117
+ muckle o his meind eenow. A felt A cood heh drucken
118
+ waeter-(waeter-waeter, waal-waeter, sprigget-waeter, or waeter threh a
119
+ pownd!) -till ma lugs played crack! or till there, was nochts left o the
120
+ nerrest-hand loch bit paddihs, fishes stankin for braith, an glet. So,
121
+ raison or nane, A claam a fence o spakes an stuckeens, an jookeet doon
122
+ ti a wumplin burnie, where A cood sei sic a gliff as A gien the baggies
123
+ an preenheeds whan A shot ma dish inti the waeter. Weiceleik-e, A juist
124
+ tuik a toot-a sirple ti seind oot ma mooth, juist-an than back A speeld
125
+ ti the road again.
126
+ Bye the policies o Ancrum Hoose-fair cled o treis-A stoaggeet-on on the
127
+ shadeet seide, where juist the sunny blinks, keekin throwe atween the
128
+ leafs, spurtelt the road wui greimeens o licht. Doon ablow glinteet Yill
129
+ Waeter, trinnlin alang owre its staney chennel an trinklin ti its treist
130
+ wui Teiot. The fisslin leafs trimmelt an bevvert i the simmer breeze on
131
+ its banks, an the flicherin burdies daibbelt an dookeet; an A fair
132
+ ill-wulled thum o ther plowtereen an ther swattereen. A bittock fether
133
+ on, the road splet, an, ti the richt, spanged the Yill owre a brig
134
+ aseide a creeper-kivvert cottage wuin wui its gairdeen a perfect sotter
135
+ o bonnie flooers. An a wutchy-butterflei was makin the maist o its grand
136
+ bat, jikkerin aboot threh flooer ti flooer.
137
+ There, yoint the waeter, an fell croose an canty on the brae-face, lay
138
+ Ancrum!
139
+ Yeh bit sate on the kei-stane o the brig; yeh deek at the gurlin Yill;
140
+ an A hoyed strecht for the "clachan." A maun heh been woare ti waeter as
141
+ ti corn, a hantle, for A'll ouwn A was dry again, turnt, lang or this!
142
+ Bit A was yap now, tui; no a beite o meat hed a etten threh ma brekfist
143
+ ti the now, an A was vext A hedna socht a piece i ma pootch for ti
144
+ mootle i the road. So ee sei A thocht A micht fell twae dogs wui yeh
145
+ bane: sei Ancrum, an geet a chack o something ti serr as an off-pit, if
146
+ it was duist a gowpeenfih berries or a penny gray rowe, wui a slokener
147
+ owre an abuin. Hunger's a grand kitcheen; it was aa yin ti mei,
148
+ forgimmih-tih! A wasna saucy! No that A was hert-hungery nih, aether; or
149
+ thance A micht heh been gaun pookin "cheese-an-breed" off o the hedges
150
+ ti nattle at.
151
+
152
+ Aa vow yins thas's ooreet an oold wui this neeger-wheeper ov a woarlt,
153
+ an yirns ti sid-doon in ov a hyimmly bit away threh aa the strowe an the
154
+ catter- battereen-ee sood gang an stop at Ancrum! Ancrum -where
155
+ weel-putten-on Naiter's buskeet in er bonniest braws, where the caller
156
+ air ud seek roses back ti the chafts o the palliest peenge an wad
157
+ spruish an turn leify again the maist shilpeet an disjaskeet! Ay! thon's
158
+ the keind o bit! wui rowth o simmer sheine, an wui waalth o leaf an
159
+ flooer, an wui breezes threh the Border hills ti blaw away the ooder an
160
+ the speeder-wobs threh a body's herns-ti gar the reed bluid lowp, an pit
161
+ yin that's off eis bat suin on the way o mends again; ti gar yin that's
162
+ duist a peike at eis meat turn that ei can heck leike a pick-maw. Thon's
163
+ the keind o bit-steepeet i the lore o the bye-gane days; a bit that saw
164
+ weild toozy dae-eens lang or monie a massy jumpeet-up toon was buggen or
165
+ thocht o. Monie a creestin bit wui a guid ruice o itsel A ken that
166
+ coodna haud the cannle ti Ancrum for wurth!
167
+ A sud-doon on ov a furm oot-bye the road-end, yonder, duist for ti take
168
+ a richt look at yin o the bonniest an pleesantest bits 'at ever A've
169
+ clappeet een on o. Planteet aboot the Green i the mids, the treis gien
170
+ skug ti the Auld Cross-sair duifft an neiteet an nickeet wui Teime an
171
+ the waather . The bairns new oot o the skuil for leave, gaed lowpin an
172
+ rinnin aboot deike an gerss, -the wainches jumpin the tow, an the
173
+ callants daein kittles. A dandert aboot amang the auld byres an smiddie
174
+ ends an yetts; an than a gaed inti a bit an slokent ma drooth (oot ov a
175
+ tanker lippin- fowe-nane o eer eend-mizzer!) wui a lang waucht that
176
+ garrd iz sich. Neext A speerd if A cood geet ochts ti eat,-if there was
177
+ a mael o meat ti be bocht- skecht-gotten a len o (!)-mumpeet(!!).
178
+ Ehhbit NA!! Nehh!
179
+ A was telld that if A was for a richt denner A wad need ti trodge on ti
180
+ Jethart: that was a richt toon an big eneuch ti fother an fend for fremd
181
+ folk an gangerels. An A'd thocht A wad be aa the road i Ancrum! It serrd
182
+ naething for ti stert simmereen an wuntereen, for it's ill speakin
183
+ atween a fowe man an a fastin; bit A bocht an ett twae cookies an a
184
+ whank o cheese ti keep iz gaun till A wan ti Jethart. Than A wasteet nae
185
+ mair wund in Aarum, bit made tracks for the auld fechtin toon on Jed.
186
+ The heat wasna cannie as A cam ti the main road ayownt the Yill, again.
187
+ Aathings whufft an dovert bar the midges an mei, an thegither oo turnt
188
+ ti the richt for the Teiot an the coonty toon. At the fit o the brae a
189
+ flitteen was gaun on; twae-threi chiels war biggin f urniter an
190
+ plaeneesheen on ti laarries, an still another road-injin, wui the
191
+ inspeirin name: "Jethart's Here!", stuid nerrbye,-nidgin ti dae the
192
+ poween. Ancrum Brig, weel-kennd ti fisher-folk, is baith braid an
193
+ strang, an a gledge owre luit iz sei the bonnie Teviot, dooce an
194
+ purpose-leike (for aa it's new hoven wui Yill!) gleidin neth the pends.
195
+ Oot threh aboot the Brig-end hoose lampeet a muckle big, bang fallih,
196
+ braid-shoodert, rash an stuffy, that staapeet alang the Jethart road wui
197
+ a taatih- steppin streide. Game for ochts, A snuived steevely on aboot
198
+ therty yards ahint um. Whow! sic a bleezer as it was, wui no a whuff o
199
+ wund, an wui nae bield! The sweet was duist hailin off iz till A was
200
+ nerrhand swutten deed; ma serk was drackeet wui weet till it stack ti ma
201
+ verra back; an, dicht as A micht, dreeps rowld doon owre brow, haffets
202
+ an chowks, forbye. Ma collar lay roond ma craigie as wanrestfih as
203
+ branks an brecham roond a yaud. Birsselt an scowdert, leike a
204
+ bubbly-jock duine weel in ov an oven, A cood heh f und eet i ma hert ti
205
+ heh stoppeet an gane in for a dook, isteed, i the cuill, silver Teiot,
206
+ where it laippeet bye leafy- Monteviot. Bit the buirdly Borderer snodged
207
+ on a guid yin, an on A poalled ahint um at the same jock-trot !
208
+ Up-bye, as A paat on a bit aixtra brash, a grocer body gaun eis
209
+ yirrints, gien iz the weel-wurn hail: "It's a grand-day!" " Dead ay!"
210
+ says A, "bit, man, it's byordnar het for huz yins that's walkin!" A'll
211
+ aye meind the lauch ei leuch! Hei leuch till ei was away in a kink, an
212
+ fair soople; so that eis beiceecle steitert aneth um, an A thocht the
213
+ sowl wad take a dwam, an kilt owre,-banyels, creel, an aa thegither.
214
+ Dod, the snirtin body! Hei wad think A was fond,-braisslin on ao
215
+ stressin masel that gait in ony sicwaather. (Yibbles ei thocht it was
216
+ for a weejer). Hei cam tui, an rallied, tho, an away ei birrlt, still
217
+ buffin an smudgin inti eis sel.
218
+ A pairteet threh the leesh, swank-leike fallih ('at A'd been followin
219
+ eis lead) at the whusht road-end at Jedfit, for there ei tuik tae airt
220
+ for Kelsih. Threh the fitba-field ti the little wee station at the back
221
+ o beyond, no a leevin sowl-no a body keind-did A sei aa-the- gate doon
222
+ Jedseide, bar yeh haaflang chaap as black as Eppie Suittie (wui a face
223
+ aa coal-coom, an a perr o reed-ribbon een glintin leike slaes). Hei was
224
+ on ov a laarrie comin birrlin alang leike the bars o Ayr, -as hard as it
225
+ cood lick for Haaick. Yoint the road, an bye the station, A crosst Jed
226
+ Waeter, an suin ma shuin war clankin yince mair alang owre causa an
227
+ chennel.
228
+ It wad want a twae-threi meenints a twae i the efternuin whan A turnt
229
+ inti the High Street o Jethart, where there was an unordnar stur for the
230
+ teime o day. At the Mercat Place A maircht eend ti the "Gazette" Office,
231
+ an bocht a wheen picter-postcairds for ti send away up Ingland (they
232
+ gien iz yin intil't), an speerd anent the Haaick motor.
233
+ Now that's nate where A got a drop that reether taen iz ti the fair! I
234
+ the new, A was telld, the Hawick motor hed been stoppeet rinnin.
235
+ ("Aha!", thinks A, "it'll no hev cood gar ends meet this bittie back,
236
+ nih, A'se warran!")
237
+ This was a fessener, an A was keinda stucken, for A'd lippent on that
238
+ wanchancy motor as the maist mensefih way o wunnin threh Jethart ti
239
+ Haaick. However, it was nae uice o turnin roozd, an, bairn- leike,
240
+ kickin up a wa at no canneen geet a hurl; bit, for aa that, A'd taen the
241
+ maggot inti ma heed, an A ettlt at finndin some machine ti serr ma ends.
242
+
243
+ Weel, A ranged the haaf o the toon, or A turnt staaed. An fient a trap,
244
+ boaggie, geeg, laarraie, caager's caairt or hurlie cood A airt oot or
245
+ hear tell-o gaun up Teiot. Sic a hatter! A was in a habble. Bit lod
246
+ sakes mei! It wasna leike as A was muitteet oot or onyways trasht ; an,
247
+ forbye, it was lang or nicht!
248
+ There was a snod bit leikely-leike eateen-hoose, nerr bye; so in A gaed
249
+ ti fill ma empy keite, for my certies! A was howe! A was owre lang for
250
+ taatihs, bit A made a faiasable mael oot o pie-soop(a pickle grand
251
+ thing, 'at war they!), caald flesh, picklt ingans, an nae skrimp o laif;
252
+ wui twae rake o curny-dumpleen owre-an-abuin,-seindin the whole o'd doon
253
+ wui a waucht owaeter. Nane o eer mim-mowed peikeen got that Jethart
254
+ toozy table threh mei; for A puisteet an lained masel weel. It was as
255
+ muckle as A cood dae no ti slorp! An whan A'd ti haud-sae, A wasna
256
+ boass, if the truith be telld, A was riftin-fowe!-an, forbye, there was
257
+ a gey little hote o muilleens left for Lazarus! Yow yins that's keinda
258
+ perjink menna be uggeet at iz for aa this-set ee up wui eer feiky
259
+ mollups an eer friggeen an falderals! Some folk heh sic a tredd wui
260
+ thersels,-primpin!
261
+ A faand the guid o that denner as suin as A'd gaen wui'd; an, wui ma
262
+ wame fowe, ma thochts redd thersels the better oot. A paid ma laween (it
263
+ was naething owre-the-maitter - A wasna saateet), an than A lifteet the
264
+ sneck an gaed oot again ti the Mercat Cross.
265
+ It was ti be Shankum's Naigie, thin,-ti Denum, onyway. Yince an A'd wun
266
+ there, A thocht, A micht mebbies cood geet a hurl the lenth o Hawick. An
267
+ A'd geet mair guid yeh way as the tother, atweel; for snodgin on, A wad
268
+ aye geet seen the better aboot iz, an geet taen the mair guid o the
269
+ Bonnie Borderland. It was a Day's Dander A wanteet, an no a raam-race
270
+ duist.
271
+ So ti the tuine o:
272
+ "Oo're aa gaun ti Denum!"
273
+ oot A suitt towrt the Auld Jail, thonder, an yokeet till't up the Casle-
274
+ gate. Whow! yon brae o the Caslegate o Jethart! Sic a byordnar grand bit
275
+ for a sledge- sky or a yoke-a- tuillie! By!! The gaird wad need ti bei
276
+ richt an skeely at the merreen, tho, A'm thinkin, for it wad be a gey
277
+ sair pliskie ti rin dunt up again' the braw moniment at the fit. It wad
278
+ take a vast o sow-same, a richt claat o creesh, ti cleester a cloor
279
+ gotten that gait! Ee meind what Jamie Tamson wrait aboot the
280
+ guitter-bluid callants o Haaick an "the battert gavel o the Auld Mid
281
+ Raw?"
282
+ What a different shapes, firrst an last, as Jethart Casle saw,where
283
+ Jethart Jail stands nowadays. The seams an ploys o grit-folk an
284
+ Royalties; ther splun- teens an ther mairryeens; ther shooteens an ther
285
+ buirryeens. Did the deed-raap soond throwe its gampy ends, A wunder, i
286
+ the nicht efter guid King Alisaunder's waddeen-foy, - whan the grewsome
287
+ gaisener ov a geizart, i the girnin Daita's Heed, coonjert wui its
288
+ moween an its skeeletin-maigs, aa the braw folk weegin an dancin?
289
+ Jethart Casle! A body wad need ti ken'd aff leike as Wattie Laidlaw
290
+ kennd eet, for ti tell owre, off-luif, aa its dambrod-cheekeet story.
291
+ Puir auld Wattie Laidlaw! It was waesome ti think that hei was awanteen
292
+ threh eis weet-1eikeet Aibbey doon i the howe. A think A sei um yet: a
293
+ patriarch-leike body,-heed bared, an airm hoised as ei hailed the
294
+ Muises; eis baird, wheite as the drieen snaw, flaffin the wund, as
295
+ (yince an ei',d been suitten on) hei laid on an ranted off yirrds o
296
+ Border rheime an lore,-that nae man was better aqcuaint wui. Never
297
+ huivvin ti ruize Jethart high; never devaaldin ti crack prood an massy
298
+ aboot its bonnie bits an its history: a geyan yibble poyeter an a leal
299
+ Border Scot ti buit, Walter Laidlaw maun be a sair miss ti the
300
+ Waeter-gate o Jed. Let this beide as a merk o the respeck o the wreiter
301
+ o this leibult ti yin that may the muils lie licht on; the auld ye-teime
302
+ keeper o Jethart Aibbey!
303
+ Thereckly, as a hechult up that teedisome brae, the muckle
304
+ Cairter-booksome an blewe-leike wui the ferness o'd-raise fer owre on ma
305
+ left. "Teedisome brae," quo A, eenow, bit for aa A stecht keinda, it was
306
+ rale neice, that sklimm, wui the efternuin sun daabin sheddihs oot owre
307
+ the knowes an fells. Guid- bethankeet, tui, nocht ailed ma cluits; A'd
308
+ hed naething woare as a lowce wheing aa the day,-a faut easy eneneh
309
+ putten richt. A was nae hippeet heipalt, hirplin on. A'd naether bumple,
310
+ brizz, bate, nor blusht-bit ti play the limm an gar iz humple or turn
311
+ lameter. Nor was A tewd or mauchless, bit limbber an lither.
312
+ Forbye, A was i the hert's hyimm, els! Strecht afore iz, an keekin bye
313
+ the shooder o' the Dunion, hoized the loor-brows o derk Ruberslaw. Be
314
+ this, it wasna fer ti heed o the brae-the hinmaist bit bairge ov a powe
315
+ bringin iz alang bye a boaggly, gloomin planteen, where the whussellin
316
+ wunt gaed soachin throwe. An oh! (whan yince A'd gotten ti the top o the
317
+ rig, an-forfeuchen a weilock-hed hoakkert doon on ti ma hunkers till A
318
+ gethart back ma braith)-glorious sicht!!
319
+ A was on yin o thae hichts-Lilliard's Edge hed been sic-an-so that verra
320
+ day-that the Borderland hes sic rowth o; yin o thae watch-knowe hichts,
321
+ clean abuin haugh an howe, that in days o auld gien wairneen ti a hyill
322
+ waeter-gate, bit that i thir days juist gae keeks inti a yarthly
323
+ pairideise. Jethart lay hidden on the yeh seide at the boddom o the lang
324
+ swaip that hed garrd mei pech; on the tother the road gaed brent doon
325
+ inti thick planteens abuin Bedrule an Denum.
326
+ A cood wale oot Rule Waeter's coorse feine,- merkeet wui raws on raws o
327
+ treis-where it jookeet doon threh the knowes away ayownt Buinster an
328
+ Hobkirk. An another ribbon,-verder-cled, rinnin eassla-wassla-telld the
329
+ coorse o bonnie Teviot, wumplin bye paster an pairk an bussy dean.
330
+ Fornent iz, athort the fer seide o Teiot's flooery vale, Mintih Craigs
331
+ (haappeet an rowed in their leafy maud) brent raise ther skerrs; an the
332
+ gray waas o Fatlips keekeet oot threh atween the treis that skuggeet
333
+ Barnhill's staney bed an hade Mintih Hoose threh sicht. Away yownt baith
334
+ Teiot an Yill, bit stannin oot clear as clear, the Eeldon threisome
335
+ pointeet the airt A'd comed: by seike an deike an waeter; bve burn an
336
+ brig an haa. Wastwards, it wasna ill ti ken threh whaiten bits Teiot hed
337
+ run: a pickle blewe reek threh the hoose-lums o Denum draiggelt in a
338
+ swutherin clud; an, ferrer up the waeter yet plain ti ma aiger lookeen,
339
+ hang another caal, leike a bruch roond a muin. Duist there lay auld
340
+ Hawick Amang the Hills; an oh! the sicht garrd the guitter-bluid gang
341
+ lowpin an puttin an stoondin throwe aa ma book.
342
+ Door an dochty, framin the view, war rankeet Naeter's Wardens o the
343
+ Mairches-The Cairter, Cat- cleuch Shin, Peel Fell, Penchrise Pen,
344
+ Skelfhill Pen, an the lave.
345
+ A wheen folk oot picnickin at a deike-fit on Dunionseide hed kinnelt a
346
+ lunt an war thrang poatchin aboot an maskin tei. A pewl o reek fuffelt
347
+ abuin the gleed, an swurlt an yilleet away in a pirlin braith o wund,
348
+ roond owre the shooder o the knowe, till it saanteet i the caller air.
349
+ Hicher up, nerr the croon o the hill, men war layin on an chaappin,
350
+ lootin doon an howkin threh a skerr, the teime a stane-nappin injin
351
+ gaed-on leike a tuim mill,-skrunshin- chaampin-
352
+ haanshin-nickerin-dirrlin-snokerin-an reesellin, -withoot lissance. Ti
353
+ the sooth, ayownt the sweire, stuide Black Law; an ahint hit, Ruberslaw
354
+ michty noal, wui plewed rigs an planteens-reed-land an greenery- dinkin
355
+ its merly-merkeet braes, an Peden's Poopit buinmaist. Dunion, wui its
356
+ muckle mell heed, is buirdly billie ti Ruberslaw, an there the perr
357
+ stand, shooder ti shooder, leike as they war glunshin an shuirrin doon
358
+ at aabodie that wad middle-thum. A hantle heh the twaesome seen sin the
359
+ beacons war kuittelt on ther heathery pows, an mosstrooper an reever
360
+ rade bye ti foray an fecht an reipin raid. Now, the "ern-horse" rins
361
+ roond ahint the Mintih Hills; the motor birls up the stoor on the
362
+ Jethart road; an the aeroplane gangs whurrin bye i the cluds abuin-
363
+ heed.
364
+ A hained that view an taen the guid o'd as lang's A durst an cood. It
365
+ wad heh been naething till iz ta heh bidden aa nicht ti sei'd owre
366
+ again, bonnier as ever, at the skrich o day! Bit "nae man can tether
367
+ tieme nor teide," an, sweerdrawn an laith tho A was, A'd ti turn away
368
+ for aa aa ma offpitteen an daidelleen, an stert on the doon-gangeen ti
369
+ the Waeter o Ruile.
370
+ Bit, Guidbethankeet, there's nocht ti hinder a body threh seekin away
371
+ wui um thochts o sic bonnie bits ti pit bye an huirrd in eis posie o
372
+ pleezant maimeries. An so it is that A heh thae thochts ti faa back on
373
+ gin Fortun takes a pick at iz an things gang geite; whan A turn dowie an
374
+ hum-jum, or take a demuirrd dwam, fair leike ti faa of the spake wui the
375
+ wuddles an the vexes o woark i the mids o a michty ceetie fer aa
376
+ sindert; whan A hatter on, maist deeved an daivert an donnert wui the
377
+ rummellin dunner o an eend-on bizz-a stramoosh unendeen-the skirls an
378
+ the dirls, the raameen an the raackeen an the cammelleen, the daads an
379
+ the dunts an the skraucheon an the skreeveen. An so it is atweenhands,
380
+ tui, whan A keek oot ov a slaistert woark-place wundih on ti bowkin lums
381
+ an platchin cloots an ruiffs an waas baith suitteet an ratcht on derk
382
+ wunter days, whan aathing's dinnellin an cruppen-thegither wui the
383
+ nurlin hackin clap o Jock Nipneb's nitherin neeve, or the daggy drowe
384
+ comes drifflin on an a smairggin rowk feiles ilka thing, or the
385
+ snaw-brui's strampeet inti a caald-broon platch, a chaamp that turns
386
+ foats an cuittlekins soappin-wat an lauchs at tacketty shuin; an I
387
+ simmer, whan the smuists are woarst an the pluiffin ter froes up atween
388
+ the causa-stanes, whan the bruizzin, frizzlin heat turns frush things
389
+ tewd an rizzert, an leify folk dawallt an waaf, whan wud turns geizant
390
+ an ern lowps abreed. Everly, whan A haiggle on alang streets chowky wui
391
+ cluds o shairny stoor an smuirrin reek or clairty wui lifty glaar an
392
+ creeshy glet threh fooel seier an brander; whan A'm owther geetin
393
+ jaappeet an splairggeat wui dirrt, or dunsht wui folk, whan A'm
394
+ seek-staaed o the wundy, aippeen an the putten-on mimpeen an the
395
+ preidfih bluistereen that a body often hes ti thole; whan A'm scunnert
396
+ ti deed wui speakin feine; whan ma lugs are staaed o throaply blethers
397
+ an ma paap-o-the-hass is yookin ti let oot some richt, guid, braid
398
+ Haaick:-A duist caa cannie a weilock,-steek ma een,-an gae ma meind
399
+ leave ti spang owre ti Lilliaird's Edge or the heed o the Dunion,- an,
400
+ losh sakes mei! the thochts that come seipin, seilin throwe an rowl owre
401
+ an owre amang ma herns are fit ti gar aa the trauchles an the fashes
402
+ gang leike the snaw off the deike in a thowe, an-een as the flaam o the
403
+ waather-gleam skails afore'd the clutds threh an owrecuissen lift-thae
404
+ thochts help iz ti cast ma dowth, thole-muiddy boot; they set a spunk ti
405
+ ma gleed o Hope till it comes ti leife again; they gar iz bang up
406
+ bleithe again an buckle tui in nettle-yirrnist!
407
+ A met a doiterin, duddy, auld hallanshaker as A laampeet doon that lang
408
+ brae; a shauchlin, husslin- shoodert skeiabult wui a toozy, taaty heed
409
+ that wad be richt an ruggy ti redd, an a baird sair needin a
410
+ redden-kaim, - wui stoory claes aa tairgets an spatches an
411
+ faizzent-ends, an skluiffin shuin wurn inti bauchels. Puir sowl! Hei
412
+ didna set the bonnie cuintrie-seide.
413
+ It hed been a stey climm up ti Dunion-heed, an it was an unco lang
414
+ doonfaa ti Rule-Waeter-seide, an aa. Bien an braw wui skuggin shaws an
415
+ bonnie busses, the road gaed wundin doon, till suin, aa that was left o
416
+ ma vie was the toppeen o Ruberslaw an the brows o the Mintih Hills. Whan
417
+ A'd joined the Haaick-ti- Jethart turnpeike, yeh loonge owre the brig an
418
+ a gledge doon inti the Rule as it ran rowlin ti link in wui Teiot, an -
419
+ A was luntin alang the skleff, towrt Denum.
420
+ Duist at the gangeen-in ti the village, alang the laeuch road thonder, a
421
+ muckle great, big hivvy, motor- laarrie-a perfeet killogie for reek-cam
422
+ snorkin an dunnerin bye, gaun Haaick airt. Sittin curmudd ahint, an
423
+ geetin a hurl for nochts, twae-threi bleithe- leike fallihs i glarry
424
+ moleskins smokeet their claey peipes, tho their chafts war ditherin an
425
+ beverrin leike as they war pairlt, wui the awfih deedelleen an joaggleen
426
+ o rampaajin laarrie. It was at ma tung-ruits ti cry on the hoattery
427
+ affair, for fear it was ma hinmaist chance o a cairrie ti Haaick; bit A
428
+ hedna muckle brow o'd, an A hickeet an tuik the rewe, for the rummelleen
429
+ o'd an the clairty, creeshy look o'd wad heh gien a body the scunners. A
430
+ canna meind now whae was ocht the naisty infiel, bit A meind o wunderin
431
+ its folk didna think black burnin shame o its ongangeen!! There's a guid
432
+ mids! Bit A daar- say there's a selly bit aboot uz aa,-they warna
433
+ finndin the skomfeesheen. So away A luit eet gang, i swurlin cluds o
434
+ stoor o its ain soopeen; An on A snodged ma leifih-lane, till the
435
+ riggens an ruiffs o Denum-theekeet yins an sklaitteet yins-cam in sicht;
436
+ an seine A gaed stairgin up the "Canniegate!"
437
+ A cleckeen o guidweives at a gairdeen-yett whuttert ti other whan they
438
+ eyed iz; an aamaist the whole road-end cam oot-ther-oot ti waal an glowr
439
+ at the unordnar munsie; the stoory stravaiger. Shuir eneuch, A wad look
440
+ a richt jeeg ti thum. Imagin iz: A reed, lowpin, broazy face leike a
441
+ bermy bannih, sweet-begrutten an bairkent wui dirrt; hair aa torfellt an
442
+ toozellt; collar raandeet, an waaffelt lang seine; rufflt claes, creest
443
+ an huggery-muggery; an shuin wheite o stoor, for aa ma dichteen an
444
+ daaddeen. Sic a brattie! Sic a sain! Bit A never goamed the folk, an A
445
+ never luit bat; aa that A heedeet was: Here A was at Denum,-the same
446
+ auld Denum as it was aye! A didna ken a grain o odds o'd for aa A hedna
447
+ seen't threh kens-whan. There was the Leyden Moniment: there the Frei
448
+ Kirk clock; an aa the weel- kennd howffs an hooses; a waaller o barefit
449
+ getts; a wumman wui a bairn cairryin i the shawl; an auld herd wul a
450
+ maud on, an a nibble in eis neeve; an a snowkin collie!
451
+
452
+ At yeh shop-door a motor stuid, an forrit A gaed ti finnd oot whae was
453
+ ocht eet. A bit beekin callant, eis chuffy chowks aa fairnytickles, an
454
+ eis airm up ti shade eis een, gleimed gleide against the sun's licht as
455
+ A cam up. A axt um if this was the Haaick motor, an whuther it was gaun
456
+ back ti Haaick that nicht or no.
457
+ "Ay!", says hei.
458
+ Off-luif, ei made twae wrang shots anent the teime if wad set oot (ei
459
+ said firrst that it was gaun ti Haaick at "haaf-past 'hrei!," an neext
460
+ ei said "haaf- past fowr!", whan A kennd feine naether the tain nor the
461
+ tother cood be the richt oor, for it was weel-on o haaf-past five,
462
+ els!): bit for aa ei threepeet, ei gaed yins-yirrint an fand oot the
463
+ richt teime for iz i the hinder-end, an A I gien um a thripny-bit. Sic a
464
+ nibble for um! The little bleckie was fair upmade whan A said: "Hyeh!"
465
+ Hei glaammed at eet leike a cock at a grozert, an waird eet afore ma
466
+ lookin een on o leemeenade or sic-another fussy drink, for A saw um,
467
+ thereckly, bebbin an taain oot ov a bottle, an whoam- mlin't ti geet the
468
+ verra grands, wui the weeks o eis mooth aa froe, an riftin gas till eis
469
+ een grat.
470
+ As for mei, A gaed an got masel cleaned an spruisht wui a grand swaibble
471
+ o waeter, a shed i ma hair, a lick o bleckneen on ma buits, an a skuff
472
+ doon wui a claes-brush,-an a hantle the better A fand masel, for a clean
473
+ thing's aye feel. Than A pandert up an doon a bittie, hed a bit crack
474
+ wui yin an another; an, whan the motor dreiver, trig in eis ticht
475
+ leggums, beguid o kirneen an caain eis injin, A planteet masel i the
476
+ machine, takin tent no ti crack ma cantel as A claam in.
477
+ Jimp hed a gotten sutten doon, afore wei war off-wui a yerk an a dunsh
478
+ an a stech an a "Parp!" -off leike billie-hoy on the lang rin "by
479
+ Teviot's flooery border." No that lang, aether,-it was nae teime
480
+ owregane or oo war birlin owre the Trow Burn leike five ell o wund; bye
481
+ auld Hornshole, -a picter o gray an green-wui a glisk o the Moniment;
482
+ bye Lindean an Weensland; raisin at yeh whup a steer an a stoor, an
483
+ gliffin auld folk an bairns, baith.
484
+ An so, efter a smert hurl, oo clattert inti Hawick High Street duist on
485
+ the chaap o six,-an ma lang Dander throwe the Bonnie Borderland, mang
486
+ Howes an Knowes, an alang the Waeter-gates,-cam ti an end i the hert o a
487
+ lichtsome strooshie, ti the droang o the Toon's clock an the bumm o the
488
+ jumboes; whan the mills war skailin an the mill-yins war toavin hyimm
489
+ efter ther simmer-efternuins yokeen.
490
+