cskit-strongs 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1353) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +8 -0
  3. data/History.txt +3 -0
  4. data/LICENSE +177 -0
  5. data/README.md +0 -0
  6. data/Rakefile +129 -0
  7. data/cskit-strongs.gemspec +26 -0
  8. data/lib/cskit/concordances/strongs.rb +15 -0
  9. data/lib/cskit-strongs/annotator.rb +102 -0
  10. data/lib/cskit-strongs/formatters/strongs_html_formatter.rb +20 -0
  11. data/lib/cskit-strongs/formatters/strongs_plain_text_formatter.rb +22 -0
  12. data/lib/cskit-strongs/formatters.rb +10 -0
  13. data/lib/cskit-strongs/lexicon_entry.rb +17 -0
  14. data/lib/cskit-strongs/splitters/concordance_splitter.rb +50 -0
  15. data/lib/cskit-strongs/splitters/greek_lexicon_splitter.rb +86 -0
  16. data/lib/cskit-strongs/splitters/hebrew_lexicon_splitter.rb +86 -0
  17. data/lib/cskit-strongs/splitters/utilities.rb +13 -0
  18. data/lib/cskit-strongs/strongs_number.rb +30 -0
  19. data/lib/cskit-strongs/version.rb +5 -0
  20. data/lib/cskit-strongs.rb +25 -0
  21. data/resources/concordance/acts/1.json +1 -0
  22. data/resources/concordance/acts/10.json +1 -0
  23. data/resources/concordance/acts/11.json +1 -0
  24. data/resources/concordance/acts/12.json +1 -0
  25. data/resources/concordance/acts/13.json +1 -0
  26. data/resources/concordance/acts/14.json +1 -0
  27. data/resources/concordance/acts/15.json +1 -0
  28. data/resources/concordance/acts/16.json +1 -0
  29. data/resources/concordance/acts/17.json +1 -0
  30. data/resources/concordance/acts/18.json +1 -0
  31. data/resources/concordance/acts/19.json +1 -0
  32. data/resources/concordance/acts/2.json +1 -0
  33. data/resources/concordance/acts/20.json +1 -0
  34. data/resources/concordance/acts/21.json +1 -0
  35. data/resources/concordance/acts/22.json +1 -0
  36. data/resources/concordance/acts/23.json +1 -0
  37. data/resources/concordance/acts/24.json +1 -0
  38. data/resources/concordance/acts/25.json +1 -0
  39. data/resources/concordance/acts/26.json +1 -0
  40. data/resources/concordance/acts/27.json +1 -0
  41. data/resources/concordance/acts/28.json +1 -0
  42. data/resources/concordance/acts/3.json +1 -0
  43. data/resources/concordance/acts/4.json +1 -0
  44. data/resources/concordance/acts/5.json +1 -0
  45. data/resources/concordance/acts/6.json +1 -0
  46. data/resources/concordance/acts/7.json +1 -0
  47. data/resources/concordance/acts/8.json +1 -0
  48. data/resources/concordance/acts/9.json +1 -0
  49. data/resources/concordance/amos/1.json +1 -0
  50. data/resources/concordance/amos/2.json +1 -0
  51. data/resources/concordance/amos/3.json +1 -0
  52. data/resources/concordance/amos/4.json +1 -0
  53. data/resources/concordance/amos/5.json +1 -0
  54. data/resources/concordance/amos/6.json +1 -0
  55. data/resources/concordance/amos/7.json +1 -0
  56. data/resources/concordance/amos/8.json +1 -0
  57. data/resources/concordance/amos/9.json +1 -0
  58. data/resources/concordance/colossians/1.json +1 -0
  59. data/resources/concordance/colossians/2.json +1 -0
  60. data/resources/concordance/colossians/3.json +1 -0
  61. data/resources/concordance/colossians/4.json +1 -0
  62. data/resources/concordance/daniel/1.json +1 -0
  63. data/resources/concordance/daniel/10.json +1 -0
  64. data/resources/concordance/daniel/11.json +1 -0
  65. data/resources/concordance/daniel/12.json +1 -0
  66. data/resources/concordance/daniel/2.json +1 -0
  67. data/resources/concordance/daniel/3.json +1 -0
  68. data/resources/concordance/daniel/4.json +1 -0
  69. data/resources/concordance/daniel/5.json +1 -0
  70. data/resources/concordance/daniel/6.json +1 -0
  71. data/resources/concordance/daniel/7.json +1 -0
  72. data/resources/concordance/daniel/8.json +1 -0
  73. data/resources/concordance/daniel/9.json +1 -0
  74. data/resources/concordance/deuteronomy/1.json +1 -0
  75. data/resources/concordance/deuteronomy/10.json +1 -0
  76. data/resources/concordance/deuteronomy/11.json +1 -0
  77. data/resources/concordance/deuteronomy/12.json +1 -0
  78. data/resources/concordance/deuteronomy/13.json +1 -0
  79. data/resources/concordance/deuteronomy/14.json +1 -0
  80. data/resources/concordance/deuteronomy/15.json +1 -0
  81. data/resources/concordance/deuteronomy/16.json +1 -0
  82. data/resources/concordance/deuteronomy/17.json +1 -0
  83. data/resources/concordance/deuteronomy/18.json +1 -0
  84. data/resources/concordance/deuteronomy/19.json +1 -0
  85. data/resources/concordance/deuteronomy/2.json +1 -0
  86. data/resources/concordance/deuteronomy/20.json +1 -0
  87. data/resources/concordance/deuteronomy/21.json +1 -0
  88. data/resources/concordance/deuteronomy/22.json +1 -0
  89. data/resources/concordance/deuteronomy/23.json +1 -0
  90. data/resources/concordance/deuteronomy/24.json +1 -0
  91. data/resources/concordance/deuteronomy/25.json +1 -0
  92. data/resources/concordance/deuteronomy/26.json +1 -0
  93. data/resources/concordance/deuteronomy/27.json +1 -0
  94. data/resources/concordance/deuteronomy/28.json +1 -0
  95. data/resources/concordance/deuteronomy/29.json +1 -0
  96. data/resources/concordance/deuteronomy/3.json +1 -0
  97. data/resources/concordance/deuteronomy/30.json +1 -0
  98. data/resources/concordance/deuteronomy/31.json +1 -0
  99. data/resources/concordance/deuteronomy/32.json +1 -0
  100. data/resources/concordance/deuteronomy/33.json +1 -0
  101. data/resources/concordance/deuteronomy/34.json +1 -0
  102. data/resources/concordance/deuteronomy/4.json +1 -0
  103. data/resources/concordance/deuteronomy/5.json +1 -0
  104. data/resources/concordance/deuteronomy/6.json +1 -0
  105. data/resources/concordance/deuteronomy/7.json +1 -0
  106. data/resources/concordance/deuteronomy/8.json +1 -0
  107. data/resources/concordance/deuteronomy/9.json +1 -0
  108. data/resources/concordance/ecclesiastes/1.json +1 -0
  109. data/resources/concordance/ecclesiastes/10.json +1 -0
  110. data/resources/concordance/ecclesiastes/11.json +1 -0
  111. data/resources/concordance/ecclesiastes/12.json +1 -0
  112. data/resources/concordance/ecclesiastes/2.json +1 -0
  113. data/resources/concordance/ecclesiastes/3.json +1 -0
  114. data/resources/concordance/ecclesiastes/4.json +1 -0
  115. data/resources/concordance/ecclesiastes/5.json +1 -0
  116. data/resources/concordance/ecclesiastes/6.json +1 -0
  117. data/resources/concordance/ecclesiastes/7.json +1 -0
  118. data/resources/concordance/ecclesiastes/8.json +1 -0
  119. data/resources/concordance/ecclesiastes/9.json +1 -0
  120. data/resources/concordance/ephesians/1.json +1 -0
  121. data/resources/concordance/ephesians/2.json +1 -0
  122. data/resources/concordance/ephesians/3.json +1 -0
  123. data/resources/concordance/ephesians/4.json +1 -0
  124. data/resources/concordance/ephesians/5.json +1 -0
  125. data/resources/concordance/ephesians/6.json +1 -0
  126. data/resources/concordance/esther/1.json +1 -0
  127. data/resources/concordance/esther/10.json +1 -0
  128. data/resources/concordance/esther/2.json +1 -0
  129. data/resources/concordance/esther/3.json +1 -0
  130. data/resources/concordance/esther/4.json +1 -0
  131. data/resources/concordance/esther/5.json +1 -0
  132. data/resources/concordance/esther/6.json +1 -0
  133. data/resources/concordance/esther/7.json +1 -0
  134. data/resources/concordance/esther/8.json +1 -0
  135. data/resources/concordance/esther/9.json +1 -0
  136. data/resources/concordance/exodus/1.json +1 -0
  137. data/resources/concordance/exodus/10.json +1 -0
  138. data/resources/concordance/exodus/11.json +1 -0
  139. data/resources/concordance/exodus/12.json +1 -0
  140. data/resources/concordance/exodus/13.json +1 -0
  141. data/resources/concordance/exodus/14.json +1 -0
  142. data/resources/concordance/exodus/15.json +1 -0
  143. data/resources/concordance/exodus/16.json +1 -0
  144. data/resources/concordance/exodus/17.json +1 -0
  145. data/resources/concordance/exodus/18.json +1 -0
  146. data/resources/concordance/exodus/19.json +1 -0
  147. data/resources/concordance/exodus/2.json +1 -0
  148. data/resources/concordance/exodus/20.json +1 -0
  149. data/resources/concordance/exodus/21.json +1 -0
  150. data/resources/concordance/exodus/22.json +1 -0
  151. data/resources/concordance/exodus/23.json +1 -0
  152. data/resources/concordance/exodus/24.json +1 -0
  153. data/resources/concordance/exodus/25.json +1 -0
  154. data/resources/concordance/exodus/26.json +1 -0
  155. data/resources/concordance/exodus/27.json +1 -0
  156. data/resources/concordance/exodus/28.json +1 -0
  157. data/resources/concordance/exodus/29.json +1 -0
  158. data/resources/concordance/exodus/3.json +1 -0
  159. data/resources/concordance/exodus/30.json +1 -0
  160. data/resources/concordance/exodus/31.json +1 -0
  161. data/resources/concordance/exodus/32.json +1 -0
  162. data/resources/concordance/exodus/33.json +1 -0
  163. data/resources/concordance/exodus/34.json +1 -0
  164. data/resources/concordance/exodus/35.json +1 -0
  165. data/resources/concordance/exodus/36.json +1 -0
  166. data/resources/concordance/exodus/37.json +1 -0
  167. data/resources/concordance/exodus/38.json +1 -0
  168. data/resources/concordance/exodus/39.json +1 -0
  169. data/resources/concordance/exodus/4.json +1 -0
  170. data/resources/concordance/exodus/40.json +1 -0
  171. data/resources/concordance/exodus/5.json +1 -0
  172. data/resources/concordance/exodus/6.json +1 -0
  173. data/resources/concordance/exodus/7.json +1 -0
  174. data/resources/concordance/exodus/8.json +1 -0
  175. data/resources/concordance/exodus/9.json +1 -0
  176. data/resources/concordance/ezekiel/1.json +1 -0
  177. data/resources/concordance/ezekiel/10.json +1 -0
  178. data/resources/concordance/ezekiel/11.json +1 -0
  179. data/resources/concordance/ezekiel/12.json +1 -0
  180. data/resources/concordance/ezekiel/13.json +1 -0
  181. data/resources/concordance/ezekiel/14.json +1 -0
  182. data/resources/concordance/ezekiel/15.json +1 -0
  183. data/resources/concordance/ezekiel/16.json +1 -0
  184. data/resources/concordance/ezekiel/17.json +1 -0
  185. data/resources/concordance/ezekiel/18.json +1 -0
  186. data/resources/concordance/ezekiel/19.json +1 -0
  187. data/resources/concordance/ezekiel/2.json +1 -0
  188. data/resources/concordance/ezekiel/20.json +1 -0
  189. data/resources/concordance/ezekiel/21.json +1 -0
  190. data/resources/concordance/ezekiel/22.json +1 -0
  191. data/resources/concordance/ezekiel/23.json +1 -0
  192. data/resources/concordance/ezekiel/24.json +1 -0
  193. data/resources/concordance/ezekiel/25.json +1 -0
  194. data/resources/concordance/ezekiel/26.json +1 -0
  195. data/resources/concordance/ezekiel/27.json +1 -0
  196. data/resources/concordance/ezekiel/28.json +1 -0
  197. data/resources/concordance/ezekiel/29.json +1 -0
  198. data/resources/concordance/ezekiel/3.json +1 -0
  199. data/resources/concordance/ezekiel/30.json +1 -0
  200. data/resources/concordance/ezekiel/31.json +1 -0
  201. data/resources/concordance/ezekiel/32.json +1 -0
  202. data/resources/concordance/ezekiel/33.json +1 -0
  203. data/resources/concordance/ezekiel/34.json +1 -0
  204. data/resources/concordance/ezekiel/35.json +1 -0
  205. data/resources/concordance/ezekiel/36.json +1 -0
  206. data/resources/concordance/ezekiel/37.json +1 -0
  207. data/resources/concordance/ezekiel/38.json +1 -0
  208. data/resources/concordance/ezekiel/39.json +1 -0
  209. data/resources/concordance/ezekiel/4.json +1 -0
  210. data/resources/concordance/ezekiel/40.json +1 -0
  211. data/resources/concordance/ezekiel/41.json +1 -0
  212. data/resources/concordance/ezekiel/42.json +1 -0
  213. data/resources/concordance/ezekiel/43.json +1 -0
  214. data/resources/concordance/ezekiel/44.json +1 -0
  215. data/resources/concordance/ezekiel/45.json +1 -0
  216. data/resources/concordance/ezekiel/46.json +1 -0
  217. data/resources/concordance/ezekiel/47.json +1 -0
  218. data/resources/concordance/ezekiel/48.json +1 -0
  219. data/resources/concordance/ezekiel/5.json +1 -0
  220. data/resources/concordance/ezekiel/6.json +1 -0
  221. data/resources/concordance/ezekiel/7.json +1 -0
  222. data/resources/concordance/ezekiel/8.json +1 -0
  223. data/resources/concordance/ezekiel/9.json +1 -0
  224. data/resources/concordance/ezra/1.json +1 -0
  225. data/resources/concordance/ezra/10.json +1 -0
  226. data/resources/concordance/ezra/2.json +1 -0
  227. data/resources/concordance/ezra/3.json +1 -0
  228. data/resources/concordance/ezra/4.json +1 -0
  229. data/resources/concordance/ezra/5.json +1 -0
  230. data/resources/concordance/ezra/6.json +1 -0
  231. data/resources/concordance/ezra/7.json +1 -0
  232. data/resources/concordance/ezra/8.json +1 -0
  233. data/resources/concordance/ezra/9.json +1 -0
  234. data/resources/concordance/galatians/1.json +1 -0
  235. data/resources/concordance/galatians/2.json +1 -0
  236. data/resources/concordance/galatians/3.json +1 -0
  237. data/resources/concordance/galatians/4.json +1 -0
  238. data/resources/concordance/galatians/5.json +1 -0
  239. data/resources/concordance/galatians/6.json +1 -0
  240. data/resources/concordance/genesis/1.json +1 -0
  241. data/resources/concordance/genesis/10.json +1 -0
  242. data/resources/concordance/genesis/11.json +1 -0
  243. data/resources/concordance/genesis/12.json +1 -0
  244. data/resources/concordance/genesis/13.json +1 -0
  245. data/resources/concordance/genesis/14.json +1 -0
  246. data/resources/concordance/genesis/15.json +1 -0
  247. data/resources/concordance/genesis/16.json +1 -0
  248. data/resources/concordance/genesis/17.json +1 -0
  249. data/resources/concordance/genesis/18.json +1 -0
  250. data/resources/concordance/genesis/19.json +1 -0
  251. data/resources/concordance/genesis/2.json +1 -0
  252. data/resources/concordance/genesis/20.json +1 -0
  253. data/resources/concordance/genesis/21.json +1 -0
  254. data/resources/concordance/genesis/22.json +1 -0
  255. data/resources/concordance/genesis/23.json +1 -0
  256. data/resources/concordance/genesis/24.json +1 -0
  257. data/resources/concordance/genesis/25.json +1 -0
  258. data/resources/concordance/genesis/26.json +1 -0
  259. data/resources/concordance/genesis/27.json +1 -0
  260. data/resources/concordance/genesis/28.json +1 -0
  261. data/resources/concordance/genesis/29.json +1 -0
  262. data/resources/concordance/genesis/3.json +1 -0
  263. data/resources/concordance/genesis/30.json +1 -0
  264. data/resources/concordance/genesis/31.json +1 -0
  265. data/resources/concordance/genesis/32.json +1 -0
  266. data/resources/concordance/genesis/33.json +1 -0
  267. data/resources/concordance/genesis/34.json +1 -0
  268. data/resources/concordance/genesis/35.json +1 -0
  269. data/resources/concordance/genesis/36.json +1 -0
  270. data/resources/concordance/genesis/37.json +1 -0
  271. data/resources/concordance/genesis/38.json +1 -0
  272. data/resources/concordance/genesis/39.json +1 -0
  273. data/resources/concordance/genesis/4.json +1 -0
  274. data/resources/concordance/genesis/40.json +1 -0
  275. data/resources/concordance/genesis/41.json +1 -0
  276. data/resources/concordance/genesis/42.json +1 -0
  277. data/resources/concordance/genesis/43.json +1 -0
  278. data/resources/concordance/genesis/44.json +1 -0
  279. data/resources/concordance/genesis/45.json +1 -0
  280. data/resources/concordance/genesis/46.json +1 -0
  281. data/resources/concordance/genesis/47.json +1 -0
  282. data/resources/concordance/genesis/48.json +1 -0
  283. data/resources/concordance/genesis/49.json +1 -0
  284. data/resources/concordance/genesis/5.json +1 -0
  285. data/resources/concordance/genesis/50.json +1 -0
  286. data/resources/concordance/genesis/6.json +1 -0
  287. data/resources/concordance/genesis/7.json +1 -0
  288. data/resources/concordance/genesis/8.json +1 -0
  289. data/resources/concordance/genesis/9.json +1 -0
  290. data/resources/concordance/habakkuk/1.json +1 -0
  291. data/resources/concordance/habakkuk/2.json +1 -0
  292. data/resources/concordance/habakkuk/3.json +1 -0
  293. data/resources/concordance/haggai/1.json +1 -0
  294. data/resources/concordance/haggai/2.json +1 -0
  295. data/resources/concordance/hebrews/1.json +1 -0
  296. data/resources/concordance/hebrews/10.json +1 -0
  297. data/resources/concordance/hebrews/11.json +1 -0
  298. data/resources/concordance/hebrews/12.json +1 -0
  299. data/resources/concordance/hebrews/13.json +1 -0
  300. data/resources/concordance/hebrews/2.json +1 -0
  301. data/resources/concordance/hebrews/3.json +1 -0
  302. data/resources/concordance/hebrews/4.json +1 -0
  303. data/resources/concordance/hebrews/5.json +1 -0
  304. data/resources/concordance/hebrews/6.json +1 -0
  305. data/resources/concordance/hebrews/7.json +1 -0
  306. data/resources/concordance/hebrews/8.json +1 -0
  307. data/resources/concordance/hebrews/9.json +1 -0
  308. data/resources/concordance/hosea/1.json +1 -0
  309. data/resources/concordance/hosea/10.json +1 -0
  310. data/resources/concordance/hosea/11.json +1 -0
  311. data/resources/concordance/hosea/12.json +1 -0
  312. data/resources/concordance/hosea/13.json +1 -0
  313. data/resources/concordance/hosea/14.json +1 -0
  314. data/resources/concordance/hosea/2.json +1 -0
  315. data/resources/concordance/hosea/3.json +1 -0
  316. data/resources/concordance/hosea/4.json +1 -0
  317. data/resources/concordance/hosea/5.json +1 -0
  318. data/resources/concordance/hosea/6.json +1 -0
  319. data/resources/concordance/hosea/7.json +1 -0
  320. data/resources/concordance/hosea/8.json +1 -0
  321. data/resources/concordance/hosea/9.json +1 -0
  322. data/resources/concordance/i_chronicles/1.json +1 -0
  323. data/resources/concordance/i_chronicles/10.json +1 -0
  324. data/resources/concordance/i_chronicles/11.json +1 -0
  325. data/resources/concordance/i_chronicles/12.json +1 -0
  326. data/resources/concordance/i_chronicles/13.json +1 -0
  327. data/resources/concordance/i_chronicles/14.json +1 -0
  328. data/resources/concordance/i_chronicles/15.json +1 -0
  329. data/resources/concordance/i_chronicles/16.json +1 -0
  330. data/resources/concordance/i_chronicles/17.json +1 -0
  331. data/resources/concordance/i_chronicles/18.json +1 -0
  332. data/resources/concordance/i_chronicles/19.json +1 -0
  333. data/resources/concordance/i_chronicles/2.json +1 -0
  334. data/resources/concordance/i_chronicles/20.json +1 -0
  335. data/resources/concordance/i_chronicles/21.json +1 -0
  336. data/resources/concordance/i_chronicles/22.json +1 -0
  337. data/resources/concordance/i_chronicles/23.json +1 -0
  338. data/resources/concordance/i_chronicles/24.json +1 -0
  339. data/resources/concordance/i_chronicles/25.json +1 -0
  340. data/resources/concordance/i_chronicles/26.json +1 -0
  341. data/resources/concordance/i_chronicles/27.json +1 -0
  342. data/resources/concordance/i_chronicles/28.json +1 -0
  343. data/resources/concordance/i_chronicles/29.json +1 -0
  344. data/resources/concordance/i_chronicles/3.json +1 -0
  345. data/resources/concordance/i_chronicles/4.json +1 -0
  346. data/resources/concordance/i_chronicles/5.json +1 -0
  347. data/resources/concordance/i_chronicles/6.json +1 -0
  348. data/resources/concordance/i_chronicles/7.json +1 -0
  349. data/resources/concordance/i_chronicles/8.json +1 -0
  350. data/resources/concordance/i_chronicles/9.json +1 -0
  351. data/resources/concordance/i_corinthians/1.json +1 -0
  352. data/resources/concordance/i_corinthians/10.json +1 -0
  353. data/resources/concordance/i_corinthians/11.json +1 -0
  354. data/resources/concordance/i_corinthians/12.json +1 -0
  355. data/resources/concordance/i_corinthians/13.json +1 -0
  356. data/resources/concordance/i_corinthians/14.json +1 -0
  357. data/resources/concordance/i_corinthians/15.json +1 -0
  358. data/resources/concordance/i_corinthians/16.json +1 -0
  359. data/resources/concordance/i_corinthians/2.json +1 -0
  360. data/resources/concordance/i_corinthians/3.json +1 -0
  361. data/resources/concordance/i_corinthians/4.json +1 -0
  362. data/resources/concordance/i_corinthians/5.json +1 -0
  363. data/resources/concordance/i_corinthians/6.json +1 -0
  364. data/resources/concordance/i_corinthians/7.json +1 -0
  365. data/resources/concordance/i_corinthians/8.json +1 -0
  366. data/resources/concordance/i_corinthians/9.json +1 -0
  367. data/resources/concordance/i_john/1.json +1 -0
  368. data/resources/concordance/i_john/2.json +1 -0
  369. data/resources/concordance/i_john/3.json +1 -0
  370. data/resources/concordance/i_john/4.json +1 -0
  371. data/resources/concordance/i_john/5.json +1 -0
  372. data/resources/concordance/i_kings/1.json +1 -0
  373. data/resources/concordance/i_kings/10.json +1 -0
  374. data/resources/concordance/i_kings/11.json +1 -0
  375. data/resources/concordance/i_kings/12.json +1 -0
  376. data/resources/concordance/i_kings/13.json +1 -0
  377. data/resources/concordance/i_kings/14.json +1 -0
  378. data/resources/concordance/i_kings/15.json +1 -0
  379. data/resources/concordance/i_kings/16.json +1 -0
  380. data/resources/concordance/i_kings/17.json +1 -0
  381. data/resources/concordance/i_kings/18.json +1 -0
  382. data/resources/concordance/i_kings/19.json +1 -0
  383. data/resources/concordance/i_kings/2.json +1 -0
  384. data/resources/concordance/i_kings/20.json +1 -0
  385. data/resources/concordance/i_kings/21.json +1 -0
  386. data/resources/concordance/i_kings/3.json +1 -0
  387. data/resources/concordance/i_kings/4.json +1 -0
  388. data/resources/concordance/i_kings/5.json +1 -0
  389. data/resources/concordance/i_kings/6.json +1 -0
  390. data/resources/concordance/i_kings/7.json +1 -0
  391. data/resources/concordance/i_kings/8.json +1 -0
  392. data/resources/concordance/i_kings/9.json +1 -0
  393. data/resources/concordance/i_peter/1.json +1 -0
  394. data/resources/concordance/i_peter/2.json +1 -0
  395. data/resources/concordance/i_peter/3.json +1 -0
  396. data/resources/concordance/i_peter/4.json +1 -0
  397. data/resources/concordance/i_peter/5.json +1 -0
  398. data/resources/concordance/i_samuel/1.json +1 -0
  399. data/resources/concordance/i_samuel/10.json +1 -0
  400. data/resources/concordance/i_samuel/11.json +1 -0
  401. data/resources/concordance/i_samuel/12.json +1 -0
  402. data/resources/concordance/i_samuel/13.json +1 -0
  403. data/resources/concordance/i_samuel/14.json +1 -0
  404. data/resources/concordance/i_samuel/15.json +1 -0
  405. data/resources/concordance/i_samuel/16.json +1 -0
  406. data/resources/concordance/i_samuel/17.json +1 -0
  407. data/resources/concordance/i_samuel/18.json +1 -0
  408. data/resources/concordance/i_samuel/19.json +1 -0
  409. data/resources/concordance/i_samuel/2.json +1 -0
  410. data/resources/concordance/i_samuel/20.json +1 -0
  411. data/resources/concordance/i_samuel/21.json +1 -0
  412. data/resources/concordance/i_samuel/22.json +1 -0
  413. data/resources/concordance/i_samuel/23.json +1 -0
  414. data/resources/concordance/i_samuel/24.json +1 -0
  415. data/resources/concordance/i_samuel/25.json +1 -0
  416. data/resources/concordance/i_samuel/26.json +1 -0
  417. data/resources/concordance/i_samuel/27.json +1 -0
  418. data/resources/concordance/i_samuel/28.json +1 -0
  419. data/resources/concordance/i_samuel/29.json +1 -0
  420. data/resources/concordance/i_samuel/3.json +1 -0
  421. data/resources/concordance/i_samuel/30.json +1 -0
  422. data/resources/concordance/i_samuel/31.json +1 -0
  423. data/resources/concordance/i_samuel/4.json +1 -0
  424. data/resources/concordance/i_samuel/5.json +1 -0
  425. data/resources/concordance/i_samuel/6.json +1 -0
  426. data/resources/concordance/i_samuel/7.json +1 -0
  427. data/resources/concordance/i_samuel/8.json +1 -0
  428. data/resources/concordance/i_samuel/9.json +1 -0
  429. data/resources/concordance/i_thessalonians/1.json +1 -0
  430. data/resources/concordance/i_thessalonians/2.json +1 -0
  431. data/resources/concordance/i_thessalonians/3.json +1 -0
  432. data/resources/concordance/i_thessalonians/4.json +1 -0
  433. data/resources/concordance/i_thessalonians/5.json +1 -0
  434. data/resources/concordance/i_timothy/1.json +1 -0
  435. data/resources/concordance/i_timothy/2.json +1 -0
  436. data/resources/concordance/i_timothy/3.json +1 -0
  437. data/resources/concordance/i_timothy/4.json +1 -0
  438. data/resources/concordance/i_timothy/5.json +1 -0
  439. data/resources/concordance/i_timothy/6.json +1 -0
  440. data/resources/concordance/ii_chronicles/1.json +1 -0
  441. data/resources/concordance/ii_chronicles/10.json +1 -0
  442. data/resources/concordance/ii_chronicles/11.json +1 -0
  443. data/resources/concordance/ii_chronicles/12.json +1 -0
  444. data/resources/concordance/ii_chronicles/13.json +1 -0
  445. data/resources/concordance/ii_chronicles/14.json +1 -0
  446. data/resources/concordance/ii_chronicles/15.json +1 -0
  447. data/resources/concordance/ii_chronicles/16.json +1 -0
  448. data/resources/concordance/ii_chronicles/17.json +1 -0
  449. data/resources/concordance/ii_chronicles/18.json +1 -0
  450. data/resources/concordance/ii_chronicles/19.json +1 -0
  451. data/resources/concordance/ii_chronicles/2.json +1 -0
  452. data/resources/concordance/ii_chronicles/20.json +1 -0
  453. data/resources/concordance/ii_chronicles/21.json +1 -0
  454. data/resources/concordance/ii_chronicles/22.json +1 -0
  455. data/resources/concordance/ii_chronicles/23.json +1 -0
  456. data/resources/concordance/ii_chronicles/24.json +1 -0
  457. data/resources/concordance/ii_chronicles/25.json +1 -0
  458. data/resources/concordance/ii_chronicles/26.json +1 -0
  459. data/resources/concordance/ii_chronicles/27.json +1 -0
  460. data/resources/concordance/ii_chronicles/28.json +1 -0
  461. data/resources/concordance/ii_chronicles/29.json +1 -0
  462. data/resources/concordance/ii_chronicles/3.json +1 -0
  463. data/resources/concordance/ii_chronicles/30.json +1 -0
  464. data/resources/concordance/ii_chronicles/31.json +1 -0
  465. data/resources/concordance/ii_chronicles/32.json +1 -0
  466. data/resources/concordance/ii_chronicles/33.json +1 -0
  467. data/resources/concordance/ii_chronicles/34.json +1 -0
  468. data/resources/concordance/ii_chronicles/35.json +1 -0
  469. data/resources/concordance/ii_chronicles/36.json +1 -0
  470. data/resources/concordance/ii_chronicles/4.json +1 -0
  471. data/resources/concordance/ii_chronicles/5.json +1 -0
  472. data/resources/concordance/ii_chronicles/6.json +1 -0
  473. data/resources/concordance/ii_chronicles/7.json +1 -0
  474. data/resources/concordance/ii_chronicles/8.json +1 -0
  475. data/resources/concordance/ii_chronicles/9.json +1 -0
  476. data/resources/concordance/ii_corinthians/1.json +1 -0
  477. data/resources/concordance/ii_corinthians/10.json +1 -0
  478. data/resources/concordance/ii_corinthians/11.json +1 -0
  479. data/resources/concordance/ii_corinthians/12.json +1 -0
  480. data/resources/concordance/ii_corinthians/13.json +1 -0
  481. data/resources/concordance/ii_corinthians/2.json +1 -0
  482. data/resources/concordance/ii_corinthians/3.json +1 -0
  483. data/resources/concordance/ii_corinthians/4.json +1 -0
  484. data/resources/concordance/ii_corinthians/5.json +1 -0
  485. data/resources/concordance/ii_corinthians/6.json +1 -0
  486. data/resources/concordance/ii_corinthians/7.json +1 -0
  487. data/resources/concordance/ii_corinthians/8.json +1 -0
  488. data/resources/concordance/ii_corinthians/9.json +1 -0
  489. data/resources/concordance/ii_john/1.json +1 -0
  490. data/resources/concordance/ii_kings/1.json +1 -0
  491. data/resources/concordance/ii_kings/10.json +1 -0
  492. data/resources/concordance/ii_kings/11.json +1 -0
  493. data/resources/concordance/ii_kings/12.json +1 -0
  494. data/resources/concordance/ii_kings/13.json +1 -0
  495. data/resources/concordance/ii_kings/14.json +1 -0
  496. data/resources/concordance/ii_kings/15.json +1 -0
  497. data/resources/concordance/ii_kings/16.json +1 -0
  498. data/resources/concordance/ii_kings/17.json +1 -0
  499. data/resources/concordance/ii_kings/18.json +1 -0
  500. data/resources/concordance/ii_kings/19.json +1 -0
  501. data/resources/concordance/ii_kings/2.json +1 -0
  502. data/resources/concordance/ii_kings/20.json +1 -0
  503. data/resources/concordance/ii_kings/21.json +1 -0
  504. data/resources/concordance/ii_kings/22.json +1 -0
  505. data/resources/concordance/ii_kings/23.json +1 -0
  506. data/resources/concordance/ii_kings/24.json +1 -0
  507. data/resources/concordance/ii_kings/25.json +1 -0
  508. data/resources/concordance/ii_kings/3.json +1 -0
  509. data/resources/concordance/ii_kings/4.json +1 -0
  510. data/resources/concordance/ii_kings/5.json +1 -0
  511. data/resources/concordance/ii_kings/6.json +1 -0
  512. data/resources/concordance/ii_kings/7.json +1 -0
  513. data/resources/concordance/ii_kings/8.json +1 -0
  514. data/resources/concordance/ii_kings/9.json +1 -0
  515. data/resources/concordance/ii_peter/1.json +1 -0
  516. data/resources/concordance/ii_peter/2.json +1 -0
  517. data/resources/concordance/ii_peter/3.json +1 -0
  518. data/resources/concordance/ii_samuel/1.json +1 -0
  519. data/resources/concordance/ii_samuel/10.json +1 -0
  520. data/resources/concordance/ii_samuel/11.json +1 -0
  521. data/resources/concordance/ii_samuel/12.json +1 -0
  522. data/resources/concordance/ii_samuel/13.json +1 -0
  523. data/resources/concordance/ii_samuel/14.json +1 -0
  524. data/resources/concordance/ii_samuel/15.json +1 -0
  525. data/resources/concordance/ii_samuel/16.json +1 -0
  526. data/resources/concordance/ii_samuel/17.json +1 -0
  527. data/resources/concordance/ii_samuel/18.json +1 -0
  528. data/resources/concordance/ii_samuel/19.json +1 -0
  529. data/resources/concordance/ii_samuel/2.json +1 -0
  530. data/resources/concordance/ii_samuel/20.json +1 -0
  531. data/resources/concordance/ii_samuel/21.json +1 -0
  532. data/resources/concordance/ii_samuel/22.json +1 -0
  533. data/resources/concordance/ii_samuel/23.json +1 -0
  534. data/resources/concordance/ii_samuel/24.json +1 -0
  535. data/resources/concordance/ii_samuel/3.json +1 -0
  536. data/resources/concordance/ii_samuel/4.json +1 -0
  537. data/resources/concordance/ii_samuel/5.json +1 -0
  538. data/resources/concordance/ii_samuel/6.json +1 -0
  539. data/resources/concordance/ii_samuel/7.json +1 -0
  540. data/resources/concordance/ii_samuel/8.json +1 -0
  541. data/resources/concordance/ii_samuel/9.json +1 -0
  542. data/resources/concordance/ii_thessalonians/1.json +1 -0
  543. data/resources/concordance/ii_thessalonians/2.json +1 -0
  544. data/resources/concordance/ii_thessalonians/3.json +1 -0
  545. data/resources/concordance/ii_timothy/1.json +1 -0
  546. data/resources/concordance/ii_timothy/2.json +1 -0
  547. data/resources/concordance/ii_timothy/3.json +1 -0
  548. data/resources/concordance/ii_timothy/4.json +1 -0
  549. data/resources/concordance/iii_john/1.json +1 -0
  550. data/resources/concordance/isaiah/1.json +1 -0
  551. data/resources/concordance/isaiah/10.json +1 -0
  552. data/resources/concordance/isaiah/11.json +1 -0
  553. data/resources/concordance/isaiah/12.json +1 -0
  554. data/resources/concordance/isaiah/13.json +1 -0
  555. data/resources/concordance/isaiah/14.json +1 -0
  556. data/resources/concordance/isaiah/15.json +1 -0
  557. data/resources/concordance/isaiah/16.json +1 -0
  558. data/resources/concordance/isaiah/17.json +1 -0
  559. data/resources/concordance/isaiah/18.json +1 -0
  560. data/resources/concordance/isaiah/19.json +1 -0
  561. data/resources/concordance/isaiah/2.json +1 -0
  562. data/resources/concordance/isaiah/20.json +1 -0
  563. data/resources/concordance/isaiah/21.json +1 -0
  564. data/resources/concordance/isaiah/22.json +1 -0
  565. data/resources/concordance/isaiah/23.json +1 -0
  566. data/resources/concordance/isaiah/24.json +1 -0
  567. data/resources/concordance/isaiah/25.json +1 -0
  568. data/resources/concordance/isaiah/26.json +1 -0
  569. data/resources/concordance/isaiah/27.json +1 -0
  570. data/resources/concordance/isaiah/28.json +1 -0
  571. data/resources/concordance/isaiah/29.json +1 -0
  572. data/resources/concordance/isaiah/3.json +1 -0
  573. data/resources/concordance/isaiah/30.json +1 -0
  574. data/resources/concordance/isaiah/31.json +1 -0
  575. data/resources/concordance/isaiah/32.json +1 -0
  576. data/resources/concordance/isaiah/33.json +1 -0
  577. data/resources/concordance/isaiah/34.json +1 -0
  578. data/resources/concordance/isaiah/35.json +1 -0
  579. data/resources/concordance/isaiah/36.json +1 -0
  580. data/resources/concordance/isaiah/37.json +1 -0
  581. data/resources/concordance/isaiah/38.json +1 -0
  582. data/resources/concordance/isaiah/39.json +1 -0
  583. data/resources/concordance/isaiah/4.json +1 -0
  584. data/resources/concordance/isaiah/40.json +1 -0
  585. data/resources/concordance/isaiah/41.json +1 -0
  586. data/resources/concordance/isaiah/42.json +1 -0
  587. data/resources/concordance/isaiah/43.json +1 -0
  588. data/resources/concordance/isaiah/44.json +1 -0
  589. data/resources/concordance/isaiah/45.json +1 -0
  590. data/resources/concordance/isaiah/46.json +1 -0
  591. data/resources/concordance/isaiah/47.json +1 -0
  592. data/resources/concordance/isaiah/48.json +1 -0
  593. data/resources/concordance/isaiah/49.json +1 -0
  594. data/resources/concordance/isaiah/5.json +1 -0
  595. data/resources/concordance/isaiah/50.json +1 -0
  596. data/resources/concordance/isaiah/51.json +1 -0
  597. data/resources/concordance/isaiah/52.json +1 -0
  598. data/resources/concordance/isaiah/53.json +1 -0
  599. data/resources/concordance/isaiah/54.json +1 -0
  600. data/resources/concordance/isaiah/55.json +1 -0
  601. data/resources/concordance/isaiah/56.json +1 -0
  602. data/resources/concordance/isaiah/57.json +1 -0
  603. data/resources/concordance/isaiah/58.json +1 -0
  604. data/resources/concordance/isaiah/59.json +1 -0
  605. data/resources/concordance/isaiah/6.json +1 -0
  606. data/resources/concordance/isaiah/60.json +1 -0
  607. data/resources/concordance/isaiah/61.json +1 -0
  608. data/resources/concordance/isaiah/62.json +1 -0
  609. data/resources/concordance/isaiah/63.json +1 -0
  610. data/resources/concordance/isaiah/64.json +1 -0
  611. data/resources/concordance/isaiah/65.json +1 -0
  612. data/resources/concordance/isaiah/66.json +1 -0
  613. data/resources/concordance/isaiah/7.json +1 -0
  614. data/resources/concordance/isaiah/8.json +1 -0
  615. data/resources/concordance/isaiah/9.json +1 -0
  616. data/resources/concordance/james/1.json +1 -0
  617. data/resources/concordance/james/2.json +1 -0
  618. data/resources/concordance/james/3.json +1 -0
  619. data/resources/concordance/james/4.json +1 -0
  620. data/resources/concordance/james/5.json +1 -0
  621. data/resources/concordance/jeremiah/1.json +1 -0
  622. data/resources/concordance/jeremiah/10.json +1 -0
  623. data/resources/concordance/jeremiah/11.json +1 -0
  624. data/resources/concordance/jeremiah/12.json +1 -0
  625. data/resources/concordance/jeremiah/13.json +1 -0
  626. data/resources/concordance/jeremiah/14.json +1 -0
  627. data/resources/concordance/jeremiah/15.json +1 -0
  628. data/resources/concordance/jeremiah/16.json +1 -0
  629. data/resources/concordance/jeremiah/17.json +1 -0
  630. data/resources/concordance/jeremiah/18.json +1 -0
  631. data/resources/concordance/jeremiah/19.json +1 -0
  632. data/resources/concordance/jeremiah/2.json +1 -0
  633. data/resources/concordance/jeremiah/20.json +1 -0
  634. data/resources/concordance/jeremiah/21.json +1 -0
  635. data/resources/concordance/jeremiah/22.json +1 -0
  636. data/resources/concordance/jeremiah/23.json +1 -0
  637. data/resources/concordance/jeremiah/24.json +1 -0
  638. data/resources/concordance/jeremiah/25.json +1 -0
  639. data/resources/concordance/jeremiah/26.json +1 -0
  640. data/resources/concordance/jeremiah/27.json +1 -0
  641. data/resources/concordance/jeremiah/28.json +1 -0
  642. data/resources/concordance/jeremiah/29.json +1 -0
  643. data/resources/concordance/jeremiah/3.json +1 -0
  644. data/resources/concordance/jeremiah/30.json +1 -0
  645. data/resources/concordance/jeremiah/31.json +1 -0
  646. data/resources/concordance/jeremiah/32.json +1 -0
  647. data/resources/concordance/jeremiah/33.json +1 -0
  648. data/resources/concordance/jeremiah/34.json +1 -0
  649. data/resources/concordance/jeremiah/35.json +1 -0
  650. data/resources/concordance/jeremiah/36.json +1 -0
  651. data/resources/concordance/jeremiah/37.json +1 -0
  652. data/resources/concordance/jeremiah/38.json +1 -0
  653. data/resources/concordance/jeremiah/39.json +1 -0
  654. data/resources/concordance/jeremiah/4.json +1 -0
  655. data/resources/concordance/jeremiah/40.json +1 -0
  656. data/resources/concordance/jeremiah/41.json +1 -0
  657. data/resources/concordance/jeremiah/42.json +1 -0
  658. data/resources/concordance/jeremiah/43.json +1 -0
  659. data/resources/concordance/jeremiah/44.json +1 -0
  660. data/resources/concordance/jeremiah/45.json +1 -0
  661. data/resources/concordance/jeremiah/46.json +1 -0
  662. data/resources/concordance/jeremiah/47.json +1 -0
  663. data/resources/concordance/jeremiah/48.json +1 -0
  664. data/resources/concordance/jeremiah/49.json +1 -0
  665. data/resources/concordance/jeremiah/5.json +1 -0
  666. data/resources/concordance/jeremiah/50.json +1 -0
  667. data/resources/concordance/jeremiah/51.json +1 -0
  668. data/resources/concordance/jeremiah/52.json +1 -0
  669. data/resources/concordance/jeremiah/6.json +1 -0
  670. data/resources/concordance/jeremiah/7.json +1 -0
  671. data/resources/concordance/jeremiah/8.json +1 -0
  672. data/resources/concordance/jeremiah/9.json +1 -0
  673. data/resources/concordance/job/1.json +1 -0
  674. data/resources/concordance/job/10.json +1 -0
  675. data/resources/concordance/job/11.json +1 -0
  676. data/resources/concordance/job/12.json +1 -0
  677. data/resources/concordance/job/13.json +1 -0
  678. data/resources/concordance/job/14.json +1 -0
  679. data/resources/concordance/job/15.json +1 -0
  680. data/resources/concordance/job/16.json +1 -0
  681. data/resources/concordance/job/17.json +1 -0
  682. data/resources/concordance/job/18.json +1 -0
  683. data/resources/concordance/job/19.json +1 -0
  684. data/resources/concordance/job/2.json +1 -0
  685. data/resources/concordance/job/20.json +1 -0
  686. data/resources/concordance/job/21.json +1 -0
  687. data/resources/concordance/job/22.json +1 -0
  688. data/resources/concordance/job/23.json +1 -0
  689. data/resources/concordance/job/24.json +1 -0
  690. data/resources/concordance/job/25.json +1 -0
  691. data/resources/concordance/job/26.json +1 -0
  692. data/resources/concordance/job/27.json +1 -0
  693. data/resources/concordance/job/28.json +1 -0
  694. data/resources/concordance/job/29.json +1 -0
  695. data/resources/concordance/job/3.json +1 -0
  696. data/resources/concordance/job/30.json +1 -0
  697. data/resources/concordance/job/31.json +1 -0
  698. data/resources/concordance/job/32.json +1 -0
  699. data/resources/concordance/job/33.json +1 -0
  700. data/resources/concordance/job/34.json +1 -0
  701. data/resources/concordance/job/35.json +1 -0
  702. data/resources/concordance/job/36.json +1 -0
  703. data/resources/concordance/job/37.json +1 -0
  704. data/resources/concordance/job/38.json +1 -0
  705. data/resources/concordance/job/39.json +1 -0
  706. data/resources/concordance/job/4.json +1 -0
  707. data/resources/concordance/job/40.json +1 -0
  708. data/resources/concordance/job/41.json +1 -0
  709. data/resources/concordance/job/42.json +1 -0
  710. data/resources/concordance/job/5.json +1 -0
  711. data/resources/concordance/job/6.json +1 -0
  712. data/resources/concordance/job/7.json +1 -0
  713. data/resources/concordance/job/8.json +1 -0
  714. data/resources/concordance/job/9.json +1 -0
  715. data/resources/concordance/joel/1.json +1 -0
  716. data/resources/concordance/joel/2.json +1 -0
  717. data/resources/concordance/joel/3.json +1 -0
  718. data/resources/concordance/john/1.json +1 -0
  719. data/resources/concordance/john/10.json +1 -0
  720. data/resources/concordance/john/11.json +1 -0
  721. data/resources/concordance/john/12.json +1 -0
  722. data/resources/concordance/john/13.json +1 -0
  723. data/resources/concordance/john/14.json +1 -0
  724. data/resources/concordance/john/15.json +1 -0
  725. data/resources/concordance/john/16.json +1 -0
  726. data/resources/concordance/john/17.json +1 -0
  727. data/resources/concordance/john/18.json +1 -0
  728. data/resources/concordance/john/19.json +1 -0
  729. data/resources/concordance/john/2.json +1 -0
  730. data/resources/concordance/john/20.json +1 -0
  731. data/resources/concordance/john/21.json +1 -0
  732. data/resources/concordance/john/3.json +1 -0
  733. data/resources/concordance/john/4.json +1 -0
  734. data/resources/concordance/john/5.json +1 -0
  735. data/resources/concordance/john/6.json +1 -0
  736. data/resources/concordance/john/7.json +1 -0
  737. data/resources/concordance/john/8.json +1 -0
  738. data/resources/concordance/john/9.json +1 -0
  739. data/resources/concordance/jonah/1.json +1 -0
  740. data/resources/concordance/jonah/2.json +1 -0
  741. data/resources/concordance/jonah/3.json +1 -0
  742. data/resources/concordance/jonah/4.json +1 -0
  743. data/resources/concordance/joshua/1.json +1 -0
  744. data/resources/concordance/joshua/10.json +1 -0
  745. data/resources/concordance/joshua/11.json +1 -0
  746. data/resources/concordance/joshua/12.json +1 -0
  747. data/resources/concordance/joshua/13.json +1 -0
  748. data/resources/concordance/joshua/14.json +1 -0
  749. data/resources/concordance/joshua/15.json +1 -0
  750. data/resources/concordance/joshua/16.json +1 -0
  751. data/resources/concordance/joshua/17.json +1 -0
  752. data/resources/concordance/joshua/18.json +1 -0
  753. data/resources/concordance/joshua/19.json +1 -0
  754. data/resources/concordance/joshua/2.json +1 -0
  755. data/resources/concordance/joshua/20.json +1 -0
  756. data/resources/concordance/joshua/21.json +1 -0
  757. data/resources/concordance/joshua/22.json +1 -0
  758. data/resources/concordance/joshua/23.json +1 -0
  759. data/resources/concordance/joshua/24.json +1 -0
  760. data/resources/concordance/joshua/3.json +1 -0
  761. data/resources/concordance/joshua/4.json +1 -0
  762. data/resources/concordance/joshua/5.json +1 -0
  763. data/resources/concordance/joshua/6.json +1 -0
  764. data/resources/concordance/joshua/7.json +1 -0
  765. data/resources/concordance/joshua/8.json +1 -0
  766. data/resources/concordance/joshua/9.json +1 -0
  767. data/resources/concordance/judee/1.json +1 -0
  768. data/resources/concordance/judges/1.json +1 -0
  769. data/resources/concordance/judges/10.json +1 -0
  770. data/resources/concordance/judges/11.json +1 -0
  771. data/resources/concordance/judges/12.json +1 -0
  772. data/resources/concordance/judges/13.json +1 -0
  773. data/resources/concordance/judges/14.json +1 -0
  774. data/resources/concordance/judges/15.json +1 -0
  775. data/resources/concordance/judges/16.json +1 -0
  776. data/resources/concordance/judges/17.json +1 -0
  777. data/resources/concordance/judges/18.json +1 -0
  778. data/resources/concordance/judges/19.json +1 -0
  779. data/resources/concordance/judges/2.json +1 -0
  780. data/resources/concordance/judges/20.json +1 -0
  781. data/resources/concordance/judges/21.json +1 -0
  782. data/resources/concordance/judges/3.json +1 -0
  783. data/resources/concordance/judges/4.json +1 -0
  784. data/resources/concordance/judges/5.json +1 -0
  785. data/resources/concordance/judges/6.json +1 -0
  786. data/resources/concordance/judges/7.json +1 -0
  787. data/resources/concordance/judges/8.json +1 -0
  788. data/resources/concordance/judges/9.json +1 -0
  789. data/resources/concordance/lamentations/1.json +1 -0
  790. data/resources/concordance/lamentations/2.json +1 -0
  791. data/resources/concordance/lamentations/3.json +1 -0
  792. data/resources/concordance/lamentations/4.json +1 -0
  793. data/resources/concordance/lamentations/5.json +1 -0
  794. data/resources/concordance/leviticus/1.json +1 -0
  795. data/resources/concordance/leviticus/10.json +1 -0
  796. data/resources/concordance/leviticus/11.json +1 -0
  797. data/resources/concordance/leviticus/12.json +1 -0
  798. data/resources/concordance/leviticus/13.json +1 -0
  799. data/resources/concordance/leviticus/14.json +1 -0
  800. data/resources/concordance/leviticus/15.json +1 -0
  801. data/resources/concordance/leviticus/16.json +1 -0
  802. data/resources/concordance/leviticus/17.json +1 -0
  803. data/resources/concordance/leviticus/18.json +1 -0
  804. data/resources/concordance/leviticus/19.json +1 -0
  805. data/resources/concordance/leviticus/2.json +1 -0
  806. data/resources/concordance/leviticus/20.json +1 -0
  807. data/resources/concordance/leviticus/21.json +1 -0
  808. data/resources/concordance/leviticus/22.json +1 -0
  809. data/resources/concordance/leviticus/23.json +1 -0
  810. data/resources/concordance/leviticus/24.json +1 -0
  811. data/resources/concordance/leviticus/25.json +1 -0
  812. data/resources/concordance/leviticus/26.json +1 -0
  813. data/resources/concordance/leviticus/27.json +1 -0
  814. data/resources/concordance/leviticus/3.json +1 -0
  815. data/resources/concordance/leviticus/4.json +1 -0
  816. data/resources/concordance/leviticus/5.json +1 -0
  817. data/resources/concordance/leviticus/6.json +1 -0
  818. data/resources/concordance/leviticus/7.json +1 -0
  819. data/resources/concordance/leviticus/8.json +1 -0
  820. data/resources/concordance/leviticus/9.json +1 -0
  821. data/resources/concordance/luke/1.json +1 -0
  822. data/resources/concordance/luke/10.json +1 -0
  823. data/resources/concordance/luke/11.json +1 -0
  824. data/resources/concordance/luke/12.json +1 -0
  825. data/resources/concordance/luke/13.json +1 -0
  826. data/resources/concordance/luke/14.json +1 -0
  827. data/resources/concordance/luke/15.json +1 -0
  828. data/resources/concordance/luke/16.json +1 -0
  829. data/resources/concordance/luke/17.json +1 -0
  830. data/resources/concordance/luke/18.json +1 -0
  831. data/resources/concordance/luke/19.json +1 -0
  832. data/resources/concordance/luke/2.json +1 -0
  833. data/resources/concordance/luke/20.json +1 -0
  834. data/resources/concordance/luke/21.json +1 -0
  835. data/resources/concordance/luke/22.json +1 -0
  836. data/resources/concordance/luke/23.json +1 -0
  837. data/resources/concordance/luke/24.json +1 -0
  838. data/resources/concordance/luke/3.json +1 -0
  839. data/resources/concordance/luke/4.json +1 -0
  840. data/resources/concordance/luke/5.json +1 -0
  841. data/resources/concordance/luke/6.json +1 -0
  842. data/resources/concordance/luke/7.json +1 -0
  843. data/resources/concordance/luke/8.json +1 -0
  844. data/resources/concordance/luke/9.json +1 -0
  845. data/resources/concordance/malachi/1.json +1 -0
  846. data/resources/concordance/malachi/2.json +1 -0
  847. data/resources/concordance/malachi/3.json +1 -0
  848. data/resources/concordance/malachi/4.json +1 -0
  849. data/resources/concordance/mark/1.json +1 -0
  850. data/resources/concordance/mark/10.json +1 -0
  851. data/resources/concordance/mark/11.json +1 -0
  852. data/resources/concordance/mark/12.json +1 -0
  853. data/resources/concordance/mark/13.json +1 -0
  854. data/resources/concordance/mark/14.json +1 -0
  855. data/resources/concordance/mark/15.json +1 -0
  856. data/resources/concordance/mark/16.json +1 -0
  857. data/resources/concordance/mark/2.json +1 -0
  858. data/resources/concordance/mark/3.json +1 -0
  859. data/resources/concordance/mark/4.json +1 -0
  860. data/resources/concordance/mark/5.json +1 -0
  861. data/resources/concordance/mark/6.json +1 -0
  862. data/resources/concordance/mark/7.json +1 -0
  863. data/resources/concordance/mark/8.json +1 -0
  864. data/resources/concordance/mark/9.json +1 -0
  865. data/resources/concordance/matthew/1.json +1 -0
  866. data/resources/concordance/matthew/10.json +1 -0
  867. data/resources/concordance/matthew/11.json +1 -0
  868. data/resources/concordance/matthew/12.json +1 -0
  869. data/resources/concordance/matthew/13.json +1 -0
  870. data/resources/concordance/matthew/14.json +1 -0
  871. data/resources/concordance/matthew/15.json +1 -0
  872. data/resources/concordance/matthew/16.json +1 -0
  873. data/resources/concordance/matthew/17.json +1 -0
  874. data/resources/concordance/matthew/18.json +1 -0
  875. data/resources/concordance/matthew/19.json +1 -0
  876. data/resources/concordance/matthew/2.json +1 -0
  877. data/resources/concordance/matthew/20.json +1 -0
  878. data/resources/concordance/matthew/21.json +1 -0
  879. data/resources/concordance/matthew/22.json +1 -0
  880. data/resources/concordance/matthew/23.json +1 -0
  881. data/resources/concordance/matthew/24.json +1 -0
  882. data/resources/concordance/matthew/25.json +1 -0
  883. data/resources/concordance/matthew/26.json +1 -0
  884. data/resources/concordance/matthew/27.json +1 -0
  885. data/resources/concordance/matthew/28.json +1 -0
  886. data/resources/concordance/matthew/3.json +1 -0
  887. data/resources/concordance/matthew/4.json +1 -0
  888. data/resources/concordance/matthew/5.json +1 -0
  889. data/resources/concordance/matthew/6.json +1 -0
  890. data/resources/concordance/matthew/7.json +1 -0
  891. data/resources/concordance/matthew/8.json +1 -0
  892. data/resources/concordance/matthew/9.json +1 -0
  893. data/resources/concordance/micah/1.json +1 -0
  894. data/resources/concordance/micah/2.json +1 -0
  895. data/resources/concordance/micah/3.json +1 -0
  896. data/resources/concordance/micah/4.json +1 -0
  897. data/resources/concordance/micah/5.json +1 -0
  898. data/resources/concordance/micah/6.json +1 -0
  899. data/resources/concordance/micah/7.json +1 -0
  900. data/resources/concordance/nahum/1.json +1 -0
  901. data/resources/concordance/nahum/2.json +1 -0
  902. data/resources/concordance/nahum/3.json +1 -0
  903. data/resources/concordance/nehemiah/1.json +1 -0
  904. data/resources/concordance/nehemiah/10.json +1 -0
  905. data/resources/concordance/nehemiah/11.json +1 -0
  906. data/resources/concordance/nehemiah/12.json +1 -0
  907. data/resources/concordance/nehemiah/13.json +1 -0
  908. data/resources/concordance/nehemiah/2.json +1 -0
  909. data/resources/concordance/nehemiah/3.json +1 -0
  910. data/resources/concordance/nehemiah/4.json +1 -0
  911. data/resources/concordance/nehemiah/5.json +1 -0
  912. data/resources/concordance/nehemiah/6.json +1 -0
  913. data/resources/concordance/nehemiah/7.json +1 -0
  914. data/resources/concordance/nehemiah/8.json +1 -0
  915. data/resources/concordance/nehemiah/9.json +1 -0
  916. data/resources/concordance/numbers/1.json +1 -0
  917. data/resources/concordance/numbers/10.json +1 -0
  918. data/resources/concordance/numbers/11.json +1 -0
  919. data/resources/concordance/numbers/12.json +1 -0
  920. data/resources/concordance/numbers/13.json +1 -0
  921. data/resources/concordance/numbers/14.json +1 -0
  922. data/resources/concordance/numbers/15.json +1 -0
  923. data/resources/concordance/numbers/16.json +1 -0
  924. data/resources/concordance/numbers/17.json +1 -0
  925. data/resources/concordance/numbers/18.json +1 -0
  926. data/resources/concordance/numbers/19.json +1 -0
  927. data/resources/concordance/numbers/2.json +1 -0
  928. data/resources/concordance/numbers/20.json +1 -0
  929. data/resources/concordance/numbers/21.json +1 -0
  930. data/resources/concordance/numbers/22.json +1 -0
  931. data/resources/concordance/numbers/23.json +1 -0
  932. data/resources/concordance/numbers/24.json +1 -0
  933. data/resources/concordance/numbers/25.json +1 -0
  934. data/resources/concordance/numbers/26.json +1 -0
  935. data/resources/concordance/numbers/27.json +1 -0
  936. data/resources/concordance/numbers/28.json +1 -0
  937. data/resources/concordance/numbers/29.json +1 -0
  938. data/resources/concordance/numbers/3.json +1 -0
  939. data/resources/concordance/numbers/30.json +1 -0
  940. data/resources/concordance/numbers/31.json +1 -0
  941. data/resources/concordance/numbers/32.json +1 -0
  942. data/resources/concordance/numbers/33.json +1 -0
  943. data/resources/concordance/numbers/34.json +1 -0
  944. data/resources/concordance/numbers/35.json +1 -0
  945. data/resources/concordance/numbers/36.json +1 -0
  946. data/resources/concordance/numbers/4.json +1 -0
  947. data/resources/concordance/numbers/5.json +1 -0
  948. data/resources/concordance/numbers/6.json +1 -0
  949. data/resources/concordance/numbers/7.json +1 -0
  950. data/resources/concordance/numbers/8.json +1 -0
  951. data/resources/concordance/numbers/9.json +1 -0
  952. data/resources/concordance/obadiah/1.json +1 -0
  953. data/resources/concordance/philemon/1.json +1 -0
  954. data/resources/concordance/philippians/1.json +1 -0
  955. data/resources/concordance/philippians/2.json +1 -0
  956. data/resources/concordance/philippians/3.json +1 -0
  957. data/resources/concordance/philippians/4.json +1 -0
  958. data/resources/concordance/proverbs/1.json +1 -0
  959. data/resources/concordance/proverbs/10.json +1 -0
  960. data/resources/concordance/proverbs/11.json +1 -0
  961. data/resources/concordance/proverbs/12.json +1 -0
  962. data/resources/concordance/proverbs/13.json +1 -0
  963. data/resources/concordance/proverbs/14.json +1 -0
  964. data/resources/concordance/proverbs/15.json +1 -0
  965. data/resources/concordance/proverbs/16.json +1 -0
  966. data/resources/concordance/proverbs/17.json +1 -0
  967. data/resources/concordance/proverbs/18.json +1 -0
  968. data/resources/concordance/proverbs/19.json +1 -0
  969. data/resources/concordance/proverbs/2.json +1 -0
  970. data/resources/concordance/proverbs/20.json +1 -0
  971. data/resources/concordance/proverbs/21.json +1 -0
  972. data/resources/concordance/proverbs/22.json +1 -0
  973. data/resources/concordance/proverbs/23.json +1 -0
  974. data/resources/concordance/proverbs/24.json +1 -0
  975. data/resources/concordance/proverbs/25.json +1 -0
  976. data/resources/concordance/proverbs/26.json +1 -0
  977. data/resources/concordance/proverbs/27.json +1 -0
  978. data/resources/concordance/proverbs/28.json +1 -0
  979. data/resources/concordance/proverbs/29.json +1 -0
  980. data/resources/concordance/proverbs/3.json +1 -0
  981. data/resources/concordance/proverbs/30.json +1 -0
  982. data/resources/concordance/proverbs/31.json +1 -0
  983. data/resources/concordance/proverbs/4.json +1 -0
  984. data/resources/concordance/proverbs/5.json +1 -0
  985. data/resources/concordance/proverbs/6.json +1 -0
  986. data/resources/concordance/proverbs/7.json +1 -0
  987. data/resources/concordance/proverbs/8.json +1 -0
  988. data/resources/concordance/proverbs/9.json +1 -0
  989. data/resources/concordance/psalms/1.json +1 -0
  990. data/resources/concordance/psalms/10.json +1 -0
  991. data/resources/concordance/psalms/100.json +1 -0
  992. data/resources/concordance/psalms/101.json +1 -0
  993. data/resources/concordance/psalms/102.json +1 -0
  994. data/resources/concordance/psalms/103.json +1 -0
  995. data/resources/concordance/psalms/104.json +1 -0
  996. data/resources/concordance/psalms/105.json +1 -0
  997. data/resources/concordance/psalms/106.json +1 -0
  998. data/resources/concordance/psalms/107.json +1 -0
  999. data/resources/concordance/psalms/108.json +1 -0
  1000. data/resources/concordance/psalms/109.json +1 -0
  1001. data/resources/concordance/psalms/11.json +1 -0
  1002. data/resources/concordance/psalms/110.json +1 -0
  1003. data/resources/concordance/psalms/111.json +1 -0
  1004. data/resources/concordance/psalms/112.json +1 -0
  1005. data/resources/concordance/psalms/113.json +1 -0
  1006. data/resources/concordance/psalms/114.json +1 -0
  1007. data/resources/concordance/psalms/115.json +1 -0
  1008. data/resources/concordance/psalms/116.json +1 -0
  1009. data/resources/concordance/psalms/117.json +1 -0
  1010. data/resources/concordance/psalms/118.json +1 -0
  1011. data/resources/concordance/psalms/119.json +1 -0
  1012. data/resources/concordance/psalms/12.json +1 -0
  1013. data/resources/concordance/psalms/120.json +1 -0
  1014. data/resources/concordance/psalms/121.json +1 -0
  1015. data/resources/concordance/psalms/122.json +1 -0
  1016. data/resources/concordance/psalms/123.json +1 -0
  1017. data/resources/concordance/psalms/124.json +1 -0
  1018. data/resources/concordance/psalms/125.json +1 -0
  1019. data/resources/concordance/psalms/126.json +1 -0
  1020. data/resources/concordance/psalms/127.json +1 -0
  1021. data/resources/concordance/psalms/128.json +1 -0
  1022. data/resources/concordance/psalms/129.json +1 -0
  1023. data/resources/concordance/psalms/13.json +1 -0
  1024. data/resources/concordance/psalms/130.json +1 -0
  1025. data/resources/concordance/psalms/131.json +1 -0
  1026. data/resources/concordance/psalms/132.json +1 -0
  1027. data/resources/concordance/psalms/133.json +1 -0
  1028. data/resources/concordance/psalms/134.json +1 -0
  1029. data/resources/concordance/psalms/135.json +1 -0
  1030. data/resources/concordance/psalms/136.json +1 -0
  1031. data/resources/concordance/psalms/137.json +1 -0
  1032. data/resources/concordance/psalms/138.json +1 -0
  1033. data/resources/concordance/psalms/139.json +1 -0
  1034. data/resources/concordance/psalms/14.json +1 -0
  1035. data/resources/concordance/psalms/140.json +1 -0
  1036. data/resources/concordance/psalms/141.json +1 -0
  1037. data/resources/concordance/psalms/142.json +1 -0
  1038. data/resources/concordance/psalms/143.json +1 -0
  1039. data/resources/concordance/psalms/144.json +1 -0
  1040. data/resources/concordance/psalms/145.json +1 -0
  1041. data/resources/concordance/psalms/146.json +1 -0
  1042. data/resources/concordance/psalms/147.json +1 -0
  1043. data/resources/concordance/psalms/148.json +1 -0
  1044. data/resources/concordance/psalms/149.json +1 -0
  1045. data/resources/concordance/psalms/15.json +1 -0
  1046. data/resources/concordance/psalms/150.json +1 -0
  1047. data/resources/concordance/psalms/16.json +1 -0
  1048. data/resources/concordance/psalms/17.json +1 -0
  1049. data/resources/concordance/psalms/18.json +1 -0
  1050. data/resources/concordance/psalms/19.json +1 -0
  1051. data/resources/concordance/psalms/2.json +1 -0
  1052. data/resources/concordance/psalms/20.json +1 -0
  1053. data/resources/concordance/psalms/21.json +1 -0
  1054. data/resources/concordance/psalms/22.json +1 -0
  1055. data/resources/concordance/psalms/23.json +1 -0
  1056. data/resources/concordance/psalms/24.json +1 -0
  1057. data/resources/concordance/psalms/25.json +1 -0
  1058. data/resources/concordance/psalms/26.json +1 -0
  1059. data/resources/concordance/psalms/27.json +1 -0
  1060. data/resources/concordance/psalms/28.json +1 -0
  1061. data/resources/concordance/psalms/29.json +1 -0
  1062. data/resources/concordance/psalms/3.json +1 -0
  1063. data/resources/concordance/psalms/30.json +1 -0
  1064. data/resources/concordance/psalms/31.json +1 -0
  1065. data/resources/concordance/psalms/32.json +1 -0
  1066. data/resources/concordance/psalms/33.json +1 -0
  1067. data/resources/concordance/psalms/34.json +1 -0
  1068. data/resources/concordance/psalms/35.json +1 -0
  1069. data/resources/concordance/psalms/36.json +1 -0
  1070. data/resources/concordance/psalms/37.json +1 -0
  1071. data/resources/concordance/psalms/38.json +1 -0
  1072. data/resources/concordance/psalms/39.json +1 -0
  1073. data/resources/concordance/psalms/4.json +1 -0
  1074. data/resources/concordance/psalms/40.json +1 -0
  1075. data/resources/concordance/psalms/41.json +1 -0
  1076. data/resources/concordance/psalms/42.json +1 -0
  1077. data/resources/concordance/psalms/43.json +1 -0
  1078. data/resources/concordance/psalms/44.json +1 -0
  1079. data/resources/concordance/psalms/45.json +1 -0
  1080. data/resources/concordance/psalms/46.json +1 -0
  1081. data/resources/concordance/psalms/47.json +1 -0
  1082. data/resources/concordance/psalms/48.json +1 -0
  1083. data/resources/concordance/psalms/49.json +1 -0
  1084. data/resources/concordance/psalms/5.json +1 -0
  1085. data/resources/concordance/psalms/50.json +1 -0
  1086. data/resources/concordance/psalms/51.json +1 -0
  1087. data/resources/concordance/psalms/52.json +1 -0
  1088. data/resources/concordance/psalms/53.json +1 -0
  1089. data/resources/concordance/psalms/54.json +1 -0
  1090. data/resources/concordance/psalms/55.json +1 -0
  1091. data/resources/concordance/psalms/56.json +1 -0
  1092. data/resources/concordance/psalms/57.json +1 -0
  1093. data/resources/concordance/psalms/58.json +1 -0
  1094. data/resources/concordance/psalms/59.json +1 -0
  1095. data/resources/concordance/psalms/6.json +1 -0
  1096. data/resources/concordance/psalms/60.json +1 -0
  1097. data/resources/concordance/psalms/61.json +1 -0
  1098. data/resources/concordance/psalms/62.json +1 -0
  1099. data/resources/concordance/psalms/63.json +1 -0
  1100. data/resources/concordance/psalms/64.json +1 -0
  1101. data/resources/concordance/psalms/65.json +1 -0
  1102. data/resources/concordance/psalms/66.json +1 -0
  1103. data/resources/concordance/psalms/67.json +1 -0
  1104. data/resources/concordance/psalms/68.json +1 -0
  1105. data/resources/concordance/psalms/69.json +1 -0
  1106. data/resources/concordance/psalms/7.json +1 -0
  1107. data/resources/concordance/psalms/70.json +1 -0
  1108. data/resources/concordance/psalms/71.json +1 -0
  1109. data/resources/concordance/psalms/72.json +1 -0
  1110. data/resources/concordance/psalms/73.json +1 -0
  1111. data/resources/concordance/psalms/74.json +1 -0
  1112. data/resources/concordance/psalms/75.json +1 -0
  1113. data/resources/concordance/psalms/76.json +1 -0
  1114. data/resources/concordance/psalms/77.json +1 -0
  1115. data/resources/concordance/psalms/78.json +1 -0
  1116. data/resources/concordance/psalms/79.json +1 -0
  1117. data/resources/concordance/psalms/8.json +1 -0
  1118. data/resources/concordance/psalms/80.json +1 -0
  1119. data/resources/concordance/psalms/81.json +1 -0
  1120. data/resources/concordance/psalms/82.json +1 -0
  1121. data/resources/concordance/psalms/83.json +1 -0
  1122. data/resources/concordance/psalms/84.json +1 -0
  1123. data/resources/concordance/psalms/85.json +1 -0
  1124. data/resources/concordance/psalms/86.json +1 -0
  1125. data/resources/concordance/psalms/87.json +1 -0
  1126. data/resources/concordance/psalms/88.json +1 -0
  1127. data/resources/concordance/psalms/89.json +1 -0
  1128. data/resources/concordance/psalms/9.json +1 -0
  1129. data/resources/concordance/psalms/90.json +1 -0
  1130. data/resources/concordance/psalms/91.json +1 -0
  1131. data/resources/concordance/psalms/92.json +1 -0
  1132. data/resources/concordance/psalms/93.json +1 -0
  1133. data/resources/concordance/psalms/94.json +1 -0
  1134. data/resources/concordance/psalms/95.json +1 -0
  1135. data/resources/concordance/psalms/96.json +1 -0
  1136. data/resources/concordance/psalms/97.json +1 -0
  1137. data/resources/concordance/psalms/98.json +1 -0
  1138. data/resources/concordance/psalms/99.json +1 -0
  1139. data/resources/concordance/revelation/1.json +1 -0
  1140. data/resources/concordance/revelation/10.json +1 -0
  1141. data/resources/concordance/revelation/11.json +1 -0
  1142. data/resources/concordance/revelation/12.json +1 -0
  1143. data/resources/concordance/revelation/13.json +1 -0
  1144. data/resources/concordance/revelation/14.json +1 -0
  1145. data/resources/concordance/revelation/15.json +1 -0
  1146. data/resources/concordance/revelation/16.json +1 -0
  1147. data/resources/concordance/revelation/17.json +1 -0
  1148. data/resources/concordance/revelation/18.json +1 -0
  1149. data/resources/concordance/revelation/19.json +1 -0
  1150. data/resources/concordance/revelation/2.json +1 -0
  1151. data/resources/concordance/revelation/20.json +1 -0
  1152. data/resources/concordance/revelation/21.json +1 -0
  1153. data/resources/concordance/revelation/22.json +1 -0
  1154. data/resources/concordance/revelation/3.json +1 -0
  1155. data/resources/concordance/revelation/4.json +1 -0
  1156. data/resources/concordance/revelation/5.json +1 -0
  1157. data/resources/concordance/revelation/6.json +1 -0
  1158. data/resources/concordance/revelation/7.json +1 -0
  1159. data/resources/concordance/revelation/8.json +1 -0
  1160. data/resources/concordance/revelation/9.json +1 -0
  1161. data/resources/concordance/romans/1.json +1 -0
  1162. data/resources/concordance/romans/10.json +1 -0
  1163. data/resources/concordance/romans/11.json +1 -0
  1164. data/resources/concordance/romans/12.json +1 -0
  1165. data/resources/concordance/romans/13.json +1 -0
  1166. data/resources/concordance/romans/14.json +1 -0
  1167. data/resources/concordance/romans/15.json +1 -0
  1168. data/resources/concordance/romans/16.json +1 -0
  1169. data/resources/concordance/romans/2.json +1 -0
  1170. data/resources/concordance/romans/3.json +1 -0
  1171. data/resources/concordance/romans/4.json +1 -0
  1172. data/resources/concordance/romans/5.json +1 -0
  1173. data/resources/concordance/romans/6.json +1 -0
  1174. data/resources/concordance/romans/7.json +1 -0
  1175. data/resources/concordance/romans/8.json +1 -0
  1176. data/resources/concordance/romans/9.json +1 -0
  1177. data/resources/concordance/ruth/1.json +1 -0
  1178. data/resources/concordance/ruth/2.json +1 -0
  1179. data/resources/concordance/ruth/3.json +1 -0
  1180. data/resources/concordance/ruth/4.json +1 -0
  1181. data/resources/concordance/song_of_solomon/1.json +1 -0
  1182. data/resources/concordance/song_of_solomon/2.json +1 -0
  1183. data/resources/concordance/song_of_solomon/3.json +1 -0
  1184. data/resources/concordance/song_of_solomon/4.json +1 -0
  1185. data/resources/concordance/song_of_solomon/5.json +1 -0
  1186. data/resources/concordance/song_of_solomon/6.json +1 -0
  1187. data/resources/concordance/song_of_solomon/7.json +1 -0
  1188. data/resources/concordance/song_of_solomon/8.json +1 -0
  1189. data/resources/concordance/titus/1.json +1 -0
  1190. data/resources/concordance/titus/2.json +1 -0
  1191. data/resources/concordance/titus/3.json +1 -0
  1192. data/resources/concordance/zechariah/1.json +1 -0
  1193. data/resources/concordance/zechariah/10.json +1 -0
  1194. data/resources/concordance/zechariah/11.json +1 -0
  1195. data/resources/concordance/zechariah/12.json +1 -0
  1196. data/resources/concordance/zechariah/13.json +1 -0
  1197. data/resources/concordance/zechariah/14.json +1 -0
  1198. data/resources/concordance/zechariah/2.json +1 -0
  1199. data/resources/concordance/zechariah/3.json +1 -0
  1200. data/resources/concordance/zechariah/4.json +1 -0
  1201. data/resources/concordance/zechariah/5.json +1 -0
  1202. data/resources/concordance/zechariah/6.json +1 -0
  1203. data/resources/concordance/zechariah/7.json +1 -0
  1204. data/resources/concordance/zechariah/8.json +1 -0
  1205. data/resources/concordance/zechariah/9.json +1 -0
  1206. data/resources/concordance/zephaniah/1.json +1 -0
  1207. data/resources/concordance/zephaniah/2.json +1 -0
  1208. data/resources/concordance/zephaniah/3.json +1 -0
  1209. data/resources/lexicon/greek/0.json +1 -0
  1210. data/resources/lexicon/greek/1.json +1 -0
  1211. data/resources/lexicon/greek/10.json +1 -0
  1212. data/resources/lexicon/greek/11.json +1 -0
  1213. data/resources/lexicon/greek/12.json +1 -0
  1214. data/resources/lexicon/greek/13.json +1 -0
  1215. data/resources/lexicon/greek/14.json +1 -0
  1216. data/resources/lexicon/greek/15.json +1 -0
  1217. data/resources/lexicon/greek/16.json +1 -0
  1218. data/resources/lexicon/greek/17.json +1 -0
  1219. data/resources/lexicon/greek/18.json +1 -0
  1220. data/resources/lexicon/greek/19.json +1 -0
  1221. data/resources/lexicon/greek/2.json +1 -0
  1222. data/resources/lexicon/greek/20.json +1 -0
  1223. data/resources/lexicon/greek/21.json +1 -0
  1224. data/resources/lexicon/greek/22.json +1 -0
  1225. data/resources/lexicon/greek/23.json +1 -0
  1226. data/resources/lexicon/greek/24.json +1 -0
  1227. data/resources/lexicon/greek/25.json +1 -0
  1228. data/resources/lexicon/greek/26.json +1 -0
  1229. data/resources/lexicon/greek/27.json +1 -0
  1230. data/resources/lexicon/greek/28.json +1 -0
  1231. data/resources/lexicon/greek/29.json +1 -0
  1232. data/resources/lexicon/greek/3.json +1 -0
  1233. data/resources/lexicon/greek/30.json +1 -0
  1234. data/resources/lexicon/greek/31.json +1 -0
  1235. data/resources/lexicon/greek/32.json +1 -0
  1236. data/resources/lexicon/greek/33.json +1 -0
  1237. data/resources/lexicon/greek/34.json +1 -0
  1238. data/resources/lexicon/greek/35.json +1 -0
  1239. data/resources/lexicon/greek/36.json +1 -0
  1240. data/resources/lexicon/greek/37.json +1 -0
  1241. data/resources/lexicon/greek/38.json +1 -0
  1242. data/resources/lexicon/greek/39.json +1 -0
  1243. data/resources/lexicon/greek/4.json +1 -0
  1244. data/resources/lexicon/greek/40.json +1 -0
  1245. data/resources/lexicon/greek/41.json +1 -0
  1246. data/resources/lexicon/greek/42.json +1 -0
  1247. data/resources/lexicon/greek/43.json +1 -0
  1248. data/resources/lexicon/greek/44.json +1 -0
  1249. data/resources/lexicon/greek/45.json +1 -0
  1250. data/resources/lexicon/greek/46.json +1 -0
  1251. data/resources/lexicon/greek/47.json +1 -0
  1252. data/resources/lexicon/greek/48.json +1 -0
  1253. data/resources/lexicon/greek/49.json +1 -0
  1254. data/resources/lexicon/greek/5.json +1 -0
  1255. data/resources/lexicon/greek/50.json +1 -0
  1256. data/resources/lexicon/greek/51.json +1 -0
  1257. data/resources/lexicon/greek/52.json +1 -0
  1258. data/resources/lexicon/greek/53.json +1 -0
  1259. data/resources/lexicon/greek/54.json +1 -0
  1260. data/resources/lexicon/greek/55.json +1 -0
  1261. data/resources/lexicon/greek/56.json +1 -0
  1262. data/resources/lexicon/greek/6.json +1 -0
  1263. data/resources/lexicon/greek/7.json +1 -0
  1264. data/resources/lexicon/greek/8.json +1 -0
  1265. data/resources/lexicon/greek/9.json +1 -0
  1266. data/resources/lexicon/hebrew/0.json +1 -0
  1267. data/resources/lexicon/hebrew/1.json +1 -0
  1268. data/resources/lexicon/hebrew/10.json +1 -0
  1269. data/resources/lexicon/hebrew/11.json +1 -0
  1270. data/resources/lexicon/hebrew/12.json +1 -0
  1271. data/resources/lexicon/hebrew/13.json +1 -0
  1272. data/resources/lexicon/hebrew/14.json +1 -0
  1273. data/resources/lexicon/hebrew/15.json +1 -0
  1274. data/resources/lexicon/hebrew/16.json +1 -0
  1275. data/resources/lexicon/hebrew/17.json +1 -0
  1276. data/resources/lexicon/hebrew/18.json +1 -0
  1277. data/resources/lexicon/hebrew/19.json +1 -0
  1278. data/resources/lexicon/hebrew/2.json +1 -0
  1279. data/resources/lexicon/hebrew/20.json +1 -0
  1280. data/resources/lexicon/hebrew/21.json +1 -0
  1281. data/resources/lexicon/hebrew/22.json +1 -0
  1282. data/resources/lexicon/hebrew/23.json +1 -0
  1283. data/resources/lexicon/hebrew/24.json +1 -0
  1284. data/resources/lexicon/hebrew/25.json +1 -0
  1285. data/resources/lexicon/hebrew/26.json +1 -0
  1286. data/resources/lexicon/hebrew/27.json +1 -0
  1287. data/resources/lexicon/hebrew/28.json +1 -0
  1288. data/resources/lexicon/hebrew/29.json +1 -0
  1289. data/resources/lexicon/hebrew/3.json +1 -0
  1290. data/resources/lexicon/hebrew/30.json +1 -0
  1291. data/resources/lexicon/hebrew/31.json +1 -0
  1292. data/resources/lexicon/hebrew/32.json +1 -0
  1293. data/resources/lexicon/hebrew/33.json +1 -0
  1294. data/resources/lexicon/hebrew/34.json +1 -0
  1295. data/resources/lexicon/hebrew/35.json +1 -0
  1296. data/resources/lexicon/hebrew/36.json +1 -0
  1297. data/resources/lexicon/hebrew/37.json +1 -0
  1298. data/resources/lexicon/hebrew/38.json +1 -0
  1299. data/resources/lexicon/hebrew/39.json +1 -0
  1300. data/resources/lexicon/hebrew/4.json +1 -0
  1301. data/resources/lexicon/hebrew/40.json +1 -0
  1302. data/resources/lexicon/hebrew/41.json +1 -0
  1303. data/resources/lexicon/hebrew/42.json +1 -0
  1304. data/resources/lexicon/hebrew/43.json +1 -0
  1305. data/resources/lexicon/hebrew/44.json +1 -0
  1306. data/resources/lexicon/hebrew/45.json +1 -0
  1307. data/resources/lexicon/hebrew/46.json +1 -0
  1308. data/resources/lexicon/hebrew/47.json +1 -0
  1309. data/resources/lexicon/hebrew/48.json +1 -0
  1310. data/resources/lexicon/hebrew/49.json +1 -0
  1311. data/resources/lexicon/hebrew/5.json +1 -0
  1312. data/resources/lexicon/hebrew/50.json +1 -0
  1313. data/resources/lexicon/hebrew/51.json +1 -0
  1314. data/resources/lexicon/hebrew/52.json +1 -0
  1315. data/resources/lexicon/hebrew/53.json +1 -0
  1316. data/resources/lexicon/hebrew/54.json +1 -0
  1317. data/resources/lexicon/hebrew/55.json +1 -0
  1318. data/resources/lexicon/hebrew/56.json +1 -0
  1319. data/resources/lexicon/hebrew/57.json +1 -0
  1320. data/resources/lexicon/hebrew/58.json +1 -0
  1321. data/resources/lexicon/hebrew/59.json +1 -0
  1322. data/resources/lexicon/hebrew/6.json +1 -0
  1323. data/resources/lexicon/hebrew/60.json +1 -0
  1324. data/resources/lexicon/hebrew/61.json +1 -0
  1325. data/resources/lexicon/hebrew/62.json +1 -0
  1326. data/resources/lexicon/hebrew/63.json +1 -0
  1327. data/resources/lexicon/hebrew/64.json +1 -0
  1328. data/resources/lexicon/hebrew/65.json +1 -0
  1329. data/resources/lexicon/hebrew/66.json +1 -0
  1330. data/resources/lexicon/hebrew/67.json +1 -0
  1331. data/resources/lexicon/hebrew/68.json +1 -0
  1332. data/resources/lexicon/hebrew/69.json +1 -0
  1333. data/resources/lexicon/hebrew/7.json +1 -0
  1334. data/resources/lexicon/hebrew/70.json +1 -0
  1335. data/resources/lexicon/hebrew/71.json +1 -0
  1336. data/resources/lexicon/hebrew/72.json +1 -0
  1337. data/resources/lexicon/hebrew/73.json +1 -0
  1338. data/resources/lexicon/hebrew/74.json +1 -0
  1339. data/resources/lexicon/hebrew/75.json +1 -0
  1340. data/resources/lexicon/hebrew/76.json +1 -0
  1341. data/resources/lexicon/hebrew/77.json +1 -0
  1342. data/resources/lexicon/hebrew/78.json +1 -0
  1343. data/resources/lexicon/hebrew/79.json +1 -0
  1344. data/resources/lexicon/hebrew/8.json +1 -0
  1345. data/resources/lexicon/hebrew/80.json +1 -0
  1346. data/resources/lexicon/hebrew/81.json +1 -0
  1347. data/resources/lexicon/hebrew/82.json +1 -0
  1348. data/resources/lexicon/hebrew/83.json +1 -0
  1349. data/resources/lexicon/hebrew/84.json +1 -0
  1350. data/resources/lexicon/hebrew/85.json +1 -0
  1351. data/resources/lexicon/hebrew/86.json +1 -0
  1352. data/resources/lexicon/hebrew/9.json +1 -0
  1353. metadata +1450 -0
@@ -0,0 +1 @@
1
+ {"7":[{"text":"and to destroy","number":"h6"},{"text":"concerning a nation","number":"h1471"},{"text":"I shall speak","number":"h1696"},{"text":"and concerning a kingdom","number":"h4467"},{"text":"and to pull down","number":"h5422"},{"text":"to pluck up","number":"h5428"},{"text":"At what instant","number":"h7281"}],"18":[{"text":"shall not perish","number":"h6"},{"text":"Then said","number":"h559"},{"text":"nor the word","number":"h1697"},{"text":"to any of his words","number":"h1697"},{"text":"from the wise","number":"h2450"},{"text":"and let us devise","number":"h2803"},{"text":"Come","number":"h3212"},{"text":"they Come","number":"h3212"},{"text":"against Jeremiah","number":"h3414"},{"text":"from the priest","number":"h3548"},{"text":"him with the tongue","number":"h3956"},{"text":"devices","number":"h4284"},{"text":"from the prophet","number":"h5030"},{"text":"and let us smite","number":"h5221"},{"text":"nor counsel","number":"h6098"},{"text":"and let us not give heed","number":"h7181"},{"text":"for the law","number":"h8451"}],"3":[{"text":"on the wheels","number":"h70"},{"text":"house","number":"h1004"},{"text":"and behold","number":"h2009"},{"text":"to the potter's","number":"h3335"},{"text":"Then I went down","number":"h3381"},{"text":"a work","number":"h4399"},{"text":"he wrought","number":"h6213"}],"12":[{"text":"after","number":"h310"},{"text":"and we will every one","number":"h376"},{"text":"And they said","number":"h559"},{"text":"There is no hope","number":"h2976"},{"text":"but we will walk","number":"h3212"},{"text":"heart","number":"h3820"},{"text":"our own devices","number":"h4284"},{"text":"do","number":"h6213"},{"text":"of his evil","number":"h7451"},{"text":"the imagination","number":"h8307"}],"4":[{"text":"another","number":"h312"},{"text":"of clay","number":"h2563"},{"text":"in the hand","number":"h3027"},{"text":"of the potter","number":"h3335"},{"text":"to the potter","number":"h3335"},{"text":"good","number":"h3474"},{"text":"And the vessel","number":"h3627"},{"text":"vessel","number":"h3627"},{"text":"as seemed","number":"h5869"},{"text":"so he made","number":"h6213"},{"text":"that he made","number":"h6213"},{"text":"to make","number":"h6213"},{"text":"it again","number":"h7725"},{"text":"was marred","number":"h7843"}],"17":[{"text":"the enemy","number":"h341"},{"text":"of their calamity","number":"h343"},{"text":"in the day","number":"h3117"},{"text":"them the back","number":"h6203"},{"text":"I will scatter","number":"h6327"},{"text":"and not the face","number":"h6440"},{"text":"before","number":"h6440"},{"text":"them as with an east","number":"h6921"},{"text":"I will shew","number":"h7200"},{"text":"wind","number":"h7307"}],"11":[{"text":"to the men","number":"h376"},{"text":"ye now every one","number":"h376"},{"text":"Now therefore go to speak","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"saying","number":"h559"},{"text":"and make your ways","number":"h1870"},{"text":"way","number":"h1870"},{"text":"against you and devise","number":"h2803"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"good","number":"h3190"},{"text":"Behold I frame","number":"h3335"},{"text":"of Jerusalem","number":"h3389"},{"text":"and to the inhabitants","number":"h3427"},{"text":"a device","number":"h4284"},{"text":"and your doings","number":"h4611"},{"text":"evil","number":"h7451"},{"text":"from his evil","number":"h7451"},{"text":"against you return","number":"h7725"}],"21":[{"text":"of their children and be widows","number":"h490"},{"text":"and let their men","number":"h582"},{"text":"and let their wives","number":"h802"},{"text":"let their young men","number":"h970"},{"text":"their children","number":"h1121"},{"text":"be put","number":"h2026"},{"text":"by the sword","number":"h2719"},{"text":"of the sword","number":"h2719"},{"text":"their blood by the force","number":"h3027"},{"text":"to death","number":"h4194"},{"text":"in battle","number":"h4421"},{"text":"and pour out","number":"h5064"},{"text":"be slain","number":"h5221"},{"text":"Therefore deliver up","number":"h5414"},{"text":"to the famine","number":"h7458"},{"text":"be bereaved","number":"h7909"}],"13":[{"text":"Therefore thus saith","number":"h559"},{"text":"such things the virgin","number":"h1330"},{"text":"ye now among the heathen","number":"h1471"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"a very","number":"h3966"},{"text":"hath done","number":"h6213"},{"text":"Ask","number":"h7592"},{"text":"who hath heard","number":"h8085"},{"text":"horrible thing","number":"h8186"}],"5":[{"text":"came to me saying","number":"h559"},{"text":"Then the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"1":[{"text":"saying","number":"h559"},{"text":"The word","number":"h1697"},{"text":"from the LORD","number":"h3068"},{"text":"which came to Jeremiah","number":"h3414"}],"10":[{"text":"wherewith I said","number":"h559"},{"text":"of the good","number":"h2896"},{"text":"I would benefit","number":"h3190"},{"text":"then I will repent","number":"h5162"},{"text":"in my sight","number":"h5869"},{"text":"If it do","number":"h6213"},{"text":"not my voice","number":"h6963"},{"text":"evil","number":"h7451"},{"text":"that it obey","number":"h8085"}],"23":[{"text":"of thine anger","number":"h639"},{"text":"their sin","number":"h2403"},{"text":"thou knowest","number":"h3045"},{"text":"Yet LORD","number":"h3068"},{"text":"me forgive","number":"h3722"},{"text":"but let them be overthrown","number":"h3782"},{"text":"against me to slay","number":"h4194"},{"text":"neither blot out","number":"h4229"},{"text":"not their iniquity","number":"h5771"},{"text":"all their counsel","number":"h6098"},{"text":"thee deal","number":"h6213"},{"text":"thus with them in the time","number":"h6256"},{"text":"before","number":"h6440"},{"text":"from thy sight","number":"h6440"}],"16":[{"text":"their land","number":"h776"},{"text":"and wag","number":"h5110"},{"text":"every one that passeth","number":"h5674"},{"text":"and a perpetual","number":"h5769"},{"text":"his head","number":"h7218"},{"text":"To make","number":"h7760"},{"text":"desolate","number":"h8047"},{"text":"thereby shall be astonished","number":"h8074"},{"text":"hissing","number":"h8292"}],"22":[{"text":"when thou shalt bring","number":"h935"},{"text":"from their houses","number":"h1004"},{"text":"a troop","number":"h1416"},{"text":"Let a cry","number":"h2201"},{"text":"me and hid","number":"h2934"},{"text":"upon them for they have digged","number":"h3738"},{"text":"to take","number":"h3920"},{"text":"snares","number":"h6341"},{"text":"suddenly","number":"h6597"},{"text":"for my feet","number":"h7272"},{"text":"a pit","number":"h7745"},{"text":"be heard","number":"h8085"}],"6":[{"text":"O house","number":"h1004"},{"text":"O house","number":"h1004"},{"text":"Behold as the clay","number":"h2563"},{"text":"hand","number":"h3027"},{"text":"so are ye in mine hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"cannot","number":"h3201"},{"text":"is in the potter's","number":"h3335"},{"text":"with you as this potter","number":"h3335"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"saith","number":"h5002"},{"text":"I do","number":"h6213"}],"2":[{"text":"house","number":"h1004"},{"text":"my words","number":"h1697"},{"text":"to the potter's","number":"h3335"},{"text":"and go down","number":"h3381"},{"text":"Arise","number":"h6965"},{"text":"and there I will cause thee to hear","number":"h8085"}],"9":[{"text":"to build","number":"h1129"},{"text":"concerning a nation","number":"h1471"},{"text":"I shall speak","number":"h1696"},{"text":"and concerning a kingdom","number":"h4467"},{"text":"and to plant","number":"h5193"},{"text":"And at what instant","number":"h7281"}],"8":[{"text":"If that nation","number":"h1471"},{"text":"against whom I have pronounced","number":"h1696"},{"text":"that I thought","number":"h2803"},{"text":"I will repent","number":"h5162"},{"text":"to do","number":"h6213"},{"text":"from their evil","number":"h7451"},{"text":"of the evil","number":"h7451"},{"text":"turn","number":"h7725"}],"20":[{"text":"thee to speak","number":"h1696"},{"text":"Remember","number":"h2142"},{"text":"thy wrath","number":"h2534"},{"text":"for good","number":"h2896"},{"text":"good","number":"h2896"},{"text":"for they have digged","number":"h3738"},{"text":"for my soul","number":"h5315"},{"text":"that I stood","number":"h5975"},{"text":"before","number":"h6440"},{"text":"Shall evil","number":"h7451"},{"text":"for them and to turn away","number":"h7725"},{"text":"a pit","number":"h7745"},{"text":"be recompensed","number":"h7999"}],"15":[{"text":"in a way","number":"h1870"},{"text":"in their ways","number":"h1870"},{"text":"to walk","number":"h3212"},{"text":"and they have caused them to stumble","number":"h3782"},{"text":"in paths","number":"h5410"},{"text":"not cast up","number":"h5549"},{"text":"from the ancient","number":"h5769"},{"text":"Because my people","number":"h5971"},{"text":"me they have burned incense","number":"h6999"},{"text":"paths","number":"h7635"},{"text":"to vanity","number":"h7723"},{"text":"hath forgotten","number":"h7911"}],"14":[{"text":"that come from another place","number":"h2114"},{"text":"of Lebanon","number":"h3844"},{"text":"waters","number":"h4325"},{"text":"flowing","number":"h5140"},{"text":"be forsaken","number":"h5428"},{"text":"Will a man leave","number":"h5800"},{"text":"which cometh from the rock","number":"h6697"},{"text":"or shall the cold","number":"h7119"},{"text":"of the field","number":"h7704"},{"text":"the snow","number":"h7950"}],"19":[{"text":"to me O LORD","number":"h3068"},{"text":"of them that contend","number":"h3401"},{"text":"to the voice","number":"h6963"},{"text":"Give heed","number":"h7181"},{"text":"and hearken","number":"h8085"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"whom neither they nor their fathers","number":"h1"},{"text":"in it unto other","number":"h312"},{"text":"gods","number":"h430"},{"text":"with the blood","number":"h1818"},{"text":"have known","number":"h3045"},{"text":"of Judah","number":"h3063"},{"text":"and have filled","number":"h4390"},{"text":"nor the kings","number":"h4428"},{"text":"this place","number":"h4725"},{"text":"this place","number":"h4725"},{"text":"me and have estranged","number":"h5234"},{"text":"of innocents","number":"h5355"},{"text":"Because they have forsaken","number":"h5800"},{"text":"and have burned incense","number":"h6999"}],"3":[{"text":"his ears","number":"h241"},{"text":"the God","number":"h430"},{"text":"And say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"Behold I will bring","number":"h935"},{"text":"ye the word","number":"h1697"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"and inhabitants","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"O kings","number":"h4428"},{"text":"upon this place","number":"h4725"},{"text":"of hosts","number":"h6635"},{"text":"shall tingle","number":"h6750"},{"text":"evil","number":"h7451"},{"text":"Hear","number":"h8085"},{"text":"the which whosoever heareth","number":"h8085"}],"13":[{"text":"unto other","number":"h312"},{"text":"gods","number":"h430"},{"text":"And the houses","number":"h1004"},{"text":"and the houses","number":"h1004"},{"text":"because of all the houses","number":"h1004"},{"text":"upon whose roofs","number":"h1406"},{"text":"shall be defiled","number":"h2931"},{"text":"of Judah","number":"h3063"},{"text":"of Jerusalem","number":"h3389"},{"text":"of the kings","number":"h4428"},{"text":"as the place","number":"h4725"},{"text":"and have poured out","number":"h5258"},{"text":"drink offerings","number":"h5262"},{"text":"unto all the host","number":"h6635"},{"text":"they have burned incense","number":"h6999"},{"text":"of heaven","number":"h8064"},{"text":"of Tophet","number":"h8612"}],"7":[{"text":"their enemies","number":"h341"},{"text":"of the earth","number":"h776"},{"text":"and for the beasts","number":"h929"},{"text":"And I will make void","number":"h1238"},{"text":"of them that seek","number":"h1245"},{"text":"by the sword","number":"h2719"},{"text":"and by the hands","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"and Jerusalem","number":"h3389"},{"text":"to be meat","number":"h3978"},{"text":"in this place","number":"h4725"},{"text":"and their carcases","number":"h5038"},{"text":"and I will cause them to fall","number":"h5307"},{"text":"their lives","number":"h5315"},{"text":"will I give","number":"h5414"},{"text":"for the fowls","number":"h5775"},{"text":"the counsel","number":"h6098"},{"text":"before","number":"h6440"},{"text":"of the heaven","number":"h8064"}],"9":[{"text":"wherewith their enemies","number":"h341"},{"text":"every one","number":"h376"},{"text":"And I will cause them to eat","number":"h398"},{"text":"and they shall eat","number":"h398"},{"text":"of their sons","number":"h1121"},{"text":"and they that seek","number":"h1245"},{"text":"and the flesh","number":"h1320"},{"text":"the flesh","number":"h1320"},{"text":"the flesh","number":"h1320"},{"text":"of their daughters","number":"h1323"},{"text":"and straitness","number":"h4689"},{"text":"in the siege","number":"h4692"},{"text":"their lives","number":"h5315"},{"text":"shall straiten","number":"h6693"},{"text":"of his friend","number":"h7453"}],"15":[{"text":"the God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"Behold I will bring","number":"h935"},{"text":"that I have pronounced","number":"h1696"},{"text":"my words","number":"h1697"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"and upon all her towns","number":"h5892"},{"text":"upon this city","number":"h5892"},{"text":"their necks","number":"h6203"},{"text":"of hosts","number":"h6635"},{"text":"against it because they have hardened","number":"h7185"},{"text":"all the evil","number":"h7451"},{"text":"that they might not hear","number":"h8085"}],"11":[{"text":"And shalt say","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"that cannot","number":"h3201"},{"text":"a potter's","number":"h3335"},{"text":"Even so","number":"h3602"},{"text":"vessel","number":"h3627"},{"text":"till there be no place","number":"h4725"},{"text":"and this city","number":"h5892"},{"text":"this people","number":"h5971"},{"text":"of hosts","number":"h6635"},{"text":"and they shall bury","number":"h6912"},{"text":"to bury","number":"h6912"},{"text":"be made whole again","number":"h7495"},{"text":"as one breaketh","number":"h7665"},{"text":"will I break","number":"h7665"},{"text":"them in Tophet","number":"h8612"}],"1":[{"text":"Thus saith","number":"h559"},{"text":"bottle","number":"h1228"},{"text":"Go","number":"h1980"},{"text":"and of the ancients","number":"h2205"},{"text":"and take of the ancients","number":"h2205"},{"text":"earthen","number":"h2789"},{"text":"the LORD","number":"h3068"},{"text":"a potter's","number":"h3335"},{"text":"of the priests","number":"h3548"},{"text":"of the people","number":"h5971"},{"text":"and get","number":"h7069"}],"14":[{"text":"and said","number":"h559"},{"text":"Then came","number":"h935"},{"text":"house","number":"h1004"},{"text":"in the court","number":"h2691"},{"text":"of the LORD'S","number":"h3068"},{"text":"whither the LORD","number":"h3068"},{"text":"Jeremiah","number":"h3414"},{"text":"him to prophesy","number":"h5012"},{"text":"to all the people","number":"h5971"},{"text":"and he stood","number":"h5975"},{"text":"had sent","number":"h7971"},{"text":"from Tophet","number":"h8612"}],"10":[{"text":"of the men","number":"h582"},{"text":"the bottle","number":"h1228"},{"text":"that go","number":"h1980"},{"text":"in the sight","number":"h5869"},{"text":"Then shalt thou break","number":"h7665"}],"5":[{"text":"with fire","number":"h784"},{"text":"also the high places","number":"h1116"},{"text":"their sons","number":"h1121"},{"text":"They have built","number":"h1129"},{"text":"of Baal","number":"h1168"},{"text":"unto Baal","number":"h1168"},{"text":"not nor spake","number":"h1696"},{"text":"it into my mind","number":"h3820"},{"text":"it neither came","number":"h5927"},{"text":"for burnt offerings","number":"h5930"},{"text":"which I commanded","number":"h6680"},{"text":"to burn","number":"h8313"}],"6":[{"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":"that this place","number":"h4725"},{"text":"saith","number":"h5002"},{"text":"shall no more be called","number":"h7121"},{"text":"Tophet","number":"h8612"}],"2":[{"text":"of the son","number":"h1121"},{"text":"unto the valley","number":"h1516"},{"text":"that I shall tell","number":"h1696"},{"text":"there the words","number":"h1697"},{"text":"of Hinnom","number":"h2011"},{"text":"of the east","number":"h2777"},{"text":"And go forth","number":"h3318"},{"text":"which is by the entry","number":"h6607"},{"text":"and proclaim","number":"h7121"},{"text":"gate","number":"h8179"}],"12":[{"text":"the LORD","number":"h3068"},{"text":"and to the inhabitants","number":"h3427"},{"text":"unto this place","number":"h4725"},{"text":"saith","number":"h5002"},{"text":"thereof and even make","number":"h5414"},{"text":"this city","number":"h5892"},{"text":"Thus will I do","number":"h6213"},{"text":"as Tophet","number":"h8612"}],"8":[{"text":"because of all the plagues","number":"h4347"},{"text":"every one that passeth","number":"h5674"},{"text":"this city","number":"h5892"},{"text":"And I will make","number":"h7760"},{"text":"desolate","number":"h8047"},{"text":"thereby shall be astonished","number":"h8074"},{"text":"and hiss","number":"h8319"},{"text":"and an hissing","number":"h8322"}]}
@@ -0,0 +1 @@
1
+ {"27":[{"text":"Thou art my father","number":"h1"},{"text":"and to a stone","number":"h68"},{"text":"Saying","number":"h559"},{"text":"they will say","number":"h559"},{"text":"Thou hast brought me forth","number":"h3205"},{"text":"and save","number":"h3467"},{"text":"to a stock","number":"h6086"},{"text":"their back","number":"h6203"},{"text":"but in the time","number":"h6256"},{"text":"for they have turned","number":"h6437"},{"text":"unto me and not their face","number":"h6440"},{"text":"Arise","number":"h6965"},{"text":"of their trouble","number":"h7451"}],"5":[{"text":"have your fathers","number":"h1"},{"text":"after","number":"h310"},{"text":"Thus saith","number":"h559"},{"text":"and are become vain","number":"h1891"},{"text":"vanity","number":"h1892"},{"text":"the LORD","number":"h3068"},{"text":"from me and have walked","number":"h3212"},{"text":"found","number":"h4672"},{"text":"What iniquity","number":"h5766"},{"text":"in me that they are gone far","number":"h7368"}],"34":[{"text":"of the poor","number":"h34"},{"text":"the blood","number":"h1818"},{"text":"Also in thy skirts","number":"h3671"},{"text":"it by secret search","number":"h4290"},{"text":"I have not found","number":"h4672"},{"text":"is found","number":"h4672"},{"text":"of the souls","number":"h5315"},{"text":"innocents","number":"h5355"}],"6":[{"text":"and where no man","number":"h120"},{"text":"that no man","number":"h376"},{"text":"Neither said","number":"h559"},{"text":"out of the land","number":"h776"},{"text":"through a land","number":"h776"},{"text":"through a land","number":"h776"},{"text":"through a land","number":"h776"},{"text":"they Where is the LORD","number":"h3068"},{"text":"that led","number":"h3212"},{"text":"dwelt","number":"h3427"},{"text":"us through the wilderness","number":"h4057"},{"text":"of Egypt","number":"h4714"},{"text":"passed through","number":"h5674"},{"text":"that brought us up","number":"h5927"},{"text":"of deserts","number":"h6160"},{"text":"of drought","number":"h6723"},{"text":"and of the shadow of death","number":"h6757"},{"text":"and of pits","number":"h7745"}],"19":[{"text":"the Lord","number":"h136"},{"text":"thy God","number":"h430"},{"text":"thee know","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"shall reprove","number":"h3198"},{"text":"shall correct","number":"h3256"},{"text":"thing and bitter","number":"h4751"},{"text":"thee and thy backslidings","number":"h4878"},{"text":"is not in thee saith","number":"h5002"},{"text":"that thou hast forsaken","number":"h5800"},{"text":"and that my fear","number":"h6345"},{"text":"of hosts","number":"h6635"},{"text":"therefore and see","number":"h7200"},{"text":"Thine own wickedness","number":"h7451"},{"text":"that it is an evil","number":"h7451"}],"22":[{"text":"the Lord","number":"h136"},{"text":"soap","number":"h1287"},{"text":"GOD","number":"h3069"},{"text":"For though thou wash","number":"h3526"},{"text":"is marked","number":"h3799"},{"text":"me saith","number":"h5002"},{"text":"thee with nitre","number":"h5427"},{"text":"yet thine iniquity","number":"h5771"},{"text":"before","number":"h6440"},{"text":"and take thee much","number":"h7235"}],"25":[{"text":"no for I have loved","number":"h157"},{"text":"and after","number":"h310"},{"text":"but thou saidst","number":"h559"},{"text":"and thy throat","number":"h1627"},{"text":"strangers","number":"h2114"},{"text":"There is no hope","number":"h2976"},{"text":"from being unshod","number":"h3182"},{"text":"them will I go","number":"h3212"},{"text":"Withhold","number":"h4513"},{"text":"from thirst","number":"h6773"},{"text":"thy foot","number":"h7272"}],"33":[{"text":"love","number":"h160"},{"text":"to seek","number":"h1245"},{"text":"thou thy way","number":"h1870"},{"text":"thy ways","number":"h1870"},{"text":"Why trimmest","number":"h3190"},{"text":"therefore hast thou also taught","number":"h3925"},{"text":"the wicked ones","number":"h7451"}],"2":[{"text":"the love","number":"h160"},{"text":"in the ears","number":"h241"},{"text":"after","number":"h310"},{"text":"Thus saith","number":"h559"},{"text":"saying","number":"h559"},{"text":"in a land","number":"h776"},{"text":"Go","number":"h1980"},{"text":"I remember","number":"h2142"},{"text":"that was not sown","number":"h2232"},{"text":"thee the kindness","number":"h2617"},{"text":"the LORD","number":"h3068"},{"text":"when thou wentest","number":"h3212"},{"text":"of Jerusalem","number":"h3389"},{"text":"of thine espousals","number":"h3623"},{"text":"me in the wilderness","number":"h4057"},{"text":"of thy youth","number":"h5271"},{"text":"and cry","number":"h7121"}],"24":[{"text":"at her pleasure","number":"h185"},{"text":"all they that seek","number":"h1245"},{"text":"themselves in her month","number":"h2320"},{"text":"her will not weary","number":"h3286"},{"text":"used","number":"h3928"},{"text":"to the wilderness","number":"h4057"},{"text":"they shall find","number":"h4672"},{"text":"A wild ass","number":"h6501"},{"text":"the wind","number":"h7307"},{"text":"that snuffeth up","number":"h7602"},{"text":"who can turn her away","number":"h7725"},{"text":"in her occasion","number":"h8385"}],"36":[{"text":"Why gaddest thou about","number":"h235"},{"text":"of Assyria","number":"h804"},{"text":"as thou wast ashamed","number":"h954"},{"text":"thou also shalt be ashamed","number":"h954"},{"text":"thy way","number":"h1870"},{"text":"so much","number":"h3966"},{"text":"of Egypt","number":"h4714"},{"text":"to change","number":"h8138"}],"23":[{"text":"after","number":"h310"},{"text":"How canst thou say","number":"h559"},{"text":"dromedary","number":"h1072"},{"text":"Baalim","number":"h1168"},{"text":"in the valley","number":"h1516"},{"text":"her ways","number":"h1870"},{"text":"thy way","number":"h1870"},{"text":"I have not gone","number":"h1980"},{"text":"I am not polluted","number":"h2930"},{"text":"know","number":"h3045"},{"text":"what thou hast done","number":"h6213"},{"text":"thou art a swift","number":"h7031"},{"text":"see","number":"h7200"},{"text":"traversing","number":"h8308"}],"8":[{"text":"after","number":"h310"},{"text":"said","number":"h559"},{"text":"by Baal","number":"h1168"},{"text":"and walked","number":"h1980"},{"text":"knew","number":"h3045"},{"text":"not Where is the LORD","number":"h3068"},{"text":"things that do not profit","number":"h3276"},{"text":"The priests","number":"h3548"},{"text":"prophesied","number":"h5012"},{"text":"against me and the prophets","number":"h5030"},{"text":"also transgressed","number":"h6586"},{"text":"me not the pastors","number":"h7462"},{"text":"the law","number":"h8451"},{"text":"and they that handle","number":"h8610"}],"10":[{"text":"the isles","number":"h339"},{"text":"and consider","number":"h995"},{"text":"of Chittim","number":"h3794"},{"text":"diligently","number":"h3966"},{"text":"For pass over","number":"h5674"},{"text":"unto Kedar","number":"h6938"},{"text":"and see","number":"h7200"},{"text":"and see","number":"h7200"},{"text":"and send","number":"h7971"}],"3":[{"text":"all that devour","number":"h398"},{"text":"him shall offend","number":"h816"},{"text":"shall come","number":"h935"},{"text":"the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"upon them saith","number":"h5002"},{"text":"was holiness","number":"h6944"},{"text":"and the firstfruits","number":"h7225"},{"text":"evil","number":"h7451"},{"text":"of his increase","number":"h8393"}],"30":[{"text":"hath devoured","number":"h398"},{"text":"lion","number":"h738"},{"text":"your children","number":"h1121"},{"text":"your own sword","number":"h2719"},{"text":"they received","number":"h3947"},{"text":"no correction","number":"h4148"},{"text":"your prophets","number":"h5030"},{"text":"have I smitten","number":"h5221"},{"text":"In vain","number":"h7723"},{"text":"like a destroying","number":"h7843"}],"7":[{"text":"to eat","number":"h398"},{"text":"country","number":"h776"},{"text":"my land","number":"h776"},{"text":"And I brought","number":"h935"},{"text":"thereof but when ye entered","number":"h935"},{"text":"thereof and the goodness","number":"h2898"},{"text":"ye defiled","number":"h2930"},{"text":"you into a plentiful","number":"h3759"},{"text":"mine heritage","number":"h5159"},{"text":"the fruit","number":"h6529"},{"text":"and made","number":"h7760"},{"text":"an abomination","number":"h8441"}],"28":[{"text":"But where are thy gods","number":"h430"},{"text":"are thy gods","number":"h430"},{"text":"O Judah","number":"h3063"},{"text":"if they can save","number":"h3467"},{"text":"for according to the number","number":"h4557"},{"text":"of thy cities","number":"h5892"},{"text":"that thou hast made","number":"h6213"},{"text":"thee in the time","number":"h6256"},{"text":"thee let them arise","number":"h6965"},{"text":"of thy trouble","number":"h7451"}],"11":[{"text":"their gods","number":"h430"},{"text":"which are yet no gods","number":"h430"},{"text":"Hath a nation","number":"h1471"},{"text":"changed","number":"h3235"},{"text":"for that which doth not profit","number":"h3276"},{"text":"their glory","number":"h3519"},{"text":"have changed","number":"h4171"},{"text":"but my people","number":"h5971"}],"17":[{"text":"thy God","number":"h430"},{"text":"thee by the way","number":"h1870"},{"text":"the LORD","number":"h3068"},{"text":"he led","number":"h3212"},{"text":"this unto thyself in that thou hast forsaken","number":"h5800"},{"text":"Hast thou not procured","number":"h6213"},{"text":"when","number":"h6256"}],"35":[{"text":"Yet thou sayest","number":"h559"},{"text":"with thee because thou sayest","number":"h559"},{"text":"surely his anger","number":"h639"},{"text":"I have not sinned","number":"h2398"},{"text":"Because I am innocent","number":"h5352"},{"text":"shall turn","number":"h7725"},{"text":"from me Behold I will plead","number":"h8199"}],"20":[{"text":"and thou saidst","number":"h559"},{"text":"when upon every high","number":"h1364"},{"text":"hill","number":"h1389"},{"text":"playing the harlot","number":"h2181"},{"text":"thy bands","number":"h4147"},{"text":"and burst","number":"h5423"},{"text":"I will not transgress","number":"h5674"},{"text":"For of old time","number":"h5769"},{"text":"thy yoke","number":"h5923"},{"text":"tree","number":"h6086"},{"text":"thou wanderest","number":"h6808"},{"text":"and under every green","number":"h7488"},{"text":"I have broken","number":"h7665"}],"1":[{"text":"came to me saying","number":"h559"},{"text":"Moreover the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"31":[{"text":"wherefore say","number":"h559"},{"text":"a land","number":"h776"},{"text":"we will come","number":"h935"},{"text":"ye the word","number":"h1697"},{"text":"O generation","number":"h1755"},{"text":"of the LORD","number":"h3068"},{"text":"unto Israel","number":"h3478"},{"text":"of darkness","number":"h3991"},{"text":"Have I been a wilderness","number":"h4057"},{"text":"my people","number":"h5971"},{"text":"see","number":"h7200"},{"text":"We are lords","number":"h7300"}],"21":[{"text":"wholly a right","number":"h571"},{"text":"vine","number":"h1612"},{"text":"how then art thou turned","number":"h2015"},{"text":"seed","number":"h2233"},{"text":"Yet I had planted","number":"h5193"},{"text":"of a strange","number":"h5237"},{"text":"into the degenerate plant","number":"h5494"},{"text":"thee a noble vine","number":"h8321"}],"15":[{"text":"his land","number":"h776"},{"text":"are burned","number":"h3341"},{"text":"without inhabitant","number":"h3427"},{"text":"The young lions","number":"h3715"},{"text":"upon him and yelled","number":"h5414"},{"text":"his cities","number":"h5892"},{"text":"roared","number":"h7580"},{"text":"and they made","number":"h7896"},{"text":"waste","number":"h8047"}],"18":[{"text":"of Assyria","number":"h804"},{"text":"And now what hast thou to do in the way","number":"h1870"},{"text":"or what hast thou to do in the way","number":"h1870"},{"text":"the waters","number":"h4325"},{"text":"the waters","number":"h4325"},{"text":"of Egypt","number":"h4714"},{"text":"of the river","number":"h5104"},{"text":"of Sihor","number":"h7883"},{"text":"to drink","number":"h8354"},{"text":"to drink","number":"h8354"}],"13":[{"text":"cisterns","number":"h877"},{"text":"cisterns","number":"h877"},{"text":"of living","number":"h2416"},{"text":"and hewed them out","number":"h2672"},{"text":"that can hold","number":"h3557"},{"text":"no water","number":"h4325"},{"text":"waters","number":"h4325"},{"text":"me the fountain","number":"h4726"},{"text":"they have forsaken","number":"h5800"},{"text":"For my people","number":"h5971"},{"text":"have committed","number":"h6213"},{"text":"evils","number":"h7451"},{"text":"broken","number":"h7665"},{"text":"two","number":"h8147"}],"14":[{"text":"is he spoiled","number":"h957"},{"text":"is he a homeborn","number":"h1004"},{"text":"Is Israel","number":"h3478"},{"text":"slave why","number":"h4069"},{"text":"a servant","number":"h5650"}],"4":[{"text":"O house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"ye the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"of Jacob","number":"h3290"},{"text":"of Israel","number":"h3478"},{"text":"and all the families","number":"h4940"},{"text":"Hear","number":"h8085"}],"26":[{"text":"so is the house","number":"h1004"},{"text":"is ashamed","number":"h1322"},{"text":"As the thief","number":"h1590"},{"text":"ashamed","number":"h3001"},{"text":"of Israel","number":"h3478"},{"text":"and their priests","number":"h3548"},{"text":"they their kings","number":"h4428"},{"text":"when he is found","number":"h4672"},{"text":"and their prophets","number":"h5030"},{"text":"their princes","number":"h8269"}],"16":[{"text":"Also the children","number":"h1121"},{"text":"of Noph","number":"h5297"},{"text":"the crown of thy head","number":"h6936"},{"text":"have broken","number":"h7462"},{"text":"and Tahapanes","number":"h8471"}],"9":[{"text":"and with your children's","number":"h1121"},{"text":"children","number":"h1121"},{"text":"the LORD","number":"h3068"},{"text":"with you saith","number":"h5002"},{"text":"Wherefore I will yet plead","number":"h7378"},{"text":"will I plead","number":"h7378"}],"32":[{"text":"Can a maid","number":"h1330"},{"text":"me days","number":"h3117"},{"text":"or a bride","number":"h3618"},{"text":"without number","number":"h4557"},{"text":"her ornaments","number":"h5716"},{"text":"yet my people","number":"h5971"},{"text":"her attire","number":"h7196"},{"text":"forget","number":"h7911"},{"text":"have forgotten","number":"h7911"}],"12":[{"text":"desolate","number":"h2717"},{"text":"the LORD","number":"h3068"},{"text":"be ye very","number":"h3966"},{"text":"saith","number":"h5002"},{"text":"O ye heavens","number":"h8064"},{"text":"Be astonished","number":"h8074"},{"text":"at this and be horribly afraid","number":"h8175"}],"37":[{"text":"from him and thine hands","number":"h3027"},{"text":"for the LORD","number":"h3068"},{"text":"Yea thou shalt go forth","number":"h3318"},{"text":"hath rejected","number":"h3988"},{"text":"thy confidences","number":"h4009"},{"text":"and thou shalt not prosper","number":"h6743"},{"text":"upon thine head","number":"h7218"}],"29":[{"text":"the LORD","number":"h3068"},{"text":"against me saith","number":"h5002"},{"text":"with me ye all have transgressed","number":"h6586"},{"text":"Wherefore will ye plead","number":"h7378"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"to my father","number":"h1"},{"text":"be the man","number":"h376"},{"text":"saying","number":"h559"},{"text":"Cursed","number":"h779"},{"text":"child","number":"h1121"},{"text":"who brought tidings","number":"h1319"},{"text":"A man","number":"h2145"},{"text":"is born","number":"h3205"},{"text":"glad","number":"h8055"},{"text":"unto thee making him very","number":"h8055"}],"13":[{"text":"of the poor","number":"h34"},{"text":"praise","number":"h1984"},{"text":"from the hand","number":"h3027"},{"text":"unto the LORD","number":"h3068"},{"text":"ye the LORD","number":"h3068"},{"text":"the soul","number":"h5315"},{"text":"for he hath delivered","number":"h5337"},{"text":"of evildoers","number":"h7489"},{"text":"Sing","number":"h7891"}],"6":[{"text":"there thou and all thy friends","number":"h157"},{"text":"to Babylon","number":"h894"},{"text":"and thou shalt come","number":"h935"},{"text":"in thine house","number":"h1004"},{"text":"shall go","number":"h3212"},{"text":"and all that dwell","number":"h3427"},{"text":"and there thou shalt die","number":"h4191"},{"text":"to whom thou hast prophesied","number":"h5012"},{"text":"And thou Pashur","number":"h6583"},{"text":"and shalt be buried","number":"h6912"},{"text":"into captivity","number":"h7628"},{"text":"lies","number":"h8267"}],"4":[{"text":"to thyself and to all thy friends","number":"h157"},{"text":"of their enemies","number":"h341"},{"text":"For thus saith","number":"h559"},{"text":"into Babylon","number":"h894"},{"text":"of Babylon","number":"h894"},{"text":"and he shall carry them captive","number":"h1540"},{"text":"by the sword","number":"h2719"},{"text":"them with the sword","number":"h2719"},{"text":"into the hand","number":"h3027"},{"text":"all Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"thee a terror","number":"h4032"},{"text":"of the king","number":"h4428"},{"text":"and shall slay","number":"h5221"},{"text":"and they shall fall","number":"h5307"},{"text":"Behold I will make","number":"h5414"},{"text":"it and I will give","number":"h5414"},{"text":"and thine eyes","number":"h5869"},{"text":"shall behold","number":"h7200"}],"5":[{"text":"thereof and all the treasures","number":"h214"},{"text":"of their enemies","number":"h341"},{"text":"them to Babylon","number":"h894"},{"text":"them and carry","number":"h935"},{"text":"which shall spoil","number":"h962"},{"text":"all the strength","number":"h2633"},{"text":"and all the labours","number":"h3018"},{"text":"into the hand","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"thereof and all the precious things","number":"h3366"},{"text":"them and take","number":"h3947"},{"text":"of the kings","number":"h4428"},{"text":"Moreover I will deliver","number":"h5414"},{"text":"will I give","number":"h5414"},{"text":"of this city","number":"h5892"}],"16":[{"text":"And let that man","number":"h376"},{"text":"in the morning","number":"h1242"},{"text":"overthrew","number":"h2015"},{"text":"the cry","number":"h2201"},{"text":"which the LORD","number":"h3068"},{"text":"and repented","number":"h5162"},{"text":"be as the cities","number":"h5892"},{"text":"at noontide","number":"h6256"},{"text":"not and let him hear","number":"h8085"},{"text":"and the shouting","number":"h8643"}],"17":[{"text":"or that my mother","number":"h517"},{"text":"great","number":"h2030"},{"text":"Because he slew","number":"h4191"},{"text":"to be always","number":"h5769"},{"text":"might have been my grave","number":"h6913"},{"text":"and her womb","number":"h7358"},{"text":"me not from the womb","number":"h7358"}],"14":[{"text":"wherein my mother","number":"h517"},{"text":"Cursed","number":"h779"},{"text":"me be blessed","number":"h1288"},{"text":"be the day","number":"h3117"},{"text":"let not the day","number":"h3117"},{"text":"bare","number":"h3205"},{"text":"wherein I was born","number":"h3205"}],"9":[{"text":"Then I said","number":"h559"},{"text":"fire","number":"h784"},{"text":"as a burning","number":"h1197"},{"text":"of him nor speak","number":"h1696"},{"text":"I will not make mention","number":"h2142"},{"text":"and I could","number":"h3201"},{"text":"with forbearing","number":"h3557"},{"text":"and I was weary","number":"h3811"},{"text":"But his word was in mine heart","number":"h3820"},{"text":"in my bones","number":"h6106"},{"text":"shut up","number":"h6113"},{"text":"any more in his name","number":"h8034"}],"3":[{"text":"Then said","number":"h559"},{"text":"unto him The LORD","number":"h3068"},{"text":"brought forth","number":"h3318"},{"text":"Jeremiah","number":"h3414"},{"text":"Jeremiah","number":"h3414"},{"text":"but Magormissabib","number":"h4036"},{"text":"out of the stocks","number":"h4115"},{"text":"And it came to pass on the morrow","number":"h4283"},{"text":"Pashur","number":"h6583"},{"text":"that Pashur","number":"h6583"},{"text":"hath not called","number":"h7121"},{"text":"thy name","number":"h8034"}],"1":[{"text":"of Immer","number":"h564"},{"text":"in the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"these things","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"that Jeremiah","number":"h3414"},{"text":"the priest","number":"h3548"},{"text":"prophesied","number":"h5012"},{"text":"governor","number":"h5057"},{"text":"who was also chief","number":"h6496"},{"text":"Now Pashur","number":"h6583"},{"text":"heard","number":"h8085"}],"10":[{"text":"it All my familiars","number":"h582"},{"text":"the defaming","number":"h1681"},{"text":"and we shall prevail","number":"h3201"},{"text":"against him and we shall take","number":"h3947"},{"text":"fear","number":"h4032"},{"text":"Report","number":"h5046"},{"text":"say they and we will report","number":"h5046"},{"text":"our revenge","number":"h5360"},{"text":"on every side","number":"h5439"},{"text":"saying Peradventure he will be enticed","number":"h6601"},{"text":"for my halting","number":"h6763"},{"text":"of many","number":"h7227"},{"text":"For I heard","number":"h8085"},{"text":"watched","number":"h8104"}],"11":[{"text":"ashamed","number":"h954"},{"text":"is with me as a mighty","number":"h1368"},{"text":"But the LORD","number":"h3068"},{"text":"and they shall not prevail","number":"h3201"},{"text":"confusion","number":"h3639"},{"text":"shall stumble","number":"h3782"},{"text":"they shall be greatly","number":"h3966"},{"text":"their everlasting","number":"h5769"},{"text":"terrible one","number":"h6184"},{"text":"therefore my persecutors","number":"h7291"},{"text":"shall never be forgotten","number":"h7911"},{"text":"for they shall not prosper","number":"h7919"}],"12":[{"text":"that triest","number":"h974"},{"text":"on them for unto thee have I opened","number":"h1540"},{"text":"But O LORD","number":"h3068"},{"text":"the reins","number":"h3629"},{"text":"and the heart","number":"h3820"},{"text":"thy vengeance","number":"h5360"},{"text":"of hosts","number":"h6635"},{"text":"the righteous","number":"h6662"},{"text":"and seest","number":"h7200"},{"text":"let me see","number":"h7200"},{"text":"my cause","number":"h7379"}],"2":[{"text":"which was by the house","number":"h1004"},{"text":"of Benjamin","number":"h1144"},{"text":"of the LORD","number":"h3068"},{"text":"Jeremiah","number":"h3414"},{"text":"him in the stocks","number":"h4115"},{"text":"the prophet","number":"h5030"},{"text":"smote","number":"h5221"},{"text":"and put","number":"h5414"},{"text":"that were in the high","number":"h5945"},{"text":"Then Pashur","number":"h6583"},{"text":"gate","number":"h8179"}],"18":[{"text":"with shame","number":"h1322"},{"text":"and sorrow","number":"h3015"},{"text":"that my days","number":"h3117"},{"text":"Wherefore came I forth","number":"h3318"},{"text":"should be consumed","number":"h3615"},{"text":"labour","number":"h5999"},{"text":"to see","number":"h7200"},{"text":"out of the womb","number":"h7358"}],"8":[{"text":"I spake","number":"h1696"},{"text":"because the word","number":"h1697"},{"text":"For since","number":"h1767"},{"text":"I cried out","number":"h2199"},{"text":"violence","number":"h2555"},{"text":"was made a reproach","number":"h2781"},{"text":"of the LORD","number":"h3068"},{"text":"daily","number":"h3117"},{"text":"unto me and a derision","number":"h7047"},{"text":"I cried","number":"h7121"},{"text":"and spoil","number":"h7701"}],"7":[{"text":"thou art stronger","number":"h2388"},{"text":"O LORD","number":"h3068"},{"text":"daily","number":"h3117"},{"text":"than I and hast prevailed","number":"h3201"},{"text":"every one mocketh","number":"h3932"},{"text":"me and I was deceived","number":"h6601"},{"text":"thou hast deceived","number":"h6601"},{"text":"I am in derision","number":"h7814"}]}
@@ -0,0 +1 @@
1
+ {"6":[{"text":"both man","number":"h120"},{"text":"and beast","number":"h929"},{"text":"of a great","number":"h1419"},{"text":"pestilence","number":"h1698"},{"text":"the inhabitants","number":"h3427"},{"text":"they shall die","number":"h4191"},{"text":"And I will smite","number":"h5221"},{"text":"of this city","number":"h5892"}],"7":[{"text":"And afterward","number":"h310"},{"text":"of their enemies","number":"h341"},{"text":"of Babylon","number":"h894"},{"text":"of those that seek","number":"h1245"},{"text":"from the pestilence","number":"h1698"},{"text":"he shall not spare","number":"h2347"},{"text":"them neither have pity","number":"h2550"},{"text":"from the sword","number":"h2719"},{"text":"of the sword","number":"h2719"},{"text":"and into the hand","number":"h3027"},{"text":"and into the hand","number":"h3027"},{"text":"into the hand","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"saith","number":"h5002"},{"text":"of Nebuchadrezzar","number":"h5019"},{"text":"and he shall smite","number":"h5221"},{"text":"their life","number":"h5315"},{"text":"I will deliver","number":"h5414"},{"text":"and his servants","number":"h5650"},{"text":"in this city","number":"h5892"},{"text":"and the people","number":"h5971"},{"text":"them with the edge","number":"h6310"},{"text":"Zedekiah","number":"h6667"},{"text":"nor have mercy","number":"h7355"},{"text":"and from the famine","number":"h7458"},{"text":"and such as are left","number":"h7604"}],"14":[{"text":"thereof and it shall devour","number":"h398"},{"text":"a fire","number":"h784"},{"text":"the LORD","number":"h3068"},{"text":"in the forest","number":"h3293"},{"text":"and I will kindle","number":"h3341"},{"text":"of your doings","number":"h4611"},{"text":"saith","number":"h5002"},{"text":"all things round about","number":"h5439"},{"text":"But I will punish","number":"h6485"},{"text":"you according to the fruit","number":"h6529"}],"4":[{"text":"God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"and I will assemble","number":"h622"},{"text":"of Babylon","number":"h894"},{"text":"the walls","number":"h2346"},{"text":"you without","number":"h2351"},{"text":"that are in your hands","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"the weapons","number":"h3627"},{"text":"and against the Chaldeans","number":"h3778"},{"text":"wherewith ye fight","number":"h3898"},{"text":"of war","number":"h4421"},{"text":"against the king","number":"h4428"},{"text":"Behold I will turn back","number":"h5437"},{"text":"of this city","number":"h5892"},{"text":"which besiege","number":"h6696"},{"text":"them into the midst","number":"h8432"}],"3":[{"text":"Then said","number":"h559"},{"text":"unto them Thus shall ye say","number":"h559"},{"text":"Jeremiah","number":"h3414"},{"text":"to Zedekiah","number":"h6667"}],"8":[{"text":"Thus saith","number":"h559"},{"text":"thou shalt say","number":"h559"},{"text":"and the way","number":"h1870"},{"text":"you the way","number":"h1870"},{"text":"of life","number":"h2416"},{"text":"the LORD","number":"h3068"},{"text":"of death","number":"h4194"},{"text":"Behold I set","number":"h5414"},{"text":"And unto this people","number":"h5971"},{"text":"before","number":"h6440"}],"1":[{"text":"saying","number":"h559"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"The word","number":"h1697"},{"text":"from the LORD","number":"h3068"},{"text":"which came unto Jeremiah","number":"h3414"},{"text":"the priest","number":"h3548"},{"text":"when king","number":"h4428"},{"text":"of Melchiah","number":"h4441"},{"text":"of Maaseiah","number":"h4641"},{"text":"unto him Pashur","number":"h6583"},{"text":"Zedekiah","number":"h6667"},{"text":"and Zephaniah","number":"h6846"},{"text":"sent","number":"h7971"}],"12":[{"text":"thus saith","number":"h559"},{"text":"like fire","number":"h784"},{"text":"O house","number":"h1004"},{"text":"and burn","number":"h1197"},{"text":"in the morning","number":"h1242"},{"text":"him that is spoiled","number":"h1497"},{"text":"of David","number":"h1732"},{"text":"Execute","number":"h1777"},{"text":"lest my fury","number":"h2534"},{"text":"out of the hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"go out","number":"h3318"},{"text":"that none can quench","number":"h3518"},{"text":"of your doings","number":"h4611"},{"text":"judgment","number":"h4941"},{"text":"and deliver","number":"h5337"},{"text":"of the oppressor","number":"h6231"},{"text":"it because","number":"h6440"},{"text":"of the evil","number":"h7455"}],"13":[{"text":"which say","number":"h559"},{"text":"against us or who shall enter","number":"h935"},{"text":"the LORD","number":"h3068"},{"text":"Behold I am against thee O inhabitant","number":"h3427"},{"text":"of the plain","number":"h4334"},{"text":"into our habitations","number":"h4585"},{"text":"saith","number":"h5002"},{"text":"Who shall come down","number":"h5181"},{"text":"of the valley","number":"h6010"},{"text":"and rock","number":"h6697"}],"5":[{"text":"even in anger","number":"h639"},{"text":"and in great","number":"h1419"},{"text":"arm","number":"h2220"},{"text":"and with a strong","number":"h2389"},{"text":"and in fury","number":"h2534"},{"text":"hand","number":"h3027"},{"text":"And I myself will fight","number":"h3898"},{"text":"against you with an outstretched","number":"h5186"},{"text":"wrath","number":"h7110"}],"10":[{"text":"it with fire","number":"h784"},{"text":"of Babylon","number":"h894"},{"text":"and not for good","number":"h2896"},{"text":"into the hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"of the king","number":"h4428"},{"text":"saith","number":"h5002"},{"text":"it shall be given","number":"h5414"},{"text":"against this city","number":"h5892"},{"text":"my face","number":"h6440"},{"text":"for evil","number":"h7451"},{"text":"For I have set","number":"h7760"},{"text":"and he shall burn","number":"h8313"}],"2":[{"text":"of Babylon","number":"h894"},{"text":"for us","number":"h1157"},{"text":"Enquire","number":"h1875"},{"text":"I pray thee of the LORD","number":"h3068"},{"text":"against us if so be that the LORD","number":"h3068"},{"text":"maketh war","number":"h3898"},{"text":"king","number":"h4428"},{"text":"for Nebuchadrezzar","number":"h5019"},{"text":"that he may go up","number":"h5927"},{"text":"will deal","number":"h6213"},{"text":"with us according to all his wondrous works","number":"h6381"}],"11":[{"text":"And touching the house","number":"h1004"},{"text":"ye the word","number":"h1697"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"of the king","number":"h4428"},{"text":"say Hear","number":"h8085"}],"9":[{"text":"and by the pestilence","number":"h1698"},{"text":"you he shall live","number":"h2421"},{"text":"by the sword","number":"h2719"},{"text":"but he that goeth out","number":"h3318"},{"text":"He that abideth","number":"h3427"},{"text":"to the Chaldeans","number":"h3778"},{"text":"shall die","number":"h4191"},{"text":"and falleth","number":"h5307"},{"text":"and his life","number":"h5315"},{"text":"in this city","number":"h5892"},{"text":"that besiege","number":"h6696"},{"text":"and by the famine","number":"h7458"},{"text":"shall be unto him for a prey","number":"h7998"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"did not thy father","number":"h1"},{"text":"eat","number":"h398"},{"text":"thyself in cedar","number":"h730"},{"text":"and then it was well","number":"h2896"},{"text":"Shalt thou reign","number":"h4427"},{"text":"judgment","number":"h4941"},{"text":"and do","number":"h6213"},{"text":"and justice","number":"h6666"},{"text":"and drink","number":"h8354"},{"text":"because thou closest","number":"h8474"}],"11":[{"text":"his father","number":"h1"},{"text":"touching","number":"h413"},{"text":"For thus saith","number":"h559"},{"text":"the son","number":"h1121"},{"text":"instead of Josiah","number":"h2977"},{"text":"of Josiah","number":"h2977"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"which went forth","number":"h3318"},{"text":"which reigned","number":"h4427"},{"text":"king","number":"h4428"},{"text":"out of this place","number":"h4725"},{"text":"He shall not return","number":"h7725"},{"text":"Shallum","number":"h7967"}],"16":[{"text":"and needy","number":"h34"},{"text":"He judged","number":"h1777"},{"text":"the cause","number":"h1779"},{"text":"with him was not this to know","number":"h1847"},{"text":"then it was well","number":"h2896"},{"text":"the LORD","number":"h3068"},{"text":"me saith","number":"h5002"},{"text":"of the poor","number":"h6041"}],"18":[{"text":"lord","number":"h113"},{"text":"my brother","number":"h251"},{"text":"sister","number":"h269"},{"text":"Therefore thus saith","number":"h559"},{"text":"the son","number":"h1121"},{"text":"his glory","number":"h1935"},{"text":"or Ah","number":"h1945"},{"text":"or Ah","number":"h1945"},{"text":"for him saying Ah","number":"h1945"},{"text":"for him saying Ah","number":"h1945"},{"text":"of Josiah","number":"h2977"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"concerning Jehoiakim","number":"h3079"},{"text":"king","number":"h4428"},{"text":"they shall not lament","number":"h5594"},{"text":"They shall not lament","number":"h5594"}],"22":[{"text":"and thy lovers","number":"h157"},{"text":"surely then shalt thou be ashamed","number":"h954"},{"text":"shall go","number":"h3212"},{"text":"and confounded","number":"h3637"},{"text":"The wind","number":"h7307"},{"text":"for all thy wickedness","number":"h7451"},{"text":"all thy pastors","number":"h7462"},{"text":"shall eat up","number":"h7462"},{"text":"into captivity","number":"h7628"}],"20":[{"text":"for all thy lovers","number":"h157"},{"text":"in Bashan","number":"h1316"},{"text":"to Lebanon","number":"h3844"},{"text":"and lift up","number":"h5414"},{"text":"from the passages","number":"h5676"},{"text":"Go up","number":"h5927"},{"text":"and cry","number":"h6817"},{"text":"and cry","number":"h6817"},{"text":"thy voice","number":"h6963"},{"text":"are destroyed","number":"h7665"}],"9":[{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"their God","number":"h430"},{"text":"Then they shall answer","number":"h559"},{"text":"the covenant","number":"h1285"},{"text":"of the LORD","number":"h3068"},{"text":"and served","number":"h5647"},{"text":"Because they have forsaken","number":"h5800"},{"text":"and worshipped","number":"h7812"}],"26":[{"text":"thee into another","number":"h312"},{"text":"and thy mother","number":"h517"},{"text":"country","number":"h776"},{"text":"And I will cast thee out","number":"h2904"},{"text":"that bare","number":"h3205"},{"text":"where ye were not born","number":"h3205"},{"text":"and there shall ye die","number":"h4191"}],"28":[{"text":"Is this man","number":"h376"},{"text":"into a land","number":"h776"},{"text":"a despised","number":"h959"},{"text":"he and his seed","number":"h2233"},{"text":"wherein is no pleasure","number":"h2656"},{"text":"and are cast","number":"h2904"},{"text":"which they know","number":"h3045"},{"text":"is he a vessel","number":"h3627"},{"text":"Coniah","number":"h3659"},{"text":"broken","number":"h5310"},{"text":"idol","number":"h6089"},{"text":"wherefore are they cast out","number":"h7993"}],"7":[{"text":"against thee every one","number":"h376"},{"text":"cedars","number":"h730"},{"text":"them into the fire","number":"h784"},{"text":"with his weapons","number":"h3627"},{"text":"and they shall cut down","number":"h3772"},{"text":"thy choice","number":"h4005"},{"text":"and cast","number":"h5307"},{"text":"And I will prepare","number":"h6942"},{"text":"destroyers","number":"h7843"}],"8":[{"text":"every man","number":"h376"},{"text":"and they shall say","number":"h559"},{"text":"thus unto this great","number":"h1419"},{"text":"nations","number":"h1471"},{"text":"Wherefore hath the LORD","number":"h3068"},{"text":"shall pass","number":"h5674"},{"text":"by this city","number":"h5892"},{"text":"city","number":"h5892"},{"text":"done","number":"h6213"},{"text":"And many","number":"h7227"},{"text":"to his neighbour","number":"h7453"}],"30":[{"text":"for no man","number":"h376"},{"text":"ye this man","number":"h376"},{"text":"Thus saith","number":"h559"},{"text":"a man","number":"h1397"},{"text":"of David","number":"h1732"},{"text":"of his seed","number":"h2233"},{"text":"any more in Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"in his days","number":"h3117"},{"text":"sitting","number":"h3427"},{"text":"upon the throne","number":"h3678"},{"text":"Write","number":"h3789"},{"text":"and ruling","number":"h4910"},{"text":"childless","number":"h6185"},{"text":"shall prosper","number":"h6743"},{"text":"that shall not prosper","number":"h6743"}],"3":[{"text":"nor the widow","number":"h490"},{"text":"Thus saith","number":"h559"},{"text":"the spoiled","number":"h1497"},{"text":"to the stranger","number":"h1616"},{"text":"blood","number":"h1818"},{"text":"do no violence","number":"h2554"},{"text":"out of the hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"and do no wrong","number":"h3238"},{"text":"the fatherless","number":"h3490"},{"text":"in this place","number":"h4725"},{"text":"ye judgment","number":"h4941"},{"text":"and deliver","number":"h5337"},{"text":"innocent","number":"h5355"},{"text":"Execute","number":"h6213"},{"text":"of the oppressor","number":"h6216"},{"text":"and righteousness","number":"h6666"},{"text":"neither shed","number":"h8210"}],"2":[{"text":"And say","number":"h559"},{"text":"that enter","number":"h935"},{"text":"the word","number":"h1697"},{"text":"of David","number":"h1732"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"that sittest","number":"h3427"},{"text":"upon the throne","number":"h3678"},{"text":"O king","number":"h4428"},{"text":"thou and thy servants","number":"h5650"},{"text":"and thy people","number":"h5971"},{"text":"Hear","number":"h8085"},{"text":"in by these gates","number":"h8179"}],"6":[{"text":"For thus saith","number":"h559"},{"text":"house","number":"h1004"},{"text":"Thou art Gilead","number":"h1568"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"which are not inhabited","number":"h3427"},{"text":"of Lebanon","number":"h3844"},{"text":"thee a wilderness","number":"h4057"},{"text":"unto the king's","number":"h4428"},{"text":"and cities","number":"h5892"},{"text":"unto me and the head","number":"h7218"},{"text":"yet surely I will make","number":"h7896"}],"14":[{"text":"That saith","number":"h559"},{"text":"with cedar","number":"h730"},{"text":"house","number":"h1004"},{"text":"I will build","number":"h1129"},{"text":"windows","number":"h2474"},{"text":"me a wide","number":"h4060"},{"text":"and painted","number":"h4886"},{"text":"and it is cieled","number":"h5603"},{"text":"chambers","number":"h5944"},{"text":"and cutteth him out","number":"h7167"},{"text":"and large","number":"h7304"},{"text":"with vermilion","number":"h8350"}],"1":[{"text":"Thus saith","number":"h559"},{"text":"to the house","number":"h1004"},{"text":"and speak","number":"h1696"},{"text":"there this word","number":"h1697"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"Go down","number":"h3381"},{"text":"of the king","number":"h4428"}],"21":[{"text":"but thou saidst","number":"h559"},{"text":"I spake","number":"h1696"},{"text":"This hath been thy manner","number":"h1870"},{"text":"from thy youth","number":"h5271"},{"text":"not my voice","number":"h6963"},{"text":"unto thee in thy prosperity","number":"h7962"},{"text":"I will not hear","number":"h8085"},{"text":"that thou obeyedst","number":"h8085"}],"23":[{"text":"in the cedars","number":"h730"},{"text":"come","number":"h935"},{"text":"shalt thou be when pangs","number":"h2256"},{"text":"upon thee the pain","number":"h2427"},{"text":"how gracious","number":"h2603"},{"text":"as of a woman in travail","number":"h3205"},{"text":"O inhabitant","number":"h3427"},{"text":"of Lebanon","number":"h3844"},{"text":"that makest thy nest","number":"h7077"}],"27":[{"text":"But to the land","number":"h776"},{"text":"whereunto they desire","number":"h5375"},{"text":"thither shall they not return","number":"h7725"},{"text":"to return","number":"h7725"}],"29":[{"text":"O earth","number":"h776"},{"text":"earth","number":"h776"},{"text":"earth","number":"h776"},{"text":"the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"hear","number":"h8085"}],"10":[{"text":"country","number":"h776"},{"text":"Weep","number":"h1058"},{"text":"him but weep","number":"h1058"},{"text":"sore","number":"h1058"},{"text":"for him that goeth away","number":"h1980"},{"text":"his native","number":"h4138"},{"text":"ye not for the dead","number":"h4191"},{"text":"neither bemoan","number":"h5110"},{"text":"no more nor see","number":"h7200"},{"text":"for he shall return","number":"h7725"}],"12":[{"text":"this land","number":"h776"},{"text":"whither they have led him captive","number":"h1540"},{"text":"But he shall die","number":"h4191"},{"text":"in the place","number":"h4725"},{"text":"and shall see","number":"h7200"}],"25":[{"text":"of Babylon","number":"h894"},{"text":"of them that seek","number":"h1245"},{"text":"thou fearest","number":"h3016"},{"text":"and into the hand","number":"h3027"},{"text":"and into the hand","number":"h3027"},{"text":"even into the hand","number":"h3027"},{"text":"thee into the hand","number":"h3027"},{"text":"of the Chaldeans","number":"h3778"},{"text":"king","number":"h4428"},{"text":"of Nebuchadrezzar","number":"h5019"},{"text":"thy life","number":"h5315"},{"text":"And I will give","number":"h5414"},{"text":"of them whose face","number":"h6440"}],"4":[{"text":"then shall there enter in","number":"h935"},{"text":"of this house","number":"h1004"},{"text":"this thing","number":"h1697"},{"text":"of David","number":"h1732"},{"text":"sitting","number":"h3427"},{"text":"upon the throne","number":"h3678"},{"text":"kings","number":"h4428"},{"text":"and on horses","number":"h5483"},{"text":"he and his servants","number":"h5650"},{"text":"and his people","number":"h5971"},{"text":"For if ye do","number":"h6213"},{"text":"indeed","number":"h6213"},{"text":"riding","number":"h7392"},{"text":"in chariots","number":"h7393"},{"text":"by the gates","number":"h8179"}],"13":[{"text":"his house","number":"h1004"},{"text":"unto him that buildeth","number":"h1129"},{"text":"Woe","number":"h1945"},{"text":"without wages","number":"h2600"},{"text":"by","number":"h3808"},{"text":"by wrong","number":"h4941"},{"text":"and giveth","number":"h5414"},{"text":"service","number":"h5647"},{"text":"and his chambers","number":"h5944"},{"text":"him not for his work","number":"h6467"},{"text":"unrighteousness","number":"h6664"},{"text":"that useth his neighbour's","number":"h7453"}],"5":[{"text":"that this house","number":"h1004"},{"text":"these words","number":"h1697"},{"text":"shall become a desolation","number":"h2723"},{"text":"the LORD","number":"h3068"},{"text":"by myself saith","number":"h5002"},{"text":"I swear","number":"h7650"},{"text":"But if ye will not hear","number":"h8085"}],"24":[{"text":"the son","number":"h1121"},{"text":"were the signet","number":"h2368"},{"text":"As I live","number":"h2416"},{"text":"hand","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"of Jehoiakim","number":"h3079"},{"text":"upon my right","number":"h3225"},{"text":"though Coniah","number":"h3659"},{"text":"king","number":"h4428"},{"text":"saith","number":"h5002"},{"text":"yet would I pluck","number":"h5423"}],"17":[{"text":"are not but for thy covetousness","number":"h1215"},{"text":"blood","number":"h1818"},{"text":"and thine heart","number":"h3820"},{"text":"and for violence","number":"h4835"},{"text":"innocent","number":"h5355"},{"text":"But thine eyes","number":"h5869"},{"text":"to do","number":"h6213"},{"text":"and for oppression","number":"h6233"},{"text":"and for to shed","number":"h8210"}],"19":[{"text":"beyond","number":"h1973"},{"text":"of an ass","number":"h2543"},{"text":"of Jerusalem","number":"h3389"},{"text":"drawn","number":"h5498"},{"text":"with the burial","number":"h6900"},{"text":"He shall be buried","number":"h6912"},{"text":"and cast forth","number":"h7993"},{"text":"the gates","number":"h8179"}]}
@@ -0,0 +1 @@
1
+ {"27":[{"text":"as their fathers","number":"h1"},{"text":"every man","number":"h376"},{"text":"for Baal","number":"h1168"},{"text":"by their dreams","number":"h2472"},{"text":"Which think","number":"h2803"},{"text":"which they tell","number":"h5608"},{"text":"to cause my people","number":"h5971"},{"text":"to his neighbour","number":"h7453"},{"text":"have forgotten","number":"h7911"},{"text":"to forget","number":"h7911"},{"text":"my name","number":"h8034"},{"text":"my name","number":"h8034"}],"39":[{"text":"you and your fathers","number":"h1"},{"text":"you and I will forsake","number":"h5203"},{"text":"Therefore behold I even I will utterly","number":"h5377"},{"text":"forget","number":"h5382"},{"text":"that I gave","number":"h5414"},{"text":"you and the city","number":"h5892"},{"text":"and cast you out of my presence","number":"h6440"}],"1":[{"text":"that destroy","number":"h6"},{"text":"Woe","number":"h1945"},{"text":"the LORD","number":"h3068"},{"text":"of my pasture","number":"h4830"},{"text":"saith","number":"h5002"},{"text":"and scatter","number":"h6327"},{"text":"the sheep","number":"h6629"},{"text":"be unto the pastors","number":"h7462"}],"10":[{"text":"mourneth","number":"h56"},{"text":"of swearing","number":"h423"},{"text":"For the land","number":"h776"},{"text":"the land","number":"h776"},{"text":"and their force","number":"h1369"},{"text":"are dried up","number":"h3001"},{"text":"of the wilderness","number":"h4057"},{"text":"is full","number":"h4390"},{"text":"and their course","number":"h4794"},{"text":"the pleasant places","number":"h4999"},{"text":"of adulterers","number":"h5003"},{"text":"for because","number":"h6440"},{"text":"is evil","number":"h7451"}],"8":[{"text":"in their own land","number":"h127"},{"text":"and from all countries","number":"h776"},{"text":"country","number":"h776"},{"text":"and which led","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"the seed","number":"h2233"},{"text":"liveth","number":"h2416"},{"text":"But The LORD","number":"h3068"},{"text":"them and they shall dwell","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"whither I had driven","number":"h5080"},{"text":"which brought up","number":"h5927"},{"text":"out of the north","number":"h6828"}],"35":[{"text":"to his brother","number":"h251"},{"text":"and every one","number":"h376"},{"text":"every one","number":"h376"},{"text":"Thus shall ye say","number":"h559"},{"text":"spoken","number":"h1696"},{"text":"What hath the LORD","number":"h3068"},{"text":"and What hath the LORD","number":"h3068"},{"text":"answered","number":"h6030"},{"text":"to his neighbour","number":"h7453"}],"20":[{"text":"in the latter","number":"h319"},{"text":"The anger","number":"h639"},{"text":"ye shall consider","number":"h995"},{"text":"it perfectly","number":"h998"},{"text":"of the LORD","number":"h3068"},{"text":"days","number":"h3117"},{"text":"of his heart","number":"h3820"},{"text":"the thoughts","number":"h4209"},{"text":"until he have executed","number":"h6213"},{"text":"and till he have performed","number":"h6965"},{"text":"shall not return","number":"h7725"}],"24":[{"text":"Can any","number":"h376"},{"text":"and earth","number":"h776"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"Do not I fill","number":"h4392"},{"text":"himself in secret places","number":"h4565"},{"text":"him saith","number":"h5002"},{"text":"saith","number":"h5002"},{"text":"hide","number":"h5641"},{"text":"that I shall not see","number":"h7200"},{"text":"heaven","number":"h8064"}],"30":[{"text":"every one","number":"h376"},{"text":"that steal","number":"h1589"},{"text":"my words","number":"h1697"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"Therefore behold I am against the prophets","number":"h5030"},{"text":"from his neighbour","number":"h7453"}],"9":[{"text":"man","number":"h376"},{"text":"and like a man","number":"h1397"},{"text":"and because of the words","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"whom wine","number":"h3196"},{"text":"Mine heart","number":"h3820"},{"text":"because of the prophets","number":"h5030"},{"text":"hath overcome","number":"h5674"},{"text":"all my bones","number":"h6106"},{"text":"because","number":"h6440"},{"text":"of his holiness","number":"h6944"},{"text":"within","number":"h7130"},{"text":"shake","number":"h7363"},{"text":"me is broken","number":"h7665"},{"text":"I am like a drunken","number":"h7910"}],"36":[{"text":"no more for every man's","number":"h376"},{"text":"God","number":"h430"},{"text":"our God","number":"h430"},{"text":"the words","number":"h1697"},{"text":"word","number":"h1697"},{"text":"for ye have perverted","number":"h2015"},{"text":"shall ye mention","number":"h2142"},{"text":"of the living","number":"h2416"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"And the burden","number":"h4853"},{"text":"shall be his burden","number":"h4853"},{"text":"of hosts","number":"h6635"}],"34":[{"text":"that man","number":"h376"},{"text":"that shall say","number":"h559"},{"text":"and his house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"and the priest","number":"h3548"},{"text":"The burden","number":"h4853"},{"text":"And as for the prophet","number":"h5030"},{"text":"and the people","number":"h5971"},{"text":"I will even punish","number":"h6485"}],"14":[{"text":"that none","number":"h376"},{"text":"and walk","number":"h1980"},{"text":"they strengthen","number":"h2388"},{"text":"also the hands","number":"h3027"},{"text":"of Jerusalem","number":"h3389"},{"text":"and the inhabitants","number":"h3427"},{"text":"they commit adultery","number":"h5003"},{"text":"also in the prophets","number":"h5030"},{"text":"they are all of them unto me as Sodom","number":"h5467"},{"text":"thereof as Gomorrah","number":"h6017"},{"text":"I have seen","number":"h7200"},{"text":"from his wickedness","number":"h7451"},{"text":"of evildoers","number":"h7489"},{"text":"doth return","number":"h7725"},{"text":"an horrible thing","number":"h8186"},{"text":"in lies","number":"h8267"}],"15":[{"text":"Behold I will feed","number":"h398"},{"text":"Therefore thus saith","number":"h559"},{"text":"into all the land","number":"h776"},{"text":"is profaneness","number":"h2613"},{"text":"the LORD","number":"h3068"},{"text":"gone forth","number":"h3318"},{"text":"of Jerusalem","number":"h3389"},{"text":"them with wormwood","number":"h3939"},{"text":"the water","number":"h4325"},{"text":"concerning the prophets","number":"h5030"},{"text":"for from the prophets","number":"h5030"},{"text":"of hosts","number":"h6635"},{"text":"of gall","number":"h7219"},{"text":"and make them drink","number":"h8248"}],"23":[{"text":"Am I a God","number":"h430"},{"text":"and not a God","number":"h430"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"at hand","number":"h7138"},{"text":"afar off","number":"h7350"}],"2":[{"text":"God","number":"h430"},{"text":"Therefore thus saith","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of your doings","number":"h4611"},{"text":"saith","number":"h5002"},{"text":"and driven them away","number":"h5080"},{"text":"my people","number":"h5971"},{"text":"Ye have scattered","number":"h6327"},{"text":"and have not visited","number":"h6485"},{"text":"them behold I will visit","number":"h6485"},{"text":"my flock","number":"h6629"},{"text":"upon you the evil","number":"h7455"},{"text":"against the pastors","number":"h7462"},{"text":"that feed","number":"h7462"}],"38":[{"text":"But","number":"h518"},{"text":"Because ye say","number":"h559"},{"text":"Ye shall not say","number":"h559"},{"text":"since ye say","number":"h559"},{"text":"therefore thus saith","number":"h559"},{"text":"unto you saying","number":"h559"},{"text":"this word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"The burden","number":"h4853"},{"text":"The burden","number":"h4853"},{"text":"The burden","number":"h4853"},{"text":"and I have sent","number":"h7971"}],"17":[{"text":"They say","number":"h559"},{"text":"and they say","number":"h559"},{"text":"still","number":"h559"},{"text":"shall come","number":"h935"},{"text":"hath said","number":"h1696"},{"text":"unto every one that walketh","number":"h1980"},{"text":"me The LORD","number":"h3068"},{"text":"of his own heart","number":"h3820"},{"text":"unto them that despise","number":"h5006"},{"text":"No evil","number":"h7451"},{"text":"Ye shall have peace","number":"h7965"},{"text":"after the imagination","number":"h8307"}],"16":[{"text":"Thus saith","number":"h559"},{"text":"they speak","number":"h1696"},{"text":"not unto the words","number":"h1697"},{"text":"unto you they make you vain","number":"h1891"},{"text":"a vision","number":"h2377"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of their own heart","number":"h3820"},{"text":"that prophesy","number":"h5012"},{"text":"of the prophets","number":"h5030"},{"text":"and not out of the mouth","number":"h6310"},{"text":"of hosts","number":"h6635"},{"text":"Hearken","number":"h8085"}],"37":[{"text":"Thus shalt thou say","number":"h559"},{"text":"spoken","number":"h1696"},{"text":"What hath the LORD","number":"h3068"},{"text":"thee and What hath the LORD","number":"h3068"},{"text":"to the prophet","number":"h5030"},{"text":"answered","number":"h6030"}],"25":[{"text":"said","number":"h559"},{"text":"saying","number":"h559"},{"text":"I have dreamed","number":"h2492"},{"text":"I have dreamed","number":"h2492"},{"text":"that prophesy","number":"h5012"},{"text":"what the prophets","number":"h5030"},{"text":"in my name","number":"h8034"},{"text":"I have heard","number":"h8085"},{"text":"lies","number":"h8267"}],"7":[{"text":"that they shall no more say","number":"h559"},{"text":"out of the land","number":"h776"},{"text":"come","number":"h935"},{"text":"the children","number":"h1121"},{"text":"liveth","number":"h2416"},{"text":"The LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"Therefore behold the days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"of Egypt","number":"h4714"},{"text":"saith","number":"h5002"},{"text":"which brought up","number":"h5927"}],"33":[{"text":"thee saying","number":"h559"},{"text":"thou shalt then say","number":"h559"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"or a priest","number":"h3548"},{"text":"What is the burden","number":"h4853"},{"text":"unto them What burden","number":"h4853"},{"text":"you saith","number":"h5002"},{"text":"or the prophet","number":"h5030"},{"text":"I will even forsake","number":"h5203"},{"text":"And when this people","number":"h5971"},{"text":"shall ask","number":"h7592"}],"28":[{"text":"faithfully","number":"h571"},{"text":"to the wheat","number":"h1250"},{"text":"let him speak","number":"h1696"},{"text":"and he that hath my word","number":"h1697"},{"text":"my word","number":"h1697"},{"text":"a dream","number":"h2472"},{"text":"that hath a dream","number":"h2472"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"The prophet","number":"h5030"},{"text":"let him tell","number":"h5608"},{"text":"What is the chaff","number":"h8401"}],"12":[{"text":"ways in the darkness","number":"h653"},{"text":"therein for I will bring","number":"h935"},{"text":"they shall be driven on","number":"h1760"},{"text":"Wherefore their way","number":"h1870"},{"text":"shall be unto them as slippery","number":"h2519"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"and fall","number":"h5307"},{"text":"of their visitation","number":"h6486"},{"text":"evil","number":"h7451"},{"text":"upon them even the year","number":"h8141"}],"5":[{"text":"in the earth","number":"h776"},{"text":"come","number":"h935"},{"text":"unto David","number":"h1732"},{"text":"the LORD","number":"h3068"},{"text":"Behold the days","number":"h3117"},{"text":"shall reign","number":"h4427"},{"text":"and a King","number":"h4428"},{"text":"judgment","number":"h4941"},{"text":"saith","number":"h5002"},{"text":"and shall execute","number":"h6213"},{"text":"a righteous","number":"h6662"},{"text":"and justice","number":"h6666"},{"text":"Branch","number":"h6780"},{"text":"that I will raise","number":"h6965"},{"text":"and prosper","number":"h7919"}],"3":[{"text":"out of all countries","number":"h776"},{"text":"whither I have driven","number":"h5080"},{"text":"to their folds","number":"h5116"},{"text":"and they shall be fruitful","number":"h6509"},{"text":"of my flock","number":"h6629"},{"text":"And I will gather","number":"h6908"},{"text":"and increase","number":"h7235"},{"text":"the remnant","number":"h7611"},{"text":"them and will bring them again","number":"h7725"}],"29":[{"text":"as a fire","number":"h784"},{"text":"Is not my word","number":"h1697"},{"text":"the LORD","number":"h3068"},{"text":"like","number":"h3541"},{"text":"saith","number":"h5002"},{"text":"the rock","number":"h5553"},{"text":"in pieces","number":"h6327"},{"text":"that breaketh","number":"h6327"},{"text":"and like a hammer","number":"h6360"}],"6":[{"text":"safely","number":"h983"},{"text":"Judah","number":"h3063"},{"text":"THE LORD OUR RIGHTEOUSNESS","number":"h3072"},{"text":"In his days","number":"h3117"},{"text":"shall be saved","number":"h3467"},{"text":"and Israel","number":"h3478"},{"text":"whereby he shall be called","number":"h7121"},{"text":"shall dwell","number":"h7931"},{"text":"and this is his name","number":"h8034"}],"11":[{"text":"yea in my house","number":"h1004"},{"text":"are profane","number":"h2610"},{"text":"the LORD","number":"h3068"},{"text":"and priest","number":"h3548"},{"text":"have I found","number":"h4672"},{"text":"saith","number":"h5002"},{"text":"For both prophet","number":"h5030"},{"text":"their wickedness","number":"h7451"}],"13":[{"text":"in Baal","number":"h1168"},{"text":"Israel","number":"h3478"},{"text":"they prophesied","number":"h5012"},{"text":"in the prophets","number":"h5030"},{"text":"and caused my people","number":"h5971"},{"text":"And I have seen","number":"h7200"},{"text":"of Samaria","number":"h8111"},{"text":"to err","number":"h8582"},{"text":"folly","number":"h8604"}],"21":[{"text":"I have not spoken","number":"h1696"},{"text":"to them yet they prophesied","number":"h5012"},{"text":"these prophets","number":"h5030"},{"text":"yet they ran","number":"h7323"},{"text":"I have not sent","number":"h7971"}],"18":[{"text":"his word","number":"h1697"},{"text":"his word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"in the counsel","number":"h5475"},{"text":"For who hath stood","number":"h5975"},{"text":"who hath marked","number":"h7181"},{"text":"and hath perceived","number":"h7200"},{"text":"and heard","number":"h8085"},{"text":"and heard","number":"h8085"}],"22":[{"text":"my words","number":"h1697"},{"text":"way","number":"h1870"},{"text":"of their doings","number":"h4611"},{"text":"in my counsel","number":"h5475"},{"text":"and had caused my people","number":"h5971"},{"text":"But if they had stood","number":"h5975"},{"text":"them from their evil","number":"h7451"},{"text":"and from the evil","number":"h7455"},{"text":"then they should have turned","number":"h7725"},{"text":"to hear","number":"h8085"}],"19":[{"text":"even a grievous","number":"h2342"},{"text":"it shall fall grievously","number":"h2342"},{"text":"in fury","number":"h2534"},{"text":"of the LORD","number":"h3068"},{"text":"is gone forth","number":"h3318"},{"text":"Behold a whirlwind","number":"h5591"},{"text":"whirlwind","number":"h5591"},{"text":"upon the head","number":"h7218"},{"text":"of the wicked","number":"h7563"}],"32":[{"text":"dreams","number":"h2472"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"at all","number":"h3276"},{"text":"them therefore they shall not profit","number":"h3276"},{"text":"saith","number":"h5002"},{"text":"saith","number":"h5002"},{"text":"Behold I am against them that prophesy","number":"h5012"},{"text":"and do tell","number":"h5608"},{"text":"them and cause my people","number":"h5971"},{"text":"this people","number":"h5971"},{"text":"and by their lightness","number":"h6350"},{"text":"them not nor commanded","number":"h6680"},{"text":"yet I sent","number":"h7971"},{"text":"by their lies","number":"h8267"},{"text":"false","number":"h8267"},{"text":"to err","number":"h8582"}],"40":[{"text":"reproach","number":"h2781"},{"text":"shame","number":"h3640"},{"text":"And I will bring","number":"h5414"},{"text":"an everlasting","number":"h5769"},{"text":"upon you and a perpetual","number":"h5769"},{"text":"which shall not be forgotten","number":"h7911"}],"4":[{"text":"no more nor be dismayed","number":"h2865"},{"text":"the LORD","number":"h3068"},{"text":"them and they shall fear","number":"h3372"},{"text":"saith","number":"h5002"},{"text":"neither shall they be lacking","number":"h6485"},{"text":"And I will set up","number":"h6965"},{"text":"over them which shall feed","number":"h7462"},{"text":"shepherds","number":"h7462"}],"31":[{"text":"the LORD","number":"h3068"},{"text":"that use","number":"h3947"},{"text":"their tongues","number":"h3956"},{"text":"and say","number":"h5001"},{"text":"He saith","number":"h5002"},{"text":"saith","number":"h5002"},{"text":"Behold I am against the prophets","number":"h5030"}],"26":[{"text":"How long shall this be","number":"h3426"},{"text":"in the heart","number":"h3820"},{"text":"of their own heart","number":"h3820"},{"text":"that prophesy","number":"h5012"},{"text":"of the prophets","number":"h5030"},{"text":"yea they are prophets","number":"h5030"},{"text":"lies","number":"h8267"},{"text":"of the deceit","number":"h8649"}]}
@@ -0,0 +1 @@
1
+ {"10":[{"text":"unto them and to their fathers","number":"h1"},{"text":"from off the land","number":"h127"},{"text":"and the pestilence","number":"h1698"},{"text":"the sword","number":"h2719"},{"text":"that I gave","number":"h5414"},{"text":"the famine","number":"h7458"},{"text":"And I will send","number":"h7971"},{"text":"among them till they be consumed","number":"h8552"}],"2":[{"text":"One","number":"h259"},{"text":"and the other","number":"h259"},{"text":"which could not be eaten","number":"h398"},{"text":"that are first ripe","number":"h1073"},{"text":"basket","number":"h1731"},{"text":"basket","number":"h1731"},{"text":"good","number":"h2896"},{"text":"had very","number":"h3966"},{"text":"had very","number":"h3966"},{"text":"naughty","number":"h7451"},{"text":"they were so bad","number":"h7455"},{"text":"even like the figs","number":"h8384"},{"text":"figs","number":"h8384"},{"text":"figs","number":"h8384"}],"1":[{"text":"after","number":"h310"},{"text":"of Babylon","number":"h894"},{"text":"them to Babylon","number":"h894"},{"text":"and had brought","number":"h935"},{"text":"the son","number":"h1121"},{"text":"had carried away captive","number":"h1540"},{"text":"baskets","number":"h1736"},{"text":"the temple","number":"h1964"},{"text":"with the carpenters","number":"h2796"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"The LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of Jehoiakim","number":"h3079"},{"text":"Jeconiah","number":"h3204"},{"text":"were set","number":"h3259"},{"text":"from Jerusalem","number":"h3389"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"and smiths","number":"h4525"},{"text":"that Nebuchadrezzar","number":"h5019"},{"text":"before","number":"h6440"},{"text":"shewed","number":"h7200"},{"text":"me and behold two","number":"h8147"},{"text":"and the princes","number":"h8269"},{"text":"of figs","number":"h8384"}],"3":[{"text":"that cannot be eaten","number":"h398"},{"text":"And I said","number":"h559"},{"text":"Then said","number":"h559"},{"text":"good","number":"h2896"},{"text":"the good","number":"h2896"},{"text":"the LORD","number":"h3068"},{"text":"thou Jeremiah","number":"h3414"},{"text":"very","number":"h3966"},{"text":"very","number":"h3966"},{"text":"unto me What seest","number":"h7200"},{"text":"and the evil","number":"h7451"},{"text":"evil","number":"h7451"},{"text":"they are so evil","number":"h7455"},{"text":"Figs","number":"h8384"},{"text":"figs","number":"h8384"}],"8":[{"text":"which cannot be eaten","number":"h398"},{"text":"surely thus saith","number":"h559"},{"text":"in the land","number":"h776"},{"text":"in this land","number":"h776"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"and them that dwell","number":"h3427"},{"text":"the king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"So will I give","number":"h5414"},{"text":"Zedekiah","number":"h6667"},{"text":"And as the evil","number":"h7451"},{"text":"they are so evil","number":"h7455"},{"text":"that remain","number":"h7604"},{"text":"and the residue","number":"h7611"},{"text":"and his princes","number":"h8269"},{"text":"figs","number":"h8384"}],"7":[{"text":"and I will be their God","number":"h430"},{"text":"to know","number":"h3045"},{"text":"me that I am the LORD","number":"h3068"},{"text":"them an heart","number":"h3820"},{"text":"unto me with their whole heart","number":"h3820"},{"text":"And I will give","number":"h5414"},{"text":"and they shall be my people","number":"h5971"},{"text":"for they shall return","number":"h7725"}],"5":[{"text":"the God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"into the land","number":"h776"},{"text":"them that are carried away captive","number":"h1546"},{"text":"Like these good","number":"h2896"},{"text":"for their good","number":"h2896"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of the Chaldeans","number":"h3778"},{"text":"out of this place","number":"h4725"},{"text":"so will I acknowledge","number":"h5234"},{"text":"whom I have sent","number":"h7971"},{"text":"figs","number":"h8384"}],"4":[{"text":"came unto me saying","number":"h559"},{"text":"Again the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"9":[{"text":"of the earth","number":"h776"},{"text":"them to be removed","number":"h2189"},{"text":"to be a reproach","number":"h2781"},{"text":"into all the kingdoms","number":"h4467"},{"text":"in all places","number":"h4725"},{"text":"and a proverb","number":"h4912"},{"text":"whither I shall drive","number":"h5080"},{"text":"And I will deliver","number":"h5414"},{"text":"and a curse","number":"h7045"},{"text":"for their hurt","number":"h7451"},{"text":"a taunt","number":"h8148"}],"6":[{"text":"to this land","number":"h776"},{"text":"and I will build","number":"h1129"},{"text":"them and not pull them down","number":"h2040"},{"text":"upon them for good","number":"h2896"},{"text":"and I will plant","number":"h5193"},{"text":"them and not pluck them up","number":"h5428"},{"text":"mine eyes","number":"h5869"},{"text":"and I will bring them again","number":"h7725"},{"text":"For I will set","number":"h7760"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"unto you and to your fathers","number":"h1"},{"text":"in the land","number":"h127"},{"text":"now every one","number":"h376"},{"text":"They said","number":"h559"},{"text":"way","number":"h1870"},{"text":"that the LORD","number":"h3068"},{"text":"and dwell","number":"h3427"},{"text":"of your doings","number":"h4611"},{"text":"hath given","number":"h5414"},{"text":"for","number":"h5704"},{"text":"and ever","number":"h5769"},{"text":"ever","number":"h5769"},{"text":"from his evil","number":"h7451"},{"text":"and from the evil","number":"h7455"},{"text":"Turn ye again","number":"h7725"}],"10":[{"text":"Moreover I will take","number":"h6"},{"text":"and the light","number":"h216"},{"text":"of the bridegroom","number":"h2860"},{"text":"of the bride","number":"h3618"},{"text":"of the candle","number":"h5216"},{"text":"and the voice","number":"h6963"},{"text":"and the voice","number":"h6963"},{"text":"from them the voice","number":"h6963"},{"text":"the sound","number":"h6963"},{"text":"the voice","number":"h6963"},{"text":"of the millstones","number":"h7347"},{"text":"of gladness","number":"h8057"},{"text":"of mirth","number":"h8342"}],"35":[{"text":"to flee","number":"h6"},{"text":"nor the principal","number":"h117"},{"text":"shall have no way","number":"h4498"},{"text":"to escape","number":"h6413"},{"text":"of the flock","number":"h6629"},{"text":"And the shepherds","number":"h7462"}],"36":[{"text":"of the principal","number":"h117"},{"text":"shall be heard for the LORD","number":"h3068"},{"text":"and an howling","number":"h3215"},{"text":"their pasture","number":"h4830"},{"text":"of the flock","number":"h6629"},{"text":"of the cry","number":"h6818"},{"text":"A voice","number":"h6963"},{"text":"of the shepherds","number":"h7462"},{"text":"hath spoiled","number":"h7703"}],"34":[{"text":"yourselves in the ashes ye principal","number":"h117"},{"text":"and cry","number":"h2199"},{"text":"like a pleasant","number":"h2532"},{"text":"of your slaughter","number":"h2873"},{"text":"for the days","number":"h3117"},{"text":"Howl","number":"h3213"},{"text":"vessel","number":"h3627"},{"text":"are accomplished","number":"h4390"},{"text":"and ye shall fall","number":"h5307"},{"text":"and wallow","number":"h6428"},{"text":"of the flock","number":"h6629"},{"text":"ye shepherds","number":"h7462"},{"text":"and of your dispersions","number":"h8600"}],"21":[{"text":"Edom","number":"h123"},{"text":"and the children","number":"h1121"},{"text":"and Moab","number":"h4124"},{"text":"of Ammon","number":"h5983"}],"26":[{"text":"of the earth","number":"h127"},{"text":"with another","number":"h251"},{"text":"after","number":"h310"},{"text":"one","number":"h376"},{"text":"of the world","number":"h776"},{"text":"And all the kings","number":"h4428"},{"text":"and the king","number":"h4428"},{"text":"and all the kingdoms","number":"h4467"},{"text":"which are upon the face","number":"h6440"},{"text":"of the north","number":"h6828"},{"text":"and near","number":"h7138"},{"text":"far","number":"h7350"},{"text":"of Sheshach","number":"h8347"},{"text":"shall drink","number":"h8354"}],"33":[{"text":"the ground","number":"h127"},{"text":"neither gathered","number":"h622"},{"text":"of the earth","number":"h776"},{"text":"of the earth","number":"h776"},{"text":"they shall be dung","number":"h1828"},{"text":"And the slain","number":"h2491"},{"text":"of the LORD","number":"h3068"},{"text":"shall be at that day","number":"h3117"},{"text":"they shall not be lamented","number":"h5594"},{"text":"upon","number":"h6440"},{"text":"nor buried","number":"h6912"},{"text":"even unto the other end","number":"h7097"},{"text":"from one end","number":"h7097"}],"4":[{"text":"your ear","number":"h241"},{"text":"And the LORD","number":"h3068"},{"text":"the prophets","number":"h5030"},{"text":"nor inclined","number":"h5186"},{"text":"unto you all his servants","number":"h5650"},{"text":"rising early","number":"h7925"},{"text":"and sending","number":"h7971"},{"text":"hath sent","number":"h7971"},{"text":"them but ye have not hearkened","number":"h8085"},{"text":"to hear","number":"h8085"}],"6":[{"text":"not after","number":"h310"},{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"of your hands","number":"h3027"},{"text":"And go","number":"h3212"},{"text":"them and provoke me not to anger","number":"h3707"},{"text":"with the works","number":"h4639"},{"text":"to serve","number":"h5647"},{"text":"and I will do you no hurt","number":"h7489"},{"text":"them and to worship","number":"h7812"}],"22":[{"text":"of the isles","number":"h339"},{"text":"the sea","number":"h3220"},{"text":"And all the kings","number":"h4428"},{"text":"and all the kings","number":"h4428"},{"text":"and the kings","number":"h4428"},{"text":"which are beyond","number":"h5676"},{"text":"of Zidon","number":"h6721"},{"text":"of Tyrus","number":"h6865"}],"15":[{"text":"God","number":"h430"},{"text":"For thus saith","number":"h559"},{"text":"and cause all the nations","number":"h1471"},{"text":"of this fury","number":"h2534"},{"text":"at my hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"the wine","number":"h3196"},{"text":"of Israel","number":"h3478"},{"text":"cup","number":"h3563"},{"text":"unto me Take","number":"h3947"},{"text":"to whom I send","number":"h7971"},{"text":"thee to drink","number":"h8248"}],"27":[{"text":"the God","number":"h430"},{"text":"Therefore thou shalt say","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"of the sword","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"and fall","number":"h5307"},{"text":"no more because","number":"h6440"},{"text":"of hosts","number":"h6635"},{"text":"and rise","number":"h6965"},{"text":"and spue","number":"h7006"},{"text":"ye and be drunken","number":"h7937"},{"text":"which I will send","number":"h7971"},{"text":"Drink","number":"h8354"}],"3":[{"text":"of Amon","number":"h526"},{"text":"the son","number":"h1121"},{"text":"and speaking","number":"h1696"},{"text":"hath come unto me and I have spoken","number":"h1696"},{"text":"the word","number":"h1697"},{"text":"of Josiah","number":"h2977"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"even unto this day","number":"h3117"},{"text":"king","number":"h4428"},{"text":"and twentieth","number":"h6242"},{"text":"unto you rising early","number":"h7925"},{"text":"From the thirteenth","number":"h7969"},{"text":"that is the three","number":"h7969"},{"text":"but ye have not hearkened","number":"h8085"},{"text":"year","number":"h8141"},{"text":"year","number":"h8141"}],"8":[{"text":"Therefore thus saith","number":"h559"},{"text":"my words","number":"h1697"},{"text":"the LORD","number":"h3068"},{"text":"of hosts","number":"h6635"},{"text":"Because ye have not heard","number":"h8085"}],"32":[{"text":"Thus saith","number":"h559"},{"text":"of the earth","number":"h776"},{"text":"and a great","number":"h1419"},{"text":"from nation","number":"h1471"},{"text":"to nation","number":"h1471"},{"text":"the LORD","number":"h3068"},{"text":"shall go forth","number":"h3318"},{"text":"from the coasts","number":"h3411"},{"text":"whirlwind","number":"h5591"},{"text":"shall be raised up","number":"h5782"},{"text":"of hosts","number":"h6635"},{"text":"Behold evil","number":"h7451"}],"30":[{"text":"and say","number":"h559"},{"text":"of the earth","number":"h776"},{"text":"thou against them all these words","number":"h1697"},{"text":"as they that tread","number":"h1869"},{"text":"a shout","number":"h1959"},{"text":"unto them The LORD","number":"h3068"},{"text":"the grapes against all the inhabitants","number":"h3427"},{"text":"habitation","number":"h4583"},{"text":"from on high","number":"h4791"},{"text":"Therefore prophesy","number":"h5012"},{"text":"upon his habitation","number":"h5116"},{"text":"and utter","number":"h5414"},{"text":"he shall give","number":"h6030"},{"text":"from his holy","number":"h6944"},{"text":"his voice","number":"h6963"},{"text":"he shall mightily","number":"h7580"},{"text":"roar","number":"h7580"},{"text":"shall roar","number":"h7580"}],"2":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"of Judah","number":"h3063"},{"text":"of Jerusalem","number":"h3389"},{"text":"The which Jeremiah","number":"h3414"},{"text":"and to all the inhabitants","number":"h3427"},{"text":"the prophet","number":"h5030"},{"text":"unto all the people","number":"h5971"}],"28":[{"text":"then shalt thou say","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"at thine hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"the cup","number":"h3563"},{"text":"to take","number":"h3947"},{"text":"And it shall be if they refuse","number":"h3985"},{"text":"of hosts","number":"h6635"},{"text":"Ye shall certainly","number":"h8354"},{"text":"drink","number":"h8354"},{"text":"to drink","number":"h8354"}],"37":[{"text":"anger","number":"h639"},{"text":"are cut down","number":"h1826"},{"text":"of the fierce","number":"h2740"},{"text":"of the LORD","number":"h3068"},{"text":"habitations","number":"h4999"},{"text":"because","number":"h6440"},{"text":"And the peaceable","number":"h7965"}],"38":[{"text":"anger","number":"h639"},{"text":"for their land","number":"h776"},{"text":"of his fierce","number":"h2740"},{"text":"of the fierceness","number":"h2740"},{"text":"of the oppressor","number":"h3238"},{"text":"as the lion","number":"h3715"},{"text":"his covert","number":"h5520"},{"text":"He hath forsaken","number":"h5800"},{"text":"and because","number":"h6440"},{"text":"because","number":"h6440"},{"text":"is desolate","number":"h8047"}],"11":[{"text":"And this whole land","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"and these nations","number":"h1471"},{"text":"shall be a desolation","number":"h2723"},{"text":"the king","number":"h4428"},{"text":"shall serve","number":"h5647"},{"text":"seventy","number":"h7657"},{"text":"and an astonishment","number":"h8047"},{"text":"years","number":"h8141"}],"12":[{"text":"and the land","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"and that nation","number":"h1471"},{"text":"the LORD","number":"h3068"},{"text":"of the Chaldeans","number":"h3778"},{"text":"are accomplished","number":"h4390"},{"text":"the king","number":"h4428"},{"text":"saith","number":"h5002"},{"text":"it perpetual","number":"h5769"},{"text":"for their iniquity","number":"h5771"},{"text":"that I will punish","number":"h6485"},{"text":"And it shall come to pass when seventy","number":"h7657"},{"text":"and will make","number":"h7760"},{"text":"desolations","number":"h8077"},{"text":"years","number":"h8141"}],"29":[{"text":"of the earth","number":"h776"},{"text":"For lo I begin","number":"h2490"},{"text":"for a sword","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"upon all the inhabitants","number":"h3427"},{"text":"saith","number":"h5002"},{"text":"Ye shall not be unpunished","number":"h5352"},{"text":"and should ye be utterly","number":"h5352"},{"text":"unpunished","number":"h5352"},{"text":"on the city","number":"h5892"},{"text":"of hosts","number":"h6635"},{"text":"for I will call","number":"h7121"},{"text":"which is called","number":"h7121"},{"text":"to bring evil","number":"h7489"},{"text":"by my name","number":"h8034"}],"31":[{"text":"of the earth","number":"h776"},{"text":"shall come","number":"h935"},{"text":"with all flesh","number":"h1320"},{"text":"with the nations","number":"h1471"},{"text":"to the sword","number":"h2719"},{"text":"for the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"he will give","number":"h5414"},{"text":"even to the ends","number":"h7097"},{"text":"hath a controversy","number":"h7379"},{"text":"them that are wicked","number":"h7563"},{"text":"A noise","number":"h7588"},{"text":"he will plead","number":"h8199"}],"20":[{"text":"of the land","number":"h776"},{"text":"of the land","number":"h776"},{"text":"of Ashdod","number":"h795"},{"text":"and Ashkelon","number":"h831"},{"text":"and all the kings","number":"h4428"},{"text":"people and all the kings","number":"h4428"},{"text":"of Uz","number":"h5780"},{"text":"and Azzah","number":"h5804"},{"text":"and Ekron","number":"h6138"},{"text":"And all the mingled","number":"h6153"},{"text":"of the Philistines","number":"h6430"},{"text":"and the remnant","number":"h7611"}],"9":[{"text":"them against this land","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"and will bring","number":"h935"},{"text":"thereof and against all these nations","number":"h1471"},{"text":"desolations","number":"h2723"},{"text":"and will utterly destroy","number":"h2763"},{"text":"the LORD","number":"h3068"},{"text":"and against the inhabitants","number":"h3427"},{"text":"and take","number":"h3947"},{"text":"the king","number":"h4428"},{"text":"all the families","number":"h4940"},{"text":"saith","number":"h5002"},{"text":"and Nebuchadrezzar","number":"h5019"},{"text":"round about","number":"h5439"},{"text":"my servant","number":"h5650"},{"text":"and perpetual","number":"h5769"},{"text":"of the north","number":"h6828"},{"text":"them and make","number":"h7760"},{"text":"Behold I will send","number":"h7971"},{"text":"them an astonishment","number":"h8047"},{"text":"and an hissing","number":"h8322"}],"13":[{"text":"upon that land","number":"h776"},{"text":"And I will bring","number":"h935"},{"text":"against all the nations","number":"h1471"},{"text":"which I have pronounced","number":"h1696"},{"text":"all my words","number":"h1697"},{"text":"which Jeremiah","number":"h3414"},{"text":"against it even all that is written","number":"h3789"},{"text":"hath prophesied","number":"h5012"},{"text":"in this book","number":"h5612"}],"1":[{"text":"of Babylon","number":"h894"},{"text":"the son","number":"h1121"},{"text":"The word","number":"h1697"},{"text":"of Josiah","number":"h2977"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"of Jehoiakim","number":"h3079"},{"text":"that came to Jeremiah","number":"h3414"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"of Nebuchadrezzar","number":"h5019"},{"text":"concerning all the people","number":"h5971"},{"text":"that was the first","number":"h7224"},{"text":"in the fourth","number":"h7243"},{"text":"year","number":"h8141"},{"text":"year","number":"h8141"}],"23":[{"text":"and Buz","number":"h938"},{"text":"Dedan","number":"h1719"},{"text":"corners","number":"h6285"},{"text":"and all that are in the utmost","number":"h7112"},{"text":"and Tema","number":"h8485"}],"14":[{"text":"and great","number":"h1419"},{"text":"nations","number":"h1471"},{"text":"of their own hands","number":"h3027"},{"text":"kings","number":"h4428"},{"text":"and according to the works","number":"h4639"},{"text":"shall serve","number":"h5647"},{"text":"them according to their deeds","number":"h6467"},{"text":"For many","number":"h7227"},{"text":"themselves of them also and I will recompense","number":"h7999"}],"17":[{"text":"and made all the nations","number":"h1471"},{"text":"hand","number":"h3027"},{"text":"at the LORD'S","number":"h3068"},{"text":"unto whom the LORD","number":"h3068"},{"text":"I the cup","number":"h3563"},{"text":"Then took","number":"h3947"},{"text":"had sent","number":"h7971"},{"text":"to drink","number":"h8248"}],"16":[{"text":"and be moved","number":"h1607"},{"text":"and be mad","number":"h1984"},{"text":"of the sword","number":"h2719"},{"text":"because","number":"h6440"},{"text":"that I will send","number":"h7971"},{"text":"And they shall drink","number":"h8354"}],"25":[{"text":"of Zimri","number":"h2174"},{"text":"of the Medes","number":"h4074"},{"text":"And all the kings","number":"h4428"},{"text":"and all the kings","number":"h4428"},{"text":"and all the kings","number":"h4428"},{"text":"of Elam","number":"h5867"}],"18":[{"text":"them a desolation","number":"h2723"},{"text":"of Judah","number":"h3063"},{"text":"as it is this day","number":"h3117"},{"text":"To wit Jerusalem","number":"h3389"},{"text":"and the kings","number":"h4428"},{"text":"thereof to make","number":"h5414"},{"text":"and the cities","number":"h5892"},{"text":"and a curse","number":"h7045"},{"text":"an astonishment","number":"h8047"},{"text":"thereof and the princes","number":"h8269"},{"text":"an hissing","number":"h8322"}],"7":[{"text":"of your hands","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"that ye might provoke me to anger","number":"h3707"},{"text":"with the works","number":"h4639"},{"text":"unto me saith","number":"h5002"},{"text":"to your own hurt","number":"h7451"},{"text":"Yet ye have not hearkened","number":"h8085"}],"24":[{"text":"in the desert","number":"h4057"},{"text":"And all the kings","number":"h4428"},{"text":"and all the kings","number":"h4428"},{"text":"of Arabia","number":"h6152"},{"text":"of the mingled people","number":"h6153"},{"text":"that dwell","number":"h7931"}],"19":[{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"and his servants","number":"h5650"},{"text":"and all his people","number":"h5971"},{"text":"Pharaoh","number":"h6547"},{"text":"and his princes","number":"h8269"}]}
@@ -0,0 +1 @@
1
+ {"20":[{"text":"Urijah","number":"h223"},{"text":"And there was also a man","number":"h376"},{"text":"and against this land","number":"h776"},{"text":"the son","number":"h1121"},{"text":"according to all the words","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"of Jeremiah","number":"h3414"},{"text":"that prophesied","number":"h5012"},{"text":"who prophesied","number":"h5012"},{"text":"against this city","number":"h5892"},{"text":"of Kirjathjearim","number":"h7157"},{"text":"in the name","number":"h8034"},{"text":"of Shemaiah","number":"h8098"}],"23":[{"text":"Urijah","number":"h223"},{"text":"and brought","number":"h935"},{"text":"of the common","number":"h1121"},{"text":"him with the sword","number":"h2719"},{"text":"him unto Jehoiakim","number":"h3079"},{"text":"And they fetched forth","number":"h3318"},{"text":"the king","number":"h4428"},{"text":"out of Egypt","number":"h4714"},{"text":"his dead body","number":"h5038"},{"text":"who slew","number":"h5221"},{"text":"people","number":"h5971"},{"text":"into the graves","number":"h6913"},{"text":"and cast","number":"h7993"}],"21":[{"text":"but when Urijah","number":"h223"},{"text":"and went","number":"h935"},{"text":"sought","number":"h1245"},{"text":"and fled","number":"h1272"},{"text":"with all his mighty men","number":"h1368"},{"text":"his words","number":"h1697"},{"text":"And when Jehoiakim","number":"h3079"},{"text":"it he was afraid","number":"h3372"},{"text":"to put him to death","number":"h4191"},{"text":"the king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"into Egypt","number":"h4714"},{"text":"heard","number":"h8085"},{"text":"heard","number":"h8085"},{"text":"and all the princes","number":"h8269"}],"15":[{"text":"in your ears","number":"h241"},{"text":"thereof for of a truth","number":"h571"},{"text":"me unto you to speak","number":"h1696"},{"text":"all these words","number":"h1697"},{"text":"blood","number":"h1818"},{"text":"But know","number":"h3045"},{"text":"ye for certain","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"and upon the inhabitants","number":"h3427"},{"text":"that if ye put me to death","number":"h4191"},{"text":"innocent","number":"h5355"},{"text":"ye shall surely bring","number":"h5414"},{"text":"upon yourselves and upon this city","number":"h5892"},{"text":"hath sent","number":"h7971"}],"11":[{"text":"with your ears","number":"h241"},{"text":"This man","number":"h376"},{"text":"Then spake","number":"h559"},{"text":"saying","number":"h559"},{"text":"the priests","number":"h3548"},{"text":"to die","number":"h4194"},{"text":"is worthy","number":"h4941"},{"text":"for he hath prophesied","number":"h5012"},{"text":"and the prophets","number":"h5030"},{"text":"against this city","number":"h5892"},{"text":"and to all the people","number":"h5971"},{"text":"as ye have heard","number":"h8085"},{"text":"unto the princes","number":"h8269"}],"24":[{"text":"of Ahikam","number":"h296"},{"text":"the son","number":"h1121"},{"text":"Nevertheless the hand","number":"h3027"},{"text":"him into the hand","number":"h3027"},{"text":"was with Jeremiah","number":"h3414"},{"text":"to put him to death","number":"h4191"},{"text":"that they should not give","number":"h5414"},{"text":"of the people","number":"h5971"},{"text":"of Shaphan","number":"h8227"}],"16":[{"text":"This man","number":"h376"},{"text":"our God","number":"h430"},{"text":"Then said","number":"h559"},{"text":"for he hath spoken","number":"h1696"},{"text":"of the LORD","number":"h3068"},{"text":"unto the priests","number":"h3548"},{"text":"to die","number":"h4194"},{"text":"is not worthy","number":"h4941"},{"text":"and to the prophets","number":"h5030"},{"text":"and all the people","number":"h5971"},{"text":"to us in the name","number":"h8034"},{"text":"the princes","number":"h8269"}],"3":[{"text":"every man","number":"h376"},{"text":"way","number":"h1870"},{"text":"which I purpose","number":"h2803"},{"text":"of their doings","number":"h4611"},{"text":"that I may repent","number":"h5162"},{"text":"to do","number":"h6213"},{"text":"unto them because","number":"h6440"},{"text":"from his evil","number":"h7451"},{"text":"me of the evil","number":"h7451"},{"text":"of the evil","number":"h7455"},{"text":"and turn","number":"h7725"},{"text":"If so be they will hearken","number":"h8085"}],"13":[{"text":"your God","number":"h430"},{"text":"that he hath pronounced","number":"h1696"},{"text":"your ways","number":"h1870"},{"text":"and the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"Therefore now amend","number":"h3190"},{"text":"and your doings","number":"h4611"},{"text":"will repent","number":"h5162"},{"text":"the voice","number":"h6963"},{"text":"him of the evil","number":"h7451"},{"text":"and obey","number":"h8085"}],"22":[{"text":"namely Elnathan","number":"h494"},{"text":"and certain men","number":"h582"},{"text":"men","number":"h582"},{"text":"the son","number":"h1121"},{"text":"And Jehoiakim","number":"h3079"},{"text":"the king","number":"h4428"},{"text":"into Egypt","number":"h4714"},{"text":"with him into Egypt","number":"h4714"},{"text":"of Achbor","number":"h5907"},{"text":"sent","number":"h7971"}],"4":[{"text":"And thou shalt say","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"to me to walk","number":"h3212"},{"text":"which I have set","number":"h5414"},{"text":"before","number":"h6440"},{"text":"If ye will not hearken","number":"h8085"},{"text":"in my law","number":"h8451"}],"12":[{"text":"Then spake","number":"h559"},{"text":"saying","number":"h559"},{"text":"against this house","number":"h1004"},{"text":"all the words","number":"h1697"},{"text":"The LORD","number":"h3068"},{"text":"Jeremiah","number":"h3414"},{"text":"me to prophesy","number":"h5012"},{"text":"and against this city","number":"h5892"},{"text":"and to all the people","number":"h5971"},{"text":"sent","number":"h7971"},{"text":"that ye have heard","number":"h8085"},{"text":"unto all the princes","number":"h8269"}],"18":[{"text":"Thus saith","number":"h559"},{"text":"and spake","number":"h559"},{"text":"saying","number":"h559"},{"text":"of the house","number":"h1004"},{"text":"as the high places","number":"h1116"},{"text":"and the mountain","number":"h2022"},{"text":"of Hezekiah","number":"h2396"},{"text":"shall be plowed","number":"h2790"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"in the days","number":"h3117"},{"text":"of a forest","number":"h3293"},{"text":"and Jerusalem","number":"h3389"},{"text":"the Morasthite","number":"h4183"},{"text":"Micah","number":"h4320"},{"text":"king","number":"h4428"},{"text":"prophesied","number":"h5012"},{"text":"shall become heaps","number":"h5856"},{"text":"to all the people","number":"h5971"},{"text":"of hosts","number":"h6635"},{"text":"Zion","number":"h6726"},{"text":"like a field","number":"h7704"}],"2":[{"text":"Thus saith","number":"h559"},{"text":"which come","number":"h935"},{"text":"house","number":"h1004"},{"text":"house","number":"h1004"},{"text":"unto them diminish","number":"h1639"},{"text":"and speak","number":"h1696"},{"text":"thee to speak","number":"h1696"},{"text":"all the words","number":"h1697"},{"text":"not a word","number":"h1697"},{"text":"in the court","number":"h2691"},{"text":"of Judah","number":"h3063"},{"text":"in the LORD'S","number":"h3068"},{"text":"of the LORD'S","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"unto all the cities","number":"h5892"},{"text":"Stand","number":"h5975"},{"text":"that I command","number":"h6680"},{"text":"to worship","number":"h7812"}],"17":[{"text":"and spake","number":"h559"},{"text":"saying","number":"h559"},{"text":"certain","number":"h582"},{"text":"of the land","number":"h776"},{"text":"of the elders","number":"h2205"},{"text":"of the people","number":"h5971"},{"text":"to all the assembly","number":"h6951"},{"text":"Then rose up","number":"h6965"}],"8":[{"text":"him saying","number":"h559"},{"text":"him to speak","number":"h1696"},{"text":"of speaking","number":"h1696"},{"text":"all that the LORD","number":"h3068"},{"text":"Now it came to pass when Jeremiah","number":"h3414"},{"text":"that the priests","number":"h3548"},{"text":"had made an end","number":"h3615"},{"text":"Thou shalt surely","number":"h4191"},{"text":"die","number":"h4191"},{"text":"and the prophets","number":"h5030"},{"text":"and all the people","number":"h5971"},{"text":"unto all the people","number":"h5971"},{"text":"had commanded","number":"h6680"},{"text":"took","number":"h8610"}],"1":[{"text":"saying","number":"h559"},{"text":"the son","number":"h1121"},{"text":"came this word","number":"h1697"},{"text":"of Josiah","number":"h2977"},{"text":"of Judah","number":"h3063"},{"text":"from the LORD","number":"h3068"},{"text":"of Jehoiakim","number":"h3079"},{"text":"king","number":"h4428"},{"text":"of the reign","number":"h4468"},{"text":"In the beginning","number":"h7225"}],"9":[{"text":"saying","number":"h559"},{"text":"This house","number":"h1004"},{"text":"in the house","number":"h1004"},{"text":"shall be desolate","number":"h2717"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"against Jeremiah","number":"h3414"},{"text":"without an inhabitant","number":"h3427"},{"text":"Why hast thou prophesied","number":"h5012"},{"text":"and this city","number":"h5892"},{"text":"And all the people","number":"h5971"},{"text":"were gathered","number":"h6950"},{"text":"shall be like Shiloh","number":"h7887"},{"text":"in the name","number":"h8034"}],"19":[{"text":"against them Thus","number":"h587"},{"text":"great","number":"h1419"},{"text":"which he had pronounced","number":"h1696"},{"text":"Did Hezekiah","number":"h2396"},{"text":"and besought","number":"h2470"},{"text":"and all Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"and the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"did he not fear","number":"h3373"},{"text":"put him at all","number":"h4191"},{"text":"to death","number":"h4191"},{"text":"king","number":"h4428"},{"text":"repented","number":"h5162"},{"text":"against our souls","number":"h5315"},{"text":"might we procure","number":"h6213"},{"text":"evil","number":"h7451"},{"text":"him of the evil","number":"h7451"}],"6":[{"text":"of the earth","number":"h776"},{"text":"this house","number":"h1004"},{"text":"to all the nations","number":"h1471"},{"text":"Then will I make","number":"h5414"},{"text":"and will make","number":"h5414"},{"text":"this city","number":"h5892"},{"text":"a curse","number":"h7045"},{"text":"like Shiloh","number":"h7887"}],"10":[{"text":"house","number":"h1004"},{"text":"unto the house","number":"h1004"},{"text":"these things","number":"h1697"},{"text":"of the new","number":"h2319"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD'S","number":"h3068"},{"text":"and sat down","number":"h3427"},{"text":"from the king's","number":"h4428"},{"text":"then they came up","number":"h5927"},{"text":"in the entry","number":"h6607"},{"text":"heard","number":"h8085"},{"text":"gate","number":"h8179"},{"text":"When the princes","number":"h8269"}],"7":[{"text":"in the house","number":"h1004"},{"text":"speaking","number":"h1696"},{"text":"these words","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"Jeremiah","number":"h3414"},{"text":"So the priests","number":"h3548"},{"text":"and the prophets","number":"h5030"},{"text":"and all the people","number":"h5971"},{"text":"heard","number":"h8085"}],"5":[{"text":"to the words","number":"h1697"},{"text":"the prophets","number":"h5030"},{"text":"of my servants","number":"h5650"},{"text":"unto you both rising up early","number":"h7925"},{"text":"and sending","number":"h7971"},{"text":"whom I sent","number":"h7971"},{"text":"To hearken","number":"h8085"},{"text":"them but ye have not hearkened","number":"h8085"}],"14":[{"text":"good","number":"h2896"},{"text":"As for me behold I am in your hand","number":"h3027"},{"text":"and meet","number":"h3477"},{"text":"with me as seemeth","number":"h5869"},{"text":"do","number":"h6213"}]}