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
+ {"6":[{"text":"Thou shalt destroy","number":"h6"},{"text":"man","number":"h376"},{"text":"them that speak","number":"h1696"},{"text":"the bloody","number":"h1818"},{"text":"the LORD","number":"h3068"},{"text":"leasing","number":"h3577"},{"text":"and deceitful","number":"h4820"},{"text":"will abhor","number":"h8581"}],"11":[{"text":"them let them also that love","number":"h157"},{"text":"But let all those that put their trust","number":"h2620"},{"text":"because thou defendest","number":"h5526"},{"text":"let them ever","number":"h5769"},{"text":"be joyful","number":"h5970"},{"text":"shout for joy","number":"h7442"},{"text":"thy name","number":"h8034"},{"text":"in thee rejoice","number":"h8055"}],"5":[{"text":"of iniquity","number":"h205"},{"text":"The foolish","number":"h1984"},{"text":"shall not stand","number":"h3320"},{"text":"in thy sight","number":"h5869"},{"text":"all workers","number":"h6466"},{"text":"thou hatest","number":"h8130"}],"1":[{"text":"Give ear","number":"h238"},{"text":"to my words","number":"h561"},{"text":"consider","number":"h995"},{"text":"of David","number":"h1732"},{"text":"my meditation","number":"h1901"},{"text":"O LORD","number":"h3068"},{"text":"A Psalm","number":"h4210"},{"text":"upon Nehiloth","number":"h5155"},{"text":"To the chief Musician","number":"h5329"}],"4":[{"text":"For thou art not a God","number":"h410"},{"text":"dwell","number":"h1481"},{"text":"that hath pleasure","number":"h2655"},{"text":"neither shall evil","number":"h7451"},{"text":"in wickedness","number":"h7562"}],"2":[{"text":"and my God","number":"h430"},{"text":"my King","number":"h4428"},{"text":"for unto thee will I pray","number":"h6419"},{"text":"unto the voice","number":"h6963"},{"text":"Hearken","number":"h7181"},{"text":"of my cry","number":"h7773"}],"10":[{"text":"thou them O God","number":"h430"},{"text":"Destroy","number":"h816"},{"text":"by their own counsels","number":"h4156"},{"text":"for they have rebelled","number":"h4784"},{"text":"cast them out","number":"h5080"},{"text":"let them fall","number":"h5307"},{"text":"of their transgressions","number":"h6588"},{"text":"in the multitude","number":"h7230"}],"7":[{"text":"But as for me I will come","number":"h935"},{"text":"into thy house","number":"h1004"},{"text":"temple","number":"h1964"},{"text":"of thy mercy","number":"h2617"},{"text":"and in thy fear","number":"h3374"},{"text":"toward thy holy","number":"h6944"},{"text":"in the multitude","number":"h7230"},{"text":"will I worship","number":"h7812"}],"3":[{"text":"in the morning","number":"h1242"},{"text":"in the morning","number":"h1242"},{"text":"O LORD","number":"h3068"},{"text":"will I direct","number":"h6186"},{"text":"my prayer unto thee and will look up","number":"h6822"},{"text":"My voice","number":"h6963"},{"text":"shalt thou hear","number":"h8085"}],"12":[{"text":"wilt bless","number":"h1288"},{"text":"For thou LORD","number":"h3068"},{"text":"wilt thou compass","number":"h5849"},{"text":"the righteous","number":"h6662"},{"text":"him as with a shield","number":"h6793"},{"text":"with favour","number":"h7522"}],"9":[{"text":"their throat","number":"h1627"},{"text":"part is very wickedness","number":"h1942"},{"text":"they flatter","number":"h2505"},{"text":"For there is no faithfulness","number":"h3559"},{"text":"with their tongue","number":"h3956"},{"text":"in their mouth","number":"h6310"},{"text":"is an open","number":"h6605"},{"text":"sepulchre","number":"h6913"},{"text":"their inward","number":"h7130"}],"8":[{"text":"make thy way","number":"h1870"},{"text":"me O LORD","number":"h3068"},{"text":"straight","number":"h3474"},{"text":"Lead","number":"h5148"},{"text":"before my face","number":"h6440"},{"text":"in thy righteousness","number":"h6666"},{"text":"because of mine enemies","number":"h8324"}]}
@@ -0,0 +1 @@
1
+ {"13":[{"text":"of bulls","number":"h47"},{"text":"Will I eat","number":"h398"},{"text":"the flesh","number":"h1320"},{"text":"the blood","number":"h1818"},{"text":"of goats","number":"h6260"},{"text":"or drink","number":"h8354"}],"20":[{"text":"against thy brother","number":"h251"},{"text":"thine own mother's","number":"h517"},{"text":"son","number":"h1121"},{"text":"and speakest","number":"h1696"},{"text":"slanderest","number":"h1848"},{"text":"Thou sittest","number":"h3427"},{"text":"thou","number":"h5414"}],"17":[{"text":"behind","number":"h310"},{"text":"my words","number":"h1697"},{"text":"instruction","number":"h4148"},{"text":"and castest","number":"h7993"},{"text":"Seeing thou hatest","number":"h8130"}],"3":[{"text":"shall devour","number":"h398"},{"text":"Our God","number":"h430"},{"text":"a fire","number":"h784"},{"text":"shall come","number":"h935"},{"text":"and shall not keep silence","number":"h2790"},{"text":"him and it shall be very","number":"h3966"},{"text":"round about","number":"h5439"},{"text":"before","number":"h6440"},{"text":"tempestuous","number":"h8175"}],"1":[{"text":"The mighty","number":"h410"},{"text":"God","number":"h430"},{"text":"of Asaph","number":"h623"},{"text":"the earth","number":"h776"},{"text":"hath spoken","number":"h1696"},{"text":"even the LORD","number":"h3068"},{"text":"unto the going down","number":"h3996"},{"text":"A Psalm","number":"h4210"},{"text":"from the rising","number":"h4217"},{"text":"and called","number":"h7121"},{"text":"of the sun","number":"h8121"}],"16":[{"text":"God","number":"h430"},{"text":"saith","number":"h559"},{"text":"my covenant","number":"h1285"},{"text":"my statutes","number":"h2706"},{"text":"or that thou shouldest take","number":"h5375"},{"text":"What hast thou to do to declare","number":"h5608"},{"text":"in thy mouth","number":"h6310"},{"text":"But unto the wicked","number":"h7563"}],"2":[{"text":"God","number":"h430"},{"text":"of beauty","number":"h3308"},{"text":"hath shined","number":"h3313"},{"text":"the perfection","number":"h4359"},{"text":"Out of Zion","number":"h6726"}],"7":[{"text":"against thee I am God","number":"h430"},{"text":"even thy God","number":"h430"},{"text":"and I will speak","number":"h1696"},{"text":"O Israel","number":"h3478"},{"text":"and I will testify","number":"h5749"},{"text":"O my people","number":"h5971"},{"text":"Hear","number":"h8085"}],"6":[{"text":"for God","number":"h430"},{"text":"shall declare","number":"h5046"},{"text":"himself Selah","number":"h5542"},{"text":"his righteousness","number":"h6664"},{"text":"And the heavens","number":"h8064"},{"text":"is judge","number":"h8199"}],"23":[{"text":"of God","number":"h430"},{"text":"his conversation","number":"h1870"},{"text":"Whoso offereth","number":"h2076"},{"text":"the salvation","number":"h3468"},{"text":"glorifieth","number":"h3513"},{"text":"aright will I shew","number":"h7200"},{"text":"me and to him that ordereth","number":"h7760"},{"text":"praise","number":"h8426"}],"14":[{"text":"unto God","number":"h430"},{"text":"Offer","number":"h2076"},{"text":"thy vows","number":"h5088"},{"text":"unto the most High","number":"h5945"},{"text":"and pay","number":"h7999"},{"text":"thanksgiving","number":"h8426"}],"22":[{"text":"God","number":"h433"},{"text":"Now consider","number":"h995"},{"text":"lest I tear you in pieces","number":"h2963"},{"text":"and there be none to deliver","number":"h5337"},{"text":"this ye that forget","number":"h7911"}],"10":[{"text":"upon a thousand","number":"h505"},{"text":"is mine and the cattle","number":"h929"},{"text":"hills","number":"h2042"},{"text":"For every beast","number":"h2416"},{"text":"of the forest","number":"h3293"}],"12":[{"text":"I would not tell","number":"h559"},{"text":"is mine and the fulness","number":"h4393"},{"text":"If I were hungry","number":"h7456"},{"text":"thee for the world","number":"h8398"}],"5":[{"text":"Gather","number":"h622"},{"text":"a covenant","number":"h1285"},{"text":"with me by sacrifice","number":"h2077"},{"text":"my saints","number":"h2623"},{"text":"together unto me those that have made","number":"h3772"}],"4":[{"text":"and to the earth","number":"h776"},{"text":"that he may judge","number":"h1777"},{"text":"from above","number":"h5920"},{"text":"his people","number":"h5971"},{"text":"He shall call","number":"h7121"},{"text":"to the heavens","number":"h8064"}],"9":[{"text":"out of thy house","number":"h1004"},{"text":"I will take","number":"h3947"},{"text":"out of thy folds","number":"h4356"},{"text":"nor he goats","number":"h6260"},{"text":"no bullock","number":"h6499"}],"18":[{"text":"a thief","number":"h1590"},{"text":"with him and hast been partaker","number":"h2506"},{"text":"with adulterers","number":"h5003"},{"text":"When thou sawest","number":"h7200"},{"text":"then thou consentedst","number":"h7521"}],"21":[{"text":"thou thoughtest","number":"h1819"},{"text":"that I was altogether","number":"h1961"},{"text":"and I kept silence","number":"h2790"},{"text":"such an one as thyself but I will reprove","number":"h3198"},{"text":"before thine eyes","number":"h5869"},{"text":"thee and set them in order","number":"h6186"},{"text":"These things hast thou done","number":"h6213"}],"11":[{"text":"of the mountains","number":"h2022"},{"text":"and the wild beasts","number":"h2123"},{"text":"I know","number":"h3045"},{"text":"all the fowls","number":"h5775"},{"text":"are mine","number":"h5978"},{"text":"of the field","number":"h7704"}],"8":[{"text":"thee for thy sacrifices","number":"h2077"},{"text":"I will not reprove","number":"h3198"},{"text":"or thy burnt offerings","number":"h5930"},{"text":"to have been continually","number":"h8548"}],"15":[{"text":"I will deliver","number":"h2502"},{"text":"upon me in the day","number":"h3117"},{"text":"thee and thou shalt glorify","number":"h3513"},{"text":"of trouble","number":"h6869"},{"text":"And call","number":"h7121"}],"19":[{"text":"and thy tongue","number":"h3956"},{"text":"deceit","number":"h4820"},{"text":"thy mouth","number":"h6310"},{"text":"frameth","number":"h6775"},{"text":"to evil","number":"h7451"},{"text":"Thou givest","number":"h7971"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"O Lord","number":"h136"},{"text":"shall shew forth","number":"h5046"},{"text":"and my mouth","number":"h6310"},{"text":"open","number":"h6605"},{"text":"thou my lips","number":"h8193"},{"text":"thy praise","number":"h8416"}],"7":[{"text":"me with hyssop","number":"h231"},{"text":"Purge","number":"h2398"},{"text":"and I shall be clean","number":"h2891"},{"text":"wash","number":"h3526"},{"text":"me and I shall be whiter","number":"h3835"},{"text":"than snow","number":"h7950"}],"10":[{"text":"O God","number":"h430"},{"text":"Create","number":"h1254"},{"text":"and renew","number":"h2318"},{"text":"in me a clean","number":"h2889"},{"text":"a right","number":"h3559"},{"text":"heart","number":"h3820"},{"text":"within","number":"h7130"},{"text":"spirit","number":"h7307"}],"14":[{"text":"O God","number":"h430"},{"text":"thou God","number":"h430"},{"text":"me from bloodguiltiness","number":"h1818"},{"text":"and my tongue","number":"h3956"},{"text":"Deliver","number":"h5337"},{"text":"of thy righteousness","number":"h6666"},{"text":"shall sing aloud","number":"h7442"},{"text":"of my salvation","number":"h8668"}],"17":[{"text":"O God","number":"h430"},{"text":"of God","number":"h430"},{"text":"thou wilt not despise","number":"h959"},{"text":"and a contrite","number":"h1794"},{"text":"The sacrifices","number":"h2077"},{"text":"heart","number":"h3820"},{"text":"spirit","number":"h7307"},{"text":"a broken","number":"h7665"},{"text":"are a broken","number":"h7665"}],"1":[{"text":"upon me O God","number":"h430"},{"text":"came","number":"h935"},{"text":"unto him after he had gone in","number":"h935"},{"text":"to Bathsheba","number":"h1339"},{"text":"of David","number":"h1732"},{"text":"Have mercy","number":"h2603"},{"text":"according to thy lovingkindness","number":"h2617"},{"text":"A Psalm","number":"h4210"},{"text":"blot out","number":"h4229"},{"text":"the prophet","number":"h5030"},{"text":"To the chief Musician","number":"h5329"},{"text":"when Nathan","number":"h5416"},{"text":"my transgressions","number":"h6588"},{"text":"according unto the multitude","number":"h7230"},{"text":"of thy tender mercies","number":"h7356"}],"5":[{"text":"did my mother","number":"h517"},{"text":"Behold I was shapen","number":"h2342"},{"text":"and in sin","number":"h2399"},{"text":"conceive","number":"h3179"},{"text":"in iniquity","number":"h5771"}],"6":[{"text":"truth","number":"h571"},{"text":"wisdom","number":"h2451"},{"text":"Behold thou desirest","number":"h2654"},{"text":"in the inward parts","number":"h2910"},{"text":"part thou shalt make me to know","number":"h3045"},{"text":"and in the hidden","number":"h5640"}],"18":[{"text":"build","number":"h1129"},{"text":"thou the walls","number":"h2346"},{"text":"Do good","number":"h3190"},{"text":"of Jerusalem","number":"h3389"},{"text":"unto Zion","number":"h6726"},{"text":"in thy good pleasure","number":"h7522"}],"8":[{"text":"may rejoice","number":"h1523"},{"text":"which thou hast broken","number":"h1794"},{"text":"that the bones","number":"h6106"},{"text":"and gladness","number":"h8057"},{"text":"Make me to hear","number":"h8085"},{"text":"joy","number":"h8342"}],"4":[{"text":"when thou speakest","number":"h1696"},{"text":"and be clear","number":"h2135"},{"text":"Against thee thee only have I sinned","number":"h2398"},{"text":"in thy sight","number":"h5869"},{"text":"and done","number":"h6213"},{"text":"that thou mightest be justified","number":"h6663"},{"text":"this evil","number":"h7451"},{"text":"when thou judgest","number":"h8199"}],"13":[{"text":"thy ways","number":"h1870"},{"text":"and sinners","number":"h2400"},{"text":"Then will I teach","number":"h3925"},{"text":"transgressors","number":"h6586"},{"text":"shall be converted","number":"h7725"}],"16":[{"text":"not sacrifice","number":"h2077"},{"text":"For thou desirest","number":"h2654"},{"text":"else would I give","number":"h5414"},{"text":"not in burnt offering","number":"h5930"},{"text":"it thou delightest","number":"h7521"}],"19":[{"text":"with the sacrifices","number":"h2077"},{"text":"Then shalt thou be pleased","number":"h2654"},{"text":"and whole","number":"h3632"},{"text":"upon thine altar","number":"h4196"},{"text":"then shall they offer","number":"h5927"},{"text":"burnt offering","number":"h5930"},{"text":"with burnt offering","number":"h5930"},{"text":"bullocks","number":"h6499"},{"text":"of righteousness","number":"h6664"}],"9":[{"text":"from my sins","number":"h2399"},{"text":"and blot out","number":"h4229"},{"text":"Hide","number":"h5641"},{"text":"all mine iniquities","number":"h5771"},{"text":"thy face","number":"h6440"}],"3":[{"text":"and my sin","number":"h2403"},{"text":"For I acknowledge","number":"h3045"},{"text":"my transgressions","number":"h6588"},{"text":"is ever","number":"h8548"}],"2":[{"text":"me from my sin","number":"h2403"},{"text":"and cleanse","number":"h2891"},{"text":"Wash","number":"h3526"},{"text":"from mine iniquity","number":"h5771"},{"text":"me throughly","number":"h7235"}],"12":[{"text":"of thy salvation","number":"h3468"},{"text":"me with thy free","number":"h5081"},{"text":"and uphold","number":"h5564"},{"text":"spirit","number":"h7307"},{"text":"Restore","number":"h7725"},{"text":"unto me the joy","number":"h8342"}],"11":[{"text":"and take","number":"h3947"},{"text":"from thy presence","number":"h6440"},{"text":"not thy holy","number":"h6944"},{"text":"spirit","number":"h7307"},{"text":"Cast me not away","number":"h7993"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"the Edomite","number":"h130"},{"text":"of Ahimelech","number":"h288"},{"text":"of God","number":"h410"},{"text":"and said","number":"h559"},{"text":"came","number":"h935"},{"text":"is come","number":"h935"},{"text":"to the house","number":"h1004"},{"text":"O mighty","number":"h1368"},{"text":"when Doeg","number":"h1673"},{"text":"A Psalm of David","number":"h1732"},{"text":"unto him David","number":"h1732"},{"text":"Why boastest","number":"h1984"},{"text":"man the goodness","number":"h2617"},{"text":"endureth continually","number":"h3117"},{"text":"Maschil","number":"h4905"},{"text":"and told","number":"h5046"},{"text":"To the chief Musician","number":"h5329"},{"text":"thou thyself in mischief","number":"h7451"},{"text":"Saul","number":"h7586"}],"3":[{"text":"Thou lovest","number":"h157"},{"text":"rather than to speak","number":"h1696"},{"text":"more than good","number":"h2896"},{"text":"Selah","number":"h5542"},{"text":"righteousness","number":"h6664"},{"text":"evil","number":"h7451"},{"text":"and lying","number":"h8267"}],"4":[{"text":"Thou lovest","number":"h157"},{"text":"all devouring","number":"h1105"},{"text":"words","number":"h1697"},{"text":"tongue","number":"h3956"},{"text":"O thou deceitful","number":"h4820"}],"5":[{"text":"of thy dwelling place","number":"h168"},{"text":"God","number":"h410"},{"text":"of the land","number":"h776"},{"text":"of the living","number":"h2416"},{"text":"he shall take thee away","number":"h2846"},{"text":"and pluck thee out","number":"h5255"},{"text":"thee for ever","number":"h5331"},{"text":"shall likewise destroy","number":"h5422"},{"text":"Selah","number":"h5542"},{"text":"and root thee out","number":"h8327"}],"7":[{"text":"not God","number":"h430"},{"text":"but trusted","number":"h982"},{"text":"Lo this is the man","number":"h1397"},{"text":"himself in his wickedness","number":"h1942"},{"text":"his strength","number":"h4581"},{"text":"and strengthened","number":"h5810"},{"text":"of his riches","number":"h6239"},{"text":"in the abundance","number":"h7230"},{"text":"that made","number":"h7760"}],"8":[{"text":"of God","number":"h430"},{"text":"of God","number":"h430"},{"text":"I trust","number":"h982"},{"text":"in the house","number":"h1004"},{"text":"olive tree","number":"h2132"},{"text":"in the mercy","number":"h2617"},{"text":"and ever","number":"h5703"},{"text":"for ever","number":"h5769"},{"text":"But I am like a green","number":"h7488"}],"2":[{"text":"mischiefs","number":"h1942"},{"text":"deviseth","number":"h2803"},{"text":"like a sharp","number":"h3913"},{"text":"Thy tongue","number":"h3956"},{"text":"working","number":"h6213"},{"text":"deceitfully","number":"h7423"},{"text":"razor","number":"h8593"}],"9":[{"text":"before thy saints","number":"h2623"},{"text":"for it is good","number":"h2896"},{"text":"I will praise","number":"h3034"},{"text":"thee for ever","number":"h5769"},{"text":"because thou hast done","number":"h6213"},{"text":"it and I will wait","number":"h6960"},{"text":"on thy name","number":"h8034"}],"6":[{"text":"and fear","number":"h3372"},{"text":"The righteous","number":"h6662"},{"text":"also shall see","number":"h7200"},{"text":"and shall laugh","number":"h7832"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"of men","number":"h120"},{"text":"God","number":"h430"},{"text":"God","number":"h430"},{"text":"upon the children","number":"h1121"},{"text":"that did seek","number":"h1875"},{"text":"if there were","number":"h3426"},{"text":"to see","number":"h7200"},{"text":"any that did understand","number":"h7919"},{"text":"from heaven","number":"h8064"},{"text":"looked down","number":"h8259"}],"4":[{"text":"of iniquity","number":"h205"},{"text":"as they eat","number":"h398"},{"text":"who eat up","number":"h398"},{"text":"upon God","number":"h430"},{"text":"no knowledge","number":"h3045"},{"text":"bread","number":"h3899"},{"text":"my people","number":"h5971"},{"text":"Have the workers","number":"h6466"},{"text":"they have not called","number":"h7121"}],"3":[{"text":"no not one","number":"h259"},{"text":"become filthy","number":"h444"},{"text":"good","number":"h2896"},{"text":"they are altogether","number":"h3162"},{"text":"Every one of them is gone back","number":"h5472"},{"text":"there is none that doeth","number":"h6213"}],"6":[{"text":"When God","number":"h430"},{"text":"shall rejoice","number":"h1523"},{"text":"Jacob","number":"h3290"},{"text":"the salvation","number":"h3444"},{"text":"and Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"Oh that","number":"h5414"},{"text":"of his people","number":"h5971"},{"text":"were come out of Zion","number":"h6726"},{"text":"the captivity","number":"h7622"},{"text":"bringeth back","number":"h7725"},{"text":"shall be glad","number":"h8055"}],"1":[{"text":"There is no God","number":"h430"},{"text":"hath said","number":"h559"},{"text":"A Psalm of David","number":"h1732"},{"text":"good","number":"h2896"},{"text":"in his heart","number":"h3820"},{"text":"upon Mahalath","number":"h4257"},{"text":"Maschil","number":"h4905"},{"text":"The fool","number":"h5036"},{"text":"To the chief Musician","number":"h5329"},{"text":"iniquity","number":"h5766"},{"text":"there is none that doeth","number":"h6213"},{"text":"Corrupt","number":"h7843"},{"text":"are they and have done abominable","number":"h8581"}],"5":[{"text":"because God","number":"h430"},{"text":"was for God","number":"h430"},{"text":"against thee thou hast put them to shame","number":"h954"},{"text":"of him that encampeth","number":"h2583"},{"text":"hath despised","number":"h3988"},{"text":"the bones","number":"h6106"},{"text":"hath scattered","number":"h6340"},{"text":"fear","number":"h6342"},{"text":"There were they in great","number":"h6343"},{"text":"where no fear","number":"h6343"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"the Lord","number":"h136"},{"text":"Behold God","number":"h430"},{"text":"my soul","number":"h5315"},{"text":"is with them that uphold","number":"h5564"},{"text":"is mine helper","number":"h5826"}],"2":[{"text":"give ear","number":"h238"},{"text":"O God","number":"h430"},{"text":"to the words","number":"h561"},{"text":"of my mouth","number":"h6310"},{"text":"Hear","number":"h8085"},{"text":"my prayer","number":"h8605"}],"7":[{"text":"his desire upon mine enemies","number":"h341"},{"text":"For he hath delivered","number":"h5337"},{"text":"and mine eye","number":"h5869"},{"text":"me out of all trouble","number":"h6869"},{"text":"hath seen","number":"h7200"}],"3":[{"text":"God","number":"h430"},{"text":"seek","number":"h1245"},{"text":"For strangers","number":"h2114"},{"text":"after my soul","number":"h5315"},{"text":"before them Selah","number":"h5542"},{"text":"against me and oppressors","number":"h6184"},{"text":"are risen up","number":"h6965"},{"text":"they have not set","number":"h7760"}],"1":[{"text":"me O God","number":"h430"},{"text":"and said","number":"h559"},{"text":"came","number":"h935"},{"text":"me by thy strength","number":"h1369"},{"text":"A Psalm of David","number":"h1732"},{"text":"Doth not David","number":"h1732"},{"text":"and judge","number":"h1777"},{"text":"when the Ziphims","number":"h2130"},{"text":"himself with us Save","number":"h3467"},{"text":"Maschil","number":"h4905"},{"text":"on Neginoth","number":"h5058"},{"text":"To the chief Musician","number":"h5329"},{"text":"hide","number":"h5641"},{"text":"to Saul","number":"h7586"},{"text":"by thy name","number":"h8034"}],"5":[{"text":"in thy truth","number":"h571"},{"text":"cut them off","number":"h6789"},{"text":"evil","number":"h7451"},{"text":"He shall reward","number":"h7725"},{"text":"unto mine enemies","number":"h8324"}],"6":[{"text":"sacrifice","number":"h2076"},{"text":"for it is good","number":"h2896"},{"text":"unto thee I will praise","number":"h3034"},{"text":"O LORD","number":"h3068"},{"text":"I will freely","number":"h5071"},{"text":"thy name","number":"h8034"}]}
@@ -0,0 +1 @@
1
+ {"6":[{"text":"I had wings","number":"h83"},{"text":"And I said","number":"h559"},{"text":"like a dove","number":"h3123"},{"text":"Oh that","number":"h5414"},{"text":"for then would I fly away","number":"h5774"},{"text":"and be at rest","number":"h7931"}],"9":[{"text":"O Lord","number":"h136"},{"text":"Destroy","number":"h1104"},{"text":"violence","number":"h2555"},{"text":"their tongues","number":"h3956"},{"text":"in the city","number":"h5892"},{"text":"and divide","number":"h6385"},{"text":"for I have seen","number":"h7200"},{"text":"and strife","number":"h7379"}],"3":[{"text":"iniquity","number":"h205"},{"text":"of the enemy","number":"h341"},{"text":"upon me and in wrath","number":"h639"},{"text":"for they cast","number":"h4131"},{"text":"of the oppression","number":"h6125"},{"text":"because","number":"h6440"},{"text":"Because of the voice","number":"h6963"},{"text":"of the wicked","number":"h7563"},{"text":"they hate","number":"h7852"}],"10":[{"text":"thereof mischief","number":"h205"},{"text":"it upon the walls","number":"h2346"},{"text":"Day","number":"h3119"},{"text":"and night","number":"h3915"},{"text":"they go about","number":"h5437"},{"text":"also and sorrow","number":"h5999"},{"text":"are in the midst","number":"h7130"}],"1":[{"text":"Give ear","number":"h238"},{"text":"O God","number":"h430"},{"text":"A Psalm of David","number":"h1732"},{"text":"Maschil","number":"h4905"},{"text":"on Neginoth","number":"h5058"},{"text":"To the chief Musician","number":"h5329"},{"text":"and hide","number":"h5956"},{"text":"not thyself from my supplication","number":"h8467"},{"text":"to my prayer","number":"h8605"}],"12":[{"text":"For it was not an enemy","number":"h341"},{"text":"me that did magnify","number":"h1431"},{"text":"that reproached","number":"h2778"},{"text":"me then I could have borne","number":"h5375"},{"text":"himself against me then I would have hid","number":"h5641"},{"text":"it neither was it he that hated","number":"h8130"}],"4":[{"text":"me and the terrors","number":"h367"},{"text":"is sore pained","number":"h2342"},{"text":"My heart","number":"h3820"},{"text":"of death","number":"h4194"},{"text":"are fallen","number":"h5307"},{"text":"within","number":"h7130"}],"19":[{"text":"God","number":"h410"},{"text":"not God","number":"h430"},{"text":"Because they have no changes","number":"h2487"},{"text":"therefore they fear","number":"h3372"},{"text":"them even he that abideth","number":"h3427"},{"text":"Selah","number":"h5542"},{"text":"and afflict","number":"h6030"},{"text":"of old","number":"h6924"},{"text":"shall hear","number":"h8085"}],"23":[{"text":"But thou O God","number":"h430"},{"text":"men","number":"h582"},{"text":"into the pit","number":"h875"},{"text":"but I will trust","number":"h982"},{"text":"bloody","number":"h1818"},{"text":"shall not live out half","number":"h2673"},{"text":"their days","number":"h3117"},{"text":"shalt bring them down","number":"h3381"},{"text":"and deceitful","number":"h4820"},{"text":"of destruction","number":"h7845"}],"14":[{"text":"of God","number":"h430"},{"text":"unto the house","number":"h1004"},{"text":"and walked","number":"h1980"},{"text":"together","number":"h3162"},{"text":"We took sweet","number":"h4985"},{"text":"counsel","number":"h5475"},{"text":"in company","number":"h7285"}],"16":[{"text":"upon God","number":"h430"},{"text":"and the LORD","number":"h3068"},{"text":"shall save","number":"h3467"},{"text":"As for me I will call","number":"h7121"}],"13":[{"text":"my guide","number":"h441"},{"text":"But it was thou a man","number":"h582"},{"text":"and mine acquaintance","number":"h3045"},{"text":"mine equal","number":"h6187"}],"5":[{"text":"are come","number":"h935"},{"text":"Fearfulness","number":"h3374"},{"text":"hath overwhelmed","number":"h3680"},{"text":"upon me and horror","number":"h6427"},{"text":"and trembling","number":"h7461"}],"17":[{"text":"and morning","number":"h1242"},{"text":"and cry aloud","number":"h1993"},{"text":"Evening","number":"h6153"},{"text":"and at noon","number":"h6672"},{"text":"my voice","number":"h6963"},{"text":"will I pray","number":"h7878"},{"text":"and he shall hear","number":"h8085"}],"20":[{"text":"his covenant","number":"h1285"},{"text":"with him he hath broken","number":"h2490"},{"text":"his hands","number":"h3027"},{"text":"against such as be at peace","number":"h7965"},{"text":"He hath put forth","number":"h7971"}],"21":[{"text":"his words","number":"h1697"},{"text":"were smoother","number":"h2505"},{"text":"was in his heart","number":"h3820"},{"text":"than butter","number":"h4260"},{"text":"The words of his mouth","number":"h6310"},{"text":"yet were they drawn swords","number":"h6609"},{"text":"but war","number":"h7128"},{"text":"were softer","number":"h7401"},{"text":"than oil","number":"h8081"}],"11":[{"text":"Wickedness","number":"h1942"},{"text":"depart","number":"h4185"},{"text":"and guile","number":"h4820"},{"text":"is in the midst","number":"h7130"},{"text":"not from her streets","number":"h7339"},{"text":"thereof deceit","number":"h8496"}],"2":[{"text":"and make a noise","number":"h1949"},{"text":"unto me and hear","number":"h6030"},{"text":"Attend","number":"h7181"},{"text":"me I mourn","number":"h7300"},{"text":"in my complaint","number":"h7879"}],"8":[{"text":"I would hasten","number":"h2363"},{"text":"my escape","number":"h4655"},{"text":"storm","number":"h5584"},{"text":"and tempest","number":"h5591"},{"text":"from the windy","number":"h7307"}],"15":[{"text":"quick","number":"h2416"},{"text":"upon them and let them go down","number":"h3381"},{"text":"is in their dwellings","number":"h4033"},{"text":"Let death","number":"h4194"},{"text":"seize","number":"h5377"},{"text":"and among","number":"h7130"},{"text":"for wickedness","number":"h7451"},{"text":"into hell","number":"h7585"}],"22":[{"text":"thy burden","number":"h3053"},{"text":"upon the LORD","number":"h3068"},{"text":"and he shall sustain","number":"h3557"},{"text":"to be moved","number":"h4131"},{"text":"suffer","number":"h5414"},{"text":"thee he shall never","number":"h5769"},{"text":"the righteous","number":"h6662"},{"text":"Cast","number":"h7993"}],"7":[{"text":"and remain","number":"h3885"},{"text":"in the wilderness","number":"h4057"},{"text":"Lo then would I wander","number":"h5074"},{"text":"Selah","number":"h5542"},{"text":"far off","number":"h7368"}],"18":[{"text":"my soul","number":"h5315"},{"text":"He hath delivered","number":"h6299"},{"text":"from the battle","number":"h7128"},{"text":"that was against me for there were many","number":"h7227"},{"text":"in peace","number":"h7965"}]}
@@ -0,0 +1 @@
1
+ {"11":[{"text":"what man","number":"h120"},{"text":"In God","number":"h430"},{"text":"have I put my trust","number":"h982"},{"text":"I will not be afraid","number":"h3372"},{"text":"can do","number":"h6213"}],"7":[{"text":"by iniquity","number":"h205"},{"text":"O God","number":"h430"},{"text":"in thine anger","number":"h639"},{"text":"cast down","number":"h3381"},{"text":"the people","number":"h5971"},{"text":"Shall they escape","number":"h6405"}],"13":[{"text":"in the light","number":"h216"},{"text":"God","number":"h430"},{"text":"from falling","number":"h1762"},{"text":"that I may walk","number":"h1980"},{"text":"of the living","number":"h2416"},{"text":"from death","number":"h4194"},{"text":"my soul","number":"h5315"},{"text":"For thou hast delivered","number":"h5337"},{"text":"before","number":"h6440"},{"text":"wilt not thou deliver my feet","number":"h7272"}],"9":[{"text":"back","number":"h268"},{"text":"unto thee then shall mine enemies","number":"h341"},{"text":"for God","number":"h430"},{"text":"this I know","number":"h3045"},{"text":"When","number":"h3117"},{"text":"I cry","number":"h7121"},{"text":"turn","number":"h7725"}],"1":[{"text":"took","number":"h270"},{"text":"unto me O God","number":"h430"},{"text":"for man","number":"h582"},{"text":"him in Gath","number":"h1661"},{"text":"of David","number":"h1732"},{"text":"Be merciful","number":"h2603"},{"text":"daily","number":"h3117"},{"text":"upon Jonathelemrechokim","number":"h3128"},{"text":"he fighting","number":"h3898"},{"text":"oppresseth","number":"h3905"},{"text":"Michtam","number":"h4387"},{"text":"To the chief Musician","number":"h5329"},{"text":"when the Philistines","number":"h6430"},{"text":"would swallow me up","number":"h7602"}],"10":[{"text":"In God","number":"h430"},{"text":"his word","number":"h1697"},{"text":"his word","number":"h1697"},{"text":"will I praise","number":"h1984"},{"text":"will I praise","number":"h1984"},{"text":"in the LORD","number":"h3068"}],"4":[{"text":"In God","number":"h430"},{"text":"in God","number":"h430"},{"text":"I have put my trust","number":"h982"},{"text":"what flesh","number":"h1320"},{"text":"his word","number":"h1697"},{"text":"I will praise","number":"h1984"},{"text":"I will not fear","number":"h3372"},{"text":"can do","number":"h6213"}],"12":[{"text":"are upon me O God","number":"h430"},{"text":"Thy vows","number":"h5088"},{"text":"I will render","number":"h7999"},{"text":"praises","number":"h8426"}],"3":[{"text":"I will trust","number":"h982"},{"text":"What time","number":"h3117"},{"text":"I am afraid","number":"h3372"}],"6":[{"text":"They gather themselves together","number":"h1481"},{"text":"for my soul","number":"h5315"},{"text":"my steps","number":"h6119"},{"text":"they hide","number":"h6845"},{"text":"when they wait","number":"h6960"},{"text":"themselves they mark","number":"h8104"}],"5":[{"text":"my words","number":"h1697"},{"text":"Every day","number":"h3117"},{"text":"all their thoughts","number":"h4284"},{"text":"they wrest","number":"h6087"},{"text":"are against me for evil","number":"h7451"}],"8":[{"text":"thou my tears","number":"h1832"},{"text":"into thy bottle","number":"h4997"},{"text":"my wanderings","number":"h5112"},{"text":"Thou tellest","number":"h5608"},{"text":"are they not in thy book","number":"h5612"},{"text":"put","number":"h7760"}],"2":[{"text":"would daily","number":"h3117"},{"text":"that fight","number":"h3898"},{"text":"against me O thou most High","number":"h4791"},{"text":"me up for they be many","number":"h7227"},{"text":"swallow","number":"h7602"},{"text":"Mine enemies","number":"h8324"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"of men","number":"h120"},{"text":"even the sons","number":"h1121"},{"text":"a sharp","number":"h2299"},{"text":"are spears","number":"h2595"},{"text":"and arrows","number":"h2671"},{"text":"sword","number":"h2719"},{"text":"lions","number":"h3833"},{"text":"even among them that are set on fire","number":"h3857"},{"text":"and their tongue","number":"h3956"},{"text":"My soul","number":"h5315"},{"text":"and I lie","number":"h7901"},{"text":"whose teeth","number":"h8127"},{"text":"is among","number":"h8432"}],"9":[{"text":"thee O Lord","number":"h136"},{"text":"I will sing","number":"h2167"},{"text":"I will praise","number":"h3034"},{"text":"unto thee among the nations","number":"h3816"},{"text":"among the people","number":"h5971"}],"2":[{"text":"unto God","number":"h410"},{"text":"unto God","number":"h430"},{"text":"that performeth","number":"h1584"},{"text":"most high","number":"h5945"},{"text":"I will cry","number":"h7121"}],"3":[{"text":"God","number":"h430"},{"text":"and his truth","number":"h571"},{"text":"his mercy","number":"h2617"},{"text":"me from the reproach","number":"h2778"},{"text":"and save","number":"h3467"},{"text":"Selah","number":"h5542"},{"text":"of him that would swallow me up","number":"h7602"},{"text":"He shall send","number":"h7971"},{"text":"shall send forth","number":"h7971"},{"text":"from heaven","number":"h8064"}],"11":[{"text":"O God","number":"h430"},{"text":"be above all the earth","number":"h776"},{"text":"let thy glory","number":"h3519"},{"text":"Be thou exalted","number":"h7311"},{"text":"above the heavens","number":"h8064"}],"5":[{"text":"O God","number":"h430"},{"text":"be above all the earth","number":"h776"},{"text":"let thy glory","number":"h3519"},{"text":"Be thou exalted","number":"h7311"},{"text":"above the heavens","number":"h8064"}],"7":[{"text":"O God","number":"h430"},{"text":"and give praise","number":"h2167"},{"text":"is fixed","number":"h3559"},{"text":"is fixed","number":"h3559"},{"text":"My heart","number":"h3820"},{"text":"my heart","number":"h3820"},{"text":"I will sing","number":"h7891"}],"1":[{"text":"unto me O God","number":"h430"},{"text":"Altaschith","number":"h516"},{"text":"when he fled","number":"h1272"},{"text":"of David","number":"h1732"},{"text":"until these calamities","number":"h1942"},{"text":"Be merciful","number":"h2603"},{"text":"be merciful","number":"h2603"},{"text":"trusteth","number":"h2620"},{"text":"will I make my refuge","number":"h2620"},{"text":"of thy wings","number":"h3671"},{"text":"Michtam","number":"h4387"},{"text":"in the cave","number":"h4631"},{"text":"unto me for my soul","number":"h5315"},{"text":"To the chief Musician","number":"h5329"},{"text":"be overpast","number":"h5674"},{"text":"from","number":"h6440"},{"text":"in thee yea in the shadow","number":"h6738"},{"text":"Saul","number":"h7586"}],"10":[{"text":"and thy truth","number":"h571"},{"text":"is great","number":"h1419"},{"text":"For thy mercy","number":"h2617"},{"text":"unto the clouds","number":"h7834"},{"text":"unto the heavens","number":"h8064"}],"8":[{"text":"my glory","number":"h3519"},{"text":"and harp","number":"h3658"},{"text":"psaltery","number":"h5035"},{"text":"Awake up","number":"h5782"},{"text":"I myself will awake","number":"h5782"},{"text":"awake","number":"h5782"},{"text":"early","number":"h7837"}],"6":[{"text":"They have prepared","number":"h3559"},{"text":"is bowed down","number":"h3721"},{"text":"they have digged","number":"h3738"},{"text":"whereof they are fallen","number":"h5307"},{"text":"my soul","number":"h5315"},{"text":"themselves Selah","number":"h5542"},{"text":"before","number":"h6440"},{"text":"for my steps","number":"h6471"},{"text":"a net","number":"h7568"},{"text":"a pit","number":"h7882"},{"text":"me into the midst","number":"h8432"}]}
@@ -0,0 +1 @@
1
+ {"11":[{"text":"So that a man","number":"h120"},{"text":"a God","number":"h430"},{"text":"shall say","number":"h559"},{"text":"in the earth","number":"h776"},{"text":"verily he is","number":"h3426"},{"text":"Verily there is a reward","number":"h6529"},{"text":"for the righteous","number":"h6662"},{"text":"that judgeth","number":"h8199"}],"1":[{"text":"of men","number":"h120"},{"text":"O congregation","number":"h482"},{"text":"Altaschith","number":"h516"},{"text":"Do ye indeed","number":"h552"},{"text":"O ye sons","number":"h1121"},{"text":"speak","number":"h1696"},{"text":"of David","number":"h1732"},{"text":"uprightly","number":"h4339"},{"text":"Michtam","number":"h4387"},{"text":"To the chief Musician","number":"h5329"},{"text":"righteousness","number":"h6664"},{"text":"do ye judge","number":"h8199"}],"4":[{"text":"her ear","number":"h241"},{"text":"that stoppeth","number":"h331"},{"text":"is like","number":"h1823"},{"text":"Their poison","number":"h2534"},{"text":"the poison","number":"h2534"},{"text":"they are like the deaf","number":"h2795"},{"text":"of a serpent","number":"h5175"},{"text":"adder","number":"h6620"}],"9":[{"text":"the thorns","number":"h329"},{"text":"can feel","number":"h995"},{"text":"both living","number":"h2416"},{"text":"and in his wrath","number":"h2740"},{"text":"Before your pots","number":"h5518"},{"text":"he shall take them away as with a whirlwind","number":"h8175"}],"6":[{"text":"O God","number":"h430"},{"text":"Break","number":"h2040"},{"text":"O LORD","number":"h3068"},{"text":"of the young lions","number":"h3715"},{"text":"the great teeth","number":"h4459"},{"text":"break out","number":"h5422"},{"text":"in their mouth","number":"h6310"},{"text":"their teeth","number":"h8127"}],"2":[{"text":"in the earth","number":"h776"},{"text":"the violence","number":"h2555"},{"text":"of your hands","number":"h3027"},{"text":"Yea in heart","number":"h3820"},{"text":"wickedness","number":"h5766"},{"text":"ye weigh","number":"h6424"},{"text":"ye work","number":"h6466"}],"8":[{"text":"of a woman","number":"h802"},{"text":"let every one of them pass away","number":"h1980"},{"text":"that they may not see","number":"h2372"},{"text":"like the untimely birth","number":"h5309"},{"text":"As a snail","number":"h7642"},{"text":"the sun","number":"h8121"},{"text":"which melteth","number":"h8557"}],"3":[{"text":"as soon as they be born","number":"h990"},{"text":"speaking","number":"h1696"},{"text":"are estranged","number":"h2114"},{"text":"lies","number":"h3577"},{"text":"from the womb","number":"h7358"},{"text":"The wicked","number":"h7563"},{"text":"they go astray","number":"h8582"}],"10":[{"text":"in the blood","number":"h1818"},{"text":"when he seeth","number":"h2372"},{"text":"the vengeance","number":"h5359"},{"text":"his feet","number":"h6471"},{"text":"The righteous","number":"h6662"},{"text":"he shall wash","number":"h7364"},{"text":"of the wicked","number":"h7563"},{"text":"shall rejoice","number":"h8055"}],"7":[{"text":"when he bendeth","number":"h1869"},{"text":"which run continually","number":"h1980"},{"text":"his bow to shoot his arrows","number":"h2671"},{"text":"Let them melt away","number":"h3988"},{"text":"let them be as cut in pieces","number":"h4135"},{"text":"as waters","number":"h4325"}],"5":[{"text":"charming","number":"h2266"},{"text":"never so wisely","number":"h2449"},{"text":"of charmers","number":"h3907"},{"text":"to the voice","number":"h6963"},{"text":"Which will not hearken","number":"h8085"}]}
@@ -0,0 +1 @@
1
+ {"11":[{"text":"O Lord","number":"h136"},{"text":"Slay","number":"h2026"},{"text":"them by thy power","number":"h2428"},{"text":"and bring them down","number":"h3381"},{"text":"our shield","number":"h4043"},{"text":"scatter","number":"h5128"},{"text":"them not lest my people","number":"h5971"},{"text":"forget","number":"h7911"}],"2":[{"text":"of iniquity","number":"h205"},{"text":"men","number":"h582"},{"text":"me from bloody","number":"h1818"},{"text":"and save","number":"h3467"},{"text":"Deliver","number":"h5337"},{"text":"me from the workers","number":"h6466"}],"5":[{"text":"to any wicked","number":"h205"},{"text":"God","number":"h430"},{"text":"the God","number":"h430"},{"text":"transgressors","number":"h898"},{"text":"all the heathen","number":"h1471"},{"text":"be not merciful","number":"h2603"},{"text":"Thou therefore O LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"Selah","number":"h5542"},{"text":"to visit","number":"h6485"},{"text":"of hosts","number":"h6635"},{"text":"awake","number":"h6974"}],"1":[{"text":"me from mine enemies","number":"h341"},{"text":"O my God","number":"h430"},{"text":"Altaschith","number":"h516"},{"text":"the house","number":"h1004"},{"text":"of David","number":"h1732"},{"text":"to kill him","number":"h4191"},{"text":"Michtam","number":"h4387"},{"text":"To the chief Musician","number":"h5329"},{"text":"Deliver","number":"h5337"},{"text":"me from them that rise up","number":"h6965"},{"text":"when Saul","number":"h7586"},{"text":"defend","number":"h7682"},{"text":"sent","number":"h7971"},{"text":"and they watched","number":"h8104"}],"15":[{"text":"for meat","number":"h398"},{"text":"and grudge","number":"h3885"},{"text":"Let them wander up and down","number":"h5128"},{"text":"if they be not satisfied","number":"h7646"}],"12":[{"text":"and for cursing","number":"h423"},{"text":"in their pride","number":"h1347"},{"text":"and the words","number":"h1697"},{"text":"For the sin","number":"h2403"},{"text":"and lying","number":"h3585"},{"text":"let them even be taken","number":"h3920"},{"text":"which they speak","number":"h5608"},{"text":"of their mouth","number":"h6310"},{"text":"of their lips","number":"h8193"}],"10":[{"text":"The God","number":"h430"},{"text":"me God","number":"h430"},{"text":"of my mercy","number":"h2617"},{"text":"shall prevent","number":"h6923"},{"text":"shall let me see","number":"h7200"},{"text":"my desire upon mine enemies","number":"h8324"}],"17":[{"text":"and the God","number":"h430"},{"text":"for God","number":"h430"},{"text":"will I sing","number":"h2167"},{"text":"of my mercy","number":"h2617"},{"text":"is my defence","number":"h4869"},{"text":"Unto thee O my strength","number":"h5797"}],"13":[{"text":"that God","number":"h430"},{"text":"unto the ends","number":"h657"},{"text":"of the earth","number":"h776"},{"text":"them in wrath","number":"h2534"},{"text":"them that they may not be and let them know","number":"h3045"},{"text":"in Jacob","number":"h3290"},{"text":"Consume","number":"h3615"},{"text":"consume","number":"h3615"},{"text":"ruleth","number":"h4910"},{"text":"Selah","number":"h5542"}],"9":[{"text":"upon thee for God","number":"h430"},{"text":"is my defence","number":"h4869"},{"text":"Because of his strength","number":"h5797"},{"text":"will I wait","number":"h8104"}],"3":[{"text":"For lo they lie in wait","number":"h693"},{"text":"are gathered","number":"h1481"},{"text":"nor for my sin","number":"h2403"},{"text":"O LORD","number":"h3068"},{"text":"for my soul","number":"h5315"},{"text":"the mighty","number":"h5794"},{"text":"against me not for my transgression","number":"h6588"}],"16":[{"text":"in the morning","number":"h1242"},{"text":"of thy mercy","number":"h2617"},{"text":"in the day","number":"h3117"},{"text":"and refuge","number":"h4498"},{"text":"for thou hast been my defence","number":"h4869"},{"text":"of thy power","number":"h5797"},{"text":"of my trouble","number":"h6862"},{"text":"yea I will sing aloud","number":"h7442"},{"text":"But I will sing","number":"h7891"}],"8":[{"text":"at them thou shalt have all the heathen","number":"h1471"},{"text":"But thou O LORD","number":"h3068"},{"text":"in derision","number":"h3932"},{"text":"shalt laugh","number":"h7832"}],"14":[{"text":"and let them make a noise","number":"h1993"},{"text":"like a dog","number":"h3611"},{"text":"and go round about","number":"h5437"},{"text":"the city","number":"h5892"},{"text":"And at evening","number":"h6153"},{"text":"let them return","number":"h7725"}],"6":[{"text":"they make a noise","number":"h1993"},{"text":"like a dog","number":"h3611"},{"text":"and go round about","number":"h5437"},{"text":"the city","number":"h5892"},{"text":"at evening","number":"h6153"},{"text":"They return","number":"h7725"}],"7":[{"text":"swords","number":"h2719"},{"text":"Behold they belch out","number":"h5042"},{"text":"with their mouth","number":"h6310"},{"text":"for who say they doth hear","number":"h8085"},{"text":"are in their lips","number":"h8193"}],"4":[{"text":"and prepare","number":"h3559"},{"text":"themselves without my fault","number":"h5771"},{"text":"awake","number":"h5782"},{"text":"to help","number":"h7125"},{"text":"me and behold","number":"h7200"},{"text":"They run","number":"h7323"}]}
@@ -0,0 +1 @@
1
+ {"8":[{"text":"of iniquity","number":"h205"},{"text":"of my weeping","number":"h1065"},{"text":"for the LORD","number":"h3068"},{"text":"Depart","number":"h5493"},{"text":"from me all ye workers","number":"h6466"},{"text":"the voice","number":"h6963"},{"text":"hath heard","number":"h8085"}],"10":[{"text":"Let all mine enemies","number":"h341"},{"text":"vexed","number":"h926"},{"text":"and be ashamed","number":"h954"},{"text":"be ashamed","number":"h954"},{"text":"and sore","number":"h3966"},{"text":"suddenly","number":"h7281"},{"text":"let them return","number":"h7725"}],"2":[{"text":"for I am weak","number":"h536"},{"text":"are vexed","number":"h926"},{"text":"Have mercy","number":"h2603"},{"text":"O LORD","number":"h3068"},{"text":"upon me O LORD","number":"h3068"},{"text":"me for my bones","number":"h6106"},{"text":"heal","number":"h7495"}],"6":[{"text":"with my groaning","number":"h585"},{"text":"with my tears","number":"h1832"},{"text":"I am weary","number":"h3021"},{"text":"all the night","number":"h3915"},{"text":"make I my bed","number":"h4296"},{"text":"I water","number":"h4529"},{"text":"my couch","number":"h6210"},{"text":"to swim","number":"h7811"}],"1":[{"text":"me not in thine anger","number":"h639"},{"text":"of David","number":"h1732"},{"text":"me in thy hot displeasure","number":"h2534"},{"text":"O LORD","number":"h3068"},{"text":"rebuke","number":"h3198"},{"text":"neither chasten","number":"h3256"},{"text":"A Psalm","number":"h4210"},{"text":"on Neginoth","number":"h5058"},{"text":"To the chief Musician","number":"h5329"},{"text":"upon Sheminith","number":"h8067"}],"3":[{"text":"vexed","number":"h926"},{"text":"but thou O LORD","number":"h3068"},{"text":"is also sore","number":"h3966"},{"text":"My soul","number":"h5315"}],"5":[{"text":"there is no remembrance","number":"h2143"},{"text":"who shall give thee thanks","number":"h3034"},{"text":"For in death","number":"h4194"},{"text":"of thee in the grave","number":"h7585"}],"4":[{"text":"deliver","number":"h2502"},{"text":"me for thy mercies","number":"h2617"},{"text":"O LORD","number":"h3068"},{"text":"oh save","number":"h3467"},{"text":"my soul","number":"h5315"},{"text":"Return","number":"h7725"}],"9":[{"text":"The LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"will receive","number":"h3947"},{"text":"hath heard","number":"h8085"},{"text":"my supplication","number":"h8467"},{"text":"my prayer","number":"h8605"}],"7":[{"text":"because of grief","number":"h3708"},{"text":"Mine eye","number":"h5869"},{"text":"is consumed","number":"h6244"},{"text":"it waxeth old","number":"h6275"},{"text":"because of all mine enemies","number":"h6887"}]}
@@ -0,0 +1 @@
1
+ {"11":[{"text":"of man","number":"h120"},{"text":"Give","number":"h3051"},{"text":"us help","number":"h5833"},{"text":"from trouble","number":"h6862"},{"text":"for vain","number":"h7723"},{"text":"is the help","number":"h8668"}],"9":[{"text":"me into Edom","number":"h123"},{"text":"Who will bring","number":"h2986"},{"text":"me into the strong","number":"h4692"},{"text":"who will lead","number":"h5148"},{"text":"city","number":"h5892"}],"1":[{"text":"of Edom","number":"h123"},{"text":"O God","number":"h430"},{"text":"thousand","number":"h505"},{"text":"us thou hast been displeased","number":"h599"},{"text":"and with Aramzobah","number":"h760"},{"text":"with Aramnaharaim","number":"h763"},{"text":"in the valley","number":"h1516"},{"text":"of David","number":"h1732"},{"text":"thou hast cast us off","number":"h2186"},{"text":"when Joab","number":"h3097"},{"text":"to teach","number":"h3925"},{"text":"Michtam","number":"h4387"},{"text":"of salt","number":"h4417"},{"text":"and smote","number":"h5221"},{"text":"when he strove","number":"h5327"},{"text":"To the chief Musician","number":"h5329"},{"text":"thou hast scattered","number":"h6555"},{"text":"O turn thyself to us again","number":"h7725"},{"text":"returned","number":"h7725"},{"text":"upon Shushaneduth","number":"h7802"},{"text":"twelve","number":"h8147"}],"8":[{"text":"over Edom","number":"h123"},{"text":"Moab","number":"h4124"},{"text":"my shoe","number":"h5275"},{"text":"is my washpot","number":"h5518"},{"text":"Philistia","number":"h6429"},{"text":"triumph","number":"h7321"},{"text":"will I cast out","number":"h7993"}],"6":[{"text":"God","number":"h430"},{"text":"hath spoken","number":"h1696"},{"text":"I will divide","number":"h2505"},{"text":"and mete out","number":"h4058"},{"text":"of Succoth","number":"h5523"},{"text":"I will rejoice","number":"h5937"},{"text":"the valley","number":"h6010"},{"text":"in his holiness","number":"h6944"},{"text":"Shechem","number":"h7927"}],"12":[{"text":"Through God","number":"h430"},{"text":"for he it is that shall tread down","number":"h947"},{"text":"valiantly","number":"h2428"},{"text":"we shall do","number":"h6213"},{"text":"our enemies","number":"h6862"}],"10":[{"text":"Wilt not thou O God","number":"h430"},{"text":"and thou O God","number":"h430"},{"text":"which hadst cast us off","number":"h2186"},{"text":"which didst not go out","number":"h3318"},{"text":"with our armies","number":"h6635"}],"7":[{"text":"is mine Ephraim","number":"h669"},{"text":"Gilead","number":"h1568"},{"text":"is my lawgiver","number":"h2710"},{"text":"Judah","number":"h3063"},{"text":"is mine and Manasseh","number":"h4519"},{"text":"also is the strength","number":"h4581"},{"text":"of mine head","number":"h7218"}],"2":[{"text":"Thou hast made the earth","number":"h776"},{"text":"thereof for it shaketh","number":"h4131"},{"text":"thou hast broken","number":"h6480"},{"text":"to tremble","number":"h7493"},{"text":"it heal","number":"h7495"},{"text":"the breaches","number":"h7667"}],"5":[{"text":"may be delivered","number":"h2502"},{"text":"That thy beloved","number":"h3039"},{"text":"with thy right hand","number":"h3225"},{"text":"save","number":"h3467"},{"text":"and hear","number":"h6030"}],"3":[{"text":"the wine","number":"h3196"},{"text":"thy people","number":"h5971"},{"text":"hard things","number":"h7186"},{"text":"Thou hast shewed","number":"h7200"},{"text":"thou hast made us to drink","number":"h8248"},{"text":"of astonishment","number":"h8653"}],"4":[{"text":"to them that fear","number":"h3373"},{"text":"thee that it may be displayed","number":"h5127"},{"text":"a banner","number":"h5251"},{"text":"Thou hast given","number":"h5414"},{"text":"Selah","number":"h5542"},{"text":"because","number":"h6440"},{"text":"of the truth","number":"h7189"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"in thy tabernacle","number":"h168"},{"text":"I will abide","number":"h1481"},{"text":"I will trust","number":"h2620"},{"text":"of thy wings","number":"h3671"},{"text":"Selah","number":"h5542"},{"text":"in the covert","number":"h5643"},{"text":"for ever","number":"h5769"}],"3":[{"text":"the enemy","number":"h341"},{"text":"tower","number":"h4026"},{"text":"For thou hast been a shelter","number":"h4268"},{"text":"for me and a strong","number":"h5797"},{"text":"from","number":"h6440"}],"5":[{"text":"For thou O God","number":"h430"},{"text":"of those that fear","number":"h3373"},{"text":"me the heritage","number":"h3425"},{"text":"my vows","number":"h5088"},{"text":"thou hast given","number":"h5414"},{"text":"thy name","number":"h8034"},{"text":"hast heard","number":"h8085"}],"7":[{"text":"God","number":"h430"},{"text":"and truth","number":"h571"},{"text":"mercy","number":"h2617"},{"text":"He shall abide","number":"h3427"},{"text":"O prepare","number":"h4487"},{"text":"which may preserve","number":"h5341"},{"text":"for ever","number":"h5769"},{"text":"before","number":"h6440"}],"1":[{"text":"O God","number":"h430"},{"text":"A Psalm of David","number":"h1732"},{"text":"upon Neginah","number":"h5058"},{"text":"To the chief Musician","number":"h5329"},{"text":"attend","number":"h7181"},{"text":"my cry","number":"h7440"},{"text":"Hear","number":"h8085"},{"text":"unto my prayer","number":"h8605"}],"2":[{"text":"of the earth","number":"h776"},{"text":"unto thee when my heart","number":"h3820"},{"text":"lead","number":"h5148"},{"text":"is overwhelmed","number":"h5848"},{"text":"me to the rock","number":"h6697"},{"text":"From the end","number":"h7097"},{"text":"will I cry","number":"h7121"},{"text":"that is higher","number":"h7311"}],"6":[{"text":"as many","number":"h1755"},{"text":"generations","number":"h1755"},{"text":"life","number":"h3117"},{"text":"Thou wilt prolong","number":"h3254"},{"text":"the king's","number":"h4428"},{"text":"and his years","number":"h8141"}],"8":[{"text":"So will I sing","number":"h2167"},{"text":"that I may daily","number":"h3117"},{"text":"my vows","number":"h5088"},{"text":"for ever","number":"h5703"},{"text":"perform","number":"h7999"},{"text":"praise unto thy name","number":"h8034"}]}
@@ -0,0 +1 @@
1
+ {"9":[{"text":"Surely men","number":"h120"},{"text":"and men","number":"h376"},{"text":"lighter than vanity","number":"h1892"},{"text":"of low degree are vanity","number":"h1892"},{"text":"they are altogether","number":"h3162"},{"text":"of high degree are a lie","number":"h3577"},{"text":"in the balance","number":"h3976"},{"text":"to be laid","number":"h5927"}],"12":[{"text":"Also unto thee O Lord","number":"h136"},{"text":"to every man","number":"h376"},{"text":"belongeth mercy","number":"h2617"},{"text":"according to his work","number":"h4639"},{"text":"for thou renderest","number":"h7999"}],"11":[{"text":"once","number":"h259"},{"text":"God","number":"h430"},{"text":"belongeth unto God","number":"h430"},{"text":"hath spoken","number":"h1696"},{"text":"this","number":"h2098"},{"text":"that power","number":"h5797"},{"text":"have I heard","number":"h8085"},{"text":"twice","number":"h8147"}],"3":[{"text":"against a man","number":"h376"},{"text":"fence","number":"h1447"},{"text":"shall ye be and as a tottering","number":"h1760"},{"text":"How long will ye imagine mischief","number":"h2050"},{"text":"all of you as a bowing","number":"h5186"},{"text":"wall","number":"h7023"},{"text":"ye shall be slain","number":"h7523"}],"7":[{"text":"In God","number":"h430"},{"text":"is in God","number":"h430"},{"text":"is my salvation","number":"h3468"},{"text":"and my glory","number":"h3519"},{"text":"and my refuge","number":"h4268"},{"text":"of my strength","number":"h5797"},{"text":"the rock","number":"h6697"}],"8":[{"text":"him God","number":"h430"},{"text":"Trust","number":"h982"},{"text":"your heart","number":"h3824"},{"text":"is a refuge","number":"h4268"},{"text":"for us Selah","number":"h5542"},{"text":"ye people","number":"h5971"},{"text":"in him at all times","number":"h6256"},{"text":"before","number":"h6440"},{"text":"pour out","number":"h8210"}],"5":[{"text":"thou only upon God","number":"h430"},{"text":"wait","number":"h1826"},{"text":"My soul","number":"h5315"},{"text":"for my expectation","number":"h8615"}],"1":[{"text":"upon God","number":"h430"},{"text":"of David","number":"h1732"},{"text":"waiteth","number":"h1747"},{"text":"to Jeduthun","number":"h3038"},{"text":"from him cometh my salvation","number":"h3444"},{"text":"A Psalm","number":"h4210"},{"text":"Truly my soul","number":"h5315"},{"text":"To the chief Musician","number":"h5329"}],"10":[{"text":"Trust","number":"h982"},{"text":"in robbery","number":"h1498"},{"text":"and become not vain","number":"h1891"},{"text":"if riches","number":"h2428"},{"text":"not your heart","number":"h3820"},{"text":"increase","number":"h5107"},{"text":"not in oppression","number":"h6233"},{"text":"set","number":"h7896"}],"4":[{"text":"they bless","number":"h1288"},{"text":"They only consult","number":"h3289"},{"text":"in lies","number":"h3577"},{"text":"to cast him down","number":"h5080"},{"text":"Selah","number":"h5542"},{"text":"with their mouth","number":"h6310"},{"text":"but they curse","number":"h7043"},{"text":"inwardly","number":"h7130"},{"text":"they delight","number":"h7521"},{"text":"from his excellency","number":"h7613"}],"2":[{"text":"and my salvation","number":"h3444"},{"text":"moved","number":"h4131"},{"text":"he is my defence","number":"h4869"},{"text":"He only is my rock","number":"h6697"},{"text":"I shall not be greatly","number":"h7227"}],"6":[{"text":"and my salvation","number":"h3444"},{"text":"I shall not be moved","number":"h4131"},{"text":"he is my defence","number":"h4869"},{"text":"He only is my rock","number":"h6697"}]}
@@ -0,0 +1 @@
1
+ {"8":[{"text":"after","number":"h310"},{"text":"followeth hard","number":"h1692"},{"text":"thee thy right hand","number":"h3225"},{"text":"My soul","number":"h5315"},{"text":"upholdeth","number":"h8551"}],"1":[{"text":"thou art my God","number":"h410"},{"text":"O God","number":"h430"},{"text":"land","number":"h776"},{"text":"where no","number":"h1097"},{"text":"for thee my flesh","number":"h1320"},{"text":"of David","number":"h1732"},{"text":"of Judah","number":"h3063"},{"text":"longeth","number":"h3642"},{"text":"when he was in the wilderness","number":"h4057"},{"text":"A Psalm","number":"h4210"},{"text":"water","number":"h4325"},{"text":"thee my soul","number":"h5315"},{"text":"and thirsty","number":"h5889"},{"text":"for thee in a dry","number":"h6723"},{"text":"thirsteth","number":"h6770"},{"text":"early will I seek","number":"h7836"}],"11":[{"text":"in God","number":"h430"},{"text":"of them that speak","number":"h1696"},{"text":"by him shall glory","number":"h1984"},{"text":"But the king","number":"h4428"},{"text":"shall be stopped","number":"h5534"},{"text":"but the mouth","number":"h6310"},{"text":"every one that sweareth","number":"h7650"},{"text":"shall rejoice","number":"h8055"},{"text":"lies","number":"h8267"}],"9":[{"text":"of the earth","number":"h776"},{"text":"it shall go","number":"h935"},{"text":"But those that seek","number":"h1245"},{"text":"my soul","number":"h5315"},{"text":"to destroy","number":"h7722"},{"text":"into the lower parts","number":"h8482"}],"6":[{"text":"on thee in the night watches","number":"h821"},{"text":"and meditate","number":"h1897"},{"text":"When I remember","number":"h2142"},{"text":"thee upon my bed","number":"h3326"}],"4":[{"text":"Thus will I bless","number":"h1288"},{"text":"thee while I live","number":"h2416"},{"text":"my hands","number":"h3709"},{"text":"I will lift up","number":"h5375"},{"text":"in thy name","number":"h8034"}],"5":[{"text":"and fatness","number":"h1880"},{"text":"shall praise","number":"h1984"},{"text":"as with marrow","number":"h2459"},{"text":"My soul","number":"h5315"},{"text":"and my mouth","number":"h6310"},{"text":"thee with joyful","number":"h7445"},{"text":"shall be satisfied","number":"h7646"},{"text":"lips","number":"h8193"}],"2":[{"text":"so as I have seen","number":"h2372"},{"text":"and thy glory","number":"h3519"},{"text":"thy power","number":"h5797"},{"text":"thee in the sanctuary","number":"h6944"},{"text":"To see","number":"h7200"}],"3":[{"text":"than life","number":"h2416"},{"text":"Because thy lovingkindness","number":"h2617"},{"text":"is better","number":"h2896"},{"text":"shall praise","number":"h7623"},{"text":"my lips","number":"h8193"}],"10":[{"text":"by the sword","number":"h3027"},{"text":"they shall be a portion","number":"h4521"},{"text":"They shall fall","number":"h5064"},{"text":"for foxes","number":"h7776"}],"7":[{"text":"of thy wings","number":"h3671"},{"text":"Because thou hast been my help","number":"h5833"},{"text":"therefore in the shadow","number":"h6738"},{"text":"will I rejoice","number":"h7442"}]}
@@ -0,0 +1 @@
1
+ {"9":[{"text":"And all men","number":"h120"},{"text":"of God","number":"h430"},{"text":"shall fear","number":"h3372"},{"text":"of his doing","number":"h4639"},{"text":"and shall declare","number":"h5046"},{"text":"the work","number":"h6467"},{"text":"for they shall wisely consider","number":"h7919"}],"2":[{"text":"of iniquity","number":"h205"},{"text":"me from the secret counsel","number":"h5475"},{"text":"Hide","number":"h5641"},{"text":"of the workers","number":"h6466"},{"text":"from the insurrection","number":"h7285"},{"text":"of the wicked","number":"h7489"}],"1":[{"text":"of the enemy","number":"h341"},{"text":"O God","number":"h430"},{"text":"of David","number":"h1732"},{"text":"my life","number":"h2416"},{"text":"A Psalm","number":"h4210"},{"text":"To the chief Musician","number":"h5329"},{"text":"preserve","number":"h5341"},{"text":"from fear","number":"h6343"},{"text":"my voice","number":"h6963"},{"text":"in my prayer","number":"h7879"},{"text":"Hear","number":"h8085"}],"6":[{"text":"thought of every one","number":"h376"},{"text":"They search out","number":"h2664"},{"text":"a diligent","number":"h2664"},{"text":"search","number":"h2665"},{"text":"of them and the heart","number":"h3820"},{"text":"iniquities","number":"h5766"},{"text":"is deep","number":"h6013"},{"text":"both the inward","number":"h7130"},{"text":"they accomplish","number":"h8552"}],"7":[{"text":"But God","number":"h430"},{"text":"at them with an arrow","number":"h2671"},{"text":"shall shoot","number":"h3384"},{"text":"shall they be wounded","number":"h4347"},{"text":"suddenly","number":"h6597"}],"5":[{"text":"they say","number":"h559"},{"text":"matter","number":"h1697"},{"text":"They encourage","number":"h2388"},{"text":"of laying","number":"h2934"},{"text":"privily","number":"h2934"},{"text":"snares","number":"h4170"},{"text":"they commune","number":"h5608"},{"text":"Who shall see","number":"h7200"},{"text":"themselves in an evil","number":"h7451"}],"3":[{"text":"words","number":"h1697"},{"text":"and bend","number":"h1869"},{"text":"their bows to shoot their arrows","number":"h2671"},{"text":"like a sword","number":"h2719"},{"text":"their tongue","number":"h3956"},{"text":"even bitter","number":"h4751"},{"text":"Who whet","number":"h8150"}],"10":[{"text":"shall glory","number":"h1984"},{"text":"and shall trust","number":"h2620"},{"text":"in the LORD","number":"h3068"},{"text":"in him and all the upright","number":"h3477"},{"text":"in heart","number":"h3820"},{"text":"The righteous","number":"h6662"},{"text":"shall be glad","number":"h8055"}],"4":[{"text":"at him and fear","number":"h3372"},{"text":"That they may shoot","number":"h3384"},{"text":"do they shoot","number":"h3384"},{"text":"in secret","number":"h4565"},{"text":"suddenly","number":"h6597"},{"text":"at the perfect","number":"h8535"}],"8":[{"text":"to fall","number":"h3782"},{"text":"So they shall make their own tongue","number":"h3956"},{"text":"them shall flee away","number":"h5074"},{"text":"upon themselves all that see","number":"h7200"}]}
@@ -0,0 +1 @@
1
+ {"8":[{"text":"at thy tokens","number":"h226"},{"text":"of the morning","number":"h1242"},{"text":"are afraid","number":"h3372"},{"text":"They also that dwell","number":"h3427"},{"text":"thou makest the outgoings","number":"h4161"},{"text":"and evening","number":"h6153"},{"text":"in the uttermost parts","number":"h7099"},{"text":"to rejoice","number":"h7442"}],"6":[{"text":"being girded","number":"h247"},{"text":"with power","number":"h1369"},{"text":"the mountains","number":"h2022"},{"text":"setteth fast","number":"h3559"},{"text":"Which by his strength","number":"h3581"}],"1":[{"text":"for thee O God","number":"h430"},{"text":"of David","number":"h1732"},{"text":"waiteth","number":"h1747"},{"text":"A Psalm","number":"h4210"},{"text":"and unto thee shall the vow","number":"h5088"},{"text":"To the chief Musician","number":"h5329"},{"text":"in Sion","number":"h6726"},{"text":"and Song","number":"h7892"},{"text":"be performed","number":"h7999"},{"text":"Praise","number":"h8416"}],"9":[{"text":"of God","number":"h430"},{"text":"the earth","number":"h776"},{"text":"them corn","number":"h1715"},{"text":"thou preparest","number":"h3559"},{"text":"when thou hast so provided","number":"h3559"},{"text":"of water","number":"h4325"},{"text":"which is full","number":"h4390"},{"text":"enrichest","number":"h6238"},{"text":"it with the river","number":"h6388"},{"text":"Thou visitest","number":"h6485"},{"text":"it thou greatly","number":"h7227"},{"text":"and waterest","number":"h7783"}],"5":[{"text":"us O God","number":"h430"},{"text":"of the earth","number":"h776"},{"text":"upon the sea","number":"h3220"},{"text":"By terrible things","number":"h3372"},{"text":"of our salvation","number":"h3468"},{"text":"who art the confidence","number":"h4009"},{"text":"wilt thou answer","number":"h6030"},{"text":"in righteousness","number":"h6664"},{"text":"of all the ends","number":"h7099"},{"text":"and of them that are afar off","number":"h7350"}],"4":[{"text":"Blessed","number":"h835"},{"text":"is the man whom thou choosest","number":"h977"},{"text":"of thy house","number":"h1004"},{"text":"temple","number":"h1964"},{"text":"in thy courts","number":"h2691"},{"text":"with the goodness","number":"h2898"},{"text":"even of thy holy","number":"h6918"},{"text":"and causest to approach","number":"h7126"},{"text":"we shall be satisfied","number":"h7646"},{"text":"unto thee that he may dwell","number":"h7931"}],"2":[{"text":"come","number":"h935"},{"text":"unto thee shall all flesh","number":"h1320"},{"text":"O thou that hearest","number":"h8085"},{"text":"prayer","number":"h8605"}],"13":[{"text":"with corn","number":"h1250"},{"text":"The pastures","number":"h3733"},{"text":"are clothed","number":"h3847"},{"text":"also are covered over","number":"h5848"},{"text":"the valleys","number":"h6010"},{"text":"with flocks","number":"h6629"},{"text":"they shout for joy","number":"h7321"},{"text":"they also sing","number":"h7891"}],"10":[{"text":"thou blessest","number":"h1288"},{"text":"the furrows","number":"h1417"},{"text":"thereof thou makest it soft","number":"h4127"},{"text":"thou settlest","number":"h5181"},{"text":"the springing","number":"h6780"},{"text":"with showers","number":"h7241"},{"text":"Thou waterest","number":"h7301"},{"text":"thereof abundantly","number":"h7301"},{"text":"the ridges","number":"h8525"}],"12":[{"text":"and the little hills","number":"h1389"},{"text":"rejoice","number":"h1524"},{"text":"on every side","number":"h2296"},{"text":"of the wilderness","number":"h4057"},{"text":"upon the pastures","number":"h4999"},{"text":"They drop","number":"h7491"}],"3":[{"text":"prevail","number":"h1396"},{"text":"Iniquities","number":"h1697"},{"text":"thou shalt purge them away","number":"h3722"},{"text":"against me as for our transgressions","number":"h6588"}],"7":[{"text":"of their waves","number":"h1530"},{"text":"and the tumult","number":"h1995"},{"text":"of the seas","number":"h3220"},{"text":"of the people","number":"h3816"},{"text":"the noise","number":"h7588"},{"text":"the noise","number":"h7588"},{"text":"Which stilleth","number":"h7623"}],"11":[{"text":"fatness","number":"h1880"},{"text":"with thy goodness","number":"h2896"},{"text":"and thy paths","number":"h4570"},{"text":"Thou crownest","number":"h5849"},{"text":"drop","number":"h7491"},{"text":"the year","number":"h8141"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"of men","number":"h120"},{"text":"of God","number":"h430"},{"text":"toward the children","number":"h1121"},{"text":"Come","number":"h3212"},{"text":"he is terrible","number":"h3372"},{"text":"the works","number":"h4659"},{"text":"in his doing","number":"h5949"},{"text":"and see","number":"h7200"}],"18":[{"text":"the Lord","number":"h136"},{"text":"iniquity","number":"h205"},{"text":"in my heart","number":"h3820"},{"text":"If I regard","number":"h7200"},{"text":"will not hear","number":"h8085"}],"3":[{"text":"shall thine enemies","number":"h341"},{"text":"unto God","number":"h430"},{"text":"Say","number":"h559"},{"text":"How terrible","number":"h3372"},{"text":"submit","number":"h3584"},{"text":"art thou in thy works","number":"h4639"},{"text":"of thy power","number":"h5797"},{"text":"through the greatness","number":"h7230"}],"15":[{"text":"of rams","number":"h352"},{"text":"bullocks","number":"h1241"},{"text":"of fatlings","number":"h4220"},{"text":"Selah","number":"h5542"},{"text":"I will offer","number":"h5927"},{"text":"unto thee burnt sacrifices","number":"h5930"},{"text":"I will offer","number":"h6213"},{"text":"with goats","number":"h6260"},{"text":"with the incense","number":"h7004"}],"19":[{"text":"But verily","number":"h403"},{"text":"God","number":"h430"},{"text":"to the voice","number":"h6963"},{"text":"me he hath attended","number":"h7181"},{"text":"hath heard","number":"h8085"},{"text":"of my prayer","number":"h8605"}],"10":[{"text":"For thou O God","number":"h430"},{"text":"hast proved","number":"h974"},{"text":"us as silver","number":"h3701"},{"text":"is tried","number":"h6884"},{"text":"us thou hast tried","number":"h6884"}],"16":[{"text":"God","number":"h430"},{"text":"Come","number":"h3212"},{"text":"all ye that fear","number":"h3373"},{"text":"for my soul","number":"h5315"},{"text":"and I will declare","number":"h5608"},{"text":"what he hath done","number":"h6213"},{"text":"and hear","number":"h8085"}],"20":[{"text":"be God","number":"h430"},{"text":"Blessed","number":"h1288"},{"text":"nor his mercy","number":"h2617"},{"text":"which hath not turned away","number":"h5493"},{"text":"my prayer","number":"h8605"}],"8":[{"text":"our God","number":"h430"},{"text":"O bless","number":"h1288"},{"text":"ye people","number":"h5971"},{"text":"and make the voice","number":"h6963"},{"text":"to be heard","number":"h8085"},{"text":"of his praise","number":"h8416"}],"1":[{"text":"unto God","number":"h430"},{"text":"all ye lands","number":"h776"},{"text":"or Psalm","number":"h4210"},{"text":"To the chief Musician","number":"h5329"},{"text":"Make a joyful noise","number":"h7321"},{"text":"A Song","number":"h7892"}],"12":[{"text":"Thou hast caused men","number":"h582"},{"text":"through fire","number":"h784"},{"text":"we went","number":"h935"},{"text":"but thou broughtest us out","number":"h3318"},{"text":"and through water","number":"h4325"},{"text":"over our heads","number":"h7218"},{"text":"into a wealthy","number":"h7310"},{"text":"to ride","number":"h7392"}],"4":[{"text":"All the earth","number":"h776"},{"text":"thee and shall sing","number":"h2167"},{"text":"unto thee they shall sing","number":"h2167"},{"text":"Selah","number":"h5542"},{"text":"shall worship","number":"h7812"},{"text":"to thy name","number":"h8034"}],"13":[{"text":"I will go","number":"h935"},{"text":"into thy house","number":"h1004"},{"text":"thee my vows","number":"h5088"},{"text":"with burnt offerings","number":"h5930"},{"text":"I will pay","number":"h7999"}],"11":[{"text":"Thou broughtest","number":"h935"},{"text":"affliction","number":"h4157"},{"text":"us into the net","number":"h4686"},{"text":"upon our loins","number":"h4975"},{"text":"thou laidst","number":"h7760"}],"7":[{"text":"by his power","number":"h1369"},{"text":"the nations","number":"h1471"},{"text":"He ruleth","number":"h4910"},{"text":"themselves Selah","number":"h5542"},{"text":"let not the rebellious","number":"h5637"},{"text":"for ever","number":"h5769"},{"text":"his eyes","number":"h5869"},{"text":"behold","number":"h6822"},{"text":"exalt","number":"h7311"}],"14":[{"text":"hath spoken","number":"h1696"},{"text":"and my mouth","number":"h6310"},{"text":"have uttered","number":"h6475"},{"text":"when I was in trouble","number":"h6862"},{"text":"Which my lips","number":"h8193"}],"6":[{"text":"He turned","number":"h2015"},{"text":"into dry","number":"h3004"},{"text":"the sea","number":"h3220"},{"text":"through the flood","number":"h5104"},{"text":"land they went","number":"h5674"},{"text":"on foot","number":"h7272"},{"text":"there did we rejoice","number":"h8055"}],"2":[{"text":"Sing forth","number":"h2167"},{"text":"glorious","number":"h3519"},{"text":"the honour","number":"h3519"},{"text":"make","number":"h7760"},{"text":"of his name","number":"h8034"},{"text":"his praise","number":"h8416"}],"9":[{"text":"in life","number":"h2416"},{"text":"to be moved","number":"h4132"},{"text":"our soul","number":"h5315"},{"text":"and suffereth","number":"h5414"},{"text":"not our feet","number":"h7272"},{"text":"Which holdeth","number":"h7760"}],"17":[{"text":"my tongue","number":"h3956"},{"text":"unto him with my mouth","number":"h6310"},{"text":"I cried","number":"h7121"},{"text":"and he was extolled","number":"h7311"},{"text":"with","number":"h8478"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"to shine","number":"h215"},{"text":"God","number":"h430"},{"text":"unto us and bless","number":"h1288"},{"text":"be merciful","number":"h2603"},{"text":"A Psalm","number":"h4210"},{"text":"on Neginoth","number":"h5058"},{"text":"To the chief Musician","number":"h5329"},{"text":"upon us Selah","number":"h5542"},{"text":"us and cause his face","number":"h6440"},{"text":"or Song","number":"h7892"}],"7":[{"text":"God","number":"h430"},{"text":"us and all the ends","number":"h657"},{"text":"of the earth","number":"h776"},{"text":"shall bless","number":"h1288"},{"text":"shall fear","number":"h3372"}],"6":[{"text":"and God","number":"h430"},{"text":"even our own God","number":"h430"},{"text":"Then shall the earth","number":"h776"},{"text":"shall bless","number":"h1288"},{"text":"her increase","number":"h2981"},{"text":"yield","number":"h5414"}],"3":[{"text":"thee O God","number":"h430"},{"text":"praise","number":"h3034"},{"text":"praise","number":"h3034"},{"text":"Let the people","number":"h5971"},{"text":"let all the people","number":"h5971"}],"5":[{"text":"thee O God","number":"h430"},{"text":"praise","number":"h3034"},{"text":"praise","number":"h3034"},{"text":"Let the people","number":"h5971"},{"text":"let all the people","number":"h5971"}],"2":[{"text":"upon earth","number":"h776"},{"text":"among all nations","number":"h1471"},{"text":"That thy way","number":"h1870"},{"text":"may be known","number":"h3045"},{"text":"thy saving health","number":"h3444"}],"4":[{"text":"upon earth","number":"h776"},{"text":"O let the nations","number":"h3816"},{"text":"the nations","number":"h3816"},{"text":"righteously","number":"h4334"},{"text":"and govern","number":"h5148"},{"text":"Selah","number":"h5542"},{"text":"the people","number":"h5971"},{"text":"and sing for joy","number":"h7442"},{"text":"be glad","number":"h8055"},{"text":"for thou shalt judge","number":"h8199"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"A father","number":"h1"},{"text":"is God","number":"h430"},{"text":"of the widows","number":"h490"},{"text":"and a judge","number":"h1781"},{"text":"of the fatherless","number":"h3490"},{"text":"habitation","number":"h4583"},{"text":"in his holy","number":"h6944"}],"2":[{"text":"perish","number":"h6"},{"text":"of God","number":"h430"},{"text":"the fire","number":"h784"},{"text":"as wax","number":"h1749"},{"text":"melteth","number":"h4549"},{"text":"is driven away","number":"h5086"},{"text":"so drive them away","number":"h5086"},{"text":"As smoke","number":"h6227"},{"text":"at the presence","number":"h6440"},{"text":"before","number":"h6440"},{"text":"so let the wicked","number":"h7563"}],"30":[{"text":"of the bulls","number":"h47"},{"text":"scatter","number":"h967"},{"text":"Rebuke","number":"h1605"},{"text":"the company","number":"h2416"},{"text":"that delight","number":"h2654"},{"text":"of silver","number":"h3701"},{"text":"with the calves","number":"h5695"},{"text":"the multitude","number":"h5712"},{"text":"of the people","number":"h5971"},{"text":"thou the people","number":"h5971"},{"text":"of spearmen","number":"h7070"},{"text":"in war","number":"h7128"},{"text":"till every one submit","number":"h7511"},{"text":"himself with pieces","number":"h7518"}],"13":[{"text":"and her feathers","number":"h84"},{"text":"covered","number":"h2645"},{"text":"gold","number":"h2742"},{"text":"of a dove","number":"h3123"},{"text":"with yellow","number":"h3422"},{"text":"yet shall ye be as the wings","number":"h3671"},{"text":"with silver","number":"h3701"},{"text":"Though ye have lien","number":"h7901"},{"text":"among the pots","number":"h8240"}],"18":[{"text":"for men","number":"h120"},{"text":"God","number":"h430"},{"text":"also that the LORD","number":"h3050"},{"text":"thou hast received","number":"h3947"},{"text":"on high","number":"h4791"},{"text":"gifts","number":"h4979"},{"text":"yea for the rebellious","number":"h5637"},{"text":"Thou hast ascended","number":"h5927"},{"text":"captive","number":"h7617"},{"text":"thou hast led captivity","number":"h7628"},{"text":"might dwell","number":"h7931"}],"11":[{"text":"The Lord","number":"h136"},{"text":"the word","number":"h562"},{"text":"of those that published","number":"h1319"},{"text":"gave","number":"h5414"},{"text":"was the company","number":"h6635"},{"text":"great","number":"h7227"}],"22":[{"text":"The Lord","number":"h136"},{"text":"said","number":"h559"},{"text":"from Bashan","number":"h1316"},{"text":"of the sea","number":"h3220"},{"text":"from the depths","number":"h4688"},{"text":"I will bring again","number":"h7725"},{"text":"I will bring my people again","number":"h7725"}],"19":[{"text":"be the Lord","number":"h136"},{"text":"us with benefits even the God","number":"h410"},{"text":"Blessed","number":"h1288"},{"text":"who daily","number":"h3117"},{"text":"of our salvation","number":"h3444"},{"text":"Selah","number":"h5542"},{"text":"loadeth","number":"h6006"}],"26":[{"text":"even the Lord","number":"h136"},{"text":"ye God","number":"h430"},{"text":"Bless","number":"h1288"},{"text":"of Israel","number":"h3478"},{"text":"in the congregations","number":"h4721"},{"text":"from the fountain","number":"h4726"}],"17":[{"text":"the Lord","number":"h136"},{"text":"of God","number":"h430"},{"text":"even thousands","number":"h505"},{"text":"is among them as in Sinai","number":"h5514"},{"text":"in the holy","number":"h6944"},{"text":"are twenty thousand","number":"h7239"},{"text":"The chariots","number":"h7393"},{"text":"of angels","number":"h8136"}],"20":[{"text":"the Lord","number":"h136"},{"text":"He that is our God","number":"h410"},{"text":"is the God","number":"h410"},{"text":"and unto GOD","number":"h3069"},{"text":"of salvation","number":"h4190"},{"text":"from death","number":"h4194"},{"text":"belong the issues","number":"h8444"}],"32":[{"text":"unto the Lord","number":"h136"},{"text":"unto God","number":"h430"},{"text":"of the earth","number":"h776"},{"text":"O sing praises","number":"h2167"},{"text":"ye kingdoms","number":"h4467"},{"text":"Selah","number":"h5542"},{"text":"Sing","number":"h7891"}],"25":[{"text":"followed after","number":"h310"},{"text":"the players on instruments","number":"h5059"},{"text":"them were the damsels","number":"h5959"},{"text":"went before","number":"h6923"},{"text":"The singers","number":"h7891"},{"text":"among","number":"h8432"},{"text":"playing with timbrels","number":"h8608"}],"1":[{"text":"let his enemies","number":"h341"},{"text":"Let God","number":"h430"},{"text":"of David","number":"h1732"},{"text":"A Psalm","number":"h4210"},{"text":"him flee","number":"h5127"},{"text":"To the chief Musician","number":"h5329"},{"text":"be scattered","number":"h6327"},{"text":"before","number":"h6440"},{"text":"arise","number":"h6965"},{"text":"or Song","number":"h7892"},{"text":"let them also that hate","number":"h8130"}],"21":[{"text":"of his enemies","number":"h341"},{"text":"But God","number":"h430"},{"text":"in his trespasses","number":"h817"},{"text":"of such an one as goeth on still","number":"h1980"},{"text":"shall wound","number":"h4272"},{"text":"scalp","number":"h6936"},{"text":"the head","number":"h7218"},{"text":"and the hairy","number":"h8181"}],"23":[{"text":"of thine enemies","number":"h341"},{"text":"in the blood","number":"h1818"},{"text":"of thy dogs","number":"h3611"},{"text":"and the tongue","number":"h3956"},{"text":"may be dipped","number":"h4272"},{"text":"That thy foot","number":"h7272"}],"24":[{"text":"of my God","number":"h410"},{"text":"O God","number":"h430"},{"text":"even the goings","number":"h1979"},{"text":"thy goings","number":"h1979"},{"text":"my King","number":"h4428"},{"text":"in the sanctuary","number":"h6944"},{"text":"They have seen","number":"h7200"}],"35":[{"text":"the God","number":"h410"},{"text":"O God","number":"h430"},{"text":"be God","number":"h430"},{"text":"Blessed","number":"h1288"},{"text":"thou art terrible","number":"h3372"},{"text":"of Israel","number":"h3478"},{"text":"out of thy holy places","number":"h4720"},{"text":"is he that giveth","number":"h5414"},{"text":"strength","number":"h5797"},{"text":"unto his people","number":"h5971"},{"text":"and power","number":"h8592"}],"3":[{"text":"God","number":"h430"},{"text":"let them rejoice","number":"h5970"},{"text":"before","number":"h6440"},{"text":"But let the righteous","number":"h6662"},{"text":"rejoice","number":"h7797"},{"text":"be glad","number":"h8055"},{"text":"yea let them exceedingly","number":"h8057"}],"6":[{"text":"God","number":"h430"},{"text":"those which are bound","number":"h615"},{"text":"in families","number":"h1004"},{"text":"the solitary","number":"h3173"},{"text":"he bringeth out","number":"h3318"},{"text":"setteth","number":"h3427"},{"text":"with chains","number":"h3574"},{"text":"but the rebellious","number":"h5637"},{"text":"in a dry","number":"h6707"},{"text":"dwell","number":"h7931"}],"28":[{"text":"O God","number":"h430"},{"text":"Thy God","number":"h430"},{"text":"that which","number":"h2098"},{"text":"thy strength","number":"h5797"},{"text":"strengthen","number":"h5810"},{"text":"thou hast wrought","number":"h6466"},{"text":"hath commanded","number":"h6680"}],"7":[{"text":"O God","number":"h430"},{"text":"when thou wentest forth","number":"h3318"},{"text":"through the wilderness","number":"h3452"},{"text":"Selah","number":"h5542"},{"text":"thy people","number":"h5971"},{"text":"before","number":"h6440"},{"text":"when thou didst march","number":"h6805"}],"9":[{"text":"Thou O God","number":"h430"},{"text":"rain","number":"h1653"},{"text":"whereby thou didst confirm","number":"h3559"},{"text":"when it was weary","number":"h3811"},{"text":"a plentiful","number":"h5071"},{"text":"didst send","number":"h5130"},{"text":"thine inheritance","number":"h5159"}],"15":[{"text":"of God","number":"h430"},{"text":"of Bashan","number":"h1316"},{"text":"of Bashan","number":"h1316"},{"text":"an high","number":"h1386"},{"text":"The hill","number":"h2022"},{"text":"as the hill","number":"h2022"},{"text":"hill","number":"h2022"},{"text":"is as the hill","number":"h2022"}],"8":[{"text":"of God","number":"h430"},{"text":"of God","number":"h430"},{"text":"the God","number":"h430"},{"text":"The earth","number":"h776"},{"text":"itself","number":"h2088"},{"text":"of Israel","number":"h3478"},{"text":"also dropped","number":"h5197"},{"text":"even Sinai","number":"h5514"},{"text":"at the presence","number":"h6440"},{"text":"was moved at the presence","number":"h6440"},{"text":"shook","number":"h7493"},{"text":"the heavens","number":"h8064"}],"10":[{"text":"therein thou O God","number":"h430"},{"text":"Thy congregation","number":"h2416"},{"text":"of thy goodness","number":"h2896"},{"text":"hath dwelt","number":"h3427"},{"text":"hast prepared","number":"h3559"},{"text":"for the poor","number":"h6041"}],"31":[{"text":"unto God","number":"h430"},{"text":"shall come out","number":"h857"},{"text":"Princes","number":"h2831"},{"text":"her hands","number":"h3027"},{"text":"Ethiopia","number":"h3568"},{"text":"of Egypt","number":"h4714"},{"text":"shall soon stretch out","number":"h7323"}],"34":[{"text":"unto God","number":"h430"},{"text":"his excellency","number":"h1346"},{"text":"is over Israel","number":"h3478"},{"text":"Ascribe","number":"h5414"},{"text":"and his strength","number":"h5797"},{"text":"ye strength","number":"h5797"},{"text":"is in the clouds","number":"h7834"}],"4":[{"text":"unto God","number":"h430"},{"text":"sing praises","number":"h2167"},{"text":"JAH","number":"h3050"},{"text":"extol","number":"h5549"},{"text":"and rejoice","number":"h5937"},{"text":"upon the heavens","number":"h6160"},{"text":"before","number":"h6440"},{"text":"him that rideth","number":"h7392"},{"text":"Sing","number":"h7891"},{"text":"by his name","number":"h8034"},{"text":"to his name","number":"h8034"}],"16":[{"text":"which God","number":"h430"},{"text":"ye ye high","number":"h1386"},{"text":"hills","number":"h2022"},{"text":"this is the hill","number":"h2022"},{"text":"desireth","number":"h2530"},{"text":"yea the LORD","number":"h3068"},{"text":"to dwell in","number":"h3427"},{"text":"in it for ever","number":"h5331"},{"text":"Why leap","number":"h7520"},{"text":"will dwell","number":"h7931"}],"12":[{"text":"at home","number":"h1004"},{"text":"divided","number":"h2505"},{"text":"Kings","number":"h4428"},{"text":"apace","number":"h5074"},{"text":"did flee","number":"h5074"},{"text":"and she that tarried","number":"h5116"},{"text":"of armies","number":"h6635"},{"text":"the spoil","number":"h7998"}],"27":[{"text":"Benjamin","number":"h1144"},{"text":"of Zebulun","number":"h2074"},{"text":"of Judah","number":"h3063"},{"text":"of Naphtali","number":"h5321"},{"text":"There is little","number":"h6810"},{"text":"and their council","number":"h7277"},{"text":"with their ruler","number":"h7287"},{"text":"and the princes","number":"h8269"},{"text":"the princes","number":"h8269"},{"text":"the princes","number":"h8269"}],"29":[{"text":"Because of thy temple","number":"h1964"},{"text":"bring","number":"h2986"},{"text":"at Jerusalem","number":"h3389"},{"text":"shall kings","number":"h4428"},{"text":"presents","number":"h7862"}],"14":[{"text":"kings","number":"h4428"},{"text":"scattered","number":"h6566"},{"text":"in Salmon","number":"h6756"},{"text":"When the Almighty","number":"h7706"},{"text":"in it it was white as snow","number":"h7949"}],"33":[{"text":"lo he doth send out","number":"h5414"},{"text":"and that a mighty","number":"h5797"},{"text":"which were of old","number":"h6924"},{"text":"his voice","number":"h6963"},{"text":"voice","number":"h6963"},{"text":"To him that rideth","number":"h7392"},{"text":"of heavens","number":"h8064"},{"text":"upon the heavens","number":"h8064"}]}
@@ -0,0 +1 @@
1
+ {"33":[{"text":"the poor","number":"h34"},{"text":"not his prisoners","number":"h615"},{"text":"and despiseth","number":"h959"},{"text":"For the LORD","number":"h3068"},{"text":"heareth","number":"h8085"}],"6":[{"text":"on thee O Lord","number":"h136"},{"text":"for my sake O God","number":"h430"},{"text":"be ashamed","number":"h954"},{"text":"for my sake let not those that seek","number":"h1245"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"thee be confounded","number":"h3637"},{"text":"of hosts","number":"h6635"},{"text":"Let not them that wait","number":"h6960"}],"36":[{"text":"it and they that love","number":"h157"},{"text":"The seed","number":"h2233"},{"text":"shall inherit","number":"h5157"},{"text":"also of his servants","number":"h5650"},{"text":"shall dwell","number":"h7931"},{"text":"his name","number":"h8034"}],"25":[{"text":"in their tents","number":"h168"},{"text":"Let their habitation","number":"h2918"},{"text":"and let none dwell","number":"h3427"},{"text":"be desolate","number":"h8074"}],"5":[{"text":"my foolishness","number":"h200"},{"text":"O God","number":"h430"},{"text":"and my sins","number":"h819"},{"text":"thou knowest","number":"h3045"},{"text":"are not hid","number":"h3582"}],"8":[{"text":"unto my brethren","number":"h251"},{"text":"unto my mother's","number":"h517"},{"text":"children","number":"h1121"},{"text":"I am become a stranger","number":"h2114"},{"text":"and an alien","number":"h5237"}],"15":[{"text":"shut","number":"h332"},{"text":"and let not the pit","number":"h875"},{"text":"swallow me up","number":"h1104"},{"text":"Let not the waterflood","number":"h4325"},{"text":"me neither let the deep","number":"h4688"},{"text":"her mouth","number":"h6310"},{"text":"overflow","number":"h7857"}],"18":[{"text":"me because of mine enemies","number":"h341"},{"text":"and redeem","number":"h1350"},{"text":"unto my soul","number":"h5315"},{"text":"it deliver","number":"h6299"},{"text":"Draw nigh","number":"h7126"}],"4":[{"text":"me being mine enemies","number":"h341"},{"text":"that which I took not away","number":"h1497"},{"text":"me without a cause","number":"h2600"},{"text":"are mighty","number":"h6105"},{"text":"they that would destroy","number":"h6789"},{"text":"of mine head","number":"h7218"},{"text":"are more","number":"h7231"},{"text":"then I restored","number":"h7725"},{"text":"They that hate","number":"h8130"},{"text":"than the hairs","number":"h8185"},{"text":"wrongfully","number":"h8267"}],"9":[{"text":"hath eaten me up","number":"h398"},{"text":"of thine house","number":"h1004"},{"text":"of them that reproached","number":"h2778"},{"text":"and the reproaches","number":"h2781"},{"text":"thee are fallen","number":"h5307"},{"text":"For the zeal","number":"h7068"}],"35":[{"text":"For God","number":"h430"},{"text":"and will build","number":"h1129"},{"text":"of Judah","number":"h3063"},{"text":"there and have it in possession","number":"h3423"},{"text":"that they may dwell","number":"h3427"},{"text":"will save","number":"h3467"},{"text":"the cities","number":"h5892"},{"text":"Zion","number":"h6726"}],"32":[{"text":"God","number":"h430"},{"text":"that seek","number":"h1875"},{"text":"shall live","number":"h2421"},{"text":"and your heart","number":"h3824"},{"text":"The humble","number":"h6035"},{"text":"shall see","number":"h7200"},{"text":"this and be glad","number":"h8055"}],"13":[{"text":"O God","number":"h430"},{"text":"me in the truth","number":"h571"},{"text":"of thy mercy","number":"h2617"},{"text":"is unto thee O LORD","number":"h3068"},{"text":"of thy salvation","number":"h3468"},{"text":"hear","number":"h6030"},{"text":"time","number":"h6256"},{"text":"in the multitude","number":"h7230"},{"text":"in an acceptable","number":"h7522"},{"text":"But as for me my prayer","number":"h8605"}],"29":[{"text":"O God","number":"h430"},{"text":"let thy salvation","number":"h3444"},{"text":"and sorrowful","number":"h3510"},{"text":"But I am poor","number":"h6041"},{"text":"set me up on high","number":"h7682"}],"3":[{"text":"for my God","number":"h430"},{"text":"my throat","number":"h1627"},{"text":"is dried","number":"h2787"},{"text":"I am weary","number":"h3021"},{"text":"while I wait","number":"h3176"},{"text":"fail","number":"h3615"},{"text":"mine eyes","number":"h5869"},{"text":"of my crying","number":"h7121"}],"1":[{"text":"me O God","number":"h430"},{"text":"are come","number":"h935"},{"text":"A Psalm of David","number":"h1732"},{"text":"Save","number":"h3467"},{"text":"for the waters","number":"h4325"},{"text":"in unto my soul","number":"h5315"},{"text":"To the chief Musician","number":"h5329"},{"text":"upon Shoshannim","number":"h7799"}],"30":[{"text":"of God","number":"h430"},{"text":"and will magnify","number":"h1431"},{"text":"I will praise","number":"h1984"},{"text":"with a song","number":"h7892"},{"text":"the name","number":"h8034"},{"text":"him with thanksgiving","number":"h8426"}],"24":[{"text":"anger","number":"h639"},{"text":"thine indignation","number":"h2195"},{"text":"upon them and let thy wrathful","number":"h2740"},{"text":"take hold","number":"h5381"},{"text":"Pour out","number":"h8210"}],"34":[{"text":"and earth","number":"h776"},{"text":"praise","number":"h1984"},{"text":"him the seas","number":"h3220"},{"text":"and every thing that moveth","number":"h7430"},{"text":"Let the heaven","number":"h8064"}],"2":[{"text":"I am come","number":"h935"},{"text":"I sink","number":"h2883"},{"text":"mire","number":"h3121"},{"text":"waters","number":"h4325"},{"text":"where there is no standing","number":"h4613"},{"text":"into deep","number":"h4615"},{"text":"in deep","number":"h4688"},{"text":"where the floods","number":"h7641"},{"text":"overflow","number":"h7857"}],"27":[{"text":"and let them not come","number":"h935"},{"text":"Add","number":"h5414"},{"text":"iniquity","number":"h5771"},{"text":"unto their iniquity","number":"h5771"},{"text":"into thy righteousness","number":"h6666"}],"10":[{"text":"When I wept","number":"h1058"},{"text":"that was to my reproach","number":"h2781"},{"text":"and chastened my soul","number":"h5315"},{"text":"with fasting","number":"h6685"}],"21":[{"text":"for my meat","number":"h1267"},{"text":"they gave me vinegar","number":"h2558"},{"text":"They gave","number":"h5414"},{"text":"and in my thirst","number":"h6772"},{"text":"me also gall","number":"h7219"},{"text":"to drink","number":"h8248"}],"19":[{"text":"and my shame","number":"h1322"},{"text":"my reproach","number":"h2781"},{"text":"Thou hast known","number":"h3045"},{"text":"and my dishonour","number":"h3639"},{"text":"mine adversaries","number":"h6887"}],"28":[{"text":"of the living","number":"h2416"},{"text":"and not be written","number":"h3789"},{"text":"Let them be blotted","number":"h4229"},{"text":"out of the book","number":"h5612"},{"text":"with the righteous","number":"h6662"}],"26":[{"text":"of those whom thou hast wounded","number":"h2491"},{"text":"to the grief","number":"h4341"},{"text":"him whom thou hast smitten","number":"h5221"},{"text":"and they talk","number":"h5608"},{"text":"For they persecute","number":"h7291"}],"16":[{"text":"for thy lovingkindness","number":"h2617"},{"text":"is good","number":"h2896"},{"text":"me O LORD","number":"h3068"},{"text":"Hear","number":"h6030"},{"text":"turn","number":"h6437"},{"text":"unto me according to the multitude","number":"h7230"},{"text":"of thy tender mercies","number":"h7356"}],"20":[{"text":"Reproach","number":"h2781"},{"text":"my heart","number":"h3820"},{"text":"but I found","number":"h4672"},{"text":"for some to take pity","number":"h5110"},{"text":"and I am full of heaviness","number":"h5136"},{"text":"but there was none and for comforters","number":"h5162"},{"text":"and I looked","number":"h6960"},{"text":"hath broken","number":"h7665"}],"7":[{"text":"reproach","number":"h2781"},{"text":"shame","number":"h3639"},{"text":"hath covered","number":"h3680"},{"text":"Because for thy sake I have borne","number":"h5375"},{"text":"my face","number":"h6440"}],"23":[{"text":"be darkened","number":"h2821"},{"text":"to shake","number":"h4571"},{"text":"not and make their loins","number":"h4975"},{"text":"Let their eyes","number":"h5869"},{"text":"that they see","number":"h7200"},{"text":"continually","number":"h8548"}],"14":[{"text":"and let me not sink","number":"h2883"},{"text":"me out of the mire","number":"h2916"},{"text":"waters","number":"h4325"},{"text":"me and out of the deep","number":"h4615"},{"text":"Deliver","number":"h5337"},{"text":"let me be delivered","number":"h5337"},{"text":"from them that hate","number":"h8130"}],"31":[{"text":"the LORD","number":"h3068"},{"text":"This also shall please","number":"h3190"},{"text":"better","number":"h3190"},{"text":"or bullock","number":"h6499"},{"text":"and hoofs","number":"h6536"},{"text":"that hath horns","number":"h7160"},{"text":"than an ox","number":"h7794"}],"12":[{"text":"They that sit in","number":"h3427"},{"text":"against me and I was the song","number":"h5058"},{"text":"speak","number":"h7878"},{"text":"the gate","number":"h8179"},{"text":"of the drunkards","number":"h8354"}],"11":[{"text":"also my garment","number":"h3830"},{"text":"and I became a proverb","number":"h4912"},{"text":"I made","number":"h5414"},{"text":"sackcloth","number":"h8242"}],"17":[{"text":"me speedily","number":"h4118"},{"text":"And hide","number":"h5641"},{"text":"from thy servant","number":"h5650"},{"text":"hear","number":"h6030"},{"text":"not thy face","number":"h6440"},{"text":"for I am in trouble","number":"h6887"}],"22":[{"text":"let it become a trap","number":"h4170"},{"text":"become a snare","number":"h6341"},{"text":"before","number":"h6440"},{"text":"them and that which should have been for their welfare","number":"h7965"},{"text":"Let their table","number":"h7979"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"with iniquity","number":"h205"},{"text":"and hath conceived","number":"h2029"},{"text":"Behold he travaileth","number":"h2254"},{"text":"and brought forth","number":"h3205"},{"text":"mischief","number":"h5999"},{"text":"falsehood","number":"h8267"}],"5":[{"text":"Let the enemy","number":"h341"},{"text":"upon the earth","number":"h776"},{"text":"my life","number":"h2416"},{"text":"mine honour","number":"h3519"},{"text":"my soul","number":"h5315"},{"text":"and take","number":"h5381"},{"text":"Selah","number":"h5542"},{"text":"in the dust","number":"h6083"},{"text":"persecute","number":"h7291"},{"text":"it yea let him tread down","number":"h7429"},{"text":"and lay","number":"h7931"}],"11":[{"text":"and God","number":"h410"},{"text":"God","number":"h430"},{"text":"is angry","number":"h2194"},{"text":"with the wicked every day","number":"h3117"},{"text":"the righteous","number":"h6662"},{"text":"judgeth","number":"h8199"}],"9":[{"text":"God","number":"h430"},{"text":"trieth","number":"h974"},{"text":"come to an end","number":"h1584"},{"text":"but establish","number":"h3559"},{"text":"and reins","number":"h3629"},{"text":"the hearts","number":"h3826"},{"text":"for the righteous","number":"h6662"},{"text":"the just","number":"h6662"},{"text":"Oh let the wickedness","number":"h7451"},{"text":"of the wicked","number":"h7563"}],"10":[{"text":"is of God","number":"h430"},{"text":"which saveth","number":"h3467"},{"text":"the upright","number":"h3477"},{"text":"in heart","number":"h3820"},{"text":"My defence","number":"h4043"}],"1":[{"text":"my God","number":"h430"},{"text":"the Benjamite","number":"h1121"},{"text":"concerning the words","number":"h1697"},{"text":"of David","number":"h1732"},{"text":"in thee do I put my trust","number":"h2620"},{"text":"O LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"save","number":"h3467"},{"text":"of Cush","number":"h3568"},{"text":"me and deliver","number":"h5337"},{"text":"me from all them that persecute","number":"h7291"},{"text":"Shiggaion","number":"h7692"},{"text":"which he sang","number":"h7891"}],"3":[{"text":"my God","number":"h430"},{"text":"O LORD","number":"h3068"},{"text":"this if there be","number":"h3426"},{"text":"in my hands","number":"h3709"},{"text":"iniquity","number":"h5766"},{"text":"if I have done","number":"h6213"}],"6":[{"text":"in thine anger","number":"h639"},{"text":"O LORD","number":"h3068"},{"text":"for me to the judgment","number":"h4941"},{"text":"lift up","number":"h5375"},{"text":"thyself because of the rage","number":"h5678"},{"text":"and awake","number":"h5782"},{"text":"that thou hast commanded","number":"h6680"},{"text":"of mine enemies","number":"h6887"},{"text":"Arise","number":"h6965"}],"2":[{"text":"like a lion","number":"h738"},{"text":"Lest he tear","number":"h2963"},{"text":"my soul","number":"h5315"},{"text":"while there is none to deliver","number":"h5337"},{"text":"rending it in pieces","number":"h6561"}],"15":[{"text":"a pit","number":"h953"},{"text":"and digged","number":"h2658"},{"text":"He made","number":"h3738"},{"text":"it and is fallen","number":"h5307"},{"text":"which he made","number":"h6466"},{"text":"into the ditch","number":"h7845"}],"4":[{"text":"If I have rewarded","number":"h1580"},{"text":"with me (yea I have delivered","number":"h2502"},{"text":"is mine enemy","number":"h6887"},{"text":"him that without cause","number":"h7387"},{"text":"evil","number":"h7451"},{"text":"unto him that was at peace","number":"h7999"}],"8":[{"text":"shall judge","number":"h1777"},{"text":"The LORD","number":"h3068"},{"text":"me O LORD","number":"h3068"},{"text":"the people","number":"h5971"},{"text":"according to my righteousness","number":"h6664"},{"text":"judge","number":"h8199"},{"text":"and according to mine integrity","number":"h8537"}],"13":[{"text":"against the persecutors","number":"h1814"},{"text":"his arrows","number":"h2671"},{"text":"He hath also prepared","number":"h3559"},{"text":"for him the instruments","number":"h3627"},{"text":"of death","number":"h4194"},{"text":"he ordaineth","number":"h6466"}],"12":[{"text":"he hath bent","number":"h1869"},{"text":"his sword","number":"h2719"},{"text":"and made it ready","number":"h3559"},{"text":"not he will whet","number":"h3913"},{"text":"his bow","number":"h7198"},{"text":"If he turn","number":"h7725"}],"17":[{"text":"and will sing praise","number":"h2167"},{"text":"I will praise","number":"h3034"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"most high","number":"h5945"},{"text":"according to his righteousness","number":"h6664"},{"text":"to the name","number":"h8034"}],"16":[{"text":"and his violent","number":"h2555"},{"text":"dealing shall come down","number":"h3381"},{"text":"His mischief","number":"h5999"},{"text":"upon his own pate","number":"h6936"},{"text":"upon his own head","number":"h7218"},{"text":"shall return","number":"h7725"}],"7":[{"text":"of the people","number":"h3816"},{"text":"thou on high","number":"h4791"},{"text":"compass thee about","number":"h5437"},{"text":"So shall the congregation","number":"h5712"},{"text":"for their sakes therefore return","number":"h7725"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"and needy","number":"h34"},{"text":"make no tarrying","number":"h309"},{"text":"unto me O God","number":"h430"},{"text":"make haste","number":"h2363"},{"text":"O LORD","number":"h3068"},{"text":"thou art my help","number":"h5828"},{"text":"But I am poor","number":"h6041"},{"text":"and my deliverer","number":"h6403"}],"4":[{"text":"in thee and let such as love","number":"h157"},{"text":"Let God","number":"h430"},{"text":"say","number":"h559"},{"text":"Let all those that seek","number":"h1245"},{"text":"be magnified","number":"h1431"},{"text":"thy salvation","number":"h3444"},{"text":"thee rejoice","number":"h7797"},{"text":"and be glad","number":"h8055"},{"text":"continually","number":"h8548"}],"2":[{"text":"backward","number":"h268"},{"text":"Let them be ashamed","number":"h954"},{"text":"that seek","number":"h1245"},{"text":"that desire","number":"h2655"},{"text":"and confounded","number":"h2659"},{"text":"and put to confusion","number":"h3637"},{"text":"after my soul","number":"h5315"},{"text":"let them be turned","number":"h5472"},{"text":"my hurt","number":"h7451"}],"1":[{"text":"Make haste O God","number":"h430"},{"text":"A Psalm of David","number":"h1732"},{"text":"to bring to remembrance","number":"h2142"},{"text":"me make haste","number":"h2363"},{"text":"me O LORD","number":"h3068"},{"text":"To the chief Musician","number":"h5329"},{"text":"to deliver","number":"h5337"},{"text":"to help","number":"h5833"}],"3":[{"text":"that say","number":"h559"},{"text":"of their shame","number":"h1322"},{"text":"Aha","number":"h1889"},{"text":"aha","number":"h1889"},{"text":"for a reward","number":"h6118"},{"text":"Let them be turned back","number":"h7725"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"O Lord","number":"h136"},{"text":"GOD","number":"h3069"},{"text":"thou art my trust","number":"h4009"},{"text":"from my youth","number":"h5271"},{"text":"For thou art my hope","number":"h8615"}],"16":[{"text":"of the Lord","number":"h136"},{"text":"I will go in","number":"h935"},{"text":"the strength","number":"h1369"},{"text":"I will make mention","number":"h2142"},{"text":"GOD","number":"h3069"},{"text":"of thy righteousness","number":"h6666"}],"2":[{"text":"thine ear","number":"h241"},{"text":"unto me and save","number":"h3467"},{"text":"incline","number":"h5186"},{"text":"Deliver","number":"h5337"},{"text":"and cause me to escape","number":"h6403"},{"text":"me in thy righteousness","number":"h6666"}],"10":[{"text":"For mine enemies","number":"h341"},{"text":"speak","number":"h559"},{"text":"together","number":"h3162"},{"text":"take counsel","number":"h3289"},{"text":"for my soul","number":"h5315"},{"text":"against me and they that lay wait","number":"h8104"}],"1":[{"text":"let me never","number":"h408"},{"text":"be put to confusion","number":"h954"},{"text":"do I put my trust","number":"h2620"},{"text":"In thee O LORD","number":"h3068"}],"11":[{"text":"God","number":"h430"},{"text":"Saying","number":"h559"},{"text":"him for there is none to deliver","number":"h5337"},{"text":"hath forsaken","number":"h5800"},{"text":"him persecute","number":"h7291"},{"text":"and take","number":"h8610"}],"12":[{"text":"O God","number":"h430"},{"text":"from me O my God","number":"h430"},{"text":"make haste","number":"h2363"},{"text":"for my help","number":"h5833"},{"text":"be not far","number":"h7368"}],"17":[{"text":"O God","number":"h430"},{"text":"thou hast taught","number":"h3925"},{"text":"and hitherto have I declared","number":"h5046"},{"text":"me from my youth","number":"h5271"},{"text":"thy wondrous works","number":"h6381"}],"18":[{"text":"O God","number":"h430"},{"text":"to every one that is to come","number":"h935"},{"text":"and thy power","number":"h1369"},{"text":"unto this generation","number":"h1755"},{"text":"I am old","number":"h2209"},{"text":"thy strength","number":"h2220"},{"text":"me not until I have shewed","number":"h5046"},{"text":"Now also when","number":"h5704"},{"text":"forsake","number":"h5800"},{"text":"and grayheaded","number":"h7872"}],"19":[{"text":"O God","number":"h430"},{"text":"also O God","number":"h430"},{"text":"great things","number":"h1419"},{"text":"is very high","number":"h4791"},{"text":"who hast done","number":"h6213"},{"text":"Thy righteousness","number":"h6666"}],"22":[{"text":"O my God","number":"h430"},{"text":"even thy truth","number":"h571"},{"text":"unto thee will I sing","number":"h2167"},{"text":"I will also praise","number":"h3034"},{"text":"of Israel","number":"h3478"},{"text":"thee with the psaltery","number":"h3627"},{"text":"with the harp","number":"h3658"},{"text":"O thou Holy One","number":"h6918"}],"4":[{"text":"me O my God","number":"h430"},{"text":"and cruel man","number":"h2556"},{"text":"out of the hand","number":"h3027"},{"text":"out of the hand","number":"h3709"},{"text":"of the unrighteous","number":"h5765"},{"text":"Deliver","number":"h6403"},{"text":"of the wicked","number":"h7563"}],"6":[{"text":"me out of my mother's","number":"h517"},{"text":"from the womb","number":"h990"},{"text":"thou art he that took","number":"h1491"},{"text":"bowels","number":"h4578"},{"text":"By thee have I been holden up","number":"h5564"},{"text":"my praise","number":"h8416"},{"text":"shall be continually","number":"h8548"}],"20":[{"text":"of the earth","number":"h776"},{"text":"shalt quicken","number":"h2421"},{"text":"and shalt bring me up","number":"h5927"},{"text":"troubles","number":"h6869"},{"text":"Thou which hast shewed","number":"h7200"},{"text":"me great","number":"h7227"},{"text":"and sore","number":"h7451"},{"text":"again","number":"h7725"},{"text":"me again","number":"h7725"},{"text":"from the depths","number":"h8415"}],"3":[{"text":"resort","number":"h935"},{"text":"to save","number":"h3467"},{"text":"habitation","number":"h4583"},{"text":"and my fortress","number":"h4686"},{"text":"me for thou art my rock","number":"h5553"},{"text":"thou hast given commandment","number":"h6680"},{"text":"Be thou my strong","number":"h6697"},{"text":"whereunto I may continually","number":"h8548"}],"13":[{"text":"Let them be confounded","number":"h954"},{"text":"that seek","number":"h1245"},{"text":"with reproach","number":"h2781"},{"text":"and consumed","number":"h3615"},{"text":"and dishonour","number":"h3639"},{"text":"to my soul","number":"h5315"},{"text":"let them be covered","number":"h5844"},{"text":"my hurt","number":"h7451"},{"text":"that are adversaries","number":"h7853"}],"24":[{"text":"long for they are confounded","number":"h954"},{"text":"that seek","number":"h1245"},{"text":"also shall talk","number":"h1897"},{"text":"for they are brought unto shame","number":"h2659"},{"text":"all the day","number":"h3117"},{"text":"My tongue","number":"h3956"},{"text":"of thy righteousness","number":"h6666"},{"text":"my hurt","number":"h7451"}],"21":[{"text":"my greatness","number":"h1420"},{"text":"and comfort","number":"h5162"},{"text":"me on every side","number":"h5437"},{"text":"Thou shalt increase","number":"h7235"}],"23":[{"text":"when I sing","number":"h2167"},{"text":"unto thee and my soul","number":"h5315"},{"text":"which thou hast redeemed","number":"h6299"},{"text":"shall greatly rejoice","number":"h7442"},{"text":"My lips","number":"h8193"}],"9":[{"text":"of old age","number":"h2209"},{"text":"me not when my strength","number":"h3581"},{"text":"faileth","number":"h3615"},{"text":"forsake","number":"h5800"},{"text":"in the time","number":"h6256"},{"text":"Cast me not off","number":"h7993"}],"15":[{"text":"for I know","number":"h3045"},{"text":"all the day","number":"h3117"},{"text":"shall shew forth","number":"h5608"},{"text":"not the numbers","number":"h5615"},{"text":"My mouth","number":"h6310"},{"text":"thy righteousness","number":"h6666"},{"text":"and thy salvation","number":"h8668"}],"8":[{"text":"all the day","number":"h3117"},{"text":"be filled","number":"h4390"},{"text":"Let my mouth","number":"h6310"},{"text":"with thy praise","number":"h8416"},{"text":"and with thy honour","number":"h8597"}],"14":[{"text":"But I will hope","number":"h3176"},{"text":"and more","number":"h3254"},{"text":"thee more","number":"h3254"},{"text":"and will yet praise","number":"h8416"},{"text":"continually","number":"h8548"}],"7":[{"text":"I am as a wonder","number":"h4159"},{"text":"refuge","number":"h4268"},{"text":"but thou art my strong","number":"h5797"},{"text":"unto many","number":"h7227"}]}