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
+ {"45":[{"text":"and your father","number":"h1"},{"text":"and thou art the sister","number":"h269"},{"text":"of thy sisters","number":"h269"},{"text":"her husband","number":"h376"},{"text":"Thou art thy mother's","number":"h517"},{"text":"your mother","number":"h517"},{"text":"an Amorite","number":"h567"},{"text":"their husbands","number":"h582"},{"text":"and her children","number":"h1121"},{"text":"and their children","number":"h1121"},{"text":"daughter","number":"h1323"},{"text":"that lotheth","number":"h1602"},{"text":"which lothed","number":"h1602"},{"text":"was an Hittite","number":"h2850"}],"3":[{"text":"thy father","number":"h1"},{"text":"the Lord","number":"h136"},{"text":"and thy mother","number":"h517"},{"text":"And say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"was an Amorite","number":"h567"},{"text":"is of the land","number":"h776"},{"text":"an Hittite","number":"h2850"},{"text":"GOD","number":"h3069"},{"text":"unto Jerusalem","number":"h3389"},{"text":"of Canaan","number":"h3669"},{"text":"and thy nativity","number":"h4138"},{"text":"Thy birth","number":"h4351"}],"49":[{"text":"and needy","number":"h34"},{"text":"of thy sister","number":"h269"},{"text":"was in her and in her daughters","number":"h1323"},{"text":"pride","number":"h1347"},{"text":"neither did she strengthen","number":"h2388"},{"text":"the hand","number":"h3027"},{"text":"of bread","number":"h3899"},{"text":"Sodom","number":"h5467"},{"text":"Behold this was the iniquity","number":"h5771"},{"text":"of the poor","number":"h6041"},{"text":"fulness","number":"h7653"},{"text":"and abundance","number":"h7962"},{"text":"of idleness","number":"h8252"}],"40":[{"text":"thee with stones","number":"h68"},{"text":"and thrust thee through","number":"h1333"},{"text":"with their swords","number":"h2719"},{"text":"They shall also bring up","number":"h5927"},{"text":"a company","number":"h6951"},{"text":"against thee and they shall stone","number":"h7275"}],"2":[{"text":"of man","number":"h120"},{"text":"Son","number":"h1121"},{"text":"to know","number":"h3045"},{"text":"cause Jerusalem","number":"h3389"},{"text":"her abominations","number":"h8441"}],"14":[{"text":"the Lord","number":"h136"},{"text":"among the heathen","number":"h1471"},{"text":"through my comeliness","number":"h1926"},{"text":"GOD","number":"h3069"},{"text":"for thy beauty","number":"h3308"},{"text":"went forth","number":"h3318"},{"text":"for it was perfect","number":"h3632"},{"text":"upon thee saith","number":"h5002"},{"text":"which I had put","number":"h7760"},{"text":"And thy renown","number":"h8034"}],"19":[{"text":"the Lord","number":"h136"},{"text":"wherewith I fed","number":"h398"},{"text":"and honey","number":"h1706"},{"text":"GOD","number":"h3069"},{"text":"My meat","number":"h3899"},{"text":"and thus it was saith","number":"h5002"},{"text":"them for a sweet","number":"h5207"},{"text":"also which I gave","number":"h5414"},{"text":"thee thou hast even set","number":"h5414"},{"text":"thee fine flour","number":"h5560"},{"text":"it before","number":"h6440"},{"text":"savour","number":"h7381"},{"text":"and oil","number":"h8081"}],"23":[{"text":"the Lord","number":"h136"},{"text":"woe","number":"h188"},{"text":"woe","number":"h188"},{"text":"And it came to pass after","number":"h310"},{"text":"GOD","number":"h3069"},{"text":"unto thee! saith","number":"h5002"},{"text":"all thy wickedness","number":"h7451"}],"30":[{"text":"the Lord","number":"h136"},{"text":"How weak","number":"h535"},{"text":"woman","number":"h802"},{"text":"whorish","number":"h2181"},{"text":"GOD","number":"h3069"},{"text":"is thine heart","number":"h3826"},{"text":"all these things the work","number":"h4639"},{"text":"saith","number":"h5002"},{"text":"seeing thou doest","number":"h6213"},{"text":"of an imperious","number":"h7986"}],"36":[{"text":"the Lord","number":"h136"},{"text":"with thy lovers","number":"h157"},{"text":"Thus saith","number":"h559"},{"text":"of thy children","number":"h1121"},{"text":"discovered","number":"h1540"},{"text":"and with all the idols","number":"h1544"},{"text":"and by the blood","number":"h1818"},{"text":"GOD","number":"h3069"},{"text":"Because thy filthiness","number":"h5178"},{"text":"which thou didst give","number":"h5414"},{"text":"and thy nakedness","number":"h6172"},{"text":"was poured out","number":"h8210"},{"text":"of thy abominations","number":"h8441"},{"text":"through thy whoredoms","number":"h8457"}],"43":[{"text":"the Lord","number":"h136"},{"text":"thy way","number":"h1870"},{"text":"me in all these things behold","number":"h1887"},{"text":"Because thou hast not remembered","number":"h2142"},{"text":"this lewdness","number":"h2154"},{"text":"GOD","number":"h3069"},{"text":"the days","number":"h3117"},{"text":"saith","number":"h5002"},{"text":"of thy youth","number":"h5271"},{"text":"therefore I also will recompense","number":"h5414"},{"text":"and thou shalt not commit","number":"h6213"},{"text":"upon thine head","number":"h7218"},{"text":"but hast fretted","number":"h7264"},{"text":"above all thine abominations","number":"h8441"}],"48":[{"text":"the Lord","number":"h136"},{"text":"thy sister","number":"h269"},{"text":"she nor her daughters","number":"h1323"},{"text":"thou and thy daughters","number":"h1323"},{"text":"As I live","number":"h2416"},{"text":"GOD","number":"h3069"},{"text":"saith","number":"h5002"},{"text":"Sodom","number":"h5467"},{"text":"as thou hast done","number":"h6213"},{"text":"hath not done","number":"h6213"}],"59":[{"text":"the Lord","number":"h136"},{"text":"the oath","number":"h423"},{"text":"For thus saith","number":"h559"},{"text":"which hast despised","number":"h959"},{"text":"the covenant","number":"h1285"},{"text":"GOD","number":"h3069"},{"text":"I will even deal","number":"h6213"},{"text":"with thee as thou hast done","number":"h6213"},{"text":"in breaking","number":"h6565"}],"63":[{"text":"the Lord","number":"h136"},{"text":"and be confounded","number":"h954"},{"text":"That thou mayest remember","number":"h2142"},{"text":"GOD","number":"h3069"},{"text":"of thy shame","number":"h3639"},{"text":"when I am pacified","number":"h3722"},{"text":"saith","number":"h5002"},{"text":"toward thee for all that thou hast done","number":"h6213"},{"text":"thy mouth","number":"h6310"},{"text":"any more because","number":"h6440"},{"text":"and never open","number":"h6610"}],"8":[{"text":"the Lord","number":"h136"},{"text":"unto thee and entered","number":"h935"},{"text":"into a covenant","number":"h1285"},{"text":"of love","number":"h1730"},{"text":"GOD","number":"h3069"},{"text":"my skirt","number":"h3671"},{"text":"over thee and covered","number":"h3680"},{"text":"with thee saith","number":"h5002"},{"text":"Now when I passed","number":"h5674"},{"text":"thy nakedness","number":"h6172"},{"text":"upon thee behold thy time","number":"h6256"},{"text":"was the time","number":"h6256"},{"text":"and I spread","number":"h6566"},{"text":"by thee and looked","number":"h7200"},{"text":"yea I sware","number":"h7650"}],"37":[{"text":"all thy lovers","number":"h157"},{"text":"and all them that thou hast loved","number":"h157"},{"text":"against thee and will discover","number":"h1540"},{"text":"them round about","number":"h5439"},{"text":"with whom thou hast taken pleasure","number":"h6149"},{"text":"all thy nakedness","number":"h6172"},{"text":"thy nakedness","number":"h6172"},{"text":"Behold therefore I will gather","number":"h6908"},{"text":"I will even gather","number":"h6908"},{"text":"unto them that they may see","number":"h7200"},{"text":"with all them that thou hast hated","number":"h8130"}],"33":[{"text":"to all thy lovers","number":"h157"},{"text":"them that they may come","number":"h935"},{"text":"to all whores","number":"h2181"},{"text":"gifts","number":"h5078"},{"text":"thy gifts","number":"h5083"},{"text":"They give","number":"h5414"},{"text":"but thou givest","number":"h5414"},{"text":"unto thee on every side","number":"h5439"},{"text":"and hirest","number":"h7809"},{"text":"for thy whoredom","number":"h8457"}],"12":[{"text":"in thine ears","number":"h241"},{"text":"on thy forehead","number":"h639"},{"text":"a jewel","number":"h5141"},{"text":"And I put","number":"h5414"},{"text":"and earrings","number":"h5694"},{"text":"crown","number":"h5850"},{"text":"upon thine head","number":"h7218"},{"text":"and a beautiful","number":"h8597"}],"5":[{"text":"any","number":"h259"},{"text":"to the lothing","number":"h1604"},{"text":"pitied","number":"h2347"},{"text":"of these unto thee to have compassion","number":"h2550"},{"text":"in the day","number":"h3117"},{"text":"that thou wast born","number":"h3205"},{"text":"of thy person","number":"h5315"},{"text":"None eye","number":"h5869"},{"text":"thee to do","number":"h6213"},{"text":"in the open","number":"h6440"},{"text":"field","number":"h7704"},{"text":"upon thee but thou wast cast out","number":"h7993"}],"56":[{"text":"For thy sister","number":"h269"},{"text":"of thy pride","number":"h1347"},{"text":"in the day","number":"h3117"},{"text":"Sodom","number":"h5467"},{"text":"by thy mouth","number":"h6310"},{"text":"was not mentioned","number":"h8052"}],"55":[{"text":"When thy sisters","number":"h269"},{"text":"and her daughters","number":"h1323"},{"text":"and her daughters","number":"h1323"},{"text":"then thou and thy daughters","number":"h1323"},{"text":"Sodom","number":"h5467"},{"text":"to their former estate","number":"h6927"},{"text":"to their former estate","number":"h6927"},{"text":"to your former estate","number":"h6927"},{"text":"shall return","number":"h7725"},{"text":"shall return","number":"h7725"},{"text":"shall return","number":"h7725"},{"text":"and Samaria","number":"h8111"}],"46":[{"text":"sister","number":"h269"},{"text":"sister","number":"h269"},{"text":"and her daughters","number":"h1323"},{"text":"she and her daughters","number":"h1323"},{"text":"And thine elder","number":"h1419"},{"text":"at thy right hand","number":"h3225"},{"text":"that dwell","number":"h3427"},{"text":"that dwelleth","number":"h3427"},{"text":"is Sodom","number":"h5467"},{"text":"and thy younger","number":"h6996"},{"text":"at thy left hand","number":"h8040"},{"text":"is Samaria","number":"h8111"}],"51":[{"text":"thy sisters","number":"h269"},{"text":"more than they","number":"h2007"},{"text":"committed","number":"h2398"},{"text":"of thy sins","number":"h2403"},{"text":"half","number":"h2677"},{"text":"which thou hast done","number":"h6213"},{"text":"and hast justified","number":"h6663"},{"text":"but thou hast multiplied","number":"h7235"},{"text":"Neither hath Samaria","number":"h8111"},{"text":"in all thine abominations","number":"h8441"},{"text":"thine abominations","number":"h8441"}],"52":[{"text":"thy sisters","number":"h269"},{"text":"thy sisters","number":"h269"},{"text":"than thou yea be thou confounded","number":"h954"},{"text":"than they","number":"h2004"},{"text":"for thy sins","number":"h2403"},{"text":"thine own shame","number":"h3639"},{"text":"thy shame","number":"h3639"},{"text":"also and bear","number":"h5375"},{"text":"bear","number":"h5375"},{"text":"Thou also which hast judged","number":"h6419"},{"text":"in that thou hast justified","number":"h6663"},{"text":"they are more righteous","number":"h6663"},{"text":"that thou hast committed more abominable","number":"h8581"}],"61":[{"text":"thy sisters","number":"h269"},{"text":"but not by thy covenant","number":"h1285"},{"text":"them unto thee for daughters","number":"h1323"},{"text":"thine elder","number":"h1419"},{"text":"thy ways","number":"h1870"},{"text":"Then thou shalt remember","number":"h2142"},{"text":"and be ashamed","number":"h3637"},{"text":"when thou shalt receive","number":"h3947"},{"text":"and I will give","number":"h5414"},{"text":"and thy younger","number":"h6996"}],"34":[{"text":"whereas none followeth","number":"h310"},{"text":"is in thee from other women","number":"h802"},{"text":"a reward","number":"h868"},{"text":"and no reward","number":"h868"},{"text":"unto thee therefore thou art","number":"h1961"},{"text":"And the contrary","number":"h2016"},{"text":"contrary","number":"h2016"},{"text":"thee to commit whoredoms","number":"h2181"},{"text":"and in that thou givest","number":"h5414"},{"text":"is given","number":"h5414"},{"text":"in thy whoredoms","number":"h8457"}],"32":[{"text":"instead of her husband","number":"h376"},{"text":"But as a wife","number":"h802"},{"text":"strangers","number":"h2114"},{"text":"which taketh","number":"h3947"},{"text":"that committeth adultery","number":"h5003"}],"13":[{"text":"thou didst eat","number":"h398"},{"text":"and honey","number":"h1706"},{"text":"with gold","number":"h2091"},{"text":"beautiful","number":"h3302"},{"text":"and silver","number":"h3701"},{"text":"and thou wast exceeding","number":"h3966"},{"text":"and thy raiment","number":"h4403"},{"text":"into a kingdom","number":"h4410"},{"text":"and silk","number":"h4897"},{"text":"fine flour","number":"h5560"},{"text":"Thus wast thou decked","number":"h5710"},{"text":"and thou didst prosper","number":"h6743"},{"text":"and broidered work","number":"h7553"},{"text":"and oil","number":"h8081"},{"text":"was of fine linen","number":"h8336"}],"20":[{"text":"unto them to be devoured","number":"h398"},{"text":"thy sons","number":"h1121"},{"text":"and thy daughters","number":"h1323"},{"text":"unto me and these hast thou sacrificed","number":"h2076"},{"text":"whom thou hast borne","number":"h3205"},{"text":"Moreover thou hast taken","number":"h3947"},{"text":"a small matter","number":"h4592"},{"text":"Is this of thy whoredoms","number":"h8457"}],"44":[{"text":"As is the mother","number":"h517"},{"text":"against thee saying","number":"h559"},{"text":"so is her daughter","number":"h1323"},{"text":"Behold every one that useth proverbs","number":"h4911"},{"text":"shall use this proverb","number":"h4911"}],"6":[{"text":"I said","number":"h559"},{"text":"yea I said","number":"h559"},{"text":"thee polluted","number":"h947"},{"text":"in thine own blood","number":"h1818"},{"text":"unto thee when thou wast in thy blood","number":"h1818"},{"text":"unto thee when thou wast in thy blood","number":"h1818"},{"text":"Live","number":"h2421"},{"text":"Live","number":"h2421"},{"text":"And when I passed","number":"h5674"},{"text":"by thee and saw","number":"h7200"}],"1":[{"text":"came unto me saying","number":"h559"},{"text":"Again the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"57":[{"text":"of Syria","number":"h758"},{"text":"her the daughters","number":"h1323"},{"text":"of the daughters","number":"h1323"},{"text":"was discovered","number":"h1540"},{"text":"of thy reproach","number":"h2781"},{"text":"and all that are round about","number":"h5439"},{"text":"thee round about","number":"h5439"},{"text":"as at the time","number":"h6256"},{"text":"of the Philistines","number":"h6430"},{"text":"Before thy wickedness","number":"h7451"},{"text":"which despise","number":"h7590"}],"29":[{"text":"in the land","number":"h776"},{"text":"herewith","number":"h2063"},{"text":"of Canaan","number":"h3667"},{"text":"unto Chaldea","number":"h3778"},{"text":"Thou hast moreover multiplied","number":"h7235"},{"text":"and yet thou wast not satisfied","number":"h7646"},{"text":"thy fornication","number":"h8457"}],"41":[{"text":"with fire","number":"h784"},{"text":"women","number":"h802"},{"text":"no hire","number":"h868"},{"text":"thine houses","number":"h1004"},{"text":"from playing the harlot","number":"h2181"},{"text":"and thou also shalt give","number":"h5414"},{"text":"upon thee in the sight","number":"h5869"},{"text":"and execute","number":"h6213"},{"text":"of many","number":"h7227"},{"text":"and I will cause thee to cease","number":"h7673"},{"text":"judgments","number":"h8201"},{"text":"And they shall burn","number":"h8313"}],"31":[{"text":"hire","number":"h868"},{"text":"In that thou buildest","number":"h1129"},{"text":"thine eminent place","number":"h1354"},{"text":"of every way","number":"h1870"},{"text":"and hast not been as an harlot","number":"h2181"},{"text":"and makest","number":"h6213"},{"text":"in that thou scornest","number":"h7046"},{"text":"in the head","number":"h7218"},{"text":"in every street","number":"h7339"},{"text":"thine high place","number":"h7413"}],"16":[{"text":"And of thy garments","number":"h899"},{"text":"thereupon the like things shall not come","number":"h935"},{"text":"thy high places","number":"h1116"},{"text":"and playedst the harlot","number":"h2181"},{"text":"with divers colours","number":"h2921"},{"text":"thou didst take","number":"h3947"},{"text":"and deckedst","number":"h6213"}],"18":[{"text":"garments","number":"h899"},{"text":"and coveredst","number":"h3680"},{"text":"And tookest","number":"h3947"},{"text":"them and thou hast set","number":"h5414"},{"text":"before","number":"h6440"},{"text":"and mine incense","number":"h7004"},{"text":"thy broidered","number":"h7553"},{"text":"mine oil","number":"h8081"}],"39":[{"text":"thee also of thy clothes","number":"h899"},{"text":"thine eminent place","number":"h1354"},{"text":"and they shall throw down","number":"h2040"},{"text":"thee into their hand","number":"h3027"},{"text":"and leave","number":"h3240"},{"text":"jewels","number":"h3627"},{"text":"and shall take","number":"h3947"},{"text":"And I will also give","number":"h5414"},{"text":"and shall break down","number":"h5422"},{"text":"thee naked","number":"h5903"},{"text":"and bare","number":"h6181"},{"text":"they shall strip","number":"h6584"},{"text":"thy high places","number":"h7413"},{"text":"thy fair","number":"h8597"}],"7":[{"text":"and thou art come","number":"h935"},{"text":"and waxen great","number":"h1431"},{"text":"are fashioned","number":"h3559"},{"text":"I have caused","number":"h5414"},{"text":"to excellent ornaments","number":"h5716"},{"text":"whereas thou wast naked","number":"h5903"},{"text":"and bare","number":"h6181"},{"text":"is grown","number":"h6779"},{"text":"as the bud","number":"h6780"},{"text":"thee to multiply","number":"h7233"},{"text":"and thou hast increased","number":"h7235"},{"text":"thy breasts","number":"h7699"},{"text":"of the field","number":"h7704"},{"text":"and thine hair","number":"h8181"}],"22":[{"text":"and wast polluted","number":"h947"},{"text":"in thy blood","number":"h1818"},{"text":"thou hast not remembered","number":"h2142"},{"text":"the days","number":"h3117"},{"text":"of thy youth","number":"h5271"},{"text":"when thou wast naked","number":"h5903"},{"text":"and bare","number":"h6181"},{"text":"And in all thine abominations","number":"h8441"},{"text":"and thy whoredoms","number":"h8457"}],"15":[{"text":"But thou didst trust","number":"h982"},{"text":"and playedst the harlot","number":"h2181"},{"text":"in thine own beauty","number":"h3308"},{"text":"on every one that passed by","number":"h5674"},{"text":"because of thy renown","number":"h8034"},{"text":"and pouredst out","number":"h8210"},{"text":"thy fornications","number":"h8457"}],"28":[{"text":"because","number":"h1115"},{"text":"also with the Assyrians","number":"h1121"},{"text":"Thou hast played the whore","number":"h2181"},{"text":"yea thou hast played the harlot","number":"h2181"},{"text":"thou wast unsatiable","number":"h7646"},{"text":"with them and yet couldest not be satisfied","number":"h7654"}],"21":[{"text":"my children","number":"h1121"},{"text":"and delivered","number":"h5414"},{"text":"them to cause them to pass through","number":"h5674"},{"text":"That thou hast slain","number":"h7819"}],"26":[{"text":"with the Egyptians","number":"h1121"},{"text":"of flesh","number":"h1320"},{"text":"great","number":"h1432"},{"text":"Thou hast also committed fornication","number":"h2181"},{"text":"to provoke me to anger","number":"h3707"},{"text":"and hast increased","number":"h7235"},{"text":"thy neighbours","number":"h7934"},{"text":"thy whoredoms","number":"h8457"}],"24":[{"text":"That thou hast also built","number":"h1129"},{"text":"unto thee an eminent place","number":"h1354"},{"text":"and hast made","number":"h6213"},{"text":"in every street","number":"h7339"},{"text":"thee an high place","number":"h7413"}],"25":[{"text":"Thou hast built","number":"h1129"},{"text":"of the way","number":"h1870"},{"text":"and hast made thy beauty","number":"h3308"},{"text":"to every one that passed by","number":"h5674"},{"text":"and hast opened","number":"h6589"},{"text":"at every head","number":"h7218"},{"text":"and multiplied","number":"h7235"},{"text":"thy feet","number":"h7272"},{"text":"thy high place","number":"h7413"},{"text":"thy whoredoms","number":"h8457"},{"text":"to be abhorred","number":"h8581"}],"60":[{"text":"covenant","number":"h1285"},{"text":"my covenant","number":"h1285"},{"text":"Nevertheless I will remember","number":"h2142"},{"text":"with thee in the days","number":"h3117"},{"text":"of thy youth","number":"h5271"},{"text":"unto thee an everlasting","number":"h5769"},{"text":"and I will establish","number":"h6965"}],"62":[{"text":"my covenant","number":"h1285"},{"text":"with thee and thou shalt know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"And I will establish","number":"h6965"}],"53":[{"text":"and her daughters","number":"h1323"},{"text":"and her daughters","number":"h1323"},{"text":"of Sodom","number":"h5467"},{"text":"and the captivity","number":"h7622"},{"text":"of thy captives","number":"h7622"},{"text":"the captivity","number":"h7622"},{"text":"their captivity","number":"h7622"},{"text":"then will I bring again the captivity","number":"h7622"},{"text":"When I shall bring again","number":"h7725"},{"text":"of Samaria","number":"h8111"},{"text":"in the midst","number":"h8432"}],"27":[{"text":"thee the daughters","number":"h1323"},{"text":"over thee and have diminished","number":"h1639"},{"text":"way","number":"h1870"},{"text":"of thy lewd","number":"h2154"},{"text":"thine ordinary","number":"h2706"},{"text":"my hand","number":"h3027"},{"text":"which are ashamed","number":"h3637"},{"text":"Behold therefore I have stretched out","number":"h5186"},{"text":"thee unto the will","number":"h5315"},{"text":"food and delivered","number":"h5414"},{"text":"of the Philistines","number":"h6430"},{"text":"of them that hate","number":"h8130"}],"50":[{"text":"And they were haughty","number":"h1361"},{"text":"me therefore I took them away","number":"h5493"},{"text":"and committed","number":"h6213"},{"text":"before","number":"h6440"},{"text":"as I saw","number":"h7200"},{"text":"abomination","number":"h8441"}],"11":[{"text":"on thy neck","number":"h1627"},{"text":"upon thy hands","number":"h3027"},{"text":"and I put","number":"h5414"},{"text":"I decked","number":"h5710"},{"text":"thee also with ornaments","number":"h5716"},{"text":"bracelets","number":"h6781"},{"text":"and a chain","number":"h7242"}],"35":[{"text":"the word","number":"h1697"},{"text":"Wherefore O harlot","number":"h2181"},{"text":"of the LORD","number":"h3068"},{"text":"hear","number":"h8085"}],"38":[{"text":"blood","number":"h1818"},{"text":"thee blood","number":"h1818"},{"text":"in fury","number":"h2534"},{"text":"are judged","number":"h4941"},{"text":"thee as women that break wedlock","number":"h5003"},{"text":"and I will give","number":"h5414"},{"text":"and jealousy","number":"h7068"},{"text":"And I will judge","number":"h8199"},{"text":"and shed","number":"h8210"}],"9":[{"text":"thy blood","number":"h1818"},{"text":"I thee with water","number":"h4325"},{"text":"from thee and I anointed","number":"h5480"},{"text":"Then washed","number":"h7364"},{"text":"yea I throughly washed away","number":"h7857"},{"text":"thee with oil","number":"h8081"}],"47":[{"text":"after their ways","number":"h1870"},{"text":"in all thy ways","number":"h1870"},{"text":"Yet hast thou not walked","number":"h1980"},{"text":"more than they","number":"h2004"},{"text":"little","number":"h4592"},{"text":"nor done","number":"h6213"},{"text":"but as if that were a very","number":"h6985"},{"text":"thing thou wast corrupted","number":"h7843"},{"text":"after their abominations","number":"h8441"}],"17":[{"text":"of my gold","number":"h2091"},{"text":"of men","number":"h2145"},{"text":"and didst commit whoredom","number":"h2181"},{"text":"jewels","number":"h3627"},{"text":"and of my silver","number":"h3701"},{"text":"Thou hast also taken","number":"h3947"},{"text":"which I had given","number":"h5414"},{"text":"thee and madest","number":"h6213"},{"text":"to thyself images","number":"h6754"},{"text":"thy fair","number":"h8597"}],"58":[{"text":"thy lewdness","number":"h2154"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"Thou hast borne","number":"h5375"},{"text":"and thine abominations","number":"h8441"}],"10":[{"text":"and I girded","number":"h2280"},{"text":"and I covered","number":"h3680"},{"text":"I clothed","number":"h3847"},{"text":"thee with silk","number":"h4897"},{"text":"and shod","number":"h5274"},{"text":"thee also with broidered work","number":"h7553"},{"text":"thee about with fine linen","number":"h8336"},{"text":"thee with badgers' skin","number":"h8476"}],"42":[{"text":"So will I make my fury","number":"h2534"},{"text":"and will be no more angry","number":"h3707"},{"text":"toward thee to rest","number":"h5117"},{"text":"shall depart","number":"h5493"},{"text":"and my jealousy","number":"h7068"},{"text":"from thee and I will be quiet","number":"h8252"}],"4":[{"text":"at all","number":"h2853"},{"text":"nor swaddled","number":"h2853"},{"text":"in the day","number":"h3117"},{"text":"thou wast born","number":"h3205"},{"text":"was not cut","number":"h3772"},{"text":"And as for thy nativity","number":"h4138"},{"text":"in water","number":"h4325"},{"text":"at all","number":"h4414"},{"text":"thee thou wast not salted","number":"h4414"},{"text":"to supple","number":"h4935"},{"text":"neither wast thou washed","number":"h7364"},{"text":"thy navel","number":"h8270"}],"54":[{"text":"and mayest be confounded","number":"h3637"},{"text":"thine own shame","number":"h3639"},{"text":"in that thou art a comfort","number":"h5162"},{"text":"That thou mayest bear","number":"h5375"},{"text":"in all that thou hast done","number":"h6213"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"longwinged","number":"h83"},{"text":"the Lord","number":"h136"},{"text":"And say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"of the cedar","number":"h730"},{"text":"came","number":"h935"},{"text":"A great","number":"h1419"},{"text":"with great","number":"h1419"},{"text":"GOD","number":"h3069"},{"text":"wings","number":"h3671"},{"text":"unto Lebanon","number":"h3844"},{"text":"and took","number":"h3947"},{"text":"full","number":"h4392"},{"text":"of feathers","number":"h5133"},{"text":"eagle","number":"h5404"},{"text":"the highest branch","number":"h6788"},{"text":"which had divers colours","number":"h7553"}],"21":[{"text":"with all his bands","number":"h102"},{"text":"have spoken","number":"h1696"},{"text":"by the sword","number":"h2719"},{"text":"and ye shall know","number":"h3045"},{"text":"that I the LORD","number":"h3068"},{"text":"And all his fugitives","number":"h4015"},{"text":"shall fall","number":"h5307"},{"text":"shall be scattered","number":"h6566"},{"text":"toward all winds","number":"h7307"},{"text":"and they that remain","number":"h7604"}],"23":[{"text":"and be a goodly","number":"h117"},{"text":"cedar","number":"h730"},{"text":"of the branches","number":"h1808"},{"text":"In the mountain","number":"h2022"},{"text":"of Israel","number":"h3478"},{"text":"of every wing","number":"h3671"},{"text":"of the height","number":"h4791"},{"text":"it and it shall bring forth","number":"h5375"},{"text":"boughs","number":"h6057"},{"text":"and bear","number":"h6213"},{"text":"fruit","number":"h6529"},{"text":"in the shadow","number":"h6738"},{"text":"all fowl","number":"h6833"},{"text":"and under it shall dwell","number":"h7931"},{"text":"thereof shall they dwell","number":"h7931"},{"text":"will I plant","number":"h8362"}],"2":[{"text":"of man","number":"h120"},{"text":"unto the house","number":"h1004"},{"text":"Son","number":"h1121"},{"text":"put forth","number":"h2330"},{"text":"a riddle","number":"h2420"},{"text":"of Israel","number":"h3478"},{"text":"and speak","number":"h4911"},{"text":"a parable","number":"h4912"}],"16":[{"text":"the Lord","number":"h136"},{"text":"whose oath","number":"h423"},{"text":"of Babylon","number":"h894"},{"text":"he despised","number":"h959"},{"text":"and whose covenant","number":"h1285"},{"text":"As I live","number":"h2416"},{"text":"GOD","number":"h3069"},{"text":"he shall die","number":"h4191"},{"text":"dwelleth that made him king","number":"h4427"},{"text":"where the king","number":"h4428"},{"text":"surely in the place","number":"h4725"},{"text":"saith","number":"h5002"},{"text":"he brake","number":"h6565"},{"text":"even with him in the midst","number":"h8432"}],"19":[{"text":"the Lord","number":"h136"},{"text":"surely mine oath","number":"h423"},{"text":"Therefore thus saith","number":"h559"},{"text":"that he hath despised","number":"h959"},{"text":"and my covenant","number":"h1285"},{"text":"As I live","number":"h2416"},{"text":"GOD","number":"h3069"},{"text":"even it will I recompense","number":"h5414"},{"text":"that he hath broken","number":"h6331"},{"text":"upon his own head","number":"h7218"}],"22":[{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"cedar","number":"h730"},{"text":"it upon an high","number":"h1364"},{"text":"mountain","number":"h2022"},{"text":"GOD","number":"h3069"},{"text":"of his young twigs","number":"h3127"},{"text":"I will also take","number":"h3947"},{"text":"and will set","number":"h5414"},{"text":"of the highest branch","number":"h6788"},{"text":"it I will crop off","number":"h6998"},{"text":"from the top","number":"h7218"},{"text":"of the high","number":"h7311"},{"text":"a tender one","number":"h7390"},{"text":"and will plant","number":"h8362"},{"text":"and eminent","number":"h8524"}],"9":[{"text":"the Lord","number":"h136"},{"text":"Say","number":"h559"},{"text":"thou Thus saith","number":"h559"},{"text":"even without great","number":"h1419"},{"text":"power","number":"h2220"},{"text":"in all the leaves","number":"h2964"},{"text":"it shall wither","number":"h3001"},{"text":"thereof that it wither","number":"h3001"},{"text":"GOD","number":"h3069"},{"text":"to pluck it up","number":"h5375"},{"text":"shall he not pull up","number":"h5423"},{"text":"people","number":"h5971"},{"text":"the fruit","number":"h6529"},{"text":"Shall it prosper","number":"h6743"},{"text":"of her spring","number":"h6780"},{"text":"thereof and cut off","number":"h7082"},{"text":"or many","number":"h7227"},{"text":"by the roots","number":"h8328"},{"text":"the roots","number":"h8328"}],"8":[{"text":"that it might be a goodly","number":"h155"},{"text":"vine","number":"h1612"},{"text":"in a good","number":"h2896"},{"text":"waters","number":"h4325"},{"text":"and that it might bear","number":"h5375"},{"text":"branches","number":"h6057"},{"text":"that it might bring forth","number":"h6213"},{"text":"fruit","number":"h6529"},{"text":"by great","number":"h7227"},{"text":"soil","number":"h7704"},{"text":"It was planted","number":"h8362"}],"7":[{"text":"There was also another","number":"h259"},{"text":"great","number":"h1419"},{"text":"with great","number":"h1419"},{"text":"and behold this vine","number":"h1612"},{"text":"her branches","number":"h1808"},{"text":"wings","number":"h3671"},{"text":"did bend","number":"h3719"},{"text":"of her plantation","number":"h4302"},{"text":"feathers","number":"h5133"},{"text":"eagle","number":"h5404"},{"text":"it by the furrows","number":"h6170"},{"text":"and many","number":"h7227"},{"text":"toward him and shot forth","number":"h7971"},{"text":"toward him that he might water","number":"h8248"},{"text":"her roots","number":"h8328"}],"13":[{"text":"the mighty","number":"h352"},{"text":"an oath","number":"h423"},{"text":"of the land","number":"h776"},{"text":"with him and hath taken","number":"h935"},{"text":"a covenant","number":"h1285"},{"text":"seed","number":"h2233"},{"text":"and made","number":"h3772"},{"text":"And hath taken","number":"h3947"},{"text":"of him he hath also taken","number":"h3947"},{"text":"of the king's","number":"h4410"}],"18":[{"text":"the oath","number":"h423"},{"text":"Seeing he despised","number":"h959"},{"text":"the covenant","number":"h1285"},{"text":"his hand","number":"h3027"},{"text":"all these things he shall not escape","number":"h4422"},{"text":"when lo he had given","number":"h5414"},{"text":"and hath done","number":"h6213"},{"text":"by breaking","number":"h6565"}],"12":[{"text":"Say","number":"h559"},{"text":"ye not what these things mean tell","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"them with him to Babylon","number":"h894"},{"text":"is come","number":"h935"},{"text":"thereof and led","number":"h935"},{"text":"house","number":"h1004"},{"text":"Know","number":"h3045"},{"text":"to Jerusalem","number":"h3389"},{"text":"and hath taken","number":"h3947"},{"text":"the king","number":"h4428"},{"text":"them Behold the king","number":"h4428"},{"text":"now to the rebellious","number":"h4805"},{"text":"thereof and the princes","number":"h8269"}],"1":[{"text":"came unto me saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"11":[{"text":"came unto me saying","number":"h559"},{"text":"Moreover the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"4":[{"text":"it into a land","number":"h776"},{"text":"and carried","number":"h935"},{"text":"of his young twigs","number":"h3242"},{"text":"of traffick","number":"h3667"},{"text":"it in a city","number":"h5892"},{"text":"He cropped off","number":"h6998"},{"text":"the top","number":"h7218"},{"text":"of merchants","number":"h7402"},{"text":"he set","number":"h7760"}],"5":[{"text":"of the land","number":"h776"},{"text":"also of the seed","number":"h2233"},{"text":"it in a fruitful","number":"h2233"},{"text":"He took","number":"h3947"},{"text":"he placed","number":"h3947"},{"text":"waters","number":"h4325"},{"text":"and planted","number":"h5414"},{"text":"it as a willow tree","number":"h6851"},{"text":"it by great","number":"h7227"},{"text":"field","number":"h7704"},{"text":"and set","number":"h7760"}],"20":[{"text":"him to Babylon","number":"h894"},{"text":"and I will bring","number":"h935"},{"text":"with him there for his trespass","number":"h4603"},{"text":"that he hath trespassed","number":"h4604"},{"text":"in my snare","number":"h4686"},{"text":"And I will spread","number":"h6566"},{"text":"my net","number":"h7568"},{"text":"and will plead","number":"h8199"},{"text":"upon him and he shall be taken","number":"h8610"}],"6":[{"text":"branches","number":"h905"},{"text":"thereof were under him so it became a vine","number":"h1612"},{"text":"vine","number":"h1612"},{"text":"whose branches","number":"h1808"},{"text":"and became a spreading","number":"h5628"},{"text":"and brought forth","number":"h6213"},{"text":"forth sprigs","number":"h6288"},{"text":"turned","number":"h6437"},{"text":"And it grew","number":"h6779"},{"text":"stature","number":"h6967"},{"text":"and shot","number":"h7971"},{"text":"of low","number":"h8217"},{"text":"toward him and the roots","number":"h8328"}],"17":[{"text":"and building","number":"h1129"},{"text":"with his mighty","number":"h1419"},{"text":"forts","number":"h1785"},{"text":"army","number":"h2428"},{"text":"to cut off","number":"h3772"},{"text":"for him in the war","number":"h4421"},{"text":"persons","number":"h5315"},{"text":"mounts","number":"h5550"},{"text":"make","number":"h6213"},{"text":"Neither shall Pharaoh","number":"h6547"},{"text":"company","number":"h6951"},{"text":"and great","number":"h7227"},{"text":"many","number":"h7227"},{"text":"by casting up","number":"h8210"}],"14":[{"text":"of his covenant","number":"h1285"},{"text":"That the kingdom","number":"h4467"},{"text":"that it might not lift itself up","number":"h5375"},{"text":"it might stand","number":"h5975"},{"text":"but that by keeping","number":"h8104"},{"text":"might be base","number":"h8217"}],"15":[{"text":"the covenant","number":"h1285"},{"text":"his ambassadors","number":"h4397"},{"text":"and be delivered","number":"h4422"},{"text":"shall he escape","number":"h4422"},{"text":"into Egypt","number":"h4714"},{"text":"But he rebelled","number":"h4775"},{"text":"that they might give","number":"h5414"},{"text":"him horses","number":"h5483"},{"text":"people","number":"h5971"},{"text":"that doeth","number":"h6213"},{"text":"such things or shall he break","number":"h6565"},{"text":"Shall he prosper","number":"h6743"},{"text":"and much","number":"h7227"},{"text":"against him in sending","number":"h7971"}],"24":[{"text":"have exalted","number":"h1361"},{"text":"the high","number":"h1364"},{"text":"have spoken","number":"h1696"},{"text":"have dried","number":"h3001"},{"text":"and have made the dry","number":"h3002"},{"text":"shall know","number":"h3045"},{"text":"I the LORD","number":"h3068"},{"text":"that I the LORD","number":"h3068"},{"text":"up the green","number":"h3892"},{"text":"And all the trees","number":"h6086"},{"text":"tree","number":"h6086"},{"text":"tree","number":"h6086"},{"text":"tree","number":"h6086"},{"text":"tree","number":"h6086"},{"text":"and have done","number":"h6213"},{"text":"to flourish","number":"h6524"},{"text":"of the field","number":"h7704"},{"text":"have brought down","number":"h8213"},{"text":"the low","number":"h8217"}],"10":[{"text":"it it shall wither","number":"h3001"},{"text":"shall it not utterly","number":"h3001"},{"text":"wither","number":"h3001"},{"text":"toucheth","number":"h5060"},{"text":"in the furrows","number":"h6170"},{"text":"shall it prosper","number":"h6743"},{"text":"where it grew","number":"h6780"},{"text":"when the east","number":"h6921"},{"text":"wind","number":"h7307"},{"text":"Yea behold being planted","number":"h8362"}]}
@@ -0,0 +1 @@
1
+ {"18":[{"text":"As for his father","number":"h1"},{"text":"his brother","number":"h251"},{"text":"spoiled","number":"h1497"},{"text":"by violence","number":"h1499"},{"text":"that which is not good","number":"h2896"},{"text":"lo even he shall die","number":"h4191"},{"text":"in his iniquity","number":"h5771"},{"text":"his people","number":"h5971"},{"text":"and did","number":"h6213"},{"text":"oppressed","number":"h6231"},{"text":"because he cruelly","number":"h6233"},{"text":"among","number":"h8432"}],"2":[{"text":"The fathers","number":"h1"},{"text":"concerning the land","number":"h127"},{"text":"have eaten","number":"h398"},{"text":"saying","number":"h559"},{"text":"and the children's","number":"h1121"},{"text":"sour grapes","number":"h1155"},{"text":"of Israel","number":"h3478"},{"text":"What mean ye that ye use","number":"h4911"},{"text":"this proverb","number":"h4912"},{"text":"are set on edge","number":"h6949"},{"text":"teeth","number":"h8127"}],"14":[{"text":"all his father's","number":"h1"},{"text":"a son","number":"h1121"},{"text":"not such like","number":"h2004"},{"text":"sins","number":"h2403"},{"text":"Now lo if he beget","number":"h3205"},{"text":"and doeth","number":"h6213"},{"text":"which he hath done","number":"h6213"},{"text":"and considereth","number":"h7200"},{"text":"that seeth","number":"h7200"}],"20":[{"text":"neither shall the father","number":"h1"},{"text":"of the father","number":"h1"},{"text":"The son","number":"h1121"},{"text":"of the son","number":"h1121"},{"text":"that sinneth","number":"h2398"},{"text":"it shall die","number":"h4191"},{"text":"The soul","number":"h5315"},{"text":"bear","number":"h5375"},{"text":"shall not bear","number":"h5375"},{"text":"the iniquity","number":"h5771"},{"text":"the iniquity","number":"h5771"},{"text":"of the righteous","number":"h6662"},{"text":"the righteousness","number":"h6666"},{"text":"of the wicked","number":"h7563"},{"text":"shall be upon him and the wickedness","number":"h7564"}],"17":[{"text":"of his father","number":"h1"},{"text":"hath walked","number":"h1980"},{"text":"he shall surely","number":"h2421"},{"text":"live","number":"h2421"},{"text":"in my statutes","number":"h2708"},{"text":"his hand","number":"h3027"},{"text":"that hath not received","number":"h3947"},{"text":"he shall not die","number":"h4191"},{"text":"my judgments","number":"h4941"},{"text":"usury","number":"h5392"},{"text":"for the iniquity","number":"h5771"},{"text":"from the poor","number":"h6041"},{"text":"hath executed","number":"h6213"},{"text":"That hath taken off","number":"h7725"},{"text":"nor increase","number":"h8636"}],"19":[{"text":"of the father","number":"h1"},{"text":"Yet say","number":"h559"},{"text":"When the son","number":"h1121"},{"text":"ye Why doth not the son","number":"h1121"},{"text":"live","number":"h2421"},{"text":"them he shall surely","number":"h2421"},{"text":"all my statutes","number":"h2708"},{"text":"that which is lawful","number":"h4941"},{"text":"bear","number":"h5375"},{"text":"the iniquity","number":"h5771"},{"text":"and hath done","number":"h6213"},{"text":"hath done","number":"h6213"},{"text":"and right","number":"h6666"},{"text":"and hath kept","number":"h8104"}],"4":[{"text":"of the father","number":"h1"},{"text":"of the son","number":"h1121"},{"text":"that sinneth","number":"h2398"},{"text":"it shall die","number":"h4191"},{"text":"Behold all souls","number":"h5315"},{"text":"are mine as the soul","number":"h5315"},{"text":"is mine the soul","number":"h5315"},{"text":"so also the soul","number":"h5315"}],"12":[{"text":"and needy","number":"h34"},{"text":"hath spoiled","number":"h1497"},{"text":"by violence","number":"h1500"},{"text":"to the idols","number":"h1544"},{"text":"the pledge","number":"h2258"},{"text":"Hath oppressed","number":"h3238"},{"text":"and hath lifted up","number":"h5375"},{"text":"his eyes","number":"h5869"},{"text":"the poor","number":"h6041"},{"text":"hath committed","number":"h6213"},{"text":"hath not restored","number":"h7725"},{"text":"abomination","number":"h8441"}],"25":[{"text":"of the Lord","number":"h136"},{"text":"Yet ye say","number":"h559"},{"text":"now O house","number":"h1004"},{"text":"Is not my way","number":"h1870"},{"text":"The way","number":"h1870"},{"text":"are not your ways","number":"h1870"},{"text":"of Israel","number":"h3478"},{"text":"Hear","number":"h8085"},{"text":"equal","number":"h8505"},{"text":"is not equal","number":"h8505"},{"text":"unequal","number":"h8505"}],"29":[{"text":"of the Lord","number":"h136"},{"text":"Yet saith","number":"h559"},{"text":"O house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"The way","number":"h1870"},{"text":"are not my ways","number":"h1870"},{"text":"are not your ways","number":"h1870"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"equal","number":"h8505"},{"text":"is not equal","number":"h8505"},{"text":"unequal","number":"h8505"}],"23":[{"text":"the Lord","number":"h136"},{"text":"from his ways","number":"h1870"},{"text":"and live","number":"h2421"},{"text":"Have I any pleasure","number":"h2654"},{"text":"at all","number":"h2654"},{"text":"GOD","number":"h3069"},{"text":"should die","number":"h4194"},{"text":"saith","number":"h5002"},{"text":"that the wicked","number":"h7563"},{"text":"and not that he should return","number":"h7725"}],"3":[{"text":"the Lord","number":"h136"},{"text":"As I live","number":"h2416"},{"text":"GOD","number":"h3069"},{"text":"in Israel","number":"h3478"},{"text":"ye shall not have occasion any more to use","number":"h4911"},{"text":"this proverb","number":"h4912"},{"text":"saith","number":"h5002"}],"30":[{"text":"the Lord","number":"h136"},{"text":"every one","number":"h376"},{"text":"you O house","number":"h1004"},{"text":"according to his ways","number":"h1870"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"shall not be your ruin","number":"h4383"},{"text":"saith","number":"h5002"},{"text":"so iniquity","number":"h5771"},{"text":"yourselves from all your transgressions","number":"h6588"},{"text":"Repent","number":"h7725"},{"text":"and turn","number":"h7725"},{"text":"Therefore I will judge","number":"h8199"}],"32":[{"text":"the Lord","number":"h136"},{"text":"yourselves and live","number":"h2421"},{"text":"For I have no pleasure","number":"h2654"},{"text":"GOD","number":"h3069"},{"text":"of him that dieth","number":"h4191"},{"text":"in the death","number":"h4194"},{"text":"saith","number":"h5002"},{"text":"wherefore turn","number":"h7725"}],"9":[{"text":"the Lord","number":"h136"},{"text":"truly","number":"h571"},{"text":"Hath walked","number":"h1980"},{"text":"he shall surely","number":"h2421"},{"text":"live","number":"h2421"},{"text":"in my statutes","number":"h2708"},{"text":"GOD","number":"h3069"},{"text":"my judgments","number":"h4941"},{"text":"saith","number":"h5002"},{"text":"to deal","number":"h6213"},{"text":"he is just","number":"h6662"},{"text":"and hath kept","number":"h8104"}],"10":[{"text":"the like","number":"h251"},{"text":"to any one","number":"h259"},{"text":"a son","number":"h1121"},{"text":"of blood","number":"h1818"},{"text":"If he beget","number":"h3205"},{"text":"and that doeth","number":"h6213"},{"text":"that is a robber","number":"h6530"},{"text":"a shedder","number":"h8210"}],"5":[{"text":"But if a man","number":"h376"},{"text":"that which is lawful","number":"h4941"},{"text":"and do","number":"h6213"},{"text":"be just","number":"h6662"},{"text":"and right","number":"h6666"}],"8":[{"text":"and man","number":"h376"},{"text":"between man","number":"h376"},{"text":"true","number":"h571"},{"text":"his hand","number":"h3027"},{"text":"neither hath taken","number":"h3947"},{"text":"judgment","number":"h4941"},{"text":"upon usury","number":"h5392"},{"text":"He that hath not given forth","number":"h5414"},{"text":"from iniquity","number":"h5766"},{"text":"hath executed","number":"h6213"},{"text":"that hath withdrawn","number":"h7725"},{"text":"any increase","number":"h8636"}],"16":[{"text":"any","number":"h376"},{"text":"with a garment","number":"h899"},{"text":"neither hath spoiled","number":"h1497"},{"text":"by violence","number":"h1500"},{"text":"hath not withholden","number":"h2254"},{"text":"the pledge","number":"h2258"},{"text":"Neither hath oppressed","number":"h3238"},{"text":"and hath covered","number":"h3680"},{"text":"his bread","number":"h3899"},{"text":"but hath given","number":"h5414"},{"text":"the naked","number":"h5903"},{"text":"to the hungry","number":"h7457"}],"7":[{"text":"any","number":"h376"},{"text":"with a garment","number":"h899"},{"text":"hath spoiled","number":"h1497"},{"text":"none by violence","number":"h1500"},{"text":"his pledge","number":"h2258"},{"text":"to the debtor","number":"h2326"},{"text":"And hath not oppressed","number":"h3238"},{"text":"and hath covered","number":"h3680"},{"text":"his bread","number":"h3899"},{"text":"hath given","number":"h5414"},{"text":"the naked","number":"h5903"},{"text":"to the hungry","number":"h7457"},{"text":"but hath restored","number":"h7725"}],"6":[{"text":"And hath not eaten","number":"h398"},{"text":"wife","number":"h802"},{"text":"woman","number":"h802"},{"text":"of the house","number":"h1004"},{"text":"to the idols","number":"h1544"},{"text":"upon the mountains","number":"h2022"},{"text":"neither hath defiled","number":"h2930"},{"text":"of Israel","number":"h3478"},{"text":"to a menstruous","number":"h5079"},{"text":"neither hath lifted up","number":"h5375"},{"text":"his eyes","number":"h5869"},{"text":"neither hath come near","number":"h7126"},{"text":"his neighbour's","number":"h7453"}],"15":[{"text":"That hath not eaten","number":"h398"},{"text":"wife","number":"h802"},{"text":"of the house","number":"h1004"},{"text":"to the idols","number":"h1544"},{"text":"upon the mountains","number":"h2022"},{"text":"hath not defiled","number":"h2930"},{"text":"of Israel","number":"h3478"},{"text":"neither hath lifted up","number":"h5375"},{"text":"his eyes","number":"h5869"},{"text":"his neighbour's","number":"h7453"}],"11":[{"text":"not any of those duties but even hath eaten","number":"h398"},{"text":"wife","number":"h802"},{"text":"upon the mountains","number":"h2022"},{"text":"and defiled","number":"h2930"},{"text":"And that doeth","number":"h6213"},{"text":"his neighbour's","number":"h7453"}],"1":[{"text":"came unto me again saying","number":"h559"},{"text":"The word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"31":[{"text":"O house","number":"h1004"},{"text":"and a new","number":"h2319"},{"text":"you a new","number":"h2319"},{"text":"of Israel","number":"h3478"},{"text":"heart","number":"h3820"},{"text":"for why will ye die","number":"h4191"},{"text":"and make","number":"h6213"},{"text":"whereby ye have transgressed","number":"h6586"},{"text":"from you all your transgressions","number":"h6588"},{"text":"spirit","number":"h7307"},{"text":"Cast away","number":"h7993"}],"13":[{"text":"his blood","number":"h1818"},{"text":"he shall not live","number":"h2421"},{"text":"shall he then live","number":"h2425"},{"text":"and hath taken","number":"h3947"},{"text":"die","number":"h4191"},{"text":"he shall surely","number":"h4191"},{"text":"upon usury","number":"h5392"},{"text":"Hath given forth","number":"h5414"},{"text":"he hath done","number":"h6213"},{"text":"all these abominations","number":"h8441"},{"text":"increase","number":"h8636"}],"24":[{"text":"shall not be mentioned","number":"h2142"},{"text":"that he hath sinned","number":"h2398"},{"text":"and in his sin","number":"h2403"},{"text":"shall he live","number":"h2425"},{"text":"in them shall he die","number":"h4191"},{"text":"in his trespass","number":"h4603"},{"text":"that he hath trespassed","number":"h4604"},{"text":"iniquity","number":"h5766"},{"text":"and committeth","number":"h6213"},{"text":"and doeth","number":"h6213"},{"text":"man doeth","number":"h6213"},{"text":"that he hath done","number":"h6213"},{"text":"But when the righteous","number":"h6662"},{"text":"All his righteousness","number":"h6666"},{"text":"from his righteousness","number":"h6666"},{"text":"that the wicked","number":"h7563"},{"text":"turneth away","number":"h7725"},{"text":"according to all the abominations","number":"h8441"}],"22":[{"text":"they shall not be mentioned","number":"h2142"},{"text":"he shall live","number":"h2421"},{"text":"that he hath committed","number":"h6213"},{"text":"that he hath done","number":"h6213"},{"text":"All his transgressions","number":"h6588"},{"text":"unto him in his righteousness","number":"h6666"}],"21":[{"text":"from all his sins","number":"h2403"},{"text":"he shall surely","number":"h2421"},{"text":"live","number":"h2421"},{"text":"all my statutes","number":"h2708"},{"text":"he shall not die","number":"h4191"},{"text":"that which is lawful","number":"h4941"},{"text":"and do","number":"h6213"},{"text":"that he hath committed","number":"h6213"},{"text":"and right","number":"h6666"},{"text":"But if the wicked","number":"h7563"},{"text":"will turn","number":"h7725"},{"text":"and keep","number":"h8104"}],"27":[{"text":"alive","number":"h2421"},{"text":"he shall save","number":"h2421"},{"text":"that which is lawful","number":"h4941"},{"text":"his soul","number":"h5315"},{"text":"and doeth","number":"h6213"},{"text":"that he hath committed","number":"h6213"},{"text":"and right","number":"h6666"},{"text":"Again when the wicked","number":"h7563"},{"text":"from his wickedness","number":"h7564"},{"text":"man turneth away","number":"h7725"}],"28":[{"text":"he shall surely","number":"h2421"},{"text":"live","number":"h2421"},{"text":"he shall not die","number":"h4191"},{"text":"that he hath committed","number":"h6213"},{"text":"from all his transgressions","number":"h6588"},{"text":"Because he considereth","number":"h7200"},{"text":"and turneth away","number":"h7725"}],"26":[{"text":"and dieth","number":"h4191"},{"text":"shall he die","number":"h4191"},{"text":"in them for his iniquity","number":"h5766"},{"text":"iniquity","number":"h5766"},{"text":"and committeth","number":"h6213"},{"text":"that he hath done","number":"h6213"},{"text":"When a righteous","number":"h6662"},{"text":"from his righteousness","number":"h6666"},{"text":"man turneth away","number":"h7725"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"was lost","number":"h6"},{"text":"another","number":"h259"},{"text":"of her whelps","number":"h1482"},{"text":"that she had waited","number":"h3176"},{"text":"him a young lion","number":"h3715"},{"text":"then she took","number":"h3947"},{"text":"Now when she saw","number":"h7200"},{"text":"and made","number":"h7760"},{"text":"and her hope","number":"h8615"}],"3":[{"text":"men","number":"h120"},{"text":"one","number":"h259"},{"text":"it devoured","number":"h398"},{"text":"of her whelps","number":"h1482"},{"text":"to catch","number":"h2963"},{"text":"the prey","number":"h2964"},{"text":"it became a young lion","number":"h3715"},{"text":"and it learned","number":"h3925"},{"text":"And she brought up","number":"h5927"}],"6":[{"text":"men","number":"h120"},{"text":"and devoured","number":"h398"},{"text":"the lions","number":"h738"},{"text":"And he went up and down","number":"h1980"},{"text":"to catch","number":"h2963"},{"text":"the prey","number":"h2964"},{"text":"he became a young lion","number":"h3715"},{"text":"and learned","number":"h3925"},{"text":"among","number":"h8432"}],"12":[{"text":"consumed","number":"h398"},{"text":"to the ground","number":"h776"},{"text":"the fire","number":"h784"},{"text":"in fury","number":"h2534"},{"text":"and withered","number":"h3001"},{"text":"dried up","number":"h3001"},{"text":"rods","number":"h4294"},{"text":"But she was plucked up","number":"h5428"},{"text":"her strong","number":"h5797"},{"text":"her fruit","number":"h6529"},{"text":"were broken","number":"h6561"},{"text":"and the east","number":"h6921"},{"text":"wind","number":"h7307"},{"text":"she was cast down","number":"h7993"}],"14":[{"text":"which hath devoured","number":"h398"},{"text":"And fire","number":"h784"},{"text":"of her branches","number":"h905"},{"text":"is gone out","number":"h3318"},{"text":"of a rod","number":"h4294"},{"text":"rod","number":"h4294"},{"text":"to rule","number":"h4910"},{"text":"so that she hath no strong","number":"h5797"},{"text":"her fruit","number":"h6529"},{"text":"This is a lamentation","number":"h7015"},{"text":"and shall be for a lamentation","number":"h7015"},{"text":"to be a sceptre","number":"h7626"}],"7":[{"text":"their desolate palaces","number":"h490"},{"text":"and the land","number":"h776"},{"text":"and he laid waste","number":"h2717"},{"text":"And he knew","number":"h3045"},{"text":"was desolate","number":"h3456"},{"text":"and the fulness","number":"h4393"},{"text":"their cities","number":"h5892"},{"text":"thereof by the noise","number":"h6963"},{"text":"of his roaring","number":"h7581"}],"10":[{"text":"Thy mother","number":"h517"},{"text":"is like a vine","number":"h1612"},{"text":"in thy blood","number":"h1818"},{"text":"by the waters","number":"h4325"},{"text":"waters","number":"h4325"},{"text":"and full of branches","number":"h6058"},{"text":"she was fruitful","number":"h6509"},{"text":"by reason of many","number":"h7227"},{"text":"planted","number":"h8362"}],"2":[{"text":"What is thy mother","number":"h517"},{"text":"And say","number":"h559"},{"text":"among lions","number":"h738"},{"text":"her whelps","number":"h1482"},{"text":"young lions","number":"h3715"},{"text":"A lioness","number":"h3833"},{"text":"she nourished","number":"h7235"},{"text":"she lay down","number":"h7257"},{"text":"among","number":"h8432"}],"13":[{"text":"ground","number":"h776"},{"text":"in the wilderness","number":"h4057"},{"text":"in a dry","number":"h6723"},{"text":"and thirsty","number":"h6772"},{"text":"And now she is planted","number":"h8362"}],"4":[{"text":"unto the land","number":"h776"},{"text":"and they brought","number":"h935"},{"text":"The nations","number":"h1471"},{"text":"him with chains","number":"h2397"},{"text":"of Egypt","number":"h4714"},{"text":"in their pit","number":"h7845"},{"text":"also heard","number":"h8085"},{"text":"of him he was taken","number":"h8610"}],"9":[{"text":"of Babylon","number":"h894"},{"text":"and brought","number":"h935"},{"text":"they brought","number":"h935"},{"text":"upon the mountains","number":"h2022"},{"text":"in chains","number":"h2397"},{"text":"of Israel","number":"h3478"},{"text":"him to the king","number":"h4428"},{"text":"him into holds","number":"h4685"},{"text":"And they put","number":"h5414"},{"text":"him in ward","number":"h5474"},{"text":"that his voice","number":"h6963"},{"text":"should no more be heard","number":"h8085"}],"11":[{"text":"was exalted","number":"h1361"},{"text":"in her height","number":"h1363"},{"text":"of her branches","number":"h1808"},{"text":"rods","number":"h4294"},{"text":"of them that bare rule","number":"h4910"},{"text":"among the thick branches","number":"h5688"},{"text":"And she had strong","number":"h5797"},{"text":"and her stature","number":"h6967"},{"text":"and she appeared","number":"h7200"},{"text":"with the multitude","number":"h7230"},{"text":"for the sceptres","number":"h7626"}],"8":[{"text":"Then the nations","number":"h1471"},{"text":"from the provinces","number":"h4082"},{"text":"set","number":"h5414"},{"text":"against him on every side","number":"h5439"},{"text":"and spread","number":"h6566"},{"text":"their net","number":"h7568"},{"text":"in their pit","number":"h7845"},{"text":"over him he was taken","number":"h8610"}],"1":[{"text":"of Israel","number":"h3478"},{"text":"Moreover take thou up","number":"h5375"},{"text":"for the princes","number":"h5387"},{"text":"a lamentation","number":"h7015"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"against me they and their fathers","number":"h1"},{"text":"of man","number":"h120"},{"text":"And he said","number":"h559"},{"text":"thee to the children","number":"h1121"},{"text":"unto me Son","number":"h1121"},{"text":"nation","number":"h1471"},{"text":"day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"that hath rebelled","number":"h4775"},{"text":"to a rebellious","number":"h4775"},{"text":"against me even unto this very","number":"h6106"},{"text":"have transgressed","number":"h6586"},{"text":"I send","number":"h7971"}],"1":[{"text":"of man","number":"h120"},{"text":"And he said","number":"h559"},{"text":"unto me Son","number":"h1121"},{"text":"and I will speak","number":"h1696"},{"text":"stand","number":"h5975"},{"text":"upon thy feet","number":"h7272"}],"6":[{"text":"of man","number":"h120"},{"text":"house","number":"h1004"},{"text":"And thou son","number":"h1121"},{"text":"of their words","number":"h1697"},{"text":"of their words","number":"h1697"},{"text":"nor be dismayed","number":"h2865"},{"text":"be not afraid","number":"h3372"},{"text":"be not afraid","number":"h3372"},{"text":"of them neither be afraid","number":"h3372"},{"text":"be with thee and thou dost dwell","number":"h3427"},{"text":"though they be a rebellious","number":"h4805"},{"text":"and thorns","number":"h5544"},{"text":"though briers","number":"h5621"},{"text":"among scorpions","number":"h6137"},{"text":"at their looks","number":"h6440"}],"8":[{"text":"of man","number":"h120"},{"text":"and eat","number":"h398"},{"text":"house","number":"h1004"},{"text":"But thou son","number":"h1121"},{"text":"what I say","number":"h1696"},{"text":"unto thee Be not","number":"h1961"},{"text":"like that rebellious","number":"h4805"},{"text":"thou rebellious","number":"h4805"},{"text":"that I give","number":"h5414"},{"text":"thy mouth","number":"h6310"},{"text":"open","number":"h6475"},{"text":"hear","number":"h8085"}],"4":[{"text":"the Lord","number":"h136"},{"text":"thee unto them and thou shalt say","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"children","number":"h1121"},{"text":"and stiffhearted","number":"h2389"},{"text":"GOD","number":"h3069"},{"text":"For they are impudent","number":"h7186"},{"text":"I do send","number":"h7971"}],"10":[{"text":"and without","number":"h268"},{"text":"and mourning","number":"h1899"},{"text":"and woe","number":"h1958"},{"text":"and there was written","number":"h3789"},{"text":"me and it was written","number":"h3789"},{"text":"it before","number":"h6440"},{"text":"within","number":"h6440"},{"text":"And he spread","number":"h6566"},{"text":"therein lamentations","number":"h7015"}],"2":[{"text":"entered","number":"h935"},{"text":"him that spake","number":"h1696"},{"text":"into me when he spake","number":"h1696"},{"text":"unto me and set","number":"h5975"},{"text":"me upon my feet","number":"h7272"},{"text":"And the spirit","number":"h7307"},{"text":"that I heard","number":"h8085"}],"5":[{"text":"house","number":"h1004"},{"text":"or whether they will forbear","number":"h2308"},{"text":"yet shall know","number":"h3045"},{"text":"for they are a rebellious","number":"h4805"},{"text":"that there hath been a prophet","number":"h5030"},{"text":"And they whether they will hear","number":"h8085"},{"text":"among","number":"h8432"}],"7":[{"text":"And thou shalt speak","number":"h1696"},{"text":"my words","number":"h1697"},{"text":"or whether they will forbear","number":"h2308"},{"text":"for they are most rebellious","number":"h4805"},{"text":"unto them whether they will hear","number":"h8085"}],"9":[{"text":"behold an hand","number":"h3027"},{"text":"unto me and lo a roll","number":"h4039"},{"text":"of a book","number":"h5612"},{"text":"And when I looked","number":"h7200"},{"text":"was sent","number":"h7971"}]}
@@ -0,0 +1 @@
1
+ {"27":[{"text":"Yet in this your fathers","number":"h1"},{"text":"of man","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"and say","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"unto the house","number":"h1004"},{"text":"Therefore son","number":"h1121"},{"text":"have blasphemed","number":"h1442"},{"text":"speak","number":"h1696"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"me in that they have committed","number":"h4603"},{"text":"a trespass","number":"h4604"}],"42":[{"text":"it to your fathers","number":"h1"},{"text":"you into the land","number":"h127"},{"text":"into the country","number":"h776"},{"text":"when I shall bring","number":"h935"},{"text":"mine hand","number":"h3027"},{"text":"And ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"for the which I lifted up","number":"h5375"},{"text":"to give","number":"h5414"}],"4":[{"text":"of their fathers","number":"h1"},{"text":"of man","number":"h120"},{"text":"them son","number":"h1121"},{"text":"them cause them to know","number":"h3045"},{"text":"Wilt thou judge","number":"h8199"},{"text":"wilt thou judge","number":"h8199"},{"text":"the abominations","number":"h8441"}],"18":[{"text":"of your fathers","number":"h1"},{"text":"But I said","number":"h559"},{"text":"unto their children","number":"h1121"},{"text":"yourselves with their idols","number":"h1544"},{"text":"ye not in the statutes","number":"h2706"},{"text":"nor defile","number":"h2930"},{"text":"Walk","number":"h3212"},{"text":"in the wilderness","number":"h4057"},{"text":"their judgments","number":"h4941"},{"text":"neither observe","number":"h8104"}],"30":[{"text":"of your fathers","number":"h1"},{"text":"the Lord","number":"h136"},{"text":"after","number":"h310"},{"text":"Thus saith","number":"h559"},{"text":"Wherefore say","number":"h559"},{"text":"unto the house","number":"h1004"},{"text":"after the manner","number":"h1870"},{"text":"and commit ye whoredom","number":"h2181"},{"text":"Are ye polluted","number":"h2930"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"their abominations","number":"h8251"}],"24":[{"text":"their fathers","number":"h1"},{"text":"were after","number":"h310"},{"text":"idols","number":"h1544"},{"text":"and had polluted","number":"h2490"},{"text":"my statutes","number":"h2708"},{"text":"but had despised","number":"h3988"},{"text":"my judgments","number":"h4941"},{"text":"and their eyes","number":"h5869"},{"text":"Because they had not executed","number":"h6213"},{"text":"my sabbaths","number":"h7676"}],"36":[{"text":"with your fathers","number":"h1"},{"text":"the Lord","number":"h136"},{"text":"of the land","number":"h776"},{"text":"GOD","number":"h3069"},{"text":"in the wilderness","number":"h4057"},{"text":"of Egypt","number":"h4714"},{"text":"with you saith","number":"h5002"},{"text":"Like as I pleaded","number":"h8199"},{"text":"so will I plead","number":"h8199"}],"8":[{"text":"against me and would","number":"h14"},{"text":"unto me they did not every man","number":"h376"},{"text":"then I said","number":"h559"},{"text":"my anger","number":"h639"},{"text":"of the land","number":"h776"},{"text":"the idols","number":"h1544"},{"text":"my fury","number":"h2534"},{"text":"upon them to accomplish","number":"h3615"},{"text":"of Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"But they rebelled","number":"h4784"},{"text":"neither did they forsake","number":"h5800"},{"text":"of their eyes","number":"h5869"},{"text":"cast away","number":"h7993"},{"text":"not hearken","number":"h8085"},{"text":"I will pour out","number":"h8210"},{"text":"the abominations","number":"h8251"},{"text":"against them in the midst","number":"h8432"}],"32":[{"text":"and stone","number":"h68"},{"text":"shall not be at all that ye say","number":"h559"},{"text":"of the countries","number":"h776"},{"text":"as the heathen","number":"h1471"},{"text":"We will be","number":"h1961"},{"text":"as the families","number":"h4940"},{"text":"And that which cometh","number":"h5927"},{"text":"wood","number":"h6086"},{"text":"into your mind","number":"h7307"},{"text":"to serve","number":"h8334"}],"3":[{"text":"of man","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"the Lord","number":"h136"},{"text":"and say","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"Are ye come","number":"h935"},{"text":"Son","number":"h1121"},{"text":"speak","number":"h1696"},{"text":"I will not be enquired","number":"h1875"},{"text":"to enquire","number":"h1875"},{"text":"unto the elders","number":"h2205"},{"text":"of me As I live","number":"h2416"},{"text":"GOD","number":"h3069"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"saith","number":"h5002"}],"46":[{"text":"of man","number":"h120"},{"text":"Son","number":"h1121"},{"text":"thy word toward the south","number":"h1864"},{"text":"toward","number":"h1870"},{"text":"against the forest","number":"h3293"},{"text":"and prophesy","number":"h5012"},{"text":"of the south","number":"h5045"},{"text":"and drop","number":"h5197"},{"text":"thy face","number":"h6440"},{"text":"field","number":"h7704"},{"text":"set","number":"h7760"},{"text":"the south","number":"h8486"}],"21":[{"text":"them which if a man","number":"h120"},{"text":"then I said","number":"h559"},{"text":"my anger","number":"h639"},{"text":"Notwithstanding the children","number":"h1121"},{"text":"against me they walked","number":"h1980"},{"text":"he shall even live","number":"h2425"},{"text":"in them they polluted","number":"h2490"},{"text":"my fury","number":"h2534"},{"text":"not in my statutes","number":"h2708"},{"text":"upon them to accomplish","number":"h3615"},{"text":"against them in the wilderness","number":"h4057"},{"text":"rebelled","number":"h4784"},{"text":"my judgments","number":"h4941"},{"text":"do","number":"h6213"},{"text":"to do","number":"h6213"},{"text":"my sabbaths","number":"h7676"},{"text":"neither kept","number":"h8104"},{"text":"I would pour out","number":"h8210"}],"11":[{"text":"which if a man","number":"h120"},{"text":"he shall even live","number":"h2425"},{"text":"them my statutes","number":"h2708"},{"text":"and shewed","number":"h3045"},{"text":"them my judgments","number":"h4941"},{"text":"And I gave","number":"h5414"},{"text":"do","number":"h6213"}],"13":[{"text":"which if a man","number":"h120"},{"text":"then I said","number":"h559"},{"text":"But the house","number":"h1004"},{"text":"they walked","number":"h1980"},{"text":"he shall even live","number":"h2425"},{"text":"polluted","number":"h2490"},{"text":"my fury","number":"h2534"},{"text":"not in my statutes","number":"h2708"},{"text":"of Israel","number":"h3478"},{"text":"to consume","number":"h3615"},{"text":"they greatly","number":"h3966"},{"text":"and they despised","number":"h3988"},{"text":"against me in the wilderness","number":"h4057"},{"text":"upon them in the wilderness","number":"h4057"},{"text":"rebelled","number":"h4784"},{"text":"my judgments","number":"h4941"},{"text":"do","number":"h6213"},{"text":"in them and my sabbaths","number":"h7676"},{"text":"I would pour out","number":"h8210"}],"38":[{"text":"into the land","number":"h127"},{"text":"out of the country","number":"h776"},{"text":"and they shall not enter","number":"h935"},{"text":"And I will purge out","number":"h1305"},{"text":"and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"against me I will bring them forth","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"where they sojourn","number":"h4033"},{"text":"from among you the rebels","number":"h4775"},{"text":"and them that transgress","number":"h6586"}],"49":[{"text":"Lord","number":"h136"},{"text":"I Ah","number":"h162"},{"text":"they say","number":"h559"},{"text":"Then said","number":"h559"},{"text":"GOD","number":"h3069"},{"text":"of me Doth he not speak","number":"h4911"},{"text":"parables","number":"h4912"}],"31":[{"text":"the Lord","number":"h136"},{"text":"the fire","number":"h784"},{"text":"of by you O house","number":"h1004"},{"text":"when ye make your sons","number":"h1121"},{"text":"yourselves with all your idols","number":"h1544"},{"text":"I will not be enquired","number":"h1875"},{"text":"and shall I be enquired","number":"h1875"},{"text":"As I live","number":"h2416"},{"text":"ye pollute","number":"h2930"},{"text":"GOD","number":"h3069"},{"text":"even unto this day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"your gifts","number":"h4979"},{"text":"saith","number":"h5002"},{"text":"For when ye offer","number":"h5375"},{"text":"to pass through","number":"h5674"}],"33":[{"text":"the Lord","number":"h136"},{"text":"arm","number":"h2220"},{"text":"surely with a mighty","number":"h2389"},{"text":"As I live","number":"h2416"},{"text":"and with fury","number":"h2534"},{"text":"hand","number":"h3027"},{"text":"GOD","number":"h3069"},{"text":"will I rule","number":"h4427"},{"text":"saith","number":"h5002"},{"text":"and with a stretched out","number":"h5186"},{"text":"poured out","number":"h8210"}],"39":[{"text":"the Lord","number":"h136"},{"text":"and hereafter","number":"h310"},{"text":"ye every one","number":"h376"},{"text":"thus saith","number":"h559"},{"text":"As for you O house","number":"h1004"},{"text":"and with your idols","number":"h1544"},{"text":"his idols","number":"h1544"},{"text":"unto me but pollute","number":"h2490"},{"text":"GOD","number":"h3069"},{"text":"Go","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"no more with your gifts","number":"h4979"},{"text":"ye serve","number":"h5647"},{"text":"ye my holy","number":"h6944"},{"text":"name","number":"h8034"},{"text":"also if ye will not hearken","number":"h8085"}],"40":[{"text":"the Lord","number":"h136"},{"text":"all of them in the land","number":"h776"},{"text":"there shall all the house","number":"h1004"},{"text":"them and there will I require","number":"h1875"},{"text":"in the mountain","number":"h2022"},{"text":"mountain","number":"h2022"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of the height","number":"h4791"},{"text":"of your oblations","number":"h4864"},{"text":"saith","number":"h5002"},{"text":"serve","number":"h5647"},{"text":"For in mine holy","number":"h6944"},{"text":"with all your holy things","number":"h6944"},{"text":"and the firstfruits","number":"h7225"},{"text":"me there will I accept","number":"h7521"},{"text":"your offerings","number":"h8641"}],"44":[{"text":"the Lord","number":"h136"},{"text":"O ye house","number":"h1004"},{"text":"ways","number":"h1870"},{"text":"And ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"saith","number":"h5002"},{"text":"doings","number":"h5949"},{"text":"when I have wrought","number":"h6213"},{"text":"sake not according to your wicked","number":"h7451"},{"text":"nor according to your corrupt","number":"h7843"},{"text":"with you for my name's","number":"h8034"}],"47":[{"text":"the Lord","number":"h136"},{"text":"in thee and it shall devour","number":"h398"},{"text":"And say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"a fire","number":"h784"},{"text":"the word","number":"h1697"},{"text":"in thee and every dry","number":"h3002"},{"text":"of the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"to the forest","number":"h3293"},{"text":"Behold I will kindle","number":"h3341"},{"text":"shall not be quenched","number":"h3518"},{"text":"the flaming","number":"h3852"},{"text":"every green","number":"h3892"},{"text":"from the south","number":"h5045"},{"text":"of the south","number":"h5045"},{"text":"tree","number":"h6086"},{"text":"tree","number":"h6086"},{"text":"and all faces","number":"h6440"},{"text":"to the north","number":"h6828"},{"text":"shall be burned","number":"h6866"},{"text":"flame","number":"h7957"},{"text":"Hear","number":"h8085"}],"5":[{"text":"the Lord","number":"h136"},{"text":"your God","number":"h430"},{"text":"And say","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"unto them saying","number":"h559"},{"text":"unto them in the land","number":"h776"},{"text":"when I chose","number":"h977"},{"text":"of the house","number":"h1004"},{"text":"unto the seed","number":"h2233"},{"text":"mine hand","number":"h3027"},{"text":"up mine hand","number":"h3027"},{"text":"and made myself known","number":"h3045"},{"text":"I am the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"In the day","number":"h3117"},{"text":"of Jacob","number":"h3290"},{"text":"Israel","number":"h3478"},{"text":"of Egypt","number":"h4714"},{"text":"and lifted up","number":"h5375"},{"text":"when I lifted","number":"h5375"}],"20":[{"text":"and they shall be a sign","number":"h226"},{"text":"your God","number":"h430"},{"text":"between me and you that ye may know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"And hallow","number":"h6942"},{"text":"my sabbaths","number":"h7676"}],"12":[{"text":"to be a sign","number":"h226"},{"text":"between me and them that they might know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"Moreover also I gave","number":"h5414"},{"text":"that sanctify","number":"h6942"},{"text":"them my sabbaths","number":"h7676"}],"16":[{"text":"after","number":"h310"},{"text":"their idols","number":"h1544"},{"text":"and walked","number":"h1980"},{"text":"went","number":"h1980"},{"text":"but polluted","number":"h2490"},{"text":"not in my statutes","number":"h2708"},{"text":"for their heart","number":"h3820"},{"text":"Because they despised","number":"h3988"},{"text":"my judgments","number":"h4941"},{"text":"my sabbaths","number":"h7676"}],"7":[{"text":"every man","number":"h376"},{"text":"your God","number":"h430"},{"text":"Then said","number":"h559"},{"text":"not yourselves with the idols","number":"h1544"},{"text":"and defile","number":"h2930"},{"text":"I am the LORD","number":"h3068"},{"text":"of Egypt","number":"h4714"},{"text":"of his eyes","number":"h5869"},{"text":"I unto them Cast ye away","number":"h7993"},{"text":"the abominations","number":"h8251"}],"19":[{"text":"your God","number":"h430"},{"text":"in my statutes","number":"h2708"},{"text":"I am the LORD","number":"h3068"},{"text":"walk","number":"h3212"},{"text":"my judgments","number":"h4941"},{"text":"and do","number":"h6213"},{"text":"and keep","number":"h8104"}],"29":[{"text":"Then I said","number":"h559"},{"text":"whereunto ye go","number":"h935"},{"text":"unto them What is the high place","number":"h1116"},{"text":"Bamah","number":"h1117"},{"text":"unto this day","number":"h3117"},{"text":"thereof is called","number":"h7121"},{"text":"And the name","number":"h8034"}],"45":[{"text":"came unto me saying","number":"h559"},{"text":"Moreover the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"2":[{"text":"unto me saying","number":"h559"},{"text":"Then came the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"1":[{"text":"that certain","number":"h582"},{"text":"came","number":"h935"},{"text":"to enquire","number":"h1875"},{"text":"of the elders","number":"h2205"},{"text":"day of the month","number":"h2320"},{"text":"in the fifth","number":"h2549"},{"text":"of the LORD","number":"h3068"},{"text":"and sat","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"month the tenth","number":"h6218"},{"text":"before","number":"h6440"},{"text":"And it came to pass in the seventh","number":"h7637"},{"text":"year","number":"h8141"}],"6":[{"text":"into a land","number":"h776"},{"text":"of all lands","number":"h776"},{"text":"of the land","number":"h776"},{"text":"and honey","number":"h1706"},{"text":"for them flowing","number":"h2100"},{"text":"with milk","number":"h2461"},{"text":"mine hand","number":"h3027"},{"text":"In the day","number":"h3117"},{"text":"unto them to bring them forth","number":"h3318"},{"text":"of Egypt","number":"h4714"},{"text":"that I lifted up","number":"h5375"},{"text":"which is the glory","number":"h6643"},{"text":"that I had espied","number":"h8446"}],"15":[{"text":"of all lands","number":"h776"},{"text":"them into the land","number":"h776"},{"text":"that I would not bring","number":"h935"},{"text":"and honey","number":"h1706"},{"text":"them flowing","number":"h2100"},{"text":"with milk","number":"h2461"},{"text":"my hand","number":"h3027"},{"text":"unto them in the wilderness","number":"h4057"},{"text":"Yet also I lifted up","number":"h5375"},{"text":"which I had given","number":"h5414"},{"text":"which is the glory","number":"h6643"}],"10":[{"text":"out of the land","number":"h776"},{"text":"and brought","number":"h935"},{"text":"Wherefore I caused them to go forth","number":"h3318"},{"text":"them into the wilderness","number":"h4057"},{"text":"of Egypt","number":"h4714"}],"9":[{"text":"out of the land","number":"h776"},{"text":"the heathen","number":"h1471"},{"text":"sake that it should not be polluted","number":"h2490"},{"text":"I made myself known","number":"h3045"},{"text":"unto them in bringing them forth","number":"h3318"},{"text":"of Egypt","number":"h4714"},{"text":"before","number":"h5869"},{"text":"whom they were in whose sight","number":"h5869"},{"text":"But I wrought","number":"h6213"},{"text":"for my name's","number":"h8034"},{"text":"among","number":"h8432"}],"28":[{"text":"them into the land","number":"h776"},{"text":"For when I had brought","number":"h935"},{"text":"hill","number":"h1389"},{"text":"and they offered","number":"h2076"},{"text":"there their sacrifices","number":"h2077"},{"text":"mine hand","number":"h3027"},{"text":"the provocation","number":"h3708"},{"text":"their sweet","number":"h5207"},{"text":"and poured out","number":"h5258"},{"text":"there their drink offerings","number":"h5262"},{"text":"for the which I lifted up","number":"h5375"},{"text":"and there they presented","number":"h5414"},{"text":"to give","number":"h5414"},{"text":"and all the thick","number":"h5687"},{"text":"trees","number":"h6086"},{"text":"of their offering","number":"h7133"},{"text":"it to them then they saw","number":"h7200"},{"text":"every high","number":"h7311"},{"text":"savour","number":"h7381"},{"text":"there also they made","number":"h7760"}],"23":[{"text":"them through the countries","number":"h776"},{"text":"them among the heathen","number":"h1471"},{"text":"and disperse","number":"h2219"},{"text":"mine hand","number":"h3027"},{"text":"unto them also in the wilderness","number":"h4057"},{"text":"I lifted up","number":"h5375"},{"text":"that I would scatter","number":"h6327"}],"34":[{"text":"you out of the countries","number":"h776"},{"text":"arm","number":"h2220"},{"text":"with a mighty","number":"h2389"},{"text":"and with fury","number":"h2534"},{"text":"hand","number":"h3027"},{"text":"And I will bring you out","number":"h3318"},{"text":"and with a stretched out","number":"h5186"},{"text":"from the people","number":"h5971"},{"text":"wherein ye are scattered","number":"h6327"},{"text":"and will gather","number":"h6908"},{"text":"poured out","number":"h8210"}],"41":[{"text":"you out of the countries","number":"h776"},{"text":"the heathen","number":"h1471"},{"text":"when I bring you out","number":"h3318"},{"text":"you with your sweet","number":"h5207"},{"text":"in you before","number":"h5869"},{"text":"from the people","number":"h5971"},{"text":"wherein ye have been scattered","number":"h6327"},{"text":"and gather","number":"h6908"},{"text":"and I will be sanctified","number":"h6942"},{"text":"savour","number":"h7381"},{"text":"I will accept","number":"h7521"}],"35":[{"text":"And I will bring","number":"h935"},{"text":"you into the wilderness","number":"h4057"},{"text":"of the people","number":"h5971"},{"text":"to face","number":"h6440"},{"text":"with you face","number":"h6440"},{"text":"and there will I plead","number":"h8199"}],"37":[{"text":"and I will bring","number":"h935"},{"text":"of the covenant","number":"h1285"},{"text":"you into the bond","number":"h4562"},{"text":"And I will cause you to pass","number":"h5674"},{"text":"under the rod","number":"h7626"}],"48":[{"text":"have kindled","number":"h1197"},{"text":"And all flesh","number":"h1320"},{"text":"that I the LORD","number":"h3068"},{"text":"it it shall not be quenched","number":"h3518"},{"text":"shall see","number":"h7200"}],"22":[{"text":"of the heathen","number":"h1471"},{"text":"sake that it should not be polluted","number":"h2490"},{"text":"mine hand","number":"h3027"},{"text":"I brought them forth","number":"h3318"},{"text":"in the sight","number":"h5869"},{"text":"in whose sight","number":"h5869"},{"text":"and wrought","number":"h6213"},{"text":"Nevertheless I withdrew","number":"h7725"},{"text":"for my name's","number":"h8034"}],"14":[{"text":"the heathen","number":"h1471"},{"text":"sake that it should not be polluted","number":"h2490"},{"text":"I brought them out","number":"h3318"},{"text":"before","number":"h5869"},{"text":"in whose sight","number":"h5869"},{"text":"But I wrought","number":"h6213"},{"text":"for my name's","number":"h8034"}],"43":[{"text":"your ways","number":"h1870"},{"text":"And there shall ye remember","number":"h2142"},{"text":"wherein ye have been defiled","number":"h2930"},{"text":"and all your doings","number":"h5949"},{"text":"that ye have committed","number":"h6213"},{"text":"yourselves in your own sight","number":"h6440"},{"text":"and ye shall lothe","number":"h6962"},{"text":"for all your evils","number":"h7451"}],"17":[{"text":"spared","number":"h2347"},{"text":"an end","number":"h3617"},{"text":"of them in the wilderness","number":"h4057"},{"text":"Nevertheless mine eye","number":"h5869"},{"text":"them neither did I make","number":"h6213"},{"text":"them from destroying","number":"h7843"}],"25":[{"text":"whereby they should not live","number":"h2421"},{"text":"them also statutes","number":"h2706"},{"text":"that were not good","number":"h2896"},{"text":"and judgments","number":"h4941"},{"text":"Wherefore I gave","number":"h5414"}],"26":[{"text":"And I polluted","number":"h2930"},{"text":"to the end that they might know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"them in their own gifts","number":"h4979"},{"text":"in that they caused to pass through","number":"h5674"},{"text":"the fire all that openeth","number":"h6363"},{"text":"the womb","number":"h7356"},{"text":"that I might make them desolate","number":"h8074"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"the point","number":"h19"},{"text":"ah","number":"h253"},{"text":"bright","number":"h1300"},{"text":"of the sword","number":"h2719"},{"text":"for the slaughter","number":"h2874"},{"text":"that their heart","number":"h3820"},{"text":"may faint","number":"h4127"},{"text":"and their ruins","number":"h4383"},{"text":"it is wrapped up","number":"h4593"},{"text":"I have set","number":"h5414"},{"text":"it is made","number":"h6213"},{"text":"be multiplied","number":"h7235"},{"text":"against all their gates","number":"h8179"}],"12":[{"text":"of man","number":"h120"},{"text":"by reason of","number":"h413"},{"text":"son","number":"h1121"},{"text":"Cry","number":"h2199"},{"text":"the sword","number":"h2719"},{"text":"and howl","number":"h3213"},{"text":"therefore upon thy thigh","number":"h3409"},{"text":"of Israel","number":"h3478"},{"text":"terrors","number":"h4048"},{"text":"it shall be upon all the princes","number":"h5387"},{"text":"smite","number":"h5606"},{"text":"for it shall be upon my people","number":"h5971"},{"text":"shall be upon my people","number":"h5971"}],"14":[{"text":"of man","number":"h120"},{"text":"Thou therefore son","number":"h1121"},{"text":"of the great","number":"h1419"},{"text":"which entereth into their privy chambers","number":"h2314"},{"text":"men that are slain","number":"h2491"},{"text":"of the slain","number":"h2491"},{"text":"and let the sword","number":"h2719"},{"text":"it is the sword","number":"h2719"},{"text":"time the sword","number":"h2719"},{"text":"thine hands","number":"h3709"},{"text":"be doubled","number":"h3717"},{"text":"prophesy","number":"h5012"},{"text":"and smite","number":"h5221"},{"text":"together","number":"h5221"},{"text":"the third","number":"h7992"}],"19":[{"text":"of man","number":"h120"},{"text":"out of one","number":"h259"},{"text":"land","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"may come","number":"h935"},{"text":"Also thou son","number":"h1121"},{"text":"and choose","number":"h1254"},{"text":"choose","number":"h1254"},{"text":"of the way","number":"h1870"},{"text":"ways","number":"h1870"},{"text":"that the sword","number":"h2719"},{"text":"thou a place","number":"h3027"},{"text":"shall come forth","number":"h3318"},{"text":"of the king","number":"h4428"},{"text":"to the city","number":"h5892"},{"text":"it at the head","number":"h7218"},{"text":"appoint","number":"h7760"},{"text":"both twain","number":"h8147"},{"text":"thee two","number":"h8147"}],"2":[{"text":"of man","number":"h120"},{"text":"against the land","number":"h127"},{"text":"Son","number":"h1121"},{"text":"toward Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"thy word toward the holy places","number":"h4720"},{"text":"and prophesy","number":"h5012"},{"text":"and drop","number":"h5197"},{"text":"thy face","number":"h6440"},{"text":"set","number":"h7760"}],"28":[{"text":"of man","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"to consume","number":"h398"},{"text":"Thus saith","number":"h559"},{"text":"and say","number":"h559"},{"text":"even say","number":"h559"},{"text":"And thou son","number":"h1121"},{"text":"concerning the Ammonites","number":"h1121"},{"text":"because of the glittering","number":"h1300"},{"text":"the sword","number":"h2719"},{"text":"thou The sword","number":"h2719"},{"text":"and concerning their reproach","number":"h2781"},{"text":"for the slaughter","number":"h2874"},{"text":"GOD","number":"h3069"},{"text":"it is furbished","number":"h4803"},{"text":"prophesy","number":"h5012"},{"text":"is drawn","number":"h6605"}],"6":[{"text":"of man","number":"h120"},{"text":"Sigh","number":"h584"},{"text":"sigh","number":"h584"},{"text":"therefore thou son","number":"h1121"},{"text":"and with bitterness","number":"h4814"},{"text":"of thy loins","number":"h4975"},{"text":"before their eyes","number":"h5869"},{"text":"with the breaking","number":"h7670"}],"9":[{"text":"of man","number":"h120"},{"text":"Say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"and say","number":"h559"},{"text":"Son","number":"h1121"},{"text":"is sharpened","number":"h2300"},{"text":"A sword","number":"h2719"},{"text":"a sword","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"and also furbished","number":"h4803"},{"text":"prophesy","number":"h5012"}],"3":[{"text":"to the land","number":"h127"},{"text":"And say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"my sword","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"Behold I am against thee and will draw forth","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"and will cut off","number":"h3772"},{"text":"from thee the righteous","number":"h6662"},{"text":"and the wicked","number":"h7563"},{"text":"out of his sheath","number":"h8593"}],"13":[{"text":"the Lord","number":"h136"},{"text":"Because it is a trial","number":"h974"},{"text":"GOD","number":"h3069"},{"text":"and what if the sword contemn","number":"h3988"},{"text":"it shall be no more saith","number":"h5002"},{"text":"even the rod","number":"h7626"}],"24":[{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"are discovered","number":"h1540"},{"text":"because I say that ye are come to remembrance","number":"h2142"},{"text":"to be remembered","number":"h2142"},{"text":"your sins","number":"h2403"},{"text":"GOD","number":"h3069"},{"text":"with the hand","number":"h3709"},{"text":"Because ye have made your iniquity","number":"h5771"},{"text":"so that in all your doings","number":"h5949"},{"text":"in that your transgressions","number":"h6588"},{"text":"do appear","number":"h7200"},{"text":"ye shall be taken","number":"h8610"}],"26":[{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"exalt","number":"h1361"},{"text":"him that is high","number":"h1364"},{"text":"this shall not be the same","number":"h2063"},{"text":"GOD","number":"h3069"},{"text":"the diadem","number":"h4701"},{"text":"Remove","number":"h5493"},{"text":"the crown","number":"h5850"},{"text":"and take off","number":"h7311"},{"text":"and abase","number":"h8213"},{"text":"him that is low","number":"h8217"}],"7":[{"text":"the Lord","number":"h136"},{"text":"And it shall be when they say","number":"h559"},{"text":"thou that thou shalt answer","number":"h559"},{"text":"unto thee Wherefore sighest","number":"h584"},{"text":"because it cometh","number":"h935"},{"text":"behold it cometh","number":"h935"},{"text":"and all knees","number":"h1290"},{"text":"and shall be brought to pass","number":"h1961"},{"text":"and all hands","number":"h3027"},{"text":"GOD","number":"h3069"},{"text":"shall be weak","number":"h3212"},{"text":"shall faint","number":"h3543"},{"text":"and every heart","number":"h3820"},{"text":"as water","number":"h4325"},{"text":"shall melt","number":"h4549"},{"text":"saith","number":"h5002"},{"text":"and every spirit","number":"h7307"},{"text":"shall be feeble","number":"h7503"},{"text":"For the tidings","number":"h8052"}],"10":[{"text":"should","number":"h176"},{"text":"of my son","number":"h1121"},{"text":"that it may glitter","number":"h1300"},{"text":"It is sharpened","number":"h2300"},{"text":"slaughter","number":"h2873"},{"text":"to make a sore","number":"h2874"},{"text":"it contemneth","number":"h3988"},{"text":"it is furbished","number":"h4178"},{"text":"as every tree","number":"h6086"},{"text":"the rod","number":"h7626"},{"text":"we then make mirth","number":"h7797"}],"16":[{"text":"Go thee one way or other","number":"h258"},{"text":"whithersoever","number":"h575"},{"text":"the right hand","number":"h3231"},{"text":"is set","number":"h3259"},{"text":"thy face","number":"h6440"},{"text":"either on","number":"h7760"},{"text":"or on the left","number":"h8041"}],"32":[{"text":"Thou shalt be for fuel","number":"h402"},{"text":"of the land","number":"h776"},{"text":"to the fire","number":"h784"},{"text":"have spoken","number":"h1696"},{"text":"thy blood","number":"h1818"},{"text":"thou shalt be no more remembered","number":"h2142"},{"text":"for I the LORD","number":"h3068"},{"text":"shall be in the midst","number":"h8432"}],"21":[{"text":"at the parting","number":"h517"},{"text":"of Babylon","number":"h894"},{"text":"of the way","number":"h1870"},{"text":"ways","number":"h1870"},{"text":"he made his arrows","number":"h2671"},{"text":"in the liver","number":"h3516"},{"text":"For the king","number":"h4428"},{"text":"stood","number":"h5975"},{"text":"bright","number":"h7043"},{"text":"to use","number":"h7080"},{"text":"divination","number":"h7081"},{"text":"he looked","number":"h7200"},{"text":"at the head","number":"h7218"},{"text":"he consulted","number":"h7592"},{"text":"of the two","number":"h8147"},{"text":"with images","number":"h8655"}],"18":[{"text":"came unto me again saying","number":"h559"},{"text":"The word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"1":[{"text":"came unto me saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"8":[{"text":"came unto me saying","number":"h559"},{"text":"Again the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"31":[{"text":"men","number":"h582"},{"text":"against thee in the fire","number":"h784"},{"text":"of brutish","number":"h1197"},{"text":"mine indignation","number":"h2195"},{"text":"and skilful","number":"h2796"},{"text":"thee into the hand","number":"h3027"},{"text":"to destroy","number":"h4889"},{"text":"and deliver","number":"h5414"},{"text":"of my wrath","number":"h5678"},{"text":"upon thee I will blow","number":"h6315"},{"text":"And I will pour out","number":"h8210"}],"30":[{"text":"in the land","number":"h776"},{"text":"where thou wast created","number":"h1254"},{"text":"of thy nativity","number":"h4351"},{"text":"thee in the place","number":"h4725"},{"text":"Shall I cause it to return","number":"h7725"},{"text":"I will judge","number":"h8199"},{"text":"into his sheath","number":"h8593"}],"25":[{"text":"is come","number":"h935"},{"text":"And thou profane","number":"h2491"},{"text":"whose day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"prince","number":"h5387"},{"text":"iniquity","number":"h5771"},{"text":"when","number":"h6256"},{"text":"shall have an end","number":"h7093"},{"text":"wicked","number":"h7563"}],"29":[{"text":"is come","number":"h935"},{"text":"Whiles they see","number":"h2372"},{"text":"of them that are slain","number":"h2491"},{"text":"whose day","number":"h3117"},{"text":"a lie","number":"h3577"},{"text":"unto thee to bring","number":"h5414"},{"text":"their iniquity","number":"h5771"},{"text":"when","number":"h6256"},{"text":"thee upon the necks","number":"h6677"},{"text":"unto thee whiles they divine","number":"h7080"},{"text":"shall have an end","number":"h7093"},{"text":"of the wicked","number":"h7563"},{"text":"vanity","number":"h7723"}],"20":[{"text":"may come","number":"h935"},{"text":"of the Ammonites","number":"h1121"},{"text":"the defenced","number":"h1219"},{"text":"a way","number":"h1870"},{"text":"that the sword","number":"h2719"},{"text":"and to Judah","number":"h3063"},{"text":"in Jerusalem","number":"h3389"},{"text":"to Rabbath","number":"h7237"},{"text":"Appoint","number":"h7760"}],"27":[{"text":"no more until he come","number":"h935"},{"text":"whose right","number":"h4941"},{"text":"it is and I will give","number":"h5414"},{"text":"I will overturn","number":"h5754"},{"text":"overturn","number":"h5754"},{"text":"overturn","number":"h5754"},{"text":"it and it shall be","number":"h7760"}],"22":[{"text":"and to build","number":"h1129"},{"text":"a fort","number":"h1785"},{"text":"At his right hand","number":"h3225"},{"text":"for Jerusalem","number":"h3389"},{"text":"battering rams","number":"h3733"},{"text":"captains","number":"h3733"},{"text":"a mount","number":"h5550"},{"text":"the mouth","number":"h6310"},{"text":"to open","number":"h6605"},{"text":"the voice","number":"h6963"},{"text":"was the divination","number":"h7081"},{"text":"to lift up","number":"h7311"},{"text":"in the slaughter","number":"h7524"},{"text":"to appoint","number":"h7760"},{"text":"to appoint","number":"h7760"},{"text":"against the gates","number":"h8179"},{"text":"to cast","number":"h8210"},{"text":"with shouting","number":"h8643"}],"5":[{"text":"That all flesh","number":"h1320"},{"text":"my sword","number":"h2719"},{"text":"may know","number":"h3045"},{"text":"that I the LORD","number":"h3068"},{"text":"have drawn forth","number":"h3318"},{"text":"it shall not return","number":"h7725"},{"text":"out of his sheath","number":"h8593"}],"4":[{"text":"against all flesh","number":"h1320"},{"text":"therefore shall my sword","number":"h2719"},{"text":"Seeing","number":"h3282"},{"text":"go forth","number":"h3318"},{"text":"then that I will cut off","number":"h3772"},{"text":"from the south","number":"h5045"},{"text":"from thee the righteous","number":"h6662"},{"text":"to the north","number":"h6828"},{"text":"and the wicked","number":"h7563"},{"text":"out of his sheath","number":"h8593"}],"17":[{"text":"have said","number":"h1696"},{"text":"and I will cause my fury","number":"h2534"},{"text":"I the LORD","number":"h3068"},{"text":"mine hands","number":"h3709"},{"text":"together","number":"h3709"},{"text":"to rest","number":"h5117"},{"text":"I will also smite","number":"h5221"}],"11":[{"text":"of the slayer","number":"h2026"},{"text":"is sharpened","number":"h2300"},{"text":"this sword","number":"h2719"},{"text":"it into the hand","number":"h3027"},{"text":"that it may be handled","number":"h3709"},{"text":"and it is furbished","number":"h4178"},{"text":"it to be furbished","number":"h4803"},{"text":"And he hath given","number":"h5414"},{"text":"to give","number":"h5414"}],"23":[{"text":"but he will call to remembrance","number":"h2142"},{"text":"the iniquity","number":"h5771"},{"text":"in their sight","number":"h5869"},{"text":"divination","number":"h7080"},{"text":"oaths","number":"h7621"},{"text":"to them that have sworn","number":"h7650"},{"text":"And it shall be unto them as a false","number":"h7723"},{"text":"that they may be taken","number":"h8610"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"by father","number":"h1"},{"text":"and the widow","number":"h490"},{"text":"and mother","number":"h517"},{"text":"with the stranger","number":"h1616"},{"text":"in thee have they vexed","number":"h3238"},{"text":"the fatherless","number":"h3490"},{"text":"of thee have they dealt","number":"h6213"},{"text":"by oppression","number":"h6233"},{"text":"In thee have they set light","number":"h7043"},{"text":"in the midst","number":"h8432"}],"11":[{"text":"his father's","number":"h1"},{"text":"his sister","number":"h269"},{"text":"And one","number":"h376"},{"text":"and another","number":"h376"},{"text":"and another","number":"h376"},{"text":"wife","number":"h802"},{"text":"daughter","number":"h1323"},{"text":"hath lewdly","number":"h2154"},{"text":"defiled","number":"h2930"},{"text":"his daughter in law","number":"h3618"},{"text":"in thee hath humbled","number":"h6031"},{"text":"hath committed","number":"h6213"},{"text":"with his neighbour's","number":"h7453"},{"text":"abomination","number":"h8441"}],"10":[{"text":"their fathers","number":"h1"},{"text":"In thee have they discovered","number":"h1540"},{"text":"for pollution","number":"h2931"},{"text":"her that was set apart","number":"h5079"},{"text":"in thee have they humbled","number":"h6031"},{"text":"nakedness","number":"h6172"}],"27":[{"text":"and to destroy","number":"h6"},{"text":"to get","number":"h1214"},{"text":"dishonest gain","number":"h1215"},{"text":"blood","number":"h1818"},{"text":"thereof are like wolves","number":"h2061"},{"text":"ravening","number":"h2963"},{"text":"the prey","number":"h2964"},{"text":"souls","number":"h5315"},{"text":"in the midst","number":"h7130"},{"text":"to shed","number":"h8210"},{"text":"Her princes","number":"h8269"}],"29":[{"text":"and needy","number":"h34"},{"text":"of the land","number":"h776"},{"text":"and exercised","number":"h1497"},{"text":"robbery","number":"h1498"},{"text":"the stranger","number":"h1616"},{"text":"and have vexed","number":"h3238"},{"text":"wrongfully","number":"h4941"},{"text":"The people","number":"h5971"},{"text":"the poor","number":"h6041"},{"text":"have used oppression","number":"h6231"},{"text":"yea they have oppressed","number":"h6231"}],"18":[{"text":"of man","number":"h120"},{"text":"and tin","number":"h913"},{"text":"the house","number":"h1004"},{"text":"Son","number":"h1121"},{"text":"and iron","number":"h1270"},{"text":"of Israel","number":"h3478"},{"text":"of the furnace","number":"h3564"},{"text":"of silver","number":"h3701"},{"text":"all they are brass","number":"h5178"},{"text":"is to me become dross","number":"h5509"},{"text":"they are even the dross","number":"h5509"},{"text":"and lead","number":"h5777"},{"text":"in the midst","number":"h8432"}],"2":[{"text":"of man","number":"h120"},{"text":"Now thou son","number":"h1121"},{"text":"the bloody","number":"h1818"},{"text":"yea thou shalt shew","number":"h3045"},{"text":"city","number":"h5892"},{"text":"wilt thou judge","number":"h8199"},{"text":"wilt thou judge","number":"h8199"},{"text":"her all her abominations","number":"h8441"}],"24":[{"text":"of man","number":"h120"},{"text":"say","number":"h559"},{"text":"unto her Thou art the land","number":"h776"},{"text":"Son","number":"h1121"},{"text":"nor rained","number":"h1656"},{"text":"of indignation","number":"h2195"},{"text":"that is not cleansed","number":"h2891"},{"text":"upon in the day","number":"h3117"}],"12":[{"text":"the Lord","number":"h136"},{"text":"and thou hast greedily gained","number":"h1214"},{"text":"blood","number":"h1818"},{"text":"GOD","number":"h3069"},{"text":"In thee have they taken","number":"h3947"},{"text":"thou hast taken","number":"h3947"},{"text":"me saith","number":"h5002"},{"text":"usury","number":"h5392"},{"text":"by extortion","number":"h6233"},{"text":"of thy neighbours","number":"h7453"},{"text":"gifts","number":"h7810"},{"text":"and hast forgotten","number":"h7911"},{"text":"to shed","number":"h8210"},{"text":"and increase","number":"h8636"}],"19":[{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"GOD","number":"h3069"},{"text":"of Jerusalem","number":"h3389"},{"text":"Because ye are all become dross","number":"h5509"},{"text":"behold therefore I will gather","number":"h6908"},{"text":"you into the midst","number":"h8432"}],"28":[{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"unto them saying","number":"h559"},{"text":"hath not spoken","number":"h1696"},{"text":"morter seeing","number":"h2374"},{"text":"have daubed","number":"h2902"},{"text":"when the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"lies","number":"h3577"},{"text":"And her prophets","number":"h5030"},{"text":"and divining","number":"h7080"},{"text":"vanity","number":"h7723"},{"text":"them with untempered","number":"h8602"}],"3":[{"text":"the Lord","number":"h136"},{"text":"Then say","number":"h559"},{"text":"thou Thus saith","number":"h559"},{"text":"may come","number":"h935"},{"text":"idols","number":"h1544"},{"text":"blood","number":"h1818"},{"text":"against herself to defile","number":"h2930"},{"text":"GOD","number":"h3069"},{"text":"The city","number":"h5892"},{"text":"and maketh","number":"h6213"},{"text":"of it that her time","number":"h6256"},{"text":"sheddeth","number":"h8210"},{"text":"in the midst","number":"h8432"}],"31":[{"text":"the Lord","number":"h136"},{"text":"them with the fire","number":"h784"},{"text":"their own way","number":"h1870"},{"text":"mine indignation","number":"h2195"},{"text":"GOD","number":"h3069"},{"text":"upon them I have consumed","number":"h3615"},{"text":"saith","number":"h5002"},{"text":"have I recompensed","number":"h5414"},{"text":"of my wrath","number":"h5678"},{"text":"upon their heads","number":"h7218"},{"text":"Therefore have I poured out","number":"h8210"}],"6":[{"text":"every one","number":"h376"},{"text":"blood","number":"h1818"},{"text":"were in thee to their power","number":"h2220"},{"text":"of Israel","number":"h3478"},{"text":"Behold the princes","number":"h5387"},{"text":"to shed","number":"h8210"}],"30":[{"text":"for a man","number":"h376"},{"text":"me for the land","number":"h776"},{"text":"And I sought","number":"h1245"},{"text":"among them that should make up","number":"h1443"},{"text":"the hedge","number":"h1447"},{"text":"it but I found","number":"h4672"},{"text":"and stand","number":"h5975"},{"text":"before","number":"h6440"},{"text":"in the gap","number":"h6556"},{"text":"that I should not destroy","number":"h7843"}],"9":[{"text":"and in thee they eat","number":"h398"},{"text":"In thee are men","number":"h582"},{"text":"blood","number":"h1818"},{"text":"upon the mountains","number":"h2022"},{"text":"lewdness","number":"h2154"},{"text":"of thee they commit","number":"h6213"},{"text":"that carry tales","number":"h7400"},{"text":"to shed","number":"h8210"},{"text":"in the midst","number":"h8432"}],"25":[{"text":"they have devoured","number":"h398"},{"text":"widows","number":"h490"},{"text":"lion","number":"h738"},{"text":"the treasure","number":"h2633"},{"text":"ravening","number":"h2963"},{"text":"the prey","number":"h2964"},{"text":"and precious things","number":"h3366"},{"text":"they have taken","number":"h3947"},{"text":"of her prophets","number":"h5030"},{"text":"souls","number":"h5315"},{"text":"There is a conspiracy","number":"h7195"},{"text":"they have made her many","number":"h7235"},{"text":"thereof like a roaring","number":"h7580"},{"text":"in the midst","number":"h8432"},{"text":"in the midst","number":"h8432"}],"1":[{"text":"came unto me saying","number":"h559"},{"text":"Moreover the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"17":[{"text":"came unto me saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"23":[{"text":"came unto me saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"20":[{"text":"you in mine anger","number":"h639"},{"text":"the fire","number":"h784"},{"text":"and tin","number":"h913"},{"text":"and iron","number":"h1270"},{"text":"and in my fury","number":"h2534"},{"text":"and I will leave","number":"h3240"},{"text":"of the furnace","number":"h3564"},{"text":"silver","number":"h3701"},{"text":"and brass","number":"h5178"},{"text":"to blow","number":"h5301"},{"text":"upon it to melt","number":"h5413"},{"text":"you there and melt","number":"h5413"},{"text":"and lead","number":"h5777"},{"text":"it so will I gather","number":"h6908"},{"text":"As they gather","number":"h6910"},{"text":"into the midst","number":"h8432"}],"15":[{"text":"thee in the countries","number":"h776"},{"text":"thee among the heathen","number":"h1471"},{"text":"and disperse","number":"h2219"},{"text":"thy filthiness","number":"h2932"},{"text":"And I will scatter","number":"h6327"},{"text":"and will consume","number":"h8552"}],"4":[{"text":"to all countries","number":"h776"},{"text":"Thou art become guilty","number":"h816"},{"text":"and art come","number":"h935"},{"text":"unto the heathen","number":"h1471"},{"text":"thyself in thine idols","number":"h1544"},{"text":"in thy blood","number":"h1818"},{"text":"thee a reproach","number":"h2781"},{"text":"and hast defiled","number":"h2930"},{"text":"and thou hast caused thy days","number":"h3117"},{"text":"therefore have I made","number":"h5414"},{"text":"which thou hast made","number":"h6213"},{"text":"and a mocking","number":"h7048"},{"text":"to draw near","number":"h7126"},{"text":"even unto thy years","number":"h8141"},{"text":"that thou hast shed","number":"h8210"}],"21":[{"text":"upon you in the fire","number":"h784"},{"text":"Yea I will gather","number":"h3664"},{"text":"you and blow","number":"h5301"},{"text":"and ye shall be melted","number":"h5413"},{"text":"of my wrath","number":"h5678"},{"text":"in the midst","number":"h8432"}],"26":[{"text":"they have put no difference","number":"h914"},{"text":"and profane","number":"h2455"},{"text":"and I am profaned","number":"h2490"},{"text":"and have profaned","number":"h2490"},{"text":"have violated","number":"h2554"},{"text":"and the clean","number":"h2889"},{"text":"difference between the unclean","number":"h2931"},{"text":"neither have they shewed","number":"h3045"},{"text":"Her priests","number":"h3548"},{"text":"their eyes","number":"h5869"},{"text":"and have hid","number":"h5956"},{"text":"between the holy","number":"h6944"},{"text":"mine holy things","number":"h6944"},{"text":"from my sabbaths","number":"h7676"},{"text":"among","number":"h8432"},{"text":"my law","number":"h8451"}],"8":[{"text":"Thou hast despised","number":"h959"},{"text":"and hast profaned","number":"h2490"},{"text":"mine holy things","number":"h6944"},{"text":"my sabbaths","number":"h7676"}],"13":[{"text":"at thy dishonest gain","number":"h1215"},{"text":"and at thy blood","number":"h1818"},{"text":"mine hand","number":"h3709"},{"text":"Behold therefore I have smitten","number":"h5221"},{"text":"which thou hast made","number":"h6213"},{"text":"which hath been in the midst","number":"h8432"}],"16":[{"text":"of the heathen","number":"h1471"},{"text":"And thou shalt take thine inheritance","number":"h2490"},{"text":"and thou shalt know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"in thyself in the sight","number":"h5869"}],"14":[{"text":"have spoken","number":"h1696"},{"text":"be strong","number":"h2388"},{"text":"or can thine hands","number":"h3027"},{"text":"with thee I the LORD","number":"h3068"},{"text":"in the days","number":"h3117"},{"text":"Can thine heart","number":"h3820"},{"text":"endure","number":"h5975"},{"text":"it and will do","number":"h6213"},{"text":"that I shall deal","number":"h6213"}],"22":[{"text":"is melted","number":"h2046"},{"text":"my fury","number":"h2534"},{"text":"thereof and ye shall know","number":"h3045"},{"text":"that I the LORD","number":"h3068"},{"text":"of the furnace","number":"h3564"},{"text":"As silver","number":"h3701"},{"text":"so shall ye be melted","number":"h5413"},{"text":"have poured out","number":"h8210"},{"text":"in the midst","number":"h8432"},{"text":"in the midst","number":"h8432"}],"5":[{"text":"thee which art infamous","number":"h2931"},{"text":"vexed","number":"h4103"},{"text":"from thee shall mock","number":"h7046"},{"text":"Those that be near","number":"h7138"},{"text":"and much","number":"h7227"},{"text":"and those that be far","number":"h7350"}]}