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
+ {"3":[{"text":"not neither they ye nor your fathers","number":"h1"},{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"whom they knew","number":"h3045"},{"text":"in that they went","number":"h3212"},{"text":"to provoke me to anger","number":"h3707"},{"text":"and to serve","number":"h5647"},{"text":"which they have committed","number":"h6213"},{"text":"Because","number":"h6440"},{"text":"to burn incense","number":"h6999"},{"text":"of their wickedness","number":"h7451"}],"9":[{"text":"of your fathers","number":"h1"},{"text":"in the land","number":"h776"},{"text":"of their wives","number":"h802"},{"text":"of your wives","number":"h802"},{"text":"and in the streets","number":"h2351"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"of Jerusalem","number":"h3389"},{"text":"of the kings","number":"h4428"},{"text":"which they have committed","number":"h6213"},{"text":"and the wickedness","number":"h7451"},{"text":"and the wickedness","number":"h7451"},{"text":"and the wickedness","number":"h7451"},{"text":"and your own wickedness","number":"h7451"},{"text":"the wickedness","number":"h7451"},{"text":"Have ye forgotten","number":"h7911"}],"17":[{"text":"we and our fathers","number":"h1"},{"text":"whatsoever thing","number":"h1697"},{"text":"and in the streets","number":"h2351"},{"text":"and were well","number":"h2896"},{"text":"of Judah","number":"h3063"},{"text":"goeth forth","number":"h3318"},{"text":"of Jerusalem","number":"h3389"},{"text":"of victuals","number":"h3899"},{"text":"our kings","number":"h4428"},{"text":"unto the queen","number":"h4446"},{"text":"and to pour out","number":"h5258"},{"text":"drink offerings","number":"h5262"},{"text":"in the cities","number":"h5892"},{"text":"But we will certainly","number":"h6213"},{"text":"do","number":"h6213"},{"text":"unto her as we have done","number":"h6213"},{"text":"out of our own mouth","number":"h6310"},{"text":"to burn incense","number":"h6999"},{"text":"and saw","number":"h7200"},{"text":"no evil","number":"h7451"},{"text":"for then had we plenty","number":"h7646"},{"text":"of heaven","number":"h8064"},{"text":"and our princes","number":"h8269"}],"21":[{"text":"ye and your fathers","number":"h1"},{"text":"of the land","number":"h776"},{"text":"remember","number":"h2142"},{"text":"and in the streets","number":"h2351"},{"text":"of Judah","number":"h3063"},{"text":"did not the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"it not into his mind","number":"h3820"},{"text":"your kings","number":"h4428"},{"text":"in the cities","number":"h5892"},{"text":"them and came","number":"h5927"},{"text":"and the people","number":"h5971"},{"text":"that ye burned","number":"h6999"},{"text":"The incense","number":"h7002"},{"text":"and your princes","number":"h8269"}],"10":[{"text":"your fathers","number":"h1"},{"text":"They are not humbled","number":"h1792"},{"text":"nor walked","number":"h1980"},{"text":"nor in my statutes","number":"h2708"},{"text":"even unto this day","number":"h3117"},{"text":"neither have they feared","number":"h3372"},{"text":"that I set","number":"h5414"},{"text":"before","number":"h6440"},{"text":"you and before","number":"h6440"},{"text":"in my law","number":"h8451"}],"26":[{"text":"The Lord","number":"h136"},{"text":"of any man","number":"h376"},{"text":"saith","number":"h559"},{"text":"saying","number":"h559"},{"text":"in all the land","number":"h776"},{"text":"in the land","number":"h776"},{"text":"by my great","number":"h1419"},{"text":"ye the word","number":"h1697"},{"text":"liveth","number":"h2416"},{"text":"all Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"that dwell","number":"h3427"},{"text":"of Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"in the mouth","number":"h6310"},{"text":"shall no more be named","number":"h7121"},{"text":"Behold I have sworn","number":"h7650"},{"text":"name","number":"h8034"},{"text":"that my name","number":"h8034"},{"text":"Therefore hear","number":"h8085"}],"29":[{"text":"And this shall be a sign","number":"h226"},{"text":"that my words","number":"h1697"},{"text":"that ye may know","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"you in this place","number":"h4725"},{"text":"unto you saith","number":"h5002"},{"text":"that I will punish","number":"h6485"},{"text":"shall surely","number":"h6965"},{"text":"stand","number":"h6965"},{"text":"against you for evil","number":"h7451"}],"5":[{"text":"their ear","number":"h241"},{"text":"unto other","number":"h312"},{"text":"gods","number":"h430"},{"text":"not nor inclined","number":"h5186"},{"text":"to burn no incense","number":"h6999"},{"text":"from their wickedness","number":"h7451"},{"text":"to turn","number":"h7725"},{"text":"But they hearkened","number":"h8085"}],"15":[{"text":"unto other","number":"h312"},{"text":"gods","number":"h430"},{"text":"saying","number":"h559"},{"text":"Then all the men","number":"h582"},{"text":"in the land","number":"h776"},{"text":"and all the women","number":"h802"},{"text":"that their wives","number":"h802"},{"text":"a great","number":"h1419"},{"text":"which knew","number":"h3045"},{"text":"Jeremiah","number":"h3414"},{"text":"that dwelt","number":"h3427"},{"text":"of Egypt","number":"h4714"},{"text":"even all the people","number":"h5971"},{"text":"that stood by","number":"h5975"},{"text":"answered","number":"h6030"},{"text":"in Pathros","number":"h6624"},{"text":"multitude","number":"h6951"},{"text":"had burned incense","number":"h6999"}],"8":[{"text":"unto other","number":"h312"},{"text":"gods","number":"h430"},{"text":"in the land","number":"h776"},{"text":"of the earth","number":"h776"},{"text":"whither ye be gone","number":"h935"},{"text":"among all the nations","number":"h1471"},{"text":"to dwell","number":"h1481"},{"text":"and a reproach","number":"h2781"},{"text":"of your hands","number":"h3027"},{"text":"In that ye provoke me unto wrath","number":"h3707"},{"text":"that ye might cut yourselves off","number":"h3772"},{"text":"with the works","number":"h4639"},{"text":"of Egypt","number":"h4714"},{"text":"burning incense","number":"h6999"},{"text":"and that ye might be a curse","number":"h7045"}],"30":[{"text":"his enemy","number":"h341"},{"text":"of his enemies","number":"h341"},{"text":"Thus saith","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"and that sought","number":"h1245"},{"text":"of them that seek","number":"h1245"},{"text":"and into the hand","number":"h3027"},{"text":"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":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"of Nebuchadrezzar","number":"h5019"},{"text":"his life","number":"h5315"},{"text":"his life","number":"h5315"},{"text":"Behold I will give","number":"h5414"},{"text":"as I gave","number":"h5414"},{"text":"Pharaohhophra","number":"h6548"},{"text":"Zedekiah","number":"h6667"}],"27":[{"text":"and all the men","number":"h376"},{"text":"that are in the land","number":"h776"},{"text":"by the sword","number":"h2719"},{"text":"and not for good","number":"h2896"},{"text":"of Judah","number":"h3063"},{"text":"until there be an end","number":"h3615"},{"text":"of Egypt","number":"h4714"},{"text":"over them for evil","number":"h7451"},{"text":"and by the famine","number":"h7458"},{"text":"Behold I will watch","number":"h8245"},{"text":"shall be consumed","number":"h8552"}],"7":[{"text":"from you man","number":"h376"},{"text":"the God","number":"h430"},{"text":"the God","number":"h430"},{"text":"Therefore now thus saith","number":"h559"},{"text":"and woman","number":"h802"},{"text":"ye this great","number":"h1419"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"and suckling","number":"h3243"},{"text":"of Israel","number":"h3478"},{"text":"to leave","number":"h3498"},{"text":"to cut off","number":"h3772"},{"text":"against your souls","number":"h5315"},{"text":"child","number":"h5768"},{"text":"Wherefore commit","number":"h6213"},{"text":"of hosts","number":"h6635"},{"text":"evil","number":"h7451"},{"text":"you none to remain","number":"h7611"},{"text":"out","number":"h8432"}],"12":[{"text":"and they shall be an execration","number":"h423"},{"text":"in the land","number":"h776"},{"text":"into the land","number":"h776"},{"text":"to go","number":"h935"},{"text":"even unto the greatest","number":"h1419"},{"text":"to sojourn","number":"h1481"},{"text":"by the sword","number":"h2719"},{"text":"by the sword","number":"h2719"},{"text":"and a reproach","number":"h2781"},{"text":"of Judah","number":"h3063"},{"text":"And I will take","number":"h3947"},{"text":"they shall die","number":"h4191"},{"text":"of Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"and fall","number":"h5307"},{"text":"their faces","number":"h6440"},{"text":"from the least","number":"h6996"},{"text":"and a curse","number":"h7045"},{"text":"and by the famine","number":"h7458"},{"text":"and by the famine","number":"h7458"},{"text":"the remnant","number":"h7611"},{"text":"that have set","number":"h7760"},{"text":"and an astonishment","number":"h8047"},{"text":"there and they shall all be consumed","number":"h8552"},{"text":"they shall even be consumed","number":"h8552"}],"11":[{"text":"the God","number":"h430"},{"text":"Therefore thus saith","number":"h559"},{"text":"all Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"and to cut off","number":"h3772"},{"text":"my face","number":"h6440"},{"text":"of hosts","number":"h6635"},{"text":"against you for evil","number":"h7451"},{"text":"Behold I will set","number":"h7760"}],"2":[{"text":"the God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"that I have brought","number":"h935"},{"text":"they are a desolation","number":"h2723"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"and behold this day","number":"h3117"},{"text":"upon Jerusalem","number":"h3389"},{"text":"and no man dwelleth","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"and upon all the cities","number":"h5892"},{"text":"of hosts","number":"h6635"},{"text":"Ye have seen","number":"h7200"},{"text":"all the evil","number":"h7451"}],"25":[{"text":"the God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"saying","number":"h559"},{"text":"saying","number":"h559"},{"text":"Ye and your wives","number":"h802"},{"text":"have both spoken","number":"h1696"},{"text":"with your hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"and fulfilled","number":"h4390"},{"text":"to the queen","number":"h4446"},{"text":"that we have vowed","number":"h5087"},{"text":"our vows","number":"h5088"},{"text":"your vows","number":"h5088"},{"text":"your vows","number":"h5088"},{"text":"and to pour out","number":"h5258"},{"text":"drink offerings","number":"h5262"},{"text":"We will surely","number":"h6213"},{"text":"and surely","number":"h6213"},{"text":"perform","number":"h6213"},{"text":"perform","number":"h6213"},{"text":"with your mouths","number":"h6310"},{"text":"of hosts","number":"h6635"},{"text":"accomplish","number":"h6965"},{"text":"unto her ye will surely","number":"h6965"},{"text":"to burn incense","number":"h6999"},{"text":"of heaven","number":"h8064"}],"20":[{"text":"said","number":"h559"},{"text":"saying","number":"h559"},{"text":"and to the women","number":"h802"},{"text":"to the men","number":"h1397"},{"text":"which had given him that answer","number":"h1697"},{"text":"Then Jeremiah","number":"h3414"},{"text":"and to all the people","number":"h5971"},{"text":"unto all the people","number":"h5971"}],"24":[{"text":"said","number":"h559"},{"text":"that are in the land","number":"h776"},{"text":"and to all the women","number":"h802"},{"text":"the word","number":"h1697"},{"text":"all Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"Moreover Jeremiah","number":"h3414"},{"text":"of Egypt","number":"h4714"},{"text":"unto all the people","number":"h5971"},{"text":"Hear","number":"h8085"}],"1":[{"text":"saying","number":"h559"},{"text":"and in the country","number":"h776"},{"text":"in the land","number":"h776"},{"text":"The word","number":"h1697"},{"text":"concerning all the Jews","number":"h3064"},{"text":"that came to Jeremiah","number":"h3414"},{"text":"which dwell","number":"h3427"},{"text":"which dwell","number":"h3427"},{"text":"at Migdol","number":"h4024"},{"text":"of Egypt","number":"h4714"},{"text":"and at Noph","number":"h5297"},{"text":"of Pathros","number":"h6624"},{"text":"and at Tahpanhes","number":"h8471"}],"4":[{"text":"them saying","number":"h559"},{"text":"thing","number":"h1697"},{"text":"the prophets","number":"h5030"},{"text":"unto you all my servants","number":"h5650"},{"text":"Oh do","number":"h6213"},{"text":"rising early","number":"h7925"},{"text":"Howbeit I sent","number":"h7971"},{"text":"and sending","number":"h7971"},{"text":"that I hate","number":"h8130"},{"text":"not this abominable","number":"h8441"}],"19":[{"text":"our men","number":"h582"},{"text":"unto her without","number":"h1107"},{"text":"her cakes","number":"h3561"},{"text":"to the queen","number":"h4446"},{"text":"and poured out","number":"h5258"},{"text":"her and pour out","number":"h5258"},{"text":"drink offerings","number":"h5262"},{"text":"drink offerings","number":"h5262"},{"text":"to worship","number":"h6087"},{"text":"unto her did we make","number":"h6213"},{"text":"And when we burned incense","number":"h6999"},{"text":"of heaven","number":"h8064"}],"6":[{"text":"and mine anger","number":"h639"},{"text":"and was kindled","number":"h1197"},{"text":"and in the streets","number":"h2351"},{"text":"Wherefore my fury","number":"h2534"},{"text":"and they are wasted","number":"h2723"},{"text":"of Judah","number":"h3063"},{"text":"as at this day","number":"h3117"},{"text":"of Jerusalem","number":"h3389"},{"text":"was poured forth","number":"h5413"},{"text":"in the cities","number":"h5892"},{"text":"and desolate","number":"h8077"}],"13":[{"text":"in the land","number":"h776"},{"text":"and by the pestilence","number":"h1698"},{"text":"by the sword","number":"h2719"},{"text":"Jerusalem","number":"h3389"},{"text":"them that dwell","number":"h3427"},{"text":"of Egypt","number":"h4714"},{"text":"For I will punish","number":"h6485"},{"text":"as I have punished","number":"h6485"},{"text":"by the famine","number":"h7458"}],"14":[{"text":"into the land","number":"h776"},{"text":"into the land","number":"h776"},{"text":"which are gone","number":"h935"},{"text":"to sojourn","number":"h1481"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"to dwell","number":"h3427"},{"text":"of Egypt","number":"h4714"},{"text":"a desire","number":"h5315"},{"text":"to the which they have","number":"h5375"},{"text":"but such as shall escape","number":"h6405"},{"text":"there shall escape","number":"h6412"},{"text":"So that none of the remnant","number":"h7611"},{"text":"that they should return","number":"h7725"},{"text":"there for none shall return","number":"h7725"},{"text":"to return","number":"h7725"},{"text":"or remain","number":"h8300"}],"28":[{"text":"into the land","number":"h776"},{"text":"into the land","number":"h776"},{"text":"of the land","number":"h776"},{"text":"that are gone","number":"h935"},{"text":"to sojourn","number":"h1481"},{"text":"whose words","number":"h1697"},{"text":"the sword","number":"h2719"},{"text":"there shall know","number":"h3045"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"number","number":"h4557"},{"text":"of Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"Yet a small","number":"h4962"},{"text":"that escape","number":"h6412"},{"text":"shall stand","number":"h6965"},{"text":"and all the remnant","number":"h7611"},{"text":"shall return out","number":"h7725"}],"22":[{"text":"therefore is your land","number":"h776"},{"text":"a desolation","number":"h2723"},{"text":"So that the LORD","number":"h3068"},{"text":"as at this day","number":"h3117"},{"text":"could","number":"h3201"},{"text":"without an inhabitant","number":"h3427"},{"text":"of your doings","number":"h4611"},{"text":"no longer bear","number":"h5375"},{"text":"which ye have committed","number":"h6213"},{"text":"and because","number":"h6440"},{"text":"because","number":"h6440"},{"text":"and a curse","number":"h7045"},{"text":"of the evil","number":"h7455"},{"text":"and an astonishment","number":"h8047"},{"text":"of the abominations","number":"h8441"}],"16":[{"text":"that thou hast spoken","number":"h1696"},{"text":"As for the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"unto us in the name","number":"h8034"},{"text":"we will not hearken","number":"h8085"}],"23":[{"text":"nor walked","number":"h1980"},{"text":"and because ye have sinned","number":"h2398"},{"text":"nor in his statutes","number":"h2708"},{"text":"against the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"unto you as at this day","number":"h3117"},{"text":"nor in his testimonies","number":"h5715"},{"text":"Because","number":"h6440"},{"text":"the voice","number":"h6963"},{"text":"ye have burned incense","number":"h6999"},{"text":"is happened","number":"h7122"},{"text":"therefore this evil","number":"h7451"},{"text":"and have not obeyed","number":"h8085"},{"text":"in his law","number":"h8451"}],"18":[{"text":"But since we left off","number":"h2308"},{"text":"unto her we have wanted","number":"h2637"},{"text":"by the sword","number":"h2719"},{"text":"to the queen","number":"h4446"},{"text":"and to pour out","number":"h5258"},{"text":"drink offerings","number":"h5262"},{"text":"to burn incense","number":"h6999"},{"text":"and by the famine","number":"h7458"},{"text":"of heaven","number":"h8064"},{"text":"all things and have been consumed","number":"h8552"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"Woe","number":"h188"},{"text":"Thou didst say","number":"h559"},{"text":"in my sighing","number":"h585"},{"text":"grief","number":"h3015"},{"text":"I fainted","number":"h3021"},{"text":"is me now! for the LORD","number":"h3068"},{"text":"hath added","number":"h3254"},{"text":"to my sorrow","number":"h4341"},{"text":"no rest","number":"h4496"},{"text":"and I find","number":"h4672"}],"2":[{"text":"the God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"unto thee O Baruch","number":"h1263"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"}],"4":[{"text":"Thus shalt thou say","number":"h559"},{"text":"saith","number":"h559"},{"text":"even this whole land","number":"h776"},{"text":"thus Behold that which I have built","number":"h1129"},{"text":"will I break down","number":"h2040"},{"text":"unto him The LORD","number":"h3068"},{"text":"and that which I have planted","number":"h5193"},{"text":"I will pluck up","number":"h5428"}],"1":[{"text":"saying","number":"h559"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"unto Baruch","number":"h1263"},{"text":"spake","number":"h1696"},{"text":"The word","number":"h1697"},{"text":"these words","number":"h1697"},{"text":"of Josiah","number":"h2977"},{"text":"of Judah","number":"h3063"},{"text":"of Jehoiakim","number":"h3079"},{"text":"of Jeremiah","number":"h3414"},{"text":"that Jeremiah","number":"h3414"},{"text":"when he had written","number":"h3789"},{"text":"king","number":"h4428"},{"text":"the prophet","number":"h5030"},{"text":"of Neriah","number":"h5374"},{"text":"in a book","number":"h5612"},{"text":"at the mouth","number":"h6310"},{"text":"in the fourth","number":"h7243"},{"text":"year","number":"h8141"}],"5":[{"text":"them not for behold I will bring","number":"h935"},{"text":"And seekest","number":"h1245"},{"text":"for thyself seek","number":"h1245"},{"text":"upon all flesh","number":"h1320"},{"text":"thou great things","number":"h1419"},{"text":"the LORD","number":"h3068"},{"text":"whither thou goest","number":"h3212"},{"text":"in all places","number":"h4725"},{"text":"saith","number":"h5002"},{"text":"but thy life","number":"h5315"},{"text":"will I give","number":"h5414"},{"text":"evil","number":"h7451"},{"text":"unto thee for a prey","number":"h7998"}]}
@@ -0,0 +1 @@
1
+ {"8":[{"text":"I will destroy","number":"h6"},{"text":"and he saith","number":"h559"},{"text":"the earth","number":"h776"},{"text":"are moved","number":"h1607"},{"text":"like a flood","number":"h2975"},{"text":"and the inhabitants","number":"h3427"},{"text":"and will cover","number":"h3680"},{"text":"and his waters","number":"h4325"},{"text":"Egypt","number":"h4714"},{"text":"like the rivers","number":"h5104"},{"text":"the city","number":"h5892"},{"text":"I will go up","number":"h5927"},{"text":"riseth up","number":"h5927"}],"15":[{"text":"Why are thy valiant","number":"h47"},{"text":"did drive","number":"h1920"},{"text":"not because the LORD","number":"h3068"},{"text":"men swept away","number":"h5502"},{"text":"they stood","number":"h5975"}],"10":[{"text":"for the Lord","number":"h136"},{"text":"of the Lord","number":"h136"},{"text":"shall devour","number":"h398"},{"text":"country","number":"h776"},{"text":"with their blood","number":"h1818"},{"text":"hath a sacrifice","number":"h2077"},{"text":"and the sword","number":"h2719"},{"text":"GOD","number":"h3069"},{"text":"GOD","number":"h3069"},{"text":"For this is the day","number":"h3117"},{"text":"a day","number":"h3117"},{"text":"by the river","number":"h5104"},{"text":"that he may avenge","number":"h5358"},{"text":"of vengeance","number":"h5360"},{"text":"Euphrates","number":"h6578"},{"text":"of hosts","number":"h6635"},{"text":"of hosts","number":"h6635"},{"text":"in the north","number":"h6828"},{"text":"him of his adversaries","number":"h6862"},{"text":"and made drunk","number":"h7301"},{"text":"and it shall be satiate","number":"h7646"}],"5":[{"text":"away back","number":"h268"},{"text":"and their mighty ones","number":"h1368"},{"text":"them dismayed","number":"h2844"},{"text":"the LORD","number":"h3068"},{"text":"are beaten down","number":"h3807"},{"text":"for fear","number":"h4032"},{"text":"apace","number":"h4498"},{"text":"saith","number":"h5002"},{"text":"and are fled","number":"h5127"},{"text":"was round about","number":"h5439"},{"text":"and turned","number":"h5472"},{"text":"and look not back","number":"h6437"},{"text":"Wherefore have I seen","number":"h7200"}],"26":[{"text":"and afterward","number":"h310"},{"text":"of Babylon","number":"h894"},{"text":"of those that seek","number":"h1245"},{"text":"and into the hand","number":"h3027"},{"text":"and into the hand","number":"h3027"},{"text":"them into the hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"as in the days","number":"h3117"},{"text":"king","number":"h4428"},{"text":"saith","number":"h5002"},{"text":"of Nebuchadrezzar","number":"h5019"},{"text":"their lives","number":"h5315"},{"text":"And I will deliver","number":"h5414"},{"text":"of his servants","number":"h5650"},{"text":"of old","number":"h6924"},{"text":"it shall be inhabited","number":"h7931"}],"21":[{"text":"of their calamity","number":"h343"},{"text":"was come","number":"h935"},{"text":"because the day","number":"h3117"},{"text":"together","number":"h3162"},{"text":"of her like fatted","number":"h4770"},{"text":"and are fled away","number":"h5127"},{"text":"bullocks","number":"h5695"},{"text":"they did not stand","number":"h5975"},{"text":"upon them and the time","number":"h6256"},{"text":"for they also are turned back","number":"h6437"},{"text":"of their visitation","number":"h6486"},{"text":"are in the midst","number":"h7130"},{"text":"Also her hired men","number":"h7916"}],"23":[{"text":"and are innumerable","number":"h369"},{"text":"than the grasshoppers","number":"h697"},{"text":"though it cannot be searched","number":"h2713"},{"text":"the LORD","number":"h3068"},{"text":"her forest","number":"h3293"},{"text":"They shall cut down","number":"h3772"},{"text":"saith","number":"h5002"},{"text":"because they are more","number":"h7231"}],"16":[{"text":"yea one","number":"h376"},{"text":"and they said","number":"h559"},{"text":"and to the land","number":"h776"},{"text":"sword","number":"h2719"},{"text":"the oppressing","number":"h3238"},{"text":"to fall","number":"h3782"},{"text":"of our nativity","number":"h4138"},{"text":"fell","number":"h5307"},{"text":"to our own people","number":"h5971"},{"text":"from","number":"h6440"},{"text":"Arise","number":"h6965"},{"text":"He made many","number":"h7235"},{"text":"upon another","number":"h7453"},{"text":"and let us go again","number":"h7725"}],"14":[{"text":"shall devour","number":"h398"},{"text":"say","number":"h559"},{"text":"thee for the sword","number":"h2719"},{"text":"ye Stand fast","number":"h3320"},{"text":"and prepare","number":"h3559"},{"text":"in Migdol","number":"h4024"},{"text":"ye in Egypt","number":"h4714"},{"text":"Declare","number":"h5046"},{"text":"in Noph","number":"h5297"},{"text":"round about","number":"h5439"},{"text":"and publish","number":"h8085"},{"text":"and publish","number":"h8085"},{"text":"and in Tahpanhes","number":"h8471"}],"25":[{"text":"the God","number":"h430"},{"text":"with their gods","number":"h430"},{"text":"the multitude","number":"h527"},{"text":"saith","number":"h559"},{"text":"and all them that trust","number":"h982"},{"text":"The LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"and their kings","number":"h4428"},{"text":"and Egypt","number":"h4714"},{"text":"of No","number":"h4996"},{"text":"Behold I will punish","number":"h6485"},{"text":"and Pharaoh","number":"h6547"},{"text":"even Pharaoh","number":"h6547"},{"text":"of hosts","number":"h6635"}],"4":[{"text":"Harness","number":"h631"},{"text":"and stand forth","number":"h3320"},{"text":"with your helmets","number":"h3553"},{"text":"and put on","number":"h3847"},{"text":"furbish","number":"h4838"},{"text":"the horses","number":"h5483"},{"text":"the brigandines","number":"h5630"},{"text":"and get up","number":"h5927"},{"text":"ye horsemen","number":"h6571"},{"text":"the spears","number":"h7420"}],"27":[{"text":"from the land","number":"h776"},{"text":"and thy seed","number":"h2233"},{"text":"and none shall make him afraid","number":"h2729"},{"text":"and be not dismayed","number":"h2865"},{"text":"Jacob","number":"h3290"},{"text":"and Jacob","number":"h3290"},{"text":"But fear","number":"h3372"},{"text":"for behold I will save","number":"h3467"},{"text":"O Israel","number":"h3478"},{"text":"not thou O my servant","number":"h5650"},{"text":"thee from afar off","number":"h7350"},{"text":"and at ease","number":"h7599"},{"text":"of their captivity","number":"h7628"},{"text":"shall return","number":"h7725"},{"text":"and be in rest","number":"h8252"}],"12":[{"text":"the land","number":"h776"},{"text":"against the mighty","number":"h1368"},{"text":"for the mighty man","number":"h1368"},{"text":"The nations","number":"h1471"},{"text":"together","number":"h3162"},{"text":"hath stumbled","number":"h3782"},{"text":"hath filled","number":"h4390"},{"text":"and they are fallen","number":"h5307"},{"text":"and thy cry","number":"h6682"},{"text":"of thy shame","number":"h7036"},{"text":"have heard","number":"h8085"},{"text":"both","number":"h8147"}],"13":[{"text":"the land","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"should come","number":"h935"},{"text":"spake","number":"h1696"},{"text":"The word","number":"h1697"},{"text":"that the LORD","number":"h3068"},{"text":"to Jeremiah","number":"h3414"},{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"how Nebuchadrezzar","number":"h5019"},{"text":"the prophet","number":"h5030"},{"text":"and smite","number":"h5221"}],"2":[{"text":"of Babylon","number":"h894"},{"text":"the son","number":"h1121"},{"text":"against the army","number":"h2428"},{"text":"of Josiah","number":"h2977"},{"text":"of Judah","number":"h3063"},{"text":"of Jehoiakim","number":"h3079"},{"text":"in Carchemish","number":"h3751"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"Against Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"which Nebuchadrezzar","number":"h5019"},{"text":"which was by the river","number":"h5104"},{"text":"smote","number":"h5221"},{"text":"of Pharaohnecho","number":"h6549"},{"text":"Euphrates","number":"h6578"},{"text":"in the fourth","number":"h7243"},{"text":"year","number":"h8141"}],"22":[{"text":"and come","number":"h935"},{"text":"as hewers","number":"h2404"},{"text":"with an army","number":"h2428"},{"text":"for they shall march","number":"h3212"},{"text":"thereof shall go","number":"h3212"},{"text":"like a serpent","number":"h5175"},{"text":"of wood","number":"h6086"},{"text":"The voice","number":"h6963"},{"text":"against her with axes","number":"h7134"}],"20":[{"text":"cometh","number":"h935"},{"text":"it cometh out","number":"h935"},{"text":"is like a very fair","number":"h3304"},{"text":"Egypt","number":"h4714"},{"text":"heifer","number":"h5697"},{"text":"of the north","number":"h6828"},{"text":"but destruction","number":"h7171"}],"18":[{"text":"so shall he come","number":"h935"},{"text":"is among the mountains","number":"h2022"},{"text":"As I live","number":"h2416"},{"text":"is the LORD","number":"h3068"},{"text":"by the sea","number":"h3220"},{"text":"and as Carmel","number":"h3760"},{"text":"the King","number":"h4428"},{"text":"saith","number":"h5002"},{"text":"of hosts","number":"h6635"},{"text":"whose name","number":"h8034"},{"text":"Surely as Tabor","number":"h8396"}],"19":[{"text":"O thou daughter","number":"h1323"},{"text":"and desolate","number":"h3341"},{"text":"dwelling","number":"h3427"},{"text":"without an inhabitant","number":"h3427"},{"text":"thyself to go into captivity","number":"h3627"},{"text":"in Egypt","number":"h4714"},{"text":"for Noph","number":"h5297"},{"text":"furnish","number":"h6213"},{"text":"shall be waste","number":"h8047"}],"24":[{"text":"The daughter","number":"h1323"},{"text":"shall be confounded","number":"h3001"},{"text":"into the hand","number":"h3027"},{"text":"of Egypt","number":"h4714"},{"text":"she shall be delivered","number":"h5414"},{"text":"of the people","number":"h5971"},{"text":"of the north","number":"h6828"}],"11":[{"text":"the daughter","number":"h1323"},{"text":"O virgin","number":"h1330"},{"text":"into Gilead","number":"h1568"},{"text":"and take","number":"h3947"},{"text":"of Egypt","number":"h4714"},{"text":"Go up","number":"h5927"},{"text":"balm","number":"h6875"},{"text":"shalt thou use many","number":"h7235"},{"text":"medicines","number":"h7499"},{"text":"in vain","number":"h7723"},{"text":"for thou shalt not be cured","number":"h8585"}],"9":[{"text":"and let the mighty men","number":"h1368"},{"text":"and bend","number":"h1869"},{"text":"and rage","number":"h1984"},{"text":"come forth","number":"h3318"},{"text":"the Ethiopians","number":"h3568"},{"text":"and the Lydians","number":"h3866"},{"text":"the shield","number":"h4043"},{"text":"ye horses","number":"h5483"},{"text":"Come up","number":"h5927"},{"text":"and the Libyans","number":"h6316"},{"text":"the bow","number":"h7198"},{"text":"ye chariots","number":"h7393"},{"text":"that handle","number":"h8610"},{"text":"that handle","number":"h8610"}],"6":[{"text":"nor the mighty man","number":"h1368"},{"text":"by","number":"h3027"},{"text":"they shall stumble","number":"h3782"},{"text":"escape","number":"h4422"},{"text":"the river","number":"h5104"},{"text":"flee away","number":"h5127"},{"text":"and fall","number":"h5307"},{"text":"Euphrates","number":"h6578"},{"text":"toward the north","number":"h6828"},{"text":"Let not the swift","number":"h7031"}],"1":[{"text":"against the Gentiles","number":"h1471"},{"text":"The word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"which came to Jeremiah","number":"h3414"},{"text":"the prophet","number":"h5030"}],"28":[{"text":"of all the nations","number":"h1471"},{"text":"the LORD","number":"h3068"},{"text":"of thee but correct","number":"h3256"},{"text":"thou not O Jacob","number":"h3290"},{"text":"Fear","number":"h3372"},{"text":"a full end","number":"h3617"},{"text":"a full end","number":"h3617"},{"text":"thee in measure","number":"h4941"},{"text":"saith","number":"h5002"},{"text":"whither I have driven","number":"h5080"},{"text":"unpunished","number":"h5352"},{"text":"yet will I not leave thee wholly","number":"h5352"},{"text":"my servant","number":"h5650"},{"text":"for I am with thee for I will make","number":"h6213"},{"text":"thee but I will not make","number":"h6213"}],"7":[{"text":"are moved","number":"h1607"},{"text":"as a flood","number":"h2975"},{"text":"whose waters","number":"h4325"},{"text":"as the rivers","number":"h5104"},{"text":"Who is this that cometh up","number":"h5927"}],"3":[{"text":"ye the buckler","number":"h4043"},{"text":"to battle","number":"h4421"},{"text":"and draw near","number":"h5066"},{"text":"Order","number":"h6186"},{"text":"and shield","number":"h6793"}],"17":[{"text":"the time appointed","number":"h4150"},{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"he hath passed","number":"h5674"},{"text":"there Pharaoh","number":"h6547"},{"text":"They did cry","number":"h7121"},{"text":"is but a noise","number":"h7588"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"the fathers","number":"h1"},{"text":"of his strong","number":"h47"},{"text":"to their children","number":"h1121"},{"text":"of his wheels","number":"h1534"},{"text":"and at the rumbling","number":"h1995"},{"text":"of hands","number":"h3027"},{"text":"shall not look back","number":"h6437"},{"text":"of the hoofs","number":"h6541"},{"text":"At the noise","number":"h6963"},{"text":"of his chariots","number":"h7393"},{"text":"horses at the rushing","number":"h7494"},{"text":"for feebleness","number":"h7510"},{"text":"of the stamping","number":"h8161"}],"2":[{"text":"therein then the men","number":"h120"},{"text":"Thus saith","number":"h559"},{"text":"of the land","number":"h776"},{"text":"the land","number":"h776"},{"text":"shall cry","number":"h2199"},{"text":"the LORD","number":"h3068"},{"text":"shall howl","number":"h3213"},{"text":"and all the inhabitants","number":"h3427"},{"text":"and them that dwell","number":"h3427"},{"text":"Behold waters","number":"h4325"},{"text":"and all that is therein","number":"h4393"},{"text":"flood","number":"h5158"},{"text":"the city","number":"h5892"},{"text":"rise up","number":"h5927"},{"text":"out of the north","number":"h6828"},{"text":"and shall be an overflowing","number":"h7857"},{"text":"and shall overflow","number":"h7857"}],"4":[{"text":"of the country","number":"h339"},{"text":"that cometh","number":"h935"},{"text":"for the LORD","number":"h3068"},{"text":"Because of the day","number":"h3117"},{"text":"of Caphtor","number":"h3731"},{"text":"and to cut off","number":"h3772"},{"text":"every helper","number":"h5826"},{"text":"all the Philistines","number":"h6430"},{"text":"the Philistines","number":"h6430"},{"text":"and Zidon","number":"h6721"},{"text":"from Tyrus","number":"h6865"},{"text":"the remnant","number":"h7611"},{"text":"to spoil","number":"h7703"},{"text":"will spoil","number":"h7703"},{"text":"that remaineth","number":"h8300"}],"6":[{"text":"put up","number":"h622"},{"text":"and be still","number":"h1826"},{"text":"O","number":"h1945"},{"text":"thou sword","number":"h2719"},{"text":"of the LORD","number":"h3068"},{"text":"how long will it be ere","number":"h3808"},{"text":"rest","number":"h7280"},{"text":"thou be quiet","number":"h8252"},{"text":"thyself into thy scabbard","number":"h8593"}],"5":[{"text":"Ashkelon","number":"h831"},{"text":"is come","number":"h935"},{"text":"how long wilt thou cut","number":"h1413"},{"text":"is cut off","number":"h1820"},{"text":"upon Gaza","number":"h5804"},{"text":"of their valley","number":"h6010"},{"text":"Baldness","number":"h7144"},{"text":"with the remnant","number":"h7611"}],"7":[{"text":"against Ashkelon","number":"h831"},{"text":"shore","number":"h2348"},{"text":"seeing the LORD","number":"h3068"},{"text":"and against the sea","number":"h3220"},{"text":"there hath he appointed","number":"h3259"},{"text":"hath given it a charge","number":"h6680"},{"text":"How can it be quiet","number":"h8252"}],"1":[{"text":"The word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"that came to Jeremiah","number":"h3414"},{"text":"the prophet","number":"h5030"},{"text":"smote","number":"h5221"},{"text":"Gaza","number":"h5804"},{"text":"against the Philistines","number":"h6430"},{"text":"before that Pharaoh","number":"h6547"}]}
@@ -0,0 +1 @@
1
+ {"8":[{"text":"also shall perish","number":"h6"},{"text":"hath spoken","number":"h559"},{"text":"shall come","number":"h935"},{"text":"as the LORD","number":"h3068"},{"text":"and the plain","number":"h4334"},{"text":"shall escape","number":"h4422"},{"text":"and no city","number":"h5892"},{"text":"upon every city","number":"h5892"},{"text":"the valley","number":"h6010"},{"text":"And the spoiler","number":"h7703"},{"text":"shall be destroyed","number":"h8045"}],"36":[{"text":"are perished","number":"h6"},{"text":"for the men","number":"h582"},{"text":"shall sound","number":"h1993"},{"text":"shall sound","number":"h1993"},{"text":"like pipes","number":"h2485"},{"text":"like pipes","number":"h2485"},{"text":"because the riches","number":"h3502"},{"text":"Therefore mine heart","number":"h3820"},{"text":"and mine heart","number":"h3820"},{"text":"for Moab","number":"h4124"},{"text":"that he hath gotten","number":"h6213"},{"text":"of Kirheres","number":"h7025"}],"46":[{"text":"perisheth","number":"h6"},{"text":"Woe","number":"h188"},{"text":"for thy sons","number":"h1121"},{"text":"and thy daughters","number":"h1323"},{"text":"of Chemosh","number":"h3645"},{"text":"are taken","number":"h3947"},{"text":"be unto thee O Moab","number":"h4124"},{"text":"the people","number":"h5971"},{"text":"captives","number":"h7628"},{"text":"captives","number":"h7633"}],"7":[{"text":"and in thy treasures","number":"h214"},{"text":"For because thou hast trusted","number":"h982"},{"text":"into captivity","number":"h1473"},{"text":"together","number":"h3162"},{"text":"shall go forth","number":"h3318"},{"text":"with his priests","number":"h3548"},{"text":"and Chemosh","number":"h3645"},{"text":"thou shalt also be taken","number":"h3920"},{"text":"in thy works","number":"h4639"},{"text":"and his princes","number":"h8269"}],"2":[{"text":"thee","number":"h310"},{"text":"from being a nation","number":"h1471"},{"text":"Also thou shalt be cut down","number":"h1826"},{"text":"the sword","number":"h2719"},{"text":"they have devised","number":"h2803"},{"text":"in Heshbon","number":"h2809"},{"text":"against it come","number":"h3212"},{"text":"shall pursue","number":"h3212"},{"text":"and let us cut it off","number":"h3772"},{"text":"O Madmen","number":"h4086"},{"text":"of Moab","number":"h4124"},{"text":"evil","number":"h7451"},{"text":"There shall be no more praise","number":"h8416"}],"47":[{"text":"in the latter","number":"h319"},{"text":"Thus far","number":"h2008"},{"text":"the LORD","number":"h3068"},{"text":"days","number":"h3117"},{"text":"of Moab","number":"h4124"},{"text":"of Moab","number":"h4124"},{"text":"is the judgment","number":"h4941"},{"text":"saith","number":"h5002"},{"text":"the captivity","number":"h7622"},{"text":"Yet will I bring again","number":"h7725"}],"16":[{"text":"The calamity","number":"h343"},{"text":"to come","number":"h935"},{"text":"fast","number":"h3966"},{"text":"hasteth","number":"h4116"},{"text":"of Moab","number":"h4124"},{"text":"is near","number":"h7138"},{"text":"and his affliction","number":"h7451"}],"45":[{"text":"and shall devour","number":"h398"},{"text":"but a fire","number":"h784"},{"text":"from the midst","number":"h996"},{"text":"ones","number":"h1121"},{"text":"of Heshbon","number":"h2809"},{"text":"out of Heshbon","number":"h2809"},{"text":"shall come forth","number":"h3318"},{"text":"because of the force","number":"h3581"},{"text":"and a flame","number":"h3852"},{"text":"of Moab","number":"h4124"},{"text":"They that fled","number":"h5127"},{"text":"of Sihon","number":"h5511"},{"text":"stood","number":"h5975"},{"text":"the corner","number":"h6285"},{"text":"under the shadow","number":"h6738"},{"text":"and the crown of the head","number":"h6936"},{"text":"of the tumultuous","number":"h7588"}],"1":[{"text":"the God","number":"h430"},{"text":"thus saith","number":"h559"},{"text":"Woe","number":"h1945"},{"text":"and dismayed","number":"h2865"},{"text":"is confounded","number":"h3001"},{"text":"is confounded","number":"h3001"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"and taken","number":"h3920"},{"text":"Against Moab","number":"h4124"},{"text":"Misgab","number":"h4869"},{"text":"unto Nebo","number":"h5015"},{"text":"of hosts","number":"h6635"},{"text":"Kiriathaim","number":"h7156"},{"text":"for it is spoiled","number":"h7703"}],"35":[{"text":"to his gods","number":"h430"},{"text":"in the high places","number":"h1116"},{"text":"the LORD","number":"h3068"},{"text":"in Moab","number":"h4124"},{"text":"saith","number":"h5002"},{"text":"him that offereth","number":"h5927"},{"text":"and him that burneth incense","number":"h6999"},{"text":"Moreover I will cause to cease","number":"h7673"}],"34":[{"text":"even unto Elealeh","number":"h500"},{"text":"From the cry","number":"h2201"},{"text":"even unto Horonaim","number":"h2773"},{"text":"of Heshbon","number":"h2809"},{"text":"and even unto Jahaz","number":"h3096"},{"text":"for the waters","number":"h4325"},{"text":"shall be desolate","number":"h4923"},{"text":"also of Nimrim","number":"h5249"},{"text":"have they uttered","number":"h5414"},{"text":"as an heifer","number":"h5697"},{"text":"from Zoar","number":"h6820"},{"text":"their voice","number":"h6963"},{"text":"of three years old","number":"h7992"}],"40":[{"text":"For thus saith","number":"h559"},{"text":"Behold he shall fly","number":"h1675"},{"text":"the LORD","number":"h3068"},{"text":"his wings","number":"h3671"},{"text":"over Moab","number":"h4124"},{"text":"as an eagle","number":"h5404"},{"text":"and shall spread","number":"h6566"}],"14":[{"text":"How say","number":"h559"},{"text":"men","number":"h582"},{"text":"ye We are mighty","number":"h1368"},{"text":"and strong","number":"h2428"},{"text":"for the war","number":"h4421"}],"19":[{"text":"and say","number":"h559"},{"text":"by the way","number":"h1870"},{"text":"What is done","number":"h1961"},{"text":"O inhabitant","number":"h3427"},{"text":"and her that escapeth","number":"h4422"},{"text":"him that fleeth","number":"h5127"},{"text":"stand","number":"h5975"},{"text":"of Aroer","number":"h6177"},{"text":"and espy","number":"h6822"},{"text":"ask","number":"h7592"}],"17":[{"text":"say","number":"h559"},{"text":"him and all ye that know","number":"h3045"},{"text":"staff","number":"h4294"},{"text":"rod","number":"h4731"},{"text":"him bemoan","number":"h5110"},{"text":"All ye that are about","number":"h5439"},{"text":"How is the strong","number":"h5797"},{"text":"broken","number":"h7665"},{"text":"his name","number":"h8034"},{"text":"and the beautiful","number":"h8597"}],"31":[{"text":"for the men","number":"h582"},{"text":"mine heart shall mourn","number":"h1897"},{"text":"and I will cry out","number":"h2199"},{"text":"Therefore will I howl","number":"h3213"},{"text":"for Moab","number":"h4124"},{"text":"for all Moab","number":"h4124"},{"text":"of Kirheres","number":"h7025"}],"33":[{"text":"is taken","number":"h622"},{"text":"and from the land","number":"h776"},{"text":"and gladness","number":"h1524"},{"text":"none shall tread","number":"h1869"},{"text":"shall be no shouting","number":"h1959"},{"text":"their shouting","number":"h1959"},{"text":"with shouting","number":"h1959"},{"text":"and I have caused wine","number":"h3196"},{"text":"from the winepresses","number":"h3342"},{"text":"from the plentiful field","number":"h3759"},{"text":"of Moab","number":"h4124"},{"text":"to fail","number":"h7673"},{"text":"And joy","number":"h8057"}],"20":[{"text":"ye it in Arnon","number":"h769"},{"text":"and cry","number":"h2199"},{"text":"for it is broken down","number":"h2865"},{"text":"is confounded","number":"h3001"},{"text":"howl","number":"h3213"},{"text":"Moab","number":"h4124"},{"text":"that Moab","number":"h4124"},{"text":"tell","number":"h5046"},{"text":"is spoiled","number":"h7703"}],"21":[{"text":"country","number":"h776"},{"text":"is come","number":"h935"},{"text":"upon Holon","number":"h2473"},{"text":"and upon Jahazah","number":"h3096"},{"text":"and upon Mephaath","number":"h4158"},{"text":"upon the plain","number":"h4334"},{"text":"And judgment","number":"h4941"}],"24":[{"text":"of the land","number":"h776"},{"text":"and upon Bozrah","number":"h1224"},{"text":"of Moab","number":"h4124"},{"text":"and upon all the cities","number":"h5892"},{"text":"or near","number":"h7138"},{"text":"And upon Kerioth","number":"h7152"},{"text":"far","number":"h7350"}],"10":[{"text":"Cursed","number":"h779"},{"text":"and cursed","number":"h779"},{"text":"from blood","number":"h1818"},{"text":"his sword","number":"h2719"},{"text":"of the LORD","number":"h3068"},{"text":"the work","number":"h4399"},{"text":"be he that keepeth back","number":"h4513"},{"text":"be he that doeth","number":"h6213"},{"text":"deceitfully","number":"h7423"}],"41":[{"text":"of a woman","number":"h802"},{"text":"and the mighty men's","number":"h1368"},{"text":"at that day","number":"h3117"},{"text":"hearts","number":"h3820"},{"text":"shall be as the heart","number":"h3820"},{"text":"is taken","number":"h3920"},{"text":"in Moab","number":"h4124"},{"text":"and the strong holds","number":"h4679"},{"text":"in her pangs","number":"h6887"},{"text":"Kerioth","number":"h7152"},{"text":"are surprised","number":"h8610"}],"30":[{"text":"but it shall not be so his lies","number":"h907"},{"text":"I know","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"his wrath","number":"h5678"},{"text":"shall not so effect","number":"h6213"}],"12":[{"text":"come","number":"h935"},{"text":"the LORD","number":"h3068"},{"text":"Therefore behold the days","number":"h3117"},{"text":"his vessels","number":"h3627"},{"text":"saith","number":"h5002"},{"text":"their bottles","number":"h5035"},{"text":"and break","number":"h5310"},{"text":"that shall cause him to wander","number":"h6808"},{"text":"unto him wanderers","number":"h6808"},{"text":"and shall empty","number":"h7324"},{"text":"that I will send","number":"h7971"}],"44":[{"text":"for I will bring","number":"h935"},{"text":"the LORD","number":"h3068"},{"text":"shall be taken","number":"h3920"},{"text":"upon it even upon Moab","number":"h4124"},{"text":"saith","number":"h5002"},{"text":"He that fleeth","number":"h5127"},{"text":"shall fall","number":"h5307"},{"text":"and he that getteth up","number":"h5927"},{"text":"in the snare","number":"h6341"},{"text":"the fear","number":"h6343"},{"text":"into the pit","number":"h6354"},{"text":"out of the pit","number":"h6354"},{"text":"from","number":"h6440"},{"text":"of their visitation","number":"h6486"},{"text":"the year","number":"h8141"}],"13":[{"text":"shall be ashamed","number":"h954"},{"text":"was ashamed","number":"h954"},{"text":"as the house","number":"h1004"},{"text":"of Bethel","number":"h1008"},{"text":"of Israel","number":"h3478"},{"text":"of Chemosh","number":"h3645"},{"text":"their confidence","number":"h4009"},{"text":"And Moab","number":"h4124"}],"39":[{"text":"with shame","number":"h954"},{"text":"saying How is it broken down","number":"h2865"},{"text":"They shall howl","number":"h3213"},{"text":"how hath Moab","number":"h4124"},{"text":"so shall Moab","number":"h4124"},{"text":"and a dismaying","number":"h4288"},{"text":"to all them about","number":"h5439"},{"text":"the back","number":"h6203"},{"text":"turned","number":"h6437"},{"text":"be a derision","number":"h7814"}],"15":[{"text":"young men","number":"h970"},{"text":"to the slaughter","number":"h2874"},{"text":"is the LORD","number":"h3068"},{"text":"are gone down","number":"h3381"},{"text":"and his chosen","number":"h4005"},{"text":"Moab","number":"h4124"},{"text":"the King","number":"h4428"},{"text":"saith","number":"h5002"},{"text":"out of her cities","number":"h5892"},{"text":"and gone up","number":"h5927"},{"text":"of hosts","number":"h6635"},{"text":"is spoiled","number":"h7703"},{"text":"whose name","number":"h8034"}],"23":[{"text":"and upon Bethmeon","number":"h1010"},{"text":"and upon Bethgamul","number":"h1014"},{"text":"And upon Kiriathaim","number":"h7156"}],"22":[{"text":"and upon Bethdiblathaim","number":"h1015"},{"text":"And upon Dibon","number":"h1769"},{"text":"and upon Nebo","number":"h5015"}],"32":[{"text":"I will weep","number":"h1058"},{"text":"for thee with the weeping","number":"h1065"},{"text":"and upon thy vintage","number":"h1210"},{"text":"O vine","number":"h1612"},{"text":"even to the sea","number":"h3220"},{"text":"the sea","number":"h3220"},{"text":"of Jazer","number":"h3270"},{"text":"of Jazer","number":"h3270"},{"text":"they reach","number":"h5060"},{"text":"thy plants","number":"h5189"},{"text":"is fallen","number":"h5307"},{"text":"are gone over","number":"h5674"},{"text":"upon thy summer fruits","number":"h7019"},{"text":"of Sibmah","number":"h7643"},{"text":"the spoiler","number":"h7703"}],"5":[{"text":"continual","number":"h1065"},{"text":"weeping","number":"h1065"},{"text":"of Horonaim","number":"h2773"},{"text":"of Luhith","number":"h3872"},{"text":"for in the going down","number":"h4174"},{"text":"For in the going up","number":"h4608"},{"text":"shall go up","number":"h5927"},{"text":"a cry","number":"h6818"},{"text":"the enemies","number":"h6862"},{"text":"of destruction","number":"h7667"},{"text":"have heard","number":"h8085"}],"18":[{"text":"Thou daughter","number":"h1323"},{"text":"Dibon","number":"h1769"},{"text":"come down","number":"h3381"},{"text":"and sit","number":"h3427"},{"text":"that dost inhabit","number":"h3427"},{"text":"from thy glory","number":"h3519"},{"text":"thy strong holds","number":"h4013"},{"text":"of Moab","number":"h4124"},{"text":"shall come","number":"h5927"},{"text":"in thirst","number":"h6772"},{"text":"for the spoiler","number":"h7703"},{"text":"upon thee and he shall destroy","number":"h7843"}],"29":[{"text":"proud","number":"h1343"},{"text":"and his arrogancy","number":"h1346"},{"text":"and his pride","number":"h1347"},{"text":"the pride","number":"h1347"},{"text":"his loftiness","number":"h1363"},{"text":"of his heart","number":"h3820"},{"text":"he is exceeding","number":"h3966"},{"text":"of Moab","number":"h4124"},{"text":"and the haughtiness","number":"h7312"},{"text":"We have heard","number":"h8085"}],"38":[{"text":"generally upon all the housetops","number":"h1406"},{"text":"wherein is no pleasure","number":"h2656"},{"text":"the LORD","number":"h3068"},{"text":"like a vessel","number":"h3627"},{"text":"Moab","number":"h4124"},{"text":"of Moab","number":"h4124"},{"text":"There shall be lamentation","number":"h4553"},{"text":"saith","number":"h5002"},{"text":"and in the streets","number":"h7339"},{"text":"thereof for I have broken","number":"h7665"}],"37":[{"text":"shall be cuttings","number":"h1417"},{"text":"clipped","number":"h1639"},{"text":"and every beard","number":"h2206"},{"text":"upon all the hands","number":"h3027"},{"text":"and upon the loins","number":"h4975"},{"text":"shall be bald","number":"h7144"},{"text":"For every head","number":"h7218"},{"text":"sackcloth","number":"h8242"}],"3":[{"text":"and great","number":"h1419"},{"text":"shall be from Horonaim","number":"h2773"},{"text":"of crying","number":"h6818"},{"text":"A voice","number":"h6963"},{"text":"destruction","number":"h7667"},{"text":"spoiling","number":"h7701"}],"42":[{"text":"because he hath magnified","number":"h1431"},{"text":"himself against the LORD","number":"h3068"},{"text":"And Moab","number":"h4124"},{"text":"from being a people","number":"h5971"},{"text":"shall be destroyed","number":"h8045"}],"26":[{"text":"for he magnified","number":"h1431"},{"text":"himself against the LORD","number":"h3068"},{"text":"Moab","number":"h4124"},{"text":"also shall wallow","number":"h5606"},{"text":"in his vomit","number":"h6892"},{"text":"and he also shall be in derision","number":"h7814"},{"text":"Make ye him drunken","number":"h7937"}],"25":[{"text":"is cut off","number":"h1438"},{"text":"and his arm","number":"h2220"},{"text":"the LORD","number":"h3068"},{"text":"of Moab","number":"h4124"},{"text":"saith","number":"h5002"},{"text":"The horn","number":"h7161"},{"text":"is broken","number":"h7665"}],"11":[{"text":"into captivity","number":"h1473"},{"text":"neither hath he gone","number":"h1980"},{"text":"therefore his taste","number":"h2940"},{"text":"from vessel","number":"h3627"},{"text":"to vessel","number":"h3627"},{"text":"Moab","number":"h4124"},{"text":"is not changed","number":"h4171"},{"text":"from his youth","number":"h5271"},{"text":"remained","number":"h5975"},{"text":"and hath not been emptied","number":"h7324"},{"text":"in him and his scent","number":"h7381"},{"text":"hath been at ease","number":"h7599"},{"text":"on his lees","number":"h8105"},{"text":"and he hath settled","number":"h8252"}],"27":[{"text":"among thieves","number":"h1590"},{"text":"thou spakest","number":"h1697"},{"text":"for since","number":"h1767"},{"text":"For was not Israel","number":"h3478"},{"text":"unto thee was he found","number":"h4672"},{"text":"of him thou skippedst","number":"h5110"},{"text":"a derision","number":"h7814"}],"6":[{"text":"and be","number":"h1961"},{"text":"in the wilderness","number":"h4057"},{"text":"save","number":"h4422"},{"text":"Flee","number":"h5127"},{"text":"your lives","number":"h5315"},{"text":"like the heath","number":"h6176"}],"9":[{"text":"therein","number":"h2004"},{"text":"and get away","number":"h3318"},{"text":"without any to dwell","number":"h3427"},{"text":"unto Moab","number":"h4124"},{"text":"that it may flee","number":"h5323"},{"text":"Give","number":"h5414"},{"text":"for the cities","number":"h5892"},{"text":"wings","number":"h6731"},{"text":"thereof shall be desolate","number":"h8047"}],"4":[{"text":"have caused a cry","number":"h2201"},{"text":"Moab","number":"h4124"},{"text":"her little ones","number":"h6810"},{"text":"is destroyed","number":"h7665"},{"text":"to be heard","number":"h8085"}],"43":[{"text":"the LORD","number":"h3068"},{"text":"shall be upon thee O inhabitant","number":"h3427"},{"text":"of Moab","number":"h4124"},{"text":"saith","number":"h5002"},{"text":"and the snare","number":"h6341"},{"text":"Fear","number":"h6343"},{"text":"and the pit","number":"h6354"}],"28":[{"text":"and be like the dove","number":"h3123"},{"text":"O ye that dwell","number":"h3427"},{"text":"in Moab","number":"h4124"},{"text":"in the rock","number":"h5553"},{"text":"in the sides","number":"h5676"},{"text":"leave","number":"h5800"},{"text":"the cities","number":"h5892"},{"text":"mouth","number":"h6310"},{"text":"of the hole's","number":"h6354"},{"text":"that maketh her nest","number":"h7077"},{"text":"and dwell","number":"h7931"}]}
@@ -0,0 +1 @@
1
+ {"38":[{"text":"and will destroy","number":"h6"},{"text":"the LORD","number":"h3068"},{"text":"my throne","number":"h3678"},{"text":"from thence the king","number":"h4428"},{"text":"saith","number":"h5002"},{"text":"in Elam","number":"h5867"},{"text":"And I will set","number":"h7760"},{"text":"and the princes","number":"h8269"}],"7":[{"text":"perished","number":"h6"},{"text":"Concerning Edom","number":"h123"},{"text":"thus saith","number":"h559"},{"text":"from the prudent","number":"h995"},{"text":"Is wisdom","number":"h2451"},{"text":"is their wisdom","number":"h2451"},{"text":"the LORD","number":"h3068"},{"text":"vanished","number":"h5628"},{"text":"is counsel","number":"h6098"},{"text":"of hosts","number":"h6635"},{"text":"no more in Teman","number":"h8487"}],"15":[{"text":"among men","number":"h120"},{"text":"and despised","number":"h959"},{"text":"among the heathen","number":"h1471"},{"text":"For lo I will make","number":"h5414"},{"text":"thee small","number":"h6996"}],"18":[{"text":"of man","number":"h120"},{"text":"no man","number":"h376"},{"text":"cities thereof saith","number":"h559"},{"text":"there neither shall a son","number":"h1121"},{"text":"dwell","number":"h1481"},{"text":"the LORD","number":"h3068"},{"text":"shall abide","number":"h3427"},{"text":"As in the overthrow","number":"h4114"},{"text":"of Sodom","number":"h5467"},{"text":"and Gomorrah","number":"h6017"},{"text":"and the neighbour","number":"h7934"}],"33":[{"text":"of man","number":"h120"},{"text":"there shall no man","number":"h376"},{"text":"there nor any son","number":"h1121"},{"text":"dwell","number":"h1481"},{"text":"And Hazor","number":"h2674"},{"text":"abide","number":"h3427"},{"text":"shall be a dwelling","number":"h4583"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"and a desolation","number":"h8077"},{"text":"for dragons","number":"h8577"}],"17":[{"text":"Also Edom","number":"h123"},{"text":"at all the plagues","number":"h4347"},{"text":"every one that goeth","number":"h5674"},{"text":"shall be a desolation","number":"h8047"},{"text":"by it shall be astonished","number":"h8074"},{"text":"and shall hiss","number":"h8319"}],"20":[{"text":"against Edom","number":"h123"},{"text":"that he hath purposed","number":"h2803"},{"text":"of the LORD","number":"h3068"},{"text":"that he hath taken","number":"h3289"},{"text":"against the inhabitants","number":"h3427"},{"text":"and his purposes","number":"h4284"},{"text":"surely he shall make their habitations","number":"h5116"},{"text":"shall draw them out","number":"h5498"},{"text":"the counsel","number":"h6098"},{"text":"of the flock","number":"h6629"},{"text":"Surely the least","number":"h6810"},{"text":"desolate","number":"h8074"},{"text":"Therefore hear","number":"h8085"},{"text":"of Teman","number":"h8487"}],"22":[{"text":"of Edom","number":"h123"},{"text":"of a woman","number":"h802"},{"text":"over Bozrah","number":"h1224"},{"text":"of the mighty men","number":"h1368"},{"text":"and fly","number":"h1675"},{"text":"and at that day","number":"h3117"},{"text":"his wings","number":"h3671"},{"text":"be as the heart","number":"h3820"},{"text":"shall the heart","number":"h3820"},{"text":"as the eagle","number":"h5404"},{"text":"Behold he shall come up","number":"h5927"},{"text":"and spread","number":"h6566"},{"text":"in her pangs","number":"h6887"}],"5":[{"text":"the Lord","number":"h136"},{"text":"every man","number":"h376"},{"text":"Behold I will bring","number":"h935"},{"text":"GOD","number":"h3069"},{"text":"upon thee saith","number":"h5002"},{"text":"him that wandereth","number":"h5074"},{"text":"thee and ye shall be driven out","number":"h5080"},{"text":"from all those that be about","number":"h5439"},{"text":"a fear","number":"h6343"},{"text":"right forth","number":"h6440"},{"text":"of hosts","number":"h6635"},{"text":"and none shall gather up","number":"h6908"}],"29":[{"text":"Their tents","number":"h168"},{"text":"and their camels","number":"h1581"},{"text":"to themselves their curtains","number":"h3407"},{"text":"and all their vessels","number":"h3627"},{"text":"shall they take away","number":"h3947"},{"text":"unto them Fear","number":"h4032"},{"text":"they shall take","number":"h5375"},{"text":"is on every side","number":"h5439"},{"text":"and their flocks","number":"h6629"},{"text":"and they shall cry","number":"h7121"}],"4":[{"text":"in her treasures","number":"h214"},{"text":"saying Who shall come","number":"h935"},{"text":"that trusted","number":"h982"},{"text":"daughter","number":"h1323"},{"text":"Wherefore gloriest","number":"h1984"},{"text":"thy flowing","number":"h2100"},{"text":"thou in the valleys","number":"h6010"},{"text":"valley","number":"h6010"},{"text":"O backsliding","number":"h7728"}],"10":[{"text":"and his brethren","number":"h251"},{"text":"I have uncovered","number":"h1540"},{"text":"himself his seed","number":"h2233"},{"text":"to hide","number":"h2247"},{"text":"bare","number":"h2834"},{"text":"and he shall not be able","number":"h3201"},{"text":"his secret places","number":"h4565"},{"text":"But I have made Esau","number":"h6215"},{"text":"is spoiled","number":"h7703"},{"text":"and his neighbours","number":"h7934"}],"24":[{"text":"have taken","number":"h270"},{"text":"Damascus","number":"h1834"},{"text":"and sorrows","number":"h2256"},{"text":"hath seized","number":"h2388"},{"text":"her as a woman in travail","number":"h3205"},{"text":"herself to flee","number":"h5127"},{"text":"and turneth","number":"h6437"},{"text":"on her anguish","number":"h6869"},{"text":"and fear","number":"h7374"},{"text":"is waxed feeble","number":"h7503"}],"6":[{"text":"And afterward","number":"h310"},{"text":"of the children","number":"h1121"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"of Ammon","number":"h5983"},{"text":"the captivity","number":"h7622"},{"text":"I will bring again","number":"h7725"}],"37":[{"text":"after","number":"h310"},{"text":"their enemies","number":"h341"},{"text":"anger","number":"h639"},{"text":"and I will bring","number":"h935"},{"text":"them that seek","number":"h1245"},{"text":"the sword","number":"h2719"},{"text":"upon them even my fierce","number":"h2740"},{"text":"to be dismayed","number":"h2865"},{"text":"the LORD","number":"h3068"},{"text":"them till I have consumed","number":"h3615"},{"text":"saith","number":"h5002"},{"text":"their life","number":"h5315"},{"text":"For I will cause Elam","number":"h5867"},{"text":"and before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"evil","number":"h7451"},{"text":"and I will send","number":"h7971"}],"39":[{"text":"But it shall come to pass in the latter","number":"h319"},{"text":"the LORD","number":"h3068"},{"text":"days","number":"h3117"},{"text":"saith","number":"h5002"},{"text":"of Elam","number":"h5867"},{"text":"the captivity","number":"h7622"},{"text":"that I will bring again","number":"h7725"}],"8":[{"text":"the calamity","number":"h343"},{"text":"for I will bring","number":"h935"},{"text":"of Dedan","number":"h1719"},{"text":"O inhabitants","number":"h3427"},{"text":"dwell","number":"h3427"},{"text":"Flee","number":"h5127"},{"text":"deep","number":"h6009"},{"text":"of Esau","number":"h6215"},{"text":"upon him the time","number":"h6256"},{"text":"ye turn back","number":"h6437"},{"text":"that I will visit","number":"h6485"}],"32":[{"text":"their calamity","number":"h343"},{"text":"and I will bring","number":"h935"},{"text":"shall be a booty","number":"h957"},{"text":"And their camels","number":"h1581"},{"text":"and the multitude","number":"h1995"},{"text":"and I will scatter","number":"h2219"},{"text":"the LORD","number":"h3068"},{"text":"of their cattle","number":"h4735"},{"text":"thereof saith","number":"h5002"},{"text":"from all sides","number":"h5676"},{"text":"corners","number":"h6285"},{"text":"them that are in the utmost","number":"h7112"},{"text":"into all winds","number":"h7307"},{"text":"a spoil","number":"h7998"}],"19":[{"text":"of the strong","number":"h386"},{"text":"like a lion","number":"h738"},{"text":"from her and who is a chosen","number":"h977"},{"text":"from the swelling","number":"h1347"},{"text":"over her for who is like me and who will appoint me the time","number":"h3259"},{"text":"of Jordan","number":"h3383"},{"text":"against the habitation","number":"h5116"},{"text":"Behold he shall come up","number":"h5927"},{"text":"that will stand","number":"h5975"},{"text":"before","number":"h6440"},{"text":"man that I may appoint","number":"h6485"},{"text":"but I will suddenly","number":"h7280"},{"text":"make him run away","number":"h7323"},{"text":"and who is that shepherd","number":"h7462"}],"27":[{"text":"and it shall consume","number":"h398"},{"text":"the palaces","number":"h759"},{"text":"a fire","number":"h784"},{"text":"of Benhadad","number":"h1130"},{"text":"of Damascus","number":"h1834"},{"text":"in the wall","number":"h2346"},{"text":"And I will kindle","number":"h3341"}],"11":[{"text":"and let thy widows","number":"h490"},{"text":"trust","number":"h982"},{"text":"I will preserve them alive","number":"h2421"},{"text":"thy fatherless children","number":"h3490"},{"text":"Leave","number":"h5800"}],"12":[{"text":"For thus saith","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"of the cup","number":"h3563"},{"text":"Behold they whose judgment","number":"h4941"},{"text":"and art thou he that shall altogether","number":"h5352"},{"text":"go unpunished","number":"h5352"},{"text":"thou shalt not go unpunished","number":"h5352"},{"text":"but thou shalt surely","number":"h8354"},{"text":"drink","number":"h8354"},{"text":"drunken","number":"h8354"},{"text":"have assuredly","number":"h8354"},{"text":"was not to drink","number":"h8354"}],"35":[{"text":"Thus saith","number":"h559"},{"text":"of their might","number":"h1369"},{"text":"the LORD","number":"h3068"},{"text":"of Elam","number":"h5867"},{"text":"of hosts","number":"h6635"},{"text":"the bow","number":"h7198"},{"text":"the chief","number":"h7225"},{"text":"Behold I will break","number":"h7665"}],"2":[{"text":"saith","number":"h559"},{"text":"with fire","number":"h784"},{"text":"come","number":"h935"},{"text":"of the Ammonites","number":"h1121"},{"text":"and her daughters","number":"h1323"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"Therefore behold the days","number":"h3117"},{"text":"shall be burned","number":"h3341"},{"text":"be heir","number":"h3423"},{"text":"unto them that were his heirs","number":"h3423"},{"text":"then shall Israel","number":"h3478"},{"text":"of war","number":"h4421"},{"text":"saith","number":"h5002"},{"text":"in Rabbah","number":"h7237"},{"text":"and it shall be a desolate","number":"h8077"},{"text":"to be heard","number":"h8085"},{"text":"heap","number":"h8510"},{"text":"that I will cause an alarm","number":"h8643"}],"34":[{"text":"saying","number":"h559"},{"text":"The word","number":"h1697"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"that came to Jeremiah","number":"h3414"},{"text":"king","number":"h4428"},{"text":"of the reign","number":"h4438"},{"text":"the prophet","number":"h5030"},{"text":"against Elam","number":"h5867"},{"text":"of Zedekiah","number":"h6667"},{"text":"in the beginning","number":"h7225"}],"1":[{"text":"thus saith","number":"h559"},{"text":"Concerning the Ammonites","number":"h1121"},{"text":"no sons","number":"h1121"},{"text":"Gad","number":"h1410"},{"text":"the LORD","number":"h3068"},{"text":"hath he no heir","number":"h3423"},{"text":"inherit","number":"h3423"},{"text":"dwell","number":"h3427"},{"text":"Hath Israel","number":"h3478"},{"text":"why then doth their king","number":"h4428"},{"text":"in his cities","number":"h5892"},{"text":"and his people","number":"h5971"}],"28":[{"text":"thus saith","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"the men","number":"h1121"},{"text":"of Hazor","number":"h2674"},{"text":"the LORD","number":"h3068"},{"text":"king","number":"h4428"},{"text":"and concerning the kingdoms","number":"h4467"},{"text":"which Nebuchadrezzar","number":"h5019"},{"text":"shall smite","number":"h5221"},{"text":"ye go up","number":"h5927"},{"text":"of the east","number":"h6924"},{"text":"Concerning Kedar","number":"h6938"},{"text":"to Kedar","number":"h6938"},{"text":"Arise","number":"h6965"},{"text":"and spoil","number":"h7703"}],"26":[{"text":"and all the men","number":"h582"},{"text":"Therefore her young men","number":"h970"},{"text":"shall be cut off","number":"h1826"},{"text":"the LORD","number":"h3068"},{"text":"in that day","number":"h3117"},{"text":"of war","number":"h4421"},{"text":"saith","number":"h5002"},{"text":"shall fall","number":"h5307"},{"text":"of hosts","number":"h6635"},{"text":"in her streets","number":"h7339"}],"36":[{"text":"from the four","number":"h702"},{"text":"the four","number":"h702"},{"text":"shall not come","number":"h935"},{"text":"will I bring","number":"h935"},{"text":"and there shall be no nation","number":"h1471"},{"text":"and will scatter","number":"h2219"},{"text":"whither the outcasts","number":"h5080"},{"text":"And upon Elam","number":"h5867"},{"text":"of Elam","number":"h5867"},{"text":"quarters","number":"h7098"},{"text":"them toward all those winds","number":"h7307"},{"text":"winds","number":"h7307"},{"text":"of heaven","number":"h8064"}],"23":[{"text":"and Arpad","number":"h774"},{"text":"is confounded","number":"h954"},{"text":"there is sorrow","number":"h1674"},{"text":"Concerning Damascus","number":"h1834"},{"text":"Hamath","number":"h2574"},{"text":"it cannot","number":"h3201"},{"text":"on the sea","number":"h3220"},{"text":"they are fainthearted","number":"h4127"},{"text":"evil","number":"h7451"},{"text":"tidings","number":"h8052"},{"text":"for they have heard","number":"h8085"},{"text":"be quiet","number":"h8252"}],"21":[{"text":"The earth","number":"h776"},{"text":"sea","number":"h3220"},{"text":"of their fall","number":"h5307"},{"text":"in the Red","number":"h5488"},{"text":"at the cry","number":"h6818"},{"text":"at the noise","number":"h6963"},{"text":"the noise","number":"h6963"},{"text":"is moved","number":"h7493"},{"text":"thereof was heard","number":"h8085"}],"30":[{"text":"of Babylon","number":"h894"},{"text":"of Hazor","number":"h2674"},{"text":"against you and hath conceived","number":"h2803"},{"text":"the LORD","number":"h3068"},{"text":"O ye inhabitants","number":"h3427"},{"text":"dwell","number":"h3427"},{"text":"you far off","number":"h3966"},{"text":"a purpose","number":"h4284"},{"text":"king","number":"h4428"},{"text":"saith","number":"h5002"},{"text":"for Nebuchadrezzar","number":"h5019"},{"text":"get","number":"h5110"},{"text":"Flee","number":"h5127"},{"text":"deep","number":"h6009"},{"text":"hath taken counsel","number":"h6098"}],"31":[{"text":"alone","number":"h910"},{"text":"without care","number":"h983"},{"text":"nor bars","number":"h1280"},{"text":"nation","number":"h1471"},{"text":"which have neither gates","number":"h1817"},{"text":"the LORD","number":"h3068"},{"text":"that dwelleth","number":"h3427"},{"text":"saith","number":"h5002"},{"text":"get you up","number":"h5927"},{"text":"Arise","number":"h6965"},{"text":"which dwell","number":"h7931"},{"text":"unto the wealthy","number":"h7961"}],"14":[{"text":"and come","number":"h935"},{"text":"unto the heathen","number":"h1471"},{"text":"from the LORD","number":"h3068"},{"text":"to the battle","number":"h4421"},{"text":"and an ambassador","number":"h6735"},{"text":"saying Gather ye together","number":"h6908"},{"text":"against her and rise up","number":"h6965"},{"text":"is sent","number":"h7971"},{"text":"a rumour","number":"h8052"},{"text":"I have heard","number":"h8085"}],"9":[{"text":"come","number":"h935"},{"text":"If grapegatherers","number":"h1219"},{"text":"if thieves","number":"h1590"},{"text":"till they have enough","number":"h1767"},{"text":"by night","number":"h3915"},{"text":"some gleaning grapes","number":"h5955"},{"text":"to thee would they not leave","number":"h7604"},{"text":"they will destroy","number":"h7843"}],"13":[{"text":"that Bozrah","number":"h1224"},{"text":"a waste","number":"h2721"},{"text":"wastes","number":"h2723"},{"text":"a reproach","number":"h2781"},{"text":"the LORD","number":"h3068"},{"text":"by myself saith","number":"h5002"},{"text":"thereof shall be perpetual","number":"h5769"},{"text":"and all the cities","number":"h5892"},{"text":"and a curse","number":"h7045"},{"text":"For I have sworn","number":"h7650"},{"text":"shall become a desolation","number":"h8047"}],"3":[{"text":"ye daughters","number":"h1323"},{"text":"by the hedges","number":"h1448"},{"text":"into captivity","number":"h1473"},{"text":"gird","number":"h2296"},{"text":"O Heshbon","number":"h2809"},{"text":"together","number":"h3162"},{"text":"shall go","number":"h3212"},{"text":"Howl","number":"h3213"},{"text":"and his priests","number":"h3548"},{"text":"for their king","number":"h4428"},{"text":"lament","number":"h5594"},{"text":"for Ai","number":"h5857"},{"text":"cry","number":"h6817"},{"text":"of Rabbah","number":"h7237"},{"text":"is spoiled","number":"h7703"},{"text":"and run to and fro","number":"h7751"},{"text":"you with sackcloth","number":"h8242"},{"text":"and his princes","number":"h8269"}],"16":[{"text":"as high","number":"h1361"},{"text":"of the hill","number":"h1389"},{"text":"thee and the pride","number":"h2087"},{"text":"in the clefts","number":"h2288"},{"text":"the LORD","number":"h3068"},{"text":"I will bring thee down","number":"h3381"},{"text":"of thine heart","number":"h3820"},{"text":"the height","number":"h4791"},{"text":"from thence saith","number":"h5002"},{"text":"hath deceived","number":"h5377"},{"text":"as the eagle","number":"h5404"},{"text":"of the rock","number":"h5553"},{"text":"though thou shouldest make thy nest","number":"h7064"},{"text":"O thou that dwellest","number":"h7931"},{"text":"Thy terribleness","number":"h8606"},{"text":"that holdest","number":"h8610"}],"25":[{"text":"of my joy","number":"h4885"},{"text":"not left","number":"h5800"},{"text":"How is the city","number":"h5892"},{"text":"the city","number":"h7151"},{"text":"of praise","number":"h8416"}]}
@@ -0,0 +1 @@
1
+ {"28":[{"text":"of the needy","number":"h34"},{"text":"the deeds","number":"h1697"},{"text":"they judge","number":"h1777"},{"text":"not the cause","number":"h1779"},{"text":"the cause of the fatherless","number":"h3490"},{"text":"and the right","number":"h4941"},{"text":"yea they overpass","number":"h5674"},{"text":"they shine","number":"h6245"},{"text":"yet they prosper","number":"h6743"},{"text":"of the wicked","number":"h7451"},{"text":"They are waxen fat","number":"h8080"},{"text":"do they not judge","number":"h8199"}],"31":[{"text":"love","number":"h157"},{"text":"in the end","number":"h319"},{"text":"by their means","number":"h3027"},{"text":"and the priests","number":"h3548"},{"text":"prophesy","number":"h5012"},{"text":"The prophets","number":"h5030"},{"text":"and my people","number":"h5971"},{"text":"to have it so and what will ye do","number":"h6213"},{"text":"bear rule","number":"h7287"},{"text":"falsely","number":"h8267"}],"21":[{"text":"not which have ears","number":"h241"},{"text":"and without understanding","number":"h3820"},{"text":"now this O foolish","number":"h5530"},{"text":"which have eyes","number":"h5869"},{"text":"people","number":"h5971"},{"text":"and see","number":"h7200"},{"text":"Hear","number":"h8085"},{"text":"and hear","number":"h8085"}],"7":[{"text":"How","number":"h335"},{"text":"gods","number":"h430"},{"text":"' houses","number":"h1004"},{"text":"thy children","number":"h1121"},{"text":"and assembled themselves by troops","number":"h1413"},{"text":"thee for this","number":"h2063"},{"text":"in the harlots","number":"h2181"},{"text":"by them that are no","number":"h3808"},{"text":"they then committed adultery","number":"h5003"},{"text":"shall I pardon","number":"h5545"},{"text":"have forsaken","number":"h5800"},{"text":"me and sworn","number":"h7650"},{"text":"when I had fed them to the full","number":"h7650"}],"1":[{"text":"a man","number":"h376"},{"text":"the truth","number":"h530"},{"text":"and seek","number":"h1245"},{"text":"that seeketh","number":"h1245"},{"text":"through the streets","number":"h2351"},{"text":"now and know","number":"h3045"},{"text":"of Jerusalem","number":"h3389"},{"text":"if there be","number":"h3426"},{"text":"thereof if ye can find","number":"h4672"},{"text":"judgment","number":"h4941"},{"text":"and I will pardon","number":"h5545"},{"text":"any that executeth","number":"h6213"},{"text":"and see","number":"h7200"},{"text":"in the broad places","number":"h7339"},{"text":"Run ye to and fro","number":"h7751"}],"8":[{"text":"every one","number":"h376"},{"text":"wife","number":"h802"},{"text":"They were as fed","number":"h2109"},{"text":"horses","number":"h5483"},{"text":"neighed","number":"h6670"},{"text":"after his neighbour's","number":"h7453"},{"text":"in the morning","number":"h7904"}],"15":[{"text":"it is a mighty","number":"h386"},{"text":"Lo I will bring","number":"h935"},{"text":"O house","number":"h1004"},{"text":"a nation","number":"h1471"},{"text":"a nation","number":"h1471"},{"text":"nation","number":"h1471"},{"text":"nation","number":"h1471"},{"text":"what they say","number":"h1696"},{"text":"thou knowest","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"whose language","number":"h3956"},{"text":"upon you from far","number":"h4801"},{"text":"saith","number":"h5002"},{"text":"it is an ancient","number":"h5769"},{"text":"not neither understandest","number":"h8085"}],"17":[{"text":"And they shall eat up","number":"h398"},{"text":"should eat","number":"h398"},{"text":"they shall eat up","number":"h398"},{"text":"they shall eat up","number":"h398"},{"text":"trustedst","number":"h982"},{"text":"which thy sons","number":"h1121"},{"text":"and thine herds","number":"h1241"},{"text":"and thy daughters","number":"h1323"},{"text":"thy vines","number":"h1612"},{"text":"wherein thou","number":"h2007"},{"text":"with the sword","number":"h2719"},{"text":"and thy bread","number":"h3899"},{"text":"thy fenced","number":"h4013"},{"text":"cities","number":"h5892"},{"text":"thy flocks","number":"h6629"},{"text":"thine harvest","number":"h7105"},{"text":"they shall impoverish","number":"h7567"},{"text":"and thy fig trees","number":"h8384"}],"14":[{"text":"and it shall devour","number":"h398"},{"text":"God","number":"h430"},{"text":"Wherefore thus saith","number":"h559"},{"text":"fire","number":"h784"},{"text":"Because ye speak","number":"h1696"},{"text":"my words","number":"h1697"},{"text":"this word","number":"h1697"},{"text":"the LORD","number":"h3068"},{"text":"behold I will make","number":"h5414"},{"text":"and this people","number":"h5971"},{"text":"wood","number":"h6086"},{"text":"in thy mouth","number":"h6310"},{"text":"of hosts","number":"h6635"}],"19":[{"text":"gods","number":"h430"},{"text":"our God","number":"h430"},{"text":"And it shall come to pass when ye shall say","number":"h559"},{"text":"all these things unto us then shalt thou answer","number":"h559"},{"text":"in a land","number":"h776"},{"text":"in your land","number":"h776"},{"text":"strangers","number":"h2114"},{"text":"the LORD","number":"h3068"},{"text":"strange","number":"h5236"},{"text":"me and served","number":"h5647"},{"text":"so shall ye serve","number":"h5647"},{"text":"them Like as ye have forsaken","number":"h5800"},{"text":"doeth","number":"h6213"},{"text":"Wherefore","number":"h8478"}],"4":[{"text":"of their God","number":"h430"},{"text":"Therefore I said","number":"h559"},{"text":"Surely these are poor","number":"h1800"},{"text":"not the way","number":"h1870"},{"text":"they are foolish","number":"h2973"},{"text":"for they know","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"nor the judgment","number":"h4941"}],"5":[{"text":"of their God","number":"h430"},{"text":"me unto the great men","number":"h1419"},{"text":"and will speak","number":"h1696"},{"text":"the way","number":"h1870"},{"text":"unto them for they have known","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"but these have altogether","number":"h3162"},{"text":"I will get","number":"h3212"},{"text":"the bonds","number":"h4147"},{"text":"and the judgment","number":"h4941"},{"text":"and burst","number":"h5423"},{"text":"the yoke","number":"h5923"},{"text":"broken","number":"h7665"}],"24":[{"text":"our God","number":"h430"},{"text":"Neither say","number":"h559"},{"text":"rain","number":"h1653"},{"text":"unto us the appointed","number":"h2708"},{"text":"the LORD","number":"h3068"},{"text":"both the former","number":"h3138"},{"text":"Let us now fear","number":"h3372"},{"text":"they in their heart","number":"h3824"},{"text":"and the latter","number":"h4456"},{"text":"that giveth","number":"h5414"},{"text":"in his season","number":"h6256"},{"text":"of the harvest","number":"h7105"},{"text":"weeks","number":"h7620"},{"text":"he reserveth","number":"h8104"}],"3":[{"text":"upon the truth","number":"h530"},{"text":"them but they have not grieved","number":"h2342"},{"text":"harder","number":"h2388"},{"text":"O LORD","number":"h3068"},{"text":"thou hast consumed","number":"h3615"},{"text":"to receive","number":"h3947"},{"text":"them but they have refused","number":"h3985"},{"text":"they have refused","number":"h3985"},{"text":"correction","number":"h4148"},{"text":"thou hast stricken","number":"h5221"},{"text":"than a rock","number":"h5553"},{"text":"are not thine eyes","number":"h5869"},{"text":"they have made their faces","number":"h6440"},{"text":"to return","number":"h7725"}],"2":[{"text":"And though they say","number":"h559"},{"text":"liveth","number":"h2416"},{"text":"The LORD","number":"h3068"},{"text":"surely they swear","number":"h7650"},{"text":"falsely","number":"h8267"}],"12":[{"text":"and said","number":"h559"},{"text":"come","number":"h935"},{"text":"sword","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"They have belied","number":"h3584"},{"text":"upon us neither shall we see","number":"h7200"},{"text":"It is not he neither shall evil","number":"h7451"},{"text":"nor famine","number":"h7458"}],"20":[{"text":"saying","number":"h559"},{"text":"this in the house","number":"h1004"},{"text":"it in Judah","number":"h3063"},{"text":"of Jacob","number":"h3290"},{"text":"Declare","number":"h5046"},{"text":"and publish","number":"h8085"}],"26":[{"text":"men","number":"h582"},{"text":"snares","number":"h3353"},{"text":"they catch","number":"h3920"},{"text":"are found","number":"h4672"},{"text":"a trap","number":"h4889"},{"text":"they set","number":"h5324"},{"text":"For among my people","number":"h5971"},{"text":"wicked","number":"h7563"},{"text":"men they lay wait","number":"h7789"},{"text":"as he that setteth","number":"h7918"}],"6":[{"text":"Wherefore a lion","number":"h738"},{"text":"thence shall","number":"h2007"},{"text":"them and a wolf","number":"h2061"},{"text":"be torn in pieces","number":"h2963"},{"text":"out of the forest","number":"h3293"},{"text":"every one that goeth out","number":"h3318"},{"text":"and their backslidings","number":"h4878"},{"text":"shall slay","number":"h5221"},{"text":"them a leopard","number":"h5246"},{"text":"over their cities","number":"h5892"},{"text":"are increased","number":"h6105"},{"text":"of the evenings","number":"h6160"},{"text":"because their transgressions","number":"h6588"},{"text":"are many","number":"h7231"},{"text":"shall spoil","number":"h7703"},{"text":"shall watch","number":"h8245"}],"30":[{"text":"in the land","number":"h776"},{"text":"is committed","number":"h1961"},{"text":"A wonderful","number":"h8047"},{"text":"and horrible thing","number":"h8186"}],"16":[{"text":"Their quiver","number":"h827"},{"text":"they are all mighty men","number":"h1368"},{"text":"is as an open","number":"h6605"},{"text":"sepulchre","number":"h6913"}],"11":[{"text":"have dealt very","number":"h898"},{"text":"treacherously","number":"h898"},{"text":"For the house","number":"h1004"},{"text":"and the house","number":"h1004"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"against me saith","number":"h5002"}],"27":[{"text":"so are their houses","number":"h1004"},{"text":"therefore they are become great","number":"h1431"},{"text":"As a cage","number":"h3619"},{"text":"full","number":"h4392"},{"text":"is full","number":"h4392"},{"text":"of deceit","number":"h4820"},{"text":"of birds","number":"h5775"},{"text":"and waxen rich","number":"h6238"}],"22":[{"text":"for the bound","number":"h1366"},{"text":"it and though the waves","number":"h1530"},{"text":"thereof toss","number":"h1607"},{"text":"though they roar","number":"h1993"},{"text":"will ye not tremble","number":"h2342"},{"text":"the sand","number":"h2344"},{"text":"decree","number":"h2706"},{"text":"the LORD","number":"h3068"},{"text":"themselves yet can they not prevail","number":"h3201"},{"text":"of the sea","number":"h3220"},{"text":"Fear","number":"h3372"},{"text":"ye not me saith","number":"h5002"},{"text":"that it cannot pass","number":"h5674"},{"text":"yet can they not pass over","number":"h5674"},{"text":"by a perpetual","number":"h5769"},{"text":"at my presence","number":"h6440"},{"text":"which have placed","number":"h7760"}],"29":[{"text":"on such a nation","number":"h1471"},{"text":"the LORD","number":"h3068"},{"text":"for these things saith","number":"h5002"},{"text":"shall not my soul","number":"h5315"},{"text":"be avenged","number":"h5358"},{"text":"Shall I not visit","number":"h6485"}],"9":[{"text":"on such a nation","number":"h1471"},{"text":"the LORD","number":"h3068"},{"text":"for these things saith","number":"h5002"},{"text":"and shall not my soul","number":"h5315"},{"text":"be avenged","number":"h5358"},{"text":"Shall I not visit","number":"h6485"}],"13":[{"text":"and the word","number":"h1696"},{"text":"And the prophets","number":"h5030"},{"text":"is not in them thus shall it be done","number":"h6213"},{"text":"shall become wind","number":"h7307"}],"25":[{"text":"these things and your sins","number":"h2403"},{"text":"good","number":"h2896"},{"text":"have withholden","number":"h4513"},{"text":"have turned away","number":"h5186"},{"text":"Your iniquities","number":"h5771"}],"10":[{"text":"for they are not the LORD'S","number":"h3068"},{"text":"not a full end","number":"h3617"},{"text":"her battlements","number":"h5189"},{"text":"take away","number":"h5493"},{"text":"Go ye up","number":"h5927"},{"text":"but make","number":"h6213"},{"text":"and destroy","number":"h7843"},{"text":"upon her walls","number":"h8284"}],"18":[{"text":"the LORD","number":"h3068"},{"text":"Nevertheless in those days","number":"h3117"},{"text":"a full end","number":"h3617"},{"text":"saith","number":"h5002"},{"text":"I will not make","number":"h6213"}],"23":[{"text":"and gone","number":"h3212"},{"text":"heart","number":"h3820"},{"text":"and a rebellious","number":"h4784"},{"text":"they are revolted","number":"h5493"},{"text":"hath a revolting","number":"h5637"},{"text":"But this people","number":"h5971"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"of their fathers","number":"h1"},{"text":"them have devoured","number":"h398"},{"text":"said","number":"h559"},{"text":"We offend","number":"h816"},{"text":"not because they have sinned","number":"h2398"},{"text":"against the LORD","number":"h3068"},{"text":"even the LORD","number":"h3068"},{"text":"All that found","number":"h4672"},{"text":"the hope","number":"h4723"},{"text":"the habitation","number":"h5116"},{"text":"of justice","number":"h6664"},{"text":"them and their adversaries","number":"h6862"}],"6":[{"text":"hath been lost","number":"h6"},{"text":"to hill","number":"h1389"},{"text":"they have gone","number":"h1980"},{"text":"on the mountains","number":"h2022"},{"text":"from mountain","number":"h2022"},{"text":"My people","number":"h5971"},{"text":"sheep","number":"h6629"},{"text":"their restingplace","number":"h7258"},{"text":"their shepherds","number":"h7462"},{"text":"they have turned them away","number":"h7725"},{"text":"they have forgotten","number":"h7911"},{"text":"have caused them to go astray","number":"h8582"}],"11":[{"text":"as bulls","number":"h47"},{"text":"at grass","number":"h1877"},{"text":"of mine heritage","number":"h5159"},{"text":"as the heifer","number":"h5697"},{"text":"because ye rejoiced","number":"h5937"},{"text":"because ye are grown fat","number":"h6335"},{"text":"and bellow","number":"h6670"},{"text":"Because ye were glad","number":"h8055"},{"text":"O ye destroyers","number":"h8154"}],"3":[{"text":"both man","number":"h120"},{"text":"her land","number":"h776"},{"text":"and beast","number":"h929"},{"text":"a nation","number":"h1471"},{"text":"they shall depart","number":"h1980"},{"text":"and none shall dwell","number":"h3427"},{"text":"therein they shall remove","number":"h5110"},{"text":"there cometh up","number":"h5927"},{"text":"For out of the north","number":"h6828"},{"text":"against her which shall make","number":"h7896"},{"text":"desolate","number":"h8047"}],"40":[{"text":"of man","number":"h120"},{"text":"so shall no man","number":"h376"},{"text":"As God","number":"h430"},{"text":"there neither shall any son","number":"h1121"},{"text":"dwell","number":"h1481"},{"text":"the LORD","number":"h3068"},{"text":"abide","number":"h3427"},{"text":"overthrew","number":"h4114"},{"text":"cities thereof saith","number":"h5002"},{"text":"Sodom","number":"h5467"},{"text":"and Gomorrah","number":"h6017"},{"text":"and the neighbour","number":"h7934"}],"25":[{"text":"of the Lord","number":"h136"},{"text":"his armoury","number":"h214"},{"text":"in the land","number":"h776"},{"text":"of his indignation","number":"h2195"},{"text":"The LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"and hath brought forth","number":"h3318"},{"text":"the weapons","number":"h3627"},{"text":"of the Chaldeans","number":"h3778"},{"text":"for this is the work","number":"h4399"},{"text":"hath opened","number":"h6605"},{"text":"of hosts","number":"h6635"}],"31":[{"text":"the Lord","number":"h136"},{"text":"is come","number":"h935"},{"text":"Behold I am against thee O thou most proud","number":"h2087"},{"text":"GOD","number":"h3069"},{"text":"for thy day","number":"h3117"},{"text":"saith","number":"h5002"},{"text":"the time","number":"h6256"},{"text":"that I will visit","number":"h6485"},{"text":"of hosts","number":"h6635"}],"37":[{"text":"is upon her treasures","number":"h214"},{"text":"of her and they shall become as women","number":"h802"},{"text":"and they shall be robbed","number":"h962"},{"text":"A sword","number":"h2719"},{"text":"a sword","number":"h2719"},{"text":"is upon their horses","number":"h5483"},{"text":"and upon all the mingled people","number":"h6153"},{"text":"and upon their chariots","number":"h7393"},{"text":"that are in the midst","number":"h8432"}],"21":[{"text":"after","number":"h310"},{"text":"against the land","number":"h776"},{"text":"waste","number":"h2717"},{"text":"and utterly destroy","number":"h2763"},{"text":"the LORD","number":"h3068"},{"text":"even against it and against the inhabitants","number":"h3427"},{"text":"of Merathaim","number":"h4850"},{"text":"them saith","number":"h5002"},{"text":"Go up","number":"h5927"},{"text":"and do","number":"h6213"},{"text":"of Pekod","number":"h6489"},{"text":"according to all that I have commanded","number":"h6680"}],"17":[{"text":"him and last","number":"h314"},{"text":"hath devoured","number":"h398"},{"text":"the lions","number":"h738"},{"text":"of Assyria","number":"h804"},{"text":"of Babylon","number":"h894"},{"text":"Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"this Nebuchadrezzar","number":"h5019"},{"text":"have driven him away","number":"h5080"},{"text":"hath broken his bones","number":"h6105"},{"text":"is a scattered","number":"h6340"},{"text":"first","number":"h7223"},{"text":"sheep","number":"h7716"}],"12":[{"text":"behold the hindermost","number":"h319"},{"text":"Your mother","number":"h517"},{"text":"confounded","number":"h954"},{"text":"of the nations","number":"h1471"},{"text":"you shall be ashamed","number":"h2659"},{"text":"she that bare","number":"h3205"},{"text":"shall be sore","number":"h3966"},{"text":"shall be a wilderness","number":"h4057"},{"text":"and a desert","number":"h6160"},{"text":"a dry land","number":"h6723"}],"39":[{"text":"with the wild beasts of the islands","number":"h338"},{"text":"there and the owls","number":"h1323"},{"text":"in from generation","number":"h1755"},{"text":"to generation","number":"h1755"},{"text":"shall dwell","number":"h3427"},{"text":"shall dwell","number":"h3427"},{"text":"therein and it shall be no more inhabited","number":"h3427"},{"text":"for ever","number":"h5331"},{"text":"Therefore the wild beasts of the desert","number":"h6728"},{"text":"neither shall it be dwelt","number":"h7931"}],"38":[{"text":"upon their idols","number":"h367"},{"text":"for it is the land","number":"h776"},{"text":"and they are mad","number":"h1984"},{"text":"A drought","number":"h2721"},{"text":"and they shall be dried up","number":"h3001"},{"text":"is upon her waters","number":"h4325"},{"text":"of graven images","number":"h6456"}],"16":[{"text":"every one","number":"h376"},{"text":"every one","number":"h376"},{"text":"to his own land","number":"h776"},{"text":"from Babylon","number":"h894"},{"text":"the sower","number":"h2232"},{"text":"sword","number":"h2719"},{"text":"of the oppressing","number":"h3238"},{"text":"Cut off","number":"h3772"},{"text":"the sickle","number":"h4038"},{"text":"and they shall flee","number":"h5127"},{"text":"to his people","number":"h5971"},{"text":"in the time","number":"h6256"},{"text":"they shall turn","number":"h6437"},{"text":"for fear","number":"h6440"},{"text":"of harvest","number":"h7105"},{"text":"and him that handleth","number":"h8610"}],"42":[{"text":"like a man","number":"h376"},{"text":"they are cruel","number":"h394"},{"text":"of Babylon","number":"h894"},{"text":"against thee O daughter","number":"h1323"},{"text":"shall roar","number":"h1993"},{"text":"They shall hold","number":"h2388"},{"text":"like the sea","number":"h3220"},{"text":"and the lance","number":"h3591"},{"text":"to the battle","number":"h4421"},{"text":"upon horses","number":"h5483"},{"text":"every one put in array","number":"h6186"},{"text":"their voice","number":"h6963"},{"text":"the bow","number":"h7198"},{"text":"and will not shew mercy","number":"h7355"},{"text":"and they shall ride","number":"h7392"}],"44":[{"text":"of the strong","number":"h386"},{"text":"like a lion","number":"h738"},{"text":"from her and who is a chosen","number":"h977"},{"text":"from the swelling","number":"h1347"},{"text":"over her for who is like me and who will appoint me the time","number":"h3259"},{"text":"of Jordan","number":"h3383"},{"text":"unto the habitation","number":"h5116"},{"text":"Behold he shall come up","number":"h5927"},{"text":"that will stand","number":"h5975"},{"text":"before","number":"h6440"},{"text":"man that I may appoint","number":"h6485"},{"text":"them suddenly","number":"h7280"},{"text":"but I will make","number":"h7323"},{"text":"run away","number":"h7323"},{"text":"and who is that shepherd","number":"h7462"}],"32":[{"text":"and it shall devour","number":"h398"},{"text":"a fire","number":"h784"},{"text":"And the most proud","number":"h2087"},{"text":"and I will kindle","number":"h3341"},{"text":"shall stumble","number":"h3782"},{"text":"and fall","number":"h5307"},{"text":"all round about","number":"h5439"},{"text":"in his cities","number":"h5892"},{"text":"and none shall raise him up","number":"h6965"}],"28":[{"text":"our God","number":"h430"},{"text":"of the land","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"of his temple","number":"h1964"},{"text":"of the LORD","number":"h3068"},{"text":"to declare","number":"h5046"},{"text":"of them that flee","number":"h5127"},{"text":"the vengeance","number":"h5360"},{"text":"the vengeance","number":"h5360"},{"text":"and escape out","number":"h6405"},{"text":"in Zion","number":"h6726"},{"text":"The voice","number":"h6963"}],"18":[{"text":"the God","number":"h430"},{"text":"Therefore thus saith","number":"h559"},{"text":"and his land","number":"h776"},{"text":"of Assyria","number":"h804"},{"text":"of Babylon","number":"h894"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"the king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"Behold I will punish","number":"h6485"},{"text":"as I have punished","number":"h6485"},{"text":"of hosts","number":"h6635"}],"4":[{"text":"their God","number":"h430"},{"text":"shall come","number":"h935"},{"text":"and weeping","number":"h1058"},{"text":"the children","number":"h1121"},{"text":"they and the children","number":"h1121"},{"text":"and seek","number":"h1245"},{"text":"going","number":"h1980"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"In those days","number":"h3117"},{"text":"together","number":"h3162"},{"text":"they shall go","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"saith","number":"h5002"},{"text":"and in that time","number":"h6256"}],"33":[{"text":"Thus saith","number":"h559"},{"text":"The children","number":"h1121"},{"text":"and the children","number":"h1121"},{"text":"held them fast","number":"h2388"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"together","number":"h3162"},{"text":"of Israel","number":"h3478"},{"text":"they refused","number":"h3985"},{"text":"were oppressed","number":"h6231"},{"text":"of hosts","number":"h6635"},{"text":"and all that took them captives","number":"h7617"},{"text":"to let them go","number":"h7971"}],"2":[{"text":"not say","number":"h559"},{"text":"Babylon","number":"h894"},{"text":"Bel","number":"h1078"},{"text":"ye among the nations","number":"h1471"},{"text":"her images","number":"h1544"},{"text":"are broken in pieces","number":"h2865"},{"text":"is broken in pieces","number":"h2865"},{"text":"are confounded","number":"h3001"},{"text":"is confounded","number":"h3001"},{"text":"and conceal","number":"h3582"},{"text":"is taken","number":"h3920"},{"text":"Merodach","number":"h4781"},{"text":"Declare","number":"h5046"},{"text":"a standard","number":"h5251"},{"text":"and set up","number":"h5375"},{"text":"her idols","number":"h6091"},{"text":"and publish","number":"h8085"},{"text":"publish","number":"h8085"}],"30":[{"text":"and all her men","number":"h582"},{"text":"Therefore shall her young men","number":"h970"},{"text":"shall be cut off","number":"h1826"},{"text":"the LORD","number":"h3068"},{"text":"in that day","number":"h3117"},{"text":"of war","number":"h4421"},{"text":"saith","number":"h5002"},{"text":"fall","number":"h5307"},{"text":"in the streets","number":"h7339"}],"19":[{"text":"Ephraim","number":"h669"},{"text":"and Bashan","number":"h1316"},{"text":"and Gilead","number":"h1568"},{"text":"upon mount","number":"h2022"},{"text":"Israel","number":"h3478"},{"text":"on Carmel","number":"h3760"},{"text":"to his habitation","number":"h5116"},{"text":"and his soul","number":"h5315"},{"text":"and he shall feed","number":"h7462"},{"text":"shall be satisfied","number":"h7646"},{"text":"And I will bring","number":"h7725"},{"text":"again","number":"h7725"}],"45":[{"text":"against the land","number":"h776"},{"text":"against Babylon","number":"h894"},{"text":"that he hath purposed","number":"h2803"},{"text":"of the LORD","number":"h3068"},{"text":"that he hath taken","number":"h3289"},{"text":"of the Chaldeans","number":"h3778"},{"text":"and his purposes","number":"h4284"},{"text":"surely he shall make their habitation","number":"h5116"},{"text":"shall draw them out","number":"h5498"},{"text":"ye the counsel","number":"h6098"},{"text":"of the flock","number":"h6629"},{"text":"Surely the least","number":"h6810"},{"text":"desolate","number":"h8074"},{"text":"Therefore hear","number":"h8085"}],"1":[{"text":"and against the land","number":"h776"},{"text":"against Babylon","number":"h894"},{"text":"spake","number":"h1696"},{"text":"The word","number":"h1697"},{"text":"by","number":"h3027"},{"text":"that the LORD","number":"h3068"},{"text":"Jeremiah","number":"h3414"},{"text":"of the Chaldeans","number":"h3778"},{"text":"the prophet","number":"h5030"}],"9":[{"text":"country","number":"h776"},{"text":"against Babylon","number":"h894"},{"text":"shall be as of a mighty","number":"h1368"},{"text":"of great","number":"h1419"},{"text":"nations","number":"h1471"},{"text":"their arrows","number":"h2671"},{"text":"against her from thence she shall be taken","number":"h3920"},{"text":"For lo I will raise","number":"h5782"},{"text":"and cause to come up","number":"h5927"},{"text":"and they shall set themselves in array","number":"h6186"},{"text":"from the north","number":"h6828"},{"text":"an assembly","number":"h6951"},{"text":"in vain","number":"h7387"},{"text":"none shall return","number":"h7725"},{"text":"expert man","number":"h7919"}],"22":[{"text":"is in the land","number":"h776"},{"text":"and of great","number":"h1419"},{"text":"of battle","number":"h4421"},{"text":"A sound","number":"h6963"},{"text":"destruction","number":"h7667"}],"41":[{"text":"of the earth","number":"h776"},{"text":"shall come","number":"h935"},{"text":"and a great","number":"h1419"},{"text":"nation","number":"h1471"},{"text":"from the coasts","number":"h3411"},{"text":"kings","number":"h4428"},{"text":"shall be raised up","number":"h5782"},{"text":"Behold a people","number":"h5971"},{"text":"from the north","number":"h6828"},{"text":"and many","number":"h7227"}],"23":[{"text":"of the whole earth","number":"h776"},{"text":"how is Babylon","number":"h894"},{"text":"cut asunder","number":"h1438"},{"text":"among the nations","number":"h1471"},{"text":"How is the hammer","number":"h6360"},{"text":"and broken","number":"h7665"},{"text":"become a desolation","number":"h8047"}],"8":[{"text":"out of the land","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"and go forth","number":"h3318"},{"text":"of the Chaldeans","number":"h3778"},{"text":"Remove","number":"h5110"},{"text":"and be as the he goats","number":"h6260"},{"text":"before","number":"h6440"},{"text":"the flocks","number":"h6629"},{"text":"out of the midst","number":"h8432"}],"46":[{"text":"the earth","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"among the nations","number":"h1471"},{"text":"and the cry","number":"h2201"},{"text":"At the noise","number":"h6963"},{"text":"is moved","number":"h7493"},{"text":"is heard","number":"h8085"},{"text":"of the taking","number":"h8610"}],"34":[{"text":"to the land","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"Their Redeemer","number":"h1350"},{"text":"is strong","number":"h2389"},{"text":"the LORD","number":"h3068"},{"text":"the inhabitants","number":"h3427"},{"text":"of hosts","number":"h6635"},{"text":"and disquiet","number":"h7264"},{"text":"that he may give rest","number":"h7280"},{"text":"he shall throughly","number":"h7378"},{"text":"plead","number":"h7378"},{"text":"their cause","number":"h7379"},{"text":"is his name","number":"h8034"}],"15":[{"text":"her foundations","number":"h803"},{"text":"are thrown down","number":"h2040"},{"text":"her walls","number":"h2346"},{"text":"her hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"are fallen","number":"h5307"},{"text":"take vengeance","number":"h5358"},{"text":"for it is the vengeance","number":"h5360"},{"text":"she hath given","number":"h5414"},{"text":"against her round about","number":"h5439"},{"text":"do","number":"h6213"},{"text":"upon her as she hath done","number":"h6213"},{"text":"Shout","number":"h7321"}],"24":[{"text":"O Babylon","number":"h894"},{"text":"because thou hast striven","number":"h1624"},{"text":"and thou wast not aware","number":"h3045"},{"text":"against the LORD","number":"h3068"},{"text":"I have laid a snare","number":"h3369"},{"text":"for thee and thou art also taken","number":"h3920"},{"text":"thou art found","number":"h4672"},{"text":"and also caught","number":"h8610"}],"14":[{"text":"against Babylon","number":"h894"},{"text":"all ye that bend","number":"h1869"},{"text":"for she hath sinned","number":"h2398"},{"text":"at her spare","number":"h2550"},{"text":"no arrows","number":"h2671"},{"text":"shoot","number":"h3034"},{"text":"against the LORD","number":"h3068"},{"text":"round about","number":"h5439"},{"text":"Put yourselves in array","number":"h6186"},{"text":"the bow","number":"h7198"}],"29":[{"text":"against Babylon","number":"h894"},{"text":"all ye that bend","number":"h1869"},{"text":"unto her for she hath been proud","number":"h2102"},{"text":"camp","number":"h2583"},{"text":"against the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"against it round about","number":"h5439"},{"text":"according to all that she hath done","number":"h6213"},{"text":"do","number":"h6213"},{"text":"let none thereof escape","number":"h6413"},{"text":"her according to her work","number":"h6467"},{"text":"against the Holy One","number":"h6918"},{"text":"the bow","number":"h7198"},{"text":"the archers","number":"h7228"},{"text":"recompense","number":"h7999"},{"text":"Call together","number":"h8085"}],"13":[{"text":"by Babylon","number":"h894"},{"text":"of the LORD","number":"h3068"},{"text":"it shall not be inhabited","number":"h3427"},{"text":"at all her plagues","number":"h4347"},{"text":"every one that goeth","number":"h5674"},{"text":"Because of the wrath","number":"h7110"},{"text":"shall be astonished","number":"h8074"},{"text":"but it shall be wholly desolate","number":"h8077"},{"text":"and hiss","number":"h8319"}],"35":[{"text":"of Babylon","number":"h894"},{"text":"and upon her wise","number":"h2450"},{"text":"A sword","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"and upon the inhabitants","number":"h3427"},{"text":"is upon the Chaldeans","number":"h3778"},{"text":"saith","number":"h5002"},{"text":"and upon her princes","number":"h8269"}],"43":[{"text":"of Babylon","number":"h894"},{"text":"took hold","number":"h2388"},{"text":"of him and pangs","number":"h2427"},{"text":"of them and his hands","number":"h3027"},{"text":"as of a woman in travail","number":"h3205"},{"text":"The king","number":"h4428"},{"text":"anguish","number":"h6869"},{"text":"waxed feeble","number":"h7503"},{"text":"hath heard","number":"h8085"},{"text":"the report","number":"h8088"}],"36":[{"text":"is upon the liars","number":"h907"},{"text":"is upon her mighty men","number":"h1368"},{"text":"A sword","number":"h2719"},{"text":"a sword","number":"h2719"},{"text":"and they shall be dismayed","number":"h2865"},{"text":"and they shall dote","number":"h2973"}],"26":[{"text":"Come","number":"h935"},{"text":"and destroy her utterly","number":"h2763"},{"text":"her storehouses","number":"h3965"},{"text":"cast her up","number":"h5549"},{"text":"as heaps","number":"h6194"},{"text":"open","number":"h6605"},{"text":"against her from the utmost border","number":"h7093"},{"text":"let nothing of her be left","number":"h7611"}],"27":[{"text":"is come","number":"h935"},{"text":"woe","number":"h1945"},{"text":"Slay","number":"h2717"},{"text":"to the slaughter","number":"h2874"},{"text":"unto them! for their day","number":"h3117"},{"text":"let them go down","number":"h3381"},{"text":"the time","number":"h6256"},{"text":"of their visitation","number":"h6486"},{"text":"all her bullocks","number":"h6499"}],"5":[{"text":"saying Come","number":"h935"},{"text":"covenant","number":"h1285"},{"text":"the way","number":"h1870"},{"text":"thitherward","number":"h2008"},{"text":"ourselves to the LORD","number":"h3068"},{"text":"and let us join","number":"h3867"},{"text":"in a perpetual","number":"h5769"},{"text":"with their faces","number":"h6440"},{"text":"to Zion","number":"h6726"},{"text":"They shall ask","number":"h7592"},{"text":"that shall not be forgotten","number":"h7911"}],"20":[{"text":"shall be sought for","number":"h1245"},{"text":"and there shall be none and the sins","number":"h2403"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"In those days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"and they shall not be found","number":"h4672"},{"text":"saith","number":"h5002"},{"text":"for I will pardon","number":"h5545"},{"text":"the iniquity","number":"h5771"},{"text":"and in that time","number":"h6256"},{"text":"them whom I reserve","number":"h7604"}],"10":[{"text":"the LORD","number":"h3068"},{"text":"And Chaldea","number":"h3778"},{"text":"saith","number":"h5002"},{"text":"her shall be satisfied","number":"h7646"},{"text":"all that spoil","number":"h7997"},{"text":"shall be a spoil","number":"h7998"}]}