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
+ {"55":[{"text":"and destroyed","number":"h6"},{"text":"Babylon","number":"h894"},{"text":"out of her the great","number":"h1419"},{"text":"when her waves","number":"h1530"},{"text":"do roar","number":"h1993"},{"text":"Because the LORD","number":"h3068"},{"text":"waters","number":"h4325"},{"text":"is uttered","number":"h5414"},{"text":"of their voice","number":"h6963"},{"text":"voice","number":"h6963"},{"text":"like great","number":"h7227"},{"text":"a noise","number":"h7588"},{"text":"hath spoiled","number":"h7703"}],"18":[{"text":"they shall perish","number":"h6"},{"text":"They are vanity","number":"h1892"},{"text":"the work","number":"h4639"},{"text":"in the time","number":"h6256"},{"text":"of their visitation","number":"h6486"},{"text":"of errors","number":"h8595"}],"63":[{"text":"a stone","number":"h68"},{"text":"And it shall be when thou hast made an end","number":"h3615"},{"text":"this book","number":"h5612"},{"text":"of Euphrates","number":"h6578"},{"text":"of reading","number":"h7121"},{"text":"that thou shalt bind","number":"h7194"},{"text":"to it and cast","number":"h7993"},{"text":"it into the midst","number":"h8432"}],"26":[{"text":"nor a stone","number":"h68"},{"text":"of thee a stone","number":"h68"},{"text":"the LORD","number":"h3068"},{"text":"And they shall not take","number":"h3947"},{"text":"for foundations","number":"h4146"},{"text":"saith","number":"h5002"},{"text":"for ever","number":"h5769"},{"text":"for a corner","number":"h6438"},{"text":"but thou shalt be desolate","number":"h8077"}],"32":[{"text":"and the reeds","number":"h98"},{"text":"and the men","number":"h582"},{"text":"with fire","number":"h784"},{"text":"are affrighted","number":"h926"},{"text":"of war","number":"h4421"},{"text":"And that the passages","number":"h4569"},{"text":"they have burned","number":"h8313"},{"text":"are stopped","number":"h8610"}],"17":[{"text":"Every man","number":"h120"},{"text":"is brutish","number":"h1197"},{"text":"by his knowledge","number":"h1847"},{"text":"is confounded","number":"h3001"},{"text":"for his molten image","number":"h5262"},{"text":"by the graven image","number":"h6459"},{"text":"every founder","number":"h6884"},{"text":"and there is no breath","number":"h7307"},{"text":"is falsehood","number":"h8267"}],"62":[{"text":"in it neither man","number":"h120"},{"text":"Then shalt thou say","number":"h559"},{"text":"nor beast","number":"h929"},{"text":"thou hast spoken","number":"h1696"},{"text":"O LORD","number":"h3068"},{"text":"that none shall remain","number":"h3427"},{"text":"to cut it off","number":"h3772"},{"text":"against this place","number":"h4725"},{"text":"for ever","number":"h5769"},{"text":"but that it shall be desolate","number":"h8077"}],"43":[{"text":"of man","number":"h120"},{"text":"wherein no man","number":"h376"},{"text":"a land","number":"h776"},{"text":"land","number":"h776"},{"text":"neither doth any son","number":"h1121"},{"text":"thereby","number":"h2004"},{"text":"dwelleth","number":"h3427"},{"text":"pass","number":"h5674"},{"text":"Her cities","number":"h5892"},{"text":"and a wilderness","number":"h6160"},{"text":"a dry","number":"h6723"},{"text":"are a desolation","number":"h8047"}],"14":[{"text":"thee with men","number":"h120"},{"text":"a shout","number":"h1959"},{"text":"The LORD","number":"h3068"},{"text":"as with caterpillers","number":"h3218"},{"text":"saying Surely I will fill","number":"h4390"},{"text":"by himself","number":"h5315"},{"text":"and they shall lift up","number":"h6030"},{"text":"of hosts","number":"h6635"},{"text":"hath sworn","number":"h7650"}],"13":[{"text":"in treasures","number":"h214"},{"text":"and the measure","number":"h520"},{"text":"is come","number":"h935"},{"text":"of thy covetousness","number":"h1215"},{"text":"waters","number":"h4325"},{"text":"thine end","number":"h7093"},{"text":"abundant","number":"h7227"},{"text":"upon many","number":"h7227"},{"text":"O thou that dwellest","number":"h7931"}],"16":[{"text":"out of his treasures","number":"h214"},{"text":"of the earth","number":"h776"},{"text":"lightnings","number":"h1300"},{"text":"there is a multitude","number":"h1995"},{"text":"and bringeth forth","number":"h3318"},{"text":"with rain","number":"h4306"},{"text":"of waters","number":"h4325"},{"text":"and he causeth the vapours","number":"h5387"},{"text":"When he uttereth","number":"h5414"},{"text":"to ascend","number":"h5927"},{"text":"he maketh","number":"h6213"},{"text":"his voice","number":"h6963"},{"text":"from the ends","number":"h7097"},{"text":"the wind","number":"h7307"},{"text":"in the heavens","number":"h8064"}],"53":[{"text":"yet from","number":"h227"},{"text":"Though Babylon","number":"h894"},{"text":"come","number":"h935"},{"text":"and though she should fortify","number":"h1219"},{"text":"the LORD","number":"h3068"},{"text":"the height","number":"h4791"},{"text":"unto her saith","number":"h5002"},{"text":"of her strength","number":"h5797"},{"text":"should mount up","number":"h5927"},{"text":"me shall spoilers","number":"h7703"},{"text":"to heaven","number":"h8064"}],"60":[{"text":"in a","number":"h259"},{"text":"against Babylon","number":"h894"},{"text":"upon Babylon","number":"h894"},{"text":"that should come","number":"h935"},{"text":"even all these words","number":"h1697"},{"text":"So Jeremiah","number":"h3414"},{"text":"that are written","number":"h3789"},{"text":"wrote","number":"h3789"},{"text":"book","number":"h5612"},{"text":"all the evil","number":"h7451"}],"46":[{"text":"and after","number":"h310"},{"text":"in the land","number":"h776"},{"text":"in the land","number":"h776"},{"text":"shall both come","number":"h935"},{"text":"and violence","number":"h2555"},{"text":"and ye fear","number":"h3372"},{"text":"And lest your heart","number":"h3824"},{"text":"against ruler","number":"h4910"},{"text":"ruler","number":"h4910"},{"text":"faint","number":"h7401"},{"text":"a rumour","number":"h8052"},{"text":"for the rumour","number":"h8052"},{"text":"shall come a rumour","number":"h8052"},{"text":"that shall be heard","number":"h8085"},{"text":"one year","number":"h8141"},{"text":"that in another year","number":"h8141"}],"40":[{"text":"like rams","number":"h352"},{"text":"to the slaughter","number":"h2873"},{"text":"I will bring them down","number":"h3381"},{"text":"like lambs","number":"h3733"},{"text":"with he goats","number":"h6260"}],"6":[{"text":"every man","number":"h376"},{"text":"of Babylon","number":"h894"},{"text":"unto her a recompence","number":"h1576"},{"text":"be not cut off","number":"h1826"},{"text":"of the LORD'S","number":"h3068"},{"text":"and deliver","number":"h4422"},{"text":"Flee out","number":"h5127"},{"text":"his soul","number":"h5315"},{"text":"vengeance","number":"h5360"},{"text":"in her iniquity","number":"h5771"},{"text":"for this is the time","number":"h6256"},{"text":"he will render","number":"h7999"},{"text":"of the midst","number":"h8432"}],"9":[{"text":"every one","number":"h376"},{"text":"into his own country","number":"h776"},{"text":"Babylon","number":"h894"},{"text":"her and let us go","number":"h3212"},{"text":"for her judgment","number":"h4941"},{"text":"reacheth","number":"h5060"},{"text":"and is lifted up","number":"h5375"},{"text":"forsake","number":"h5800"},{"text":"We would have healed","number":"h7495"},{"text":"but she is not healed","number":"h7495"},{"text":"even to the skies","number":"h7834"},{"text":"unto heaven","number":"h8064"}],"22":[{"text":"man","number":"h376"},{"text":"and woman","number":"h802"},{"text":"the young man","number":"h970"},{"text":"and the maid","number":"h1330"},{"text":"old","number":"h2205"},{"text":"and young","number":"h5288"},{"text":"With thee also will I break in pieces","number":"h5310"},{"text":"and with thee will I break in pieces","number":"h5310"},{"text":"and with thee will I break in pieces","number":"h5310"}],"45":[{"text":"ye every man","number":"h376"},{"text":"anger","number":"h639"},{"text":"from the fierce","number":"h2740"},{"text":"of the LORD","number":"h3068"},{"text":"go ye out","number":"h3318"},{"text":"of her and deliver","number":"h4422"},{"text":"his soul","number":"h5315"},{"text":"My people","number":"h5971"},{"text":"of the midst","number":"h8432"}],"34":[{"text":"hath devoured","number":"h398"},{"text":"of Babylon","number":"h894"},{"text":"he hath swallowed me up","number":"h1104"},{"text":"he hath cast me out","number":"h1740"},{"text":"me he hath crushed","number":"h2000"},{"text":"me he hath made","number":"h3322"},{"text":"vessel","number":"h3627"},{"text":"his belly","number":"h3770"},{"text":"he hath filled","number":"h4390"},{"text":"the king","number":"h4428"},{"text":"Nebuchadrezzar","number":"h5019"},{"text":"with my delicates","number":"h5730"},{"text":"me an empty","number":"h7385"},{"text":"like a dragon","number":"h8577"}],"23":[{"text":"the husbandman","number":"h406"},{"text":"I will also break in pieces","number":"h5310"},{"text":"and with thee will I break in pieces","number":"h5310"},{"text":"and with thee will I break in pieces","number":"h5310"},{"text":"and rulers","number":"h5461"},{"text":"and his flock","number":"h5739"},{"text":"captains","number":"h6346"},{"text":"and his yoke of oxen","number":"h6776"},{"text":"with thee the shepherd","number":"h7462"}],"56":[{"text":"God","number":"h410"},{"text":"upon her even upon Babylon","number":"h894"},{"text":"is come","number":"h935"},{"text":"and her mighty men","number":"h1368"},{"text":"of recompences","number":"h1578"},{"text":"is broken","number":"h2865"},{"text":"for the LORD","number":"h3068"},{"text":"are taken","number":"h3920"},{"text":"every one of their bows","number":"h7198"},{"text":"Because the spoiler","number":"h7703"},{"text":"requite","number":"h7999"},{"text":"shall surely","number":"h7999"}],"5":[{"text":"of his God","number":"h430"},{"text":"hath not been forsaken","number":"h488"},{"text":"though their land","number":"h776"},{"text":"with sin","number":"h817"},{"text":"nor Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"For Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"was filled","number":"h4390"},{"text":"of hosts","number":"h6635"},{"text":"against the Holy One","number":"h6918"}],"10":[{"text":"our God","number":"h430"},{"text":"come","number":"h935"},{"text":"The LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"hath brought forth","number":"h3318"},{"text":"the work","number":"h4639"},{"text":"and let us declare","number":"h5608"},{"text":"our righteousness","number":"h6666"},{"text":"in Zion","number":"h6726"}],"33":[{"text":"the God","number":"h430"},{"text":"For thus saith","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"shall come","number":"h935"},{"text":"The daughter","number":"h1323"},{"text":"is like a threshingfloor","number":"h1637"},{"text":"to thresh","number":"h1869"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"her yet a little while","number":"h4592"},{"text":"and the time","number":"h6256"},{"text":"it is time","number":"h6256"},{"text":"of hosts","number":"h6635"},{"text":"of her harvest","number":"h7105"}],"64":[{"text":"And thou shalt say","number":"h559"},{"text":"Thus shall Babylon","number":"h894"},{"text":"that I will bring","number":"h935"},{"text":"Thus far are the words","number":"h1697"},{"text":"upon her and they shall be weary","number":"h3286"},{"text":"of Jeremiah","number":"h3414"},{"text":"from","number":"h6440"},{"text":"and shall not rise","number":"h6965"},{"text":"the evil","number":"h7451"},{"text":"sink","number":"h8257"}],"36":[{"text":"Therefore thus saith","number":"h559"},{"text":"and I will dry up","number":"h2717"},{"text":"dry","number":"h3001"},{"text":"the LORD","number":"h3068"},{"text":"her sea","number":"h3220"},{"text":"and make her springs","number":"h4726"},{"text":"and take vengeance","number":"h5358"},{"text":"for thee","number":"h5360"},{"text":"Behold I will plead","number":"h7378"},{"text":"thy cause","number":"h7379"}],"1":[{"text":"Thus saith","number":"h559"},{"text":"against Babylon","number":"h894"},{"text":"the LORD","number":"h3068"},{"text":"and against them that dwell","number":"h3427"},{"text":"in the midst","number":"h3820"},{"text":"Behold I will raise up","number":"h5782"},{"text":"of them that rise up","number":"h6965"},{"text":"wind","number":"h7307"},{"text":"against me a destroying","number":"h7843"}],"58":[{"text":"Thus saith","number":"h559"},{"text":"the fire","number":"h784"},{"text":"with fire","number":"h784"},{"text":"of Babylon","number":"h894"},{"text":"and her high","number":"h1364"},{"text":"in","number":"h1767"},{"text":"walls","number":"h2346"},{"text":"shall labour","number":"h3021"},{"text":"the LORD","number":"h3068"},{"text":"and they shall be weary","number":"h3286"},{"text":"shall be burned","number":"h3341"},{"text":"and the folk","number":"h3816"},{"text":"and the people","number":"h5971"},{"text":"broken","number":"h6209"},{"text":"shall be utterly","number":"h6209"},{"text":"of hosts","number":"h6635"},{"text":"The broad","number":"h7342"},{"text":"in vain","number":"h7385"},{"text":"gates","number":"h8179"}],"61":[{"text":"said","number":"h559"},{"text":"to Babylon","number":"h894"},{"text":"When thou comest","number":"h935"},{"text":"all these words","number":"h1697"},{"text":"And Jeremiah","number":"h3414"},{"text":"and shalt read","number":"h7121"},{"text":"and shalt see","number":"h7200"},{"text":"to Seraiah","number":"h8304"}],"35":[{"text":"say","number":"h559"},{"text":"say","number":"h559"},{"text":"be upon Babylon","number":"h894"},{"text":"and my blood","number":"h1818"},{"text":"The violence","number":"h2555"},{"text":"shall Jerusalem","number":"h3389"},{"text":"shall the inhabitant","number":"h3427"},{"text":"upon the inhabitants","number":"h3427"},{"text":"of Chaldea","number":"h3778"},{"text":"of Zion","number":"h6726"},{"text":"done to me and to my flesh","number":"h7607"}],"52":[{"text":"shall groan","number":"h602"},{"text":"and through all her land","number":"h776"},{"text":"come","number":"h935"},{"text":"the wounded","number":"h2491"},{"text":"the LORD","number":"h3068"},{"text":"Wherefore behold the days","number":"h3117"},{"text":"saith","number":"h5002"},{"text":"upon her graven images","number":"h6456"},{"text":"that I will do judgment","number":"h6485"}],"12":[{"text":"the ambushes","number":"h693"},{"text":"of Babylon","number":"h894"},{"text":"of Babylon","number":"h894"},{"text":"that which he spake","number":"h1696"},{"text":"hath both devised","number":"h2161"},{"text":"upon the walls","number":"h2346"},{"text":"strong","number":"h2388"},{"text":"for the LORD","number":"h3068"},{"text":"against the inhabitants","number":"h3427"},{"text":"prepare","number":"h3559"},{"text":"make the watch","number":"h4929"},{"text":"the standard","number":"h5251"},{"text":"Set up","number":"h5375"},{"text":"and done","number":"h6213"},{"text":"set up","number":"h6965"},{"text":"the watchmen","number":"h8104"}],"38":[{"text":"as lions","number":"h738"},{"text":"whelps","number":"h1484"},{"text":"together","number":"h3162"},{"text":"like lions","number":"h3715"},{"text":"they shall yell","number":"h5286"},{"text":"They shall roar","number":"h7580"}],"29":[{"text":"And the land","number":"h776"},{"text":"the land","number":"h776"},{"text":"against Babylon","number":"h894"},{"text":"of Babylon","number":"h894"},{"text":"and sorrow","number":"h2342"},{"text":"of the LORD","number":"h3068"},{"text":"without an inhabitant","number":"h3427"},{"text":"for every purpose","number":"h4284"},{"text":"shall be performed","number":"h6965"},{"text":"shall tremble","number":"h7493"},{"text":"to make","number":"h7760"},{"text":"a desolation","number":"h8047"}],"25":[{"text":"all the earth","number":"h776"},{"text":"upon thee and roll thee down","number":"h1556"},{"text":"mountain","number":"h2022"},{"text":"mountain","number":"h2022"},{"text":"mine hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"Behold I am against thee O destroying","number":"h4889"},{"text":"saith","number":"h5002"},{"text":"and I will stretch out","number":"h5186"},{"text":"and will make","number":"h5414"},{"text":"from the rocks","number":"h5553"},{"text":"which destroyest","number":"h7843"},{"text":"thee a burnt","number":"h8316"}],"47":[{"text":"and her whole land","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"come","number":"h935"},{"text":"shall be confounded","number":"h954"},{"text":"and all her slain","number":"h2491"},{"text":"Therefore behold the days","number":"h3117"},{"text":"shall fall","number":"h5307"},{"text":"upon the graven images","number":"h6456"},{"text":"that I will do judgment","number":"h6485"},{"text":"in the midst","number":"h8432"}],"48":[{"text":"and the earth","number":"h776"},{"text":"for Babylon","number":"h894"},{"text":"shall come","number":"h935"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"unto her from the north","number":"h6828"},{"text":"and all that is therein shall sing","number":"h7442"},{"text":"for the spoilers","number":"h7703"},{"text":"Then the heaven","number":"h8064"}],"54":[{"text":"from the land","number":"h776"},{"text":"cometh from Babylon","number":"h894"},{"text":"and great","number":"h1419"},{"text":"of a cry","number":"h2201"},{"text":"of the Chaldeans","number":"h3778"},{"text":"A sound","number":"h6963"},{"text":"destruction","number":"h7667"}],"2":[{"text":"her land","number":"h776"},{"text":"unto Babylon","number":"h894"},{"text":"her and shall empty","number":"h1238"},{"text":"fanners","number":"h2114"},{"text":"that shall fan","number":"h2219"},{"text":"for in the day","number":"h3117"},{"text":"they shall be against her round about","number":"h5439"},{"text":"of trouble","number":"h7451"},{"text":"And will send","number":"h7971"}],"27":[{"text":"in the land","number":"h776"},{"text":"of Ararat","number":"h780"},{"text":"and Ashchenaz","number":"h813"},{"text":"among the nations","number":"h1471"},{"text":"the nations","number":"h1471"},{"text":"a captain","number":"h2951"},{"text":"caterpillers","number":"h3218"},{"text":"against her the kingdoms","number":"h4467"},{"text":"Minni","number":"h4508"},{"text":"a standard","number":"h5251"},{"text":"Set ye up","number":"h5375"},{"text":"against her cause the horses","number":"h5483"},{"text":"as the rough","number":"h5569"},{"text":"to come up","number":"h5927"},{"text":"appoint","number":"h6485"},{"text":"prepare","number":"h6942"},{"text":"the trumpet","number":"h7782"},{"text":"against her call together","number":"h8085"},{"text":"blow","number":"h8628"}],"4":[{"text":"in the land","number":"h776"},{"text":"and they that are thrust through","number":"h1856"},{"text":"in her streets","number":"h2351"},{"text":"Thus the slain","number":"h2491"},{"text":"of the Chaldeans","number":"h3778"},{"text":"shall fall","number":"h5307"}],"49":[{"text":"of all the earth","number":"h776"},{"text":"Babylon","number":"h894"},{"text":"so at Babylon","number":"h894"},{"text":"As","number":"h1571"},{"text":"hath caused the slain","number":"h2491"},{"text":"the slain","number":"h2491"},{"text":"of Israel","number":"h3478"},{"text":"shall fall","number":"h5307"},{"text":"to fall","number":"h5307"}],"41":[{"text":"of the whole earth","number":"h776"},{"text":"how is Babylon","number":"h894"},{"text":"among the nations","number":"h1471"},{"text":"taken","number":"h3920"},{"text":"become an astonishment","number":"h8047"},{"text":"How is Sheshach","number":"h8347"},{"text":"and how is the praise","number":"h8416"},{"text":"surprised","number":"h8610"}],"7":[{"text":"that made all the earth","number":"h776"},{"text":"Babylon","number":"h894"},{"text":"the nations","number":"h1471"},{"text":"therefore the nations","number":"h1471"},{"text":"are mad","number":"h1984"},{"text":"hath been a golden","number":"h2091"},{"text":"hand","number":"h3027"},{"text":"in the LORD'S","number":"h3068"},{"text":"of her wine","number":"h3196"},{"text":"cup","number":"h3563"},{"text":"drunken","number":"h7937"},{"text":"have drunken","number":"h8354"}],"15":[{"text":"the earth","number":"h776"},{"text":"by his wisdom","number":"h2451"},{"text":"he hath established","number":"h3559"},{"text":"by his power","number":"h3581"},{"text":"and hath stretched out","number":"h5186"},{"text":"He hath made","number":"h6213"},{"text":"the heaven","number":"h8064"},{"text":"by his understanding","number":"h8394"},{"text":"the world","number":"h8398"}],"28":[{"text":"thereof and all the land","number":"h776"},{"text":"against her the nations","number":"h1471"},{"text":"of the Medes","number":"h4074"},{"text":"with the kings","number":"h4428"},{"text":"of his dominion","number":"h4475"},{"text":"thereof and all the rulers","number":"h5461"},{"text":"the captains","number":"h6346"},{"text":"Prepare","number":"h6942"}],"30":[{"text":"they became as women","number":"h802"},{"text":"of Babylon","number":"h894"},{"text":"her bars","number":"h1280"},{"text":"The mighty men","number":"h1368"},{"text":"their might","number":"h1369"},{"text":"have forborn","number":"h2308"},{"text":"they have burned","number":"h3341"},{"text":"they have remained","number":"h3427"},{"text":"to fight","number":"h3898"},{"text":"in their holds","number":"h4679"},{"text":"her dwellingplaces","number":"h4908"},{"text":"hath failed","number":"h5405"},{"text":"are broken","number":"h7665"}],"37":[{"text":"And Babylon","number":"h894"},{"text":"shall become heaps","number":"h1530"},{"text":"without an inhabitant","number":"h3427"},{"text":"a dwellingplace","number":"h4583"},{"text":"an astonishment","number":"h8047"},{"text":"and an hissing","number":"h8322"},{"text":"for dragons","number":"h8577"}],"8":[{"text":"Babylon","number":"h894"},{"text":"howl","number":"h3213"},{"text":"for her take","number":"h3947"},{"text":"for her pain","number":"h4341"},{"text":"fallen","number":"h5307"},{"text":"is suddenly","number":"h6597"},{"text":"balm","number":"h6875"},{"text":"if so be she may be healed","number":"h7495"},{"text":"and destroyed","number":"h7665"}],"44":[{"text":"in Babylon","number":"h894"},{"text":"of Babylon","number":"h894"},{"text":"Bel","number":"h1078"},{"text":"that which he hath swallowed up","number":"h1105"},{"text":"and the nations","number":"h1471"},{"text":"any more unto him yea the wall","number":"h2346"},{"text":"and I will bring forth","number":"h3318"},{"text":"shall not flow together","number":"h5102"},{"text":"shall fall","number":"h5307"},{"text":"out of his mouth","number":"h6310"},{"text":"And I will punish","number":"h6485"}],"59":[{"text":"into Babylon","number":"h894"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"The word","number":"h1697"},{"text":"of Judah","number":"h3063"},{"text":"when he went","number":"h3212"},{"text":"which Jeremiah","number":"h3414"},{"text":"of Maaseiah","number":"h4271"},{"text":"of his reign","number":"h4427"},{"text":"the king","number":"h4428"},{"text":"was a quiet","number":"h4496"},{"text":"the prophet","number":"h5030"},{"text":"of Neriah","number":"h5374"},{"text":"with Zedekiah","number":"h6667"},{"text":"commanded","number":"h6680"},{"text":"in the fourth","number":"h7243"},{"text":"year","number":"h8141"},{"text":"prince","number":"h8269"},{"text":"And this Seraiah","number":"h8304"},{"text":"Seraiah","number":"h8304"}],"11":[{"text":"is against Babylon","number":"h894"},{"text":"Make bright","number":"h1305"},{"text":"of his temple","number":"h1964"},{"text":"the arrows","number":"h2671"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of the Medes","number":"h4074"},{"text":"for his device","number":"h4209"},{"text":"gather","number":"h4390"},{"text":"of the kings","number":"h4428"},{"text":"it because it is the vengeance","number":"h5360"},{"text":"the vengeance","number":"h5360"},{"text":"hath raised up","number":"h5782"},{"text":"the spirit","number":"h7307"},{"text":"to destroy","number":"h7843"},{"text":"the shields","number":"h7982"}],"31":[{"text":"of Babylon","number":"h894"},{"text":"is taken","number":"h3920"},{"text":"the king","number":"h4428"},{"text":"and one messenger","number":"h5046"},{"text":"another","number":"h5046"},{"text":"to shew","number":"h5046"},{"text":"that his city","number":"h5892"},{"text":"at one end","number":"h7097"},{"text":"to meet","number":"h7125"},{"text":"to meet","number":"h7125"},{"text":"One post","number":"h7323"},{"text":"another","number":"h7323"},{"text":"shall run","number":"h7323"}],"24":[{"text":"unto Babylon","number":"h894"},{"text":"the LORD","number":"h3068"},{"text":"and to all the inhabitants","number":"h3427"},{"text":"of Chaldea","number":"h3778"},{"text":"saith","number":"h5002"},{"text":"in your sight","number":"h5869"},{"text":"that they have done","number":"h6213"},{"text":"in Zion","number":"h6726"},{"text":"all their evil","number":"h7451"},{"text":"And I will render","number":"h7999"}],"42":[{"text":"upon Babylon","number":"h894"},{"text":"of the waves","number":"h1530"},{"text":"with the multitude","number":"h1995"},{"text":"The sea","number":"h3220"},{"text":"she is covered","number":"h3680"},{"text":"is come up","number":"h5927"}],"51":[{"text":"are come","number":"h935"},{"text":"We are confounded","number":"h954"},{"text":"house","number":"h1004"},{"text":"for strangers","number":"h2114"},{"text":"reproach","number":"h2781"},{"text":"of the LORD'S","number":"h3068"},{"text":"shame","number":"h3639"},{"text":"hath covered","number":"h3680"},{"text":"into the sanctuaries","number":"h4720"},{"text":"our faces","number":"h6440"},{"text":"because we have heard","number":"h8085"}],"3":[{"text":"ye not her young men","number":"h970"},{"text":"Against him that bendeth","number":"h1869"},{"text":"bend","number":"h1869"},{"text":"let the archer","number":"h1869"},{"text":"and spare","number":"h2550"},{"text":"destroy ye utterly","number":"h2763"},{"text":"in his brigandine","number":"h5630"},{"text":"and against him that lifteth himself up","number":"h5927"},{"text":"all her host","number":"h6635"},{"text":"his bow","number":"h7198"}],"57":[{"text":"and her mighty men","number":"h1368"},{"text":"and her wise","number":"h2450"},{"text":"is the LORD","number":"h3068"},{"text":"and they shall sleep","number":"h3462"},{"text":"the King","number":"h4428"},{"text":"saith","number":"h5002"},{"text":"and her rulers","number":"h5461"},{"text":"a perpetual","number":"h5769"},{"text":"men her captains","number":"h6346"},{"text":"of hosts","number":"h6635"},{"text":"and not wake","number":"h6974"},{"text":"And I will make drunk","number":"h7937"},{"text":"whose name","number":"h8034"},{"text":"sleep","number":"h8142"},{"text":"her princes","number":"h8269"}],"20":[{"text":"the nations","number":"h1471"},{"text":"and weapons","number":"h3627"},{"text":"of war","number":"h4421"},{"text":"kingdoms","number":"h4467"},{"text":"Thou art my battle axe","number":"h4661"},{"text":"for with thee will I break in pieces","number":"h5310"},{"text":"and with thee will I destroy","number":"h7843"}],"50":[{"text":"go away","number":"h1980"},{"text":"remember","number":"h2142"},{"text":"the sword","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"and let Jerusalem","number":"h3389"},{"text":"into your mind","number":"h3824"},{"text":"come","number":"h5927"},{"text":"stand not still","number":"h5975"},{"text":"Ye that have escaped","number":"h6405"},{"text":"afar off","number":"h7350"}],"19":[{"text":"The portion","number":"h2506"},{"text":"the LORD","number":"h3068"},{"text":"of Jacob","number":"h3290"},{"text":"is not like them for he is the former","number":"h3335"},{"text":"of his inheritance","number":"h5159"},{"text":"of hosts","number":"h6635"},{"text":"of all things and Israel is the rod","number":"h7626"},{"text":"is his name","number":"h8034"}],"39":[{"text":"In their heat","number":"h2527"},{"text":"the LORD","number":"h3068"},{"text":"and sleep","number":"h3462"},{"text":"their feasts","number":"h4960"},{"text":"saith","number":"h5002"},{"text":"a perpetual","number":"h5769"},{"text":"that they may rejoice","number":"h5937"},{"text":"and not wake","number":"h6974"},{"text":"I will make","number":"h7896"},{"text":"and I will make them drunken","number":"h7937"},{"text":"sleep","number":"h8142"}],"21":[{"text":"And with thee will I break in pieces","number":"h5310"},{"text":"and with thee will I break in pieces","number":"h5310"},{"text":"the horse","number":"h5483"},{"text":"and his rider","number":"h7392"},{"text":"and his rider","number":"h7392"},{"text":"the chariot","number":"h7393"}]}
@@ -0,0 +1 @@
1
+ {"27":[{"text":"in the land","number":"h127"},{"text":"out of his own land","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"was carried away captive","number":"h1540"},{"text":"of Hamath","number":"h2574"},{"text":"Thus Judah","number":"h3063"},{"text":"them and put them to death","number":"h4191"},{"text":"And the king","number":"h4428"},{"text":"smote","number":"h5221"},{"text":"in Riblah","number":"h7247"}],"31":[{"text":"that Evilmerodach","number":"h192"},{"text":"of Babylon","number":"h894"},{"text":"out of prison","number":"h1004"},{"text":"of the captivity","number":"h1546"},{"text":"month","number":"h2320"},{"text":"day of the month","number":"h2320"},{"text":"in the five","number":"h2568"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"of Jehoiachin","number":"h3078"},{"text":"of Jehoiachin","number":"h3078"},{"text":"and brought him forth","number":"h3318"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"of his reign","number":"h4438"},{"text":"lifted up","number":"h5375"},{"text":"and twentieth","number":"h6242"},{"text":"the head","number":"h7218"},{"text":"And it came to pass in the seven","number":"h7651"},{"text":"and thirtieth","number":"h7970"},{"text":"in the first year","number":"h8141"},{"text":"year","number":"h8141"},{"text":"in the twelfth","number":"h8147"}],"25":[{"text":"an","number":"h259"},{"text":"men","number":"h376"},{"text":"men","number":"h582"},{"text":"of the men","number":"h582"},{"text":"of the land","number":"h776"},{"text":"of the land","number":"h776"},{"text":"He took","number":"h3947"},{"text":"of war","number":"h4421"},{"text":"the king's","number":"h4428"},{"text":"that were found","number":"h4672"},{"text":"which were found","number":"h4672"},{"text":"scribe","number":"h5608"},{"text":"eunuch","number":"h5631"},{"text":"also out of the city","number":"h5892"},{"text":"in the city","number":"h5892"},{"text":"of the city","number":"h5892"},{"text":"of the people","number":"h5971"},{"text":"the people","number":"h5971"},{"text":"person","number":"h6440"},{"text":"which had the charge","number":"h6496"},{"text":"who mustered","number":"h6633"},{"text":"of the host","number":"h6635"},{"text":"of them that were near","number":"h7200"},{"text":"and seven","number":"h7651"},{"text":"and the principal","number":"h8269"},{"text":"and threescore","number":"h8346"},{"text":"in the midst","number":"h8432"}],"1":[{"text":"eleven","number":"h259"},{"text":"was one","number":"h259"},{"text":"And his mother's","number":"h517"},{"text":"old","number":"h1121"},{"text":"the daughter","number":"h1323"},{"text":"was Hamutal","number":"h2537"},{"text":"in Jerusalem","number":"h3389"},{"text":"of Jeremiah","number":"h3414"},{"text":"of Libnah","number":"h3841"},{"text":"and he reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"and twenty","number":"h6242"},{"text":"Zedekiah","number":"h6667"},{"text":"name","number":"h8034"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"21":[{"text":"of one","number":"h259"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"fingers","number":"h676"},{"text":"thereof was four","number":"h702"},{"text":"and a fillet","number":"h2339"},{"text":"it was hollow","number":"h5014"},{"text":"did compass","number":"h5437"},{"text":"it and the thickness","number":"h5672"},{"text":"And concerning the pillars","number":"h5982"},{"text":"pillar","number":"h5982"},{"text":"the height","number":"h6967"},{"text":"was eighteen","number":"h8083"},{"text":"of twelve","number":"h8147"}],"22":[{"text":"of one","number":"h259"},{"text":"cubits","number":"h520"},{"text":"was five","number":"h2568"},{"text":"And a chapiter","number":"h3805"},{"text":"chapiter","number":"h3805"},{"text":"upon the chapiters","number":"h3805"},{"text":"all of brass","number":"h5178"},{"text":"of brass","number":"h5178"},{"text":"round about","number":"h5439"},{"text":"pillar","number":"h5982"},{"text":"was upon it and the height","number":"h6967"},{"text":"also and the pomegranates","number":"h7416"},{"text":"and pomegranates","number":"h7416"},{"text":"with network","number":"h7639"},{"text":"The second","number":"h8145"}],"20":[{"text":"one","number":"h259"},{"text":"in the house","number":"h1004"},{"text":"bulls","number":"h1241"},{"text":"of the LORD","number":"h3068"},{"text":"sea","number":"h3220"},{"text":"of all these vessels","number":"h3627"},{"text":"that were under the bases","number":"h4350"},{"text":"which king","number":"h4428"},{"text":"was without weight","number":"h4948"},{"text":"brasen","number":"h5178"},{"text":"the brass","number":"h5178"},{"text":"pillars","number":"h5982"},{"text":"had made","number":"h6213"},{"text":"Solomon","number":"h8010"},{"text":"The two","number":"h8147"},{"text":"and twelve","number":"h8147"}],"8":[{"text":"after","number":"h310"},{"text":"But the army","number":"h2428"},{"text":"and all his army","number":"h2428"},{"text":"of Jericho","number":"h3405"},{"text":"of the Chaldeans","number":"h3778"},{"text":"the king","number":"h4428"},{"text":"and overtook","number":"h5381"},{"text":"in the plains","number":"h6160"},{"text":"was scattered","number":"h6327"},{"text":"Zedekiah","number":"h6667"},{"text":"pursued","number":"h7291"}],"33":[{"text":"eat","number":"h398"},{"text":"garments","number":"h899"},{"text":"of his life","number":"h2416"},{"text":"him all the days","number":"h3117"},{"text":"his prison","number":"h3608"},{"text":"bread","number":"h3899"},{"text":"before","number":"h6440"},{"text":"And changed","number":"h8138"},{"text":"and he did continually","number":"h8548"}],"28":[{"text":"thousand","number":"h505"},{"text":"carried away captive","number":"h1540"},{"text":"Jews","number":"h3064"},{"text":"whom Nebuchadrezzar","number":"h5019"},{"text":"This is the people","number":"h5971"},{"text":"and twenty","number":"h6242"},{"text":"in the seventh","number":"h7651"},{"text":"and three","number":"h7969"},{"text":"three","number":"h7969"},{"text":"year","number":"h8141"}],"30":[{"text":"thousand","number":"h505"},{"text":"were four","number":"h702"},{"text":"forty","number":"h705"},{"text":"carried away captive","number":"h1540"},{"text":"and five","number":"h2568"},{"text":"of the guard","number":"h2876"},{"text":"of the Jews","number":"h3064"},{"text":"hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"Nebuzaradan","number":"h5018"},{"text":"of Nebuchadrezzar","number":"h5019"},{"text":"all the persons","number":"h5315"},{"text":"persons","number":"h5315"},{"text":"and twentieth","number":"h6242"},{"text":"the captain","number":"h7227"},{"text":"seven","number":"h7651"},{"text":"In the three","number":"h7969"},{"text":"year","number":"h8141"},{"text":"and six","number":"h8337"}],"15":[{"text":"of the multitude","number":"h527"},{"text":"of Babylon","number":"h894"},{"text":"carried away captive","number":"h1540"},{"text":"certain of the poor","number":"h1803"},{"text":"of the guard","number":"h2876"},{"text":"and the residue","number":"h3499"},{"text":"and the rest","number":"h3499"},{"text":"to the king","number":"h4428"},{"text":"Then Nebuzaradan","number":"h5018"},{"text":"and those that fell away","number":"h5307"},{"text":"that fell","number":"h5307"},{"text":"in the city","number":"h5892"},{"text":"of the people","number":"h5971"},{"text":"of the people","number":"h5971"},{"text":"the captain","number":"h7227"},{"text":"that remained","number":"h7604"}],"7":[{"text":"and all the men","number":"h582"},{"text":"was broken up","number":"h1234"},{"text":"fled","number":"h1272"},{"text":"garden","number":"h1588"},{"text":"by the way","number":"h1870"},{"text":"by the way","number":"h1870"},{"text":"between the two walls","number":"h2346"},{"text":"and they went","number":"h3212"},{"text":"and went forth","number":"h3318"},{"text":"now the Chaldeans","number":"h3778"},{"text":"by night","number":"h3915"},{"text":"of war","number":"h4421"},{"text":"which was by the king's","number":"h4428"},{"text":"round about","number":"h5439"},{"text":"Then the city","number":"h5892"},{"text":"out of the city","number":"h5892"},{"text":"were by the city","number":"h5892"},{"text":"of the plain","number":"h6160"},{"text":"of the gate","number":"h8179"}],"11":[{"text":"bound","number":"h631"},{"text":"him to Babylon","number":"h894"},{"text":"of Babylon","number":"h894"},{"text":"and carried","number":"h935"},{"text":"him in prison","number":"h1004"},{"text":"till the day","number":"h3117"},{"text":"of his death","number":"h4194"},{"text":"and the king","number":"h4428"},{"text":"him in chains","number":"h5178"},{"text":"and put","number":"h5414"},{"text":"Then he put out","number":"h5786"},{"text":"the eyes","number":"h5869"},{"text":"of Zedekiah","number":"h6667"}],"3":[{"text":"the anger","number":"h639"},{"text":"of Babylon","number":"h894"},{"text":"and Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"it came to pass in Jerusalem","number":"h3389"},{"text":"against the king","number":"h4428"},{"text":"rebelled","number":"h4775"},{"text":"For through","number":"h5921"},{"text":"from his presence","number":"h6440"},{"text":"that Zedekiah","number":"h6667"},{"text":"till he had cast them out","number":"h7993"}],"34":[{"text":"And for his diet","number":"h737"},{"text":"diet","number":"h737"},{"text":"of Babylon","number":"h894"},{"text":"a portion","number":"h1697"},{"text":"of his life","number":"h2416"},{"text":"all the days","number":"h3117"},{"text":"day","number":"h3117"},{"text":"every","number":"h3117"},{"text":"until the day","number":"h3117"},{"text":"of his death","number":"h4194"},{"text":"him of the king","number":"h4428"},{"text":"given","number":"h5414"},{"text":"there was a continual","number":"h8548"}],"9":[{"text":"in the land","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"where he gave","number":"h1696"},{"text":"of Hamath","number":"h2574"},{"text":"the king","number":"h4428"},{"text":"unto the king","number":"h4428"},{"text":"judgment","number":"h4941"},{"text":"and carried him up","number":"h5927"},{"text":"to Riblah","number":"h7247"},{"text":"Then they took","number":"h8610"}],"16":[{"text":"of the land","number":"h776"},{"text":"certain of the poor","number":"h1803"},{"text":"of the guard","number":"h2876"},{"text":"and for husbandmen","number":"h3009"},{"text":"for vinedressers","number":"h3755"},{"text":"But Nebuzaradan","number":"h5018"},{"text":"the captain","number":"h7227"},{"text":"left","number":"h7604"}],"6":[{"text":"of the land","number":"h776"},{"text":"day of the month","number":"h2320"},{"text":"month","number":"h2320"},{"text":"was sore","number":"h2388"},{"text":"so that there was no bread","number":"h3899"},{"text":"in the city","number":"h5892"},{"text":"for the people","number":"h5971"},{"text":"And in the fourth","number":"h7243"},{"text":"the famine","number":"h7458"},{"text":"in the ninth","number":"h8672"}],"13":[{"text":"he with fire","number":"h784"},{"text":"and all the houses","number":"h1004"},{"text":"and all the houses","number":"h1004"},{"text":"house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"of the great","number":"h1419"},{"text":"of the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"and the king's","number":"h4428"},{"text":"And burned","number":"h8313"},{"text":"men burned","number":"h8313"}],"10":[{"text":"of Babylon","number":"h894"},{"text":"the sons","number":"h1121"},{"text":"of Judah","number":"h3063"},{"text":"And the king","number":"h4428"},{"text":"before his eyes","number":"h5869"},{"text":"of Zedekiah","number":"h6667"},{"text":"in Riblah","number":"h7247"},{"text":"he slew","number":"h7819"},{"text":"slew","number":"h7819"},{"text":"also all the princes","number":"h8269"}],"12":[{"text":"of Babylon","number":"h894"},{"text":"of Babylon","number":"h894"},{"text":"came","number":"h935"},{"text":"day of the month","number":"h2320"},{"text":"month","number":"h2320"},{"text":"Now in the fifth","number":"h2549"},{"text":"of the guard","number":"h2876"},{"text":"into Jerusalem","number":"h3389"},{"text":"king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"Nebuzaradan","number":"h5018"},{"text":"of Nebuchadrezzar","number":"h5019"},{"text":"which served","number":"h5975"},{"text":"in the tenth","number":"h6218"},{"text":"captain","number":"h7227"},{"text":"year","number":"h8141"},{"text":"which was the nineteenth","number":"h8672"}],"26":[{"text":"of Babylon","number":"h894"},{"text":"of the guard","number":"h2876"},{"text":"them and brought","number":"h3212"},{"text":"took","number":"h3947"},{"text":"them to the king","number":"h4428"},{"text":"So Nebuzaradan","number":"h5018"},{"text":"the captain","number":"h7227"},{"text":"to Riblah","number":"h7247"}],"4":[{"text":"of Babylon","number":"h894"},{"text":"came","number":"h935"},{"text":"against it and built","number":"h1129"},{"text":"forts","number":"h1785"},{"text":"day of the month","number":"h2320"},{"text":"month","number":"h2320"},{"text":"he and all his army","number":"h2428"},{"text":"and pitched","number":"h2583"},{"text":"against Jerusalem","number":"h3389"},{"text":"of his reign","number":"h4427"},{"text":"king","number":"h4428"},{"text":"that Nebuchadrezzar","number":"h5019"},{"text":"against it round about","number":"h5439"},{"text":"in the tenth","number":"h6218"},{"text":"in the tenth","number":"h6224"},{"text":"year","number":"h8141"},{"text":"And it came to pass in the ninth","number":"h8671"}],"17":[{"text":"of them to Babylon","number":"h894"},{"text":"that was in the house","number":"h1004"},{"text":"that were in the house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"sea","number":"h3220"},{"text":"the Chaldeans","number":"h3778"},{"text":"and the bases","number":"h4350"},{"text":"all the brass","number":"h5178"},{"text":"and the brasen","number":"h5178"},{"text":"of brass","number":"h5178"},{"text":"and carried","number":"h5375"},{"text":"Also the pillars","number":"h5982"},{"text":"brake","number":"h7665"}],"32":[{"text":"that were with him in Babylon","number":"h894"},{"text":"And spake","number":"h1696"},{"text":"kindly","number":"h2896"},{"text":"his throne","number":"h3678"},{"text":"the throne","number":"h3678"},{"text":"of the kings","number":"h4428"},{"text":"above","number":"h4605"},{"text":"unto him and set","number":"h5414"}],"5":[{"text":"So","number":"h935"},{"text":"of king","number":"h4428"},{"text":"was besieged","number":"h4692"},{"text":"the city","number":"h5892"},{"text":"unto the eleventh","number":"h6249"},{"text":"Zedekiah","number":"h6667"},{"text":"year","number":"h8141"}],"29":[{"text":"he carried away captive","number":"h1540"},{"text":"from Jerusalem","number":"h3389"},{"text":"hundred","number":"h3967"},{"text":"of Nebuchadrezzar","number":"h5019"},{"text":"persons","number":"h5315"},{"text":"thirty","number":"h7970"},{"text":"In the eighteenth","number":"h8083"},{"text":"eight","number":"h8083"},{"text":"year","number":"h8141"},{"text":"and two","number":"h8147"}],"19":[{"text":"in gold","number":"h2091"},{"text":"that which was of gold","number":"h2091"},{"text":"of the guard","number":"h2876"},{"text":"and that which was of silver","number":"h3701"},{"text":"in silver","number":"h3701"},{"text":"and the spoons","number":"h3709"},{"text":"away","number":"h3947"},{"text":"took","number":"h3947"},{"text":"and the bowls","number":"h4219"},{"text":"and the firepans","number":"h4289"},{"text":"and the candlesticks","number":"h4501"},{"text":"and the cups","number":"h4518"},{"text":"and the caldrons","number":"h5518"},{"text":"And the basons","number":"h5592"},{"text":"the captain","number":"h7227"}],"14":[{"text":"all the walls","number":"h2346"},{"text":"And all the army","number":"h2428"},{"text":"of the guard","number":"h2876"},{"text":"of Jerusalem","number":"h3389"},{"text":"of the Chaldeans","number":"h3778"},{"text":"brake down","number":"h5422"},{"text":"round about","number":"h5439"},{"text":"that were with the captain","number":"h7227"}],"24":[{"text":"of the guard","number":"h2876"},{"text":"priest","number":"h3548"},{"text":"priest","number":"h3548"},{"text":"took","number":"h3947"},{"text":"the second","number":"h4932"},{"text":"of the door","number":"h5592"},{"text":"and Zephaniah","number":"h6846"},{"text":"the chief","number":"h7218"},{"text":"And the captain","number":"h7227"},{"text":"and the three","number":"h7969"},{"text":"keepers","number":"h8104"},{"text":"Seraiah","number":"h8304"}],"2":[{"text":"of the LORD","number":"h3068"},{"text":"according to all that Jehoiakim","number":"h3079"},{"text":"in the eyes","number":"h5869"},{"text":"And he did","number":"h6213"},{"text":"had done","number":"h6213"},{"text":"that which was evil","number":"h7451"}],"18":[{"text":"also and the shovels","number":"h3257"},{"text":"and all the vessels","number":"h3627"},{"text":"and the spoons","number":"h3709"},{"text":"took they away","number":"h3947"},{"text":"and the snuffers","number":"h4212"},{"text":"and the bowls","number":"h4219"},{"text":"of brass","number":"h5178"},{"text":"The caldrons","number":"h5518"},{"text":"wherewith they ministered","number":"h8334"}],"23":[{"text":"were an hundred","number":"h3967"},{"text":"round about","number":"h5439"},{"text":"on a side","number":"h7307"},{"text":"and all the pomegranates","number":"h7416"},{"text":"pomegranates","number":"h7416"},{"text":"upon the network","number":"h7639"},{"text":"and six","number":"h8337"},{"text":"And there were ninety","number":"h8673"}]}
@@ -0,0 +1 @@
1
+ {"21":[{"text":"and the fathers","number":"h1"},{"text":"shall perish","number":"h6"},{"text":"Therefore thus saith","number":"h559"},{"text":"and the sons","number":"h1121"},{"text":"the LORD","number":"h3068"},{"text":"together","number":"h3162"},{"text":"shall fall","number":"h3782"},{"text":"stumblingblocks","number":"h4383"},{"text":"Behold I will lay","number":"h5414"},{"text":"before this people","number":"h5971"},{"text":"and his friend","number":"h7453"},{"text":"upon them the neighbour","number":"h7934"}],"26":[{"text":"thee mourning","number":"h60"},{"text":"thyself in ashes","number":"h665"},{"text":"come","number":"h935"},{"text":"O daughter","number":"h1323"},{"text":"gird","number":"h2296"},{"text":"as for an only son","number":"h3173"},{"text":"lamentation","number":"h4553"},{"text":"of my people","number":"h5971"},{"text":"make","number":"h6213"},{"text":"and wallow","number":"h6428"},{"text":"shall suddenly","number":"h6597"},{"text":"for the spoiler","number":"h7703"},{"text":"thee with sackcloth","number":"h8242"},{"text":"most bitter","number":"h8563"}],"3":[{"text":"their tents","number":"h168"},{"text":"every one","number":"h376"},{"text":"shall come","number":"h935"},{"text":"in his place","number":"h3027"},{"text":"against her round about","number":"h5439"},{"text":"with their flocks","number":"h5739"},{"text":"The shepherds","number":"h7462"},{"text":"they shall feed","number":"h7462"},{"text":"unto her they shall pitch","number":"h8628"}],"4":[{"text":"Woe","number":"h188"},{"text":"unto us! for the day","number":"h3117"},{"text":"ye war","number":"h4421"},{"text":"are stretched out","number":"h5186"},{"text":"and let us go up","number":"h5927"},{"text":"of the evening","number":"h6153"},{"text":"goeth away","number":"h6437"},{"text":"at noon","number":"h6672"},{"text":"for the shadows","number":"h6752"},{"text":"Prepare","number":"h6942"},{"text":"against her arise","number":"h6965"}],"10":[{"text":"behold their ear","number":"h241"},{"text":"To whom shall I speak","number":"h1696"},{"text":"behold the word","number":"h1697"},{"text":"they have no delight","number":"h2654"},{"text":"is unto them a reproach","number":"h2781"},{"text":"of the LORD","number":"h3068"},{"text":"and they cannot","number":"h3201"},{"text":"and give warning","number":"h5749"},{"text":"is uncircumcised","number":"h6189"},{"text":"hearken","number":"h7181"},{"text":"that they may hear","number":"h8085"}],"12":[{"text":"unto others","number":"h312"},{"text":"of the land","number":"h776"},{"text":"and wives","number":"h802"},{"text":"And their houses","number":"h1004"},{"text":"my hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"together","number":"h3162"},{"text":"upon the inhabitants","number":"h3427"},{"text":"saith","number":"h5002"},{"text":"for I will stretch out","number":"h5186"},{"text":"shall be turned","number":"h5437"},{"text":"with their fields","number":"h7704"}],"25":[{"text":"of the enemy","number":"h341"},{"text":"by the way","number":"h1870"},{"text":"for the sword","number":"h2719"},{"text":"nor walk","number":"h3212"},{"text":"Go not forth","number":"h3318"},{"text":"and fear","number":"h4032"},{"text":"is on every side","number":"h5439"},{"text":"into the field","number":"h7704"}],"23":[{"text":"as men","number":"h376"},{"text":"they are cruel","number":"h394"},{"text":"against thee O daughter","number":"h1323"},{"text":"roareth","number":"h1993"},{"text":"They shall lay hold","number":"h2388"},{"text":"like the sea","number":"h3220"},{"text":"and spear","number":"h3591"},{"text":"for war","number":"h4421"},{"text":"upon horses","number":"h5483"},{"text":"set in array","number":"h6186"},{"text":"of Zion","number":"h6726"},{"text":"their voice","number":"h6963"},{"text":"on bow","number":"h7198"},{"text":"and have no mercy","number":"h7355"},{"text":"and they ride","number":"h7392"}],"11":[{"text":"for even the husband","number":"h376"},{"text":"with the wife","number":"h802"},{"text":"of young men","number":"h970"},{"text":"the aged","number":"h2205"},{"text":"abroad","number":"h2351"},{"text":"of the fury","number":"h2534"},{"text":"of the LORD","number":"h3068"},{"text":"of days","number":"h3117"},{"text":"together","number":"h3162"},{"text":"with holding in","number":"h3557"},{"text":"I am weary","number":"h3811"},{"text":"shall be taken","number":"h3920"},{"text":"with him that is full","number":"h4390"},{"text":"Therefore I am full","number":"h4392"},{"text":"and upon the assembly","number":"h5475"},{"text":"upon the children","number":"h5768"},{"text":"I will pour it out","number":"h8210"}],"16":[{"text":"But they said","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"way","number":"h1870"},{"text":"ye in the ways","number":"h1870"},{"text":"where is the good","number":"h2896"},{"text":"the LORD","number":"h3068"},{"text":"We will not walk","number":"h3212"},{"text":"and walk","number":"h3212"},{"text":"therein and ye shall find","number":"h4672"},{"text":"rest","number":"h4771"},{"text":"for your souls","number":"h5315"},{"text":"paths","number":"h5410"},{"text":"for the old","number":"h5769"},{"text":"Stand","number":"h5975"},{"text":"and see","number":"h7200"},{"text":"and ask","number":"h7592"}],"17":[{"text":"But they said","number":"h559"},{"text":"watchmen","number":"h6822"},{"text":"to the sound","number":"h6963"},{"text":"Also I set","number":"h6965"},{"text":"We will not hearken","number":"h7181"},{"text":"over you saying Hearken","number":"h7181"},{"text":"of the trumpet","number":"h7782"}],"22":[{"text":"Thus saith","number":"h559"},{"text":"country","number":"h776"},{"text":"of the earth","number":"h776"},{"text":"cometh","number":"h935"},{"text":"and a great","number":"h1419"},{"text":"nation","number":"h1471"},{"text":"the LORD","number":"h3068"},{"text":"from the sides","number":"h3411"},{"text":"shall be raised","number":"h5782"},{"text":"Behold a people","number":"h5971"},{"text":"from the north","number":"h6828"}],"9":[{"text":"Thus saith","number":"h559"},{"text":"as a grapegatherer","number":"h1219"},{"text":"as a vine","number":"h1612"},{"text":"thine hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"into the baskets","number":"h5552"},{"text":"They shall throughly","number":"h5953"},{"text":"glean","number":"h5953"},{"text":"of hosts","number":"h6635"},{"text":"the remnant","number":"h7611"},{"text":"turn back","number":"h7725"}],"6":[{"text":"said","number":"h559"},{"text":"For thus hath the LORD","number":"h3068"},{"text":"against Jerusalem","number":"h3389"},{"text":"Hew ye down","number":"h3772"},{"text":"a mount","number":"h5550"},{"text":"this is the city","number":"h5892"},{"text":"trees","number":"h6097"},{"text":"she is wholly oppression","number":"h6233"},{"text":"to be visited","number":"h6485"},{"text":"of hosts","number":"h6635"},{"text":"in the midst","number":"h7130"},{"text":"and cast","number":"h8210"}],"15":[{"text":"saith","number":"h559"},{"text":"ashamed","number":"h954"},{"text":"they were not at all","number":"h954"},{"text":"nay","number":"h1571"},{"text":"neither","number":"h1571"},{"text":"Were they ashamed","number":"h3001"},{"text":"could","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"they blush","number":"h3637"},{"text":"them they shall be cast down","number":"h3782"},{"text":"among them that fall","number":"h5307"},{"text":"therefore they shall fall","number":"h5307"},{"text":"when they had committed","number":"h6213"},{"text":"at the time","number":"h6256"},{"text":"that I visit","number":"h6485"},{"text":"abomination","number":"h8441"}],"14":[{"text":"saying","number":"h559"},{"text":"of my people","number":"h5971"},{"text":"slightly","number":"h7043"},{"text":"They have healed","number":"h7495"},{"text":"also the hurt","number":"h7667"},{"text":"Peace","number":"h7965"},{"text":"peace","number":"h7965"},{"text":"when there is no peace","number":"h7965"},{"text":"of the daughter","number":"h8676"}],"5":[{"text":"her palaces","number":"h759"},{"text":"by night","number":"h3915"},{"text":"and let us go","number":"h5927"},{"text":"Arise","number":"h6965"},{"text":"and let us destroy","number":"h7843"}],"19":[{"text":"O earth","number":"h776"},{"text":"behold I will bring","number":"h935"},{"text":"unto my words","number":"h1697"},{"text":"but rejected","number":"h3988"},{"text":"of their thoughts","number":"h4284"},{"text":"upon this people","number":"h5971"},{"text":"even the fruit","number":"h6529"},{"text":"because they have not hearkened","number":"h7181"},{"text":"evil","number":"h7451"},{"text":"Hear","number":"h8085"},{"text":"nor to my law","number":"h8451"}],"8":[{"text":"a land","number":"h776"},{"text":"Be thou instructed","number":"h3256"},{"text":"depart","number":"h3363"},{"text":"O Jerusalem","number":"h3389"},{"text":"not inhabited","number":"h3427"},{"text":"lest my soul","number":"h5315"},{"text":"from thee lest I make","number":"h7760"},{"text":"thee desolate","number":"h8077"}],"20":[{"text":"country","number":"h776"},{"text":"To what purpose cometh","number":"h935"},{"text":"nor your sacrifices","number":"h2077"},{"text":"and the sweet","number":"h2896"},{"text":"there to me incense","number":"h3828"},{"text":"from a far","number":"h4801"},{"text":"your burnt offerings","number":"h5930"},{"text":"sweet","number":"h6149"},{"text":"cane","number":"h7070"},{"text":"are not acceptable","number":"h7522"},{"text":"from Sheba","number":"h7614"}],"29":[{"text":"of the fire","number":"h800"},{"text":"are burned","number":"h2787"},{"text":"The bellows","number":"h4647"},{"text":"are not plucked away","number":"h5423"},{"text":"the lead","number":"h5777"},{"text":"melteth","number":"h6884"},{"text":"the founder","number":"h6884"},{"text":"for the wicked","number":"h7451"},{"text":"in vain","number":"h7723"},{"text":"is consumed","number":"h8552"}],"7":[{"text":"As a fountain","number":"h953"},{"text":"is grief","number":"h2483"},{"text":"violence","number":"h2555"},{"text":"her waters","number":"h4325"},{"text":"and wounds","number":"h4347"},{"text":"in her before me","number":"h6440"},{"text":"casteth out","number":"h6979"},{"text":"so she casteth out","number":"h6979"},{"text":"her wickedness","number":"h7451"},{"text":"and spoil","number":"h7701"},{"text":"is heard","number":"h8085"},{"text":"continually","number":"h8548"}],"27":[{"text":"thee for a tower","number":"h969"},{"text":"and try","number":"h974"},{"text":"their way","number":"h1870"},{"text":"that thou mayest know","number":"h3045"},{"text":"and a fortress","number":"h4013"},{"text":"I have set","number":"h5414"},{"text":"among my people","number":"h5971"}],"1":[{"text":"of fire in Bethhaccerem","number":"h1021"},{"text":"O ye children","number":"h1121"},{"text":"of Benjamin","number":"h1144"},{"text":"and great","number":"h1419"},{"text":"of Jerusalem","number":"h3389"},{"text":"a sign","number":"h4864"},{"text":"and set up","number":"h5375"},{"text":"gather yourselves to flee","number":"h5756"},{"text":"out of the north","number":"h6828"},{"text":"out of the midst","number":"h7130"},{"text":"for evil","number":"h7451"},{"text":"destruction","number":"h7667"},{"text":"the trumpet","number":"h7782"},{"text":"appeareth","number":"h8259"},{"text":"in Tekoa","number":"h8620"},{"text":"and blow","number":"h8628"}],"13":[{"text":"of them every one is given","number":"h1214"},{"text":"to covetousness","number":"h1215"},{"text":"of them even unto the greatest","number":"h1419"},{"text":"even unto the priest","number":"h3548"},{"text":"and from the prophet","number":"h5030"},{"text":"every one dealeth","number":"h6213"},{"text":"For from the least","number":"h6996"},{"text":"falsely","number":"h8267"}],"28":[{"text":"and iron","number":"h1270"},{"text":"walking","number":"h1980"},{"text":"they are brass","number":"h5178"},{"text":"They are all grievous","number":"h5493"},{"text":"revolters","number":"h5637"},{"text":"with slanders","number":"h7400"},{"text":"they are all corrupters","number":"h7843"}],"2":[{"text":"the daughter","number":"h1323"},{"text":"I have likened","number":"h1820"},{"text":"to a comely","number":"h5116"},{"text":"and delicate","number":"h6026"},{"text":"of Zion","number":"h6726"}],"18":[{"text":"ye nations","number":"h1471"},{"text":"and know","number":"h3045"},{"text":"O congregation","number":"h5712"},{"text":"Therefore hear","number":"h8085"}],"24":[{"text":"hath taken hold","number":"h2388"},{"text":"of us and pain","number":"h2427"},{"text":"thereof our hands","number":"h3027"},{"text":"as of a woman in travail","number":"h3205"},{"text":"anguish","number":"h6869"},{"text":"wax feeble","number":"h7503"},{"text":"We have heard","number":"h8085"},{"text":"the fame","number":"h8089"}],"30":[{"text":"them because the LORD","number":"h3068"},{"text":"silver","number":"h3701"},{"text":"Reprobate","number":"h3988"},{"text":"hath rejected","number":"h3988"},{"text":"shall men call","number":"h7121"}]}
@@ -0,0 +1 @@
1
+ {"18":[{"text":"and the fathers","number":"h1"},{"text":"unto other","number":"h312"},{"text":"gods","number":"h430"},{"text":"the fire","number":"h784"},{"text":"and the women","number":"h802"},{"text":"The children","number":"h1121"},{"text":"kindle","number":"h1197"},{"text":"their dough","number":"h1217"},{"text":"cakes","number":"h3561"},{"text":"that they may provoke me to anger","number":"h3707"},{"text":"knead","number":"h3888"},{"text":"gather","number":"h3950"},{"text":"to the queen","number":"h4446"},{"text":"and to pour out","number":"h5258"},{"text":"drink offerings","number":"h5262"},{"text":"wood","number":"h6086"},{"text":"to make","number":"h6213"},{"text":"of heaven","number":"h8064"}],"22":[{"text":"not unto your fathers","number":"h1"},{"text":"of the land","number":"h776"},{"text":"For I spake","number":"h1696"},{"text":"concerning","number":"h1697"},{"text":"or sacrifices","number":"h2077"},{"text":"them in the day","number":"h3117"},{"text":"that I brought them out","number":"h3318"},{"text":"of Egypt","number":"h4714"},{"text":"burnt offerings","number":"h5930"},{"text":"nor commanded","number":"h6680"}],"26":[{"text":"than their fathers","number":"h1"},{"text":"their ear","number":"h241"},{"text":"not unto me nor inclined","number":"h5186"},{"text":"their neck","number":"h6203"},{"text":"but hardened","number":"h7185"},{"text":"they did worse","number":"h7489"},{"text":"Yet they hearkened","number":"h8085"}],"25":[{"text":"that your fathers","number":"h1"},{"text":"of the land","number":"h776"},{"text":"Since the day","number":"h3117"},{"text":"daily","number":"h3117"},{"text":"unto this day","number":"h3117"},{"text":"came forth out","number":"h3318"},{"text":"of Egypt","number":"h4714"},{"text":"the prophets","number":"h5030"},{"text":"unto you all my servants","number":"h5650"},{"text":"rising up early","number":"h7925"},{"text":"I have even sent","number":"h7971"},{"text":"and sending","number":"h7971"}],"14":[{"text":"to you and to your fathers","number":"h1"},{"text":"wherein ye trust","number":"h982"},{"text":"unto this house","number":"h1004"},{"text":"and unto the place","number":"h4725"},{"text":"which I gave","number":"h5414"},{"text":"Therefore will I do","number":"h6213"},{"text":"as I have done","number":"h6213"},{"text":"which is called","number":"h7121"},{"text":"to Shiloh","number":"h7887"},{"text":"by my name","number":"h8034"}],"7":[{"text":"to your fathers","number":"h1"},{"text":"in the land","number":"h776"},{"text":"in this place","number":"h4725"},{"text":"that I gave","number":"h5414"},{"text":"for","number":"h5704"},{"text":"and ever","number":"h5769"},{"text":"ever","number":"h5769"},{"text":"Then will I cause you to dwell","number":"h7931"}],"28":[{"text":"is perished","number":"h6"},{"text":"their God","number":"h430"},{"text":"truth","number":"h530"},{"text":"But thou shalt say","number":"h559"},{"text":"unto them This is a nation","number":"h1471"},{"text":"of the LORD","number":"h3068"},{"text":"and is cut off","number":"h3772"},{"text":"nor receiveth","number":"h3947"},{"text":"correction","number":"h4148"},{"text":"from their mouth","number":"h6310"},{"text":"not the voice","number":"h6963"},{"text":"that obeyeth","number":"h8085"}],"20":[{"text":"upon man","number":"h120"},{"text":"of the ground","number":"h127"},{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"Behold mine anger","number":"h639"},{"text":"and upon beast","number":"h929"},{"text":"and it shall burn","number":"h1197"},{"text":"and my fury","number":"h2534"},{"text":"GOD","number":"h3069"},{"text":"and shall not be quenched","number":"h3518"},{"text":"upon this place","number":"h4725"},{"text":"shall be poured out","number":"h5413"},{"text":"and upon the trees","number":"h6086"},{"text":"and upon the fruit","number":"h6529"},{"text":"of the field","number":"h7704"}],"24":[{"text":"their ear","number":"h241"},{"text":"and went backward","number":"h268"},{"text":"but walked","number":"h3212"},{"text":"heart","number":"h3820"},{"text":"in the counsels","number":"h4156"},{"text":"not nor inclined","number":"h5186"},{"text":"and not forward","number":"h6440"},{"text":"of their evil","number":"h7451"},{"text":"But they hearkened","number":"h8085"},{"text":"and in the imagination","number":"h8307"}],"15":[{"text":"all your brethren","number":"h251"},{"text":"of Ephraim","number":"h669"},{"text":"even the whole seed","number":"h2233"},{"text":"of my sight","number":"h6440"},{"text":"And I will cast you out","number":"h7993"},{"text":"as I have cast out","number":"h7993"}],"6":[{"text":"after","number":"h310"},{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"and the widow","number":"h490"},{"text":"not the stranger","number":"h1616"},{"text":"blood","number":"h1818"},{"text":"neither walk","number":"h3212"},{"text":"the fatherless","number":"h3490"},{"text":"in this place","number":"h4725"},{"text":"not innocent","number":"h5355"},{"text":"If ye oppress","number":"h6231"},{"text":"to your hurt","number":"h7451"},{"text":"and shed","number":"h8210"}],"9":[{"text":"after","number":"h310"},{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"unto Baal","number":"h1168"},{"text":"Will ye steal","number":"h1589"},{"text":"and walk","number":"h1980"},{"text":"whom ye know","number":"h3045"},{"text":"and commit adultery","number":"h5003"},{"text":"and burn incense","number":"h6999"},{"text":"murder","number":"h7523"},{"text":"and swear","number":"h7650"},{"text":"falsely","number":"h8267"}],"32":[{"text":"till there be no","number":"h369"},{"text":"that it shall no more be called","number":"h559"},{"text":"come","number":"h935"},{"text":"of the son","number":"h1121"},{"text":"but the valley","number":"h1516"},{"text":"nor the valley","number":"h1516"},{"text":"of Hinnom","number":"h2011"},{"text":"of slaughter","number":"h2028"},{"text":"the LORD","number":"h3068"},{"text":"Therefore behold the days","number":"h3117"},{"text":"place","number":"h4725"},{"text":"saith","number":"h5002"},{"text":"for they shall bury","number":"h6912"},{"text":"Tophet","number":"h8612"},{"text":"in Tophet","number":"h8612"}],"5":[{"text":"between a man","number":"h376"},{"text":"your ways","number":"h1870"},{"text":"For if ye throughly","number":"h3190"},{"text":"amend","number":"h3190"},{"text":"and your doings","number":"h4611"},{"text":"judgment","number":"h4941"},{"text":"execute","number":"h6213"},{"text":"if ye throughly","number":"h6213"},{"text":"and his neighbour","number":"h7453"}],"21":[{"text":"and eat","number":"h398"},{"text":"the God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"flesh","number":"h1320"},{"text":"unto your sacrifices","number":"h2077"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"Put","number":"h5595"},{"text":"your burnt offerings","number":"h5930"},{"text":"of hosts","number":"h6635"}],"23":[{"text":"and I will be your God","number":"h430"},{"text":"I them saying","number":"h559"},{"text":"But this thing","number":"h1697"},{"text":"ye in all the ways","number":"h1870"},{"text":"and walk","number":"h1980"},{"text":"you that it may be well","number":"h3190"},{"text":"and ye shall be my people","number":"h5971"},{"text":"commanded","number":"h6680"},{"text":"that I have commanded","number":"h6680"},{"text":"my voice","number":"h6963"},{"text":"Obey","number":"h8085"}],"3":[{"text":"the God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"your ways","number":"h1870"},{"text":"the LORD","number":"h3068"},{"text":"Amend","number":"h3190"},{"text":"of Israel","number":"h3478"},{"text":"and your doings","number":"h4611"},{"text":"in this place","number":"h4725"},{"text":"of hosts","number":"h6635"},{"text":"and I will cause you to dwell","number":"h7931"}],"10":[{"text":"and say","number":"h559"},{"text":"And come","number":"h935"},{"text":"me in this house","number":"h1004"},{"text":"We are delivered","number":"h5337"},{"text":"and stand","number":"h5975"},{"text":"to do","number":"h6213"},{"text":"before","number":"h6440"},{"text":"which is called","number":"h7121"},{"text":"by my name","number":"h8034"},{"text":"all these abominations","number":"h8441"}],"2":[{"text":"and say","number":"h559"},{"text":"that enter in","number":"h935"},{"text":"house","number":"h1004"},{"text":"the word","number":"h1697"},{"text":"there this word","number":"h1697"},{"text":"all ye of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD'S","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"Stand","number":"h5975"},{"text":"and proclaim","number":"h7121"},{"text":"to worship","number":"h7812"},{"text":"Hear","number":"h8085"},{"text":"at these gates","number":"h8179"},{"text":"in the gate","number":"h8179"}],"1":[{"text":"saying","number":"h559"},{"text":"The word","number":"h1697"},{"text":"from the LORD","number":"h3068"},{"text":"that came to Jeremiah","number":"h3414"}],"4":[{"text":"saying","number":"h559"},{"text":"Trust","number":"h982"},{"text":"words","number":"h1697"},{"text":"The temple","number":"h1964"},{"text":"The temple","number":"h1964"},{"text":"The temple","number":"h1964"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"ye not in lying","number":"h8267"}],"34":[{"text":"for the land","number":"h776"},{"text":"and from the streets","number":"h2351"},{"text":"shall be desolate","number":"h2723"},{"text":"of the bridegroom","number":"h2860"},{"text":"of Judah","number":"h3063"},{"text":"of Jerusalem","number":"h3389"},{"text":"of the bride","number":"h3618"},{"text":"from the cities","number":"h5892"},{"text":"and the voice","number":"h6963"},{"text":"and the voice","number":"h6963"},{"text":"the voice","number":"h6963"},{"text":"the voice","number":"h6963"},{"text":"Then will I cause to cease","number":"h7673"},{"text":"of gladness","number":"h8057"},{"text":"of mirth","number":"h8342"}],"33":[{"text":"of the earth","number":"h776"},{"text":"and for the beasts","number":"h929"},{"text":"and none shall fray them away","number":"h2729"},{"text":"shall be meat","number":"h3978"},{"text":"And the carcases","number":"h5038"},{"text":"for the fowls","number":"h5775"},{"text":"of this people","number":"h5971"},{"text":"of the heaven","number":"h8064"}],"31":[{"text":"in the fire","number":"h784"},{"text":"the high places","number":"h1116"},{"text":"of the son","number":"h1121"},{"text":"their sons","number":"h1121"},{"text":"And they have built","number":"h1129"},{"text":"and their daughters","number":"h1323"},{"text":"which is in the valley","number":"h1516"},{"text":"of Hinnom","number":"h2011"},{"text":"it into my heart","number":"h3820"},{"text":"them not neither came","number":"h5927"},{"text":"which I commanded","number":"h6680"},{"text":"to burn","number":"h8313"},{"text":"of Tophet","number":"h8612"}],"8":[{"text":"Behold ye trust","number":"h982"},{"text":"words","number":"h1697"},{"text":"that cannot profit","number":"h3276"},{"text":"in lying","number":"h8267"}],"11":[{"text":"Is this house","number":"h1004"},{"text":"the LORD","number":"h3068"},{"text":"become a den","number":"h4631"},{"text":"it saith","number":"h5002"},{"text":"in your eyes","number":"h5869"},{"text":"of robbers","number":"h6530"},{"text":"which is called","number":"h7121"},{"text":"Behold even I have seen","number":"h7200"},{"text":"by my name","number":"h8034"}],"30":[{"text":"in the house","number":"h1004"},{"text":"For the children","number":"h1121"},{"text":"to pollute","number":"h2930"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"in my sight","number":"h5869"},{"text":"have done","number":"h6213"},{"text":"which is called","number":"h7121"},{"text":"evil","number":"h7451"},{"text":"they have set","number":"h7760"},{"text":"by my name","number":"h8034"},{"text":"their abominations","number":"h8251"}],"16":[{"text":"for them","number":"h1157"},{"text":"neither lift up","number":"h5375"},{"text":"not thou for this people","number":"h5971"},{"text":"neither make intercession","number":"h6293"},{"text":"Therefore pray","number":"h6419"},{"text":"cry","number":"h7440"},{"text":"to me for I will not hear","number":"h8085"},{"text":"nor prayer","number":"h8605"}],"19":[{"text":"do they not provoke themselves to the confusion","number":"h1322"},{"text":"the LORD","number":"h3068"},{"text":"Do they provoke me to anger","number":"h3707"},{"text":"saith","number":"h5002"},{"text":"of their own faces","number":"h6440"}],"29":[{"text":"Cut off","number":"h1494"},{"text":"the generation","number":"h1755"},{"text":"for the LORD","number":"h3068"},{"text":"hath rejected","number":"h3988"},{"text":"thine hair","number":"h5145"},{"text":"and forsaken","number":"h5203"},{"text":"and take up","number":"h5375"},{"text":"of his wrath","number":"h5678"},{"text":"a lamentation","number":"h7015"},{"text":"O Jerusalem and cast it away","number":"h7993"},{"text":"on high places","number":"h8205"}],"27":[{"text":"Therefore thou shalt speak","number":"h1696"},{"text":"all these words","number":"h1697"},{"text":"unto them but they will not answer","number":"h6030"},{"text":"to thee thou shalt also call","number":"h7121"},{"text":"unto them but they will not hearken","number":"h8085"}],"13":[{"text":"and I spake","number":"h1696"},{"text":"and speaking","number":"h1696"},{"text":"the LORD","number":"h3068"},{"text":"all these works","number":"h4639"},{"text":"saith","number":"h5002"},{"text":"you but ye answered","number":"h6030"},{"text":"And now because ye have done","number":"h6213"},{"text":"not and I called","number":"h7121"},{"text":"unto you rising up early","number":"h7925"},{"text":"but ye heard","number":"h8085"}],"17":[{"text":"and in the streets","number":"h2351"},{"text":"of Judah","number":"h3063"},{"text":"of Jerusalem","number":"h3389"},{"text":"in the cities","number":"h5892"},{"text":"thou not what they do","number":"h6213"},{"text":"Seest","number":"h7200"}],"12":[{"text":"But go","number":"h3212"},{"text":"Israel","number":"h3478"},{"text":"ye now unto my place","number":"h4725"},{"text":"of my people","number":"h5971"},{"text":"what I did","number":"h6213"},{"text":"to it for","number":"h6440"},{"text":"and see","number":"h7200"},{"text":"at the first","number":"h7223"},{"text":"the wickedness","number":"h7451"},{"text":"which was in Shiloh","number":"h7887"},{"text":"where I set","number":"h7931"},{"text":"my name","number":"h8034"}]}
@@ -0,0 +1 @@
1
+ {"16":[{"text":"of his strong ones","number":"h47"},{"text":"and have devoured","number":"h398"},{"text":"the land","number":"h776"},{"text":"the whole land","number":"h776"},{"text":"for they are come","number":"h935"},{"text":"from Dan","number":"h1835"},{"text":"and those that dwell","number":"h3427"},{"text":"and all","number":"h4393"},{"text":"of the neighing","number":"h4684"},{"text":"The snorting","number":"h5170"},{"text":"of his horses","number":"h5483"},{"text":"that is in it the city","number":"h5892"},{"text":"at the sound","number":"h6963"},{"text":"trembled","number":"h7493"},{"text":"was heard","number":"h8085"}],"2":[{"text":"of the earth","number":"h127"},{"text":"whom they have loved","number":"h157"},{"text":"and after","number":"h310"},{"text":"they shall not be gathered","number":"h622"},{"text":"they shall be for dung","number":"h1828"},{"text":"and whom they have sought","number":"h1875"},{"text":"whom they have walked","number":"h1980"},{"text":"and the moon","number":"h3394"},{"text":"and whom they have served","number":"h5647"},{"text":"upon the face","number":"h6440"},{"text":"and all the host","number":"h6635"},{"text":"nor be buried","number":"h6912"},{"text":"and whom they have worshipped","number":"h7812"},{"text":"And they shall spread","number":"h7849"},{"text":"of heaven","number":"h8064"},{"text":"them before the sun","number":"h8121"}],"10":[{"text":"unto others","number":"h312"},{"text":"their wives","number":"h802"},{"text":"is given","number":"h1214"},{"text":"to covetousness","number":"h1215"},{"text":"even unto the greatest","number":"h1419"},{"text":"to them that shall inherit","number":"h3423"},{"text":"even unto the priest","number":"h3548"},{"text":"from the prophet","number":"h5030"},{"text":"Therefore will I give","number":"h5414"},{"text":"every one dealeth","number":"h6213"},{"text":"them for every one from the least","number":"h6996"},{"text":"and their fields","number":"h7704"},{"text":"falsely","number":"h8267"}],"6":[{"text":"no man","number":"h376"},{"text":"saying","number":"h559"},{"text":"but they spake not aright","number":"h1696"},{"text":"into the battle","number":"h4421"},{"text":"to his course","number":"h4794"},{"text":"repented","number":"h5162"},{"text":"as the horse","number":"h5483"},{"text":"him of","number":"h5921"},{"text":"What have I done","number":"h6213"},{"text":"I hearkened","number":"h7181"},{"text":"his wickedness","number":"h7451"},{"text":"every one turned","number":"h7725"},{"text":"rusheth","number":"h7857"},{"text":"and heard","number":"h8085"}],"8":[{"text":"is with us Lo certainly","number":"h403"},{"text":"How do ye say","number":"h559"},{"text":"We are wise","number":"h2450"},{"text":"of the LORD","number":"h3068"},{"text":"of the scribes","number":"h5608"},{"text":"he it the pen","number":"h5842"},{"text":"made","number":"h6213"},{"text":"in vain","number":"h8267"},{"text":"is in vain","number":"h8267"},{"text":"and the law","number":"h8451"}],"14":[{"text":"our God","number":"h430"},{"text":"assemble","number":"h622"},{"text":"yourselves and let us enter","number":"h935"},{"text":"and let us be silent","number":"h1826"},{"text":"hath put us to silence","number":"h1826"},{"text":"because we have sinned","number":"h2398"},{"text":"against the LORD","number":"h3068"},{"text":"there for the LORD","number":"h3068"},{"text":"Why do we sit still","number":"h3427"},{"text":"into the defenced","number":"h4013"},{"text":"and given us water","number":"h4325"},{"text":"cities","number":"h5892"},{"text":"of gall","number":"h7219"},{"text":"to drink","number":"h8248"}],"4":[{"text":"Moreover thou shalt say","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"Shall they fall","number":"h5307"},{"text":"and not arise","number":"h6965"},{"text":"and not return","number":"h7725"},{"text":"shall he turn away","number":"h7725"}],"12":[{"text":"saith","number":"h559"},{"text":"ashamed","number":"h954"},{"text":"nay they were not at all","number":"h954"},{"text":"Were they ashamed","number":"h3001"},{"text":"neither could","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"they blush","number":"h3637"},{"text":"they shall be cast down","number":"h3782"},{"text":"among them that fall","number":"h5307"},{"text":"therefore shall they fall","number":"h5307"},{"text":"when they had committed","number":"h6213"},{"text":"in the time","number":"h6256"},{"text":"of their visitation","number":"h6486"},{"text":"abomination","number":"h8441"}],"11":[{"text":"saying","number":"h559"},{"text":"of the daughter","number":"h1323"},{"text":"of my people","number":"h5971"},{"text":"slightly","number":"h7043"},{"text":"For they have healed","number":"h7495"},{"text":"the hurt","number":"h7667"},{"text":"Peace","number":"h7965"},{"text":"peace","number":"h7965"},{"text":"when there is no peace","number":"h7965"}],"13":[{"text":"I will surely","number":"h622"},{"text":"on the vine","number":"h1612"},{"text":"the LORD","number":"h3068"},{"text":"them saith","number":"h5002"},{"text":"shall fade","number":"h5034"},{"text":"and the things that I have given","number":"h5414"},{"text":"consume","number":"h5486"},{"text":"them shall pass away","number":"h5674"},{"text":"and the leaf","number":"h5929"},{"text":"there shall be no grapes","number":"h6025"},{"text":"nor figs","number":"h8384"},{"text":"on the fig tree","number":"h8384"}],"22":[{"text":"is not the health","number":"h724"},{"text":"of the daughter","number":"h1323"},{"text":"in Gilead","number":"h1568"},{"text":"there why then","number":"h3588"},{"text":"recovered","number":"h5927"},{"text":"of my people","number":"h5971"},{"text":"Is there no balm","number":"h6875"},{"text":"is there no physician","number":"h7495"}],"19":[{"text":"country","number":"h776"},{"text":"of the daughter","number":"h1323"},{"text":"vanities","number":"h1892"},{"text":"Is not the LORD","number":"h3068"},{"text":"in her Why have they provoked me to anger","number":"h3707"},{"text":"is not her king","number":"h4428"},{"text":"because of them that dwell in a far","number":"h4801"},{"text":"and with strange","number":"h5236"},{"text":"of my people","number":"h5971"},{"text":"with their graven images","number":"h6456"},{"text":"in Zion","number":"h6726"},{"text":"Behold the voice","number":"h6963"},{"text":"of the cry","number":"h7775"}],"7":[{"text":"of their coming","number":"h935"},{"text":"Yea the stork","number":"h2624"},{"text":"know","number":"h3045"},{"text":"knoweth","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"her appointed times","number":"h4150"},{"text":"not the judgment","number":"h4941"},{"text":"and the crane","number":"h5483"},{"text":"and the swallow","number":"h5693"},{"text":"but my people","number":"h5971"},{"text":"the time","number":"h6256"},{"text":"in the heaven","number":"h8064"},{"text":"observe","number":"h8104"},{"text":"and the turtle","number":"h8449"}],"3":[{"text":"shall be chosen","number":"h977"},{"text":"rather than life","number":"h2416"},{"text":"the LORD","number":"h3068"},{"text":"And death","number":"h4194"},{"text":"in all the places","number":"h4725"},{"text":"family","number":"h4940"},{"text":"them saith","number":"h5002"},{"text":"whither I have driven","number":"h5080"},{"text":"of hosts","number":"h6635"},{"text":"of this evil","number":"h7451"},{"text":"of them that remain","number":"h7604"},{"text":"which remain","number":"h7604"},{"text":"by all the residue","number":"h7611"}],"15":[{"text":"and behold trouble","number":"h1205"},{"text":"but no good","number":"h2896"},{"text":"of health","number":"h4832"},{"text":"came and for a time","number":"h6256"},{"text":"We looked","number":"h6960"},{"text":"for peace","number":"h7965"}],"21":[{"text":"of the daughter","number":"h1323"},{"text":"hath taken hold","number":"h2388"},{"text":"of my people","number":"h5971"},{"text":"I am black","number":"h6937"},{"text":"am I hurt","number":"h7665"},{"text":"For the hurt","number":"h7667"},{"text":"astonishment","number":"h8047"}],"9":[{"text":"the word","number":"h1697"},{"text":"The wise","number":"h2450"},{"text":"and what wisdom","number":"h2451"},{"text":"they are dismayed","number":"h2865"},{"text":"men are ashamed","number":"h3001"},{"text":"of the LORD","number":"h3068"},{"text":"and taken","number":"h3920"},{"text":"lo they have rejected","number":"h3988"}],"18":[{"text":"is faint","number":"h1742"},{"text":"myself against sorrow","number":"h3015"},{"text":"my heart","number":"h3820"},{"text":"When I would comfort","number":"h4010"}],"5":[{"text":"they hold","number":"h2388"},{"text":"of Jerusalem","number":"h3389"},{"text":"they refuse","number":"h3985"},{"text":"backsliding","number":"h4878"},{"text":"by a perpetual","number":"h5329"},{"text":"Why then is this people","number":"h5971"},{"text":"slidden back","number":"h7725"},{"text":"to return","number":"h7725"},{"text":"fast deceit","number":"h8649"}],"1":[{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"they shall bring out","number":"h3318"},{"text":"of Jerusalem","number":"h3389"},{"text":"of the inhabitants","number":"h3427"},{"text":"of the priests","number":"h3548"},{"text":"of the kings","number":"h4428"},{"text":"saith","number":"h5002"},{"text":"of the prophets","number":"h5030"},{"text":"and the bones","number":"h6106"},{"text":"and the bones","number":"h6106"},{"text":"and the bones","number":"h6106"},{"text":"and the bones","number":"h6106"},{"text":"the bones","number":"h6106"},{"text":"At that time","number":"h6256"},{"text":"out of their graves","number":"h6913"},{"text":"of his princes","number":"h8269"}],"17":[{"text":"the LORD","number":"h3068"},{"text":"among you which will not be charmed","number":"h3908"},{"text":"you saith","number":"h5002"},{"text":"serpents","number":"h5175"},{"text":"and they shall bite","number":"h5391"},{"text":"cockatrices","number":"h6848"},{"text":"For behold I will send","number":"h7971"}],"20":[{"text":"and we are not saved","number":"h3467"},{"text":"is ended","number":"h3615"},{"text":"is past","number":"h5674"},{"text":"the summer","number":"h7019"},{"text":"The harvest","number":"h7105"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"which their fathers","number":"h1"},{"text":"after","number":"h310"},{"text":"and after","number":"h310"},{"text":"Baalim","number":"h1168"},{"text":"But have walked","number":"h3212"},{"text":"of their own heart","number":"h3820"},{"text":"taught","number":"h3925"},{"text":"the imagination","number":"h8307"}],"16":[{"text":"whom neither they nor their fathers","number":"h1"},{"text":"after","number":"h310"},{"text":"them also among the heathen","number":"h1471"},{"text":"a sword","number":"h2719"},{"text":"have known","number":"h3045"},{"text":"them till I have consumed","number":"h3615"},{"text":"I will scatter","number":"h6327"},{"text":"and I will send","number":"h7971"}],"12":[{"text":"perisheth","number":"h6"},{"text":"man","number":"h376"},{"text":"it for what the land","number":"h776"},{"text":"that may understand","number":"h995"},{"text":"hath spoken","number":"h1696"},{"text":"Who is the wise","number":"h2450"},{"text":"of the LORD","number":"h3068"},{"text":"and is burned up","number":"h3341"},{"text":"like a wilderness","number":"h4057"},{"text":"that he may declare","number":"h5046"},{"text":"that none passeth through","number":"h5674"},{"text":"this and who is he to whom the mouth","number":"h6310"}],"22":[{"text":"of men","number":"h120"},{"text":"after","number":"h310"},{"text":"and none shall gather","number":"h622"},{"text":"Speak","number":"h1696"},{"text":"as dung","number":"h1828"},{"text":"the LORD","number":"h3068"},{"text":"Thus saith","number":"h5002"},{"text":"Even the carcases","number":"h5038"},{"text":"shall fall","number":"h5307"},{"text":"and as the handful","number":"h5995"},{"text":"upon the open","number":"h6440"},{"text":"the harvestman","number":"h7114"},{"text":"field","number":"h7704"}],"26":[{"text":"and Edom","number":"h123"},{"text":"and all the house","number":"h1004"},{"text":"and the children","number":"h1121"},{"text":"for all these nations","number":"h1471"},{"text":"and Judah","number":"h3063"},{"text":"that dwell","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"in the heart","number":"h3820"},{"text":"in the wilderness","number":"h4057"},{"text":"and Moab","number":"h4124"},{"text":"Egypt","number":"h4714"},{"text":"of Ammon","number":"h5983"},{"text":"are uncircumcised","number":"h6189"},{"text":"are uncircumcised","number":"h6189"},{"text":"corners","number":"h6285"},{"text":"and all that are in the utmost","number":"h7112"}],"20":[{"text":"and let your ear","number":"h241"},{"text":"O ye women","number":"h802"},{"text":"and every one","number":"h802"},{"text":"your daughters","number":"h1323"},{"text":"the word","number":"h1697"},{"text":"the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"and teach","number":"h3925"},{"text":"receive","number":"h3947"},{"text":"wailing","number":"h5092"},{"text":"of his mouth","number":"h6310"},{"text":"lamentation","number":"h7015"},{"text":"her neighbour","number":"h7468"},{"text":"Yet hear","number":"h8085"}],"4":[{"text":"for every brother","number":"h251"},{"text":"ye not in any brother","number":"h251"},{"text":"every one","number":"h376"},{"text":"and trust","number":"h982"},{"text":"will walk","number":"h1980"},{"text":"supplant","number":"h6117"},{"text":"will utterly","number":"h6117"},{"text":"with slanders","number":"h7400"},{"text":"and every neighbour","number":"h7453"},{"text":"of his neighbour","number":"h7453"},{"text":"Take ye heed","number":"h8104"}],"5":[{"text":"every one","number":"h376"},{"text":"the truth","number":"h571"},{"text":"and will not speak","number":"h1696"},{"text":"to speak","number":"h1696"},{"text":"And they will deceive","number":"h2048"},{"text":"and weary","number":"h3811"},{"text":"they have taught","number":"h3925"},{"text":"their tongue","number":"h3956"},{"text":"themselves to commit iniquity","number":"h5753"},{"text":"his neighbour","number":"h7453"},{"text":"lies","number":"h8267"}],"10":[{"text":"so that none","number":"h376"},{"text":"and the beast","number":"h929"},{"text":"a weeping","number":"h1065"},{"text":"they are gone","number":"h1980"},{"text":"For the mountains","number":"h2022"},{"text":"because they are burned up","number":"h3341"},{"text":"of the wilderness","number":"h4057"},{"text":"of the cattle","number":"h4735"},{"text":"and for the habitations","number":"h4999"},{"text":"are fled","number":"h5074"},{"text":"and wailing","number":"h5092"},{"text":"will I take up","number":"h5375"},{"text":"can pass","number":"h5674"},{"text":"both the fowl","number":"h5775"},{"text":"the voice","number":"h6963"},{"text":"a lamentation","number":"h7015"},{"text":"of the heavens","number":"h8064"},{"text":"through them neither can men hear","number":"h8085"}],"15":[{"text":"Behold I will feed","number":"h398"},{"text":"the God","number":"h430"},{"text":"Therefore thus saith","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"with wormwood","number":"h3939"},{"text":"and give them water","number":"h4325"},{"text":"them even this people","number":"h5971"},{"text":"of hosts","number":"h6635"},{"text":"of gall","number":"h7219"},{"text":"to drink","number":"h8248"}],"3":[{"text":"for the truth","number":"h530"},{"text":"upon the earth","number":"h776"},{"text":"but they are not valiant","number":"h1396"},{"text":"And they bend","number":"h1869"},{"text":"and they know","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"for they proceed","number":"h3318"},{"text":"their tongues","number":"h3956"},{"text":"not me saith","number":"h5002"},{"text":"like their bow","number":"h7198"},{"text":"from evil","number":"h7451"},{"text":"to evil","number":"h7451"},{"text":"for lies","number":"h8267"}],"7":[{"text":"Therefore thus saith","number":"h559"},{"text":"them and try","number":"h974"},{"text":"the daughter","number":"h1323"},{"text":"the LORD","number":"h3068"},{"text":"of my people","number":"h5971"},{"text":"them for how shall I do","number":"h6213"},{"text":"for","number":"h6440"},{"text":"of hosts","number":"h6635"},{"text":"Behold I will melt","number":"h6884"}],"17":[{"text":"Thus saith","number":"h559"},{"text":"that they may come","number":"h935"},{"text":"women that they may come","number":"h935"},{"text":"Consider","number":"h995"},{"text":"for cunning","number":"h2450"},{"text":"the LORD","number":"h3068"},{"text":"of hosts","number":"h6635"},{"text":"for the mourning women","number":"h6969"},{"text":"ye and call","number":"h7121"},{"text":"and send","number":"h7971"}],"23":[{"text":"Thus saith","number":"h559"},{"text":"neither let the mighty","number":"h1368"},{"text":"in his might","number":"h1369"},{"text":"man glory","number":"h1984"},{"text":"man glory","number":"h1984"},{"text":"man glory","number":"h1984"},{"text":"Let not the wise","number":"h2450"},{"text":"in his wisdom","number":"h2451"},{"text":"the LORD","number":"h3068"},{"text":"let not the rich","number":"h6223"},{"text":"in his riches","number":"h6239"}],"13":[{"text":"saith","number":"h559"},{"text":"neither walked","number":"h1980"},{"text":"And the LORD","number":"h3068"},{"text":"which I set","number":"h5414"},{"text":"Because they have forsaken","number":"h5800"},{"text":"before","number":"h6440"},{"text":"my voice","number":"h6963"},{"text":"them and have not obeyed","number":"h8085"},{"text":"my law","number":"h8451"}],"8":[{"text":"his wait","number":"h696"},{"text":"it speaketh","number":"h1696"},{"text":"one speaketh","number":"h1696"},{"text":"is as an arrow","number":"h2671"},{"text":"Their tongue","number":"h3956"},{"text":"deceit","number":"h4820"},{"text":"with his mouth","number":"h6310"},{"text":"but in heart","number":"h7130"},{"text":"to his neighbour","number":"h7453"},{"text":"he layeth","number":"h7760"},{"text":"shot out","number":"h7819"},{"text":"peaceably","number":"h7965"}],"2":[{"text":"of wayfaring men","number":"h732"},{"text":"of treacherous men","number":"h898"},{"text":"and go","number":"h3212"},{"text":"I had in the wilderness","number":"h4057"},{"text":"a lodging place","number":"h4411"},{"text":"from them! for they be all adulterers","number":"h5003"},{"text":"Oh that","number":"h5414"},{"text":"that I might leave","number":"h5800"},{"text":"my people","number":"h5971"},{"text":"an assembly","number":"h6116"}],"21":[{"text":"into our palaces","number":"h759"},{"text":"and is entered","number":"h935"},{"text":"and the young men","number":"h970"},{"text":"from without","number":"h2351"},{"text":"into our windows","number":"h2474"},{"text":"to cut off","number":"h3772"},{"text":"For death","number":"h4194"},{"text":"the children","number":"h5768"},{"text":"is come up","number":"h5927"},{"text":"from the streets","number":"h7339"}],"24":[{"text":"in the earth","number":"h776"},{"text":"But let him that glorieth","number":"h1984"},{"text":"glory","number":"h1984"},{"text":"lovingkindness","number":"h2617"},{"text":"for in these things I delight","number":"h2654"},{"text":"and knoweth","number":"h3045"},{"text":"me that I am the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"judgment","number":"h4941"},{"text":"saith","number":"h5002"},{"text":"which exercise","number":"h6213"},{"text":"and righteousness","number":"h6666"},{"text":"in this that he understandeth","number":"h7919"}],"19":[{"text":"the land","number":"h776"},{"text":"confounded","number":"h954"},{"text":"we are greatly","number":"h3966"},{"text":"because our dwellings","number":"h4908"},{"text":"of wailing","number":"h5092"},{"text":"because we have forsaken","number":"h5800"},{"text":"out of Zion","number":"h6726"},{"text":"For a voice","number":"h6963"},{"text":"How are we spoiled","number":"h7703"},{"text":"have cast us out","number":"h7993"},{"text":"is heard","number":"h8085"}],"25":[{"text":"come","number":"h935"},{"text":"the LORD","number":"h3068"},{"text":"Behold the days","number":"h3117"},{"text":"all them which are circumcised","number":"h4135"},{"text":"saith","number":"h5002"},{"text":"with the uncircumcised","number":"h6190"},{"text":"that I will punish","number":"h6485"}],"1":[{"text":"that I might weep","number":"h1058"},{"text":"of the daughter","number":"h1323"},{"text":"of tears","number":"h1832"},{"text":"for the slain","number":"h2491"},{"text":"day","number":"h3119"},{"text":"and night","number":"h3915"},{"text":"were waters","number":"h4325"},{"text":"a fountain","number":"h4726"},{"text":"Oh that","number":"h5414"},{"text":"and mine eyes","number":"h5869"},{"text":"of my people","number":"h5971"},{"text":"my head","number":"h7218"}],"9":[{"text":"on such a nation","number":"h1471"},{"text":"the LORD","number":"h3068"},{"text":"them for these things saith","number":"h5002"},{"text":"shall not my soul","number":"h5315"},{"text":"be avenged","number":"h5358"},{"text":"Shall I not visit","number":"h6485"}],"11":[{"text":"heaps","number":"h1530"},{"text":"of Judah","number":"h3063"},{"text":"Jerusalem","number":"h3389"},{"text":"without an inhabitant","number":"h3427"},{"text":"and a den","number":"h4583"},{"text":"And I will make","number":"h5414"},{"text":"and I will make","number":"h5414"},{"text":"the cities","number":"h5892"},{"text":"desolate","number":"h8077"},{"text":"of dragons","number":"h8577"}],"18":[{"text":"with tears","number":"h1832"},{"text":"may run down","number":"h3381"},{"text":"And let them make haste","number":"h4116"},{"text":"with waters","number":"h4325"},{"text":"a wailing","number":"h5092"},{"text":"gush out","number":"h5140"},{"text":"and take up","number":"h5375"},{"text":"for us that our eyes","number":"h5869"},{"text":"and our eyelids","number":"h6079"}],"6":[{"text":"to know","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"Thine habitation","number":"h3427"},{"text":"they refuse","number":"h3985"},{"text":"of deceit","number":"h4820"},{"text":"through deceit","number":"h4820"},{"text":"me saith","number":"h5002"},{"text":"is in the midst","number":"h8432"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"It may be","number":"h194"},{"text":"Job","number":"h347"},{"text":"of them all for Job","number":"h347"},{"text":"that Job","number":"h347"},{"text":"God","number":"h430"},{"text":"said","number":"h559"},{"text":"that my sons","number":"h1121"},{"text":"in the morning","number":"h1242"},{"text":"and cursed","number":"h1288"},{"text":"have sinned","number":"h2398"},{"text":"And it was so when the days","number":"h3117"},{"text":"continually","number":"h3117"},{"text":"in their hearts","number":"h3824"},{"text":"according to the number","number":"h4557"},{"text":"of their feasting","number":"h4960"},{"text":"were gone about","number":"h5362"},{"text":"and offered","number":"h5927"},{"text":"burnt offerings","number":"h5930"},{"text":"Thus did","number":"h6213"},{"text":"and sanctified","number":"h6942"},{"text":"them and rose up early","number":"h7925"},{"text":"sent","number":"h7971"}],"11":[{"text":"But","number":"h199"},{"text":"all that he hath and he will curse","number":"h1288"},{"text":"thine hand","number":"h3027"},{"text":"now and touch","number":"h5060"},{"text":"thee to thy face","number":"h6440"},{"text":"put forth","number":"h7971"}],"13":[{"text":"brother's","number":"h251"},{"text":"were eating","number":"h398"},{"text":"house","number":"h1004"},{"text":"in their eldest","number":"h1060"},{"text":"when his sons","number":"h1121"},{"text":"and his daughters","number":"h1323"},{"text":"And there was a day","number":"h3117"},{"text":"wine","number":"h3196"},{"text":"and drinking","number":"h8354"}],"18":[{"text":"brother's","number":"h251"},{"text":"were eating","number":"h398"},{"text":"also another and said","number":"h559"},{"text":"there came","number":"h935"},{"text":"house","number":"h1004"},{"text":"in their eldest","number":"h1060"},{"text":"Thy sons","number":"h1121"},{"text":"and thy daughters","number":"h1323"},{"text":"While he was yet speaking","number":"h1696"},{"text":"wine","number":"h3196"},{"text":"and drinking","number":"h8354"}],"4":[{"text":"sisters","number":"h269"},{"text":"every one","number":"h376"},{"text":"to eat","number":"h398"},{"text":"in their houses","number":"h1004"},{"text":"And his sons","number":"h1121"},{"text":"went","number":"h1980"},{"text":"his day","number":"h3117"},{"text":"and feasted","number":"h4960"},{"text":"and called","number":"h7121"},{"text":"for their three","number":"h7969"},{"text":"and sent","number":"h7971"},{"text":"and to drink","number":"h8354"}],"9":[{"text":"Doth Job","number":"h347"},{"text":"God","number":"h430"},{"text":"and said","number":"h559"},{"text":"for nought","number":"h2600"},{"text":"the LORD","number":"h3068"},{"text":"fear","number":"h3372"},{"text":"answered","number":"h6030"},{"text":"Then Satan","number":"h7854"}],"22":[{"text":"In all this Job","number":"h347"},{"text":"God","number":"h430"},{"text":"sinned","number":"h2398"},{"text":"not nor charged","number":"h5414"},{"text":"foolishly","number":"h8604"}],"8":[{"text":"Job","number":"h347"},{"text":"man","number":"h376"},{"text":"God","number":"h430"},{"text":"said","number":"h559"},{"text":"that there is none like him in the earth","number":"h776"},{"text":"And the LORD","number":"h3068"},{"text":"one that feareth","number":"h3373"},{"text":"and an upright","number":"h3477"},{"text":"and escheweth","number":"h5493"},{"text":"my servant","number":"h5650"},{"text":"evil","number":"h7451"},{"text":"Hast thou considered","number":"h7760"},{"text":"unto Satan","number":"h7854"},{"text":"a perfect","number":"h8535"}],"20":[{"text":"Then Job","number":"h347"},{"text":"upon the ground","number":"h776"},{"text":"and shaved","number":"h1494"},{"text":"his mantle","number":"h4598"},{"text":"and fell down","number":"h5307"},{"text":"arose","number":"h6965"},{"text":"and rent","number":"h7167"},{"text":"his head","number":"h7218"},{"text":"and worshipped","number":"h7812"}],"14":[{"text":"unto Job","number":"h347"},{"text":"and said","number":"h559"},{"text":"and the asses","number":"h860"},{"text":"And there came","number":"h935"},{"text":"The oxen","number":"h1241"},{"text":"were plowing","number":"h2790"},{"text":"beside","number":"h3027"},{"text":"a messenger","number":"h4397"},{"text":"feeding","number":"h7462"}],"1":[{"text":"was Job","number":"h347"},{"text":"There was a man","number":"h376"},{"text":"and that man","number":"h376"},{"text":"God","number":"h430"},{"text":"in the land","number":"h776"},{"text":"and one that feared","number":"h3373"},{"text":"and upright","number":"h3477"},{"text":"and eschewed","number":"h5493"},{"text":"of Uz","number":"h5780"},{"text":"evil","number":"h7451"},{"text":"whose name","number":"h8034"},{"text":"was perfect","number":"h8535"}],"7":[{"text":"Whence","number":"h370"},{"text":"and said","number":"h559"},{"text":"said","number":"h559"},{"text":"in the earth","number":"h776"},{"text":"comest","number":"h935"},{"text":"and from walking up and down","number":"h1980"},{"text":"And the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"answered","number":"h6030"},{"text":"From going to and fro","number":"h7751"},{"text":"thou Then Satan","number":"h7854"},{"text":"unto Satan","number":"h7854"}],"3":[{"text":"so that this man","number":"h376"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"she asses","number":"h860"},{"text":"of all the men","number":"h1121"},{"text":"of oxen","number":"h1241"},{"text":"was the greatest","number":"h1419"},{"text":"camels","number":"h1581"},{"text":"and five","number":"h2568"},{"text":"and five","number":"h2568"},{"text":"and a very","number":"h3966"},{"text":"hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"His substance","number":"h4735"},{"text":"household","number":"h5657"},{"text":"sheep","number":"h6629"},{"text":"yoke","number":"h6776"},{"text":"of the east","number":"h6924"},{"text":"great","number":"h7227"},{"text":"also was seven","number":"h7651"},{"text":"and three","number":"h7969"}],"16":[{"text":"and consumed","number":"h398"},{"text":"of God","number":"h430"},{"text":"also another and said","number":"h559"},{"text":"The fire","number":"h784"},{"text":"there came","number":"h935"},{"text":"and hath burned up","number":"h1197"},{"text":"While he was yet speaking","number":"h1696"},{"text":"them and I only am escaped","number":"h4422"},{"text":"alone to tell","number":"h5046"},{"text":"and the servants","number":"h5288"},{"text":"is fallen","number":"h5307"},{"text":"the sheep","number":"h6629"},{"text":"from heaven","number":"h8064"}],"6":[{"text":"of God","number":"h430"},{"text":"came","number":"h935"},{"text":"came","number":"h935"},{"text":"when the sons","number":"h1121"},{"text":"themselves before the LORD","number":"h3068"},{"text":"Now there was a day","number":"h3117"},{"text":"to present","number":"h3320"},{"text":"and Satan","number":"h7854"},{"text":"also among","number":"h8432"}],"21":[{"text":"of my mother's","number":"h517"},{"text":"And said","number":"h559"},{"text":"womb","number":"h990"},{"text":"blessed","number":"h1288"},{"text":"and the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"thither the LORD","number":"h3068"},{"text":"came I out","number":"h3318"},{"text":"hath taken away","number":"h3947"},{"text":"gave","number":"h5414"},{"text":"Naked","number":"h6174"},{"text":"and naked","number":"h6174"},{"text":"shall I return","number":"h7725"},{"text":"be the name","number":"h8034"}],"17":[{"text":"also another and said","number":"h559"},{"text":"there came","number":"h935"},{"text":"upon the camels","number":"h1581"},{"text":"While he was yet speaking","number":"h1696"},{"text":"of the sword","number":"h2719"},{"text":"The Chaldeans","number":"h3778"},{"text":"and have carried them away","number":"h3947"},{"text":"and I only am escaped","number":"h4422"},{"text":"alone to tell","number":"h5046"},{"text":"yea and slain","number":"h5221"},{"text":"the servants","number":"h5288"},{"text":"with the edge","number":"h6310"},{"text":"and fell","number":"h6584"},{"text":"bands","number":"h7218"},{"text":"made out","number":"h7760"},{"text":"three","number":"h7969"}],"12":[{"text":"said","number":"h559"},{"text":"Behold all that he hath is in thy power","number":"h3027"},{"text":"thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"went forth","number":"h3318"},{"text":"from the presence","number":"h6440"},{"text":"So Satan","number":"h7854"},{"text":"unto Satan","number":"h7854"},{"text":"only upon himself put not forth","number":"h7971"}],"19":[{"text":"the four","number":"h702"},{"text":"And behold there came","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"a great","number":"h1419"},{"text":"the wilderness","number":"h4057"},{"text":"and they are dead","number":"h4191"},{"text":"and I only am escaped","number":"h4422"},{"text":"alone to tell","number":"h5046"},{"text":"and smote","number":"h5060"},{"text":"upon the young men","number":"h5288"},{"text":"and it fell","number":"h5307"},{"text":"from","number":"h5676"},{"text":"corners","number":"h6438"},{"text":"wind","number":"h7307"}],"10":[{"text":"in the land","number":"h776"},{"text":"his house","number":"h1004"},{"text":"about him and about","number":"h1157"},{"text":"thou hast blessed","number":"h1288"},{"text":"of his hands","number":"h3027"},{"text":"the work","number":"h4639"},{"text":"and his substance","number":"h4735"},{"text":"and about all that he hath on every side","number":"h5439"},{"text":"is increased","number":"h6555"},{"text":"Hast not thou made an hedge","number":"h7753"}],"2":[{"text":"sons","number":"h1121"},{"text":"daughters","number":"h1323"},{"text":"And there were born","number":"h3205"},{"text":"unto him seven","number":"h7651"},{"text":"and three","number":"h7969"}],"15":[{"text":"of the sword","number":"h2719"},{"text":"upon them and took them away","number":"h3947"},{"text":"and I only am escaped","number":"h4422"},{"text":"alone to tell","number":"h5046"},{"text":"yea they have slain","number":"h5221"},{"text":"the servants","number":"h5288"},{"text":"fell","number":"h5307"},{"text":"with the edge","number":"h6310"},{"text":"And the Sabeans","number":"h7614"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"unto God","number":"h433"},{"text":"I will say","number":"h559"},{"text":"me shew","number":"h3045"},{"text":"me wherefore thou contendest","number":"h7378"},{"text":"Do not condemn","number":"h7561"}],"15":[{"text":"woe","number":"h480"},{"text":"yet will I not lift up","number":"h5375"},{"text":"thou mine affliction","number":"h6040"},{"text":"unto me and if I be righteous","number":"h6663"},{"text":"of confusion","number":"h7036"},{"text":"therefore see","number":"h7202"},{"text":"my head","number":"h7218"},{"text":"If I be wicked","number":"h7561"},{"text":"I am full","number":"h7649"}],"5":[{"text":"of man","number":"h582"},{"text":"as man's","number":"h1397"},{"text":"Are thy days","number":"h3117"},{"text":"as the days","number":"h3117"},{"text":"days","number":"h3117"},{"text":"are thy years","number":"h8141"}],"4":[{"text":"thou as man","number":"h582"},{"text":"of flesh","number":"h1320"},{"text":"Hast thou eyes","number":"h5869"},{"text":"or seest","number":"h7200"},{"text":"seeth","number":"h7200"}],"22":[{"text":"as darkness","number":"h652"},{"text":"is as darkness","number":"h652"},{"text":"A land","number":"h776"},{"text":"and where the light","number":"h3313"},{"text":"without any order","number":"h5468"},{"text":"of darkness","number":"h5890"},{"text":"itself and of the shadow of death","number":"h6757"}],"21":[{"text":"even to the land","number":"h776"},{"text":"of darkness","number":"h2822"},{"text":"Before I go","number":"h3212"},{"text":"and the shadow of death","number":"h6757"},{"text":"whence I shall not return","number":"h7725"}],"19":[{"text":"from the womb","number":"h990"},{"text":"I should have been as though I had not been I should have been carried","number":"h2986"},{"text":"to the grave","number":"h6913"}],"20":[{"text":"that I may take comfort","number":"h1082"},{"text":"cease","number":"h2308"},{"text":"Are not my days","number":"h3117"},{"text":"a little","number":"h4592"},{"text":"few","number":"h4592"},{"text":"then and let me alone","number":"h7896"}],"8":[{"text":"yet thou dost destroy","number":"h1104"},{"text":"Thine hands","number":"h3027"},{"text":"me together","number":"h3162"},{"text":"round about","number":"h5439"},{"text":"have made","number":"h6087"},{"text":"me and fashioned","number":"h6213"}],"6":[{"text":"That thou enquirest","number":"h1245"},{"text":"and searchest","number":"h1875"},{"text":"after my sin","number":"h2403"},{"text":"after mine iniquity","number":"h5771"}],"11":[{"text":"and flesh","number":"h1320"},{"text":"and sinews","number":"h1517"},{"text":"Thou hast clothed","number":"h3847"},{"text":"me with skin","number":"h5785"},{"text":"me with bones","number":"h6106"},{"text":"and hast fenced","number":"h7753"}],"16":[{"text":"For it increaseth","number":"h1342"},{"text":"thou shewest thyself marvellous","number":"h6381"},{"text":"Thou huntest","number":"h6679"},{"text":"and again","number":"h7725"},{"text":"me as a fierce lion","number":"h7826"}],"10":[{"text":"me like cheese","number":"h1385"},{"text":"as milk","number":"h2461"},{"text":"Hast thou not poured me out","number":"h5413"},{"text":"and curdled","number":"h7087"}],"18":[{"text":"Oh that I had given up the ghost","number":"h1478"},{"text":"Wherefore then hast thou brought me forth","number":"h3318"},{"text":"and no eye","number":"h5869"},{"text":"had seen","number":"h7200"},{"text":"out of the womb","number":"h7358"}],"1":[{"text":"upon myself I will speak","number":"h1696"},{"text":"of my life","number":"h2416"},{"text":"in the bitterness","number":"h4751"},{"text":"My soul","number":"h5315"},{"text":"of my soul","number":"h5315"},{"text":"is weary","number":"h5354"},{"text":"I will leave","number":"h5800"},{"text":"my complaint","number":"h7879"}],"7":[{"text":"Thou knowest","number":"h1847"},{"text":"out of thine hand","number":"h3027"},{"text":"and there is none that can deliver","number":"h5337"},{"text":"that I am not wicked","number":"h7561"}],"9":[{"text":"Remember","number":"h2142"},{"text":"me as the clay","number":"h2563"},{"text":"me into dust","number":"h6083"},{"text":"I beseech thee that thou hast made","number":"h6213"},{"text":"again","number":"h7725"},{"text":"and wilt thou bring","number":"h7725"}],"17":[{"text":"Thou renewest","number":"h2318"},{"text":"changes","number":"h2487"},{"text":"thine indignation","number":"h3708"},{"text":"thy witnesses","number":"h5707"},{"text":"upon me","number":"h5978"},{"text":"and war","number":"h6635"},{"text":"against me and increasest","number":"h7235"}],"14":[{"text":"If I sin","number":"h2398"},{"text":"me and thou wilt not acquit","number":"h5352"},{"text":"me from mine iniquity","number":"h5771"},{"text":"then thou markest","number":"h8104"}],"12":[{"text":"me life","number":"h2416"},{"text":"and favour","number":"h2617"},{"text":"Thou hast granted","number":"h6213"},{"text":"and thy visitation","number":"h6486"},{"text":"my spirit","number":"h7307"},{"text":"hath preserved","number":"h8104"}],"3":[{"text":"Is it good","number":"h2895"},{"text":"the work","number":"h3018"},{"text":"and shine","number":"h3313"},{"text":"of thine hands","number":"h3709"},{"text":"that thou shouldest despise","number":"h3988"},{"text":"upon the counsel","number":"h6098"},{"text":"unto thee that thou shouldest oppress","number":"h6231"},{"text":"of the wicked","number":"h7563"}],"13":[{"text":"I know","number":"h3045"},{"text":"in thine heart","number":"h3824"},{"text":"And these things hast thou hid","number":"h6845"}]}
@@ -0,0 +1 @@
1
+ {"20":[{"text":"and they shall not escape","number":"h6"},{"text":"shall fail","number":"h3615"},{"text":"shall be as the giving up","number":"h4646"},{"text":"of the ghost","number":"h5315"},{"text":"But the eyes","number":"h5869"},{"text":"of the wicked","number":"h7563"},{"text":"and their hope","number":"h8615"}],"12":[{"text":"though man","number":"h120"},{"text":"man","number":"h376"},{"text":"be born","number":"h3205"},{"text":"would be wise","number":"h3823"},{"text":"For vain","number":"h5014"},{"text":"colt","number":"h5895"},{"text":"like a wild ass's","number":"h6501"}],"14":[{"text":"in thy tabernacles","number":"h168"},{"text":"If iniquity","number":"h205"},{"text":"be in thine hand","number":"h3027"},{"text":"and let not wickedness","number":"h5766"},{"text":"put it far away","number":"h7368"},{"text":"dwell","number":"h7931"}],"5":[{"text":"But","number":"h199"},{"text":"God","number":"h433"},{"text":"would speak","number":"h1696"},{"text":"oh that","number":"h5414"},{"text":"and open","number":"h6605"},{"text":"his lips","number":"h8193"}],"11":[{"text":"wickedness","number":"h205"},{"text":"also will he not then consider","number":"h995"},{"text":"For he knoweth","number":"h3045"},{"text":"men","number":"h4962"},{"text":"he seeth","number":"h7200"},{"text":"vain","number":"h7723"}],"2":[{"text":"and should a man","number":"h376"},{"text":"of words","number":"h1697"},{"text":"be answered","number":"h6030"},{"text":"be justified","number":"h6663"},{"text":"Should not the multitude","number":"h7230"},{"text":"full of talk","number":"h8193"}],"7":[{"text":"God","number":"h433"},{"text":"Canst thou by searching","number":"h2714"},{"text":"canst thou find","number":"h4672"},{"text":"find out","number":"h4672"},{"text":"out the Almighty","number":"h7706"},{"text":"unto perfection","number":"h8503"}],"6":[{"text":"therefore that God","number":"h433"},{"text":"of wisdom","number":"h2451"},{"text":"Know","number":"h3045"},{"text":"that they are double","number":"h3718"},{"text":"And that he would shew","number":"h5046"},{"text":"exacteth","number":"h5382"},{"text":"of thee less than thine iniquity","number":"h5771"},{"text":"to that which is","number":"h8454"},{"text":"thee the secrets","number":"h8587"}],"4":[{"text":"For thou hast said","number":"h559"},{"text":"and I am clean","number":"h1249"},{"text":"is pure","number":"h2134"},{"text":"My doctrine","number":"h3948"},{"text":"in thine eyes","number":"h5869"}],"1":[{"text":"and said","number":"h559"},{"text":"the Naamathite","number":"h5284"},{"text":"Then answered","number":"h6030"},{"text":"Zophar","number":"h6691"}],"9":[{"text":"thereof is longer","number":"h752"},{"text":"than the earth","number":"h776"},{"text":"than the sea","number":"h3220"},{"text":"The measure","number":"h4055"},{"text":"and broader","number":"h7342"}],"3":[{"text":"Should thy lies","number":"h907"},{"text":"hold their peace","number":"h2790"},{"text":"make","number":"h2790"},{"text":"shall no man make thee ashamed","number":"h3637"},{"text":"and when thou mockest","number":"h3932"},{"text":"men","number":"h4962"}],"18":[{"text":"And thou shalt be secure","number":"h982"},{"text":"in safety","number":"h983"},{"text":"yea thou shalt dig","number":"h2658"},{"text":"because there is","number":"h3426"},{"text":"about thee and thou shalt take thy rest","number":"h7901"},{"text":"hope","number":"h8615"}],"17":[{"text":"thou shalt be as the morning","number":"h1242"},{"text":"And thine age","number":"h2465"},{"text":"thou shalt shine forth","number":"h5774"},{"text":"than the noonday","number":"h6672"},{"text":"shall be clearer","number":"h6965"}],"8":[{"text":"It is as high","number":"h1363"},{"text":"what canst thou know","number":"h3045"},{"text":"deeper","number":"h6013"},{"text":"what canst thou do","number":"h6466"},{"text":"than hell","number":"h7585"},{"text":"as heaven","number":"h8064"}],"16":[{"text":"and remember","number":"h2142"},{"text":"it as waters","number":"h4325"},{"text":"that pass away","number":"h5674"},{"text":"thy misery","number":"h5999"},{"text":"Because thou shalt forget","number":"h7911"}],"19":[{"text":"shall make suit","number":"h2470"},{"text":"and none shall make thee afraid","number":"h2729"},{"text":"unto thee","number":"h6440"},{"text":"yea many","number":"h7227"},{"text":"Also thou shalt lie down","number":"h7257"}],"10":[{"text":"If he cut off","number":"h2498"},{"text":"and shut up","number":"h5462"},{"text":"or gather together","number":"h6950"},{"text":"then who can hinder","number":"h7725"}],"15":[{"text":"yea thou shalt be stedfast","number":"h3332"},{"text":"and shalt not fear","number":"h3372"},{"text":"without spot","number":"h3971"},{"text":"For then shalt thou lift up","number":"h5375"},{"text":"thy face","number":"h6440"}],"13":[{"text":"If thou prepare","number":"h3559"},{"text":"out thine hands","number":"h3709"},{"text":"thine heart","number":"h3820"},{"text":"and stretch","number":"h6566"}]}
@@ -0,0 +1 @@
1
+ {"23":[{"text":"and destroyeth","number":"h6"},{"text":"the nations","number":"h1471"},{"text":"the nations","number":"h1471"},{"text":"and straiteneth","number":"h5148"},{"text":"He increaseth","number":"h7679"},{"text":"them he enlargeth","number":"h7849"}],"6":[{"text":"The tabernacles","number":"h168"},{"text":"God","number":"h410"},{"text":"God","number":"h433"},{"text":"bringeth","number":"h935"},{"text":"are secure","number":"h987"},{"text":"into whose hand","number":"h3027"},{"text":"and they that provoke","number":"h7264"},{"text":"of robbers","number":"h7703"},{"text":"prosper","number":"h7951"}],"7":[{"text":"But","number":"h199"},{"text":"now the beasts","number":"h929"},{"text":"and they shall teach","number":"h3384"},{"text":"and they shall tell","number":"h5046"},{"text":"thee and the fowls","number":"h5775"},{"text":"ask","number":"h7592"},{"text":"of the air","number":"h8064"}],"22":[{"text":"to light","number":"h216"},{"text":"He discovereth","number":"h1540"},{"text":"out of darkness","number":"h2822"},{"text":"and bringeth out","number":"h3318"},{"text":"deep things","number":"h6013"},{"text":"the shadow of death","number":"h6757"}],"25":[{"text":"without light","number":"h216"},{"text":"in the dark","number":"h2822"},{"text":"They grope","number":"h4959"},{"text":"like a drunken","number":"h7910"},{"text":"and he maketh them to stagger","number":"h8582"}],"18":[{"text":"with a girdle","number":"h232"},{"text":"and girdeth","number":"h631"},{"text":"the bond","number":"h4148"},{"text":"of kings","number":"h4428"},{"text":"their loins","number":"h4975"},{"text":"He looseth","number":"h6605"}],"11":[{"text":"Doth not the ear","number":"h241"},{"text":"his meat","number":"h400"},{"text":"try","number":"h974"},{"text":"and the mouth","number":"h2441"},{"text":"taste","number":"h2938"},{"text":"words","number":"h4405"}],"1":[{"text":"And Job","number":"h347"},{"text":"and said","number":"h559"},{"text":"answered","number":"h6030"}],"14":[{"text":"a man","number":"h376"},{"text":"and it cannot be built again","number":"h1129"},{"text":"Behold he breaketh down","number":"h2040"},{"text":"he shutteth up","number":"h5462"},{"text":"and there can be no opening","number":"h6605"}],"10":[{"text":"of all mankind","number":"h376"},{"text":"of every living thing","number":"h2416"},{"text":"In whose hand","number":"h3027"},{"text":"is the soul","number":"h5315"},{"text":"and the breath","number":"h7307"}],"19":[{"text":"the mighty","number":"h386"},{"text":"He leadeth","number":"h3212"},{"text":"princes","number":"h3548"},{"text":"and overthroweth","number":"h5557"},{"text":"away spoiled","number":"h7758"}],"4":[{"text":"upon God","number":"h433"},{"text":"and he answereth","number":"h6030"},{"text":"him the just","number":"h6662"},{"text":"who calleth","number":"h7121"},{"text":"of his neighbour","number":"h7453"},{"text":"I am as one mocked","number":"h7814"},{"text":"man is laughed to scorn","number":"h7814"},{"text":"upright","number":"h8549"}],"20":[{"text":"of the trusty","number":"h539"},{"text":"of the aged","number":"h2205"},{"text":"the understanding","number":"h2940"},{"text":"and taketh away","number":"h3947"},{"text":"He removeth away","number":"h5493"},{"text":"the speech","number":"h8193"}],"2":[{"text":"No doubt","number":"h551"},{"text":"and wisdom","number":"h2451"},{"text":"shall die","number":"h4191"},{"text":"but ye are the people","number":"h5971"}],"21":[{"text":"of the mighty","number":"h650"},{"text":"contempt","number":"h937"},{"text":"the strength","number":"h4206"},{"text":"upon princes","number":"h5081"},{"text":"and weakeneth","number":"h7503"},{"text":"He poureth","number":"h8210"}],"12":[{"text":"and in length","number":"h753"},{"text":"is wisdom","number":"h2451"},{"text":"of days","number":"h3117"},{"text":"With the ancient","number":"h3453"},{"text":"understanding","number":"h8394"}],"24":[{"text":"of the earth","number":"h776"},{"text":"where there is no way","number":"h1870"},{"text":"the heart","number":"h3820"},{"text":"He taketh away","number":"h5493"},{"text":"of the people","number":"h5971"},{"text":"of the chief","number":"h7218"},{"text":"in a wilderness","number":"h8414"},{"text":"and causeth them to wander","number":"h8582"}],"15":[{"text":"the earth","number":"h776"},{"text":"and they overturn","number":"h2015"},{"text":"and they dry up","number":"h3001"},{"text":"the waters","number":"h4325"},{"text":"Behold he withholdeth","number":"h6113"},{"text":"also he sendeth them out","number":"h7971"}],"8":[{"text":"to the earth","number":"h776"},{"text":"thee and the fishes","number":"h1709"},{"text":"of the sea","number":"h3220"},{"text":"and it shall teach","number":"h3384"},{"text":"shall declare","number":"h5608"},{"text":"Or speak","number":"h7878"}],"5":[{"text":"despised","number":"h937"},{"text":"He that is ready","number":"h3559"},{"text":"is as a lamp","number":"h3940"},{"text":"to slip","number":"h4571"},{"text":"in the thought","number":"h6248"},{"text":"with his feet","number":"h7272"},{"text":"of him that is at ease","number":"h7600"}],"13":[{"text":"and strength","number":"h1369"},{"text":"With him is wisdom","number":"h2451"},{"text":"he hath counsel","number":"h6098"},{"text":"and understanding","number":"h8394"}],"3":[{"text":"But","number":"h1571"},{"text":"to you yea who knoweth not such things","number":"h3644"},{"text":"I have understanding","number":"h3824"},{"text":"as well as you I am not inferior","number":"h5307"}],"17":[{"text":"fools","number":"h1984"},{"text":"He leadeth","number":"h3212"},{"text":"counsellors","number":"h3289"},{"text":"away spoiled","number":"h7758"},{"text":"and maketh the judges","number":"h8199"}],"9":[{"text":"not in all these that the hand","number":"h3027"},{"text":"Who knoweth","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"hath wrought","number":"h6213"}],"16":[{"text":"With him is strength","number":"h5797"},{"text":"the deceived","number":"h7683"},{"text":"and the deceiver","number":"h7686"},{"text":"and wisdom","number":"h8454"}]}