cskit-strongs 1.0.0

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 (1353) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +8 -0
  3. data/History.txt +3 -0
  4. data/LICENSE +177 -0
  5. data/README.md +0 -0
  6. data/Rakefile +129 -0
  7. data/cskit-strongs.gemspec +26 -0
  8. data/lib/cskit/concordances/strongs.rb +15 -0
  9. data/lib/cskit-strongs/annotator.rb +102 -0
  10. data/lib/cskit-strongs/formatters/strongs_html_formatter.rb +20 -0
  11. data/lib/cskit-strongs/formatters/strongs_plain_text_formatter.rb +22 -0
  12. data/lib/cskit-strongs/formatters.rb +10 -0
  13. data/lib/cskit-strongs/lexicon_entry.rb +17 -0
  14. data/lib/cskit-strongs/splitters/concordance_splitter.rb +50 -0
  15. data/lib/cskit-strongs/splitters/greek_lexicon_splitter.rb +86 -0
  16. data/lib/cskit-strongs/splitters/hebrew_lexicon_splitter.rb +86 -0
  17. data/lib/cskit-strongs/splitters/utilities.rb +13 -0
  18. data/lib/cskit-strongs/strongs_number.rb +30 -0
  19. data/lib/cskit-strongs/version.rb +5 -0
  20. data/lib/cskit-strongs.rb +25 -0
  21. data/resources/concordance/acts/1.json +1 -0
  22. data/resources/concordance/acts/10.json +1 -0
  23. data/resources/concordance/acts/11.json +1 -0
  24. data/resources/concordance/acts/12.json +1 -0
  25. data/resources/concordance/acts/13.json +1 -0
  26. data/resources/concordance/acts/14.json +1 -0
  27. data/resources/concordance/acts/15.json +1 -0
  28. data/resources/concordance/acts/16.json +1 -0
  29. data/resources/concordance/acts/17.json +1 -0
  30. data/resources/concordance/acts/18.json +1 -0
  31. data/resources/concordance/acts/19.json +1 -0
  32. data/resources/concordance/acts/2.json +1 -0
  33. data/resources/concordance/acts/20.json +1 -0
  34. data/resources/concordance/acts/21.json +1 -0
  35. data/resources/concordance/acts/22.json +1 -0
  36. data/resources/concordance/acts/23.json +1 -0
  37. data/resources/concordance/acts/24.json +1 -0
  38. data/resources/concordance/acts/25.json +1 -0
  39. data/resources/concordance/acts/26.json +1 -0
  40. data/resources/concordance/acts/27.json +1 -0
  41. data/resources/concordance/acts/28.json +1 -0
  42. data/resources/concordance/acts/3.json +1 -0
  43. data/resources/concordance/acts/4.json +1 -0
  44. data/resources/concordance/acts/5.json +1 -0
  45. data/resources/concordance/acts/6.json +1 -0
  46. data/resources/concordance/acts/7.json +1 -0
  47. data/resources/concordance/acts/8.json +1 -0
  48. data/resources/concordance/acts/9.json +1 -0
  49. data/resources/concordance/amos/1.json +1 -0
  50. data/resources/concordance/amos/2.json +1 -0
  51. data/resources/concordance/amos/3.json +1 -0
  52. data/resources/concordance/amos/4.json +1 -0
  53. data/resources/concordance/amos/5.json +1 -0
  54. data/resources/concordance/amos/6.json +1 -0
  55. data/resources/concordance/amos/7.json +1 -0
  56. data/resources/concordance/amos/8.json +1 -0
  57. data/resources/concordance/amos/9.json +1 -0
  58. data/resources/concordance/colossians/1.json +1 -0
  59. data/resources/concordance/colossians/2.json +1 -0
  60. data/resources/concordance/colossians/3.json +1 -0
  61. data/resources/concordance/colossians/4.json +1 -0
  62. data/resources/concordance/daniel/1.json +1 -0
  63. data/resources/concordance/daniel/10.json +1 -0
  64. data/resources/concordance/daniel/11.json +1 -0
  65. data/resources/concordance/daniel/12.json +1 -0
  66. data/resources/concordance/daniel/2.json +1 -0
  67. data/resources/concordance/daniel/3.json +1 -0
  68. data/resources/concordance/daniel/4.json +1 -0
  69. data/resources/concordance/daniel/5.json +1 -0
  70. data/resources/concordance/daniel/6.json +1 -0
  71. data/resources/concordance/daniel/7.json +1 -0
  72. data/resources/concordance/daniel/8.json +1 -0
  73. data/resources/concordance/daniel/9.json +1 -0
  74. data/resources/concordance/deuteronomy/1.json +1 -0
  75. data/resources/concordance/deuteronomy/10.json +1 -0
  76. data/resources/concordance/deuteronomy/11.json +1 -0
  77. data/resources/concordance/deuteronomy/12.json +1 -0
  78. data/resources/concordance/deuteronomy/13.json +1 -0
  79. data/resources/concordance/deuteronomy/14.json +1 -0
  80. data/resources/concordance/deuteronomy/15.json +1 -0
  81. data/resources/concordance/deuteronomy/16.json +1 -0
  82. data/resources/concordance/deuteronomy/17.json +1 -0
  83. data/resources/concordance/deuteronomy/18.json +1 -0
  84. data/resources/concordance/deuteronomy/19.json +1 -0
  85. data/resources/concordance/deuteronomy/2.json +1 -0
  86. data/resources/concordance/deuteronomy/20.json +1 -0
  87. data/resources/concordance/deuteronomy/21.json +1 -0
  88. data/resources/concordance/deuteronomy/22.json +1 -0
  89. data/resources/concordance/deuteronomy/23.json +1 -0
  90. data/resources/concordance/deuteronomy/24.json +1 -0
  91. data/resources/concordance/deuteronomy/25.json +1 -0
  92. data/resources/concordance/deuteronomy/26.json +1 -0
  93. data/resources/concordance/deuteronomy/27.json +1 -0
  94. data/resources/concordance/deuteronomy/28.json +1 -0
  95. data/resources/concordance/deuteronomy/29.json +1 -0
  96. data/resources/concordance/deuteronomy/3.json +1 -0
  97. data/resources/concordance/deuteronomy/30.json +1 -0
  98. data/resources/concordance/deuteronomy/31.json +1 -0
  99. data/resources/concordance/deuteronomy/32.json +1 -0
  100. data/resources/concordance/deuteronomy/33.json +1 -0
  101. data/resources/concordance/deuteronomy/34.json +1 -0
  102. data/resources/concordance/deuteronomy/4.json +1 -0
  103. data/resources/concordance/deuteronomy/5.json +1 -0
  104. data/resources/concordance/deuteronomy/6.json +1 -0
  105. data/resources/concordance/deuteronomy/7.json +1 -0
  106. data/resources/concordance/deuteronomy/8.json +1 -0
  107. data/resources/concordance/deuteronomy/9.json +1 -0
  108. data/resources/concordance/ecclesiastes/1.json +1 -0
  109. data/resources/concordance/ecclesiastes/10.json +1 -0
  110. data/resources/concordance/ecclesiastes/11.json +1 -0
  111. data/resources/concordance/ecclesiastes/12.json +1 -0
  112. data/resources/concordance/ecclesiastes/2.json +1 -0
  113. data/resources/concordance/ecclesiastes/3.json +1 -0
  114. data/resources/concordance/ecclesiastes/4.json +1 -0
  115. data/resources/concordance/ecclesiastes/5.json +1 -0
  116. data/resources/concordance/ecclesiastes/6.json +1 -0
  117. data/resources/concordance/ecclesiastes/7.json +1 -0
  118. data/resources/concordance/ecclesiastes/8.json +1 -0
  119. data/resources/concordance/ecclesiastes/9.json +1 -0
  120. data/resources/concordance/ephesians/1.json +1 -0
  121. data/resources/concordance/ephesians/2.json +1 -0
  122. data/resources/concordance/ephesians/3.json +1 -0
  123. data/resources/concordance/ephesians/4.json +1 -0
  124. data/resources/concordance/ephesians/5.json +1 -0
  125. data/resources/concordance/ephesians/6.json +1 -0
  126. data/resources/concordance/esther/1.json +1 -0
  127. data/resources/concordance/esther/10.json +1 -0
  128. data/resources/concordance/esther/2.json +1 -0
  129. data/resources/concordance/esther/3.json +1 -0
  130. data/resources/concordance/esther/4.json +1 -0
  131. data/resources/concordance/esther/5.json +1 -0
  132. data/resources/concordance/esther/6.json +1 -0
  133. data/resources/concordance/esther/7.json +1 -0
  134. data/resources/concordance/esther/8.json +1 -0
  135. data/resources/concordance/esther/9.json +1 -0
  136. data/resources/concordance/exodus/1.json +1 -0
  137. data/resources/concordance/exodus/10.json +1 -0
  138. data/resources/concordance/exodus/11.json +1 -0
  139. data/resources/concordance/exodus/12.json +1 -0
  140. data/resources/concordance/exodus/13.json +1 -0
  141. data/resources/concordance/exodus/14.json +1 -0
  142. data/resources/concordance/exodus/15.json +1 -0
  143. data/resources/concordance/exodus/16.json +1 -0
  144. data/resources/concordance/exodus/17.json +1 -0
  145. data/resources/concordance/exodus/18.json +1 -0
  146. data/resources/concordance/exodus/19.json +1 -0
  147. data/resources/concordance/exodus/2.json +1 -0
  148. data/resources/concordance/exodus/20.json +1 -0
  149. data/resources/concordance/exodus/21.json +1 -0
  150. data/resources/concordance/exodus/22.json +1 -0
  151. data/resources/concordance/exodus/23.json +1 -0
  152. data/resources/concordance/exodus/24.json +1 -0
  153. data/resources/concordance/exodus/25.json +1 -0
  154. data/resources/concordance/exodus/26.json +1 -0
  155. data/resources/concordance/exodus/27.json +1 -0
  156. data/resources/concordance/exodus/28.json +1 -0
  157. data/resources/concordance/exodus/29.json +1 -0
  158. data/resources/concordance/exodus/3.json +1 -0
  159. data/resources/concordance/exodus/30.json +1 -0
  160. data/resources/concordance/exodus/31.json +1 -0
  161. data/resources/concordance/exodus/32.json +1 -0
  162. data/resources/concordance/exodus/33.json +1 -0
  163. data/resources/concordance/exodus/34.json +1 -0
  164. data/resources/concordance/exodus/35.json +1 -0
  165. data/resources/concordance/exodus/36.json +1 -0
  166. data/resources/concordance/exodus/37.json +1 -0
  167. data/resources/concordance/exodus/38.json +1 -0
  168. data/resources/concordance/exodus/39.json +1 -0
  169. data/resources/concordance/exodus/4.json +1 -0
  170. data/resources/concordance/exodus/40.json +1 -0
  171. data/resources/concordance/exodus/5.json +1 -0
  172. data/resources/concordance/exodus/6.json +1 -0
  173. data/resources/concordance/exodus/7.json +1 -0
  174. data/resources/concordance/exodus/8.json +1 -0
  175. data/resources/concordance/exodus/9.json +1 -0
  176. data/resources/concordance/ezekiel/1.json +1 -0
  177. data/resources/concordance/ezekiel/10.json +1 -0
  178. data/resources/concordance/ezekiel/11.json +1 -0
  179. data/resources/concordance/ezekiel/12.json +1 -0
  180. data/resources/concordance/ezekiel/13.json +1 -0
  181. data/resources/concordance/ezekiel/14.json +1 -0
  182. data/resources/concordance/ezekiel/15.json +1 -0
  183. data/resources/concordance/ezekiel/16.json +1 -0
  184. data/resources/concordance/ezekiel/17.json +1 -0
  185. data/resources/concordance/ezekiel/18.json +1 -0
  186. data/resources/concordance/ezekiel/19.json +1 -0
  187. data/resources/concordance/ezekiel/2.json +1 -0
  188. data/resources/concordance/ezekiel/20.json +1 -0
  189. data/resources/concordance/ezekiel/21.json +1 -0
  190. data/resources/concordance/ezekiel/22.json +1 -0
  191. data/resources/concordance/ezekiel/23.json +1 -0
  192. data/resources/concordance/ezekiel/24.json +1 -0
  193. data/resources/concordance/ezekiel/25.json +1 -0
  194. data/resources/concordance/ezekiel/26.json +1 -0
  195. data/resources/concordance/ezekiel/27.json +1 -0
  196. data/resources/concordance/ezekiel/28.json +1 -0
  197. data/resources/concordance/ezekiel/29.json +1 -0
  198. data/resources/concordance/ezekiel/3.json +1 -0
  199. data/resources/concordance/ezekiel/30.json +1 -0
  200. data/resources/concordance/ezekiel/31.json +1 -0
  201. data/resources/concordance/ezekiel/32.json +1 -0
  202. data/resources/concordance/ezekiel/33.json +1 -0
  203. data/resources/concordance/ezekiel/34.json +1 -0
  204. data/resources/concordance/ezekiel/35.json +1 -0
  205. data/resources/concordance/ezekiel/36.json +1 -0
  206. data/resources/concordance/ezekiel/37.json +1 -0
  207. data/resources/concordance/ezekiel/38.json +1 -0
  208. data/resources/concordance/ezekiel/39.json +1 -0
  209. data/resources/concordance/ezekiel/4.json +1 -0
  210. data/resources/concordance/ezekiel/40.json +1 -0
  211. data/resources/concordance/ezekiel/41.json +1 -0
  212. data/resources/concordance/ezekiel/42.json +1 -0
  213. data/resources/concordance/ezekiel/43.json +1 -0
  214. data/resources/concordance/ezekiel/44.json +1 -0
  215. data/resources/concordance/ezekiel/45.json +1 -0
  216. data/resources/concordance/ezekiel/46.json +1 -0
  217. data/resources/concordance/ezekiel/47.json +1 -0
  218. data/resources/concordance/ezekiel/48.json +1 -0
  219. data/resources/concordance/ezekiel/5.json +1 -0
  220. data/resources/concordance/ezekiel/6.json +1 -0
  221. data/resources/concordance/ezekiel/7.json +1 -0
  222. data/resources/concordance/ezekiel/8.json +1 -0
  223. data/resources/concordance/ezekiel/9.json +1 -0
  224. data/resources/concordance/ezra/1.json +1 -0
  225. data/resources/concordance/ezra/10.json +1 -0
  226. data/resources/concordance/ezra/2.json +1 -0
  227. data/resources/concordance/ezra/3.json +1 -0
  228. data/resources/concordance/ezra/4.json +1 -0
  229. data/resources/concordance/ezra/5.json +1 -0
  230. data/resources/concordance/ezra/6.json +1 -0
  231. data/resources/concordance/ezra/7.json +1 -0
  232. data/resources/concordance/ezra/8.json +1 -0
  233. data/resources/concordance/ezra/9.json +1 -0
  234. data/resources/concordance/galatians/1.json +1 -0
  235. data/resources/concordance/galatians/2.json +1 -0
  236. data/resources/concordance/galatians/3.json +1 -0
  237. data/resources/concordance/galatians/4.json +1 -0
  238. data/resources/concordance/galatians/5.json +1 -0
  239. data/resources/concordance/galatians/6.json +1 -0
  240. data/resources/concordance/genesis/1.json +1 -0
  241. data/resources/concordance/genesis/10.json +1 -0
  242. data/resources/concordance/genesis/11.json +1 -0
  243. data/resources/concordance/genesis/12.json +1 -0
  244. data/resources/concordance/genesis/13.json +1 -0
  245. data/resources/concordance/genesis/14.json +1 -0
  246. data/resources/concordance/genesis/15.json +1 -0
  247. data/resources/concordance/genesis/16.json +1 -0
  248. data/resources/concordance/genesis/17.json +1 -0
  249. data/resources/concordance/genesis/18.json +1 -0
  250. data/resources/concordance/genesis/19.json +1 -0
  251. data/resources/concordance/genesis/2.json +1 -0
  252. data/resources/concordance/genesis/20.json +1 -0
  253. data/resources/concordance/genesis/21.json +1 -0
  254. data/resources/concordance/genesis/22.json +1 -0
  255. data/resources/concordance/genesis/23.json +1 -0
  256. data/resources/concordance/genesis/24.json +1 -0
  257. data/resources/concordance/genesis/25.json +1 -0
  258. data/resources/concordance/genesis/26.json +1 -0
  259. data/resources/concordance/genesis/27.json +1 -0
  260. data/resources/concordance/genesis/28.json +1 -0
  261. data/resources/concordance/genesis/29.json +1 -0
  262. data/resources/concordance/genesis/3.json +1 -0
  263. data/resources/concordance/genesis/30.json +1 -0
  264. data/resources/concordance/genesis/31.json +1 -0
  265. data/resources/concordance/genesis/32.json +1 -0
  266. data/resources/concordance/genesis/33.json +1 -0
  267. data/resources/concordance/genesis/34.json +1 -0
  268. data/resources/concordance/genesis/35.json +1 -0
  269. data/resources/concordance/genesis/36.json +1 -0
  270. data/resources/concordance/genesis/37.json +1 -0
  271. data/resources/concordance/genesis/38.json +1 -0
  272. data/resources/concordance/genesis/39.json +1 -0
  273. data/resources/concordance/genesis/4.json +1 -0
  274. data/resources/concordance/genesis/40.json +1 -0
  275. data/resources/concordance/genesis/41.json +1 -0
  276. data/resources/concordance/genesis/42.json +1 -0
  277. data/resources/concordance/genesis/43.json +1 -0
  278. data/resources/concordance/genesis/44.json +1 -0
  279. data/resources/concordance/genesis/45.json +1 -0
  280. data/resources/concordance/genesis/46.json +1 -0
  281. data/resources/concordance/genesis/47.json +1 -0
  282. data/resources/concordance/genesis/48.json +1 -0
  283. data/resources/concordance/genesis/49.json +1 -0
  284. data/resources/concordance/genesis/5.json +1 -0
  285. data/resources/concordance/genesis/50.json +1 -0
  286. data/resources/concordance/genesis/6.json +1 -0
  287. data/resources/concordance/genesis/7.json +1 -0
  288. data/resources/concordance/genesis/8.json +1 -0
  289. data/resources/concordance/genesis/9.json +1 -0
  290. data/resources/concordance/habakkuk/1.json +1 -0
  291. data/resources/concordance/habakkuk/2.json +1 -0
  292. data/resources/concordance/habakkuk/3.json +1 -0
  293. data/resources/concordance/haggai/1.json +1 -0
  294. data/resources/concordance/haggai/2.json +1 -0
  295. data/resources/concordance/hebrews/1.json +1 -0
  296. data/resources/concordance/hebrews/10.json +1 -0
  297. data/resources/concordance/hebrews/11.json +1 -0
  298. data/resources/concordance/hebrews/12.json +1 -0
  299. data/resources/concordance/hebrews/13.json +1 -0
  300. data/resources/concordance/hebrews/2.json +1 -0
  301. data/resources/concordance/hebrews/3.json +1 -0
  302. data/resources/concordance/hebrews/4.json +1 -0
  303. data/resources/concordance/hebrews/5.json +1 -0
  304. data/resources/concordance/hebrews/6.json +1 -0
  305. data/resources/concordance/hebrews/7.json +1 -0
  306. data/resources/concordance/hebrews/8.json +1 -0
  307. data/resources/concordance/hebrews/9.json +1 -0
  308. data/resources/concordance/hosea/1.json +1 -0
  309. data/resources/concordance/hosea/10.json +1 -0
  310. data/resources/concordance/hosea/11.json +1 -0
  311. data/resources/concordance/hosea/12.json +1 -0
  312. data/resources/concordance/hosea/13.json +1 -0
  313. data/resources/concordance/hosea/14.json +1 -0
  314. data/resources/concordance/hosea/2.json +1 -0
  315. data/resources/concordance/hosea/3.json +1 -0
  316. data/resources/concordance/hosea/4.json +1 -0
  317. data/resources/concordance/hosea/5.json +1 -0
  318. data/resources/concordance/hosea/6.json +1 -0
  319. data/resources/concordance/hosea/7.json +1 -0
  320. data/resources/concordance/hosea/8.json +1 -0
  321. data/resources/concordance/hosea/9.json +1 -0
  322. data/resources/concordance/i_chronicles/1.json +1 -0
  323. data/resources/concordance/i_chronicles/10.json +1 -0
  324. data/resources/concordance/i_chronicles/11.json +1 -0
  325. data/resources/concordance/i_chronicles/12.json +1 -0
  326. data/resources/concordance/i_chronicles/13.json +1 -0
  327. data/resources/concordance/i_chronicles/14.json +1 -0
  328. data/resources/concordance/i_chronicles/15.json +1 -0
  329. data/resources/concordance/i_chronicles/16.json +1 -0
  330. data/resources/concordance/i_chronicles/17.json +1 -0
  331. data/resources/concordance/i_chronicles/18.json +1 -0
  332. data/resources/concordance/i_chronicles/19.json +1 -0
  333. data/resources/concordance/i_chronicles/2.json +1 -0
  334. data/resources/concordance/i_chronicles/20.json +1 -0
  335. data/resources/concordance/i_chronicles/21.json +1 -0
  336. data/resources/concordance/i_chronicles/22.json +1 -0
  337. data/resources/concordance/i_chronicles/23.json +1 -0
  338. data/resources/concordance/i_chronicles/24.json +1 -0
  339. data/resources/concordance/i_chronicles/25.json +1 -0
  340. data/resources/concordance/i_chronicles/26.json +1 -0
  341. data/resources/concordance/i_chronicles/27.json +1 -0
  342. data/resources/concordance/i_chronicles/28.json +1 -0
  343. data/resources/concordance/i_chronicles/29.json +1 -0
  344. data/resources/concordance/i_chronicles/3.json +1 -0
  345. data/resources/concordance/i_chronicles/4.json +1 -0
  346. data/resources/concordance/i_chronicles/5.json +1 -0
  347. data/resources/concordance/i_chronicles/6.json +1 -0
  348. data/resources/concordance/i_chronicles/7.json +1 -0
  349. data/resources/concordance/i_chronicles/8.json +1 -0
  350. data/resources/concordance/i_chronicles/9.json +1 -0
  351. data/resources/concordance/i_corinthians/1.json +1 -0
  352. data/resources/concordance/i_corinthians/10.json +1 -0
  353. data/resources/concordance/i_corinthians/11.json +1 -0
  354. data/resources/concordance/i_corinthians/12.json +1 -0
  355. data/resources/concordance/i_corinthians/13.json +1 -0
  356. data/resources/concordance/i_corinthians/14.json +1 -0
  357. data/resources/concordance/i_corinthians/15.json +1 -0
  358. data/resources/concordance/i_corinthians/16.json +1 -0
  359. data/resources/concordance/i_corinthians/2.json +1 -0
  360. data/resources/concordance/i_corinthians/3.json +1 -0
  361. data/resources/concordance/i_corinthians/4.json +1 -0
  362. data/resources/concordance/i_corinthians/5.json +1 -0
  363. data/resources/concordance/i_corinthians/6.json +1 -0
  364. data/resources/concordance/i_corinthians/7.json +1 -0
  365. data/resources/concordance/i_corinthians/8.json +1 -0
  366. data/resources/concordance/i_corinthians/9.json +1 -0
  367. data/resources/concordance/i_john/1.json +1 -0
  368. data/resources/concordance/i_john/2.json +1 -0
  369. data/resources/concordance/i_john/3.json +1 -0
  370. data/resources/concordance/i_john/4.json +1 -0
  371. data/resources/concordance/i_john/5.json +1 -0
  372. data/resources/concordance/i_kings/1.json +1 -0
  373. data/resources/concordance/i_kings/10.json +1 -0
  374. data/resources/concordance/i_kings/11.json +1 -0
  375. data/resources/concordance/i_kings/12.json +1 -0
  376. data/resources/concordance/i_kings/13.json +1 -0
  377. data/resources/concordance/i_kings/14.json +1 -0
  378. data/resources/concordance/i_kings/15.json +1 -0
  379. data/resources/concordance/i_kings/16.json +1 -0
  380. data/resources/concordance/i_kings/17.json +1 -0
  381. data/resources/concordance/i_kings/18.json +1 -0
  382. data/resources/concordance/i_kings/19.json +1 -0
  383. data/resources/concordance/i_kings/2.json +1 -0
  384. data/resources/concordance/i_kings/20.json +1 -0
  385. data/resources/concordance/i_kings/21.json +1 -0
  386. data/resources/concordance/i_kings/3.json +1 -0
  387. data/resources/concordance/i_kings/4.json +1 -0
  388. data/resources/concordance/i_kings/5.json +1 -0
  389. data/resources/concordance/i_kings/6.json +1 -0
  390. data/resources/concordance/i_kings/7.json +1 -0
  391. data/resources/concordance/i_kings/8.json +1 -0
  392. data/resources/concordance/i_kings/9.json +1 -0
  393. data/resources/concordance/i_peter/1.json +1 -0
  394. data/resources/concordance/i_peter/2.json +1 -0
  395. data/resources/concordance/i_peter/3.json +1 -0
  396. data/resources/concordance/i_peter/4.json +1 -0
  397. data/resources/concordance/i_peter/5.json +1 -0
  398. data/resources/concordance/i_samuel/1.json +1 -0
  399. data/resources/concordance/i_samuel/10.json +1 -0
  400. data/resources/concordance/i_samuel/11.json +1 -0
  401. data/resources/concordance/i_samuel/12.json +1 -0
  402. data/resources/concordance/i_samuel/13.json +1 -0
  403. data/resources/concordance/i_samuel/14.json +1 -0
  404. data/resources/concordance/i_samuel/15.json +1 -0
  405. data/resources/concordance/i_samuel/16.json +1 -0
  406. data/resources/concordance/i_samuel/17.json +1 -0
  407. data/resources/concordance/i_samuel/18.json +1 -0
  408. data/resources/concordance/i_samuel/19.json +1 -0
  409. data/resources/concordance/i_samuel/2.json +1 -0
  410. data/resources/concordance/i_samuel/20.json +1 -0
  411. data/resources/concordance/i_samuel/21.json +1 -0
  412. data/resources/concordance/i_samuel/22.json +1 -0
  413. data/resources/concordance/i_samuel/23.json +1 -0
  414. data/resources/concordance/i_samuel/24.json +1 -0
  415. data/resources/concordance/i_samuel/25.json +1 -0
  416. data/resources/concordance/i_samuel/26.json +1 -0
  417. data/resources/concordance/i_samuel/27.json +1 -0
  418. data/resources/concordance/i_samuel/28.json +1 -0
  419. data/resources/concordance/i_samuel/29.json +1 -0
  420. data/resources/concordance/i_samuel/3.json +1 -0
  421. data/resources/concordance/i_samuel/30.json +1 -0
  422. data/resources/concordance/i_samuel/31.json +1 -0
  423. data/resources/concordance/i_samuel/4.json +1 -0
  424. data/resources/concordance/i_samuel/5.json +1 -0
  425. data/resources/concordance/i_samuel/6.json +1 -0
  426. data/resources/concordance/i_samuel/7.json +1 -0
  427. data/resources/concordance/i_samuel/8.json +1 -0
  428. data/resources/concordance/i_samuel/9.json +1 -0
  429. data/resources/concordance/i_thessalonians/1.json +1 -0
  430. data/resources/concordance/i_thessalonians/2.json +1 -0
  431. data/resources/concordance/i_thessalonians/3.json +1 -0
  432. data/resources/concordance/i_thessalonians/4.json +1 -0
  433. data/resources/concordance/i_thessalonians/5.json +1 -0
  434. data/resources/concordance/i_timothy/1.json +1 -0
  435. data/resources/concordance/i_timothy/2.json +1 -0
  436. data/resources/concordance/i_timothy/3.json +1 -0
  437. data/resources/concordance/i_timothy/4.json +1 -0
  438. data/resources/concordance/i_timothy/5.json +1 -0
  439. data/resources/concordance/i_timothy/6.json +1 -0
  440. data/resources/concordance/ii_chronicles/1.json +1 -0
  441. data/resources/concordance/ii_chronicles/10.json +1 -0
  442. data/resources/concordance/ii_chronicles/11.json +1 -0
  443. data/resources/concordance/ii_chronicles/12.json +1 -0
  444. data/resources/concordance/ii_chronicles/13.json +1 -0
  445. data/resources/concordance/ii_chronicles/14.json +1 -0
  446. data/resources/concordance/ii_chronicles/15.json +1 -0
  447. data/resources/concordance/ii_chronicles/16.json +1 -0
  448. data/resources/concordance/ii_chronicles/17.json +1 -0
  449. data/resources/concordance/ii_chronicles/18.json +1 -0
  450. data/resources/concordance/ii_chronicles/19.json +1 -0
  451. data/resources/concordance/ii_chronicles/2.json +1 -0
  452. data/resources/concordance/ii_chronicles/20.json +1 -0
  453. data/resources/concordance/ii_chronicles/21.json +1 -0
  454. data/resources/concordance/ii_chronicles/22.json +1 -0
  455. data/resources/concordance/ii_chronicles/23.json +1 -0
  456. data/resources/concordance/ii_chronicles/24.json +1 -0
  457. data/resources/concordance/ii_chronicles/25.json +1 -0
  458. data/resources/concordance/ii_chronicles/26.json +1 -0
  459. data/resources/concordance/ii_chronicles/27.json +1 -0
  460. data/resources/concordance/ii_chronicles/28.json +1 -0
  461. data/resources/concordance/ii_chronicles/29.json +1 -0
  462. data/resources/concordance/ii_chronicles/3.json +1 -0
  463. data/resources/concordance/ii_chronicles/30.json +1 -0
  464. data/resources/concordance/ii_chronicles/31.json +1 -0
  465. data/resources/concordance/ii_chronicles/32.json +1 -0
  466. data/resources/concordance/ii_chronicles/33.json +1 -0
  467. data/resources/concordance/ii_chronicles/34.json +1 -0
  468. data/resources/concordance/ii_chronicles/35.json +1 -0
  469. data/resources/concordance/ii_chronicles/36.json +1 -0
  470. data/resources/concordance/ii_chronicles/4.json +1 -0
  471. data/resources/concordance/ii_chronicles/5.json +1 -0
  472. data/resources/concordance/ii_chronicles/6.json +1 -0
  473. data/resources/concordance/ii_chronicles/7.json +1 -0
  474. data/resources/concordance/ii_chronicles/8.json +1 -0
  475. data/resources/concordance/ii_chronicles/9.json +1 -0
  476. data/resources/concordance/ii_corinthians/1.json +1 -0
  477. data/resources/concordance/ii_corinthians/10.json +1 -0
  478. data/resources/concordance/ii_corinthians/11.json +1 -0
  479. data/resources/concordance/ii_corinthians/12.json +1 -0
  480. data/resources/concordance/ii_corinthians/13.json +1 -0
  481. data/resources/concordance/ii_corinthians/2.json +1 -0
  482. data/resources/concordance/ii_corinthians/3.json +1 -0
  483. data/resources/concordance/ii_corinthians/4.json +1 -0
  484. data/resources/concordance/ii_corinthians/5.json +1 -0
  485. data/resources/concordance/ii_corinthians/6.json +1 -0
  486. data/resources/concordance/ii_corinthians/7.json +1 -0
  487. data/resources/concordance/ii_corinthians/8.json +1 -0
  488. data/resources/concordance/ii_corinthians/9.json +1 -0
  489. data/resources/concordance/ii_john/1.json +1 -0
  490. data/resources/concordance/ii_kings/1.json +1 -0
  491. data/resources/concordance/ii_kings/10.json +1 -0
  492. data/resources/concordance/ii_kings/11.json +1 -0
  493. data/resources/concordance/ii_kings/12.json +1 -0
  494. data/resources/concordance/ii_kings/13.json +1 -0
  495. data/resources/concordance/ii_kings/14.json +1 -0
  496. data/resources/concordance/ii_kings/15.json +1 -0
  497. data/resources/concordance/ii_kings/16.json +1 -0
  498. data/resources/concordance/ii_kings/17.json +1 -0
  499. data/resources/concordance/ii_kings/18.json +1 -0
  500. data/resources/concordance/ii_kings/19.json +1 -0
  501. data/resources/concordance/ii_kings/2.json +1 -0
  502. data/resources/concordance/ii_kings/20.json +1 -0
  503. data/resources/concordance/ii_kings/21.json +1 -0
  504. data/resources/concordance/ii_kings/22.json +1 -0
  505. data/resources/concordance/ii_kings/23.json +1 -0
  506. data/resources/concordance/ii_kings/24.json +1 -0
  507. data/resources/concordance/ii_kings/25.json +1 -0
  508. data/resources/concordance/ii_kings/3.json +1 -0
  509. data/resources/concordance/ii_kings/4.json +1 -0
  510. data/resources/concordance/ii_kings/5.json +1 -0
  511. data/resources/concordance/ii_kings/6.json +1 -0
  512. data/resources/concordance/ii_kings/7.json +1 -0
  513. data/resources/concordance/ii_kings/8.json +1 -0
  514. data/resources/concordance/ii_kings/9.json +1 -0
  515. data/resources/concordance/ii_peter/1.json +1 -0
  516. data/resources/concordance/ii_peter/2.json +1 -0
  517. data/resources/concordance/ii_peter/3.json +1 -0
  518. data/resources/concordance/ii_samuel/1.json +1 -0
  519. data/resources/concordance/ii_samuel/10.json +1 -0
  520. data/resources/concordance/ii_samuel/11.json +1 -0
  521. data/resources/concordance/ii_samuel/12.json +1 -0
  522. data/resources/concordance/ii_samuel/13.json +1 -0
  523. data/resources/concordance/ii_samuel/14.json +1 -0
  524. data/resources/concordance/ii_samuel/15.json +1 -0
  525. data/resources/concordance/ii_samuel/16.json +1 -0
  526. data/resources/concordance/ii_samuel/17.json +1 -0
  527. data/resources/concordance/ii_samuel/18.json +1 -0
  528. data/resources/concordance/ii_samuel/19.json +1 -0
  529. data/resources/concordance/ii_samuel/2.json +1 -0
  530. data/resources/concordance/ii_samuel/20.json +1 -0
  531. data/resources/concordance/ii_samuel/21.json +1 -0
  532. data/resources/concordance/ii_samuel/22.json +1 -0
  533. data/resources/concordance/ii_samuel/23.json +1 -0
  534. data/resources/concordance/ii_samuel/24.json +1 -0
  535. data/resources/concordance/ii_samuel/3.json +1 -0
  536. data/resources/concordance/ii_samuel/4.json +1 -0
  537. data/resources/concordance/ii_samuel/5.json +1 -0
  538. data/resources/concordance/ii_samuel/6.json +1 -0
  539. data/resources/concordance/ii_samuel/7.json +1 -0
  540. data/resources/concordance/ii_samuel/8.json +1 -0
  541. data/resources/concordance/ii_samuel/9.json +1 -0
  542. data/resources/concordance/ii_thessalonians/1.json +1 -0
  543. data/resources/concordance/ii_thessalonians/2.json +1 -0
  544. data/resources/concordance/ii_thessalonians/3.json +1 -0
  545. data/resources/concordance/ii_timothy/1.json +1 -0
  546. data/resources/concordance/ii_timothy/2.json +1 -0
  547. data/resources/concordance/ii_timothy/3.json +1 -0
  548. data/resources/concordance/ii_timothy/4.json +1 -0
  549. data/resources/concordance/iii_john/1.json +1 -0
  550. data/resources/concordance/isaiah/1.json +1 -0
  551. data/resources/concordance/isaiah/10.json +1 -0
  552. data/resources/concordance/isaiah/11.json +1 -0
  553. data/resources/concordance/isaiah/12.json +1 -0
  554. data/resources/concordance/isaiah/13.json +1 -0
  555. data/resources/concordance/isaiah/14.json +1 -0
  556. data/resources/concordance/isaiah/15.json +1 -0
  557. data/resources/concordance/isaiah/16.json +1 -0
  558. data/resources/concordance/isaiah/17.json +1 -0
  559. data/resources/concordance/isaiah/18.json +1 -0
  560. data/resources/concordance/isaiah/19.json +1 -0
  561. data/resources/concordance/isaiah/2.json +1 -0
  562. data/resources/concordance/isaiah/20.json +1 -0
  563. data/resources/concordance/isaiah/21.json +1 -0
  564. data/resources/concordance/isaiah/22.json +1 -0
  565. data/resources/concordance/isaiah/23.json +1 -0
  566. data/resources/concordance/isaiah/24.json +1 -0
  567. data/resources/concordance/isaiah/25.json +1 -0
  568. data/resources/concordance/isaiah/26.json +1 -0
  569. data/resources/concordance/isaiah/27.json +1 -0
  570. data/resources/concordance/isaiah/28.json +1 -0
  571. data/resources/concordance/isaiah/29.json +1 -0
  572. data/resources/concordance/isaiah/3.json +1 -0
  573. data/resources/concordance/isaiah/30.json +1 -0
  574. data/resources/concordance/isaiah/31.json +1 -0
  575. data/resources/concordance/isaiah/32.json +1 -0
  576. data/resources/concordance/isaiah/33.json +1 -0
  577. data/resources/concordance/isaiah/34.json +1 -0
  578. data/resources/concordance/isaiah/35.json +1 -0
  579. data/resources/concordance/isaiah/36.json +1 -0
  580. data/resources/concordance/isaiah/37.json +1 -0
  581. data/resources/concordance/isaiah/38.json +1 -0
  582. data/resources/concordance/isaiah/39.json +1 -0
  583. data/resources/concordance/isaiah/4.json +1 -0
  584. data/resources/concordance/isaiah/40.json +1 -0
  585. data/resources/concordance/isaiah/41.json +1 -0
  586. data/resources/concordance/isaiah/42.json +1 -0
  587. data/resources/concordance/isaiah/43.json +1 -0
  588. data/resources/concordance/isaiah/44.json +1 -0
  589. data/resources/concordance/isaiah/45.json +1 -0
  590. data/resources/concordance/isaiah/46.json +1 -0
  591. data/resources/concordance/isaiah/47.json +1 -0
  592. data/resources/concordance/isaiah/48.json +1 -0
  593. data/resources/concordance/isaiah/49.json +1 -0
  594. data/resources/concordance/isaiah/5.json +1 -0
  595. data/resources/concordance/isaiah/50.json +1 -0
  596. data/resources/concordance/isaiah/51.json +1 -0
  597. data/resources/concordance/isaiah/52.json +1 -0
  598. data/resources/concordance/isaiah/53.json +1 -0
  599. data/resources/concordance/isaiah/54.json +1 -0
  600. data/resources/concordance/isaiah/55.json +1 -0
  601. data/resources/concordance/isaiah/56.json +1 -0
  602. data/resources/concordance/isaiah/57.json +1 -0
  603. data/resources/concordance/isaiah/58.json +1 -0
  604. data/resources/concordance/isaiah/59.json +1 -0
  605. data/resources/concordance/isaiah/6.json +1 -0
  606. data/resources/concordance/isaiah/60.json +1 -0
  607. data/resources/concordance/isaiah/61.json +1 -0
  608. data/resources/concordance/isaiah/62.json +1 -0
  609. data/resources/concordance/isaiah/63.json +1 -0
  610. data/resources/concordance/isaiah/64.json +1 -0
  611. data/resources/concordance/isaiah/65.json +1 -0
  612. data/resources/concordance/isaiah/66.json +1 -0
  613. data/resources/concordance/isaiah/7.json +1 -0
  614. data/resources/concordance/isaiah/8.json +1 -0
  615. data/resources/concordance/isaiah/9.json +1 -0
  616. data/resources/concordance/james/1.json +1 -0
  617. data/resources/concordance/james/2.json +1 -0
  618. data/resources/concordance/james/3.json +1 -0
  619. data/resources/concordance/james/4.json +1 -0
  620. data/resources/concordance/james/5.json +1 -0
  621. data/resources/concordance/jeremiah/1.json +1 -0
  622. data/resources/concordance/jeremiah/10.json +1 -0
  623. data/resources/concordance/jeremiah/11.json +1 -0
  624. data/resources/concordance/jeremiah/12.json +1 -0
  625. data/resources/concordance/jeremiah/13.json +1 -0
  626. data/resources/concordance/jeremiah/14.json +1 -0
  627. data/resources/concordance/jeremiah/15.json +1 -0
  628. data/resources/concordance/jeremiah/16.json +1 -0
  629. data/resources/concordance/jeremiah/17.json +1 -0
  630. data/resources/concordance/jeremiah/18.json +1 -0
  631. data/resources/concordance/jeremiah/19.json +1 -0
  632. data/resources/concordance/jeremiah/2.json +1 -0
  633. data/resources/concordance/jeremiah/20.json +1 -0
  634. data/resources/concordance/jeremiah/21.json +1 -0
  635. data/resources/concordance/jeremiah/22.json +1 -0
  636. data/resources/concordance/jeremiah/23.json +1 -0
  637. data/resources/concordance/jeremiah/24.json +1 -0
  638. data/resources/concordance/jeremiah/25.json +1 -0
  639. data/resources/concordance/jeremiah/26.json +1 -0
  640. data/resources/concordance/jeremiah/27.json +1 -0
  641. data/resources/concordance/jeremiah/28.json +1 -0
  642. data/resources/concordance/jeremiah/29.json +1 -0
  643. data/resources/concordance/jeremiah/3.json +1 -0
  644. data/resources/concordance/jeremiah/30.json +1 -0
  645. data/resources/concordance/jeremiah/31.json +1 -0
  646. data/resources/concordance/jeremiah/32.json +1 -0
  647. data/resources/concordance/jeremiah/33.json +1 -0
  648. data/resources/concordance/jeremiah/34.json +1 -0
  649. data/resources/concordance/jeremiah/35.json +1 -0
  650. data/resources/concordance/jeremiah/36.json +1 -0
  651. data/resources/concordance/jeremiah/37.json +1 -0
  652. data/resources/concordance/jeremiah/38.json +1 -0
  653. data/resources/concordance/jeremiah/39.json +1 -0
  654. data/resources/concordance/jeremiah/4.json +1 -0
  655. data/resources/concordance/jeremiah/40.json +1 -0
  656. data/resources/concordance/jeremiah/41.json +1 -0
  657. data/resources/concordance/jeremiah/42.json +1 -0
  658. data/resources/concordance/jeremiah/43.json +1 -0
  659. data/resources/concordance/jeremiah/44.json +1 -0
  660. data/resources/concordance/jeremiah/45.json +1 -0
  661. data/resources/concordance/jeremiah/46.json +1 -0
  662. data/resources/concordance/jeremiah/47.json +1 -0
  663. data/resources/concordance/jeremiah/48.json +1 -0
  664. data/resources/concordance/jeremiah/49.json +1 -0
  665. data/resources/concordance/jeremiah/5.json +1 -0
  666. data/resources/concordance/jeremiah/50.json +1 -0
  667. data/resources/concordance/jeremiah/51.json +1 -0
  668. data/resources/concordance/jeremiah/52.json +1 -0
  669. data/resources/concordance/jeremiah/6.json +1 -0
  670. data/resources/concordance/jeremiah/7.json +1 -0
  671. data/resources/concordance/jeremiah/8.json +1 -0
  672. data/resources/concordance/jeremiah/9.json +1 -0
  673. data/resources/concordance/job/1.json +1 -0
  674. data/resources/concordance/job/10.json +1 -0
  675. data/resources/concordance/job/11.json +1 -0
  676. data/resources/concordance/job/12.json +1 -0
  677. data/resources/concordance/job/13.json +1 -0
  678. data/resources/concordance/job/14.json +1 -0
  679. data/resources/concordance/job/15.json +1 -0
  680. data/resources/concordance/job/16.json +1 -0
  681. data/resources/concordance/job/17.json +1 -0
  682. data/resources/concordance/job/18.json +1 -0
  683. data/resources/concordance/job/19.json +1 -0
  684. data/resources/concordance/job/2.json +1 -0
  685. data/resources/concordance/job/20.json +1 -0
  686. data/resources/concordance/job/21.json +1 -0
  687. data/resources/concordance/job/22.json +1 -0
  688. data/resources/concordance/job/23.json +1 -0
  689. data/resources/concordance/job/24.json +1 -0
  690. data/resources/concordance/job/25.json +1 -0
  691. data/resources/concordance/job/26.json +1 -0
  692. data/resources/concordance/job/27.json +1 -0
  693. data/resources/concordance/job/28.json +1 -0
  694. data/resources/concordance/job/29.json +1 -0
  695. data/resources/concordance/job/3.json +1 -0
  696. data/resources/concordance/job/30.json +1 -0
  697. data/resources/concordance/job/31.json +1 -0
  698. data/resources/concordance/job/32.json +1 -0
  699. data/resources/concordance/job/33.json +1 -0
  700. data/resources/concordance/job/34.json +1 -0
  701. data/resources/concordance/job/35.json +1 -0
  702. data/resources/concordance/job/36.json +1 -0
  703. data/resources/concordance/job/37.json +1 -0
  704. data/resources/concordance/job/38.json +1 -0
  705. data/resources/concordance/job/39.json +1 -0
  706. data/resources/concordance/job/4.json +1 -0
  707. data/resources/concordance/job/40.json +1 -0
  708. data/resources/concordance/job/41.json +1 -0
  709. data/resources/concordance/job/42.json +1 -0
  710. data/resources/concordance/job/5.json +1 -0
  711. data/resources/concordance/job/6.json +1 -0
  712. data/resources/concordance/job/7.json +1 -0
  713. data/resources/concordance/job/8.json +1 -0
  714. data/resources/concordance/job/9.json +1 -0
  715. data/resources/concordance/joel/1.json +1 -0
  716. data/resources/concordance/joel/2.json +1 -0
  717. data/resources/concordance/joel/3.json +1 -0
  718. data/resources/concordance/john/1.json +1 -0
  719. data/resources/concordance/john/10.json +1 -0
  720. data/resources/concordance/john/11.json +1 -0
  721. data/resources/concordance/john/12.json +1 -0
  722. data/resources/concordance/john/13.json +1 -0
  723. data/resources/concordance/john/14.json +1 -0
  724. data/resources/concordance/john/15.json +1 -0
  725. data/resources/concordance/john/16.json +1 -0
  726. data/resources/concordance/john/17.json +1 -0
  727. data/resources/concordance/john/18.json +1 -0
  728. data/resources/concordance/john/19.json +1 -0
  729. data/resources/concordance/john/2.json +1 -0
  730. data/resources/concordance/john/20.json +1 -0
  731. data/resources/concordance/john/21.json +1 -0
  732. data/resources/concordance/john/3.json +1 -0
  733. data/resources/concordance/john/4.json +1 -0
  734. data/resources/concordance/john/5.json +1 -0
  735. data/resources/concordance/john/6.json +1 -0
  736. data/resources/concordance/john/7.json +1 -0
  737. data/resources/concordance/john/8.json +1 -0
  738. data/resources/concordance/john/9.json +1 -0
  739. data/resources/concordance/jonah/1.json +1 -0
  740. data/resources/concordance/jonah/2.json +1 -0
  741. data/resources/concordance/jonah/3.json +1 -0
  742. data/resources/concordance/jonah/4.json +1 -0
  743. data/resources/concordance/joshua/1.json +1 -0
  744. data/resources/concordance/joshua/10.json +1 -0
  745. data/resources/concordance/joshua/11.json +1 -0
  746. data/resources/concordance/joshua/12.json +1 -0
  747. data/resources/concordance/joshua/13.json +1 -0
  748. data/resources/concordance/joshua/14.json +1 -0
  749. data/resources/concordance/joshua/15.json +1 -0
  750. data/resources/concordance/joshua/16.json +1 -0
  751. data/resources/concordance/joshua/17.json +1 -0
  752. data/resources/concordance/joshua/18.json +1 -0
  753. data/resources/concordance/joshua/19.json +1 -0
  754. data/resources/concordance/joshua/2.json +1 -0
  755. data/resources/concordance/joshua/20.json +1 -0
  756. data/resources/concordance/joshua/21.json +1 -0
  757. data/resources/concordance/joshua/22.json +1 -0
  758. data/resources/concordance/joshua/23.json +1 -0
  759. data/resources/concordance/joshua/24.json +1 -0
  760. data/resources/concordance/joshua/3.json +1 -0
  761. data/resources/concordance/joshua/4.json +1 -0
  762. data/resources/concordance/joshua/5.json +1 -0
  763. data/resources/concordance/joshua/6.json +1 -0
  764. data/resources/concordance/joshua/7.json +1 -0
  765. data/resources/concordance/joshua/8.json +1 -0
  766. data/resources/concordance/joshua/9.json +1 -0
  767. data/resources/concordance/judee/1.json +1 -0
  768. data/resources/concordance/judges/1.json +1 -0
  769. data/resources/concordance/judges/10.json +1 -0
  770. data/resources/concordance/judges/11.json +1 -0
  771. data/resources/concordance/judges/12.json +1 -0
  772. data/resources/concordance/judges/13.json +1 -0
  773. data/resources/concordance/judges/14.json +1 -0
  774. data/resources/concordance/judges/15.json +1 -0
  775. data/resources/concordance/judges/16.json +1 -0
  776. data/resources/concordance/judges/17.json +1 -0
  777. data/resources/concordance/judges/18.json +1 -0
  778. data/resources/concordance/judges/19.json +1 -0
  779. data/resources/concordance/judges/2.json +1 -0
  780. data/resources/concordance/judges/20.json +1 -0
  781. data/resources/concordance/judges/21.json +1 -0
  782. data/resources/concordance/judges/3.json +1 -0
  783. data/resources/concordance/judges/4.json +1 -0
  784. data/resources/concordance/judges/5.json +1 -0
  785. data/resources/concordance/judges/6.json +1 -0
  786. data/resources/concordance/judges/7.json +1 -0
  787. data/resources/concordance/judges/8.json +1 -0
  788. data/resources/concordance/judges/9.json +1 -0
  789. data/resources/concordance/lamentations/1.json +1 -0
  790. data/resources/concordance/lamentations/2.json +1 -0
  791. data/resources/concordance/lamentations/3.json +1 -0
  792. data/resources/concordance/lamentations/4.json +1 -0
  793. data/resources/concordance/lamentations/5.json +1 -0
  794. data/resources/concordance/leviticus/1.json +1 -0
  795. data/resources/concordance/leviticus/10.json +1 -0
  796. data/resources/concordance/leviticus/11.json +1 -0
  797. data/resources/concordance/leviticus/12.json +1 -0
  798. data/resources/concordance/leviticus/13.json +1 -0
  799. data/resources/concordance/leviticus/14.json +1 -0
  800. data/resources/concordance/leviticus/15.json +1 -0
  801. data/resources/concordance/leviticus/16.json +1 -0
  802. data/resources/concordance/leviticus/17.json +1 -0
  803. data/resources/concordance/leviticus/18.json +1 -0
  804. data/resources/concordance/leviticus/19.json +1 -0
  805. data/resources/concordance/leviticus/2.json +1 -0
  806. data/resources/concordance/leviticus/20.json +1 -0
  807. data/resources/concordance/leviticus/21.json +1 -0
  808. data/resources/concordance/leviticus/22.json +1 -0
  809. data/resources/concordance/leviticus/23.json +1 -0
  810. data/resources/concordance/leviticus/24.json +1 -0
  811. data/resources/concordance/leviticus/25.json +1 -0
  812. data/resources/concordance/leviticus/26.json +1 -0
  813. data/resources/concordance/leviticus/27.json +1 -0
  814. data/resources/concordance/leviticus/3.json +1 -0
  815. data/resources/concordance/leviticus/4.json +1 -0
  816. data/resources/concordance/leviticus/5.json +1 -0
  817. data/resources/concordance/leviticus/6.json +1 -0
  818. data/resources/concordance/leviticus/7.json +1 -0
  819. data/resources/concordance/leviticus/8.json +1 -0
  820. data/resources/concordance/leviticus/9.json +1 -0
  821. data/resources/concordance/luke/1.json +1 -0
  822. data/resources/concordance/luke/10.json +1 -0
  823. data/resources/concordance/luke/11.json +1 -0
  824. data/resources/concordance/luke/12.json +1 -0
  825. data/resources/concordance/luke/13.json +1 -0
  826. data/resources/concordance/luke/14.json +1 -0
  827. data/resources/concordance/luke/15.json +1 -0
  828. data/resources/concordance/luke/16.json +1 -0
  829. data/resources/concordance/luke/17.json +1 -0
  830. data/resources/concordance/luke/18.json +1 -0
  831. data/resources/concordance/luke/19.json +1 -0
  832. data/resources/concordance/luke/2.json +1 -0
  833. data/resources/concordance/luke/20.json +1 -0
  834. data/resources/concordance/luke/21.json +1 -0
  835. data/resources/concordance/luke/22.json +1 -0
  836. data/resources/concordance/luke/23.json +1 -0
  837. data/resources/concordance/luke/24.json +1 -0
  838. data/resources/concordance/luke/3.json +1 -0
  839. data/resources/concordance/luke/4.json +1 -0
  840. data/resources/concordance/luke/5.json +1 -0
  841. data/resources/concordance/luke/6.json +1 -0
  842. data/resources/concordance/luke/7.json +1 -0
  843. data/resources/concordance/luke/8.json +1 -0
  844. data/resources/concordance/luke/9.json +1 -0
  845. data/resources/concordance/malachi/1.json +1 -0
  846. data/resources/concordance/malachi/2.json +1 -0
  847. data/resources/concordance/malachi/3.json +1 -0
  848. data/resources/concordance/malachi/4.json +1 -0
  849. data/resources/concordance/mark/1.json +1 -0
  850. data/resources/concordance/mark/10.json +1 -0
  851. data/resources/concordance/mark/11.json +1 -0
  852. data/resources/concordance/mark/12.json +1 -0
  853. data/resources/concordance/mark/13.json +1 -0
  854. data/resources/concordance/mark/14.json +1 -0
  855. data/resources/concordance/mark/15.json +1 -0
  856. data/resources/concordance/mark/16.json +1 -0
  857. data/resources/concordance/mark/2.json +1 -0
  858. data/resources/concordance/mark/3.json +1 -0
  859. data/resources/concordance/mark/4.json +1 -0
  860. data/resources/concordance/mark/5.json +1 -0
  861. data/resources/concordance/mark/6.json +1 -0
  862. data/resources/concordance/mark/7.json +1 -0
  863. data/resources/concordance/mark/8.json +1 -0
  864. data/resources/concordance/mark/9.json +1 -0
  865. data/resources/concordance/matthew/1.json +1 -0
  866. data/resources/concordance/matthew/10.json +1 -0
  867. data/resources/concordance/matthew/11.json +1 -0
  868. data/resources/concordance/matthew/12.json +1 -0
  869. data/resources/concordance/matthew/13.json +1 -0
  870. data/resources/concordance/matthew/14.json +1 -0
  871. data/resources/concordance/matthew/15.json +1 -0
  872. data/resources/concordance/matthew/16.json +1 -0
  873. data/resources/concordance/matthew/17.json +1 -0
  874. data/resources/concordance/matthew/18.json +1 -0
  875. data/resources/concordance/matthew/19.json +1 -0
  876. data/resources/concordance/matthew/2.json +1 -0
  877. data/resources/concordance/matthew/20.json +1 -0
  878. data/resources/concordance/matthew/21.json +1 -0
  879. data/resources/concordance/matthew/22.json +1 -0
  880. data/resources/concordance/matthew/23.json +1 -0
  881. data/resources/concordance/matthew/24.json +1 -0
  882. data/resources/concordance/matthew/25.json +1 -0
  883. data/resources/concordance/matthew/26.json +1 -0
  884. data/resources/concordance/matthew/27.json +1 -0
  885. data/resources/concordance/matthew/28.json +1 -0
  886. data/resources/concordance/matthew/3.json +1 -0
  887. data/resources/concordance/matthew/4.json +1 -0
  888. data/resources/concordance/matthew/5.json +1 -0
  889. data/resources/concordance/matthew/6.json +1 -0
  890. data/resources/concordance/matthew/7.json +1 -0
  891. data/resources/concordance/matthew/8.json +1 -0
  892. data/resources/concordance/matthew/9.json +1 -0
  893. data/resources/concordance/micah/1.json +1 -0
  894. data/resources/concordance/micah/2.json +1 -0
  895. data/resources/concordance/micah/3.json +1 -0
  896. data/resources/concordance/micah/4.json +1 -0
  897. data/resources/concordance/micah/5.json +1 -0
  898. data/resources/concordance/micah/6.json +1 -0
  899. data/resources/concordance/micah/7.json +1 -0
  900. data/resources/concordance/nahum/1.json +1 -0
  901. data/resources/concordance/nahum/2.json +1 -0
  902. data/resources/concordance/nahum/3.json +1 -0
  903. data/resources/concordance/nehemiah/1.json +1 -0
  904. data/resources/concordance/nehemiah/10.json +1 -0
  905. data/resources/concordance/nehemiah/11.json +1 -0
  906. data/resources/concordance/nehemiah/12.json +1 -0
  907. data/resources/concordance/nehemiah/13.json +1 -0
  908. data/resources/concordance/nehemiah/2.json +1 -0
  909. data/resources/concordance/nehemiah/3.json +1 -0
  910. data/resources/concordance/nehemiah/4.json +1 -0
  911. data/resources/concordance/nehemiah/5.json +1 -0
  912. data/resources/concordance/nehemiah/6.json +1 -0
  913. data/resources/concordance/nehemiah/7.json +1 -0
  914. data/resources/concordance/nehemiah/8.json +1 -0
  915. data/resources/concordance/nehemiah/9.json +1 -0
  916. data/resources/concordance/numbers/1.json +1 -0
  917. data/resources/concordance/numbers/10.json +1 -0
  918. data/resources/concordance/numbers/11.json +1 -0
  919. data/resources/concordance/numbers/12.json +1 -0
  920. data/resources/concordance/numbers/13.json +1 -0
  921. data/resources/concordance/numbers/14.json +1 -0
  922. data/resources/concordance/numbers/15.json +1 -0
  923. data/resources/concordance/numbers/16.json +1 -0
  924. data/resources/concordance/numbers/17.json +1 -0
  925. data/resources/concordance/numbers/18.json +1 -0
  926. data/resources/concordance/numbers/19.json +1 -0
  927. data/resources/concordance/numbers/2.json +1 -0
  928. data/resources/concordance/numbers/20.json +1 -0
  929. data/resources/concordance/numbers/21.json +1 -0
  930. data/resources/concordance/numbers/22.json +1 -0
  931. data/resources/concordance/numbers/23.json +1 -0
  932. data/resources/concordance/numbers/24.json +1 -0
  933. data/resources/concordance/numbers/25.json +1 -0
  934. data/resources/concordance/numbers/26.json +1 -0
  935. data/resources/concordance/numbers/27.json +1 -0
  936. data/resources/concordance/numbers/28.json +1 -0
  937. data/resources/concordance/numbers/29.json +1 -0
  938. data/resources/concordance/numbers/3.json +1 -0
  939. data/resources/concordance/numbers/30.json +1 -0
  940. data/resources/concordance/numbers/31.json +1 -0
  941. data/resources/concordance/numbers/32.json +1 -0
  942. data/resources/concordance/numbers/33.json +1 -0
  943. data/resources/concordance/numbers/34.json +1 -0
  944. data/resources/concordance/numbers/35.json +1 -0
  945. data/resources/concordance/numbers/36.json +1 -0
  946. data/resources/concordance/numbers/4.json +1 -0
  947. data/resources/concordance/numbers/5.json +1 -0
  948. data/resources/concordance/numbers/6.json +1 -0
  949. data/resources/concordance/numbers/7.json +1 -0
  950. data/resources/concordance/numbers/8.json +1 -0
  951. data/resources/concordance/numbers/9.json +1 -0
  952. data/resources/concordance/obadiah/1.json +1 -0
  953. data/resources/concordance/philemon/1.json +1 -0
  954. data/resources/concordance/philippians/1.json +1 -0
  955. data/resources/concordance/philippians/2.json +1 -0
  956. data/resources/concordance/philippians/3.json +1 -0
  957. data/resources/concordance/philippians/4.json +1 -0
  958. data/resources/concordance/proverbs/1.json +1 -0
  959. data/resources/concordance/proverbs/10.json +1 -0
  960. data/resources/concordance/proverbs/11.json +1 -0
  961. data/resources/concordance/proverbs/12.json +1 -0
  962. data/resources/concordance/proverbs/13.json +1 -0
  963. data/resources/concordance/proverbs/14.json +1 -0
  964. data/resources/concordance/proverbs/15.json +1 -0
  965. data/resources/concordance/proverbs/16.json +1 -0
  966. data/resources/concordance/proverbs/17.json +1 -0
  967. data/resources/concordance/proverbs/18.json +1 -0
  968. data/resources/concordance/proverbs/19.json +1 -0
  969. data/resources/concordance/proverbs/2.json +1 -0
  970. data/resources/concordance/proverbs/20.json +1 -0
  971. data/resources/concordance/proverbs/21.json +1 -0
  972. data/resources/concordance/proverbs/22.json +1 -0
  973. data/resources/concordance/proverbs/23.json +1 -0
  974. data/resources/concordance/proverbs/24.json +1 -0
  975. data/resources/concordance/proverbs/25.json +1 -0
  976. data/resources/concordance/proverbs/26.json +1 -0
  977. data/resources/concordance/proverbs/27.json +1 -0
  978. data/resources/concordance/proverbs/28.json +1 -0
  979. data/resources/concordance/proverbs/29.json +1 -0
  980. data/resources/concordance/proverbs/3.json +1 -0
  981. data/resources/concordance/proverbs/30.json +1 -0
  982. data/resources/concordance/proverbs/31.json +1 -0
  983. data/resources/concordance/proverbs/4.json +1 -0
  984. data/resources/concordance/proverbs/5.json +1 -0
  985. data/resources/concordance/proverbs/6.json +1 -0
  986. data/resources/concordance/proverbs/7.json +1 -0
  987. data/resources/concordance/proverbs/8.json +1 -0
  988. data/resources/concordance/proverbs/9.json +1 -0
  989. data/resources/concordance/psalms/1.json +1 -0
  990. data/resources/concordance/psalms/10.json +1 -0
  991. data/resources/concordance/psalms/100.json +1 -0
  992. data/resources/concordance/psalms/101.json +1 -0
  993. data/resources/concordance/psalms/102.json +1 -0
  994. data/resources/concordance/psalms/103.json +1 -0
  995. data/resources/concordance/psalms/104.json +1 -0
  996. data/resources/concordance/psalms/105.json +1 -0
  997. data/resources/concordance/psalms/106.json +1 -0
  998. data/resources/concordance/psalms/107.json +1 -0
  999. data/resources/concordance/psalms/108.json +1 -0
  1000. data/resources/concordance/psalms/109.json +1 -0
  1001. data/resources/concordance/psalms/11.json +1 -0
  1002. data/resources/concordance/psalms/110.json +1 -0
  1003. data/resources/concordance/psalms/111.json +1 -0
  1004. data/resources/concordance/psalms/112.json +1 -0
  1005. data/resources/concordance/psalms/113.json +1 -0
  1006. data/resources/concordance/psalms/114.json +1 -0
  1007. data/resources/concordance/psalms/115.json +1 -0
  1008. data/resources/concordance/psalms/116.json +1 -0
  1009. data/resources/concordance/psalms/117.json +1 -0
  1010. data/resources/concordance/psalms/118.json +1 -0
  1011. data/resources/concordance/psalms/119.json +1 -0
  1012. data/resources/concordance/psalms/12.json +1 -0
  1013. data/resources/concordance/psalms/120.json +1 -0
  1014. data/resources/concordance/psalms/121.json +1 -0
  1015. data/resources/concordance/psalms/122.json +1 -0
  1016. data/resources/concordance/psalms/123.json +1 -0
  1017. data/resources/concordance/psalms/124.json +1 -0
  1018. data/resources/concordance/psalms/125.json +1 -0
  1019. data/resources/concordance/psalms/126.json +1 -0
  1020. data/resources/concordance/psalms/127.json +1 -0
  1021. data/resources/concordance/psalms/128.json +1 -0
  1022. data/resources/concordance/psalms/129.json +1 -0
  1023. data/resources/concordance/psalms/13.json +1 -0
  1024. data/resources/concordance/psalms/130.json +1 -0
  1025. data/resources/concordance/psalms/131.json +1 -0
  1026. data/resources/concordance/psalms/132.json +1 -0
  1027. data/resources/concordance/psalms/133.json +1 -0
  1028. data/resources/concordance/psalms/134.json +1 -0
  1029. data/resources/concordance/psalms/135.json +1 -0
  1030. data/resources/concordance/psalms/136.json +1 -0
  1031. data/resources/concordance/psalms/137.json +1 -0
  1032. data/resources/concordance/psalms/138.json +1 -0
  1033. data/resources/concordance/psalms/139.json +1 -0
  1034. data/resources/concordance/psalms/14.json +1 -0
  1035. data/resources/concordance/psalms/140.json +1 -0
  1036. data/resources/concordance/psalms/141.json +1 -0
  1037. data/resources/concordance/psalms/142.json +1 -0
  1038. data/resources/concordance/psalms/143.json +1 -0
  1039. data/resources/concordance/psalms/144.json +1 -0
  1040. data/resources/concordance/psalms/145.json +1 -0
  1041. data/resources/concordance/psalms/146.json +1 -0
  1042. data/resources/concordance/psalms/147.json +1 -0
  1043. data/resources/concordance/psalms/148.json +1 -0
  1044. data/resources/concordance/psalms/149.json +1 -0
  1045. data/resources/concordance/psalms/15.json +1 -0
  1046. data/resources/concordance/psalms/150.json +1 -0
  1047. data/resources/concordance/psalms/16.json +1 -0
  1048. data/resources/concordance/psalms/17.json +1 -0
  1049. data/resources/concordance/psalms/18.json +1 -0
  1050. data/resources/concordance/psalms/19.json +1 -0
  1051. data/resources/concordance/psalms/2.json +1 -0
  1052. data/resources/concordance/psalms/20.json +1 -0
  1053. data/resources/concordance/psalms/21.json +1 -0
  1054. data/resources/concordance/psalms/22.json +1 -0
  1055. data/resources/concordance/psalms/23.json +1 -0
  1056. data/resources/concordance/psalms/24.json +1 -0
  1057. data/resources/concordance/psalms/25.json +1 -0
  1058. data/resources/concordance/psalms/26.json +1 -0
  1059. data/resources/concordance/psalms/27.json +1 -0
  1060. data/resources/concordance/psalms/28.json +1 -0
  1061. data/resources/concordance/psalms/29.json +1 -0
  1062. data/resources/concordance/psalms/3.json +1 -0
  1063. data/resources/concordance/psalms/30.json +1 -0
  1064. data/resources/concordance/psalms/31.json +1 -0
  1065. data/resources/concordance/psalms/32.json +1 -0
  1066. data/resources/concordance/psalms/33.json +1 -0
  1067. data/resources/concordance/psalms/34.json +1 -0
  1068. data/resources/concordance/psalms/35.json +1 -0
  1069. data/resources/concordance/psalms/36.json +1 -0
  1070. data/resources/concordance/psalms/37.json +1 -0
  1071. data/resources/concordance/psalms/38.json +1 -0
  1072. data/resources/concordance/psalms/39.json +1 -0
  1073. data/resources/concordance/psalms/4.json +1 -0
  1074. data/resources/concordance/psalms/40.json +1 -0
  1075. data/resources/concordance/psalms/41.json +1 -0
  1076. data/resources/concordance/psalms/42.json +1 -0
  1077. data/resources/concordance/psalms/43.json +1 -0
  1078. data/resources/concordance/psalms/44.json +1 -0
  1079. data/resources/concordance/psalms/45.json +1 -0
  1080. data/resources/concordance/psalms/46.json +1 -0
  1081. data/resources/concordance/psalms/47.json +1 -0
  1082. data/resources/concordance/psalms/48.json +1 -0
  1083. data/resources/concordance/psalms/49.json +1 -0
  1084. data/resources/concordance/psalms/5.json +1 -0
  1085. data/resources/concordance/psalms/50.json +1 -0
  1086. data/resources/concordance/psalms/51.json +1 -0
  1087. data/resources/concordance/psalms/52.json +1 -0
  1088. data/resources/concordance/psalms/53.json +1 -0
  1089. data/resources/concordance/psalms/54.json +1 -0
  1090. data/resources/concordance/psalms/55.json +1 -0
  1091. data/resources/concordance/psalms/56.json +1 -0
  1092. data/resources/concordance/psalms/57.json +1 -0
  1093. data/resources/concordance/psalms/58.json +1 -0
  1094. data/resources/concordance/psalms/59.json +1 -0
  1095. data/resources/concordance/psalms/6.json +1 -0
  1096. data/resources/concordance/psalms/60.json +1 -0
  1097. data/resources/concordance/psalms/61.json +1 -0
  1098. data/resources/concordance/psalms/62.json +1 -0
  1099. data/resources/concordance/psalms/63.json +1 -0
  1100. data/resources/concordance/psalms/64.json +1 -0
  1101. data/resources/concordance/psalms/65.json +1 -0
  1102. data/resources/concordance/psalms/66.json +1 -0
  1103. data/resources/concordance/psalms/67.json +1 -0
  1104. data/resources/concordance/psalms/68.json +1 -0
  1105. data/resources/concordance/psalms/69.json +1 -0
  1106. data/resources/concordance/psalms/7.json +1 -0
  1107. data/resources/concordance/psalms/70.json +1 -0
  1108. data/resources/concordance/psalms/71.json +1 -0
  1109. data/resources/concordance/psalms/72.json +1 -0
  1110. data/resources/concordance/psalms/73.json +1 -0
  1111. data/resources/concordance/psalms/74.json +1 -0
  1112. data/resources/concordance/psalms/75.json +1 -0
  1113. data/resources/concordance/psalms/76.json +1 -0
  1114. data/resources/concordance/psalms/77.json +1 -0
  1115. data/resources/concordance/psalms/78.json +1 -0
  1116. data/resources/concordance/psalms/79.json +1 -0
  1117. data/resources/concordance/psalms/8.json +1 -0
  1118. data/resources/concordance/psalms/80.json +1 -0
  1119. data/resources/concordance/psalms/81.json +1 -0
  1120. data/resources/concordance/psalms/82.json +1 -0
  1121. data/resources/concordance/psalms/83.json +1 -0
  1122. data/resources/concordance/psalms/84.json +1 -0
  1123. data/resources/concordance/psalms/85.json +1 -0
  1124. data/resources/concordance/psalms/86.json +1 -0
  1125. data/resources/concordance/psalms/87.json +1 -0
  1126. data/resources/concordance/psalms/88.json +1 -0
  1127. data/resources/concordance/psalms/89.json +1 -0
  1128. data/resources/concordance/psalms/9.json +1 -0
  1129. data/resources/concordance/psalms/90.json +1 -0
  1130. data/resources/concordance/psalms/91.json +1 -0
  1131. data/resources/concordance/psalms/92.json +1 -0
  1132. data/resources/concordance/psalms/93.json +1 -0
  1133. data/resources/concordance/psalms/94.json +1 -0
  1134. data/resources/concordance/psalms/95.json +1 -0
  1135. data/resources/concordance/psalms/96.json +1 -0
  1136. data/resources/concordance/psalms/97.json +1 -0
  1137. data/resources/concordance/psalms/98.json +1 -0
  1138. data/resources/concordance/psalms/99.json +1 -0
  1139. data/resources/concordance/revelation/1.json +1 -0
  1140. data/resources/concordance/revelation/10.json +1 -0
  1141. data/resources/concordance/revelation/11.json +1 -0
  1142. data/resources/concordance/revelation/12.json +1 -0
  1143. data/resources/concordance/revelation/13.json +1 -0
  1144. data/resources/concordance/revelation/14.json +1 -0
  1145. data/resources/concordance/revelation/15.json +1 -0
  1146. data/resources/concordance/revelation/16.json +1 -0
  1147. data/resources/concordance/revelation/17.json +1 -0
  1148. data/resources/concordance/revelation/18.json +1 -0
  1149. data/resources/concordance/revelation/19.json +1 -0
  1150. data/resources/concordance/revelation/2.json +1 -0
  1151. data/resources/concordance/revelation/20.json +1 -0
  1152. data/resources/concordance/revelation/21.json +1 -0
  1153. data/resources/concordance/revelation/22.json +1 -0
  1154. data/resources/concordance/revelation/3.json +1 -0
  1155. data/resources/concordance/revelation/4.json +1 -0
  1156. data/resources/concordance/revelation/5.json +1 -0
  1157. data/resources/concordance/revelation/6.json +1 -0
  1158. data/resources/concordance/revelation/7.json +1 -0
  1159. data/resources/concordance/revelation/8.json +1 -0
  1160. data/resources/concordance/revelation/9.json +1 -0
  1161. data/resources/concordance/romans/1.json +1 -0
  1162. data/resources/concordance/romans/10.json +1 -0
  1163. data/resources/concordance/romans/11.json +1 -0
  1164. data/resources/concordance/romans/12.json +1 -0
  1165. data/resources/concordance/romans/13.json +1 -0
  1166. data/resources/concordance/romans/14.json +1 -0
  1167. data/resources/concordance/romans/15.json +1 -0
  1168. data/resources/concordance/romans/16.json +1 -0
  1169. data/resources/concordance/romans/2.json +1 -0
  1170. data/resources/concordance/romans/3.json +1 -0
  1171. data/resources/concordance/romans/4.json +1 -0
  1172. data/resources/concordance/romans/5.json +1 -0
  1173. data/resources/concordance/romans/6.json +1 -0
  1174. data/resources/concordance/romans/7.json +1 -0
  1175. data/resources/concordance/romans/8.json +1 -0
  1176. data/resources/concordance/romans/9.json +1 -0
  1177. data/resources/concordance/ruth/1.json +1 -0
  1178. data/resources/concordance/ruth/2.json +1 -0
  1179. data/resources/concordance/ruth/3.json +1 -0
  1180. data/resources/concordance/ruth/4.json +1 -0
  1181. data/resources/concordance/song_of_solomon/1.json +1 -0
  1182. data/resources/concordance/song_of_solomon/2.json +1 -0
  1183. data/resources/concordance/song_of_solomon/3.json +1 -0
  1184. data/resources/concordance/song_of_solomon/4.json +1 -0
  1185. data/resources/concordance/song_of_solomon/5.json +1 -0
  1186. data/resources/concordance/song_of_solomon/6.json +1 -0
  1187. data/resources/concordance/song_of_solomon/7.json +1 -0
  1188. data/resources/concordance/song_of_solomon/8.json +1 -0
  1189. data/resources/concordance/titus/1.json +1 -0
  1190. data/resources/concordance/titus/2.json +1 -0
  1191. data/resources/concordance/titus/3.json +1 -0
  1192. data/resources/concordance/zechariah/1.json +1 -0
  1193. data/resources/concordance/zechariah/10.json +1 -0
  1194. data/resources/concordance/zechariah/11.json +1 -0
  1195. data/resources/concordance/zechariah/12.json +1 -0
  1196. data/resources/concordance/zechariah/13.json +1 -0
  1197. data/resources/concordance/zechariah/14.json +1 -0
  1198. data/resources/concordance/zechariah/2.json +1 -0
  1199. data/resources/concordance/zechariah/3.json +1 -0
  1200. data/resources/concordance/zechariah/4.json +1 -0
  1201. data/resources/concordance/zechariah/5.json +1 -0
  1202. data/resources/concordance/zechariah/6.json +1 -0
  1203. data/resources/concordance/zechariah/7.json +1 -0
  1204. data/resources/concordance/zechariah/8.json +1 -0
  1205. data/resources/concordance/zechariah/9.json +1 -0
  1206. data/resources/concordance/zephaniah/1.json +1 -0
  1207. data/resources/concordance/zephaniah/2.json +1 -0
  1208. data/resources/concordance/zephaniah/3.json +1 -0
  1209. data/resources/lexicon/greek/0.json +1 -0
  1210. data/resources/lexicon/greek/1.json +1 -0
  1211. data/resources/lexicon/greek/10.json +1 -0
  1212. data/resources/lexicon/greek/11.json +1 -0
  1213. data/resources/lexicon/greek/12.json +1 -0
  1214. data/resources/lexicon/greek/13.json +1 -0
  1215. data/resources/lexicon/greek/14.json +1 -0
  1216. data/resources/lexicon/greek/15.json +1 -0
  1217. data/resources/lexicon/greek/16.json +1 -0
  1218. data/resources/lexicon/greek/17.json +1 -0
  1219. data/resources/lexicon/greek/18.json +1 -0
  1220. data/resources/lexicon/greek/19.json +1 -0
  1221. data/resources/lexicon/greek/2.json +1 -0
  1222. data/resources/lexicon/greek/20.json +1 -0
  1223. data/resources/lexicon/greek/21.json +1 -0
  1224. data/resources/lexicon/greek/22.json +1 -0
  1225. data/resources/lexicon/greek/23.json +1 -0
  1226. data/resources/lexicon/greek/24.json +1 -0
  1227. data/resources/lexicon/greek/25.json +1 -0
  1228. data/resources/lexicon/greek/26.json +1 -0
  1229. data/resources/lexicon/greek/27.json +1 -0
  1230. data/resources/lexicon/greek/28.json +1 -0
  1231. data/resources/lexicon/greek/29.json +1 -0
  1232. data/resources/lexicon/greek/3.json +1 -0
  1233. data/resources/lexicon/greek/30.json +1 -0
  1234. data/resources/lexicon/greek/31.json +1 -0
  1235. data/resources/lexicon/greek/32.json +1 -0
  1236. data/resources/lexicon/greek/33.json +1 -0
  1237. data/resources/lexicon/greek/34.json +1 -0
  1238. data/resources/lexicon/greek/35.json +1 -0
  1239. data/resources/lexicon/greek/36.json +1 -0
  1240. data/resources/lexicon/greek/37.json +1 -0
  1241. data/resources/lexicon/greek/38.json +1 -0
  1242. data/resources/lexicon/greek/39.json +1 -0
  1243. data/resources/lexicon/greek/4.json +1 -0
  1244. data/resources/lexicon/greek/40.json +1 -0
  1245. data/resources/lexicon/greek/41.json +1 -0
  1246. data/resources/lexicon/greek/42.json +1 -0
  1247. data/resources/lexicon/greek/43.json +1 -0
  1248. data/resources/lexicon/greek/44.json +1 -0
  1249. data/resources/lexicon/greek/45.json +1 -0
  1250. data/resources/lexicon/greek/46.json +1 -0
  1251. data/resources/lexicon/greek/47.json +1 -0
  1252. data/resources/lexicon/greek/48.json +1 -0
  1253. data/resources/lexicon/greek/49.json +1 -0
  1254. data/resources/lexicon/greek/5.json +1 -0
  1255. data/resources/lexicon/greek/50.json +1 -0
  1256. data/resources/lexicon/greek/51.json +1 -0
  1257. data/resources/lexicon/greek/52.json +1 -0
  1258. data/resources/lexicon/greek/53.json +1 -0
  1259. data/resources/lexicon/greek/54.json +1 -0
  1260. data/resources/lexicon/greek/55.json +1 -0
  1261. data/resources/lexicon/greek/56.json +1 -0
  1262. data/resources/lexicon/greek/6.json +1 -0
  1263. data/resources/lexicon/greek/7.json +1 -0
  1264. data/resources/lexicon/greek/8.json +1 -0
  1265. data/resources/lexicon/greek/9.json +1 -0
  1266. data/resources/lexicon/hebrew/0.json +1 -0
  1267. data/resources/lexicon/hebrew/1.json +1 -0
  1268. data/resources/lexicon/hebrew/10.json +1 -0
  1269. data/resources/lexicon/hebrew/11.json +1 -0
  1270. data/resources/lexicon/hebrew/12.json +1 -0
  1271. data/resources/lexicon/hebrew/13.json +1 -0
  1272. data/resources/lexicon/hebrew/14.json +1 -0
  1273. data/resources/lexicon/hebrew/15.json +1 -0
  1274. data/resources/lexicon/hebrew/16.json +1 -0
  1275. data/resources/lexicon/hebrew/17.json +1 -0
  1276. data/resources/lexicon/hebrew/18.json +1 -0
  1277. data/resources/lexicon/hebrew/19.json +1 -0
  1278. data/resources/lexicon/hebrew/2.json +1 -0
  1279. data/resources/lexicon/hebrew/20.json +1 -0
  1280. data/resources/lexicon/hebrew/21.json +1 -0
  1281. data/resources/lexicon/hebrew/22.json +1 -0
  1282. data/resources/lexicon/hebrew/23.json +1 -0
  1283. data/resources/lexicon/hebrew/24.json +1 -0
  1284. data/resources/lexicon/hebrew/25.json +1 -0
  1285. data/resources/lexicon/hebrew/26.json +1 -0
  1286. data/resources/lexicon/hebrew/27.json +1 -0
  1287. data/resources/lexicon/hebrew/28.json +1 -0
  1288. data/resources/lexicon/hebrew/29.json +1 -0
  1289. data/resources/lexicon/hebrew/3.json +1 -0
  1290. data/resources/lexicon/hebrew/30.json +1 -0
  1291. data/resources/lexicon/hebrew/31.json +1 -0
  1292. data/resources/lexicon/hebrew/32.json +1 -0
  1293. data/resources/lexicon/hebrew/33.json +1 -0
  1294. data/resources/lexicon/hebrew/34.json +1 -0
  1295. data/resources/lexicon/hebrew/35.json +1 -0
  1296. data/resources/lexicon/hebrew/36.json +1 -0
  1297. data/resources/lexicon/hebrew/37.json +1 -0
  1298. data/resources/lexicon/hebrew/38.json +1 -0
  1299. data/resources/lexicon/hebrew/39.json +1 -0
  1300. data/resources/lexicon/hebrew/4.json +1 -0
  1301. data/resources/lexicon/hebrew/40.json +1 -0
  1302. data/resources/lexicon/hebrew/41.json +1 -0
  1303. data/resources/lexicon/hebrew/42.json +1 -0
  1304. data/resources/lexicon/hebrew/43.json +1 -0
  1305. data/resources/lexicon/hebrew/44.json +1 -0
  1306. data/resources/lexicon/hebrew/45.json +1 -0
  1307. data/resources/lexicon/hebrew/46.json +1 -0
  1308. data/resources/lexicon/hebrew/47.json +1 -0
  1309. data/resources/lexicon/hebrew/48.json +1 -0
  1310. data/resources/lexicon/hebrew/49.json +1 -0
  1311. data/resources/lexicon/hebrew/5.json +1 -0
  1312. data/resources/lexicon/hebrew/50.json +1 -0
  1313. data/resources/lexicon/hebrew/51.json +1 -0
  1314. data/resources/lexicon/hebrew/52.json +1 -0
  1315. data/resources/lexicon/hebrew/53.json +1 -0
  1316. data/resources/lexicon/hebrew/54.json +1 -0
  1317. data/resources/lexicon/hebrew/55.json +1 -0
  1318. data/resources/lexicon/hebrew/56.json +1 -0
  1319. data/resources/lexicon/hebrew/57.json +1 -0
  1320. data/resources/lexicon/hebrew/58.json +1 -0
  1321. data/resources/lexicon/hebrew/59.json +1 -0
  1322. data/resources/lexicon/hebrew/6.json +1 -0
  1323. data/resources/lexicon/hebrew/60.json +1 -0
  1324. data/resources/lexicon/hebrew/61.json +1 -0
  1325. data/resources/lexicon/hebrew/62.json +1 -0
  1326. data/resources/lexicon/hebrew/63.json +1 -0
  1327. data/resources/lexicon/hebrew/64.json +1 -0
  1328. data/resources/lexicon/hebrew/65.json +1 -0
  1329. data/resources/lexicon/hebrew/66.json +1 -0
  1330. data/resources/lexicon/hebrew/67.json +1 -0
  1331. data/resources/lexicon/hebrew/68.json +1 -0
  1332. data/resources/lexicon/hebrew/69.json +1 -0
  1333. data/resources/lexicon/hebrew/7.json +1 -0
  1334. data/resources/lexicon/hebrew/70.json +1 -0
  1335. data/resources/lexicon/hebrew/71.json +1 -0
  1336. data/resources/lexicon/hebrew/72.json +1 -0
  1337. data/resources/lexicon/hebrew/73.json +1 -0
  1338. data/resources/lexicon/hebrew/74.json +1 -0
  1339. data/resources/lexicon/hebrew/75.json +1 -0
  1340. data/resources/lexicon/hebrew/76.json +1 -0
  1341. data/resources/lexicon/hebrew/77.json +1 -0
  1342. data/resources/lexicon/hebrew/78.json +1 -0
  1343. data/resources/lexicon/hebrew/79.json +1 -0
  1344. data/resources/lexicon/hebrew/8.json +1 -0
  1345. data/resources/lexicon/hebrew/80.json +1 -0
  1346. data/resources/lexicon/hebrew/81.json +1 -0
  1347. data/resources/lexicon/hebrew/82.json +1 -0
  1348. data/resources/lexicon/hebrew/83.json +1 -0
  1349. data/resources/lexicon/hebrew/84.json +1 -0
  1350. data/resources/lexicon/hebrew/85.json +1 -0
  1351. data/resources/lexicon/hebrew/86.json +1 -0
  1352. data/resources/lexicon/hebrew/9.json +1 -0
  1353. metadata +1450 -0
@@ -0,0 +1 @@
1
+ {"7":[{"text":"are sure","number":"h539"},{"text":"are verity","number":"h571"},{"text":"of his hands","number":"h3027"},{"text":"The works","number":"h4639"},{"text":"and judgment","number":"h4941"},{"text":"all his commandments","number":"h6490"}],"8":[{"text":"in truth","number":"h571"},{"text":"and uprightness","number":"h3477"},{"text":"They stand fast","number":"h5564"},{"text":"for ever","number":"h5703"},{"text":"and ever","number":"h5769"},{"text":"and are done","number":"h6213"}],"9":[{"text":"his covenant","number":"h1285"},{"text":"and reverend","number":"h3372"},{"text":"for ever","number":"h5769"},{"text":"unto his people","number":"h5971"},{"text":"redemption","number":"h6304"},{"text":"he hath commanded","number":"h6680"},{"text":"holy","number":"h6918"},{"text":"He sent","number":"h7971"},{"text":"is his name","number":"h8034"}],"5":[{"text":"of his covenant","number":"h1285"},{"text":"be mindful","number":"h2142"},{"text":"meat","number":"h2964"},{"text":"unto them that fear","number":"h3373"},{"text":"He hath given","number":"h5414"},{"text":"him he will ever","number":"h5769"}],"2":[{"text":"are great","number":"h1419"},{"text":"sought out","number":"h1875"},{"text":"of all them that have pleasure","number":"h2656"},{"text":"of the LORD","number":"h3068"},{"text":"The works","number":"h4639"}],"6":[{"text":"of the heathen","number":"h1471"},{"text":"the power","number":"h3581"},{"text":"of his works","number":"h4639"},{"text":"He hath shewed","number":"h5046"},{"text":"them the heritage","number":"h5159"},{"text":"that he may give","number":"h5414"},{"text":"his people","number":"h5971"}],"3":[{"text":"and glorious","number":"h1926"},{"text":"is honourable","number":"h1935"},{"text":"for ever","number":"h5703"},{"text":"endureth","number":"h5975"},{"text":"His work","number":"h6467"},{"text":"and his righteousness","number":"h6666"}],"1":[{"text":"Praise","number":"h1984"},{"text":"I will praise","number":"h3034"},{"text":"ye the LORD","number":"h3050"},{"text":"the LORD","number":"h3068"},{"text":"of the upright","number":"h3477"},{"text":"with my whole heart","number":"h3824"},{"text":"in the assembly","number":"h5475"},{"text":"and in the congregation","number":"h5712"}],"4":[{"text":"to be remembered","number":"h2143"},{"text":"is gracious","number":"h2587"},{"text":"the LORD","number":"h3068"},{"text":"He hath made","number":"h6213"},{"text":"his wonderful works","number":"h6381"},{"text":"and full of compassion","number":"h7349"}],"10":[{"text":"of wisdom","number":"h2451"},{"text":"a good","number":"h2896"},{"text":"of the LORD","number":"h3068"},{"text":"The fear","number":"h3374"},{"text":"for ever","number":"h5703"},{"text":"endureth","number":"h5975"},{"text":"have all they that do","number":"h6213"},{"text":"is the beginning","number":"h7225"},{"text":"understanding","number":"h7922"},{"text":"his commandments his praise","number":"h8416"}]}
@@ -0,0 +1 @@
1
+ {"10":[{"text":"shall perish","number":"h6"},{"text":"he shall gnash","number":"h2786"},{"text":"it and be grieved","number":"h3707"},{"text":"and melt away","number":"h4549"},{"text":"shall see","number":"h7200"},{"text":"The wicked","number":"h7563"},{"text":"of the wicked","number":"h7563"},{"text":"with his teeth","number":"h8127"},{"text":"the desire","number":"h8378"}],"9":[{"text":"to the poor","number":"h34"},{"text":"with honour","number":"h3519"},{"text":"he hath given","number":"h5414"},{"text":"for ever","number":"h5703"},{"text":"endureth","number":"h5975"},{"text":"He hath dispersed","number":"h6340"},{"text":"his righteousness","number":"h6666"},{"text":"his horn","number":"h7161"},{"text":"shall be exalted","number":"h7311"}],"4":[{"text":"light","number":"h216"},{"text":"there ariseth","number":"h2224"},{"text":"he is gracious","number":"h2587"},{"text":"in the darkness","number":"h2822"},{"text":"Unto the upright","number":"h3477"},{"text":"and righteous","number":"h6662"},{"text":"and full of compassion","number":"h7349"}],"1":[{"text":"is the man","number":"h376"},{"text":"Blessed","number":"h835"},{"text":"Praise","number":"h1984"},{"text":"that delighteth","number":"h2654"},{"text":"ye the LORD","number":"h3050"},{"text":"the LORD","number":"h3068"},{"text":"that feareth","number":"h3372"},{"text":"greatly","number":"h3966"},{"text":"in his commandments","number":"h4687"}],"5":[{"text":"man","number":"h376"},{"text":"his affairs","number":"h1697"},{"text":"sheweth favour","number":"h2603"},{"text":"A good","number":"h2896"},{"text":"he will guide","number":"h3557"},{"text":"and lendeth","number":"h3867"},{"text":"with discretion","number":"h4941"}],"2":[{"text":"upon earth","number":"h776"},{"text":"shall be blessed","number":"h1288"},{"text":"shall be mighty","number":"h1368"},{"text":"the generation","number":"h1755"},{"text":"His seed","number":"h2233"},{"text":"of the upright","number":"h3477"}],"7":[{"text":"trusting","number":"h982"},{"text":"in the LORD","number":"h3068"},{"text":"He shall not be afraid","number":"h3372"},{"text":"is fixed","number":"h3559"},{"text":"his heart","number":"h3820"},{"text":"of evil","number":"h7451"},{"text":"tidings","number":"h8052"}],"3":[{"text":"shall be in his house","number":"h1004"},{"text":"Wealth","number":"h1952"},{"text":"for ever","number":"h5703"},{"text":"endureth","number":"h5975"},{"text":"and riches","number":"h6239"},{"text":"and his righteousness","number":"h6666"}],"6":[{"text":"remembrance","number":"h2143"},{"text":"Surely he shall not be moved","number":"h4131"},{"text":"for ever","number":"h5769"},{"text":"shall be in everlasting","number":"h5769"},{"text":"the righteous","number":"h6662"}],"8":[{"text":"he shall not be afraid","number":"h3372"},{"text":"His heart","number":"h3820"},{"text":"is established","number":"h5564"},{"text":"his desire upon his enemies","number":"h6862"},{"text":"until he see","number":"h7200"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"the needy","number":"h34"},{"text":"out of the dunghill","number":"h830"},{"text":"the poor","number":"h1800"},{"text":"out of the dust","number":"h6083"},{"text":"He raiseth up","number":"h6965"},{"text":"and lifteth","number":"h7311"}],"5":[{"text":"our God","number":"h430"},{"text":"on high","number":"h1361"},{"text":"Who is like unto the LORD","number":"h3068"},{"text":"who dwelleth","number":"h3427"}],"9":[{"text":"mother","number":"h517"},{"text":"house","number":"h1004"},{"text":"of children","number":"h1121"},{"text":"Praise","number":"h1984"},{"text":"ye the LORD","number":"h3050"},{"text":"to keep","number":"h3427"},{"text":"He maketh the barren woman","number":"h6135"},{"text":"and to be a joyful","number":"h8056"}],"6":[{"text":"and in the earth","number":"h776"},{"text":"himself to behold","number":"h7200"},{"text":"the things that are in heaven","number":"h8064"},{"text":"Who humbleth","number":"h8213"}],"2":[{"text":"Blessed","number":"h1288"},{"text":"of the LORD","number":"h3068"},{"text":"and for","number":"h5704"},{"text":"evermore","number":"h5769"},{"text":"from this time forth","number":"h6258"},{"text":"be the name","number":"h8034"}],"4":[{"text":"above all nations","number":"h1471"},{"text":"The LORD","number":"h3068"},{"text":"and his glory","number":"h3519"},{"text":"is high","number":"h7311"},{"text":"above the heavens","number":"h8064"}],"1":[{"text":"Praise","number":"h1984"},{"text":"Praise","number":"h1984"},{"text":"praise","number":"h1984"},{"text":"ye the LORD","number":"h3050"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"O ye servants","number":"h5650"},{"text":"the name","number":"h8034"}],"3":[{"text":"is to be praised","number":"h1984"},{"text":"of the same the LORD'S","number":"h3068"},{"text":"unto the going down","number":"h3996"},{"text":"From the rising","number":"h4217"},{"text":"name","number":"h8034"},{"text":"of the sun","number":"h8121"}],"8":[{"text":"That he may set","number":"h3427"},{"text":"even with the princes","number":"h5081"},{"text":"him with princes","number":"h5081"},{"text":"of his people","number":"h5971"}]}
@@ -0,0 +1 @@
1
+ {"8":[{"text":"into a standing","number":"h98"},{"text":"Which turned","number":"h2015"},{"text":"the flint","number":"h2496"},{"text":"of waters","number":"h4325"},{"text":"water","number":"h4325"},{"text":"into a fountain","number":"h4599"},{"text":"the rock","number":"h6697"}],"7":[{"text":"of the Lord","number":"h113"},{"text":"of the God","number":"h433"},{"text":"thou earth","number":"h776"},{"text":"Tremble","number":"h2342"},{"text":"of Jacob","number":"h3290"},{"text":"at the presence","number":"h6440"},{"text":"at the presence","number":"h6440"}],"3":[{"text":"back","number":"h268"},{"text":"The sea","number":"h3220"},{"text":"Jordan","number":"h3383"},{"text":"it and fled","number":"h5127"},{"text":"was driven","number":"h5437"},{"text":"saw","number":"h7200"}],"5":[{"text":"back","number":"h268"},{"text":"What ailed thee O thou sea","number":"h3220"},{"text":"thou Jordan","number":"h3383"},{"text":"that thou fleddest","number":"h5127"},{"text":"that thou wast driven","number":"h5437"}],"4":[{"text":"like rams","number":"h352"},{"text":"like lambs","number":"h1121"},{"text":"and the little hills","number":"h1389"},{"text":"The mountains","number":"h2022"},{"text":"skipped","number":"h7540"}],"6":[{"text":"like rams","number":"h352"},{"text":"like lambs","number":"h1121"},{"text":"and ye little hills","number":"h1389"},{"text":"Ye mountains","number":"h2022"},{"text":"that ye skipped","number":"h7540"}],"1":[{"text":"the house","number":"h1004"},{"text":"of Jacob","number":"h3290"},{"text":"went out","number":"h3318"},{"text":"When Israel","number":"h3478"},{"text":"of strange language","number":"h3937"},{"text":"of Egypt","number":"h4714"},{"text":"from a people","number":"h5971"}],"2":[{"text":"Judah","number":"h3063"},{"text":"and Israel","number":"h3478"},{"text":"his dominion","number":"h4475"},{"text":"was his sanctuary","number":"h6944"}]}
@@ -0,0 +1 @@
1
+ {"16":[{"text":"of men","number":"h120"},{"text":"but the earth","number":"h776"},{"text":"to the children","number":"h1121"},{"text":"are the LORD'S","number":"h3068"},{"text":"hath he given","number":"h5414"},{"text":"The heaven","number":"h8064"},{"text":"even the heavens","number":"h8064"}],"4":[{"text":"of men's","number":"h120"},{"text":"and gold","number":"h2091"},{"text":"hands","number":"h3027"},{"text":"are silver","number":"h3701"},{"text":"the work","number":"h4639"},{"text":"Their idols","number":"h6091"}],"10":[{"text":"of Aaron","number":"h175"},{"text":"trust","number":"h982"},{"text":"O house","number":"h1004"},{"text":"in the LORD","number":"h3068"},{"text":"and their shield","number":"h4043"},{"text":"he is their help","number":"h5828"}],"12":[{"text":"of Aaron","number":"h175"},{"text":"the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"he will bless","number":"h1288"},{"text":"of us he will bless","number":"h1288"},{"text":"us he will bless","number":"h1288"},{"text":"hath been mindful","number":"h2142"},{"text":"The LORD","number":"h3068"},{"text":"of Israel","number":"h3478"}],"6":[{"text":"They have ears","number":"h241"},{"text":"not noses","number":"h639"},{"text":"have they but they smell","number":"h7306"},{"text":"but they hear","number":"h8085"}],"3":[{"text":"But our God","number":"h430"},{"text":"whatsoever he hath pleased","number":"h2654"},{"text":"he hath done","number":"h6213"},{"text":"is in the heavens","number":"h8064"}],"2":[{"text":"Where is now their God","number":"h430"},{"text":"say","number":"h559"},{"text":"Wherefore should the heathen","number":"h1471"}],"1":[{"text":"and for thy truth's","number":"h571"},{"text":"for thy mercy","number":"h2617"},{"text":"Not unto us O LORD","number":"h3068"},{"text":"glory","number":"h3519"},{"text":"give","number":"h5414"},{"text":"not unto us but unto thy name","number":"h8034"}],"15":[{"text":"and earth","number":"h776"},{"text":"Ye are blessed","number":"h1288"},{"text":"of the LORD","number":"h3068"},{"text":"which made","number":"h6213"},{"text":"heaven","number":"h8064"}],"8":[{"text":"them are like unto them so is every one that trusteth","number":"h982"},{"text":"They that make","number":"h6213"}],"11":[{"text":"trust","number":"h982"},{"text":"in the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"Ye that fear","number":"h3373"},{"text":"and their shield","number":"h4043"},{"text":"he is their help","number":"h5828"}],"9":[{"text":"trust","number":"h982"},{"text":"thou in the LORD","number":"h3068"},{"text":"O Israel","number":"h3478"},{"text":"and their shield","number":"h4043"},{"text":"he is their help","number":"h5828"}],"14":[{"text":"you more and more you and your children","number":"h1121"},{"text":"The LORD","number":"h3068"},{"text":"shall increase","number":"h3254"}],"18":[{"text":"But we will bless","number":"h1288"},{"text":"Praise","number":"h1984"},{"text":"the LORD","number":"h3050"},{"text":"the LORD","number":"h3050"},{"text":"from this time forth and for","number":"h5704"},{"text":"evermore","number":"h5769"}],"13":[{"text":"He will bless","number":"h1288"},{"text":"and great","number":"h1419"},{"text":"the LORD","number":"h3068"},{"text":"them that fear","number":"h3373"},{"text":"both small","number":"h6996"}],"7":[{"text":"they through their throat","number":"h1627"},{"text":"not neither speak","number":"h1897"},{"text":"have they but they walk","number":"h1980"},{"text":"They have hands","number":"h3027"},{"text":"but they handle","number":"h4184"},{"text":"not feet","number":"h7272"}],"5":[{"text":"but they speak","number":"h1696"},{"text":"not eyes","number":"h5869"},{"text":"They have mouths","number":"h6310"},{"text":"have they but they see","number":"h7200"}],"17":[{"text":"into silence","number":"h1745"},{"text":"praise","number":"h1984"},{"text":"not the LORD","number":"h3050"},{"text":"neither any that go down","number":"h3381"},{"text":"The dead","number":"h4191"}]}
@@ -0,0 +1 @@
1
+ {"11":[{"text":"All men","number":"h120"},{"text":"I said","number":"h559"},{"text":"in my haste","number":"h2648"},{"text":"are liars","number":"h3576"}],"1":[{"text":"I love","number":"h157"},{"text":"the LORD","number":"h3068"},{"text":"my voice","number":"h6963"},{"text":"because he hath heard","number":"h8085"},{"text":"and my supplications","number":"h8469"}],"2":[{"text":"his ear","number":"h241"},{"text":"upon him as long as I live","number":"h3117"},{"text":"Because he hath inclined","number":"h5186"},{"text":"unto me therefore will I call","number":"h7121"}],"5":[{"text":"yea our God","number":"h430"},{"text":"Gracious","number":"h2587"},{"text":"is the LORD","number":"h3068"},{"text":"and righteous","number":"h6662"},{"text":"is merciful","number":"h7355"}],"16":[{"text":"of thine handmaid","number":"h519"},{"text":"truly","number":"h577"},{"text":"and the son","number":"h1121"},{"text":"O LORD","number":"h3068"},{"text":"my bonds","number":"h4147"},{"text":"I am thy servant","number":"h5650"},{"text":"I am thy servant","number":"h5650"},{"text":"thou hast loosed","number":"h6605"}],"10":[{"text":"I believed","number":"h539"},{"text":"therefore have I spoken","number":"h1696"},{"text":"I was greatly","number":"h3966"},{"text":"afflicted","number":"h6031"}],"4":[{"text":"I beseech","number":"h577"},{"text":"O LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"thee deliver","number":"h4422"},{"text":"my soul","number":"h5315"},{"text":"Then called","number":"h7121"},{"text":"I upon the name","number":"h8034"}],"3":[{"text":"compassed","number":"h661"},{"text":"The sorrows","number":"h2256"},{"text":"and sorrow","number":"h3015"},{"text":"of death","number":"h4194"},{"text":"gat hold","number":"h4672"},{"text":"upon me I found","number":"h4672"},{"text":"me and the pains","number":"h4712"},{"text":"trouble","number":"h6869"},{"text":"of hell","number":"h7585"}],"9":[{"text":"in the land","number":"h776"},{"text":"I will walk","number":"h1980"},{"text":"of the living","number":"h2416"},{"text":"the LORD","number":"h3068"},{"text":"before","number":"h6440"}],"19":[{"text":"house","number":"h1004"},{"text":"Praise","number":"h1984"},{"text":"In the courts","number":"h2691"},{"text":"ye the LORD","number":"h3050"},{"text":"of the LORD'S","number":"h3068"},{"text":"of thee O Jerusalem","number":"h3389"},{"text":"in the midst","number":"h8432"}],"7":[{"text":"hath dealt bountifully","number":"h1580"},{"text":"for the LORD","number":"h3068"},{"text":"unto thy rest","number":"h4494"},{"text":"O my soul","number":"h5315"},{"text":"Return","number":"h7725"}],"8":[{"text":"from falling","number":"h1762"},{"text":"from tears","number":"h1832"},{"text":"For thou hast delivered","number":"h2502"},{"text":"from death","number":"h4194"},{"text":"my soul","number":"h5315"},{"text":"mine eyes","number":"h5869"},{"text":"and my feet","number":"h7272"}],"6":[{"text":"I was brought low","number":"h1809"},{"text":"The LORD","number":"h3068"},{"text":"and he helped","number":"h3467"},{"text":"the simple","number":"h6612"},{"text":"preserveth","number":"h8104"}],"17":[{"text":"I will offer","number":"h2076"},{"text":"to thee the sacrifice","number":"h2077"},{"text":"of the LORD","number":"h3068"},{"text":"and will call","number":"h7121"},{"text":"upon the name","number":"h8034"},{"text":"of thanksgiving","number":"h8426"}],"15":[{"text":"of his saints","number":"h2623"},{"text":"of the LORD","number":"h3068"},{"text":"Precious","number":"h3368"},{"text":"is the death","number":"h4194"},{"text":"in the sight","number":"h5869"}],"13":[{"text":"of the LORD","number":"h3068"},{"text":"of salvation","number":"h3444"},{"text":"the cup","number":"h3563"},{"text":"I will take","number":"h5375"},{"text":"and call","number":"h7121"},{"text":"upon the name","number":"h8034"}],"12":[{"text":"unto the LORD","number":"h3068"},{"text":"What shall I render","number":"h7725"},{"text":"for all his benefits","number":"h8408"}],"14":[{"text":"unto the LORD","number":"h3068"},{"text":"my vows","number":"h5088"},{"text":"now in the presence of all his people","number":"h5971"},{"text":"I will pay","number":"h7999"}],"18":[{"text":"unto the LORD","number":"h3068"},{"text":"my vows","number":"h5088"},{"text":"now in the presence of all his people","number":"h5971"},{"text":"I will pay","number":"h7999"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"him all ye people","number":"h523"},{"text":"all ye nations","number":"h1471"},{"text":"O praise","number":"h1984"},{"text":"the LORD","number":"h3068"},{"text":"praise","number":"h7623"}],"2":[{"text":"† toward us and the truth","number":"h571"},{"text":"is great","number":"h1396"},{"text":"Praise","number":"h1984"},{"text":"For his merciful","number":"h2617"},{"text":"kindness","number":"h2617"},{"text":"ye the LORD","number":"h3050"},{"text":"of the LORD","number":"h3068"},{"text":"endureth for ever","number":"h5769"}]}
@@ -0,0 +1 @@
1
+ {"22":[{"text":"The stone","number":"h68"},{"text":"which the builders","number":"h1129"},{"text":"refused","number":"h3988"},{"text":"stone of the corner","number":"h6438"},{"text":"is become the head","number":"h7218"}],"8":[{"text":"in man","number":"h120"},{"text":"than to put confidence","number":"h982"},{"text":"to trust","number":"h2620"},{"text":"It is better","number":"h2896"},{"text":"in the LORD","number":"h3068"}],"6":[{"text":"man","number":"h120"},{"text":"The LORD","number":"h3068"},{"text":"is on my side I will not fear","number":"h3372"},{"text":"do","number":"h6213"},{"text":"what can","number":"h6213"}],"15":[{"text":"is in the tabernacles","number":"h168"},{"text":"valiantly","number":"h2428"},{"text":"of the LORD","number":"h3068"},{"text":"the right hand","number":"h3225"},{"text":"and salvation","number":"h3444"},{"text":"doeth","number":"h6213"},{"text":"of the righteous","number":"h6662"},{"text":"The voice","number":"h6963"},{"text":"of rejoicing","number":"h7440"}],"3":[{"text":"of Aaron","number":"h175"},{"text":"now say","number":"h559"},{"text":"Let the house","number":"h1004"},{"text":"that his mercy","number":"h2617"},{"text":"endureth for ever","number":"h5769"}],"27":[{"text":"which hath shewed us light","number":"h215"},{"text":"God","number":"h410"},{"text":"bind","number":"h631"},{"text":"the sacrifice","number":"h2282"},{"text":"is the LORD","number":"h3068"},{"text":"of the altar","number":"h4196"},{"text":"with cords","number":"h5688"},{"text":"even unto the horns","number":"h7161"}],"28":[{"text":"Thou art my God","number":"h410"},{"text":"thee thou art my God","number":"h430"},{"text":"and I will praise","number":"h3034"},{"text":"I will exalt","number":"h7311"}],"2":[{"text":"now say","number":"h559"},{"text":"that his mercy","number":"h2617"},{"text":"Let Israel","number":"h3478"},{"text":"endureth for ever","number":"h5769"}],"4":[{"text":"say","number":"h559"},{"text":"that his mercy","number":"h2617"},{"text":"the LORD","number":"h3068"},{"text":"Let them now that fear","number":"h3373"},{"text":"endureth for ever","number":"h5769"}],"25":[{"text":"I beseech","number":"h577"},{"text":"now I beseech","number":"h577"},{"text":"O LORD","number":"h3068"},{"text":"thee O LORD","number":"h3068"},{"text":"Save","number":"h3467"},{"text":"thee send now prosperity","number":"h6743"}],"12":[{"text":"as the fire","number":"h784"},{"text":"like bees","number":"h1682"},{"text":"they are quenched","number":"h1846"},{"text":"of the LORD","number":"h3068"},{"text":"I will destroy","number":"h4135"},{"text":"They compassed me about","number":"h5437"},{"text":"of thorns","number":"h6975"},{"text":"for in the name","number":"h8034"}],"19":[{"text":"I will go","number":"h935"},{"text":"into them and I will praise","number":"h3034"},{"text":"the LORD","number":"h3050"},{"text":"Open","number":"h6605"},{"text":"of righteousness","number":"h6664"},{"text":"to me the gates","number":"h8179"}],"26":[{"text":"be he that cometh","number":"h935"},{"text":"you out of the house","number":"h1004"},{"text":"Blessed","number":"h1288"},{"text":"we have blessed","number":"h1288"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"in the name","number":"h8034"}],"20":[{"text":"shall enter","number":"h935"},{"text":"of the LORD","number":"h3068"},{"text":"into which the righteous","number":"h6662"},{"text":"This gate","number":"h8179"}],"9":[{"text":"than to put confidence","number":"h982"},{"text":"to trust","number":"h2620"},{"text":"It is better","number":"h2896"},{"text":"in the LORD","number":"h3068"},{"text":"in princes","number":"h5081"}],"10":[{"text":"All nations","number":"h1471"},{"text":"of the LORD","number":"h3068"},{"text":"will I destroy","number":"h4135"},{"text":"compassed me about","number":"h5437"},{"text":"but in the name","number":"h8034"}],"24":[{"text":"we will rejoice","number":"h1523"},{"text":"which the LORD","number":"h3068"},{"text":"This is the day","number":"h3117"},{"text":"hath made","number":"h6213"},{"text":"and be glad","number":"h8055"}],"13":[{"text":"Thou hast thrust","number":"h1760"},{"text":"sore","number":"h1760"},{"text":"but the LORD","number":"h3068"},{"text":"at me that I might fall","number":"h5307"},{"text":"helped","number":"h5826"}],"14":[{"text":"and song","number":"h2176"},{"text":"The LORD","number":"h3050"},{"text":"and is become my salvation","number":"h3444"},{"text":"is my strength","number":"h5797"}],"17":[{"text":"but live","number":"h2421"},{"text":"of the LORD","number":"h3050"},{"text":"I shall not die","number":"h4191"},{"text":"the works","number":"h4639"},{"text":"and declare","number":"h5608"}],"16":[{"text":"valiantly","number":"h2428"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"The right hand","number":"h3225"},{"text":"the right hand","number":"h3225"},{"text":"doeth","number":"h6213"},{"text":"is exalted","number":"h7426"}],"1":[{"text":"because his mercy","number":"h2617"},{"text":"for he is good","number":"h2896"},{"text":"O give thanks","number":"h3034"},{"text":"unto the LORD","number":"h3068"},{"text":"endureth for ever","number":"h5769"}],"29":[{"text":"for his mercy","number":"h2617"},{"text":"for he is good","number":"h2896"},{"text":"O give thanks","number":"h3034"},{"text":"unto the LORD","number":"h3068"},{"text":"endureth for ever","number":"h5769"}],"21":[{"text":"I will praise","number":"h3034"},{"text":"me and art become my salvation","number":"h3444"},{"text":"thee for thou hast heard","number":"h6030"}],"18":[{"text":"The LORD","number":"h3050"},{"text":"hath chastened","number":"h3256"},{"text":"me sore","number":"h3256"},{"text":"unto death","number":"h4194"},{"text":"but he hath not given me over","number":"h5414"}],"5":[{"text":"the LORD","number":"h3050"},{"text":"upon the LORD","number":"h3050"},{"text":"in distress","number":"h4712"},{"text":"me and set me in a large place","number":"h4800"},{"text":"answered","number":"h6030"},{"text":"I called","number":"h7121"}],"7":[{"text":"The LORD","number":"h3068"},{"text":"taketh my part with them that help","number":"h5826"},{"text":"me therefore shall I see","number":"h7200"},{"text":"my desire upon them that hate","number":"h8130"}],"23":[{"text":"This is the LORD'S","number":"h3068"},{"text":"in our eyes","number":"h5869"},{"text":"doing it is marvellous","number":"h6381"}],"11":[{"text":"of the LORD","number":"h3068"},{"text":"I will destroy","number":"h4135"},{"text":"They compassed me about","number":"h5437"},{"text":"yea they compassed me about","number":"h5437"},{"text":"but in the name","number":"h8034"}]}
@@ -0,0 +1 @@
1
+ {"92":[{"text":"I should then have perished","number":"h6"},{"text":"Unless","number":"h3884"},{"text":"in mine affliction","number":"h6040"},{"text":"had been my delights","number":"h8191"},{"text":"thy law","number":"h8451"}],"95":[{"text":"for me to destroy","number":"h6"},{"text":"me but I will consider","number":"h995"},{"text":"thy testimonies","number":"h5713"},{"text":"have waited","number":"h6960"},{"text":"The wicked","number":"h7563"}],"176":[{"text":"like a lost","number":"h6"},{"text":"seek","number":"h1245"},{"text":"thy commandments","number":"h4687"},{"text":"thy servant","number":"h5650"},{"text":"sheep","number":"h7716"},{"text":"for I do not forget","number":"h7911"},{"text":"I have gone astray","number":"h8582"}],"134":[{"text":"of man","number":"h120"},{"text":"me from the oppression","number":"h6233"},{"text":"Deliver","number":"h6299"},{"text":"thy precepts","number":"h6490"},{"text":"so will I keep","number":"h8104"}],"97":[{"text":"MEM O how love I","number":"h157"},{"text":"all the day","number":"h3117"},{"text":"it is my meditation","number":"h7881"},{"text":"thy law","number":"h8451"}],"127":[{"text":"Therefore I love","number":"h157"},{"text":"above gold","number":"h2091"},{"text":"thy commandments","number":"h4687"},{"text":"yea above fine gold","number":"h6337"}],"167":[{"text":"and I love","number":"h157"},{"text":"them exceedingly","number":"h3966"},{"text":"My soul","number":"h5315"},{"text":"thy testimonies","number":"h5713"},{"text":"hath kept","number":"h8104"}],"113":[{"text":"do I love","number":"h157"},{"text":"vain thoughts","number":"h5588"},{"text":"SAMECH I hate","number":"h8130"},{"text":"but thy law","number":"h8451"}],"163":[{"text":"do I love","number":"h157"},{"text":"I hate","number":"h8130"},{"text":"lying","number":"h8267"},{"text":"but thy law","number":"h8451"},{"text":"and abhor","number":"h8581"}],"165":[{"text":"have they which love","number":"h157"},{"text":"and nothing shall offend","number":"h4383"},{"text":"Great","number":"h7227"},{"text":"peace","number":"h7965"},{"text":"thy law","number":"h8451"}],"159":[{"text":"how I love","number":"h157"},{"text":"quicken","number":"h2421"},{"text":"according to thy lovingkindness","number":"h2617"},{"text":"me O LORD","number":"h3068"},{"text":"thy precepts","number":"h6490"},{"text":"Consider","number":"h7200"}],"140":[{"text":"loveth","number":"h157"},{"text":"Thy word","number":"h565"},{"text":"is very","number":"h3966"},{"text":"therefore thy servant","number":"h5650"},{"text":"pure","number":"h6884"}],"119":[{"text":"therefore I love","number":"h157"},{"text":"of the earth","number":"h776"},{"text":"like dross","number":"h5509"},{"text":"thy testimonies","number":"h5713"},{"text":"all the wicked","number":"h7563"},{"text":"Thou puttest away","number":"h7673"}],"132":[{"text":"to do unto those that love","number":"h157"},{"text":"thou upon me and be merciful","number":"h2603"},{"text":"unto me as thou usest","number":"h4941"},{"text":"Look","number":"h6437"},{"text":"thy name","number":"h8034"}],"47":[{"text":"which I have loved","number":"h157"},{"text":"myself in thy commandments","number":"h4687"},{"text":"And I will delight","number":"h8173"}],"48":[{"text":"which I have loved","number":"h157"},{"text":"in thy statutes","number":"h2706"},{"text":"My hands","number":"h3709"},{"text":"unto thy commandments","number":"h4687"},{"text":"also will I lift up","number":"h5375"},{"text":"and I will meditate","number":"h7878"}],"133":[{"text":"and let not any iniquity","number":"h205"},{"text":"in thy word","number":"h565"},{"text":"Order","number":"h3559"},{"text":"my steps","number":"h6471"},{"text":"have dominion","number":"h7980"}],"130":[{"text":"giveth light","number":"h215"},{"text":"it giveth understanding","number":"h995"},{"text":"of thy words","number":"h1697"},{"text":"The entrance","number":"h6608"},{"text":"unto the simple","number":"h6612"}],"135":[{"text":"to shine","number":"h215"},{"text":"me thy statutes","number":"h2706"},{"text":"and teach","number":"h3925"},{"text":"upon thy servant","number":"h5650"},{"text":"Make thy face","number":"h6440"}],"105":[{"text":"and a light","number":"h216"},{"text":"NUN Thy word","number":"h1697"},{"text":"is a lamp","number":"h5216"},{"text":"unto my path","number":"h5410"},{"text":"unto my feet","number":"h7272"}],"53":[{"text":"hath taken hold","number":"h270"},{"text":"Horror","number":"h2152"},{"text":"that forsake","number":"h5800"},{"text":"upon me because of the wicked","number":"h7563"},{"text":"thy law","number":"h8451"}],"5":[{"text":"O that","number":"h305"},{"text":"my ways","number":"h1870"},{"text":"thy statutes","number":"h2706"},{"text":"were directed","number":"h3559"},{"text":"to keep","number":"h8104"}],"98":[{"text":"than mine enemies","number":"h341"},{"text":"hast made me wiser","number":"h2449"},{"text":"Thou through thy commandments","number":"h4687"},{"text":"for they are ever","number":"h5769"}],"115":[{"text":"of my God","number":"h430"},{"text":"the commandments","number":"h4687"},{"text":"for I will keep","number":"h5341"},{"text":"Depart","number":"h5493"},{"text":"from me ye evildoers","number":"h7489"}],"72":[{"text":"unto me than thousands","number":"h505"},{"text":"of gold","number":"h2091"},{"text":"is better","number":"h2896"},{"text":"and silver","number":"h3701"},{"text":"of thy mouth","number":"h6310"},{"text":"The law","number":"h8451"}],"90":[{"text":"Thy faithfulness","number":"h530"},{"text":"the earth","number":"h776"},{"text":"generations","number":"h1755"},{"text":"is unto all","number":"h1755"},{"text":"thou hast established","number":"h3559"},{"text":"and it abideth","number":"h5975"}],"75":[{"text":"and that thou in faithfulness","number":"h530"},{"text":"I know","number":"h3045"},{"text":"O LORD","number":"h3068"},{"text":"that thy judgments","number":"h4941"},{"text":"hast afflicted","number":"h6031"},{"text":"are right","number":"h6664"}],"86":[{"text":"are faithful","number":"h530"},{"text":"All thy commandments","number":"h4687"},{"text":"help","number":"h5826"},{"text":"they persecute","number":"h7291"},{"text":"me wrongfully","number":"h8267"}],"138":[{"text":"faithful","number":"h530"},{"text":"and very","number":"h3966"},{"text":"Thy testimonies","number":"h5713"},{"text":"are righteous","number":"h6664"},{"text":"that thou hast commanded","number":"h6680"}],"30":[{"text":"of truth","number":"h530"},{"text":"I have chosen","number":"h977"},{"text":"the way","number":"h1870"},{"text":"thy judgments","number":"h4941"},{"text":"have I laid","number":"h7737"}],"66":[{"text":"for I have believed","number":"h539"},{"text":"and knowledge","number":"h1847"},{"text":"me good","number":"h2898"},{"text":"judgment","number":"h2940"},{"text":"Teach","number":"h3925"},{"text":"thy commandments","number":"h4687"}],"57":[{"text":"I have said","number":"h559"},{"text":"thy words","number":"h1697"},{"text":"CHETH Thou art my portion","number":"h2506"},{"text":"O LORD","number":"h3068"},{"text":"that I would keep","number":"h8104"}],"82":[{"text":"saying","number":"h559"},{"text":"for thy word","number":"h565"},{"text":"fail","number":"h3615"},{"text":"When wilt thou comfort","number":"h5162"},{"text":"Mine eyes","number":"h5869"}],"11":[{"text":"Thy word","number":"h565"},{"text":"that I might not sin","number":"h2398"},{"text":"in mine heart","number":"h3820"},{"text":"have I hid","number":"h6845"}],"41":[{"text":"according to thy word","number":"h565"},{"text":"come","number":"h935"},{"text":"VAU Let thy mercies","number":"h2617"},{"text":"also unto me O LORD","number":"h3068"},{"text":"even thy salvation","number":"h8668"}],"76":[{"text":"according to thy word","number":"h565"},{"text":"Let I pray thee thy merciful kindness","number":"h2617"},{"text":"be for my comfort","number":"h5162"},{"text":"unto thy servant","number":"h5650"}],"123":[{"text":"and for the word","number":"h565"},{"text":"for thy salvation","number":"h3444"},{"text":"fail","number":"h3615"},{"text":"Mine eyes","number":"h5869"},{"text":"of thy righteousness","number":"h6664"}],"103":[{"text":"are thy words","number":"h565"},{"text":"yea sweeter than honey","number":"h1706"},{"text":"unto my taste","number":"h2441"},{"text":"How sweet","number":"h4452"},{"text":"to my mouth","number":"h6310"}],"162":[{"text":"at thy word","number":"h565"},{"text":"as one that findeth","number":"h4672"},{"text":"great","number":"h7227"},{"text":"I rejoice","number":"h7797"},{"text":"spoil","number":"h7998"}],"50":[{"text":"for thy word","number":"h565"},{"text":"hath quickened","number":"h2421"},{"text":"This is my comfort","number":"h5165"},{"text":"in my affliction","number":"h6040"}],"148":[{"text":"in thy word","number":"h565"},{"text":"the night watches","number":"h821"},{"text":"Mine eyes","number":"h5869"},{"text":"prevent","number":"h6923"},{"text":"that I might meditate","number":"h7878"}],"154":[{"text":"me according to thy word","number":"h565"},{"text":"and deliver","number":"h1350"},{"text":"me quicken","number":"h2421"},{"text":"Plead","number":"h7378"},{"text":"my cause","number":"h7379"}],"170":[{"text":"me according to thy word","number":"h565"},{"text":"come","number":"h935"},{"text":"thee deliver","number":"h5337"},{"text":"before","number":"h6440"},{"text":"Let my supplication","number":"h8467"}],"116":[{"text":"me according unto thy word","number":"h565"},{"text":"and let me not be ashamed","number":"h954"},{"text":"that I may live","number":"h2421"},{"text":"Uphold","number":"h5564"},{"text":"of my hope","number":"h7664"}],"158":[{"text":"not thy word","number":"h565"},{"text":"the transgressors","number":"h898"},{"text":"and was grieved","number":"h6962"},{"text":"I beheld","number":"h7200"},{"text":"because they kept","number":"h8104"}],"172":[{"text":"of thy word","number":"h565"},{"text":"My tongue","number":"h3956"},{"text":"for all thy commandments","number":"h4687"},{"text":"shall speak","number":"h6030"},{"text":"are righteousness","number":"h6664"}],"38":[{"text":"thy word","number":"h565"},{"text":"who is devoted to thy fear","number":"h3374"},{"text":"unto thy servant","number":"h5650"},{"text":"Stablish","number":"h6965"}],"67":[{"text":"thy word","number":"h565"},{"text":"Before I was afflicted","number":"h6031"},{"text":"I went astray","number":"h7683"},{"text":"but now have I kept","number":"h8104"}],"58":[{"text":"unto me according to thy word","number":"h565"},{"text":"I intreated","number":"h2470"},{"text":"be merciful","number":"h2603"},{"text":"with my whole heart","number":"h3820"},{"text":"thy favour","number":"h6440"}],"151":[{"text":"are truth","number":"h571"},{"text":"O LORD","number":"h3068"},{"text":"and all thy commandments","number":"h4687"},{"text":"Thou art near","number":"h7138"}],"142":[{"text":"is the truth","number":"h571"},{"text":"is an everlasting","number":"h5769"},{"text":"righteousness","number":"h6664"},{"text":"Thy righteousness","number":"h6666"},{"text":"and thy law","number":"h8451"}],"160":[{"text":"is true","number":"h571"},{"text":"Thy word","number":"h1697"},{"text":"judgments","number":"h4941"},{"text":"endureth for ever","number":"h5769"},{"text":"and every one of thy righteous","number":"h6664"},{"text":"from the beginning","number":"h7218"}],"43":[{"text":"of truth","number":"h571"},{"text":"not the word","number":"h1697"},{"text":"for I have hoped","number":"h3176"},{"text":"utterly","number":"h3966"},{"text":"in thy judgments","number":"h4941"},{"text":"And take","number":"h5337"},{"text":"out of my mouth","number":"h6310"}],"24":[{"text":"and my counsellors","number":"h582"},{"text":"Thy testimonies","number":"h5713"},{"text":"also are my delight","number":"h8191"}],"9":[{"text":"his way","number":"h734"},{"text":"thereto according to thy word","number":"h1697"},{"text":"cleanse","number":"h2135"},{"text":"BETH Wherewithal shall a young man","number":"h5288"},{"text":"by taking heed","number":"h8104"}],"15":[{"text":"unto thy ways","number":"h734"},{"text":"and have respect","number":"h5027"},{"text":"in thy precepts","number":"h6490"},{"text":"I will meditate","number":"h7878"}],"101":[{"text":"way","number":"h734"},{"text":"thy word","number":"h1697"},{"text":"I have refrained","number":"h3607"},{"text":"my feet","number":"h7272"},{"text":"from every evil","number":"h7451"},{"text":"that I might keep","number":"h8104"}],"104":[{"text":"way","number":"h734"},{"text":"I get understanding","number":"h995"},{"text":"Through thy precepts","number":"h6490"},{"text":"therefore I hate","number":"h8130"},{"text":"every false","number":"h8267"}],"128":[{"text":"way","number":"h734"},{"text":"concerning all things to be right","number":"h3474"},{"text":"Therefore I esteem all thy precepts","number":"h6490"},{"text":"and I hate","number":"h8130"},{"text":"every false","number":"h8267"}],"64":[{"text":"The earth","number":"h776"},{"text":"of thy mercy","number":"h2617"},{"text":"me thy statutes","number":"h2706"},{"text":"O LORD","number":"h3068"},{"text":"teach","number":"h3925"},{"text":"is full","number":"h4390"}],"19":[{"text":"in the earth","number":"h776"},{"text":"I am a stranger","number":"h1616"},{"text":"not thy commandments","number":"h4687"},{"text":"hide","number":"h5641"}],"87":[{"text":"me upon earth","number":"h776"},{"text":"consumed","number":"h3615"},{"text":"They had almost","number":"h4592"},{"text":"but I forsook","number":"h5800"},{"text":"not thy precepts","number":"h6490"}],"21":[{"text":"that are cursed","number":"h779"},{"text":"Thou hast rebuked","number":"h1605"},{"text":"the proud","number":"h2086"},{"text":"from thy commandments","number":"h4687"},{"text":"which do err","number":"h7686"}],"1":[{"text":"ALEPH Blessed","number":"h835"},{"text":"in the way","number":"h1870"},{"text":"who walk","number":"h1980"},{"text":"of the LORD","number":"h3068"},{"text":"in the law","number":"h8451"},{"text":"are the undefiled","number":"h8549"}],"2":[{"text":"Blessed","number":"h835"},{"text":"and that seek","number":"h1875"},{"text":"him with the whole heart","number":"h3820"},{"text":"are they that keep","number":"h5341"},{"text":"his testimonies","number":"h5713"}],"77":[{"text":"come","number":"h935"},{"text":"unto me that I may live","number":"h2421"},{"text":"Let thy tender mercies","number":"h7356"},{"text":"is my delight","number":"h8191"},{"text":"for thy law","number":"h8451"}],"22":[{"text":"and contempt","number":"h937"},{"text":"Remove","number":"h1556"},{"text":"from me reproach","number":"h2781"},{"text":"for I have kept","number":"h5341"},{"text":"thy testimonies","number":"h5713"}],"6":[{"text":"Then shall I not be ashamed","number":"h954"},{"text":"unto all thy commandments","number":"h4687"},{"text":"when I have respect","number":"h5027"}],"46":[{"text":"and will not be ashamed","number":"h954"},{"text":"I will speak","number":"h1696"},{"text":"also before kings","number":"h4428"},{"text":"of thy testimonies","number":"h5713"}],"78":[{"text":"be ashamed","number":"h954"},{"text":"Let the proud","number":"h2086"},{"text":"for they dealt perversely","number":"h5791"},{"text":"in thy precepts","number":"h6490"},{"text":"but I will meditate","number":"h7878"},{"text":"with me without a cause","number":"h8267"}],"31":[{"text":"put me not to shame","number":"h954"},{"text":"I have stuck","number":"h1692"},{"text":"O LORD","number":"h3068"},{"text":"unto thy testimonies","number":"h5715"}],"80":[{"text":"that I be not ashamed","number":"h954"},{"text":"in thy statutes","number":"h2706"},{"text":"Let my heart","number":"h3820"},{"text":"be sound","number":"h8549"}],"141":[{"text":"and despised","number":"h959"},{"text":"thy precepts","number":"h6490"},{"text":"I am small","number":"h6810"},{"text":"yet do not I forget","number":"h7911"}],"173":[{"text":"me for I have chosen","number":"h977"},{"text":"Let thine hand","number":"h3027"},{"text":"help","number":"h5826"},{"text":"thy precepts","number":"h6490"}],"42":[{"text":"me for I trust","number":"h982"},{"text":"So shall I have wherewith","number":"h1697"},{"text":"in thy word","number":"h1697"},{"text":"him that reproacheth","number":"h2778"},{"text":"to answer","number":"h6030"}],"34":[{"text":"Give me understanding","number":"h995"},{"text":"it with my whole heart","number":"h3820"},{"text":"and I shall keep","number":"h5341"},{"text":"yea I shall observe","number":"h8104"},{"text":"thy law","number":"h8451"}],"100":[{"text":"I understand","number":"h995"},{"text":"more than the ancients","number":"h2205"},{"text":"because I keep","number":"h5341"},{"text":"thy precepts","number":"h6490"}],"27":[{"text":"Make me to understand","number":"h995"},{"text":"the way","number":"h1870"},{"text":"of thy wondrous works","number":"h6381"},{"text":"of thy precepts","number":"h6490"},{"text":"so shall I talk","number":"h7878"}],"125":[{"text":"give me understanding","number":"h995"},{"text":"that I may know","number":"h3045"},{"text":"I am thy servant","number":"h5650"},{"text":"thy testimonies","number":"h5713"}],"144":[{"text":"give me understanding","number":"h995"},{"text":"and I shall live","number":"h2421"},{"text":"of thy testimonies","number":"h5715"},{"text":"is everlasting","number":"h5769"},{"text":"The righteousness","number":"h6664"}],"169":[{"text":"give me understanding","number":"h995"},{"text":"according to thy word","number":"h1697"},{"text":"thee O LORD","number":"h3068"},{"text":"before","number":"h6440"},{"text":"come near","number":"h7126"},{"text":"TAU Let my cry","number":"h7440"}],"73":[{"text":"me give me understanding","number":"h995"},{"text":"JOD Thy hands","number":"h3027"},{"text":"me and fashioned","number":"h3559"},{"text":"that I may learn","number":"h3925"},{"text":"thy commandments","number":"h4687"},{"text":"have made","number":"h6213"}],"54":[{"text":"in the house","number":"h1004"},{"text":"have been my songs","number":"h2158"},{"text":"Thy statutes","number":"h2706"},{"text":"of my pilgrimage","number":"h4033"}],"36":[{"text":"and not to covetousness","number":"h1215"},{"text":"my heart","number":"h3820"},{"text":"Incline","number":"h5186"},{"text":"unto thy testimonies","number":"h5715"}],"12":[{"text":"Blessed","number":"h1288"},{"text":"me thy statutes","number":"h2706"},{"text":"art thou O LORD","number":"h3068"},{"text":"teach","number":"h3925"}],"120":[{"text":"My flesh","number":"h1320"},{"text":"of thee and I am afraid","number":"h3372"},{"text":"of thy judgments","number":"h4941"},{"text":"trembleth","number":"h5568"},{"text":"for fear","number":"h6343"}],"18":[{"text":"Open","number":"h1540"},{"text":"that I may behold","number":"h5027"},{"text":"thou mine eyes","number":"h5869"},{"text":"wondrous things","number":"h6381"},{"text":"out of thy law","number":"h8451"}],"17":[{"text":"GIMEL Deal bountifully","number":"h1580"},{"text":"thy word","number":"h1697"},{"text":"that I may live","number":"h2421"},{"text":"with thy servant","number":"h5650"},{"text":"and keep","number":"h8104"}],"20":[{"text":"breaketh","number":"h1638"},{"text":"that it hath unto thy judgments","number":"h4941"},{"text":"My soul","number":"h5315"},{"text":"at all times","number":"h6256"},{"text":"for the longing","number":"h8375"}],"25":[{"text":"cleaveth","number":"h1692"},{"text":"thou me according to thy word","number":"h1697"},{"text":"quicken","number":"h2421"},{"text":"DALETH My soul","number":"h5315"},{"text":"unto the dust","number":"h6083"}],"23":[{"text":"and speak","number":"h1696"},{"text":"in thy statutes","number":"h2706"},{"text":"also did sit","number":"h3427"},{"text":"against me but thy servant","number":"h5650"},{"text":"did meditate","number":"h7878"},{"text":"Princes","number":"h8269"}],"107":[{"text":"according unto thy word","number":"h1697"},{"text":"quicken","number":"h2421"},{"text":"me O LORD","number":"h3068"},{"text":"very much","number":"h3966"},{"text":"I am afflicted","number":"h6031"}],"65":[{"text":"according unto thy word","number":"h1697"},{"text":"well","number":"h2896"},{"text":"O LORD","number":"h3068"},{"text":"with thy servant","number":"h5650"},{"text":"TETH Thou hast dealt","number":"h6213"}],"114":[{"text":"in thy word","number":"h1697"},{"text":"I hope","number":"h3176"},{"text":"and my shield","number":"h4043"},{"text":"Thou art my hiding place","number":"h5643"}],"147":[{"text":"in thy word","number":"h1697"},{"text":"I hoped","number":"h3176"},{"text":"the dawning of the morning","number":"h5399"},{"text":"I prevented","number":"h6923"},{"text":"and cried","number":"h7768"}],"74":[{"text":"in thy word","number":"h1697"},{"text":"me because I have hoped","number":"h3176"},{"text":"They that fear","number":"h3373"},{"text":"when they see","number":"h7200"},{"text":"thee will be glad","number":"h8055"}],"81":[{"text":"in thy word","number":"h1697"},{"text":"but I hope","number":"h3176"},{"text":"fainteth","number":"h3615"},{"text":"CAPH My soul","number":"h5315"},{"text":"for thy salvation","number":"h8668"}],"161":[{"text":"of thy word","number":"h1697"},{"text":"me without a cause","number":"h2600"},{"text":"but my heart","number":"h3820"},{"text":"standeth in awe","number":"h6342"},{"text":"have persecuted","number":"h7291"},{"text":"SCHIN Princes","number":"h8269"}],"49":[{"text":"the word","number":"h1697"},{"text":"ZAIN Remember","number":"h2142"},{"text":"upon which thou hast caused me to hope","number":"h3176"},{"text":"unto thy servant","number":"h5650"}],"28":[{"text":"thou me according unto thy word","number":"h1697"},{"text":"melteth","number":"h1811"},{"text":"My soul","number":"h5315"},{"text":"strengthen","number":"h6965"},{"text":"for heaviness","number":"h8424"}],"16":[{"text":"thy word","number":"h1697"},{"text":"myself in thy statutes","number":"h2708"},{"text":"I will not forget","number":"h7911"},{"text":"I will delight","number":"h8173"}],"89":[{"text":"thy word","number":"h1697"},{"text":"O LORD","number":"h3068"},{"text":"is settled","number":"h5324"},{"text":"LAMED For ever","number":"h5769"},{"text":"in heaven","number":"h8064"}],"139":[{"text":"thy words","number":"h1697"},{"text":"hath consumed","number":"h6789"},{"text":"me because mine enemies","number":"h6862"},{"text":"My zeal","number":"h7068"},{"text":"have forgotten","number":"h7911"}],"35":[{"text":"Make me to go","number":"h1869"},{"text":"for therein do I delight","number":"h2654"},{"text":"of thy commandments","number":"h4687"},{"text":"in the path","number":"h5410"}],"168":[{"text":"for all my ways","number":"h1870"},{"text":"and thy testimonies","number":"h5713"},{"text":"thy precepts","number":"h6490"},{"text":"I have kept","number":"h8104"}],"29":[{"text":"from me the way","number":"h1870"},{"text":"graciously","number":"h2603"},{"text":"Remove","number":"h5493"},{"text":"of lying","number":"h8267"},{"text":"and grant me thy law","number":"h8451"}],"3":[{"text":"in his ways","number":"h1870"},{"text":"they walk","number":"h1980"},{"text":"no iniquity","number":"h5766"},{"text":"They also do","number":"h6466"}],"14":[{"text":"in the way","number":"h1870"},{"text":"all riches","number":"h1952"},{"text":"of thy testimonies","number":"h5715"},{"text":"as much as in","number":"h5921"},{"text":"I have rejoiced","number":"h7797"}],"26":[{"text":"my ways","number":"h1870"},{"text":"me thy statutes","number":"h2706"},{"text":"me teach","number":"h3925"},{"text":"I have declared","number":"h5608"},{"text":"and thou heardest","number":"h6030"}],"59":[{"text":"on my ways","number":"h1870"},{"text":"I thought","number":"h2803"},{"text":"unto thy testimonies","number":"h5713"},{"text":"my feet","number":"h7272"},{"text":"and turned","number":"h7725"}],"32":[{"text":"the way","number":"h1870"},{"text":"my heart","number":"h3820"},{"text":"of thy commandments","number":"h4687"},{"text":"I will run","number":"h7323"},{"text":"when thou shalt enlarge","number":"h7337"}],"33":[{"text":"the way","number":"h1870"},{"text":"of thy statutes","number":"h2706"},{"text":"me O LORD","number":"h3068"},{"text":"HE Teach","number":"h3384"},{"text":"and I shall keep","number":"h5341"},{"text":"it unto the end","number":"h6118"}],"37":[{"text":"thou me in thy way","number":"h1870"},{"text":"and quicken","number":"h2421"},{"text":"Turn away","number":"h5674"},{"text":"mine eyes","number":"h5869"},{"text":"from beholding","number":"h7200"},{"text":"vanity","number":"h7723"}],"45":[{"text":"for I seek","number":"h1875"},{"text":"And I will walk","number":"h1980"},{"text":"thy precepts","number":"h6490"},{"text":"at liberty","number":"h7342"}],"155":[{"text":"for they seek","number":"h1875"},{"text":"not thy statutes","number":"h2706"},{"text":"Salvation","number":"h3444"},{"text":"is far","number":"h7350"},{"text":"from the wicked","number":"h7563"}],"10":[{"text":"have I sought","number":"h1875"},{"text":"With my whole heart","number":"h3820"},{"text":"from thy commandments","number":"h4687"},{"text":"thee O let me not wander","number":"h7686"}],"94":[{"text":"me for I have sought","number":"h1875"},{"text":"I am thine save","number":"h3467"},{"text":"thy precepts","number":"h6490"}],"175":[{"text":"and it shall praise","number":"h1984"},{"text":"live","number":"h2421"},{"text":"thee and let thy judgments","number":"h4941"},{"text":"Let my soul","number":"h5315"},{"text":"help","number":"h5826"}],"164":[{"text":"do I praise","number":"h1984"},{"text":"a day","number":"h3117"},{"text":"judgments","number":"h4941"},{"text":"thee because of thy righteous","number":"h6664"},{"text":"Seven times","number":"h7651"}],"51":[{"text":"The proud","number":"h2086"},{"text":"in derision","number":"h3887"},{"text":"have had me greatly","number":"h3966"},{"text":"yet have I not declined","number":"h5186"},{"text":"from thy law","number":"h8451"}],"69":[{"text":"The proud","number":"h2086"},{"text":"have forged","number":"h2950"},{"text":"with my whole heart","number":"h3820"},{"text":"against me but I will keep","number":"h5341"},{"text":"thy precepts","number":"h6490"},{"text":"a lie","number":"h8267"}],"85":[{"text":"The proud","number":"h2086"},{"text":"have digged","number":"h3738"},{"text":"pits","number":"h7882"},{"text":"for me which are not after thy law","number":"h8451"}],"122":[{"text":"let not the proud","number":"h2086"},{"text":"for good","number":"h2896"},{"text":"for thy servant","number":"h5650"},{"text":"Be surety","number":"h6148"},{"text":"oppress","number":"h6231"}],"55":[{"text":"I have remembered","number":"h2142"},{"text":"O LORD","number":"h3068"},{"text":"in the night","number":"h3915"},{"text":"thy name","number":"h8034"},{"text":"and have kept","number":"h8104"},{"text":"thy law","number":"h8451"}],"52":[{"text":"I remembered","number":"h2142"},{"text":"O LORD","number":"h3068"},{"text":"thy judgments","number":"h4941"},{"text":"and have comforted","number":"h5162"},{"text":"of old","number":"h5769"}],"150":[{"text":"after mischief","number":"h2154"},{"text":"They draw nigh","number":"h7126"},{"text":"that follow","number":"h7291"},{"text":"they are far","number":"h7368"},{"text":"from thy law","number":"h8451"}],"61":[{"text":"The bands","number":"h2256"},{"text":"have robbed","number":"h5749"},{"text":"of the wicked","number":"h7563"},{"text":"me but I have not forgotten","number":"h7911"},{"text":"thy law","number":"h8451"}],"63":[{"text":"I am a companion","number":"h2270"},{"text":"of all them that fear","number":"h3372"},{"text":"thy precepts","number":"h6490"},{"text":"thee and of them that keep","number":"h8104"}],"60":[{"text":"I made haste","number":"h2363"},{"text":"and delayed","number":"h4102"},{"text":"thy commandments","number":"h4687"},{"text":"not to keep","number":"h8104"}],"88":[{"text":"Quicken","number":"h2421"},{"text":"me after thy lovingkindness","number":"h2617"},{"text":"the testimony","number":"h5715"},{"text":"of thy mouth","number":"h6310"},{"text":"so shall I keep","number":"h8104"}],"93":[{"text":"for with them thou hast quickened","number":"h2421"},{"text":"I will never","number":"h5769"},{"text":"thy precepts","number":"h6490"},{"text":"forget","number":"h7911"}],"149":[{"text":"quicken","number":"h2421"},{"text":"according unto thy lovingkindness","number":"h2617"},{"text":"O LORD","number":"h3068"},{"text":"me according to thy judgment","number":"h4941"},{"text":"my voice","number":"h6963"},{"text":"Hear","number":"h8085"}],"156":[{"text":"quicken","number":"h2421"},{"text":"O LORD","number":"h3068"},{"text":"me according to thy judgments","number":"h4941"},{"text":"Great","number":"h7227"},{"text":"are thy tender mercies","number":"h7356"}],"40":[{"text":"quicken","number":"h2421"},{"text":"after thy precepts","number":"h6490"},{"text":"me in thy righteousness","number":"h6666"},{"text":"Behold I have longed","number":"h8373"}],"70":[{"text":"as grease","number":"h2459"},{"text":"is as fat","number":"h2954"},{"text":"Their heart","number":"h3820"},{"text":"but I delight","number":"h8173"},{"text":"in thy law","number":"h8451"}],"153":[{"text":"and deliver","number":"h2502"},{"text":"mine affliction","number":"h6040"},{"text":"RESH Consider","number":"h7200"},{"text":"me for I do not forget","number":"h7911"},{"text":"thy law","number":"h8451"}],"124":[{"text":"according unto thy mercy","number":"h2617"},{"text":"me thy statutes","number":"h2706"},{"text":"and teach","number":"h3925"},{"text":"with thy servant","number":"h5650"},{"text":"Deal","number":"h6213"}],"62":[{"text":"At midnight","number":"h2676"},{"text":"to give thanks","number":"h3034"},{"text":"judgments","number":"h4941"},{"text":"unto thee because of thy righteous","number":"h6664"},{"text":"I will rise","number":"h6965"}],"118":[{"text":"from thy statutes","number":"h2706"},{"text":"Thou hast trodden down","number":"h5541"},{"text":"all them that err","number":"h7686"},{"text":"is falsehood","number":"h8267"},{"text":"for their deceit","number":"h8649"}],"171":[{"text":"me thy statutes","number":"h2706"},{"text":"when thou hast taught","number":"h3925"},{"text":"shall utter","number":"h5042"},{"text":"My lips","number":"h8193"},{"text":"praise","number":"h8416"}],"68":[{"text":"me thy statutes","number":"h2706"},{"text":"and doest good","number":"h2895"},{"text":"Thou art good","number":"h2896"},{"text":"teach","number":"h3925"}],"112":[{"text":"thy statutes","number":"h2706"},{"text":"mine heart","number":"h3820"},{"text":"I have inclined","number":"h5186"},{"text":"alway","number":"h5769"},{"text":"even unto the end","number":"h6118"},{"text":"to perform","number":"h6213"}],"145":[{"text":"thy statutes","number":"h2706"},{"text":"me O LORD","number":"h3068"},{"text":"with my whole heart","number":"h3820"},{"text":"I will keep","number":"h5341"},{"text":"hear","number":"h6030"},{"text":"KOPH I cried","number":"h7121"}],"71":[{"text":"thy statutes","number":"h2706"},{"text":"It is good","number":"h2896"},{"text":"that I might learn","number":"h3925"},{"text":"for me that I have been afflicted","number":"h6031"}],"8":[{"text":"thy statutes","number":"h2706"},{"text":"me not utterly","number":"h3966"},{"text":"O forsake","number":"h5800"},{"text":"I will keep","number":"h8104"}],"83":[{"text":"thy statutes","number":"h2706"},{"text":"For I am become like a bottle","number":"h4997"},{"text":"in the smoke","number":"h7008"},{"text":"yet do I not forget","number":"h7911"}],"117":[{"text":"unto thy statutes","number":"h2706"},{"text":"and I shall be safe","number":"h3467"},{"text":"Hold thou me up","number":"h5582"},{"text":"and I will have respect","number":"h8159"},{"text":"continually","number":"h8548"}],"39":[{"text":"my reproach","number":"h2781"},{"text":"are good","number":"h2896"},{"text":"which I fear","number":"h3025"},{"text":"for thy judgments","number":"h4941"},{"text":"Turn away","number":"h5674"}],"131":[{"text":"for I longed","number":"h2968"},{"text":"for thy commandments","number":"h4687"},{"text":"my mouth","number":"h6310"},{"text":"I opened","number":"h6473"},{"text":"and panted","number":"h7602"}],"7":[{"text":"I will praise","number":"h3034"},{"text":"thee with uprightness","number":"h3476"},{"text":"of heart","number":"h3824"},{"text":"when I shall have learned","number":"h3925"},{"text":"judgments","number":"h4941"},{"text":"thy righteous","number":"h6664"}],"152":[{"text":"I have known","number":"h3045"},{"text":"that thou hast founded","number":"h3245"},{"text":"Concerning thy testimonies","number":"h5713"},{"text":"them for ever","number":"h5769"},{"text":"of old","number":"h6924"}],"79":[{"text":"unto me and those that have known","number":"h3045"},{"text":"Let those that fear","number":"h3373"},{"text":"thy testimonies","number":"h5713"},{"text":"thee turn","number":"h7725"}],"166":[{"text":"LORD","number":"h3068"},{"text":"for thy salvation","number":"h3444"},{"text":"thy commandments","number":"h4687"},{"text":"and done","number":"h6213"},{"text":"I have hoped","number":"h7663"}],"108":[{"text":"O LORD","number":"h3068"},{"text":"and teach","number":"h3925"},{"text":"me thy judgments","number":"h4941"},{"text":"I beseech thee the freewill offerings","number":"h5071"},{"text":"of my mouth","number":"h6310"},{"text":"Accept","number":"h7521"}],"174":[{"text":"O LORD","number":"h3068"},{"text":"for thy salvation","number":"h3444"},{"text":"is my delight","number":"h8191"},{"text":"I have longed","number":"h8373"},{"text":"and thy law","number":"h8451"}],"137":[{"text":"art thou O LORD","number":"h3068"},{"text":"and upright","number":"h3477"},{"text":"are thy judgments","number":"h4941"},{"text":"TZADDI Righteous","number":"h6662"}],"126":[{"text":"for thee LORD","number":"h3068"},{"text":"to work","number":"h6213"},{"text":"It is time","number":"h6256"},{"text":"for they have made void","number":"h6565"},{"text":"thy law","number":"h8451"}],"84":[{"text":"How many are the days","number":"h3117"},{"text":"judgment","number":"h4941"},{"text":"of thy servant","number":"h5650"},{"text":"when wilt thou execute","number":"h6213"},{"text":"on them that persecute","number":"h7291"}],"91":[{"text":"this day","number":"h3117"},{"text":"according to thine ordinances","number":"h4941"},{"text":"for all are thy servants","number":"h5650"},{"text":"They continue","number":"h5975"}],"121":[{"text":"leave","number":"h3240"},{"text":"judgment","number":"h4941"},{"text":"AIN I have done","number":"h6213"},{"text":"me not to mine oppressors","number":"h6231"},{"text":"and justice","number":"h6664"}],"136":[{"text":"run down","number":"h3381"},{"text":"of waters","number":"h4325"},{"text":"mine eyes","number":"h5869"},{"text":"Rivers","number":"h6388"},{"text":"because they keep","number":"h8104"},{"text":"not thy law","number":"h8451"}],"102":[{"text":"for thou hast taught","number":"h3384"},{"text":"from thy judgments","number":"h4941"},{"text":"I have not departed","number":"h5493"}],"146":[{"text":"unto thee save","number":"h3467"},{"text":"thy testimonies","number":"h5713"},{"text":"I cried","number":"h7121"},{"text":"me and I shall keep","number":"h8104"}],"109":[{"text":"in my hand","number":"h3709"},{"text":"My soul","number":"h5315"},{"text":"yet do I not forget","number":"h7911"},{"text":"thy law","number":"h8451"},{"text":"is continually","number":"h8548"}],"111":[{"text":"of my heart","number":"h3820"},{"text":"have I taken as an heritage","number":"h5157"},{"text":"Thy testimonies","number":"h5715"},{"text":"for ever","number":"h5769"},{"text":"for they are the rejoicing","number":"h8342"}],"99":[{"text":"than all my teachers","number":"h3925"},{"text":"for thy testimonies","number":"h5715"},{"text":"are my meditation","number":"h7881"},{"text":"I have more understanding","number":"h7919"}],"4":[{"text":"diligently","number":"h3966"},{"text":"thy precepts","number":"h6490"},{"text":"Thou hast commanded","number":"h6680"},{"text":"us to keep","number":"h8104"}],"96":[{"text":"is exceeding","number":"h3966"},{"text":"but thy commandment","number":"h4687"},{"text":"an end","number":"h7093"},{"text":"I have seen","number":"h7200"},{"text":"broad","number":"h7342"},{"text":"of all perfection","number":"h8502"}],"143":[{"text":"have taken hold","number":"h4672"},{"text":"on me yet thy commandments","number":"h4687"},{"text":"and anguish","number":"h4689"},{"text":"Trouble","number":"h6862"},{"text":"are my delights","number":"h8191"}],"13":[{"text":"all the judgments","number":"h4941"},{"text":"have I declared","number":"h5608"},{"text":"of thy mouth","number":"h6310"},{"text":"With my lips","number":"h8193"}],"106":[{"text":"judgments","number":"h4941"},{"text":"thy righteous","number":"h6664"},{"text":"and I will perform","number":"h6965"},{"text":"I have sworn","number":"h7650"},{"text":"it that I will keep","number":"h8104"}],"157":[{"text":"yet do I not decline","number":"h5186"},{"text":"from thy testimonies","number":"h5715"},{"text":"and mine enemies","number":"h6862"},{"text":"Many","number":"h7227"},{"text":"are my persecutors","number":"h7291"}],"129":[{"text":"therefore doth my soul","number":"h5315"},{"text":"keep","number":"h5341"},{"text":"PE Thy testimonies","number":"h5715"},{"text":"are wonderful","number":"h6382"}],"56":[{"text":"This I had because I kept","number":"h5341"},{"text":"thy precepts","number":"h6490"}],"110":[{"text":"have laid","number":"h5414"},{"text":"a snare","number":"h6341"},{"text":"not from thy precepts","number":"h6490"},{"text":"The wicked","number":"h7563"},{"text":"for me yet I erred","number":"h8582"}],"44":[{"text":"and ever","number":"h5703"},{"text":"for ever","number":"h5769"},{"text":"So shall I keep","number":"h8104"},{"text":"thy law","number":"h8451"},{"text":"continually","number":"h8548"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"of the needy","number":"h34"},{"text":"saith","number":"h559"},{"text":"for the sighing","number":"h603"},{"text":"the LORD","number":"h3068"},{"text":"him in safety","number":"h3468"},{"text":"of the poor","number":"h6041"},{"text":"from him that puffeth","number":"h6315"},{"text":"now will I arise","number":"h6965"},{"text":"For the oppression","number":"h7701"},{"text":"I will set","number":"h7896"}],"4":[{"text":"are our own who is lord","number":"h113"},{"text":"Who have said","number":"h559"},{"text":"will we prevail","number":"h1396"},{"text":"With our tongue","number":"h3956"},{"text":"our lips","number":"h8193"}],"1":[{"text":"of men","number":"h120"},{"text":"for the faithful","number":"h539"},{"text":"from among the children","number":"h1121"},{"text":"ceaseth","number":"h1584"},{"text":"of David","number":"h1732"},{"text":"for the godly man","number":"h2623"},{"text":"LORD","number":"h3068"},{"text":"Help","number":"h3467"},{"text":"A Psalm","number":"h4210"},{"text":"To the chief Musician","number":"h5329"},{"text":"fail","number":"h6461"},{"text":"upon Sheminith","number":"h8067"}],"2":[{"text":"every one","number":"h376"},{"text":"They speak","number":"h1696"},{"text":"do they speak","number":"h1696"},{"text":"with flattering","number":"h2513"},{"text":"and with a double","number":"h3820"},{"text":"heart","number":"h3820"},{"text":"with his neighbour","number":"h7453"},{"text":"vanity","number":"h7723"},{"text":"lips","number":"h8193"}],"6":[{"text":"The words","number":"h565"},{"text":"words","number":"h565"},{"text":"of earth","number":"h776"},{"text":"purified","number":"h2212"},{"text":"are pure","number":"h2889"},{"text":"of the LORD","number":"h3068"},{"text":"as silver","number":"h3701"},{"text":"in a furnace","number":"h5948"},{"text":"tried","number":"h6884"},{"text":"seven times","number":"h7659"}],"8":[{"text":"men","number":"h1121"},{"text":"walk","number":"h1980"},{"text":"when the vilest","number":"h2149"},{"text":"on every side","number":"h5439"},{"text":"are exalted","number":"h7311"},{"text":"The wicked","number":"h7563"}],"3":[{"text":"proud","number":"h1419"},{"text":"that speaketh","number":"h1696"},{"text":"all flattering","number":"h2513"},{"text":"The LORD","number":"h3068"},{"text":"shall cut off","number":"h3772"},{"text":"and the tongue","number":"h3956"},{"text":"lips","number":"h8193"}],"7":[{"text":"generation","number":"h1755"},{"text":"them from this","number":"h2098"},{"text":"them O LORD","number":"h3068"},{"text":"thou shalt preserve","number":"h5341"},{"text":"for ever","number":"h5769"},{"text":"Thou shalt keep","number":"h8104"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"in the tents","number":"h168"},{"text":"Woe","number":"h190"},{"text":"is me that I sojourn","number":"h1481"},{"text":"in Mesech","number":"h4902"},{"text":"of Kedar","number":"h6938"},{"text":"that I dwell","number":"h7931"}],"4":[{"text":"of the mighty","number":"h1368"},{"text":"with coals","number":"h1513"},{"text":"arrows","number":"h2671"},{"text":"of juniper","number":"h7574"},{"text":"Sharp","number":"h8150"}],"7":[{"text":"but when I speak","number":"h1696"},{"text":"they are for war","number":"h4421"},{"text":"I am for peace","number":"h7965"}],"2":[{"text":"O LORD","number":"h3068"},{"text":"tongue","number":"h3956"},{"text":"my soul","number":"h5315"},{"text":"Deliver","number":"h5337"},{"text":"and from a deceitful","number":"h7423"},{"text":"lips","number":"h8193"},{"text":"from lying","number":"h8267"}],"1":[{"text":"unto the LORD","number":"h3068"},{"text":"of degrees","number":"h4609"},{"text":"and he heard","number":"h6030"},{"text":"In my distress","number":"h6869"},{"text":"I cried","number":"h7121"},{"text":"A Song","number":"h7892"}],"3":[{"text":"unto thee or what shall be done","number":"h3254"},{"text":"tongue","number":"h3956"},{"text":"What shall be given","number":"h5414"},{"text":"unto thee thou false","number":"h7423"}],"6":[{"text":"My soul","number":"h5315"},{"text":"hath long","number":"h7227"},{"text":"dwelt","number":"h7931"},{"text":"peace","number":"h7965"},{"text":"with him that hateth","number":"h8130"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"from whence","number":"h370"},{"text":"cometh","number":"h935"},{"text":"unto the hills","number":"h2022"},{"text":"of degrees","number":"h4609"},{"text":"I will lift up","number":"h5375"},{"text":"my help","number":"h5828"},{"text":"mine eyes","number":"h5869"},{"text":"A Song","number":"h7892"}],"2":[{"text":"and earth","number":"h776"},{"text":"cometh from the LORD","number":"h3068"},{"text":"My help","number":"h5828"},{"text":"which made","number":"h6213"},{"text":"heaven","number":"h8064"}],"8":[{"text":"and thy coming in","number":"h935"},{"text":"The LORD","number":"h3068"},{"text":"thy going out","number":"h3318"},{"text":"from this time forth and even for","number":"h5704"},{"text":"evermore","number":"h5769"},{"text":"shall preserve","number":"h8104"}],"5":[{"text":"hand","number":"h3027"},{"text":"The LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"upon thy right","number":"h3225"},{"text":"is thy shade","number":"h6738"},{"text":"is thy keeper","number":"h8104"}],"7":[{"text":"The LORD","number":"h3068"},{"text":"thy soul","number":"h5315"},{"text":"thee from all evil","number":"h7451"},{"text":"he shall preserve","number":"h8104"},{"text":"shall preserve","number":"h8104"}],"6":[{"text":"thee by day","number":"h3119"},{"text":"nor the moon","number":"h3394"},{"text":"by night","number":"h3915"},{"text":"shall not smite","number":"h5221"},{"text":"The sun","number":"h8121"}],"4":[{"text":"nor sleep","number":"h3462"},{"text":"Israel","number":"h3478"},{"text":"shall neither slumber","number":"h5123"},{"text":"Behold he that keepeth","number":"h8104"}],"3":[{"text":"to be moved","number":"h4132"},{"text":"thee will not slumber","number":"h5123"},{"text":"He will not suffer","number":"h5414"},{"text":"thy foot","number":"h7272"},{"text":"he that keepeth","number":"h8104"}]}
@@ -0,0 +1 @@
1
+ {"6":[{"text":"that love","number":"h157"},{"text":"of Jerusalem","number":"h3389"},{"text":"Pray","number":"h7592"},{"text":"they shall prosper","number":"h7951"},{"text":"for the peace","number":"h7965"}],"8":[{"text":"For my brethren","number":"h251"},{"text":"sakes I will now say","number":"h1696"},{"text":"and companions","number":"h7453"},{"text":"Peace","number":"h7965"}],"9":[{"text":"our God","number":"h430"},{"text":"Because of the house","number":"h1004"},{"text":"I will seek","number":"h1245"},{"text":"thy good","number":"h2896"},{"text":"of the LORD","number":"h3068"}],"1":[{"text":"when they said","number":"h559"},{"text":"into the house","number":"h1004"},{"text":"of David","number":"h1732"},{"text":"of the LORD","number":"h3068"},{"text":"unto me Let us go","number":"h3212"},{"text":"of degrees","number":"h4609"},{"text":"A Song","number":"h7892"},{"text":"I was glad","number":"h8055"}],"7":[{"text":"within thy palaces","number":"h759"},{"text":"be within thy walls","number":"h2426"},{"text":"and prosperity","number":"h7962"},{"text":"Peace","number":"h7965"}],"5":[{"text":"of the house","number":"h1004"},{"text":"of David","number":"h1732"},{"text":"For there are set","number":"h3427"},{"text":"the thrones","number":"h3678"},{"text":"thrones","number":"h3678"},{"text":"of judgment","number":"h4941"}],"3":[{"text":"is builded","number":"h1129"},{"text":"that is compact","number":"h2266"},{"text":"together","number":"h3162"},{"text":"Jerusalem","number":"h3389"},{"text":"as a city","number":"h5892"}],"4":[{"text":"to give thanks","number":"h3034"},{"text":"of the LORD","number":"h3050"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"unto the testimony","number":"h5715"},{"text":"go up","number":"h5927"},{"text":"the tribes","number":"h7626"},{"text":"the tribes","number":"h7626"},{"text":"Whither","number":"h8033"},{"text":"unto the name","number":"h8034"}],"2":[{"text":"O Jerusalem","number":"h3389"},{"text":"shall stand","number":"h5975"},{"text":"Our feet","number":"h7272"},{"text":"within thy gates","number":"h8179"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"of their masters","number":"h113"},{"text":"our God","number":"h430"},{"text":"of her mistress","number":"h1404"},{"text":"until that he have mercy","number":"h2603"},{"text":"look unto the hand","number":"h3027"},{"text":"unto the hand","number":"h3027"},{"text":"wait upon the LORD","number":"h3068"},{"text":"of servants","number":"h5650"},{"text":"Behold as the eyes","number":"h5869"},{"text":"and as the eyes","number":"h5869"},{"text":"so our eyes","number":"h5869"},{"text":"of a maiden","number":"h8198"}],"4":[{"text":"and with the contempt","number":"h937"},{"text":"of the proud","number":"h3238"},{"text":"with the scorning","number":"h3933"},{"text":"Our soul","number":"h5315"},{"text":"is exceedingly","number":"h7227"},{"text":"of those that are at ease","number":"h7600"},{"text":"filled","number":"h7646"}],"3":[{"text":"with contempt","number":"h937"},{"text":"Have mercy","number":"h2603"},{"text":"have mercy","number":"h2603"},{"text":"upon us O LORD","number":"h3068"},{"text":"upon us for we are exceedingly","number":"h7227"},{"text":"filled","number":"h7646"}],"1":[{"text":"O thou that dwellest","number":"h3427"},{"text":"of degrees","number":"h4609"},{"text":"Unto thee lift I up","number":"h5375"},{"text":"mine eyes","number":"h5869"},{"text":"A Song","number":"h7892"},{"text":"in the heavens","number":"h8064"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"who was on our side when men","number":"h120"},{"text":"it had not been the LORD","number":"h3068"},{"text":"If","number":"h3884"},{"text":"rose up","number":"h6965"}],"3":[{"text":"Then","number":"h233"},{"text":"when their wrath","number":"h639"},{"text":"they had swallowed us up","number":"h1104"},{"text":"quick","number":"h2416"},{"text":"was kindled","number":"h2734"}],"4":[{"text":"Then","number":"h233"},{"text":"the waters","number":"h4325"},{"text":"us the stream","number":"h5158"},{"text":"our soul","number":"h5315"},{"text":"had gone over","number":"h5674"},{"text":"had overwhelmed","number":"h7857"}],"5":[{"text":"Then","number":"h233"},{"text":"the proud","number":"h2121"},{"text":"waters","number":"h4325"},{"text":"our soul","number":"h5315"},{"text":"had gone over","number":"h5674"}],"1":[{"text":"say","number":"h559"},{"text":"of David","number":"h1732"},{"text":"it had not been the LORD","number":"h3068"},{"text":"who was on our side now may Israel","number":"h3478"},{"text":"If","number":"h3884"},{"text":"of degrees","number":"h4609"},{"text":"A Song","number":"h7892"}],"8":[{"text":"and earth","number":"h776"},{"text":"of the LORD","number":"h3068"},{"text":"Our help","number":"h5828"},{"text":"who made","number":"h6213"},{"text":"is in the name","number":"h8034"},{"text":"heaven","number":"h8064"}],"6":[{"text":"Blessed","number":"h1288"},{"text":"us as a prey","number":"h2964"},{"text":"be the LORD","number":"h3068"},{"text":"who hath not given","number":"h5414"},{"text":"to their teeth","number":"h8127"}],"7":[{"text":"of the fowlers","number":"h3369"},{"text":"and we are escaped","number":"h4422"},{"text":"is escaped","number":"h4422"},{"text":"Our soul","number":"h5315"},{"text":"out of the snare","number":"h6341"},{"text":"the snare","number":"h6341"},{"text":"as a bird","number":"h6833"},{"text":"is broken","number":"h7665"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"of iniquity","number":"h205"},{"text":"the LORD","number":"h3068"},{"text":"shall lead them forth","number":"h3212"},{"text":"shall be upon Israel","number":"h3478"},{"text":"As for such as turn aside","number":"h5186"},{"text":"unto their crooked ways","number":"h6128"},{"text":"with the workers","number":"h6466"},{"text":"but peace","number":"h7965"}],"1":[{"text":"They that trust","number":"h982"},{"text":"shall be as mount","number":"h2022"},{"text":"in the LORD","number":"h3068"},{"text":"but abideth","number":"h3427"},{"text":"which cannot be removed","number":"h4131"},{"text":"of degrees","number":"h4609"},{"text":"for ever","number":"h5769"},{"text":"Zion","number":"h6726"},{"text":"A Song","number":"h7892"}],"3":[{"text":"upon the lot","number":"h1486"},{"text":"their hands","number":"h3027"},{"text":"lest","number":"h4616"},{"text":"shall not rest","number":"h5117"},{"text":"unto iniquity","number":"h5766"},{"text":"of the righteous","number":"h6662"},{"text":"the righteous","number":"h6662"},{"text":"of the wicked","number":"h7562"},{"text":"For the rod","number":"h7626"},{"text":"put forth","number":"h7971"}],"2":[{"text":"As the mountains","number":"h2022"},{"text":"so the LORD","number":"h3068"},{"text":"Jerusalem","number":"h3389"},{"text":"are round about","number":"h5439"},{"text":"is round about","number":"h5439"},{"text":"from henceforth even for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"his people","number":"h5971"}],"4":[{"text":"Do good","number":"h2895"},{"text":"unto those that be good","number":"h2896"},{"text":"O LORD","number":"h3068"},{"text":"and to them that are upright","number":"h3477"},{"text":"in their hearts","number":"h3826"}]}
@@ -0,0 +1 @@
1
+ {"6":[{"text":"his sheaves","number":"h485"},{"text":"come","number":"h935"},{"text":"shall doubtless","number":"h935"},{"text":"and weepeth","number":"h1058"},{"text":"forth","number":"h1980"},{"text":"seed","number":"h2233"},{"text":"He that goeth","number":"h3212"},{"text":"precious","number":"h4901"},{"text":"bearing","number":"h5375"},{"text":"bringing","number":"h5375"},{"text":"again with rejoicing","number":"h7440"}],"2":[{"text":"then said","number":"h559"},{"text":"great things","number":"h1431"},{"text":"they among the heathen","number":"h1471"},{"text":"The LORD","number":"h3068"},{"text":"and our tongue","number":"h3956"},{"text":"filled","number":"h4390"},{"text":"hath done","number":"h6213"},{"text":"Then was our mouth","number":"h6310"},{"text":"with singing","number":"h7440"},{"text":"with laughter","number":"h7814"}],"4":[{"text":"as the streams","number":"h650"},{"text":"O LORD","number":"h3068"},{"text":"in the south","number":"h5045"},{"text":"our captivity","number":"h7622"},{"text":"Turn again","number":"h7725"}],"3":[{"text":"great things","number":"h1431"},{"text":"The LORD","number":"h3068"},{"text":"hath done","number":"h6213"},{"text":"for us whereof we are glad","number":"h8056"}],"5":[{"text":"in tears","number":"h1832"},{"text":"They that sow","number":"h2232"},{"text":"shall reap","number":"h7114"},{"text":"in joy","number":"h7440"}],"1":[{"text":"we were like them that dream","number":"h2492"},{"text":"When the LORD","number":"h3068"},{"text":"of degrees","number":"h4609"},{"text":"of Zion","number":"h6726"},{"text":"turned again","number":"h7725"},{"text":"the captivity","number":"h7870"},{"text":"A Song","number":"h7892"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"late","number":"h309"},{"text":"to eat","number":"h398"},{"text":"his beloved","number":"h3039"},{"text":"to sit up","number":"h3427"},{"text":"the bread","number":"h3899"},{"text":"for so he giveth","number":"h5414"},{"text":"of sorrows","number":"h6089"},{"text":"for you to rise up","number":"h6965"},{"text":"It is vain","number":"h7723"},{"text":"early","number":"h7925"},{"text":"sleep","number":"h8142"}],"5":[{"text":"with the enemies","number":"h341"},{"text":"that hath his quiver","number":"h827"},{"text":"Happy","number":"h835"},{"text":"of them they shall not be ashamed","number":"h954"},{"text":"is the man","number":"h1397"},{"text":"but they shall speak","number":"h1696"},{"text":"full","number":"h4390"},{"text":"in the gate","number":"h8179"}],"3":[{"text":"of the womb","number":"h990"},{"text":"Lo children","number":"h1121"},{"text":"of the LORD","number":"h3068"},{"text":"are an heritage","number":"h5159"},{"text":"and the fruit","number":"h6529"},{"text":"is his reward","number":"h7939"}],"1":[{"text":"the house","number":"h1004"},{"text":"build","number":"h1129"},{"text":"that build","number":"h1129"},{"text":"Except the LORD","number":"h3068"},{"text":"it except the LORD","number":"h3068"},{"text":"of degrees","number":"h4609"},{"text":"the city","number":"h5892"},{"text":"they labour","number":"h5998"},{"text":"but in vain","number":"h7723"},{"text":"in vain","number":"h7723"},{"text":"A Song","number":"h7892"},{"text":"for Solomon","number":"h8010"},{"text":"keep","number":"h8104"},{"text":"the watchman","number":"h8104"},{"text":"waketh","number":"h8245"}],"4":[{"text":"so are children","number":"h1121"},{"text":"of a mighty man","number":"h1368"},{"text":"As arrows","number":"h2671"},{"text":"are in the hand","number":"h3027"},{"text":"of the youth","number":"h5271"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"For thou shalt eat","number":"h398"},{"text":"happy","number":"h835"},{"text":"shalt thou be and it shall be well","number":"h2896"},{"text":"the labour","number":"h3018"},{"text":"of thine hands","number":"h3709"}],"3":[{"text":"Thy wife","number":"h802"},{"text":"of thine house","number":"h1004"},{"text":"thy children","number":"h1121"},{"text":"vine","number":"h1612"},{"text":"like olive","number":"h2132"},{"text":"by the sides","number":"h3411"},{"text":"round about","number":"h5439"},{"text":"shall be as a fruitful","number":"h6509"},{"text":"thy table","number":"h7979"},{"text":"plants","number":"h8363"}],"1":[{"text":"Blessed","number":"h835"},{"text":"in his ways","number":"h1870"},{"text":"that walketh","number":"h1980"},{"text":"the LORD","number":"h3068"},{"text":"is every one that feareth","number":"h3373"},{"text":"of degrees","number":"h4609"},{"text":"A Song","number":"h7892"}],"6":[{"text":"children","number":"h1121"},{"text":"thy children's","number":"h1121"},{"text":"upon Israel","number":"h3478"},{"text":"Yea thou shalt see","number":"h7200"},{"text":"and peace","number":"h7965"}],"4":[{"text":"be blessed","number":"h1288"},{"text":"Behold that thus shall the man","number":"h1397"},{"text":"the LORD","number":"h3068"},{"text":"that feareth","number":"h3373"}],"5":[{"text":"shall bless","number":"h1288"},{"text":"of thy life","number":"h2416"},{"text":"the good","number":"h2898"},{"text":"The LORD","number":"h3068"},{"text":"all the days","number":"h3117"},{"text":"of Jerusalem","number":"h3389"},{"text":"thee out of Zion","number":"h6726"},{"text":"and thou shalt see","number":"h7200"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"back","number":"h268"},{"text":"Let them all be confounded","number":"h954"},{"text":"and turned","number":"h5472"},{"text":"Zion","number":"h6726"},{"text":"that hate","number":"h8130"}],"1":[{"text":"now say","number":"h559"},{"text":"may Israel","number":"h3478"},{"text":"of degrees","number":"h4609"},{"text":"me from my youth","number":"h5271"},{"text":"have they afflicted","number":"h6887"},{"text":"Many a time","number":"h7227"},{"text":"A Song","number":"h7892"}],"8":[{"text":"say","number":"h559"},{"text":"be upon you we bless","number":"h1288"},{"text":"The blessing","number":"h1293"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"Neither do they which go by","number":"h5674"},{"text":"you in the name","number":"h8034"}],"3":[{"text":"they made long","number":"h748"},{"text":"upon my back","number":"h1354"},{"text":"The plowers","number":"h2790"},{"text":"plowed","number":"h2790"},{"text":"their furrows","number":"h4618"}],"6":[{"text":"upon the housetops","number":"h1406"},{"text":"Let them be as the grass","number":"h2682"},{"text":"which withereth","number":"h3001"},{"text":"afore","number":"h6927"},{"text":"it groweth up","number":"h8025"}],"7":[{"text":"his bosom","number":"h2683"},{"text":"not his hand","number":"h3709"},{"text":"filleth","number":"h4390"},{"text":"nor he that bindeth sheaves","number":"h6014"},{"text":"Wherewith the mower","number":"h7114"}],"4":[{"text":"The LORD","number":"h3068"},{"text":"the cords","number":"h5688"},{"text":"is righteous","number":"h6662"},{"text":"he hath cut asunder","number":"h7112"},{"text":"of the wicked","number":"h7563"}],"2":[{"text":"yet they have not prevailed","number":"h3201"},{"text":"me from my youth","number":"h5271"},{"text":"have they afflicted","number":"h6887"},{"text":"Many a time","number":"h7227"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"lighten","number":"h215"},{"text":"my God","number":"h430"},{"text":"me O LORD","number":"h3068"},{"text":"lest I sleep","number":"h3462"},{"text":"the sleep of death","number":"h4194"},{"text":"Consider","number":"h5027"},{"text":"mine eyes","number":"h5869"},{"text":"and hear","number":"h6030"}],"4":[{"text":"Lest mine enemy","number":"h341"},{"text":"say","number":"h559"},{"text":"me rejoice","number":"h1523"},{"text":"I have prevailed","number":"h3201"},{"text":"when I am moved","number":"h4131"},{"text":"against him and those that trouble","number":"h6862"}],"2":[{"text":"how long shall mine enemy","number":"h341"},{"text":"having sorrow","number":"h3015"},{"text":"daily","number":"h3119"},{"text":"in my heart","number":"h3824"},{"text":"in my soul","number":"h5315"},{"text":"counsel","number":"h6098"},{"text":"be exalted","number":"h7311"},{"text":"How long shall I take","number":"h7896"}],"5":[{"text":"But I have trusted","number":"h982"},{"text":"shall rejoice","number":"h1523"},{"text":"in thy mercy","number":"h2617"},{"text":"in thy salvation","number":"h3444"},{"text":"my heart","number":"h3820"}],"6":[{"text":"because he hath dealt bountifully","number":"h1580"},{"text":"unto the LORD","number":"h3068"},{"text":"I will sing","number":"h7891"}],"1":[{"text":"of David","number":"h1732"},{"text":"me O LORD","number":"h3068"},{"text":"A Psalm","number":"h4210"},{"text":"To the chief Musician","number":"h5329"},{"text":"for ever","number":"h5331"},{"text":"how long wilt thou hide","number":"h5641"},{"text":"thy face","number":"h6440"},{"text":"How long wilt thou forget","number":"h7911"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"Lord","number":"h136"},{"text":"let thine ears","number":"h241"},{"text":"my voice","number":"h6963"},{"text":"to the voice","number":"h6963"},{"text":"be attentive","number":"h7183"},{"text":"hear","number":"h8085"},{"text":"of my supplications","number":"h8469"}],"3":[{"text":"O Lord","number":"h136"},{"text":"If thou LORD","number":"h3050"},{"text":"iniquities","number":"h5771"},{"text":"who shall stand","number":"h5975"},{"text":"shouldest mark","number":"h8104"}],"6":[{"text":"waiteth for the Lord","number":"h136"},{"text":"for the morning","number":"h1242"},{"text":"for the morning","number":"h1242"},{"text":"My soul","number":"h5315"},{"text":"I say more than they that watch","number":"h8104"},{"text":"more than they that watch","number":"h8104"}],"5":[{"text":"and in his word","number":"h1697"},{"text":"for the LORD","number":"h3068"},{"text":"do I hope","number":"h3176"},{"text":"my soul","number":"h5315"},{"text":"I wait","number":"h6960"},{"text":"doth wait","number":"h6960"}],"7":[{"text":"there is mercy","number":"h2617"},{"text":"for with the LORD","number":"h3068"},{"text":"in the LORD","number":"h3068"},{"text":"hope","number":"h3176"},{"text":"Let Israel","number":"h3478"},{"text":"redemption","number":"h6304"},{"text":"and with him is plenteous","number":"h7235"}],"1":[{"text":"unto thee O LORD","number":"h3068"},{"text":"of degrees","number":"h4609"},{"text":"Out of the depths","number":"h4615"},{"text":"have I cried","number":"h7121"},{"text":"A Song","number":"h7892"}],"4":[{"text":"with thee that thou mayest be feared","number":"h3372"},{"text":"But there is forgiveness","number":"h5547"}],"8":[{"text":"Israel","number":"h3478"},{"text":"from all his iniquities","number":"h5771"},{"text":"And he shall redeem","number":"h6299"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"of his mother","number":"h517"},{"text":"as a child that is weaned","number":"h1580"},{"text":"is even as a weaned child","number":"h1580"},{"text":"and quieted","number":"h1826"},{"text":"my soul","number":"h5315"},{"text":"myself","number":"h5315"},{"text":"Surely I have behaved","number":"h7737"}],"1":[{"text":"is not haughty","number":"h1361"},{"text":"myself in great matters","number":"h1419"},{"text":"of David","number":"h1732"},{"text":"neither do I exercise","number":"h1980"},{"text":"LORD","number":"h3068"},{"text":"my heart","number":"h3820"},{"text":"of degrees","number":"h4609"},{"text":"nor mine eyes","number":"h5869"},{"text":"or in things too high","number":"h6381"},{"text":"lofty","number":"h7311"},{"text":"A Song","number":"h7892"}],"3":[{"text":"in the LORD","number":"h3068"},{"text":"hope","number":"h3176"},{"text":"Let Israel","number":"h3478"},{"text":"from henceforth and for","number":"h5704"},{"text":"ever","number":"h5769"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"her poor","number":"h34"},{"text":"I will abundantly","number":"h1288"},{"text":"bless","number":"h1288"},{"text":"with bread","number":"h3899"},{"text":"her provision","number":"h6718"},{"text":"I will satisfy","number":"h7646"}],"5":[{"text":"for the mighty","number":"h46"},{"text":"for the LORD","number":"h3068"},{"text":"God of Jacob","number":"h3290"},{"text":"Until I find out","number":"h4672"},{"text":"a place","number":"h4725"},{"text":"an habitation","number":"h4908"}],"2":[{"text":"unto the mighty","number":"h46"},{"text":"unto the LORD","number":"h3068"},{"text":"God of Jacob","number":"h3290"},{"text":"and vowed","number":"h5087"},{"text":"How he sware","number":"h7650"}],"3":[{"text":"into the tabernacle","number":"h168"},{"text":"Surely I will not come","number":"h935"},{"text":"of my house","number":"h1004"},{"text":"nor go up","number":"h5927"},{"text":"into my bed","number":"h6210"}],"14":[{"text":"for I have desired","number":"h183"},{"text":"here will I dwell","number":"h3427"},{"text":"This is my rest","number":"h4496"},{"text":"for ever","number":"h5703"}],"13":[{"text":"he hath desired","number":"h183"},{"text":"hath chosen","number":"h977"},{"text":"For the LORD","number":"h3068"},{"text":"it for his habitation","number":"h4186"},{"text":"Zion","number":"h6726"}],"18":[{"text":"His enemies","number":"h341"},{"text":"with shame","number":"h1322"},{"text":"will I clothe","number":"h3847"},{"text":"but upon himself shall his crown","number":"h5145"},{"text":"flourish","number":"h6692"}],"11":[{"text":"in truth","number":"h571"},{"text":"of thy body","number":"h990"},{"text":"unto David","number":"h1732"},{"text":"The LORD","number":"h3068"},{"text":"upon thy throne","number":"h3678"},{"text":"from it Of the fruit","number":"h6529"},{"text":"hath sworn","number":"h7650"},{"text":"he will not turn","number":"h7725"},{"text":"will I set","number":"h7896"}],"6":[{"text":"of it at Ephratah","number":"h672"},{"text":"of the wood","number":"h3293"},{"text":"we found","number":"h4672"},{"text":"it in the fields","number":"h7704"},{"text":"Lo we heard","number":"h8085"}],"8":[{"text":"thou and the ark","number":"h727"},{"text":"O LORD","number":"h3068"},{"text":"into thy rest","number":"h4496"},{"text":"of thy strength","number":"h5797"},{"text":"Arise","number":"h6965"}],"7":[{"text":"We will go","number":"h935"},{"text":"at his footstool","number":"h1916"},{"text":"into his tabernacles","number":"h4908"},{"text":"we will worship","number":"h7812"}],"12":[{"text":"If thy children","number":"h1121"},{"text":"them their children","number":"h1121"},{"text":"my covenant","number":"h1285"},{"text":"that","number":"h2090"},{"text":"shall also sit","number":"h3427"},{"text":"upon thy throne","number":"h3678"},{"text":"I shall teach","number":"h3925"},{"text":"for evermore","number":"h5703"},{"text":"and my testimony","number":"h5713"},{"text":"will keep","number":"h8104"}],"1":[{"text":"David","number":"h1732"},{"text":"remember","number":"h2142"},{"text":"LORD","number":"h3068"},{"text":"of degrees","number":"h4609"},{"text":"and all his afflictions","number":"h6031"},{"text":"A Song","number":"h7892"}],"10":[{"text":"David's","number":"h1732"},{"text":"of thine anointed","number":"h4899"},{"text":"For thy servant","number":"h5650"},{"text":"the face","number":"h6440"},{"text":"sake turn not away","number":"h7725"}],"17":[{"text":"of David","number":"h1732"},{"text":"for mine anointed","number":"h4899"},{"text":"a lamp","number":"h5216"},{"text":"I have ordained","number":"h6186"},{"text":"There will I make","number":"h6779"},{"text":"to bud","number":"h6779"},{"text":"the horn","number":"h7161"}],"16":[{"text":"and her saints","number":"h2623"},{"text":"with salvation","number":"h3468"},{"text":"her priests","number":"h3548"},{"text":"I will also clothe","number":"h3847"},{"text":"shall shout aloud","number":"h7442"},{"text":"for joy","number":"h7444"}],"9":[{"text":"and let thy saints","number":"h2623"},{"text":"Let thy priests","number":"h3548"},{"text":"be clothed","number":"h3847"},{"text":"with righteousness","number":"h6664"},{"text":"shout for joy","number":"h7442"}],"4":[{"text":"I will not give","number":"h5414"},{"text":"to mine eyes","number":"h5869"},{"text":"to mine eyelids","number":"h6079"},{"text":"sleep","number":"h8153"},{"text":"or slumber","number":"h8572"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"even Aaron's","number":"h175"},{"text":"beard","number":"h2206"},{"text":"upon the beard","number":"h2206"},{"text":"It is like the precious","number":"h2896"},{"text":"that ran down","number":"h3381"},{"text":"that went down","number":"h3381"},{"text":"of his garments","number":"h4060"},{"text":"to the skirts","number":"h6310"},{"text":"upon the head","number":"h7218"},{"text":"ointment","number":"h8081"}],"1":[{"text":"it is for brethren","number":"h251"},{"text":"of David","number":"h1732"},{"text":"Behold how good","number":"h2896"},{"text":"in unity","number":"h3162"},{"text":"together","number":"h3162"},{"text":"to dwell","number":"h3427"},{"text":"of degrees","number":"h4609"},{"text":"and how pleasant","number":"h5273"},{"text":"A Song","number":"h7892"}],"3":[{"text":"the blessing","number":"h1293"},{"text":"upon the mountains","number":"h2042"},{"text":"even life","number":"h2416"},{"text":"of Hermon","number":"h2768"},{"text":"As the dew","number":"h2919"},{"text":"for there the LORD","number":"h3068"},{"text":"and as the dew that descended","number":"h3381"},{"text":"for evermore","number":"h5769"},{"text":"commanded","number":"h6680"},{"text":"of Zion","number":"h6726"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"and earth","number":"h776"},{"text":"bless","number":"h1288"},{"text":"The LORD","number":"h3068"},{"text":"that made","number":"h6213"},{"text":"thee out of Zion","number":"h6726"},{"text":"heaven","number":"h8064"}],"1":[{"text":"in the house","number":"h1004"},{"text":"Behold bless","number":"h1288"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"ye the LORD","number":"h3068"},{"text":"which by night","number":"h3915"},{"text":"of degrees","number":"h4609"},{"text":"all ye servants","number":"h5650"},{"text":"stand","number":"h5975"},{"text":"A Song","number":"h7892"}],"2":[{"text":"and bless","number":"h1288"},{"text":"your hands","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"Lift up","number":"h5375"},{"text":"in the sanctuary","number":"h6944"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"and that our Lord","number":"h113"},{"text":"is above all gods","number":"h430"},{"text":"is great","number":"h1419"},{"text":"For I know","number":"h3045"},{"text":"that the LORD","number":"h3068"}],"8":[{"text":"both of man","number":"h120"},{"text":"and beast","number":"h929"},{"text":"the firstborn","number":"h1060"},{"text":"of Egypt","number":"h4714"},{"text":"Who smote","number":"h5221"}],"15":[{"text":"of men's","number":"h120"},{"text":"of the heathen","number":"h1471"},{"text":"and gold","number":"h2091"},{"text":"hands","number":"h3027"},{"text":"are silver","number":"h3701"},{"text":"the work","number":"h4639"},{"text":"The idols","number":"h6091"}],"19":[{"text":"of Aaron","number":"h175"},{"text":"O house","number":"h1004"},{"text":"O house","number":"h1004"},{"text":"Bless","number":"h1288"},{"text":"bless","number":"h1288"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"}],"7":[{"text":"out of his treasuries","number":"h214"},{"text":"of the earth","number":"h776"},{"text":"lightnings","number":"h1300"},{"text":"he bringeth","number":"h3318"},{"text":"for the rain","number":"h4306"},{"text":"He causeth the vapours","number":"h5387"},{"text":"to ascend","number":"h5927"},{"text":"he maketh","number":"h6213"},{"text":"from the ends","number":"h7097"},{"text":"the wind","number":"h7307"}],"9":[{"text":"tokens","number":"h226"},{"text":"and wonders","number":"h4159"},{"text":"of thee O Egypt","number":"h4714"},{"text":"and upon all his servants","number":"h5650"},{"text":"upon Pharaoh","number":"h6547"},{"text":"Who sent","number":"h7971"},{"text":"into the midst","number":"h8432"}],"17":[{"text":"but they hear","number":"h238"},{"text":"They have ears","number":"h241"},{"text":"not neither is there","number":"h3426"},{"text":"in their mouths","number":"h6310"},{"text":"any breath","number":"h7307"}],"2":[{"text":"of our God","number":"h430"},{"text":"in the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"in the courts","number":"h2691"},{"text":"of the LORD","number":"h3068"},{"text":"Ye that stand","number":"h5975"}],"11":[{"text":"of the Amorites","number":"h567"},{"text":"of Bashan","number":"h1316"},{"text":"of Canaan","number":"h3667"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"and all the kingdoms","number":"h4467"},{"text":"Sihon","number":"h5511"},{"text":"and Og","number":"h5747"}],"6":[{"text":"and in earth","number":"h776"},{"text":"pleased","number":"h2654"},{"text":"Whatsoever the LORD","number":"h3068"},{"text":"in the seas","number":"h3220"},{"text":"that did","number":"h6213"},{"text":"he in heaven","number":"h8064"},{"text":"and all deep places","number":"h8415"}],"12":[{"text":"their land","number":"h776"},{"text":"unto Israel","number":"h3478"},{"text":"an heritage","number":"h5159"},{"text":"for an heritage","number":"h5159"},{"text":"And gave","number":"h5414"},{"text":"his people","number":"h5971"}],"4":[{"text":"hath chosen","number":"h977"},{"text":"For the LORD","number":"h3050"},{"text":"Jacob","number":"h3290"},{"text":"unto himself and Israel","number":"h3478"},{"text":"for his peculiar treasure","number":"h5459"}],"18":[{"text":"them are like unto them so is every one that trusteth","number":"h982"},{"text":"They that make","number":"h6213"}],"20":[{"text":"O house","number":"h1004"},{"text":"Bless","number":"h1288"},{"text":"bless","number":"h1288"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"ye that fear","number":"h3373"},{"text":"of Levi","number":"h3878"}],"21":[{"text":"Blessed","number":"h1288"},{"text":"Praise","number":"h1984"},{"text":"ye the LORD","number":"h3050"},{"text":"be the LORD","number":"h3068"},{"text":"at Jerusalem","number":"h3389"},{"text":"out of Zion","number":"h6726"},{"text":"which dwelleth","number":"h7931"}],"10":[{"text":"nations","number":"h1471"},{"text":"and slew","number":"h2026"},{"text":"kings","number":"h4428"},{"text":"Who smote","number":"h5221"},{"text":"mighty","number":"h6099"},{"text":"great","number":"h7227"}],"16":[{"text":"but they speak","number":"h1696"},{"text":"not eyes","number":"h5869"},{"text":"They have mouths","number":"h6310"},{"text":"have they but they see","number":"h7200"}],"13":[{"text":"generations","number":"h1755"},{"text":"throughout all","number":"h1755"},{"text":"and thy memorial","number":"h2143"},{"text":"O LORD","number":"h3068"},{"text":"O LORD","number":"h3068"},{"text":"endureth for ever","number":"h5769"},{"text":"Thy name","number":"h8034"}],"14":[{"text":"will judge","number":"h1777"},{"text":"For the LORD","number":"h3068"},{"text":"and he will repent","number":"h5162"},{"text":"himself concerning his servants","number":"h5650"},{"text":"his people","number":"h5971"}],"1":[{"text":"Praise","number":"h1984"},{"text":"Praise","number":"h1984"},{"text":"praise","number":"h1984"},{"text":"ye the LORD","number":"h3050"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"him O ye servants","number":"h5650"},{"text":"ye the name","number":"h8034"}],"3":[{"text":"Praise","number":"h1984"},{"text":"sing praises","number":"h2167"},{"text":"is good","number":"h2896"},{"text":"the LORD","number":"h3050"},{"text":"for the LORD","number":"h3068"},{"text":"for it is pleasant","number":"h5273"},{"text":"unto his name","number":"h8034"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"of lords","number":"h113"},{"text":"to the Lord","number":"h113"},{"text":"for his mercy","number":"h2617"},{"text":"O give thanks","number":"h3034"},{"text":"endureth for ever","number":"h5769"}],"18":[{"text":"famous","number":"h117"},{"text":"And slew","number":"h2026"},{"text":"for his mercy","number":"h2617"},{"text":"kings","number":"h4428"},{"text":"endureth for ever","number":"h5769"}],"7":[{"text":"lights","number":"h216"},{"text":"great","number":"h1419"},{"text":"for his mercy","number":"h2617"},{"text":"endureth for ever","number":"h5769"},{"text":"To him that made","number":"h6213"}],"26":[{"text":"unto the God","number":"h410"},{"text":"for his mercy","number":"h2617"},{"text":"O give thanks","number":"h3034"},{"text":"endureth for ever","number":"h5769"},{"text":"of heaven","number":"h8064"}],"2":[{"text":"of gods","number":"h430"},{"text":"unto the God","number":"h430"},{"text":"for his mercy","number":"h2617"},{"text":"O give thanks","number":"h3034"},{"text":"endureth for ever","number":"h5769"}],"19":[{"text":"of the Amorites","number":"h567"},{"text":"for his mercy","number":"h2617"},{"text":"king","number":"h4428"},{"text":"Sihon","number":"h5511"},{"text":"endureth for ever","number":"h5769"}],"6":[{"text":"the earth","number":"h776"},{"text":"for his mercy","number":"h2617"},{"text":"above the waters","number":"h4325"},{"text":"endureth for ever","number":"h5769"},{"text":"To him that stretched out","number":"h7554"}],"21":[{"text":"their land","number":"h776"},{"text":"for his mercy","number":"h2617"},{"text":"for an heritage","number":"h5159"},{"text":"And gave","number":"h5414"},{"text":"endureth for ever","number":"h5769"}],"10":[{"text":"in their firstborn","number":"h1060"},{"text":"for his mercy","number":"h2617"},{"text":"Egypt","number":"h4714"},{"text":"To him that smote","number":"h5221"},{"text":"endureth for ever","number":"h5769"}],"20":[{"text":"of Bashan","number":"h1316"},{"text":"for his mercy","number":"h2617"},{"text":"the king","number":"h4428"},{"text":"And Og","number":"h5747"},{"text":"endureth for ever","number":"h5769"}],"25":[{"text":"to all flesh","number":"h1320"},{"text":"for his mercy","number":"h2617"},{"text":"food","number":"h3899"},{"text":"Who giveth","number":"h5414"},{"text":"endureth for ever","number":"h5769"}],"17":[{"text":"great","number":"h1419"},{"text":"for his mercy","number":"h2617"},{"text":"kings","number":"h4428"},{"text":"To him which smote","number":"h5221"},{"text":"endureth for ever","number":"h5769"}],"4":[{"text":"great","number":"h1419"},{"text":"for his mercy","number":"h2617"},{"text":"endureth for ever","number":"h5769"},{"text":"To him who alone doeth","number":"h6213"},{"text":"wonders","number":"h6381"}],"13":[{"text":"To him which divided","number":"h1504"},{"text":"into parts","number":"h1506"},{"text":"for his mercy","number":"h2617"},{"text":"sea","number":"h3220"},{"text":"the Red","number":"h5488"},{"text":"endureth for ever","number":"h5769"}],"23":[{"text":"Who remembered","number":"h2142"},{"text":"for his mercy","number":"h2617"},{"text":"endureth for ever","number":"h5769"},{"text":"us in our low estate","number":"h8216"}],"12":[{"text":"arm","number":"h2220"},{"text":"With a strong","number":"h2389"},{"text":"for his mercy","number":"h2617"},{"text":"hand","number":"h3027"},{"text":"and with a stretched out","number":"h5186"},{"text":"endureth for ever","number":"h5769"}],"15":[{"text":"and his host","number":"h2428"},{"text":"for his mercy","number":"h2617"},{"text":"sea","number":"h3220"},{"text":"But overthrew","number":"h5287"},{"text":"in the Red","number":"h5488"},{"text":"endureth for ever","number":"h5769"},{"text":"Pharaoh","number":"h6547"}],"1":[{"text":"for his mercy","number":"h2617"},{"text":"for he is good","number":"h2896"},{"text":"O give thanks","number":"h3034"},{"text":"unto the LORD","number":"h3068"},{"text":"endureth for ever","number":"h5769"}],"16":[{"text":"for his mercy","number":"h2617"},{"text":"To him which led","number":"h3212"},{"text":"through the wilderness","number":"h4057"},{"text":"endureth for ever","number":"h5769"},{"text":"his people","number":"h5971"}],"22":[{"text":"for his mercy","number":"h2617"},{"text":"unto Israel","number":"h3478"},{"text":"Even an heritage","number":"h5159"},{"text":"his servant","number":"h5650"},{"text":"endureth for ever","number":"h5769"}],"24":[{"text":"for his mercy","number":"h2617"},{"text":"endureth for ever","number":"h5769"},{"text":"And hath redeemed","number":"h6561"},{"text":"us from our enemies","number":"h6862"}],"5":[{"text":"for his mercy","number":"h2617"},{"text":"endureth for ever","number":"h5769"},{"text":"made","number":"h6213"},{"text":"the heavens","number":"h8064"},{"text":"To him that by wisdom","number":"h8394"}],"8":[{"text":"for his mercy","number":"h2617"},{"text":"by day","number":"h3117"},{"text":"to rule","number":"h4475"},{"text":"endureth for ever","number":"h5769"},{"text":"The sun","number":"h8121"}],"9":[{"text":"for his mercy","number":"h2617"},{"text":"The moon","number":"h3394"},{"text":"and stars","number":"h3556"},{"text":"by night","number":"h3915"},{"text":"to rule","number":"h4475"},{"text":"endureth for ever","number":"h5769"}],"14":[{"text":"of it for his mercy","number":"h2617"},{"text":"And made Israel","number":"h3478"},{"text":"to pass through","number":"h5674"},{"text":"endureth for ever","number":"h5769"},{"text":"the midst","number":"h8432"}],"11":[{"text":"them for his mercy","number":"h2617"},{"text":"And brought out","number":"h3318"},{"text":"Israel","number":"h3478"},{"text":"endureth for ever","number":"h5769"},{"text":"from among","number":"h8432"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"of Edom","number":"h123"},{"text":"who said","number":"h559"},{"text":"the children","number":"h1121"},{"text":"Remember","number":"h2142"},{"text":"O LORD","number":"h3068"},{"text":"in the day","number":"h3117"},{"text":"it even to the foundation","number":"h3247"},{"text":"of Jerusalem","number":"h3389"},{"text":"Rase","number":"h6168"},{"text":"it rase","number":"h6168"}],"4":[{"text":"land","number":"h127"},{"text":"the LORD'S","number":"h3068"},{"text":"in a strange","number":"h5236"},{"text":"How shall we sing","number":"h7891"},{"text":"song","number":"h7892"}],"9":[{"text":"shall he be that taketh","number":"h270"},{"text":"Happy","number":"h835"},{"text":"and dasheth","number":"h5310"},{"text":"against the stones","number":"h5553"},{"text":"thy little ones","number":"h5768"}],"8":[{"text":"happy","number":"h835"},{"text":"of Babylon","number":"h894"},{"text":"O daughter","number":"h1323"},{"text":"thee as thou hast served","number":"h1580"},{"text":"who art to be destroyed","number":"h7703"},{"text":"shall he be that rewardeth","number":"h7999"}],"1":[{"text":"of Babylon","number":"h894"},{"text":"yea we wept","number":"h1058"},{"text":"when we remembered","number":"h2142"},{"text":"there we sat down","number":"h3427"},{"text":"By the rivers","number":"h5104"},{"text":"Zion","number":"h6726"}],"6":[{"text":"cleave","number":"h1692"},{"text":"If I do not remember","number":"h2142"},{"text":"to the roof of my mouth","number":"h2441"},{"text":"not Jerusalem","number":"h3389"},{"text":"thee let my tongue","number":"h3956"},{"text":"if I prefer","number":"h5927"},{"text":"above my chief","number":"h7218"},{"text":"joy","number":"h8057"}],"3":[{"text":"of us a song","number":"h1697"},{"text":"of Zion","number":"h6726"},{"text":"required","number":"h7592"},{"text":"For there they that carried us away captive","number":"h7617"},{"text":"saying Sing","number":"h7891"},{"text":"us one of the songs","number":"h7892"},{"text":"us required of us mirth","number":"h8057"},{"text":"and they that wasted","number":"h8437"}],"5":[{"text":"let my right hand","number":"h3225"},{"text":"thee O Jerusalem","number":"h3389"},{"text":"If I forget","number":"h7911"},{"text":"forget","number":"h7911"}],"2":[{"text":"our harps","number":"h3658"},{"text":"upon the willows","number":"h6155"},{"text":"in the midst","number":"h8432"},{"text":"We hanged","number":"h8518"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"of mine enemies","number":"h341"},{"text":"against the wrath","number":"h639"},{"text":"thou wilt revive","number":"h2421"},{"text":"thine hand","number":"h3027"},{"text":"Though I walk","number":"h3212"},{"text":"and thy right hand","number":"h3225"},{"text":"shall save","number":"h3467"},{"text":"of trouble","number":"h6869"},{"text":"in the midst","number":"h7130"},{"text":"me thou shalt stretch forth","number":"h7971"}],"1":[{"text":"before the gods","number":"h430"},{"text":"A Psalm of David","number":"h1732"},{"text":"will I sing praise","number":"h2167"},{"text":"I will praise","number":"h3034"},{"text":"thee with my whole heart","number":"h3820"}],"4":[{"text":"the words","number":"h561"},{"text":"of the earth","number":"h776"},{"text":"shall praise","number":"h3034"},{"text":"thee O LORD","number":"h3068"},{"text":"All the kings","number":"h4428"},{"text":"of thy mouth","number":"h6310"},{"text":"when they hear","number":"h8085"}],"2":[{"text":"thy word","number":"h565"},{"text":"and for thy truth","number":"h571"},{"text":"for thou hast magnified","number":"h1431"},{"text":"temple","number":"h1964"},{"text":"for thy lovingkindness","number":"h2617"},{"text":"and praise","number":"h3034"},{"text":"toward thy holy","number":"h6944"},{"text":"I will worship","number":"h7812"},{"text":"above all thy name","number":"h8034"},{"text":"thy name","number":"h8034"}],"6":[{"text":"but the proud","number":"h1364"},{"text":"he knoweth","number":"h3045"},{"text":"Though the LORD","number":"h3068"},{"text":"afar off","number":"h4801"},{"text":"yet hath he respect","number":"h7200"},{"text":"be high","number":"h7311"},{"text":"unto the lowly","number":"h8217"}],"5":[{"text":"for great","number":"h1419"},{"text":"in the ways","number":"h1870"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"is the glory","number":"h3519"},{"text":"Yea they shall sing","number":"h7891"}],"8":[{"text":"will perfect","number":"h1584"},{"text":"that which concerneth me thy mercy","number":"h2617"},{"text":"of thine own hands","number":"h3027"},{"text":"O LORD","number":"h3068"},{"text":"The LORD","number":"h3068"},{"text":"not the works","number":"h4639"},{"text":"endureth for ever","number":"h5769"},{"text":"forsake","number":"h7503"}],"3":[{"text":"In the day","number":"h3117"},{"text":"in my soul","number":"h5315"},{"text":"me with strength","number":"h5797"},{"text":"thou answeredst","number":"h6030"},{"text":"when I cried","number":"h7121"},{"text":"me and strengthenedst","number":"h7292"}]}