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
+ {"15":[{"text":"and that ye might perish","number":"h6"},{"text":"the LORD","number":"h3068"},{"text":"them saith","number":"h5002"},{"text":"that prophesy","number":"h5012"},{"text":"yet they prophesy","number":"h5012"},{"text":"ye and the prophets","number":"h5030"},{"text":"that I might drive you out","number":"h5080"},{"text":"For I have not sent","number":"h7971"},{"text":"in my name","number":"h8034"},{"text":"a lie","number":"h8267"}],"10":[{"text":"and ye should perish","number":"h6"},{"text":"from your land","number":"h127"},{"text":"For they prophesy","number":"h5012"},{"text":"and that I should drive you out","number":"h5080"},{"text":"unto you to remove you far","number":"h7368"},{"text":"a lie","number":"h8267"}],"4":[{"text":"unto their masters","number":"h113"},{"text":"unto your masters","number":"h113"},{"text":"the God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"Thus shall ye say","number":"h559"},{"text":"them to say","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of hosts","number":"h6635"},{"text":"And command","number":"h6680"}],"5":[{"text":"the man","number":"h120"},{"text":"the earth","number":"h776"},{"text":"the ground","number":"h776"},{"text":"and the beast","number":"h929"},{"text":"by my great","number":"h1419"},{"text":"arm","number":"h2220"},{"text":"meet","number":"h3474"},{"text":"power","number":"h3581"},{"text":"and by my outstretched","number":"h5186"},{"text":"and have given","number":"h5414"},{"text":"it unto whom it seemed","number":"h5869"},{"text":"I have made","number":"h6213"},{"text":"that are upon","number":"h6440"}],"3":[{"text":"of Edom","number":"h123"},{"text":"which come","number":"h935"},{"text":"of the Ammonites","number":"h1121"},{"text":"by the hand","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"to Jerusalem","number":"h3389"},{"text":"of Moab","number":"h4124"},{"text":"of the messengers","number":"h4397"},{"text":"and to the king","number":"h4428"},{"text":"and to the king","number":"h4428"},{"text":"and to the king","number":"h4428"},{"text":"and to the king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"them to the king","number":"h4428"},{"text":"unto Zedekiah","number":"h6667"},{"text":"of Zidon","number":"h6721"},{"text":"of Tyrus","number":"h6865"},{"text":"And send","number":"h7971"}],"11":[{"text":"in their own land","number":"h127"},{"text":"of Babylon","number":"h894"},{"text":"that bring","number":"h935"},{"text":"But the nations","number":"h1471"},{"text":"the LORD","number":"h3068"},{"text":"him those will I let remain still","number":"h3240"},{"text":"it and dwell","number":"h3427"},{"text":"of the king","number":"h4428"},{"text":"saith","number":"h5002"},{"text":"and serve","number":"h5647"},{"text":"and they shall till","number":"h5647"},{"text":"under the yoke","number":"h5923"},{"text":"their neck","number":"h6677"}],"21":[{"text":"the God","number":"h430"},{"text":"Yea thus saith","number":"h559"},{"text":"and in the house","number":"h1004"},{"text":"in the house","number":"h1004"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and of Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"that remain","number":"h3498"},{"text":"concerning the vessels","number":"h3627"},{"text":"of the king","number":"h4428"},{"text":"of hosts","number":"h6635"}],"19":[{"text":"For thus saith","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"and concerning the sea","number":"h3220"},{"text":"that remain","number":"h3498"},{"text":"and concerning the residue","number":"h3499"},{"text":"of the vessels","number":"h3627"},{"text":"and concerning the bases","number":"h4350"},{"text":"in this city","number":"h5892"},{"text":"concerning the pillars","number":"h5982"},{"text":"of hosts","number":"h6635"}],"16":[{"text":"Thus saith","number":"h559"},{"text":"saying","number":"h559"},{"text":"unto you saying","number":"h559"},{"text":"from Babylon","number":"h894"},{"text":"house","number":"h1004"},{"text":"Also I spake","number":"h1696"},{"text":"not to the words","number":"h1697"},{"text":"of the LORD'S","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"to the priests","number":"h3548"},{"text":"Behold the vessels","number":"h3627"},{"text":"shall now shortly","number":"h4120"},{"text":"for they prophesy","number":"h5012"},{"text":"that prophesy","number":"h5012"},{"text":"of your prophets","number":"h5030"},{"text":"and to all this people","number":"h5971"},{"text":"be brought again","number":"h7725"},{"text":"Hearken","number":"h8085"},{"text":"a lie","number":"h8267"}],"2":[{"text":"Thus saith","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"and yokes","number":"h4133"},{"text":"thee bonds","number":"h4147"},{"text":"and put","number":"h5414"},{"text":"to me Make","number":"h6213"},{"text":"them upon thy neck","number":"h6677"}],"1":[{"text":"saying","number":"h559"},{"text":"the son","number":"h1121"},{"text":"came this word","number":"h1697"},{"text":"of Josiah","number":"h2977"},{"text":"of Judah","number":"h3063"},{"text":"from the LORD","number":"h3068"},{"text":"of Jehoiakim","number":"h3079"},{"text":"unto Jeremiah","number":"h3414"},{"text":"king","number":"h4428"},{"text":"of the reign","number":"h4467"},{"text":"In the beginning","number":"h7225"}],"12":[{"text":"saying","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"Bring","number":"h935"},{"text":"I spake","number":"h1696"},{"text":"according to all these words","number":"h1697"},{"text":"and live","number":"h2421"},{"text":"of Judah","number":"h3063"},{"text":"king","number":"h4428"},{"text":"of the king","number":"h4428"},{"text":"and serve","number":"h5647"},{"text":"under the yoke","number":"h5923"},{"text":"him and his people","number":"h5971"},{"text":"also to Zedekiah","number":"h6667"},{"text":"your necks","number":"h6677"}],"14":[{"text":"that speak","number":"h559"},{"text":"unto you saying","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"not unto the words","number":"h1697"},{"text":"the king","number":"h4428"},{"text":"for they prophesy","number":"h5012"},{"text":"of the prophets","number":"h5030"},{"text":"Ye shall not serve","number":"h5647"},{"text":"Therefore hearken","number":"h8085"},{"text":"a lie","number":"h8267"}],"9":[{"text":"unto you saying","number":"h559"},{"text":"which speak","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"nor to your dreamers","number":"h2472"},{"text":"nor to your sorcerers","number":"h3786"},{"text":"the king","number":"h4428"},{"text":"not ye to your prophets","number":"h5030"},{"text":"Ye shall not serve","number":"h5647"},{"text":"nor to your enchanters","number":"h6049"},{"text":"nor to your diviners","number":"h7080"},{"text":"Therefore hearken","number":"h8085"}],"6":[{"text":"all these lands","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"and the beasts","number":"h2416"},{"text":"into the hand","number":"h3027"},{"text":"the king","number":"h4428"},{"text":"of Nebuchadnezzar","number":"h5019"},{"text":"And now have I given","number":"h5414"},{"text":"have I given","number":"h5414"},{"text":"him also to serve","number":"h5647"},{"text":"my servant","number":"h5650"},{"text":"of the field","number":"h7704"}],"7":[{"text":"of his land","number":"h776"},{"text":"come","number":"h935"},{"text":"and his son's","number":"h1121"},{"text":"him and his son","number":"h1121"},{"text":"son","number":"h1121"},{"text":"and great","number":"h1419"},{"text":"And all nations","number":"h1471"},{"text":"nations","number":"h1471"},{"text":"kings","number":"h4428"},{"text":"shall serve","number":"h5647"},{"text":"shall serve","number":"h5647"},{"text":"until the very time","number":"h6256"},{"text":"and then many","number":"h7227"}],"18":[{"text":"not to Babylon","number":"h894"},{"text":"go","number":"h935"},{"text":"and in the house","number":"h1004"},{"text":"in the house","number":"h1004"},{"text":"and if the word","number":"h1697"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"to the LORD","number":"h3068"},{"text":"and at Jerusalem","number":"h3389"},{"text":"be","number":"h3426"},{"text":"which are left","number":"h3498"},{"text":"that the vessels","number":"h3627"},{"text":"of the king","number":"h4428"},{"text":"But if they be prophets","number":"h5030"},{"text":"with them let them now make intercession","number":"h6293"},{"text":"of hosts","number":"h6635"}],"13":[{"text":"of Babylon","number":"h894"},{"text":"against the nation","number":"h1471"},{"text":"hath spoken","number":"h1696"},{"text":"and by the pestilence","number":"h1698"},{"text":"by the sword","number":"h2719"},{"text":"as the LORD","number":"h3068"},{"text":"Why will ye die","number":"h4191"},{"text":"the king","number":"h4428"},{"text":"that will not serve","number":"h5647"},{"text":"thou and thy people","number":"h5971"},{"text":"by the famine","number":"h7458"}],"17":[{"text":"of Babylon","number":"h894"},{"text":"and live","number":"h2421"},{"text":"be laid waste","number":"h2723"},{"text":"the king","number":"h4428"},{"text":"not unto them serve","number":"h5647"},{"text":"wherefore should this city","number":"h5892"},{"text":"Hearken","number":"h8085"}],"20":[{"text":"of Babylon","number":"h894"},{"text":"to Babylon","number":"h894"},{"text":"the son","number":"h1121"},{"text":"not when he carried away captive","number":"h1540"},{"text":"and all the nobles","number":"h2715"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"of Jehoiakim","number":"h3079"},{"text":"Jeconiah","number":"h3204"},{"text":"and Jerusalem","number":"h3389"},{"text":"from Jerusalem","number":"h3389"},{"text":"took","number":"h3947"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"Which Nebuchadnezzar","number":"h5019"}],"8":[{"text":"of Babylon","number":"h894"},{"text":"of Babylon","number":"h894"},{"text":"And it shall come to pass that the nation","number":"h1471"},{"text":"that nation","number":"h1471"},{"text":"and with the pestilence","number":"h1698"},{"text":"with the sword","number":"h2719"},{"text":"them by his hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"of the king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"and kingdom","number":"h4467"},{"text":"saith","number":"h5002"},{"text":"the same Nebuchadnezzar","number":"h5019"},{"text":"and that will not put","number":"h5414"},{"text":"which will not serve","number":"h5647"},{"text":"under the yoke","number":"h5923"},{"text":"will I punish","number":"h6485"},{"text":"their neck","number":"h6677"},{"text":"and with the famine","number":"h7458"},{"text":"until I have consumed","number":"h8552"}],"22":[{"text":"to Babylon","number":"h894"},{"text":"They shall be carried","number":"h935"},{"text":"the LORD","number":"h3068"},{"text":"and there shall they be until the day","number":"h3117"},{"text":"them to this place","number":"h4725"},{"text":"them saith","number":"h5002"},{"text":"then will I bring","number":"h5927"},{"text":"that I visit","number":"h6485"},{"text":"them up and restore","number":"h7725"}]}
@@ -0,0 +1 @@
1
+ {"16":[{"text":"of the earth","number":"h127"},{"text":"Therefore thus saith","number":"h559"},{"text":"because thou hast taught","number":"h1696"},{"text":"against the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"thou shalt die","number":"h4191"},{"text":"rebellion","number":"h5627"},{"text":"thee from off the face","number":"h6440"},{"text":"Behold I will cast","number":"h7971"},{"text":"this year","number":"h8141"}],"9":[{"text":"then","number":"h227"},{"text":"hath truly","number":"h571"},{"text":"shall come to pass","number":"h935"},{"text":"when the word","number":"h1697"},{"text":"be known","number":"h3045"},{"text":"that the LORD","number":"h3068"},{"text":"which prophesieth","number":"h5012"},{"text":"The prophet","number":"h5030"},{"text":"of the prophet","number":"h5030"},{"text":"shall the prophet","number":"h5030"},{"text":"of peace","number":"h7965"},{"text":"sent","number":"h7971"}],"7":[{"text":"and in the ears","number":"h241"},{"text":"in thine ears","number":"h241"},{"text":"that I speak","number":"h1696"},{"text":"thou now this word","number":"h1697"},{"text":"of all the people","number":"h5971"},{"text":"Nevertheless hear","number":"h8085"}],"12":[{"text":"the prophet after","number":"h310"},{"text":"saying","number":"h559"},{"text":"Then the word","number":"h1697"},{"text":"that Hananiah","number":"h2608"},{"text":"of the LORD","number":"h3068"},{"text":"Jeremiah","number":"h3414"},{"text":"came unto Jeremiah","number":"h3414"},{"text":"the yoke","number":"h4133"},{"text":"of the prophet","number":"h5030"},{"text":"the prophet","number":"h5030"},{"text":"from off the neck","number":"h6677"},{"text":"had broken","number":"h7665"}],"14":[{"text":"the God","number":"h430"},{"text":"For thus saith","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"of iron","number":"h1270"},{"text":"of all these nations","number":"h1471"},{"text":"him the beasts","number":"h2416"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"Nebuchadnezzar","number":"h5019"},{"text":"I have put","number":"h5414"},{"text":"him and I have given","number":"h5414"},{"text":"and they shall serve","number":"h5647"},{"text":"that they may serve","number":"h5647"},{"text":"a yoke","number":"h5923"},{"text":"of hosts","number":"h6635"},{"text":"upon the neck","number":"h6677"},{"text":"of the field","number":"h7704"}],"2":[{"text":"the God","number":"h430"},{"text":"Thus speaketh","number":"h559"},{"text":"saying","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of the king","number":"h4428"},{"text":"the yoke","number":"h5923"},{"text":"of hosts","number":"h6635"},{"text":"I have broken","number":"h7665"}],"6":[{"text":"Amen","number":"h543"},{"text":"said","number":"h559"},{"text":"from Babylon","number":"h894"},{"text":"house","number":"h1004"},{"text":"and all that is carried away captive","number":"h1473"},{"text":"thy words","number":"h1697"},{"text":"of the LORD'S","number":"h3068"},{"text":"so the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"Jeremiah","number":"h3414"},{"text":"the vessels","number":"h3627"},{"text":"into this place","number":"h4725"},{"text":"which thou hast prophesied","number":"h5012"},{"text":"Even the prophet","number":"h5030"},{"text":"do","number":"h6213"},{"text":"perform","number":"h6965"},{"text":"to bring again","number":"h7725"}],"15":[{"text":"Then said","number":"h559"},{"text":"to trust","number":"h982"},{"text":"now Hananiah","number":"h2608"},{"text":"unto Hananiah","number":"h2608"},{"text":"The LORD","number":"h3068"},{"text":"Jeremiah","number":"h3414"},{"text":"the prophet","number":"h5030"},{"text":"the prophet","number":"h5030"},{"text":"thee but thou makest this people","number":"h5971"},{"text":"hath not sent","number":"h7971"},{"text":"Hear","number":"h8085"},{"text":"in a lie","number":"h8267"}],"11":[{"text":"Thus saith","number":"h559"},{"text":"saying","number":"h559"},{"text":"spake","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"of all nations","number":"h1471"},{"text":"his way","number":"h1870"},{"text":"And Hananiah","number":"h2608"},{"text":"the LORD","number":"h3068"},{"text":"within the space of two full","number":"h3117"},{"text":"went","number":"h3212"},{"text":"Jeremiah","number":"h3414"},{"text":"king","number":"h4428"},{"text":"of Nebuchadnezzar","number":"h5019"},{"text":"And the prophet","number":"h5030"},{"text":"in the presence","number":"h5869"},{"text":"the yoke","number":"h5923"},{"text":"of all the people","number":"h5971"},{"text":"from the neck","number":"h6677"},{"text":"Even so will I break","number":"h7665"},{"text":"years","number":"h8141"}],"13":[{"text":"Thus saith","number":"h559"},{"text":"and tell","number":"h559"},{"text":"saying","number":"h559"},{"text":"of iron","number":"h1270"},{"text":"Go","number":"h1980"},{"text":"Hananiah","number":"h2608"},{"text":"the LORD","number":"h3068"},{"text":"for them yokes","number":"h4133"},{"text":"the yokes","number":"h4133"},{"text":"of wood","number":"h6086"},{"text":"but thou shalt make","number":"h6213"},{"text":"Thou hast broken","number":"h7665"}],"5":[{"text":"said","number":"h559"},{"text":"in the house","number":"h1004"},{"text":"Hananiah","number":"h2608"},{"text":"of the LORD","number":"h3068"},{"text":"Jeremiah","number":"h3414"},{"text":"of the priests","number":"h3548"},{"text":"Then the prophet","number":"h5030"},{"text":"unto the prophet","number":"h5030"},{"text":"and in the presence","number":"h5869"},{"text":"in the presence","number":"h5869"},{"text":"of all the people","number":"h5971"},{"text":"that stood","number":"h5975"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h559"},{"text":"unto me in the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"which was of Gibeon","number":"h1391"},{"text":"month","number":"h2320"},{"text":"and in the fifth","number":"h2549"},{"text":"that Hananiah","number":"h2608"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"of the priests","number":"h3548"},{"text":"king","number":"h4428"},{"text":"of the reign","number":"h4467"},{"text":"the prophet","number":"h5030"},{"text":"of Azur","number":"h5809"},{"text":"in the presence","number":"h5869"},{"text":"and of all the people","number":"h5971"},{"text":"of Zedekiah","number":"h6667"},{"text":"in the beginning","number":"h7225"},{"text":"in the fourth","number":"h7243"},{"text":"And it came to pass the same year","number":"h8141"},{"text":"year","number":"h8141"}],"8":[{"text":"countries","number":"h776"},{"text":"and against great","number":"h1419"},{"text":"and of pestilence","number":"h1698"},{"text":"of war","number":"h4421"},{"text":"kingdoms","number":"h4467"},{"text":"prophesied","number":"h5012"},{"text":"The prophets","number":"h5030"},{"text":"thee of old","number":"h5769"},{"text":"me and before","number":"h6440"},{"text":"that have been before","number":"h6440"},{"text":"both against many","number":"h7227"},{"text":"and of evil","number":"h7451"}],"4":[{"text":"into Babylon","number":"h894"},{"text":"of Babylon","number":"h894"},{"text":"that went","number":"h935"},{"text":"the son","number":"h1121"},{"text":"with all the captives","number":"h1546"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"of Jehoiakim","number":"h3079"},{"text":"Jeconiah","number":"h3204"},{"text":"king","number":"h4428"},{"text":"of the king","number":"h4428"},{"text":"to this place","number":"h4725"},{"text":"saith","number":"h5002"},{"text":"the yoke","number":"h5923"},{"text":"for I will break","number":"h7665"},{"text":"And I will bring again","number":"h7725"}],"3":[{"text":"of Babylon","number":"h894"},{"text":"them to Babylon","number":"h894"},{"text":"and carried","number":"h935"},{"text":"house","number":"h1004"},{"text":"of the LORD'S","number":"h3068"},{"text":"Within two full","number":"h3117"},{"text":"all the vessels","number":"h3627"},{"text":"took away","number":"h3947"},{"text":"king","number":"h4428"},{"text":"from this place","number":"h4725"},{"text":"into this place","number":"h4725"},{"text":"that Nebuchadnezzar","number":"h5019"},{"text":"will I bring again","number":"h7725"},{"text":"years","number":"h8141"}],"17":[{"text":"month","number":"h2320"},{"text":"So Hananiah","number":"h2608"},{"text":"died","number":"h4191"},{"text":"the prophet","number":"h5030"},{"text":"in the seventh","number":"h7637"},{"text":"the same year","number":"h8141"}],"10":[{"text":"Then Hananiah","number":"h2608"},{"text":"Jeremiah's","number":"h3414"},{"text":"took","number":"h3947"},{"text":"the yoke","number":"h4133"},{"text":"from off the prophet","number":"h5030"},{"text":"the prophet","number":"h5030"},{"text":"neck","number":"h6677"},{"text":"and brake","number":"h7665"}]}
@@ -0,0 +1 @@
1
+ {"29":[{"text":"in the ears","number":"h241"},{"text":"of Jeremiah","number":"h3414"},{"text":"the priest","number":"h3548"},{"text":"the prophet","number":"h5030"},{"text":"this letter","number":"h5612"},{"text":"And Zephaniah","number":"h6846"},{"text":"read","number":"h7121"}],"16":[{"text":"and of your brethren","number":"h251"},{"text":"Know that thus saith","number":"h559"},{"text":"with you into captivity","number":"h1473"},{"text":"of David","number":"h1732"},{"text":"the LORD","number":"h3068"},{"text":"that are not gone forth","number":"h3318"},{"text":"that dwelleth","number":"h3427"},{"text":"that sitteth","number":"h3427"},{"text":"upon the throne","number":"h3678"},{"text":"of the king","number":"h4428"},{"text":"in this city","number":"h5892"},{"text":"and of all the people","number":"h5971"}],"22":[{"text":"and like Ahab","number":"h256"},{"text":"saying","number":"h559"},{"text":"in the fire","number":"h784"},{"text":"of Babylon","number":"h894"},{"text":"which are in Babylon","number":"h894"},{"text":"by all the captivity","number":"h1546"},{"text":"of Judah","number":"h3063"},{"text":"The LORD","number":"h3068"},{"text":"And of them shall be taken up","number":"h3947"},{"text":"whom the king","number":"h4428"},{"text":"thee like Zedekiah","number":"h6667"},{"text":"roasted","number":"h7033"},{"text":"a curse","number":"h7045"},{"text":"make","number":"h7760"}],"21":[{"text":"of Ahab","number":"h256"},{"text":"the God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"them into the hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"of Maaseiah","number":"h4641"},{"text":"which prophesy","number":"h5012"},{"text":"of Nebuchadrezzar","number":"h5019"},{"text":"and he shall slay","number":"h5221"},{"text":"Behold I will deliver","number":"h5414"},{"text":"them before your eyes","number":"h5869"},{"text":"of hosts","number":"h6635"},{"text":"and of Zedekiah","number":"h6667"},{"text":"of Kolaiah","number":"h6964"},{"text":"unto you in my name","number":"h8034"},{"text":"a lie","number":"h8267"}],"2":[{"text":"After","number":"h310"},{"text":"and the queen","number":"h1377"},{"text":"and the carpenters","number":"h2796"},{"text":"of Judah","number":"h3063"},{"text":"that Jeconiah","number":"h3204"},{"text":"were departed","number":"h3318"},{"text":"and Jerusalem","number":"h3389"},{"text":"from Jerusalem","number":"h3389"},{"text":"the king","number":"h4428"},{"text":"and the smiths","number":"h4525"},{"text":"and the eunuchs","number":"h5631"},{"text":"the princes","number":"h8269"}],"18":[{"text":"them","number":"h310"},{"text":"to be a curse","number":"h423"},{"text":"of the earth","number":"h776"},{"text":"among all the nations","number":"h1471"},{"text":"and with the pestilence","number":"h1698"},{"text":"them to be removed","number":"h2189"},{"text":"with the sword","number":"h2719"},{"text":"and a reproach","number":"h2781"},{"text":"to all the kingdoms","number":"h4467"},{"text":"whither I have driven","number":"h5080"},{"text":"and will deliver","number":"h5414"},{"text":"And I will persecute","number":"h7291"},{"text":"with the famine","number":"h7458"},{"text":"and an astonishment","number":"h8047"},{"text":"and an hissing","number":"h8322"}],"11":[{"text":"end","number":"h319"},{"text":"that I think","number":"h2803"},{"text":"For I know","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"the thoughts","number":"h4284"},{"text":"thoughts","number":"h4284"},{"text":"toward you saith","number":"h5002"},{"text":"to give","number":"h5414"},{"text":"and not of evil","number":"h7451"},{"text":"of peace","number":"h7965"},{"text":"you an expected","number":"h8615"}],"26":[{"text":"for every man","number":"h376"},{"text":"in the house","number":"h1004"},{"text":"The LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"in the stead of Jehoiada","number":"h3077"},{"text":"the priest","number":"h3548"},{"text":"thee priest","number":"h3548"},{"text":"him in prison","number":"h4115"},{"text":"and maketh himself a prophet","number":"h5012"},{"text":"hath made","number":"h5414"},{"text":"that thou shouldest put","number":"h5414"},{"text":"that ye should be officers","number":"h6496"},{"text":"and in the stocks","number":"h6729"},{"text":"that is mad","number":"h7696"}],"32":[{"text":"he shall not have a man","number":"h376"},{"text":"Therefore thus saith","number":"h559"},{"text":"because he hath taught","number":"h1696"},{"text":"and his seed","number":"h2233"},{"text":"the good","number":"h2896"},{"text":"against the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"to dwell","number":"h3427"},{"text":"saith","number":"h5002"},{"text":"the Nehelamite","number":"h5161"},{"text":"rebellion","number":"h5627"},{"text":"for my people","number":"h5971"},{"text":"this people","number":"h5971"},{"text":"that I will do","number":"h6213"},{"text":"Behold I will punish","number":"h6485"},{"text":"neither shall he behold","number":"h7200"},{"text":"Shemaiah","number":"h8098"},{"text":"among","number":"h8432"}],"28":[{"text":"and eat","number":"h398"},{"text":"saying","number":"h559"},{"text":"captivity is long","number":"h752"},{"text":"unto us in Babylon","number":"h894"},{"text":"ye houses","number":"h1004"},{"text":"build","number":"h1129"},{"text":"gardens","number":"h1593"},{"text":"This","number":"h1931"},{"text":"and dwell","number":"h3427"},{"text":"in them and plant","number":"h5193"},{"text":"the fruit","number":"h6529"},{"text":"For therefore he sent","number":"h7971"}],"5":[{"text":"and eat","number":"h398"},{"text":"ye houses","number":"h1004"},{"text":"Build","number":"h1129"},{"text":"gardens","number":"h1593"},{"text":"and dwell","number":"h3427"},{"text":"in them and plant","number":"h5193"},{"text":"the fruit","number":"h6529"}],"17":[{"text":"that cannot be eaten","number":"h398"},{"text":"Thus saith","number":"h559"},{"text":"and the pestilence","number":"h1698"},{"text":"upon them the sword","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"and will make","number":"h5414"},{"text":"of hosts","number":"h6635"},{"text":"they are so evil","number":"h7455"},{"text":"the famine","number":"h7458"},{"text":"Behold I will send","number":"h7971"},{"text":"them like vile","number":"h8182"},{"text":"figs","number":"h8384"}],"25":[{"text":"the God","number":"h430"},{"text":"Thus speaketh","number":"h559"},{"text":"saying","number":"h559"},{"text":"saying","number":"h559"},{"text":"the son","number":"h1121"},{"text":"the LORD","number":"h3068"},{"text":"that are at Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"and to all the priests","number":"h3548"},{"text":"the priest","number":"h3548"},{"text":"of Maaseiah","number":"h4641"},{"text":"letters","number":"h5612"},{"text":"unto all the people","number":"h5971"},{"text":"of hosts","number":"h6635"},{"text":"and to Zephaniah","number":"h6846"},{"text":"Because thou hast sent","number":"h7971"},{"text":"in thy name","number":"h8034"}],"4":[{"text":"the God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"unto Babylon","number":"h894"},{"text":"unto all that are carried away captives","number":"h1473"},{"text":"whom I have caused to be carried away","number":"h1540"},{"text":"the LORD","number":"h3068"},{"text":"from Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"of hosts","number":"h6635"}],"8":[{"text":"the God","number":"h430"},{"text":"For thus saith","number":"h559"},{"text":"to your dreams","number":"h2472"},{"text":"which ye cause to be dreamed","number":"h2492"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"Let not your prophets","number":"h5030"},{"text":"of you deceive","number":"h5377"},{"text":"of hosts","number":"h6635"},{"text":"and your diviners","number":"h7080"},{"text":"that be in the midst","number":"h7130"},{"text":"you neither hearken","number":"h8085"}],"3":[{"text":"of Elasah","number":"h501"},{"text":"saying","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"unto Babylon","number":"h894"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"and Gemariah","number":"h1587"},{"text":"of Hilkiah","number":"h2518"},{"text":"By the hand","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"to Nebuchadnezzar","number":"h5019"},{"text":"whom Zedekiah","number":"h6667"},{"text":"sent","number":"h7971"},{"text":"of Shaphan","number":"h8227"}],"15":[{"text":"Because ye have said","number":"h559"},{"text":"in Babylon","number":"h894"},{"text":"The LORD","number":"h3068"},{"text":"prophets","number":"h5030"},{"text":"hath raised us up","number":"h6965"}],"10":[{"text":"For thus saith","number":"h559"},{"text":"at Babylon","number":"h894"},{"text":"word","number":"h1697"},{"text":"my good","number":"h2896"},{"text":"the LORD","number":"h3068"},{"text":"be accomplished","number":"h4390"},{"text":"to this place","number":"h4725"},{"text":"That after","number":"h6310"},{"text":"I will visit","number":"h6485"},{"text":"you and perform","number":"h6965"},{"text":"seventy","number":"h7657"},{"text":"toward you in causing you to return","number":"h7725"},{"text":"years","number":"h8141"}],"31":[{"text":"Thus saith","number":"h559"},{"text":"saying","number":"h559"},{"text":"him not and he caused you to trust","number":"h982"},{"text":"to all them of the captivity","number":"h1473"},{"text":"the LORD","number":"h3068"},{"text":"hath prophesied","number":"h5012"},{"text":"the Nehelamite","number":"h5161"},{"text":"Send","number":"h7971"},{"text":"unto you and I sent","number":"h7971"},{"text":"Because that Shemaiah","number":"h8098"},{"text":"concerning Shemaiah","number":"h8098"},{"text":"in a lie","number":"h8267"}],"24":[{"text":"Thus shalt thou also speak","number":"h559"},{"text":"saying","number":"h559"},{"text":"the Nehelamite","number":"h5161"},{"text":"to Shemaiah","number":"h8098"}],"30":[{"text":"saying","number":"h559"},{"text":"Then came the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"unto Jeremiah","number":"h3414"}],"6":[{"text":"to husbands","number":"h582"},{"text":"wives","number":"h802"},{"text":"ye wives","number":"h802"},{"text":"and daughters","number":"h1121"},{"text":"for your sons","number":"h1121"},{"text":"sons","number":"h1121"},{"text":"sons","number":"h1121"},{"text":"and daughters","number":"h1323"},{"text":"your daughters","number":"h1323"},{"text":"and beget","number":"h3205"},{"text":"that they may bear","number":"h3205"},{"text":"Take","number":"h3947"},{"text":"and take","number":"h3947"},{"text":"there and not diminished","number":"h4591"},{"text":"and give","number":"h5414"},{"text":"that ye may be increased","number":"h7235"}],"23":[{"text":"wives","number":"h802"},{"text":"and have spoken","number":"h1696"},{"text":"words","number":"h1697"},{"text":"them even I know","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"in Israel","number":"h3478"},{"text":"saith","number":"h5002"},{"text":"adultery","number":"h5003"},{"text":"villany","number":"h5039"},{"text":"and am a witness","number":"h5707"},{"text":"Because they have committed","number":"h6213"},{"text":"and have committed","number":"h6213"},{"text":"which I have not commanded","number":"h6680"},{"text":"with their neighbours","number":"h7453"},{"text":"in my name","number":"h8034"},{"text":"lying","number":"h8267"}],"1":[{"text":"to Babylon","number":"h894"},{"text":"which were carried away captives","number":"h1473"},{"text":"had carried away captive","number":"h1540"},{"text":"Now these are the words","number":"h1697"},{"text":"of the elders","number":"h2205"},{"text":"from Jerusalem","number":"h3389"},{"text":"from Jerusalem","number":"h3389"},{"text":"that Jeremiah","number":"h3414"},{"text":"unto the residue","number":"h3499"},{"text":"and to the priests","number":"h3548"},{"text":"whom Nebuchadnezzar","number":"h5019"},{"text":"and to the prophets","number":"h5030"},{"text":"the prophet","number":"h5030"},{"text":"of the letter","number":"h5612"},{"text":"and to all the people","number":"h5971"},{"text":"sent","number":"h7971"}],"20":[{"text":"to Babylon","number":"h894"},{"text":"all ye of the captivity","number":"h1473"},{"text":"ye therefore the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"from Jerusalem","number":"h3389"},{"text":"whom I have sent","number":"h7971"},{"text":"Hear","number":"h8085"}],"13":[{"text":"And ye shall seek","number":"h1245"},{"text":"me when ye shall search","number":"h1875"},{"text":"for me with all your heart","number":"h3824"},{"text":"me and find","number":"h4672"}],"14":[{"text":"you from all the nations","number":"h1471"},{"text":"whence I caused you to be carried away captive","number":"h1540"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"And I will be found","number":"h4672"},{"text":"and from all the places","number":"h4725"},{"text":"into the place","number":"h4725"},{"text":"of you saith","number":"h5002"},{"text":"you saith","number":"h5002"},{"text":"whither I have driven","number":"h5080"},{"text":"and I will gather","number":"h6908"},{"text":"your captivity","number":"h7622"},{"text":"and I will bring you again","number":"h7725"},{"text":"and I will turn away","number":"h7725"}],"7":[{"text":"whither I have caused you to be carried away captives","number":"h1540"},{"text":"And seek","number":"h1875"},{"text":"unto the LORD","number":"h3068"},{"text":"of the city","number":"h5892"},{"text":"and pray","number":"h6419"},{"text":"for it for in the peace","number":"h7965"},{"text":"the peace","number":"h7965"},{"text":"thereof shall ye have peace","number":"h7965"}],"27":[{"text":"Now therefore why hast thou not reproved","number":"h1605"},{"text":"Jeremiah","number":"h3414"},{"text":"which maketh himself a prophet","number":"h5012"},{"text":"of Anathoth","number":"h6069"}],"19":[{"text":"to my words","number":"h1697"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"saith","number":"h5002"},{"text":"the prophets","number":"h5030"},{"text":"unto them by my servants","number":"h5650"},{"text":"rising up early","number":"h7925"},{"text":"and sending","number":"h7971"},{"text":"which I sent","number":"h7971"},{"text":"Because they have not hearkened","number":"h8085"},{"text":"them but ye would not hear","number":"h8085"}],"12":[{"text":"upon me and ye shall go","number":"h1980"},{"text":"and pray","number":"h6419"},{"text":"Then shall ye call","number":"h7121"},{"text":"unto me and I will hearken","number":"h8085"}],"9":[{"text":"the LORD","number":"h3068"},{"text":"them saith","number":"h5002"},{"text":"For they prophesy","number":"h5012"},{"text":"I have not sent","number":"h7971"},{"text":"unto you in my name","number":"h8034"},{"text":"falsely","number":"h8267"}]}
@@ -0,0 +1 @@
1
+ {"19":[{"text":"me My father","number":"h1"},{"text":"from me","number":"h310"},{"text":"But I said","number":"h559"},{"text":"and I said","number":"h559"},{"text":"land","number":"h776"},{"text":"thee among the children","number":"h1121"},{"text":"of nations","number":"h1471"},{"text":"thee a pleasant","number":"h2532"},{"text":"heritage","number":"h5159"},{"text":"and give","number":"h5414"},{"text":"of the hosts","number":"h6635"},{"text":"a goodly","number":"h6643"},{"text":"Thou shalt call","number":"h7121"},{"text":"and shalt not turn away","number":"h7725"},{"text":"How shall I put","number":"h7896"}],"24":[{"text":"of our fathers","number":"h1"},{"text":"hath devoured","number":"h398"},{"text":"their sons","number":"h1121"},{"text":"and their herds","number":"h1241"},{"text":"For shame","number":"h1322"},{"text":"and their daughters","number":"h1323"},{"text":"the labour","number":"h3018"},{"text":"from our youth","number":"h5271"},{"text":"their flocks","number":"h6629"}],"4":[{"text":"unto me My father","number":"h1"},{"text":"thou art the guide","number":"h441"},{"text":"of my youth","number":"h5271"},{"text":"Wilt thou not from this time cry","number":"h7121"}],"18":[{"text":"unto your fathers","number":"h1"},{"text":"out of the land","number":"h776"},{"text":"to the land","number":"h776"},{"text":"and they shall come","number":"h935"},{"text":"the house","number":"h1004"},{"text":"with the house","number":"h1004"},{"text":"of Judah","number":"h3063"},{"text":"In those days","number":"h3117"},{"text":"together","number":"h3162"},{"text":"shall walk","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"that I have given for an inheritance","number":"h5157"},{"text":"of the north","number":"h6828"}],"25":[{"text":"we and our fathers","number":"h1"},{"text":"our God","number":"h430"},{"text":"our God","number":"h430"},{"text":"in our shame","number":"h1322"},{"text":"us for we have sinned","number":"h2398"},{"text":"against the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"even unto this day","number":"h3117"},{"text":"and our confusion","number":"h3639"},{"text":"covereth","number":"h3680"},{"text":"from our youth","number":"h5271"},{"text":"the voice","number":"h6963"},{"text":"We lie down","number":"h7901"},{"text":"and have not obeyed","number":"h8085"}],"9":[{"text":"with stones","number":"h68"},{"text":"the land","number":"h776"},{"text":"of her whoredom","number":"h2184"},{"text":"that she defiled","number":"h2610"},{"text":"and committed adultery","number":"h5003"},{"text":"and with stocks","number":"h6086"},{"text":"And it came to pass through the lightness","number":"h6963"}],"8":[{"text":"when for all the causes","number":"h182"},{"text":"sister","number":"h269"},{"text":"yet her treacherous","number":"h898"},{"text":"and played the harlot","number":"h2181"},{"text":"Judah","number":"h3063"},{"text":"not but went","number":"h3212"},{"text":"feared","number":"h3372"},{"text":"Israel","number":"h3478"},{"text":"of divorce","number":"h3748"},{"text":"whereby backsliding","number":"h4878"},{"text":"committed adultery","number":"h5003"},{"text":"and given","number":"h5414"},{"text":"her a bill","number":"h5612"},{"text":"And I saw","number":"h7200"},{"text":"I had put her away","number":"h7971"}],"14":[{"text":"you one","number":"h259"},{"text":"and I will bring","number":"h935"},{"text":"children","number":"h1121"},{"text":"for I am married","number":"h1166"},{"text":"the LORD","number":"h3068"},{"text":"unto you and I will take","number":"h3947"},{"text":"of a family","number":"h4940"},{"text":"saith","number":"h5002"},{"text":"of a city","number":"h5892"},{"text":"you to Zion","number":"h6726"},{"text":"Turn","number":"h7725"},{"text":"O backsliding","number":"h7726"},{"text":"and two","number":"h8147"}],"10":[{"text":"sister","number":"h269"},{"text":"And yet for all this her treacherous","number":"h901"},{"text":"Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"unto me with her whole heart","number":"h3820"},{"text":"saith","number":"h5002"},{"text":"hath not turned","number":"h7725"},{"text":"but feignedly","number":"h8267"}],"7":[{"text":"sister","number":"h269"},{"text":"after","number":"h310"},{"text":"And I said","number":"h559"},{"text":"not And her treacherous","number":"h901"},{"text":"Judah","number":"h3063"},{"text":"she had done","number":"h6213"},{"text":"saw","number":"h7200"},{"text":"all these things Turn","number":"h7725"},{"text":"thou unto me But she returned","number":"h7725"}],"17":[{"text":"any more after","number":"h310"},{"text":"and all the nations","number":"h1471"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"neither shall they walk","number":"h3212"},{"text":"Jerusalem","number":"h3389"},{"text":"to Jerusalem","number":"h3389"},{"text":"the throne","number":"h3678"},{"text":"heart","number":"h3820"},{"text":"At that time","number":"h6256"},{"text":"shall be gathered","number":"h6960"},{"text":"they shall call","number":"h7121"},{"text":"of their evil","number":"h7451"},{"text":"unto it to the name","number":"h8034"},{"text":"the imagination","number":"h8307"}],"1":[{"text":"from him and become another","number":"h312"},{"text":"If a man","number":"h376"},{"text":"man's","number":"h376"},{"text":"They say","number":"h559"},{"text":"shall not that land","number":"h776"},{"text":"his wife","number":"h802"},{"text":"and she go","number":"h1980"},{"text":"but thou hast played the harlot","number":"h2181"},{"text":"be greatly","number":"h2610"},{"text":"polluted","number":"h2610"},{"text":"the LORD","number":"h3068"},{"text":"to me saith","number":"h5002"},{"text":"with many","number":"h7227"},{"text":"lovers","number":"h7453"},{"text":"shall he return unto her again","number":"h7725"},{"text":"yet return again","number":"h7725"},{"text":"put away","number":"h7971"}],"2":[{"text":"where","number":"h375"},{"text":"the land","number":"h776"},{"text":"with In the ways","number":"h1870"},{"text":"with thy whoredoms","number":"h2184"},{"text":"and thou hast polluted","number":"h2610"},{"text":"hast thou sat","number":"h3427"},{"text":"in the wilderness","number":"h4057"},{"text":"Lift up","number":"h5375"},{"text":"thine eyes","number":"h5869"},{"text":"for them as the Arabian","number":"h6163"},{"text":"and see","number":"h7200"},{"text":"and with thy wickedness","number":"h7451"},{"text":"thou hast not been lien","number":"h7693"},{"text":"unto the high places","number":"h8205"}],"20":[{"text":"Surely","number":"h403"},{"text":"as a wife","number":"h802"},{"text":"so have ye dealt treacherously","number":"h898"},{"text":"treacherously","number":"h898"},{"text":"with me O house","number":"h1004"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"saith","number":"h5002"},{"text":"departeth from her husband","number":"h7453"}],"23":[{"text":"Truly","number":"h403"},{"text":"truly","number":"h403"},{"text":"our God","number":"h430"},{"text":"is salvation hoped for from the hills","number":"h1389"},{"text":"and from the multitude","number":"h1995"},{"text":"of mountains","number":"h2022"},{"text":"in the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"in vain","number":"h8267"},{"text":"is the salvation","number":"h8668"}],"22":[{"text":"our God","number":"h430"},{"text":"Behold we come","number":"h857"},{"text":"children","number":"h1121"},{"text":"unto thee for thou art the LORD","number":"h3068"},{"text":"your backslidings","number":"h4878"},{"text":"and I will heal","number":"h7495"},{"text":"Return","number":"h7725"},{"text":"ye backsliding","number":"h7726"}],"21":[{"text":"their God","number":"h430"},{"text":"weeping","number":"h1065"},{"text":"of the children","number":"h1121"},{"text":"their way","number":"h1870"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"for they have perverted","number":"h5753"},{"text":"A voice","number":"h6963"},{"text":"and they have forgotten","number":"h7911"},{"text":"was heard","number":"h8085"},{"text":"upon the high places","number":"h8205"},{"text":"and supplications","number":"h8469"}],"13":[{"text":"thy God","number":"h430"},{"text":"thy ways","number":"h1870"},{"text":"to the strangers","number":"h2114"},{"text":"Only acknowledge","number":"h3045"},{"text":"against the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"thine iniquity","number":"h5771"},{"text":"tree","number":"h6086"},{"text":"and hast scattered","number":"h6340"},{"text":"that thou hast transgressed","number":"h6586"},{"text":"my voice","number":"h6963"},{"text":"under every green","number":"h7488"},{"text":"and ye have not obeyed","number":"h8085"}],"12":[{"text":"and say","number":"h559"},{"text":"these words","number":"h1697"},{"text":"Go","number":"h1980"},{"text":"upon you for I am merciful","number":"h2623"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"thou backsliding","number":"h4878"},{"text":"saith","number":"h5002"},{"text":"saith","number":"h5002"},{"text":"and I will not keep","number":"h5201"},{"text":"to fall","number":"h5307"},{"text":"anger for ever","number":"h5769"},{"text":"and I will not cause mine anger","number":"h6440"},{"text":"toward the north","number":"h6828"},{"text":"and proclaim","number":"h7121"},{"text":"Return","number":"h7725"}],"11":[{"text":"said","number":"h559"},{"text":"more than treacherous","number":"h898"},{"text":"Judah","number":"h3063"},{"text":"And the LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"unto me The backsliding","number":"h4878"},{"text":"herself","number":"h5315"},{"text":"hath justified","number":"h6663"}],"6":[{"text":"said","number":"h559"},{"text":"upon every high","number":"h1364"},{"text":"she is gone up","number":"h1980"},{"text":"mountain","number":"h2022"},{"text":"and there hath played the harlot","number":"h2181"},{"text":"of Josiah","number":"h2977"},{"text":"The LORD","number":"h3068"},{"text":"also unto me in the days","number":"h3117"},{"text":"Israel","number":"h3478"},{"text":"the king","number":"h4428"},{"text":"that which backsliding","number":"h4878"},{"text":"tree","number":"h6086"},{"text":"hath done","number":"h6213"},{"text":"Hast thou seen","number":"h7200"},{"text":"every green","number":"h7488"},{"text":"and under","number":"h8478"}],"16":[{"text":"they shall say","number":"h559"},{"text":"no more The ark","number":"h727"},{"text":"in the land","number":"h776"},{"text":"of the covenant","number":"h1285"},{"text":"neither shall they remember","number":"h2142"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"in those days","number":"h3117"},{"text":"to mind","number":"h3820"},{"text":"saith","number":"h5002"},{"text":"neither shall it come","number":"h5927"},{"text":"it neither shall that be done","number":"h6213"},{"text":"it neither shall they visit","number":"h6485"},{"text":"and increased","number":"h6509"},{"text":"And it shall come to pass when ye be multiplied","number":"h7235"}],"5":[{"text":"Behold thou hast spoken","number":"h1696"},{"text":"as thou couldest","number":"h3201"},{"text":"Will he reserve","number":"h5201"},{"text":"it to the end","number":"h5331"},{"text":"his anger for ever","number":"h5769"},{"text":"and done","number":"h6213"},{"text":"evil things","number":"h7451"},{"text":"will he keep","number":"h8104"}],"15":[{"text":"you with knowledge","number":"h1844"},{"text":"according to mine heart","number":"h3820"},{"text":"And I will give","number":"h5414"},{"text":"which shall feed","number":"h7462"},{"text":"you pastors","number":"h7462"},{"text":"and understanding","number":"h7919"}],"3":[{"text":"and thou hadst a whore's","number":"h2181"},{"text":"to be ashamed","number":"h3637"},{"text":"thou refusedst","number":"h3985"},{"text":"and there hath been no latter rain","number":"h4456"},{"text":"have been withholden","number":"h4513"},{"text":"forehead","number":"h4696"},{"text":"Therefore the showers","number":"h7241"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"to their fathers","number":"h1"},{"text":"saith","number":"h559"},{"text":"to the land","number":"h776"},{"text":"come","number":"h935"},{"text":"and Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"For lo the days","number":"h3117"},{"text":"and they shall possess","number":"h3423"},{"text":"Israel","number":"h3478"},{"text":"saith","number":"h5002"},{"text":"that I gave","number":"h5414"},{"text":"of my people","number":"h5971"},{"text":"the captivity","number":"h7622"},{"text":"and I will cause them to return","number":"h7725"},{"text":"that I will bring again","number":"h7725"}],"21":[{"text":"And their nobles","number":"h117"},{"text":"the LORD","number":"h3068"},{"text":"shall proceed","number":"h3318"},{"text":"his heart","number":"h3820"},{"text":"shall be of themselves and their governor","number":"h4910"},{"text":"unto me saith","number":"h5002"},{"text":"and he shall approach","number":"h5066"},{"text":"to approach","number":"h5066"},{"text":"unto me for who is this that engaged","number":"h6148"},{"text":"of them and I will cause him to draw near","number":"h7126"},{"text":"from the midst","number":"h7130"}],"14":[{"text":"All thy lovers","number":"h157"},{"text":"of an enemy","number":"h341"},{"text":"of a cruel one","number":"h394"},{"text":"thee they seek","number":"h1875"},{"text":"because thy sins","number":"h2403"},{"text":"with the chastisement","number":"h4148"},{"text":"thee with the wound","number":"h4347"},{"text":"thee not for I have wounded","number":"h5221"},{"text":"of thine iniquity","number":"h5771"},{"text":"were increased","number":"h6105"},{"text":"for the multitude","number":"h7230"},{"text":"have forgotten","number":"h7911"}],"18":[{"text":"tents","number":"h168"},{"text":"Thus saith","number":"h559"},{"text":"and the palace","number":"h759"},{"text":"shall be builded","number":"h1129"},{"text":"the LORD","number":"h3068"},{"text":"of Jacob's","number":"h3290"},{"text":"shall remain","number":"h3427"},{"text":"on his dwellingplaces","number":"h4908"},{"text":"after the manner","number":"h4941"},{"text":"and the city","number":"h5892"},{"text":"and have mercy","number":"h7355"},{"text":"the captivity","number":"h7622"},{"text":"Behold I will bring again","number":"h7725"},{"text":"upon her own heap","number":"h8510"}],"24":[{"text":"in the latter","number":"h319"},{"text":"anger","number":"h639"},{"text":"ye shall consider","number":"h995"},{"text":"The fierce","number":"h2740"},{"text":"of the LORD","number":"h3068"},{"text":"days","number":"h3117"},{"text":"of his heart","number":"h3820"},{"text":"the intents","number":"h4209"},{"text":"until he have done","number":"h6213"},{"text":"it and until he have performed","number":"h6965"},{"text":"shall not return","number":"h7725"}],"7":[{"text":"so that","number":"h369"},{"text":"is great","number":"h1419"},{"text":"Alas","number":"h1945"},{"text":"for that day","number":"h3117"},{"text":"of Jacob's","number":"h3290"},{"text":"but he shall be saved","number":"h3467"},{"text":"none is like it it is even the time","number":"h6256"},{"text":"trouble","number":"h6869"}],"16":[{"text":"Therefore all they that devour","number":"h398"},{"text":"thee shall be devoured","number":"h398"},{"text":"for a prey","number":"h957"},{"text":"and all that prey","number":"h962"},{"text":"every one of them shall go","number":"h3212"},{"text":"thee shall be a spoil","number":"h4933"},{"text":"upon thee will I give","number":"h5414"},{"text":"and all thine adversaries","number":"h6862"},{"text":"and they that spoil","number":"h7601"},{"text":"into captivity","number":"h7628"}],"2":[{"text":"God","number":"h430"},{"text":"Thus speaketh","number":"h559"},{"text":"saying","number":"h559"},{"text":"that I have spoken","number":"h1696"},{"text":"thee all the words","number":"h1697"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"Write","number":"h3789"},{"text":"unto thee in a book","number":"h5612"}],"22":[{"text":"and I will be your God","number":"h430"},{"text":"And ye shall be my people","number":"h5971"}],"9":[{"text":"their God","number":"h430"},{"text":"and David","number":"h1732"},{"text":"the LORD","number":"h3068"},{"text":"their king","number":"h4428"},{"text":"But they shall serve","number":"h5647"},{"text":"whom I will raise up","number":"h6965"}],"12":[{"text":"For thus saith","number":"h559"},{"text":"is incurable","number":"h605"},{"text":"is grievous","number":"h2470"},{"text":"the LORD","number":"h3068"},{"text":"and thy wound","number":"h4347"},{"text":"Thy bruise","number":"h7667"}],"5":[{"text":"For thus saith","number":"h559"},{"text":"of trembling","number":"h2731"},{"text":"the LORD","number":"h3068"},{"text":"of fear","number":"h6343"},{"text":"a voice","number":"h6963"},{"text":"and not of peace","number":"h7965"},{"text":"We have heard","number":"h8085"}],"1":[{"text":"saying","number":"h559"},{"text":"The word","number":"h1697"},{"text":"from the LORD","number":"h3068"},{"text":"that came to Jeremiah","number":"h3414"}],"15":[{"text":"is incurable","number":"h605"},{"text":"Why criest","number":"h2199"},{"text":"because thy sins","number":"h2403"},{"text":"thy sorrow","number":"h4341"},{"text":"of thine iniquity","number":"h5771"},{"text":"were increased","number":"h6105"},{"text":"I have done","number":"h6213"},{"text":"for the multitude","number":"h7230"},{"text":"thou for thine affliction","number":"h7667"}],"17":[{"text":"health","number":"h724"},{"text":"whom no man seeketh after","number":"h1875"},{"text":"the LORD","number":"h3068"},{"text":"thee of thy wounds","number":"h4347"},{"text":"saith","number":"h5002"},{"text":"thee an Outcast","number":"h5080"},{"text":"For I will restore","number":"h5927"},{"text":"saying This is Zion","number":"h6726"},{"text":"because they called","number":"h7121"},{"text":"unto thee and I will heal","number":"h7495"}],"10":[{"text":"from the land","number":"h776"},{"text":"and thy seed","number":"h2233"},{"text":"and none shall make him afraid","number":"h2729"},{"text":"neither be dismayed","number":"h2865"},{"text":"the LORD","number":"h3068"},{"text":"Jacob","number":"h3290"},{"text":"and Jacob","number":"h3290"},{"text":"Therefore fear","number":"h3372"},{"text":"for lo I will save","number":"h3467"},{"text":"O Israel","number":"h3478"},{"text":"saith","number":"h5002"},{"text":"thou not O my servant","number":"h5650"},{"text":"thee from afar","number":"h7350"},{"text":"and be quiet","number":"h7599"},{"text":"of their captivity","number":"h7628"},{"text":"shall return","number":"h7725"},{"text":"and shall be in rest","number":"h8252"}],"20":[{"text":"Their children","number":"h1121"},{"text":"shall be established","number":"h3559"},{"text":"all that oppress","number":"h3905"},{"text":"and their congregation","number":"h5712"},{"text":"before","number":"h6440"},{"text":"me and I will punish","number":"h6485"},{"text":"also shall be as aforetime","number":"h6924"}],"6":[{"text":"every man","number":"h1397"},{"text":"are turned","number":"h2015"},{"text":"whether a man","number":"h2145"},{"text":"on his loins","number":"h2504"},{"text":"with his hands","number":"h3027"},{"text":"as a woman in travail","number":"h3205"},{"text":"doth travail with child","number":"h3205"},{"text":"into paleness","number":"h3420"},{"text":"and all faces","number":"h6440"},{"text":"wherefore do I see","number":"h7200"},{"text":"ye now and see","number":"h7200"},{"text":"Ask","number":"h7592"}],"11":[{"text":"of all nations","number":"h1471"},{"text":"the LORD","number":"h3068"},{"text":"of thee but I will correct","number":"h3256"},{"text":"to save","number":"h3467"},{"text":"a full end","number":"h3617"},{"text":"a full end","number":"h3617"},{"text":"thee in measure","number":"h4941"},{"text":"For I am with thee saith","number":"h5002"},{"text":"and will not leave thee altogether","number":"h5352"},{"text":"unpunished","number":"h5352"},{"text":"thee though I make","number":"h6213"},{"text":"thee yet will I not make","number":"h6213"},{"text":"whither I have scattered","number":"h6327"}],"23":[{"text":"a continuing","number":"h1641"},{"text":"it shall fall with pain","number":"h2342"},{"text":"with fury","number":"h2534"},{"text":"of the LORD","number":"h3068"},{"text":"goeth forth","number":"h3318"},{"text":"Behold the whirlwind","number":"h5591"},{"text":"whirlwind","number":"h5591"},{"text":"upon the head","number":"h7218"},{"text":"of the wicked","number":"h7563"}],"4":[{"text":"spake","number":"h1696"},{"text":"And these are the words","number":"h1697"},{"text":"and concerning Judah","number":"h3063"},{"text":"that the LORD","number":"h3068"},{"text":"concerning Israel","number":"h3478"}],"13":[{"text":"There is none to plead","number":"h1777"},{"text":"thy cause","number":"h1779"},{"text":"that thou mayest be bound up","number":"h4205"},{"text":"medicines","number":"h7499"},{"text":"thou hast no healing","number":"h8585"}],"8":[{"text":"and strangers","number":"h2114"},{"text":"the LORD","number":"h3068"},{"text":"For it shall come to pass in that day","number":"h3117"},{"text":"thy bonds","number":"h4147"},{"text":"saith","number":"h5002"},{"text":"and will burst","number":"h5423"},{"text":"shall no more serve","number":"h5647"},{"text":"his yoke","number":"h5923"},{"text":"of hosts","number":"h6635"},{"text":"from off thy neck","number":"h6677"},{"text":"that I will break","number":"h7665"}],"19":[{"text":"And out of them shall proceed","number":"h3318"},{"text":"I will also glorify","number":"h3513"},{"text":"them and they shall not be few","number":"h4591"},{"text":"them and they shall not be small","number":"h6819"},{"text":"and the voice","number":"h6963"},{"text":"and I will multiply","number":"h7235"},{"text":"of them that make merry","number":"h7832"},{"text":"thanksgiving","number":"h8426"}]}
@@ -0,0 +1 @@
1
+ {"9":[{"text":"for I am a father","number":"h1"},{"text":"and Ephraim","number":"h669"},{"text":"They shall come","number":"h935"},{"text":"is my firstborn","number":"h1060"},{"text":"with weeping","number":"h1065"},{"text":"way","number":"h1870"},{"text":"will I lead","number":"h2986"},{"text":"them I will cause them to walk","number":"h3212"},{"text":"in a straight","number":"h3477"},{"text":"to Israel","number":"h3478"},{"text":"wherein they shall not stumble","number":"h3782"},{"text":"of waters","number":"h4325"},{"text":"by the rivers","number":"h5158"},{"text":"and with supplications","number":"h8469"}],"29":[{"text":"no more The fathers","number":"h1"},{"text":"have eaten","number":"h398"},{"text":"they shall say","number":"h559"},{"text":"and the children's","number":"h1121"},{"text":"a sour grape","number":"h1155"},{"text":"In those days","number":"h3117"},{"text":"are set on edge","number":"h6949"},{"text":"teeth","number":"h8127"}],"32":[{"text":"with their fathers","number":"h1"},{"text":"of the land","number":"h776"},{"text":"although I was an husband","number":"h1166"},{"text":"Not according to the covenant","number":"h1285"},{"text":"which my covenant","number":"h1285"},{"text":"that I took","number":"h2388"},{"text":"them by the hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"in the day","number":"h3117"},{"text":"to bring them out","number":"h3318"},{"text":"that I made","number":"h3772"},{"text":"of Egypt","number":"h4714"},{"text":"unto them saith","number":"h5002"},{"text":"they brake","number":"h6565"}],"28":[{"text":"and to destroy","number":"h6"},{"text":"them to build","number":"h1129"},{"text":"and to throw down","number":"h2040"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"and to plant","number":"h5193"},{"text":"and to break down","number":"h5422"},{"text":"them to pluck up","number":"h5428"},{"text":"and to afflict","number":"h7489"},{"text":"And it shall come to pass that like as I have watched over","number":"h8245"},{"text":"so will I watch over","number":"h8245"}],"13":[{"text":"their mourning","number":"h60"},{"text":"both young men","number":"h970"},{"text":"Then shall the virgin","number":"h1330"},{"text":"for I will turn","number":"h2015"},{"text":"and old","number":"h2205"},{"text":"from their sorrow","number":"h3015"},{"text":"together","number":"h3162"},{"text":"in the dance","number":"h4234"},{"text":"and will comfort","number":"h5162"},{"text":"rejoice","number":"h8055"},{"text":"them and make them rejoice","number":"h8055"},{"text":"into joy","number":"h8342"}],"30":[{"text":"every man","number":"h120"},{"text":"But every one","number":"h376"},{"text":"that eateth","number":"h398"},{"text":"the sour grape","number":"h1155"},{"text":"shall die","number":"h4191"},{"text":"for his own iniquity","number":"h5771"},{"text":"shall be set on edge","number":"h6949"},{"text":"his teeth","number":"h8127"}],"27":[{"text":"of man","number":"h120"},{"text":"of beast","number":"h929"},{"text":"come","number":"h935"},{"text":"and the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"that I will sow","number":"h2232"},{"text":"and with the seed","number":"h2233"},{"text":"with the seed","number":"h2233"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"Behold the days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"saith","number":"h5002"}],"3":[{"text":"unto me saying Yea I have loved","number":"h157"},{"text":"love","number":"h160"},{"text":"therefore with lovingkindness","number":"h2617"},{"text":"The LORD","number":"h3068"},{"text":"have I drawn","number":"h4900"},{"text":"thee with an everlasting","number":"h5769"},{"text":"hath appeared","number":"h7200"},{"text":"of old","number":"h7350"}],"35":[{"text":"for a light","number":"h216"},{"text":"for a light","number":"h216"},{"text":"Thus saith","number":"h559"},{"text":"when the waves","number":"h1530"},{"text":"thereof roar","number":"h1993"},{"text":"and the ordinances","number":"h2708"},{"text":"The LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"by day","number":"h3119"},{"text":"the sea","number":"h3220"},{"text":"of the moon","number":"h3394"},{"text":"and of the stars","number":"h3556"},{"text":"by night","number":"h3915"},{"text":"which giveth","number":"h5414"},{"text":"of hosts","number":"h6635"},{"text":"which divideth","number":"h7280"},{"text":"is his name","number":"h8034"},{"text":"the sun","number":"h8121"}],"34":[{"text":"his brother","number":"h251"},{"text":"and every man","number":"h376"},{"text":"no more every man","number":"h376"},{"text":"saying","number":"h559"},{"text":"of them unto the greatest","number":"h1419"},{"text":"and I will remember","number":"h2142"},{"text":"their sin","number":"h2403"},{"text":"Know","number":"h3045"},{"text":"for they shall all know","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"And they shall teach","number":"h3925"},{"text":"of them saith","number":"h5002"},{"text":"for I will forgive","number":"h5545"},{"text":"their iniquity","number":"h5771"},{"text":"me from the least","number":"h6996"},{"text":"his neighbour","number":"h7453"}],"33":[{"text":"After","number":"h310"},{"text":"and will be their God","number":"h430"},{"text":"with the house","number":"h1004"},{"text":"But this shall be the covenant","number":"h1285"},{"text":"the LORD","number":"h3068"},{"text":"those days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"that I will make","number":"h3772"},{"text":"and write","number":"h3789"},{"text":"it in their hearts","number":"h3820"},{"text":"saith","number":"h5002"},{"text":"I will put","number":"h5414"},{"text":"and they shall be my people","number":"h5971"},{"text":"in their inward parts","number":"h7130"},{"text":"my law","number":"h8451"}],"19":[{"text":"Surely after","number":"h310"},{"text":"and after","number":"h310"},{"text":"I was ashamed","number":"h954"},{"text":"the reproach","number":"h2781"},{"text":"that I was instructed","number":"h3045"},{"text":"upon my thigh","number":"h3409"},{"text":"yea even confounded","number":"h3637"},{"text":"I repented","number":"h5162"},{"text":"of my youth","number":"h5271"},{"text":"because I did bear","number":"h5375"},{"text":"I smote","number":"h5606"},{"text":"that I was turned","number":"h7725"}],"17":[{"text":"in thine end","number":"h319"},{"text":"that thy children","number":"h1121"},{"text":"to their own border","number":"h1366"},{"text":"the LORD","number":"h3068"},{"text":"And there is","number":"h3426"},{"text":"saith","number":"h5002"},{"text":"shall come again","number":"h7725"},{"text":"hope","number":"h8615"}],"10":[{"text":"it in the isles","number":"h339"},{"text":"and say","number":"h559"},{"text":"O ye nations","number":"h1471"},{"text":"the word","number":"h1697"},{"text":"He that scattered","number":"h2219"},{"text":"of the LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"afar off","number":"h4801"},{"text":"and declare","number":"h5046"},{"text":"doth his flock","number":"h5739"},{"text":"will gather","number":"h6908"},{"text":"him as a shepherd","number":"h7462"},{"text":"Hear","number":"h8085"},{"text":"him and keep","number":"h8104"}],"16":[{"text":"of the enemy","number":"h341"},{"text":"Thus saith","number":"h559"},{"text":"from the land","number":"h776"},{"text":"from weeping","number":"h1065"},{"text":"from tears","number":"h1832"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"shall be","number":"h3426"},{"text":"Refrain","number":"h4513"},{"text":"saith","number":"h5002"},{"text":"and thine eyes","number":"h5869"},{"text":"for thy work","number":"h6468"},{"text":"thy voice","number":"h6963"},{"text":"and they shall come again","number":"h7725"},{"text":"rewarded","number":"h7939"}],"24":[{"text":"husbandmen","number":"h406"},{"text":"in Judah","number":"h3063"},{"text":"thereof together","number":"h3162"},{"text":"And there shall dwell","number":"h3427"},{"text":"and they that go forth","number":"h5265"},{"text":"with flocks","number":"h5739"},{"text":"itself and in all the cities","number":"h5892"}],"18":[{"text":"my God","number":"h430"},{"text":"Ephraim","number":"h669"},{"text":"for thou art the LORD","number":"h3068"},{"text":"himself thus Thou hast chastised","number":"h3256"},{"text":"me and I was chastised","number":"h3256"},{"text":"unaccustomed","number":"h3808"},{"text":"bemoaning","number":"h5110"},{"text":"as a bullock","number":"h5695"},{"text":"thou me and I shall be turned","number":"h7725"},{"text":"to the yoke turn","number":"h7725"},{"text":"I have surely","number":"h8085"},{"text":"heard","number":"h8085"}],"6":[{"text":"our God","number":"h430"},{"text":"Ephraim","number":"h669"},{"text":"upon the mount","number":"h2022"},{"text":"unto the LORD","number":"h3068"},{"text":"a day","number":"h3117"},{"text":"For there shall be","number":"h3426"},{"text":"that the watchmen","number":"h5341"},{"text":"ye and let us go up","number":"h5927"},{"text":"to Zion","number":"h6726"},{"text":"Arise","number":"h6965"},{"text":"shall cry","number":"h7121"}],"23":[{"text":"the God","number":"h430"},{"text":"As yet they shall use","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"in the land","number":"h776"},{"text":"bless","number":"h1288"},{"text":"this speech","number":"h1697"},{"text":"and mountain","number":"h2022"},{"text":"of Judah","number":"h3063"},{"text":"The LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"thee O habitation","number":"h5116"},{"text":"and in the cities","number":"h5892"},{"text":"of hosts","number":"h6635"},{"text":"of justice","number":"h6664"},{"text":"of holiness","number":"h6944"},{"text":"their captivity","number":"h7622"},{"text":"thereof when I shall bring again","number":"h7725"}],"1":[{"text":"will I be the God","number":"h430"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of all the families","number":"h4940"},{"text":"saith","number":"h5002"},{"text":"and they shall be my people","number":"h5971"},{"text":"At the same time","number":"h6256"}],"7":[{"text":"For thus saith","number":"h559"},{"text":"ye and say","number":"h559"},{"text":"of the nations","number":"h1471"},{"text":"ye praise","number":"h1984"},{"text":"O LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"for Jacob","number":"h3290"},{"text":"save","number":"h3467"},{"text":"of Israel","number":"h3478"},{"text":"thy people","number":"h5971"},{"text":"and shout","number":"h6670"},{"text":"among the chief","number":"h7218"},{"text":"Sing","number":"h7442"},{"text":"the remnant","number":"h7611"},{"text":"with gladness","number":"h8057"},{"text":"publish","number":"h8085"}],"15":[{"text":"Thus saith","number":"h559"},{"text":"weeping","number":"h1058"},{"text":"weeping","number":"h1065"},{"text":"for her children","number":"h1121"},{"text":"for her children","number":"h1121"},{"text":"the LORD","number":"h3068"},{"text":"refused","number":"h3985"},{"text":"lamentation","number":"h5092"},{"text":"to be comforted","number":"h5162"},{"text":"A voice","number":"h6963"},{"text":"Rahel","number":"h7354"},{"text":"in Ramah","number":"h7414"},{"text":"was heard","number":"h8085"},{"text":"and bitter","number":"h8563"}],"2":[{"text":"Thus saith","number":"h559"},{"text":"when I went","number":"h1980"},{"text":"grace","number":"h2580"},{"text":"of the sword","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"even Israel","number":"h3478"},{"text":"in the wilderness","number":"h4057"},{"text":"found","number":"h4672"},{"text":"The people","number":"h5971"},{"text":"to cause him to rest","number":"h7280"},{"text":"which were left","number":"h8300"}],"37":[{"text":"Thus saith","number":"h559"},{"text":"of the earth","number":"h776"},{"text":"all the seed","number":"h2233"},{"text":"searched out","number":"h2713"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"I will also cast off","number":"h3988"},{"text":"can be measured","number":"h4058"},{"text":"and the foundations","number":"h4146"},{"text":"beneath","number":"h4295"},{"text":"above","number":"h4605"},{"text":"saith","number":"h5002"},{"text":"for all that they have done","number":"h6213"},{"text":"If heaven","number":"h8064"}],"20":[{"text":"Is Ephraim","number":"h669"},{"text":"son","number":"h1121"},{"text":"I spake","number":"h1696"},{"text":"for since","number":"h1767"},{"text":"are troubled","number":"h1993"},{"text":"against him I do earnestly","number":"h2142"},{"text":"remember","number":"h2142"},{"text":"the LORD","number":"h3068"},{"text":"child","number":"h3206"},{"text":"my dear","number":"h3357"},{"text":"him still therefore my bowels","number":"h4578"},{"text":"upon him saith","number":"h5002"},{"text":"for him I will surely","number":"h7355"},{"text":"have mercy","number":"h7355"},{"text":"is he a pleasant","number":"h8191"}],"8":[{"text":"country","number":"h776"},{"text":"of the earth","number":"h776"},{"text":"Behold I will bring","number":"h935"},{"text":"a great","number":"h1419"},{"text":"the woman with child","number":"h2030"},{"text":"together","number":"h3162"},{"text":"and her that travaileth with child","number":"h3205"},{"text":"them from the coasts","number":"h3411"},{"text":"and with them the blind","number":"h5787"},{"text":"and the lame","number":"h6455"},{"text":"them from the north","number":"h6828"},{"text":"and gather","number":"h6908"},{"text":"company","number":"h6951"},{"text":"shall return","number":"h7725"}],"22":[{"text":"in the earth","number":"h776"},{"text":"hath created","number":"h1254"},{"text":"daughter","number":"h1323"},{"text":"a man","number":"h1397"},{"text":"a new thing","number":"h2319"},{"text":"How long wilt thou go about","number":"h2559"},{"text":"for the LORD","number":"h3068"},{"text":"A woman","number":"h5347"},{"text":"shall compass","number":"h5437"},{"text":"O thou backsliding","number":"h7728"}],"12":[{"text":"Therefore they shall come","number":"h935"},{"text":"and for the young","number":"h1121"},{"text":"and of the herd","number":"h1241"},{"text":"garden","number":"h1588"},{"text":"and they shall not sorrow","number":"h1669"},{"text":"for wheat","number":"h1715"},{"text":"to the goodness","number":"h2898"},{"text":"of the LORD","number":"h3068"},{"text":"any more","number":"h3254"},{"text":"and for oil","number":"h3323"},{"text":"in the height","number":"h4791"},{"text":"and shall flow together","number":"h5102"},{"text":"and their soul","number":"h5315"},{"text":"of the flock","number":"h6629"},{"text":"of Zion","number":"h6726"},{"text":"shall be as a watered","number":"h7302"},{"text":"and sing","number":"h7442"},{"text":"and for wine","number":"h8492"}],"31":[{"text":"come","number":"h935"},{"text":"and with the house","number":"h1004"},{"text":"with the house","number":"h1004"},{"text":"covenant","number":"h1285"},{"text":"a new","number":"h2319"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"Behold the days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"that I will make","number":"h3772"},{"text":"saith","number":"h5002"}],"38":[{"text":"come","number":"h935"},{"text":"shall be built","number":"h1129"},{"text":"of Hananeel","number":"h2606"},{"text":"the LORD","number":"h3068"},{"text":"to the LORD","number":"h3068"},{"text":"Behold the days","number":"h3117"},{"text":"from the tower","number":"h4026"},{"text":"saith","number":"h5002"},{"text":"that the city","number":"h5892"},{"text":"of the corner","number":"h6438"},{"text":"unto the gate","number":"h8179"}],"4":[{"text":"Again I will build","number":"h1129"},{"text":"thee and thou shalt be built","number":"h1129"},{"text":"O virgin","number":"h1330"},{"text":"and shalt go forth","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"in the dances","number":"h4234"},{"text":"thou shalt again be adorned","number":"h5710"},{"text":"of them that make merry","number":"h7832"},{"text":"with thy tabrets","number":"h8596"}],"21":[{"text":"O virgin","number":"h1330"},{"text":"even the way","number":"h1870"},{"text":"which thou wentest","number":"h1980"},{"text":"of Israel","number":"h3478"},{"text":"thine heart","number":"h3820"},{"text":"toward the highway","number":"h4546"},{"text":"Set thee up","number":"h5324"},{"text":"to these thy cities","number":"h5892"},{"text":"waymarks","number":"h6725"},{"text":"turn again","number":"h7725"},{"text":"turn again","number":"h7725"},{"text":"make","number":"h7760"},{"text":"set","number":"h7896"},{"text":"thee high heaps","number":"h8564"}],"11":[{"text":"and ransomed","number":"h1350"},{"text":"of him that was stronger","number":"h2389"},{"text":"him from the hand","number":"h3027"},{"text":"For the LORD","number":"h3068"},{"text":"Jacob","number":"h3290"},{"text":"hath redeemed","number":"h6299"}],"39":[{"text":"over against it upon the hill","number":"h1389"},{"text":"to Goath","number":"h1601"},{"text":"Gareb","number":"h1619"},{"text":"shall yet go forth","number":"h3318"},{"text":"And the measuring","number":"h4060"},{"text":"and shall compass about","number":"h5437"},{"text":"line","number":"h6957"}],"36":[{"text":"from being a nation","number":"h1471"},{"text":"then the seed","number":"h2233"},{"text":"If those ordinances","number":"h2706"},{"text":"the LORD","number":"h3068"},{"text":"me for ever","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"depart","number":"h4185"},{"text":"me saith","number":"h5002"},{"text":"before","number":"h6440"},{"text":"from before","number":"h6440"},{"text":"also shall cease","number":"h7673"}],"25":[{"text":"every sorrowful","number":"h1669"},{"text":"and I have replenished","number":"h4390"},{"text":"soul","number":"h5315"},{"text":"soul","number":"h5315"},{"text":"the weary","number":"h5889"},{"text":"For I have satiated","number":"h7301"}],"40":[{"text":"and of the ashes","number":"h1880"},{"text":"nor thrown down","number":"h2040"},{"text":"unto the LORD","number":"h3068"},{"text":"toward the east","number":"h4217"},{"text":"unto the brook","number":"h5158"},{"text":"it shall not be plucked up","number":"h5428"},{"text":"of the horse","number":"h5483"},{"text":"any more for ever","number":"h5769"},{"text":"And the whole valley","number":"h6010"},{"text":"of the dead bodies","number":"h6297"},{"text":"unto the corner","number":"h6438"},{"text":"of Kidron","number":"h6939"},{"text":"shall be holy","number":"h6944"},{"text":"and all the fields","number":"h7709"},{"text":"gate","number":"h8179"}],"14":[{"text":"with fatness","number":"h1880"},{"text":"with my goodness","number":"h2898"},{"text":"the LORD","number":"h3068"},{"text":"of the priests","number":"h3548"},{"text":"saith","number":"h5002"},{"text":"the soul","number":"h5315"},{"text":"and my people","number":"h5971"},{"text":"And I will satiate","number":"h7301"},{"text":"shall be satisfied","number":"h7646"}],"5":[{"text":"upon the mountains","number":"h2022"},{"text":"and shall eat them as common things","number":"h2490"},{"text":"vines","number":"h3754"},{"text":"Thou shalt yet plant","number":"h5193"},{"text":"shall plant","number":"h5193"},{"text":"the planters","number":"h5193"},{"text":"of Samaria","number":"h8111"}],"26":[{"text":"was sweet","number":"h6149"},{"text":"Upon this I awaked","number":"h6974"},{"text":"and beheld","number":"h7200"},{"text":"and my sleep","number":"h8142"}]}
@@ -0,0 +1 @@
1
+ {"18":[{"text":"of the fathers","number":"h1"},{"text":"after","number":"h310"},{"text":"God","number":"h410"},{"text":"unto thousands","number":"h505"},{"text":"of their children","number":"h1121"},{"text":"the Mighty","number":"h1368"},{"text":"them the Great","number":"h1419"},{"text":"into the bosom","number":"h2436"},{"text":"lovingkindness","number":"h2617"},{"text":"the LORD","number":"h3068"},{"text":"the iniquity","number":"h5771"},{"text":"Thou shewest","number":"h6213"},{"text":"of hosts","number":"h6635"},{"text":"and recompensest","number":"h7999"},{"text":"is his name","number":"h8034"}],"22":[{"text":"to their fathers","number":"h1"},{"text":"them a land","number":"h776"},{"text":"them this land","number":"h776"},{"text":"and honey","number":"h1706"},{"text":"flowing","number":"h2100"},{"text":"with milk","number":"h2461"},{"text":"And hast given","number":"h5414"},{"text":"to give","number":"h5414"},{"text":"which thou didst swear","number":"h7650"}],"20":[{"text":"and among other men","number":"h120"},{"text":"signs","number":"h226"},{"text":"in the land","number":"h776"},{"text":"as at this day","number":"h3117"},{"text":"even unto this day","number":"h3117"},{"text":"and in Israel","number":"h3478"},{"text":"and wonders","number":"h4159"},{"text":"of Egypt","number":"h4714"},{"text":"and hast made","number":"h6213"},{"text":"Which hast set","number":"h7760"},{"text":"thee a name","number":"h8034"}],"19":[{"text":"of men","number":"h120"},{"text":"every one","number":"h376"},{"text":"of the sons","number":"h1121"},{"text":"Great","number":"h1419"},{"text":"according to his ways","number":"h1870"},{"text":"upon all the ways","number":"h1870"},{"text":"of his doings","number":"h4611"},{"text":"to give","number":"h5414"},{"text":"for thine eyes","number":"h5869"},{"text":"in work","number":"h5950"},{"text":"in counsel","number":"h6098"},{"text":"are open","number":"h6491"},{"text":"and according to the fruit","number":"h6529"},{"text":"and mighty","number":"h7227"}],"43":[{"text":"without man","number":"h120"},{"text":"whereof ye say","number":"h559"},{"text":"in this land","number":"h776"},{"text":"or beast","number":"h929"},{"text":"into the hand","number":"h3027"},{"text":"of the Chaldeans","number":"h3778"},{"text":"it is given","number":"h5414"},{"text":"shall be bought","number":"h7069"},{"text":"And fields","number":"h7704"},{"text":"It is desolate","number":"h8077"}],"17":[{"text":"Lord","number":"h136"},{"text":"Ah","number":"h162"},{"text":"and the earth","number":"h776"},{"text":"by thy great","number":"h1419"},{"text":"and there is nothing","number":"h1697"},{"text":"arm","number":"h2220"},{"text":"GOD","number":"h3069"},{"text":"power","number":"h3581"},{"text":"and stretched out","number":"h5186"},{"text":"behold thou hast made","number":"h6213"},{"text":"too hard","number":"h6381"},{"text":"the heaven","number":"h8064"}],"25":[{"text":"unto me O Lord","number":"h136"},{"text":"And thou hast said","number":"h559"},{"text":"into the hand","number":"h3027"},{"text":"GOD","number":"h3069"},{"text":"for money","number":"h3701"},{"text":"of the Chaldeans","number":"h3778"},{"text":"is given","number":"h5414"},{"text":"witnesses","number":"h5707"},{"text":"and take","number":"h5749"},{"text":"for the city","number":"h5892"},{"text":"Buy","number":"h7069"},{"text":"thee the field","number":"h7704"}],"21":[{"text":"with signs","number":"h226"},{"text":"arm","number":"h248"},{"text":"out of the land","number":"h776"},{"text":"and with great","number":"h1419"},{"text":"and with a strong","number":"h2389"},{"text":"hand","number":"h3027"},{"text":"And hast brought forth","number":"h3318"},{"text":"Israel","number":"h3478"},{"text":"and with wonders","number":"h4159"},{"text":"terror","number":"h4172"},{"text":"of Egypt","number":"h4714"},{"text":"and with a stretched out","number":"h5186"},{"text":"thy people","number":"h5971"}],"39":[{"text":"and one","number":"h259"},{"text":"them one","number":"h259"},{"text":"after","number":"h310"},{"text":"of them and of their children","number":"h1121"},{"text":"way","number":"h1870"},{"text":"for the good","number":"h2896"},{"text":"me for ever","number":"h3117"},{"text":"that they may fear","number":"h3372"},{"text":"heart","number":"h3820"},{"text":"And I will give","number":"h5414"}],"16":[{"text":"Now when","number":"h310"},{"text":"saying","number":"h559"},{"text":"the son","number":"h1121"},{"text":"unto Baruch","number":"h1263"},{"text":"unto the LORD","number":"h3068"},{"text":"of the purchase","number":"h4736"},{"text":"of Neriah","number":"h5374"},{"text":"I had delivered","number":"h5414"},{"text":"the evidence","number":"h5612"},{"text":"I prayed","number":"h6419"}],"40":[{"text":"from them","number":"h310"},{"text":"covenant","number":"h1285"},{"text":"to do them good","number":"h3190"},{"text":"my fear","number":"h3374"},{"text":"And I will make","number":"h3772"},{"text":"in their hearts","number":"h3824"},{"text":"but I will put","number":"h5414"},{"text":"that they shall not depart","number":"h5493"},{"text":"an everlasting","number":"h5769"},{"text":"with them that I will not turn away","number":"h7725"}],"29":[{"text":"unto other","number":"h312"},{"text":"gods","number":"h430"},{"text":"fire","number":"h784"},{"text":"shall come","number":"h935"},{"text":"it with the houses","number":"h1004"},{"text":"unto Baal","number":"h1168"},{"text":"upon whose roofs","number":"h1406"},{"text":"and set","number":"h3341"},{"text":"to provoke me to anger","number":"h3707"},{"text":"And the Chaldeans","number":"h3778"},{"text":"that fight","number":"h3898"},{"text":"and poured out","number":"h5258"},{"text":"drink offerings","number":"h5262"},{"text":"against this city","number":"h5892"},{"text":"on this city","number":"h5892"},{"text":"they have offered incense","number":"h6999"},{"text":"and burn","number":"h8313"}],"32":[{"text":"and the men","number":"h376"},{"text":"and of the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"of Jerusalem","number":"h3389"},{"text":"and the inhabitants","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"their priests","number":"h3548"},{"text":"to provoke me to anger","number":"h3707"},{"text":"they their kings","number":"h4428"},{"text":"and their prophets","number":"h5030"},{"text":"which they have done","number":"h6213"},{"text":"Because of all the evil","number":"h7451"},{"text":"their princes","number":"h8269"}],"38":[{"text":"and I will be their God","number":"h430"},{"text":"And they shall be my people","number":"h5971"}],"14":[{"text":"the God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"which is open","number":"h1540"},{"text":"them in an earthen","number":"h2789"},{"text":"both which is sealed","number":"h2856"},{"text":"the LORD","number":"h3068"},{"text":"days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"vessel","number":"h3627"},{"text":"Take","number":"h3947"},{"text":"of the purchase","number":"h4736"},{"text":"and put","number":"h5414"},{"text":"and this evidence","number":"h5612"},{"text":"these evidences","number":"h5612"},{"text":"this evidence","number":"h5612"},{"text":"that they may continue","number":"h5975"},{"text":"of hosts","number":"h6635"},{"text":"many","number":"h7227"}],"15":[{"text":"the God","number":"h430"},{"text":"For thus saith","number":"h559"},{"text":"in this land","number":"h776"},{"text":"Houses","number":"h1004"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"and vineyards","number":"h3754"},{"text":"of hosts","number":"h6635"},{"text":"shall be possessed again","number":"h7069"},{"text":"and fields","number":"h7704"}],"27":[{"text":"the God","number":"h430"},{"text":"of all flesh","number":"h1320"},{"text":"is there any thing","number":"h1697"},{"text":"Behold I am the LORD","number":"h3068"},{"text":"too hard","number":"h6381"}],"36":[{"text":"the God","number":"h430"},{"text":"And now therefore thus saith","number":"h559"},{"text":"whereof ye say","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"and by the pestilence","number":"h1698"},{"text":"by the sword","number":"h2719"},{"text":"into the hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of the king","number":"h4428"},{"text":"It shall be delivered","number":"h5414"},{"text":"concerning this city","number":"h5892"},{"text":"and by the famine","number":"h7458"}],"42":[{"text":"For thus saith","number":"h559"},{"text":"Like as I have brought","number":"h935"},{"text":"so will I bring","number":"h935"},{"text":"all this great","number":"h1419"},{"text":"that I have promised","number":"h1696"},{"text":"upon them all the good","number":"h2896"},{"text":"the LORD","number":"h3068"},{"text":"upon this people","number":"h5971"},{"text":"evil","number":"h7451"}],"28":[{"text":"Therefore thus saith","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"and into the hand","number":"h3027"},{"text":"into the hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"of the Chaldeans","number":"h3778"},{"text":"and he shall take","number":"h3920"},{"text":"king","number":"h4428"},{"text":"of Nebuchadrezzar","number":"h5019"},{"text":"Behold I will give","number":"h5414"},{"text":"this city","number":"h5892"}],"3":[{"text":"Thus saith","number":"h559"},{"text":"and say","number":"h559"},{"text":"saying","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"into the hand","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"had shut him up","number":"h3607"},{"text":"and he shall take","number":"h3920"},{"text":"king","number":"h4428"},{"text":"of the king","number":"h4428"},{"text":"Wherefore dost thou prophesy","number":"h5012"},{"text":"Behold I will give","number":"h5414"},{"text":"this city","number":"h5892"},{"text":"For Zedekiah","number":"h6667"}],"8":[{"text":"and said","number":"h559"},{"text":"which is in the country","number":"h776"},{"text":"came","number":"h935"},{"text":"son","number":"h1121"},{"text":"of Benjamin","number":"h1144"},{"text":"is thine and the redemption","number":"h1353"},{"text":"according to the word","number":"h1697"},{"text":"that this was the word","number":"h1697"},{"text":"mine uncle's","number":"h1730"},{"text":"So Hanameel","number":"h2601"},{"text":"to me in the court","number":"h2691"},{"text":"it for thyself Then I knew","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of inheritance","number":"h3425"},{"text":"of the prison","number":"h4307"},{"text":"for the right","number":"h4941"},{"text":"I pray thee that is in Anathoth","number":"h6068"},{"text":"is thine buy","number":"h7069"},{"text":"unto me Buy","number":"h7069"},{"text":"my field","number":"h7704"}],"6":[{"text":"came unto me saying","number":"h559"},{"text":"said","number":"h559"},{"text":"The word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"And Jeremiah","number":"h3414"}],"26":[{"text":"saying","number":"h559"},{"text":"Then came the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"unto Jeremiah","number":"h3414"}],"13":[{"text":"them saying","number":"h559"},{"text":"Baruch","number":"h1263"},{"text":"before","number":"h5869"},{"text":"And I charged","number":"h6680"}],"7":[{"text":"unto thee saying","number":"h559"},{"text":"shall come","number":"h935"},{"text":"the son","number":"h1121"},{"text":"of redemption","number":"h1353"},{"text":"thine uncle","number":"h1730"},{"text":"Behold Hanameel","number":"h2601"},{"text":"for the right","number":"h4941"},{"text":"that is in Anathoth","number":"h6068"},{"text":"Buy","number":"h7069"},{"text":"is thine to buy","number":"h7069"},{"text":"thee my field","number":"h7704"},{"text":"of Shallum","number":"h7967"}],"41":[{"text":"assuredly","number":"h571"},{"text":"them in this land","number":"h776"},{"text":"over them to do them good","number":"h2895"},{"text":"with my whole heart","number":"h3820"},{"text":"and I will plant","number":"h5193"},{"text":"and with my whole soul","number":"h5315"},{"text":"Yea I will rejoice","number":"h7797"}],"31":[{"text":"hath been to me as a provocation of mine anger","number":"h639"},{"text":"that they built","number":"h1129"},{"text":"and of my fury","number":"h2534"},{"text":"from the day","number":"h3117"},{"text":"it even unto this day","number":"h3117"},{"text":"that I should remove","number":"h5493"},{"text":"For this city","number":"h5892"},{"text":"it from before my face","number":"h6440"}],"37":[{"text":"them in mine anger","number":"h639"},{"text":"of all countries","number":"h776"},{"text":"safely","number":"h983"},{"text":"and in great","number":"h1419"},{"text":"and in my fury","number":"h2534"},{"text":"and I will cause them to dwell","number":"h3427"},{"text":"unto this place","number":"h4725"},{"text":"whither I have driven","number":"h5080"},{"text":"Behold I will gather them out","number":"h6908"},{"text":"wrath","number":"h7110"},{"text":"and I will bring them again","number":"h7725"}],"44":[{"text":"in the land","number":"h776"},{"text":"of Benjamin","number":"h1144"},{"text":"of the mountains","number":"h2022"},{"text":"and seal","number":"h2856"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"Jerusalem","number":"h3389"},{"text":"for money","number":"h3701"},{"text":"and subscribe","number":"h3789"},{"text":"saith","number":"h5002"},{"text":"of the south","number":"h5045"},{"text":"and in the places about","number":"h5439"},{"text":"evidences","number":"h5612"},{"text":"witnesses","number":"h5707"},{"text":"them and take","number":"h5749"},{"text":"and in the cities","number":"h5892"},{"text":"and in the cities","number":"h5892"},{"text":"and in the cities","number":"h5892"},{"text":"and in the cities","number":"h5892"},{"text":"Men shall buy","number":"h7069"},{"text":"for I will cause their captivity","number":"h7622"},{"text":"fields","number":"h7704"},{"text":"to return","number":"h7725"},{"text":"of the valley","number":"h8219"}],"4":[{"text":"of Babylon","number":"h894"},{"text":"and shall speak","number":"h1696"},{"text":"into the hand","number":"h3027"},{"text":"out of the hand","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"of the Chaldeans","number":"h3778"},{"text":"shall not escape","number":"h4422"},{"text":"king","number":"h4428"},{"text":"of the king","number":"h4428"},{"text":"be delivered","number":"h5414"},{"text":"but shall surely","number":"h5414"},{"text":"and his eyes","number":"h5869"},{"text":"his eyes","number":"h5869"},{"text":"to mouth","number":"h6310"},{"text":"with him mouth","number":"h6310"},{"text":"And Zedekiah","number":"h6667"},{"text":"shall behold","number":"h7200"}],"2":[{"text":"of Babylon's","number":"h894"},{"text":"house","number":"h1004"},{"text":"army","number":"h2428"},{"text":"in the court","number":"h2691"},{"text":"of Judah's","number":"h3063"},{"text":"Jerusalem","number":"h3389"},{"text":"and Jeremiah","number":"h3414"},{"text":"was shut up","number":"h3607"},{"text":"of the prison","number":"h4307"},{"text":"For then the king","number":"h4428"},{"text":"which was in the king","number":"h4428"},{"text":"the prophet","number":"h5030"},{"text":"besieged","number":"h6696"}],"5":[{"text":"to Babylon","number":"h894"},{"text":"the LORD","number":"h3068"},{"text":"And he shall lead","number":"h3212"},{"text":"with the Chaldeans","number":"h3778"},{"text":"though ye fight","number":"h3898"},{"text":"him saith","number":"h5002"},{"text":"and there shall he be until I visit","number":"h6485"},{"text":"Zedekiah","number":"h6667"},{"text":"ye shall not prosper","number":"h6743"}],"23":[{"text":"And they came in","number":"h935"},{"text":"neither walked","number":"h1980"},{"text":"and possessed","number":"h3423"},{"text":"them to do","number":"h6213"},{"text":"they have done","number":"h6213"},{"text":"nothing of all that thou commandedst","number":"h6680"},{"text":"not thy voice","number":"h6963"},{"text":"to come","number":"h7122"},{"text":"therefore thou hast caused all this evil","number":"h7451"},{"text":"it but they obeyed","number":"h8085"},{"text":"in thy law","number":"h8451"}],"24":[{"text":"they are come","number":"h935"},{"text":"and what thou hast spoken","number":"h1696"},{"text":"and of the pestilence","number":"h1698"},{"text":"of the sword","number":"h2719"},{"text":"into the hand","number":"h3027"},{"text":"of the Chaldeans","number":"h3778"},{"text":"that fight","number":"h3898"},{"text":"to take","number":"h3920"},{"text":"is given","number":"h5414"},{"text":"Behold the mounts","number":"h5550"},{"text":"it and the city","number":"h5892"},{"text":"unto the city","number":"h5892"},{"text":"against it because","number":"h6440"},{"text":"is come to pass and behold thou seest","number":"h7200"},{"text":"and of the famine","number":"h7458"}],"34":[{"text":"in the house","number":"h1004"},{"text":"to defile","number":"h2930"},{"text":"which is called","number":"h7121"},{"text":"But they set","number":"h7760"},{"text":"by my name","number":"h8034"},{"text":"their abominations","number":"h8251"}],"35":[{"text":"the high places","number":"h1116"},{"text":"of the son","number":"h1121"},{"text":"to cause their sons","number":"h1121"},{"text":"And they built","number":"h1129"},{"text":"of Baal","number":"h1168"},{"text":"and their daughters","number":"h1323"},{"text":"which are in the valley","number":"h1516"},{"text":"of Hinnom","number":"h2011"},{"text":"to sin","number":"h2398"},{"text":"to cause Judah","number":"h3063"},{"text":"it into my mind","number":"h3820"},{"text":"through the fire unto Molech","number":"h4432"},{"text":"to pass","number":"h5674"},{"text":"them not neither came","number":"h5927"},{"text":"that they should do","number":"h6213"},{"text":"which I commanded","number":"h6680"},{"text":"this abomination","number":"h8441"}],"30":[{"text":"For the children","number":"h1121"},{"text":"and the children","number":"h1121"},{"text":"for the children","number":"h1121"},{"text":"of their hands","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"have only provoked me to anger","number":"h3707"},{"text":"with the work","number":"h4639"},{"text":"saith","number":"h5002"},{"text":"me from their youth","number":"h5271"},{"text":"before","number":"h5869"},{"text":"have only done","number":"h6213"},{"text":"evil","number":"h7451"}],"9":[{"text":"son","number":"h1121"},{"text":"my uncle's","number":"h1730"},{"text":"of Hanameel","number":"h2601"},{"text":"him the money","number":"h3701"},{"text":"of silver","number":"h3701"},{"text":"that was in Anathoth","number":"h6068"},{"text":"And I bought","number":"h7069"},{"text":"even seventeen","number":"h7651"},{"text":"the field","number":"h7704"},{"text":"and weighed","number":"h8254"},{"text":"shekels","number":"h8255"}],"12":[{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"unto Baruch","number":"h1263"},{"text":"mine uncle's","number":"h1730"},{"text":"of Hanameel","number":"h2601"},{"text":"in the court","number":"h2691"},{"text":"all the Jews","number":"h3064"},{"text":"that sat","number":"h3427"},{"text":"that subscribed","number":"h3789"},{"text":"of Maaseiah","number":"h4271"},{"text":"of the prison","number":"h4307"},{"text":"of the purchase","number":"h4736"},{"text":"of the purchase","number":"h4736"},{"text":"of Neriah","number":"h5374"},{"text":"And I gave","number":"h5414"},{"text":"the book","number":"h5612"},{"text":"the evidence","number":"h5612"},{"text":"of the witnesses","number":"h5707"},{"text":"before","number":"h5869"},{"text":"in the sight","number":"h5869"},{"text":"son and in the presence","number":"h5869"}],"11":[{"text":"and that which was open","number":"h1540"},{"text":"and custom","number":"h2706"},{"text":"both that which was sealed","number":"h2856"},{"text":"So I took","number":"h3947"},{"text":"according to the law","number":"h4687"},{"text":"of the purchase","number":"h4736"},{"text":"the evidence","number":"h5612"}],"1":[{"text":"The word","number":"h1697"},{"text":"of Judah","number":"h3063"},{"text":"from the LORD","number":"h3068"},{"text":"that came to Jeremiah","number":"h3414"},{"text":"king","number":"h4428"},{"text":"of Nebuchadrezzar","number":"h5019"},{"text":"in the tenth","number":"h6224"},{"text":"of Zedekiah","number":"h6667"},{"text":"which was the eighteenth","number":"h8083"},{"text":"year","number":"h8141"},{"text":"year","number":"h8141"}],"10":[{"text":"and sealed","number":"h2856"},{"text":"him the money","number":"h3701"},{"text":"And I subscribed","number":"h3789"},{"text":"in the balances","number":"h3976"},{"text":"the evidence","number":"h5612"},{"text":"witnesses","number":"h5707"},{"text":"it and took","number":"h5749"},{"text":"and weighed","number":"h8254"}],"33":[{"text":"and teaching","number":"h3925"},{"text":"though I taught","number":"h3925"},{"text":"to receive","number":"h3947"},{"text":"instruction","number":"h4148"},{"text":"unto me the back","number":"h6203"},{"text":"And they have turned","number":"h6437"},{"text":"and not the face","number":"h6440"},{"text":"them rising up early","number":"h7925"},{"text":"them yet they have not hearkened","number":"h8085"}]}
@@ -0,0 +1 @@
1
+ {"26":[{"text":"of Abraham","number":"h85"},{"text":"Then","number":"h1571"},{"text":"and David","number":"h1732"},{"text":"any of his seed","number":"h2233"},{"text":"over the seed","number":"h2233"},{"text":"the seed","number":"h2233"},{"text":"and Jacob","number":"h3290"},{"text":"of Jacob","number":"h3290"},{"text":"Isaac","number":"h3446"},{"text":"so that I will not take","number":"h3947"},{"text":"will I cast away","number":"h3988"},{"text":"to be rulers","number":"h4910"},{"text":"my servant","number":"h5650"},{"text":"and have mercy","number":"h7355"},{"text":"for I will cause their captivity","number":"h7622"},{"text":"to return","number":"h7725"}],"5":[{"text":"of men","number":"h120"},{"text":"in mine anger","number":"h639"},{"text":"They come","number":"h935"},{"text":"and in my fury","number":"h2534"},{"text":"with the Chaldeans","number":"h3778"},{"text":"to fight","number":"h3898"},{"text":"but it is to fill","number":"h4390"},{"text":"whom I have slain","number":"h5221"},{"text":"I have hid","number":"h5641"},{"text":"from this city","number":"h5892"},{"text":"them with the dead bodies","number":"h6297"},{"text":"my face","number":"h6440"},{"text":"and for all whose wickedness","number":"h7451"}],"10":[{"text":"without man","number":"h120"},{"text":"without man","number":"h120"},{"text":"Thus saith","number":"h559"},{"text":"which ye say","number":"h559"},{"text":"and without beast","number":"h929"},{"text":"and without beast","number":"h929"},{"text":"and in the streets","number":"h2351"},{"text":"shall be desolate","number":"h2720"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"and without inhabitant","number":"h3427"},{"text":"in this place","number":"h4725"},{"text":"even in the cities","number":"h5892"},{"text":"that are desolate","number":"h8074"},{"text":"Again there shall be heard","number":"h8085"}],"12":[{"text":"without man","number":"h120"},{"text":"Thus saith","number":"h559"},{"text":"and without beast","number":"h929"},{"text":"which is desolate","number":"h2720"},{"text":"the LORD","number":"h3068"},{"text":"Again in this place","number":"h4725"},{"text":"thereof shall be an habitation","number":"h5116"},{"text":"and in all the cities","number":"h5892"},{"text":"causing their flocks","number":"h6629"},{"text":"of hosts","number":"h6635"},{"text":"to lie down","number":"h7257"},{"text":"of shepherds","number":"h7462"}],"17":[{"text":"a man","number":"h376"},{"text":"For thus saith","number":"h559"},{"text":"of the house","number":"h1004"},{"text":"David","number":"h1732"},{"text":"the LORD","number":"h3068"},{"text":"to sit","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"upon the throne","number":"h3678"},{"text":"want","number":"h3772"},{"text":"shall never","number":"h3808"}],"18":[{"text":"a man","number":"h376"},{"text":"sacrifice","number":"h2077"},{"text":"continually","number":"h3117"},{"text":"Neither shall the priests","number":"h3548"},{"text":"want","number":"h3772"},{"text":"the Levites","number":"h3881"},{"text":"meat offerings","number":"h4503"},{"text":"me to offer","number":"h5927"},{"text":"burnt offerings","number":"h5930"},{"text":"and to do","number":"h6213"},{"text":"before","number":"h6440"},{"text":"and to kindle","number":"h6999"}],"4":[{"text":"the God","number":"h430"},{"text":"For thus saith","number":"h559"},{"text":"and concerning the houses","number":"h1004"},{"text":"concerning the houses","number":"h1004"},{"text":"and by the sword","number":"h2719"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of the kings","number":"h4428"},{"text":"which are thrown down","number":"h5422"},{"text":"by the mounts","number":"h5550"},{"text":"of this city","number":"h5892"}],"2":[{"text":"Thus saith","number":"h559"},{"text":"it the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"thereof the LORD","number":"h3068"},{"text":"that formed","number":"h3335"},{"text":"it to establish","number":"h3559"},{"text":"the maker","number":"h6213"},{"text":"is his name","number":"h8034"}],"20":[{"text":"Thus saith","number":"h559"},{"text":"and my covenant","number":"h1285"},{"text":"my covenant","number":"h1285"},{"text":"the LORD","number":"h3068"},{"text":"of the day","number":"h3117"},{"text":"and that there should not be day","number":"h3119"},{"text":"and night","number":"h3915"},{"text":"of the night","number":"h3915"},{"text":"in their season","number":"h6256"},{"text":"If ye can break","number":"h6565"}],"25":[{"text":"Thus saith","number":"h559"},{"text":"and earth","number":"h776"},{"text":"If my covenant","number":"h1285"},{"text":"the ordinances","number":"h2708"},{"text":"the LORD","number":"h3068"},{"text":"be not with day","number":"h3119"},{"text":"and night","number":"h3915"},{"text":"and if I have not appointed","number":"h7760"},{"text":"of heaven","number":"h8064"}],"11":[{"text":"of them that shall say","number":"h559"},{"text":"saith","number":"h559"},{"text":"of the land","number":"h776"},{"text":"and of them that shall bring","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"for his mercy","number":"h2617"},{"text":"of the bridegroom","number":"h2860"},{"text":"is good","number":"h2896"},{"text":"Praise","number":"h3034"},{"text":"for the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of the bride","number":"h3618"},{"text":"endureth for ever","number":"h5769"},{"text":"of hosts","number":"h6635"},{"text":"The voice","number":"h6963"},{"text":"and the voice","number":"h6963"},{"text":"and the voice","number":"h6963"},{"text":"the voice","number":"h6963"},{"text":"the voice","number":"h6963"},{"text":"as at the first","number":"h7223"},{"text":"the captivity","number":"h7622"},{"text":"For I will cause to return","number":"h7725"},{"text":"of gladness","number":"h8057"},{"text":"of joy","number":"h8342"},{"text":"the sacrifice of praise","number":"h8426"}],"1":[{"text":"saying","number":"h559"},{"text":"Moreover the word","number":"h1697"},{"text":"in the court","number":"h2691"},{"text":"of the LORD","number":"h3068"},{"text":"came unto Jeremiah","number":"h3414"},{"text":"of the prison","number":"h4307"},{"text":"time while he was yet shut up","number":"h6113"},{"text":"the second","number":"h8145"}],"19":[{"text":"saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"came unto Jeremiah","number":"h3414"}],"23":[{"text":"saying","number":"h559"},{"text":"Moreover the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"came to Jeremiah","number":"h3414"}],"24":[{"text":"saying","number":"h559"},{"text":"hath chosen","number":"h977"},{"text":"that they should be no more a nation","number":"h1471"},{"text":"have spoken","number":"h1696"},{"text":"which the LORD","number":"h3068"},{"text":"he hath even cast them off","number":"h3988"},{"text":"families","number":"h4940"},{"text":"thus they have despised","number":"h5006"},{"text":"my people","number":"h5971"},{"text":"thou not what this people","number":"h5971"},{"text":"before","number":"h6440"},{"text":"Considerest","number":"h7200"},{"text":"The two","number":"h8147"}],"13":[{"text":"them saith","number":"h559"},{"text":"and in the land","number":"h776"},{"text":"of Benjamin","number":"h1144"},{"text":"of the mountains","number":"h2022"},{"text":"under the hands","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"Jerusalem","number":"h3389"},{"text":"of him that telleth","number":"h4487"},{"text":"of the south","number":"h5045"},{"text":"and in the places about","number":"h5439"},{"text":"pass again","number":"h5674"},{"text":"In the cities","number":"h5892"},{"text":"and in the cities","number":"h5892"},{"text":"and in the cities","number":"h5892"},{"text":"in the cities","number":"h5892"},{"text":"shall the flocks","number":"h6629"},{"text":"of the vale","number":"h8219"}],"6":[{"text":"and truth","number":"h571"},{"text":"it health","number":"h724"},{"text":"them and will reveal","number":"h1540"},{"text":"and cure","number":"h4832"},{"text":"Behold I will bring","number":"h5927"},{"text":"unto them the abundance","number":"h6283"},{"text":"and I will cure","number":"h7495"},{"text":"of peace","number":"h7965"}],"15":[{"text":"in the land","number":"h776"},{"text":"unto David","number":"h1732"},{"text":"In those days","number":"h3117"},{"text":"judgment","number":"h4941"},{"text":"and he shall execute","number":"h6213"},{"text":"and at that time","number":"h6256"},{"text":"and righteousness","number":"h6666"},{"text":"of righteousness","number":"h6666"},{"text":"to grow up","number":"h6779"},{"text":"will I cause the Branch","number":"h6780"}],"9":[{"text":"of the earth","number":"h776"},{"text":"before all the nations","number":"h1471"},{"text":"all the good","number":"h2896"},{"text":"for all the goodness","number":"h2896"},{"text":"that I do","number":"h6213"},{"text":"that I procure","number":"h6213"},{"text":"unto them and they shall fear","number":"h6342"},{"text":"and tremble","number":"h7264"},{"text":"and for all the prosperity","number":"h7965"},{"text":"And it shall be to me a name","number":"h8034"},{"text":"which shall hear","number":"h8085"},{"text":"of joy","number":"h8342"},{"text":"a praise","number":"h8416"},{"text":"and an honour","number":"h8597"}],"14":[{"text":"come","number":"h935"},{"text":"and to the house","number":"h1004"},{"text":"unto the house","number":"h1004"},{"text":"which I have promised","number":"h1696"},{"text":"thing","number":"h1697"},{"text":"that good","number":"h2896"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"Behold the days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"saith","number":"h5002"},{"text":"that I will perform","number":"h6965"}],"16":[{"text":"safely","number":"h983"},{"text":"shall Judah","number":"h3063"},{"text":"The LORD our righteousness","number":"h3072"},{"text":"In those days","number":"h3117"},{"text":"and Jerusalem","number":"h3389"},{"text":"be saved","number":"h3467"},{"text":"and this is the name wherewith she shall be called","number":"h7121"},{"text":"shall dwell","number":"h7931"}],"21":[{"text":"that he should not have a son","number":"h1121"},{"text":"Then may also my covenant","number":"h1285"},{"text":"with David","number":"h1732"},{"text":"the priests","number":"h3548"},{"text":"upon his throne","number":"h3678"},{"text":"and with the Levites","number":"h3881"},{"text":"to reign","number":"h4427"},{"text":"my servant","number":"h5650"},{"text":"be broken","number":"h6565"},{"text":"my ministers","number":"h8334"}],"7":[{"text":"and will build","number":"h1129"},{"text":"of Judah","number":"h3063"},{"text":"of Israel","number":"h3478"},{"text":"them as at the first","number":"h7223"},{"text":"And I will cause the captivity","number":"h7622"},{"text":"and the captivity","number":"h7622"},{"text":"to return","number":"h7725"}],"3":[{"text":"and mighty things","number":"h1219"},{"text":"thee great","number":"h1419"},{"text":"which thou knowest","number":"h3045"},{"text":"thee and shew","number":"h5046"},{"text":"unto me and I will answer","number":"h6030"},{"text":"Call","number":"h7121"}],"22":[{"text":"of David","number":"h1732"},{"text":"the seed","number":"h2233"},{"text":"neither the sand","number":"h2344"},{"text":"of the sea","number":"h3220"},{"text":"and the Levites","number":"h3881"},{"text":"measured","number":"h4058"},{"text":"cannot be numbered","number":"h5608"},{"text":"my servant","number":"h5650"},{"text":"As the host","number":"h6635"},{"text":"so will I multiply","number":"h7235"},{"text":"of heaven","number":"h8064"},{"text":"that minister","number":"h8334"}],"8":[{"text":"whereby they have sinned","number":"h2398"},{"text":"whereby they have sinned","number":"h2398"},{"text":"And I will cleanse","number":"h2891"},{"text":"against me and I will pardon","number":"h5545"},{"text":"all their iniquities","number":"h5771"},{"text":"them from all their iniquity","number":"h5771"},{"text":"and whereby they have transgressed","number":"h6586"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"from thee but your fathers","number":"h1"},{"text":"their ear","number":"h241"},{"text":"his brother","number":"h251"},{"text":"every man","number":"h376"},{"text":"free","number":"h2670"},{"text":"which hath been sold","number":"h4376"},{"text":"not unto me neither inclined","number":"h5186"},{"text":"unto thee and when he hath served","number":"h5647"},{"text":"an Hebrew","number":"h5680"},{"text":"At the end","number":"h7093"},{"text":"of seven","number":"h7651"},{"text":"let ye go","number":"h7971"},{"text":"thou shalt let him go","number":"h7971"},{"text":"hearkened","number":"h8085"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"thee six","number":"h8337"}],"5":[{"text":"of thy fathers","number":"h1"},{"text":"lord","number":"h113"},{"text":"for I have pronounced","number":"h1696"},{"text":"the word","number":"h1697"},{"text":"thee saying Ah","number":"h1945"},{"text":"the LORD","number":"h3068"},{"text":"But thou shalt die","number":"h4191"},{"text":"kings","number":"h4428"},{"text":"and with the burnings","number":"h4955"},{"text":"saith","number":"h5002"},{"text":"odours for thee and they will lament","number":"h5594"},{"text":"which were before","number":"h6440"},{"text":"the former","number":"h7223"},{"text":"in peace","number":"h7965"},{"text":"thee so shall they burn","number":"h8313"}],"13":[{"text":"with your fathers","number":"h1"},{"text":"the God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"saying","number":"h559"},{"text":"out of the land","number":"h776"},{"text":"out of the house","number":"h1004"},{"text":"a covenant","number":"h1285"},{"text":"the LORD","number":"h3068"},{"text":"in the day","number":"h3117"},{"text":"that I brought them forth","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"I made","number":"h3772"},{"text":"of Egypt","number":"h4714"},{"text":"of bondmen","number":"h5650"}],"9":[{"text":"his brother","number":"h251"},{"text":"That every man","number":"h376"},{"text":"and every man","number":"h376"},{"text":"free","number":"h2670"},{"text":"himself of them to wit of a Jew","number":"h3064"},{"text":"that none should serve","number":"h5647"},{"text":"should let his manservant","number":"h5650"},{"text":"being an Hebrew","number":"h5680"},{"text":"or an Hebrewess","number":"h5680"},{"text":"go","number":"h7971"},{"text":"his maidservant","number":"h8198"}],"17":[{"text":"to his brother","number":"h251"},{"text":"and every man","number":"h376"},{"text":"every one","number":"h376"},{"text":"Therefore thus saith","number":"h559"},{"text":"of the earth","number":"h776"},{"text":"to the pestilence","number":"h1698"},{"text":"a liberty","number":"h1865"},{"text":"liberty","number":"h1865"},{"text":"you to be removed","number":"h2189"},{"text":"to the sword","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"into all the kingdoms","number":"h4467"},{"text":"for you saith","number":"h5002"},{"text":"and I will make","number":"h5414"},{"text":"behold I proclaim","number":"h7121"},{"text":"unto me in proclaiming","number":"h7121"},{"text":"to his neighbour","number":"h7453"},{"text":"and to the famine","number":"h7458"},{"text":"Ye have not hearkened","number":"h8085"}],"11":[{"text":"But afterward","number":"h310"},{"text":"free","number":"h2670"},{"text":"and brought them into subjection","number":"h3533"},{"text":"and caused the servants","number":"h5650"},{"text":"for servants","number":"h5650"},{"text":"they turned","number":"h7725"},{"text":"to return","number":"h7725"},{"text":"whom they had let go","number":"h7971"},{"text":"and for handmaids","number":"h8198"},{"text":"and the handmaids","number":"h8198"}],"8":[{"text":"after","number":"h310"},{"text":"a covenant","number":"h1285"},{"text":"This is the word","number":"h1697"},{"text":"liberty","number":"h1865"},{"text":"from the LORD","number":"h3068"},{"text":"which were at Jerusalem","number":"h3389"},{"text":"that came unto Jeremiah","number":"h3414"},{"text":"had made","number":"h3772"},{"text":"that the king","number":"h4428"},{"text":"with all the people","number":"h5971"},{"text":"Zedekiah","number":"h6667"},{"text":"to proclaim","number":"h7121"}],"20":[{"text":"of their enemies","number":"h341"},{"text":"of the earth","number":"h776"},{"text":"and to the beasts","number":"h929"},{"text":"of them that seek","number":"h1245"},{"text":"and into the hand","number":"h3027"},{"text":"them into the hand","number":"h3027"},{"text":"shall be for meat","number":"h3978"},{"text":"and their dead bodies","number":"h5038"},{"text":"their life","number":"h5315"},{"text":"I will even give","number":"h5414"},{"text":"unto the fowls","number":"h5775"},{"text":"of the heaven","number":"h8064"}],"21":[{"text":"of their enemies","number":"h341"},{"text":"of Babylon's","number":"h894"},{"text":"of them that seek","number":"h1245"},{"text":"army","number":"h2428"},{"text":"and into the hand","number":"h3027"},{"text":"and into the hand","number":"h3027"},{"text":"into the hand","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"king","number":"h4428"},{"text":"of the king","number":"h4428"},{"text":"their life","number":"h5315"},{"text":"will I give","number":"h5414"},{"text":"which are gone up","number":"h5927"},{"text":"And Zedekiah","number":"h6667"},{"text":"and his princes","number":"h8269"}],"16":[{"text":"and caused every man","number":"h376"},{"text":"and every man","number":"h376"},{"text":"and polluted","number":"h2490"},{"text":"at liberty","number":"h2670"},{"text":"and brought them into subjection","number":"h3533"},{"text":"at their pleasure","number":"h5315"},{"text":"his servant","number":"h5650"},{"text":"to be unto you for servants","number":"h5650"},{"text":"But ye turned","number":"h7725"},{"text":"to return","number":"h7725"},{"text":"whom ye had set","number":"h7971"},{"text":"my name","number":"h8034"},{"text":"and for handmaids","number":"h8198"},{"text":"his handmaid","number":"h8198"}],"10":[{"text":"and every one","number":"h376"},{"text":"that every one","number":"h376"},{"text":"which had entered","number":"h935"},{"text":"into the covenant","number":"h1285"},{"text":"free","number":"h2670"},{"text":"that none should serve","number":"h5647"},{"text":"should let his manservant","number":"h5650"},{"text":"and all the people","number":"h5971"},{"text":"and let them go","number":"h7971"},{"text":"go","number":"h7971"},{"text":"heard","number":"h8085"},{"text":"themselves of them any more then they obeyed","number":"h8085"},{"text":"his maidservant","number":"h8198"},{"text":"Now when all the princes","number":"h8269"}],"15":[{"text":"every man","number":"h376"},{"text":"me in the house","number":"h1004"},{"text":"a covenant","number":"h1285"},{"text":"liberty","number":"h1865"},{"text":"And ye were now","number":"h3117"},{"text":"right","number":"h3477"},{"text":"and ye had made","number":"h3772"},{"text":"in my sight","number":"h5869"},{"text":"and had done","number":"h6213"},{"text":"before","number":"h6440"},{"text":"in proclaiming","number":"h7121"},{"text":"which is called","number":"h7121"},{"text":"to his neighbour","number":"h7453"},{"text":"turned","number":"h7725"},{"text":"by my name","number":"h8034"}],"2":[{"text":"the God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"and speak","number":"h559"},{"text":"and tell","number":"h559"},{"text":"him Thus saith","number":"h559"},{"text":"it with fire","number":"h784"},{"text":"of Babylon","number":"h894"},{"text":"Go","number":"h1980"},{"text":"into the hand","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"of the king","number":"h4428"},{"text":"Behold I will give","number":"h5414"},{"text":"this city","number":"h5892"},{"text":"to Zedekiah","number":"h6667"},{"text":"and he shall burn","number":"h8313"}],"4":[{"text":"Thus saith","number":"h559"},{"text":"the word","number":"h1697"},{"text":"by the sword","number":"h2719"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of thee Thou shalt not die","number":"h4191"},{"text":"king","number":"h4428"},{"text":"O Zedekiah","number":"h6667"},{"text":"Yet hear","number":"h8085"}],"12":[{"text":"saying","number":"h559"},{"text":"Therefore the word","number":"h1697"},{"text":"from the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"came to Jeremiah","number":"h3414"}],"1":[{"text":"thereof saying","number":"h559"},{"text":"of the earth","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"The word","number":"h1697"},{"text":"and all his army","number":"h2428"},{"text":"of his dominion","number":"h3027"},{"text":"from the LORD","number":"h3068"},{"text":"against Jerusalem","number":"h3389"},{"text":"which came unto Jeremiah","number":"h3414"},{"text":"fought","number":"h3898"},{"text":"king","number":"h4428"},{"text":"and all the kingdoms","number":"h4467"},{"text":"when Nebuchadnezzar","number":"h5019"},{"text":"and against all the cities","number":"h5892"},{"text":"and all the people","number":"h5971"}],"18":[{"text":"the men","number":"h582"},{"text":"my covenant","number":"h1285"},{"text":"of the covenant","number":"h1285"},{"text":"between the parts","number":"h1335"},{"text":"the words","number":"h1697"},{"text":"me when they cut","number":"h3772"},{"text":"which they had made","number":"h3772"},{"text":"And I will give","number":"h5414"},{"text":"and passed","number":"h5674"},{"text":"that have transgressed","number":"h5674"},{"text":"the calf","number":"h5695"},{"text":"before","number":"h6440"},{"text":"which have not performed","number":"h6965"},{"text":"in twain","number":"h8147"}],"19":[{"text":"of the land","number":"h776"},{"text":"between the parts","number":"h1335"},{"text":"of Judah","number":"h3063"},{"text":"of Jerusalem","number":"h3389"},{"text":"and the priests","number":"h3548"},{"text":"the eunuchs","number":"h5631"},{"text":"which passed","number":"h5674"},{"text":"of the calf","number":"h5695"},{"text":"and all the people","number":"h5971"},{"text":"The princes","number":"h8269"},{"text":"and the princes","number":"h8269"}],"22":[{"text":"it with fire","number":"h784"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"without an inhabitant","number":"h3427"},{"text":"and they shall fight","number":"h3898"},{"text":"against it and take","number":"h3920"},{"text":"saith","number":"h5002"},{"text":"and I will make","number":"h5414"},{"text":"the cities","number":"h5892"},{"text":"to this city","number":"h5892"},{"text":"Behold I will command","number":"h6680"},{"text":"and cause them to return","number":"h7725"},{"text":"a desolation","number":"h8077"},{"text":"it and burn","number":"h8313"}],"3":[{"text":"of Babylon","number":"h894"},{"text":"to Babylon","number":"h894"},{"text":"and thou shalt go","number":"h935"},{"text":"and he shall speak","number":"h1696"},{"text":"into his hand","number":"h3027"},{"text":"of his hand","number":"h3027"},{"text":"And thou shalt not escape out","number":"h4422"},{"text":"of the king","number":"h4428"},{"text":"and delivered","number":"h5414"},{"text":"and thine eyes","number":"h5869"},{"text":"the eyes","number":"h5869"},{"text":"to mouth","number":"h6310"},{"text":"with thee mouth","number":"h6310"},{"text":"shall behold","number":"h7200"},{"text":"be taken","number":"h8610"},{"text":"but shalt surely","number":"h8610"}],"7":[{"text":"of Babylon's","number":"h894"},{"text":"army","number":"h2428"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"against Jerusalem","number":"h3389"},{"text":"that were left","number":"h3498"},{"text":"fought","number":"h3898"},{"text":"against Lachish","number":"h3923"},{"text":"for these defenced","number":"h4013"},{"text":"When the king","number":"h4428"},{"text":"and against Azekah","number":"h5825"},{"text":"and against all the cities","number":"h5892"},{"text":"cities","number":"h5892"},{"text":"of the cities","number":"h5892"},{"text":"remained","number":"h7604"}],"6":[{"text":"spake","number":"h1696"},{"text":"all these words","number":"h1697"},{"text":"of Judah","number":"h3063"},{"text":"in Jerusalem","number":"h3389"},{"text":"Then Jeremiah","number":"h3414"},{"text":"king","number":"h4428"},{"text":"the prophet","number":"h5030"},{"text":"unto Zedekiah","number":"h6667"}]}