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
+ {"2":[{"text":"according to all that his father","number":"h1"},{"text":"howbeit he entered","number":"h935"},{"text":"not into the temple","number":"h1964"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"that which was right","number":"h3477"},{"text":"Uzziah","number":"h5818"},{"text":"in the sight","number":"h5869"},{"text":"And the people","number":"h5971"},{"text":"And he did","number":"h6213"},{"text":"did","number":"h6213"},{"text":"did yet corruptly","number":"h7843"}],"9":[{"text":"with his fathers","number":"h1"},{"text":"and Ahaz","number":"h271"},{"text":"his son","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"And Jotham","number":"h3147"},{"text":"reigned","number":"h4427"},{"text":"him in the city","number":"h5892"},{"text":"and they buried","number":"h6912"},{"text":"slept","number":"h7901"}],"6":[{"text":"his God","number":"h430"},{"text":"his ways","number":"h1870"},{"text":"became mighty","number":"h2388"},{"text":"the LORD","number":"h3068"},{"text":"So Jotham","number":"h3147"},{"text":"because he prepared","number":"h3559"},{"text":"before","number":"h6440"}],"5":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"So much did the children","number":"h1121"},{"text":"against them And the children","number":"h1121"},{"text":"unto","number":"h2063"},{"text":"and prevailed","number":"h2388"},{"text":"of wheat","number":"h2406"},{"text":"talents","number":"h3603"},{"text":"of silver","number":"h3701"},{"text":"measures","number":"h3734"},{"text":"He fought","number":"h3898"},{"text":"an hundred","number":"h3967"},{"text":"also with the king","number":"h4428"},{"text":"gave","number":"h5414"},{"text":"of Ammon","number":"h5983"},{"text":"of Ammon","number":"h5983"},{"text":"of the Ammonites","number":"h5984"},{"text":"and ten","number":"h6235"},{"text":"and ten","number":"h6235"},{"text":"pay","number":"h7725"},{"text":"and the third","number":"h7992"},{"text":"him the same year","number":"h8141"},{"text":"year","number":"h8141"},{"text":"him both the second","number":"h8145"},{"text":"of barley","number":"h8184"}],"1":[{"text":"His mother's","number":"h517"},{"text":"old","number":"h1121"},{"text":"the daughter","number":"h1323"},{"text":"and five","number":"h2568"},{"text":"Jotham","number":"h3147"},{"text":"also was Jerushah","number":"h3388"},{"text":"in Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"was twenty","number":"h6242"},{"text":"of Zadok","number":"h6659"},{"text":"name","number":"h8034"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"sixteen","number":"h8337"}],"4":[{"text":"castles","number":"h1003"},{"text":"Moreover he built","number":"h1129"},{"text":"he built","number":"h1129"},{"text":"in the mountains","number":"h2022"},{"text":"and in the forests","number":"h2793"},{"text":"of Judah","number":"h3063"},{"text":"and towers","number":"h4026"},{"text":"cities","number":"h5892"}],"3":[{"text":"of the house","number":"h1004"},{"text":"He built","number":"h1129"},{"text":"he built","number":"h1129"},{"text":"and on the wall","number":"h2346"},{"text":"of the LORD","number":"h3068"},{"text":"the high","number":"h5945"},{"text":"of Ophel","number":"h6077"},{"text":"much","number":"h7230"},{"text":"gate","number":"h8179"}],"8":[{"text":"old","number":"h1121"},{"text":"He was five","number":"h2568"},{"text":"in Jerusalem","number":"h3389"},{"text":"and reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"and twenty","number":"h6242"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"sixteen","number":"h8337"}],"7":[{"text":"of the acts","number":"h1697"},{"text":"and his ways","number":"h1870"},{"text":"and Judah","number":"h3063"},{"text":"of Jotham","number":"h3147"},{"text":"of Israel","number":"h3478"},{"text":"Now the rest","number":"h3499"},{"text":"lo they are written","number":"h3789"},{"text":"and all his wars","number":"h4421"},{"text":"of the kings","number":"h4428"},{"text":"in the book","number":"h5612"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"his father","number":"h1"},{"text":"Ahaz","number":"h271"},{"text":"old","number":"h1121"},{"text":"like David","number":"h1732"},{"text":"of the LORD","number":"h3068"},{"text":"in Jerusalem","number":"h3389"},{"text":"not that which was right","number":"h3477"},{"text":"and he reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"in the sight","number":"h5869"},{"text":"but he did","number":"h6213"},{"text":"was twenty","number":"h6242"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"sixteen","number":"h8337"}],"25":[{"text":"of his fathers","number":"h1"},{"text":"unto other","number":"h312"},{"text":"God","number":"h430"},{"text":"gods","number":"h430"},{"text":"high places","number":"h1116"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"and provoked to anger","number":"h3707"},{"text":"And in every several city","number":"h5892"},{"text":"he made","number":"h6213"},{"text":"to burn incense","number":"h6999"}],"6":[{"text":"of their fathers","number":"h1"},{"text":"in one","number":"h259"},{"text":"God","number":"h430"},{"text":"thousand","number":"h505"},{"text":"men","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"slew","number":"h2026"},{"text":"which were all valiant","number":"h2428"},{"text":"in Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"an hundred","number":"h3967"},{"text":"because they had forsaken","number":"h5800"},{"text":"and twenty","number":"h6242"},{"text":"For Pekah","number":"h6492"},{"text":"of Remaliah","number":"h7425"}],"9":[{"text":"of your fathers","number":"h1"},{"text":"God","number":"h430"},{"text":"and said","number":"h559"},{"text":"that came","number":"h935"},{"text":"and ye have slain","number":"h2026"},{"text":"them in a rage","number":"h2197"},{"text":"was wroth","number":"h2534"},{"text":"them into your hand","number":"h3027"},{"text":"with Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"unto them Behold because the LORD","number":"h3068"},{"text":"and he went out","number":"h3318"},{"text":"But a prophet","number":"h5030"},{"text":"that reacheth up","number":"h5060"},{"text":"he hath delivered","number":"h5414"},{"text":"was Oded","number":"h5752"},{"text":"before","number":"h6440"},{"text":"the host","number":"h6635"},{"text":"was there whose name","number":"h8034"},{"text":"unto heaven","number":"h8064"},{"text":"to Samaria","number":"h8111"}],"27":[{"text":"with his fathers","number":"h1"},{"text":"And Ahaz","number":"h271"},{"text":"but they brought","number":"h935"},{"text":"his son","number":"h1121"},{"text":"and Hezekiah","number":"h3169"},{"text":"even in Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"reigned","number":"h4427"},{"text":"of the kings","number":"h4428"},{"text":"him in the city","number":"h5892"},{"text":"and they buried","number":"h6912"},{"text":"him not into the sepulchres","number":"h6913"},{"text":"slept","number":"h7901"}],"17":[{"text":"For again the Edomites","number":"h130"},{"text":"had come","number":"h935"},{"text":"Judah","number":"h3063"},{"text":"and smitten","number":"h5221"},{"text":"and carried away","number":"h7617"},{"text":"captives","number":"h7628"}],"8":[{"text":"of their brethren","number":"h251"},{"text":"thousand","number":"h505"},{"text":"women","number":"h802"},{"text":"from them and brought","number":"h935"},{"text":"and took also away","number":"h962"},{"text":"And the children","number":"h1121"},{"text":"sons","number":"h1121"},{"text":"and daughters","number":"h1323"},{"text":"of Israel","number":"h3478"},{"text":"two hundred","number":"h3967"},{"text":"much","number":"h7227"},{"text":"carried away captive","number":"h7617"},{"text":"spoil","number":"h7998"},{"text":"the spoil","number":"h7998"},{"text":"to Samaria","number":"h8111"}],"11":[{"text":"of your brethren","number":"h251"},{"text":"wrath","number":"h639"},{"text":"for the fierce","number":"h2740"},{"text":"of the LORD","number":"h3068"},{"text":"again which ye have taken captive","number":"h7617"},{"text":"the captives","number":"h7633"},{"text":"me therefore and deliver","number":"h7725"},{"text":"Now hear","number":"h8085"}],"15":[{"text":"their brethren","number":"h251"},{"text":"them and gave them to eat","number":"h398"},{"text":"And the men","number":"h582"},{"text":"to","number":"h681"},{"text":"and brought","number":"h935"},{"text":"and took","number":"h2388"},{"text":"of them upon asses","number":"h2543"},{"text":"them to Jericho","number":"h3405"},{"text":"all the feeble","number":"h3782"},{"text":"among them and arrayed","number":"h3847"},{"text":"clothed","number":"h3847"},{"text":"all that were naked","number":"h4636"},{"text":"them and carried","number":"h5095"},{"text":"them and shod","number":"h5274"},{"text":"which were expressed","number":"h5344"},{"text":"and anointed","number":"h5480"},{"text":"the city","number":"h5892"},{"text":"rose up","number":"h6965"},{"text":"the captives","number":"h7633"},{"text":"then they returned","number":"h7725"},{"text":"and with the spoil","number":"h7998"},{"text":"by name","number":"h8034"},{"text":"to Samaria","number":"h8111"},{"text":"and to drink","number":"h8248"},{"text":"of palm trees","number":"h8558"}],"16":[{"text":"Ahaz","number":"h271"},{"text":"of Assyria","number":"h804"},{"text":"did king","number":"h4428"},{"text":"unto the kings","number":"h4428"},{"text":"to help","number":"h5826"},{"text":"At that time","number":"h6256"},{"text":"send","number":"h7971"}],"22":[{"text":"Ahaz","number":"h271"},{"text":"against the LORD","number":"h3068"},{"text":"yet more","number":"h3254"},{"text":"this is that king","number":"h4428"},{"text":"did he trespass","number":"h4603"},{"text":"And in the time","number":"h6256"},{"text":"of his distress","number":"h6887"}],"24":[{"text":"And Ahaz","number":"h271"},{"text":"of God","number":"h430"},{"text":"of God","number":"h430"},{"text":"gathered together","number":"h622"},{"text":"of the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"the doors","number":"h1817"},{"text":"of the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"the vessels","number":"h3627"},{"text":"the vessels","number":"h3627"},{"text":"him altars","number":"h4196"},{"text":"and shut up","number":"h5462"},{"text":"and he made","number":"h6213"},{"text":"in every corner","number":"h6438"},{"text":"and cut in pieces","number":"h7112"}],"21":[{"text":"For Ahaz","number":"h271"},{"text":"of Assyria","number":"h804"},{"text":"and out of the house","number":"h1004"},{"text":"out of the house","number":"h1004"},{"text":"took away a portion","number":"h2505"},{"text":"of the LORD","number":"h3068"},{"text":"it unto the king","number":"h4428"},{"text":"of the king","number":"h4428"},{"text":"and gave","number":"h5414"},{"text":"but he helped","number":"h5833"},{"text":"and of the princes","number":"h8269"}],"19":[{"text":"because of Ahaz","number":"h271"},{"text":"Judah","number":"h3063"},{"text":"Judah","number":"h3063"},{"text":"For the LORD","number":"h3068"},{"text":"against the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"brought","number":"h3665"},{"text":"low","number":"h3665"},{"text":"king","number":"h4428"},{"text":"and transgressed","number":"h4603"},{"text":"sore","number":"h4604"},{"text":"for he made","number":"h6544"},{"text":"naked","number":"h6544"}],"26":[{"text":"and last","number":"h314"},{"text":"of his acts","number":"h1697"},{"text":"and of all his ways","number":"h1870"},{"text":"of Judah","number":"h3063"},{"text":"and Israel","number":"h3478"},{"text":"Now the rest","number":"h3499"},{"text":"behold they are written","number":"h3789"},{"text":"of the kings","number":"h4428"},{"text":"in the book","number":"h5612"},{"text":"first","number":"h7223"}],"18":[{"text":"and Ajalon","number":"h357"},{"text":"Bethshemesh","number":"h1053"},{"text":"also and the villages","number":"h1323"},{"text":"with the villages","number":"h1323"},{"text":"with the villages","number":"h1323"},{"text":"and Gederoth","number":"h1450"},{"text":"thereof Gimzo","number":"h1579"},{"text":"of Judah","number":"h3063"},{"text":"thereof and they dwelt","number":"h3427"},{"text":"and had taken","number":"h3920"},{"text":"and of the south","number":"h5045"},{"text":"the cities","number":"h5892"},{"text":"The Philistines","number":"h6430"},{"text":"also had invaded","number":"h6584"},{"text":"and Shocho","number":"h7755"},{"text":"of the low country","number":"h8219"},{"text":"thereof and Timnah","number":"h8553"}],"23":[{"text":"Because the gods","number":"h430"},{"text":"unto the gods","number":"h430"},{"text":"him and he said","number":"h559"},{"text":"of Syria","number":"h758"},{"text":"of Damascus","number":"h1834"},{"text":"For he sacrificed","number":"h2076"},{"text":"them therefore will I sacrifice","number":"h2076"},{"text":"of him and of all Israel","number":"h3478"},{"text":"me But they were the ruin","number":"h3782"},{"text":"of the kings","number":"h4428"},{"text":"which smote","number":"h5221"},{"text":"help","number":"h5826"},{"text":"to them that they may help","number":"h5826"}],"5":[{"text":"his God","number":"h430"},{"text":"of Syria","number":"h758"},{"text":"and brought","number":"h935"},{"text":"a great multitude","number":"h1419"},{"text":"him with a great","number":"h1419"},{"text":"them to Damascus","number":"h1834"},{"text":"him into the hand","number":"h3027"},{"text":"into the hand","number":"h3027"},{"text":"Wherefore the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"slaughter","number":"h4347"},{"text":"of the king","number":"h4428"},{"text":"of the king","number":"h4428"},{"text":"and they smote","number":"h5221"},{"text":"who smote","number":"h5221"},{"text":"And he was also delivered","number":"h5414"},{"text":"delivered","number":"h5414"},{"text":"him and carried away","number":"h7617"},{"text":"of them captives","number":"h7633"}],"10":[{"text":"your God","number":"h430"},{"text":"And now ye purpose","number":"h559"},{"text":"with you sins","number":"h819"},{"text":"under the children","number":"h1121"},{"text":"of Judah","number":"h3063"},{"text":"against the LORD","number":"h3068"},{"text":"and Jerusalem","number":"h3389"},{"text":"to keep","number":"h3533"},{"text":"for bondmen","number":"h5650"},{"text":"unto you but are there not with you even","number":"h7535"},{"text":"and bondwomen","number":"h8198"}],"7":[{"text":"and Elkanah","number":"h511"},{"text":"of Ephraim","number":"h669"},{"text":"of the house","number":"h1004"},{"text":"son","number":"h1121"},{"text":"a mighty man","number":"h1368"},{"text":"slew","number":"h2026"},{"text":"And Zichri","number":"h2147"},{"text":"the king's","number":"h4428"},{"text":"to the king","number":"h4428"},{"text":"Maaseiah","number":"h4641"},{"text":"that was next","number":"h4932"},{"text":"the governor","number":"h5057"},{"text":"and Azrikam","number":"h5840"}],"13":[{"text":"And said","number":"h559"},{"text":"already ye intend","number":"h559"},{"text":"wrath","number":"h639"},{"text":"and to our trespass","number":"h819"},{"text":"for our trespass","number":"h819"},{"text":"hither for whereas we have offended","number":"h819"},{"text":"unto them Ye shall not bring in","number":"h935"},{"text":"more to our sins","number":"h2403"},{"text":"and there is fierce","number":"h2740"},{"text":"against the LORD","number":"h3068"},{"text":"to add","number":"h3254"},{"text":"against Israel","number":"h3478"},{"text":"is great","number":"h7227"},{"text":"the captives","number":"h7633"}],"12":[{"text":"Then certain","number":"h582"},{"text":"of Ephraim","number":"h669"},{"text":"against them that came","number":"h935"},{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"Berechiah","number":"h1296"},{"text":"of Hadlai","number":"h2311"},{"text":"of Johanan","number":"h3076"},{"text":"and Jehizkiah","number":"h3169"},{"text":"of Meshillemoth","number":"h4919"},{"text":"Azariah","number":"h5838"},{"text":"and Amasa","number":"h6021"},{"text":"from the war","number":"h6635"},{"text":"stood up","number":"h6965"},{"text":"of the heads","number":"h7218"},{"text":"of Shallum","number":"h7967"}],"3":[{"text":"in the fire","number":"h784"},{"text":"his children","number":"h1121"},{"text":"of the son","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"and burnt","number":"h1197"},{"text":"of the heathen","number":"h1471"},{"text":"in the valley","number":"h1516"},{"text":"of Hinnom","number":"h2011"},{"text":"whom the LORD","number":"h3068"},{"text":"had cast out","number":"h3423"},{"text":"of Israel","number":"h3478"},{"text":"before","number":"h6440"},{"text":"Moreover he burnt incense","number":"h6999"},{"text":"after the abominations","number":"h8441"}],"20":[{"text":"of Assyria","number":"h804"},{"text":"came","number":"h935"},{"text":"him but strengthened","number":"h2388"},{"text":"king","number":"h4428"},{"text":"unto him and distressed","number":"h6696"},{"text":"And Tilgathpilneser","number":"h8407"}],"14":[{"text":"and the spoil","number":"h961"},{"text":"So the armed men","number":"h2502"},{"text":"left","number":"h5800"},{"text":"before","number":"h6440"},{"text":"and all the congregation","number":"h6951"},{"text":"the captives","number":"h7633"},{"text":"the princes","number":"h8269"}],"4":[{"text":"in the high places","number":"h1116"},{"text":"and on the hills","number":"h1389"},{"text":"He sacrificed","number":"h2076"},{"text":"tree","number":"h6086"},{"text":"also and burnt incense","number":"h6999"},{"text":"and under every green","number":"h7488"}],"2":[{"text":"for Baalim","number":"h1168"},{"text":"the ways","number":"h1870"},{"text":"For he walked in","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"of the kings","number":"h4428"},{"text":"also molten images","number":"h4541"},{"text":"and made","number":"h6213"}]}
@@ -0,0 +1 @@
1
+ {"9":[{"text":"For lo our fathers","number":"h1"},{"text":"and our wives","number":"h802"},{"text":"and our sons","number":"h1121"},{"text":"and our daughters","number":"h1323"},{"text":"by the sword","number":"h2719"},{"text":"have fallen","number":"h5307"},{"text":"are in captivity","number":"h7628"}],"6":[{"text":"For our fathers","number":"h1"},{"text":"our God","number":"h430"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"have trespassed","number":"h4603"},{"text":"from the habitation","number":"h4908"},{"text":"and turned","number":"h5414"},{"text":"him and have turned away","number":"h5437"},{"text":"and have forsaken","number":"h5800"},{"text":"in the eyes","number":"h5869"},{"text":"their backs","number":"h6203"},{"text":"and done","number":"h6213"},{"text":"their faces","number":"h6440"},{"text":"that which was evil","number":"h7451"}],"2":[{"text":"his father","number":"h1"},{"text":"according to all that David","number":"h1732"},{"text":"of the LORD","number":"h3068"},{"text":"that which was right","number":"h3477"},{"text":"in the sight","number":"h5869"},{"text":"And he did","number":"h6213"},{"text":"had done","number":"h6213"}],"5":[{"text":"of your fathers","number":"h1"},{"text":"God","number":"h430"},{"text":"And said","number":"h559"},{"text":"the house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"and carry forth","number":"h3318"},{"text":"me ye Levites","number":"h3881"},{"text":"the filthiness","number":"h5079"},{"text":"now yourselves and sanctify","number":"h6942"},{"text":"sanctify","number":"h6942"},{"text":"out of the holy","number":"h6944"},{"text":"unto them Hear","number":"h8085"}],"1":[{"text":"was Abijah","number":"h29"},{"text":"And his mother's","number":"h517"},{"text":"old","number":"h1121"},{"text":"the daughter","number":"h1323"},{"text":"of Zechariah","number":"h2148"},{"text":"when he was five","number":"h2568"},{"text":"Hezekiah","number":"h3169"},{"text":"in Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"began to reign","number":"h4427"},{"text":"and twenty","number":"h6242"},{"text":"and twenty","number":"h6242"},{"text":"name","number":"h8034"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"nine","number":"h8672"}],"21":[{"text":"of Aaron","number":"h175"},{"text":"rams","number":"h352"},{"text":"And he commanded","number":"h559"},{"text":"And they brought","number":"h935"},{"text":"the sons","number":"h1121"},{"text":"for a sin offering","number":"h2403"},{"text":"and for Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"lambs","number":"h3532"},{"text":"the priests","number":"h3548"},{"text":"them on the altar","number":"h4196"},{"text":"for the kingdom","number":"h4467"},{"text":"and for the sanctuary","number":"h4720"},{"text":"goats","number":"h5795"},{"text":"to offer","number":"h5927"},{"text":"bullocks","number":"h6499"},{"text":"he","number":"h6842"},{"text":"and seven","number":"h7651"},{"text":"and seven","number":"h7651"},{"text":"and seven","number":"h7651"},{"text":"seven","number":"h7651"}],"7":[{"text":"of the porch","number":"h197"},{"text":"place unto the God","number":"h430"},{"text":"the doors","number":"h1817"},{"text":"of Israel","number":"h3478"},{"text":"and put out","number":"h3518"},{"text":"the lamps","number":"h5216"},{"text":"Also they have shut up","number":"h5462"},{"text":"nor offered","number":"h5927"},{"text":"burnt offerings","number":"h5930"},{"text":"in the holy","number":"h6944"},{"text":"and have not burned","number":"h6999"},{"text":"incense","number":"h7004"}],"17":[{"text":"they to the porch","number":"h197"},{"text":"on the first","number":"h259"},{"text":"came","number":"h935"},{"text":"the house","number":"h1004"},{"text":"month","number":"h2320"},{"text":"month","number":"h2320"},{"text":"of the month","number":"h2320"},{"text":"Now they began","number":"h2490"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"they made an end","number":"h3615"},{"text":"so they sanctified","number":"h6942"},{"text":"to sanctify","number":"h6942"},{"text":"day of the first","number":"h7223"},{"text":"day of the first","number":"h7223"},{"text":"and on the eighth","number":"h8083"},{"text":"in eight","number":"h8083"},{"text":"and in the sixteenth","number":"h8337"}],"15":[{"text":"their brethren","number":"h251"},{"text":"And they gathered","number":"h622"},{"text":"themselves and came","number":"h935"},{"text":"the house","number":"h1004"},{"text":"by the words","number":"h1697"},{"text":"to cleanse","number":"h2891"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of the king","number":"h4428"},{"text":"according to the commandment","number":"h4687"},{"text":"and sanctified","number":"h6942"}],"34":[{"text":"wherefore their brethren","number":"h251"},{"text":"did help","number":"h2388"},{"text":"so that they could","number":"h3201"},{"text":"were more upright","number":"h3477"},{"text":"But the priests","number":"h3548"},{"text":"and until the other priests","number":"h3548"},{"text":"themselves than the priests","number":"h3548"},{"text":"was ended","number":"h3615"},{"text":"in heart","number":"h3824"},{"text":"the Levites","number":"h3881"},{"text":"themselves for the Levites","number":"h3881"},{"text":"them till the work","number":"h4399"},{"text":"were too few","number":"h4592"},{"text":"all the burnt offerings","number":"h5930"},{"text":"not flay","number":"h6584"},{"text":"had sanctified","number":"h6942"},{"text":"to sanctify","number":"h6942"}],"19":[{"text":"Ahaz","number":"h271"},{"text":"did cast away","number":"h2186"},{"text":"of the LORD","number":"h3068"},{"text":"have we prepared","number":"h3559"},{"text":"Moreover all the vessels","number":"h3627"},{"text":"the altar","number":"h4196"},{"text":"which king","number":"h4428"},{"text":"in his reign","number":"h4438"},{"text":"in his transgression","number":"h4604"},{"text":"and behold they are before","number":"h6440"},{"text":"and sanctified","number":"h6942"}],"32":[{"text":"rams","number":"h352"},{"text":"brought","number":"h935"},{"text":"bullocks","number":"h1241"},{"text":"to the LORD","number":"h3068"},{"text":"lambs","number":"h3532"},{"text":"an hundred","number":"h3967"},{"text":"and two hundred","number":"h3967"},{"text":"And the number","number":"h4557"},{"text":"all these were for a burnt offering","number":"h5930"},{"text":"of the burnt offerings","number":"h5930"},{"text":"which the congregation","number":"h6951"},{"text":"was threescore and ten","number":"h7657"}],"22":[{"text":"the rams","number":"h352"},{"text":"the bullocks","number":"h1241"},{"text":"the blood","number":"h1818"},{"text":"the blood","number":"h1818"},{"text":"the blood","number":"h1818"},{"text":"and sprinkled","number":"h2236"},{"text":"and they sprinkled","number":"h2236"},{"text":"they sprinkled","number":"h2236"},{"text":"also the lambs","number":"h3532"},{"text":"and the priests","number":"h3548"},{"text":"it on the altar","number":"h4196"},{"text":"upon the altar","number":"h4196"},{"text":"upon the altar","number":"h4196"},{"text":"received","number":"h6901"},{"text":"So they killed","number":"h7819"},{"text":"likewise when they had killed","number":"h7819"},{"text":"they killed","number":"h7819"}],"10":[{"text":"God","number":"h430"},{"text":"wrath","number":"h639"},{"text":"a covenant","number":"h1285"},{"text":"that his fierce","number":"h2740"},{"text":"with the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"to make","number":"h3772"},{"text":"Now it is in mine heart","number":"h3824"},{"text":"may turn away","number":"h7725"}],"36":[{"text":"that God","number":"h430"},{"text":"for the thing","number":"h1697"},{"text":"And Hezekiah","number":"h3169"},{"text":"had prepared","number":"h3559"},{"text":"and all the people","number":"h5971"},{"text":"the people","number":"h5971"},{"text":"was done suddenly","number":"h6597"},{"text":"rejoiced","number":"h8055"}],"13":[{"text":"of Elizaphan","number":"h469"},{"text":"of Asaph","number":"h623"},{"text":"And of the sons","number":"h1121"},{"text":"and of the sons","number":"h1121"},{"text":"Zechariah","number":"h2148"},{"text":"and Jeiel","number":"h3273"},{"text":"and Mattaniah","number":"h4983"},{"text":"Shimri","number":"h8113"}],"33":[{"text":"thousand","number":"h505"},{"text":"oxen","number":"h1241"},{"text":"hundred","number":"h3967"},{"text":"sheep","number":"h6629"},{"text":"And the consecrated things","number":"h6944"},{"text":"and three","number":"h7969"},{"text":"were six","number":"h8337"}],"18":[{"text":"and said","number":"h559"},{"text":"Then they went","number":"h935"},{"text":"all the house","number":"h1004"},{"text":"to Hezekiah","number":"h2396"},{"text":"We have cleansed","number":"h2891"},{"text":"of the LORD","number":"h3068"},{"text":"with all the vessels","number":"h3627"},{"text":"with all the vessels","number":"h3627"},{"text":"and the altar","number":"h4196"},{"text":"the king","number":"h4428"},{"text":"thereof and the shewbread","number":"h4635"},{"text":"of burnt offering","number":"h5930"},{"text":"in","number":"h6441"},{"text":"table","number":"h7979"}],"31":[{"text":"and said","number":"h559"},{"text":"and bring","number":"h935"},{"text":"brought in","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"sacrifices","number":"h2077"},{"text":"sacrifices","number":"h2077"},{"text":"of the LORD","number":"h3068"},{"text":"yourselves unto the LORD","number":"h3068"},{"text":"Then Hezekiah","number":"h3169"},{"text":"heart","number":"h3820"},{"text":"Now ye have consecrated","number":"h4390"},{"text":"come near","number":"h5066"},{"text":"and as many as were of a free","number":"h5081"},{"text":"burnt offerings","number":"h5930"},{"text":"answered","number":"h6030"},{"text":"And the congregation","number":"h6951"},{"text":"and thank offerings","number":"h8426"},{"text":"and thank offerings","number":"h8426"}],"24":[{"text":"commanded","number":"h559"},{"text":"with their blood","number":"h1818"},{"text":"them and they made reconciliation","number":"h2398"},{"text":"and the sin offering","number":"h2403"},{"text":"for all Israel","number":"h3478"},{"text":"should be made for all Israel","number":"h3478"},{"text":"And the priests","number":"h3548"},{"text":"to make an atonement","number":"h3722"},{"text":"upon the altar","number":"h4196"},{"text":"for the king","number":"h4428"},{"text":"that the burnt offering","number":"h5930"},{"text":"killed","number":"h7819"}],"27":[{"text":"commanded","number":"h559"},{"text":"David","number":"h1732"},{"text":"And Hezekiah","number":"h2396"},{"text":"began","number":"h2490"},{"text":"began","number":"h2490"},{"text":"also with the trumpets","number":"h2689"},{"text":"ordained by","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"and with the instruments","number":"h3627"},{"text":"upon the altar","number":"h4196"},{"text":"king","number":"h4428"},{"text":"to offer","number":"h5927"},{"text":"the burnt offering","number":"h5930"},{"text":"the burnt offering","number":"h5930"},{"text":"And when","number":"h6256"},{"text":"the song","number":"h7892"}],"30":[{"text":"commanded","number":"h559"},{"text":"and of Asaph","number":"h623"},{"text":"with the words","number":"h1697"},{"text":"of David","number":"h1732"},{"text":"And they sang praises","number":"h1984"},{"text":"to sing praise","number":"h1984"},{"text":"the seer","number":"h2374"},{"text":"unto the LORD","number":"h3068"},{"text":"Moreover Hezekiah","number":"h3169"},{"text":"the Levites","number":"h3881"},{"text":"the king","number":"h4428"},{"text":"and they bowed their heads","number":"h6915"},{"text":"and worshipped","number":"h7812"},{"text":"with gladness","number":"h8057"},{"text":"and the princes","number":"h8269"}],"20":[{"text":"and gathered","number":"h622"},{"text":"to the house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"Then Hezekiah","number":"h3169"},{"text":"the king","number":"h4428"},{"text":"of the city","number":"h5892"},{"text":"and went up","number":"h5927"},{"text":"rose early","number":"h7925"},{"text":"the rulers","number":"h8269"}],"4":[{"text":"and gathered them together","number":"h622"},{"text":"And he brought in","number":"h935"},{"text":"the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"into the east","number":"h4217"},{"text":"street","number":"h7339"}],"16":[{"text":"went","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"in the temple","number":"h1964"},{"text":"abroad","number":"h2351"},{"text":"into the court","number":"h2691"},{"text":"to cleanse","number":"h2891"},{"text":"all the uncleanness","number":"h2932"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"it and brought out","number":"h3318"},{"text":"it to carry it out","number":"h3318"},{"text":"And the priests","number":"h3548"},{"text":"And the Levites","number":"h3881"},{"text":"that they found","number":"h4672"},{"text":"into the brook","number":"h5158"},{"text":"into the inner part","number":"h6441"},{"text":"took","number":"h6901"},{"text":"Kidron","number":"h6939"}],"11":[{"text":"hath chosen","number":"h977"},{"text":"My sons","number":"h1121"},{"text":"for the LORD","number":"h3068"},{"text":"you to stand","number":"h5975"},{"text":"before","number":"h6440"},{"text":"unto him and burn incense","number":"h6999"},{"text":"be not now negligent","number":"h7952"},{"text":"him and that ye should minister","number":"h8334"},{"text":"him to serve","number":"h8334"}],"25":[{"text":"in the house","number":"h1004"},{"text":"and of Gad","number":"h1410"},{"text":"of David","number":"h1732"},{"text":"seer","number":"h2374"},{"text":"by","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"and with harps","number":"h3658"},{"text":"the Levites","number":"h3881"},{"text":"the king's","number":"h4428"},{"text":"according to the commandment","number":"h4687"},{"text":"for so was the commandment","number":"h4687"},{"text":"with cymbals","number":"h4700"},{"text":"his prophets","number":"h5030"},{"text":"the prophet","number":"h5030"},{"text":"with psalteries","number":"h5035"},{"text":"and Nathan","number":"h5416"},{"text":"And he set","number":"h5975"}],"3":[{"text":"of the house","number":"h1004"},{"text":"the doors","number":"h1817"},{"text":"month","number":"h2320"},{"text":"and repaired","number":"h2388"},{"text":"of the LORD","number":"h3068"},{"text":"of his reign","number":"h4427"},{"text":"opened","number":"h6605"},{"text":"He in the first","number":"h7223"},{"text":"in the first","number":"h7223"},{"text":"year","number":"h8141"}],"35":[{"text":"of the house","number":"h1004"},{"text":"with the fat","number":"h2459"},{"text":"of the LORD","number":"h3068"},{"text":"was set in order","number":"h3559"},{"text":"and the drink offerings","number":"h5262"},{"text":"So the service","number":"h5656"},{"text":"And also the burnt offerings","number":"h5930"},{"text":"for every burnt offering","number":"h5930"},{"text":"were in abundance","number":"h7230"},{"text":"of the peace offerings","number":"h8002"}],"14":[{"text":"And of the sons","number":"h1121"},{"text":"and of the sons","number":"h1121"},{"text":"of Heman","number":"h1968"},{"text":"of Jeduthun","number":"h3038"},{"text":"Jehiel","number":"h3171"},{"text":"and Uzziel","number":"h5816"},{"text":"and Shimei","number":"h8096"},{"text":"Shemaiah","number":"h8098"}],"12":[{"text":"and of the sons","number":"h1121"},{"text":"of the sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"and of the Gershonites","number":"h1649"},{"text":"of Zimmah","number":"h2155"},{"text":"of Jehalelel","number":"h3094"},{"text":"Joah","number":"h3098"},{"text":"of Joah","number":"h3098"},{"text":"and Joel","number":"h3100"},{"text":"Then the Levites","number":"h3881"},{"text":"Mahath","number":"h4287"},{"text":"of Merari","number":"h4847"},{"text":"of Abdi","number":"h5660"},{"text":"and Eden","number":"h5731"},{"text":"and Azariah","number":"h5838"},{"text":"of Azariah","number":"h5838"},{"text":"of Amasai","number":"h6022"},{"text":"of the Kohathites","number":"h6956"},{"text":"arose","number":"h6965"},{"text":"Kish","number":"h7027"}],"26":[{"text":"of David","number":"h1732"},{"text":"with the trumpets","number":"h2689"},{"text":"and the priests","number":"h3548"},{"text":"with the instruments","number":"h3627"},{"text":"And the Levites","number":"h3881"},{"text":"stood","number":"h5975"}],"8":[{"text":"them to trouble","number":"h2189"},{"text":"was upon Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"and Jerusalem","number":"h3389"},{"text":"and he hath delivered","number":"h5414"},{"text":"with your eyes","number":"h5869"},{"text":"Wherefore the wrath","number":"h7110"},{"text":"as ye see","number":"h7200"},{"text":"to astonishment","number":"h8047"},{"text":"and to hissing","number":"h8322"}],"23":[{"text":"for the sin offering","number":"h2403"},{"text":"their hands","number":"h3027"},{"text":"the king","number":"h4428"},{"text":"And they brought forth","number":"h5066"},{"text":"and they laid","number":"h5564"},{"text":"before","number":"h6440"},{"text":"and the congregation","number":"h6951"},{"text":"the he goats","number":"h8163"}],"28":[{"text":"and the trumpeters","number":"h2689"},{"text":"sounded","number":"h2690"},{"text":"was finished","number":"h3615"},{"text":"and all this continued until the burnt offering","number":"h5930"},{"text":"And all the congregation","number":"h6951"},{"text":"worshipped","number":"h7812"},{"text":"sang","number":"h7891"},{"text":"and the singers","number":"h7892"}],"29":[{"text":"And when they had made an end","number":"h3615"},{"text":"with him bowed","number":"h3766"},{"text":"the king","number":"h4428"},{"text":"and all that were present","number":"h4672"},{"text":"of offering","number":"h5927"},{"text":"themselves and worshipped","number":"h7812"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"his father","number":"h1"},{"text":"of Ornan","number":"h771"},{"text":"the house","number":"h1004"},{"text":"to build","number":"h1129"},{"text":"in the threshingfloor","number":"h1637"},{"text":"that David","number":"h1732"},{"text":"unto David","number":"h1732"},{"text":"in mount","number":"h2022"},{"text":"began","number":"h2490"},{"text":"the Jebusite","number":"h2983"},{"text":"of the LORD","number":"h3068"},{"text":"at Jerusalem","number":"h3389"},{"text":"had prepared","number":"h3559"},{"text":"Moriah","number":"h4179"},{"text":"in the place","number":"h4725"},{"text":"where the LORD appeared","number":"h7200"},{"text":"Then Solomon","number":"h8010"}],"6":[{"text":"stones","number":"h68"},{"text":"the house","number":"h1004"},{"text":"and the gold","number":"h2091"},{"text":"was gold","number":"h2091"},{"text":"with precious","number":"h3368"},{"text":"of Parvaim","number":"h6516"},{"text":"And he garnished","number":"h6823"},{"text":"for beauty","number":"h8597"}],"4":[{"text":"And the porch","number":"h197"},{"text":"cubits","number":"h520"},{"text":"of the house the length","number":"h753"},{"text":"of the house","number":"h1004"},{"text":"and the height","number":"h1363"},{"text":"gold","number":"h2091"},{"text":"with pure","number":"h2889"},{"text":"was an hundred","number":"h3967"},{"text":"and twenty","number":"h6242"},{"text":"twenty","number":"h6242"},{"text":"that was in the front","number":"h6440"},{"text":"it within","number":"h6441"},{"text":"and he overlaid","number":"h6823"},{"text":"of it was according to the breadth","number":"h7341"}],"17":[{"text":"and the other","number":"h259"},{"text":"one","number":"h259"},{"text":"Boaz","number":"h1162"},{"text":"the temple","number":"h1964"},{"text":"Jachin","number":"h3199"},{"text":"on the right hand","number":"h3225"},{"text":"of that on the right hand","number":"h3233"},{"text":"the pillars","number":"h5982"},{"text":"before","number":"h6440"},{"text":"And he reared up","number":"h6965"},{"text":"and called","number":"h7121"},{"text":"and the name","number":"h8034"},{"text":"the name","number":"h8034"},{"text":"on the left","number":"h8040"},{"text":"of that on the left","number":"h8042"}],"12":[{"text":"of the other","number":"h259"},{"text":"and the other","number":"h312"},{"text":"of the other","number":"h312"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"of the house","number":"h1004"},{"text":"also joining","number":"h1695"},{"text":"was five","number":"h2568"},{"text":"was five","number":"h2568"},{"text":"And one wing","number":"h3671"},{"text":"to the wing","number":"h3671"},{"text":"wing","number":"h3671"},{"text":"cherub","number":"h3742"},{"text":"cherub","number":"h3742"},{"text":"reaching","number":"h5060"},{"text":"to the wall","number":"h7023"}],"11":[{"text":"one","number":"h259"},{"text":"and the other","number":"h312"},{"text":"of the other","number":"h312"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"long","number":"h753"},{"text":"of the house","number":"h1004"},{"text":"of the one cherub was five","number":"h2568"},{"text":"was likewise five","number":"h2568"},{"text":"And the wings","number":"h3671"},{"text":"to the wing","number":"h3671"},{"text":"wing","number":"h3671"},{"text":"wing","number":"h3671"},{"text":"cherub","number":"h3742"},{"text":"of the cherubims","number":"h3742"},{"text":"reaching","number":"h5060"},{"text":"reaching","number":"h5060"},{"text":"were twenty","number":"h6242"},{"text":"to the wall","number":"h7023"}],"3":[{"text":"of God","number":"h430"},{"text":"by cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"The length","number":"h753"},{"text":"of the house","number":"h1004"},{"text":"for the building","number":"h1129"},{"text":"was instructed","number":"h3245"},{"text":"measure","number":"h4060"},{"text":"twenty","number":"h6242"},{"text":"after the first","number":"h7223"},{"text":"and the breadth","number":"h7341"},{"text":"Now these are the things wherein Solomon","number":"h8010"},{"text":"was threescore","number":"h8346"}],"13":[{"text":"cubits","number":"h520"},{"text":"were inward","number":"h1004"},{"text":"The wings","number":"h3671"},{"text":"of these cherubims","number":"h3742"},{"text":"and they stood","number":"h5975"},{"text":"twenty","number":"h6242"},{"text":"and their faces","number":"h6440"},{"text":"spread themselves forth","number":"h6566"},{"text":"on their feet","number":"h7272"}],"15":[{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"high","number":"h753"},{"text":"the house","number":"h1004"},{"text":"and five","number":"h2568"},{"text":"of each of them was five","number":"h2568"},{"text":"pillars","number":"h5982"},{"text":"Also he made","number":"h6213"},{"text":"before","number":"h6440"},{"text":"and the chapiter","number":"h6858"},{"text":"that was on the top","number":"h7218"},{"text":"of thirty","number":"h7970"},{"text":"two","number":"h8147"}],"8":[{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"the length","number":"h753"},{"text":"house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"gold","number":"h2091"},{"text":"and he overlaid","number":"h2645"},{"text":"it with fine","number":"h2896"},{"text":"talents","number":"h3603"},{"text":"hundred","number":"h3967"},{"text":"And he made","number":"h6213"},{"text":"thereof twenty","number":"h6242"},{"text":"twenty","number":"h6242"},{"text":"whereof was according to","number":"h6440"},{"text":"holy","number":"h6944"},{"text":"the most","number":"h6944"},{"text":"and the breadth","number":"h7341"},{"text":"the breadth","number":"h7341"},{"text":"amounting to six","number":"h8337"}],"2":[{"text":"in the fourth","number":"h702"},{"text":"to build","number":"h1129"},{"text":"month","number":"h2320"},{"text":"And he began","number":"h2490"},{"text":"of his reign","number":"h4438"},{"text":"year","number":"h8141"},{"text":"day of the second","number":"h8145"},{"text":"in the second","number":"h8145"}],"14":[{"text":"and purple","number":"h713"},{"text":"and fine linen","number":"h948"},{"text":"cherubims","number":"h3742"},{"text":"and crimson","number":"h3758"},{"text":"and wrought","number":"h5927"},{"text":"And he made","number":"h6213"},{"text":"the vail","number":"h6532"},{"text":"of blue","number":"h8504"}],"7":[{"text":"also the house","number":"h1004"},{"text":"thereof and the doors","number":"h1817"},{"text":"thereof with gold","number":"h2091"},{"text":"He overlaid","number":"h2645"},{"text":"cherubims","number":"h3742"},{"text":"the posts","number":"h5592"},{"text":"and graved","number":"h6605"},{"text":"the beams","number":"h6982"},{"text":"and the walls","number":"h7023"},{"text":"on the walls","number":"h7023"}],"10":[{"text":"house","number":"h1004"},{"text":"them with gold","number":"h2091"},{"text":"cherubims","number":"h3742"},{"text":"work","number":"h4639"},{"text":"he made","number":"h6213"},{"text":"of image","number":"h6816"},{"text":"and overlaid","number":"h6823"},{"text":"And in the most","number":"h6944"},{"text":"holy","number":"h6944"},{"text":"two","number":"h8147"}],"5":[{"text":"house","number":"h1004"},{"text":"with fir","number":"h1265"},{"text":"And the greater","number":"h1419"},{"text":"gold","number":"h2091"},{"text":"he cieled","number":"h2645"},{"text":"which he overlaid","number":"h2645"},{"text":"with fine","number":"h2896"},{"text":"and set","number":"h5927"},{"text":"tree","number":"h6086"},{"text":"and chains","number":"h8333"},{"text":"thereon palm trees","number":"h8561"}],"16":[{"text":"as in the oracle","number":"h1687"},{"text":"an hundred","number":"h3967"},{"text":"and put","number":"h5414"},{"text":"and put","number":"h5414"},{"text":"of the pillars","number":"h5982"},{"text":"And he made","number":"h6213"},{"text":"and made","number":"h6213"},{"text":"them on the heads","number":"h7218"},{"text":"pomegranates","number":"h7416"},{"text":"chains","number":"h8333"},{"text":"them on the chains","number":"h8333"}],"9":[{"text":"of gold","number":"h2091"},{"text":"with gold","number":"h2091"},{"text":"was fifty","number":"h2572"},{"text":"And he overlaid","number":"h2645"},{"text":"of the nails","number":"h4548"},{"text":"And the weight","number":"h4948"},{"text":"the upper chambers","number":"h5944"},{"text":"shekels","number":"h8255"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"And be not ye like your fathers","number":"h1"},{"text":"of their fathers","number":"h1"},{"text":"and like your brethren","number":"h251"},{"text":"God","number":"h430"},{"text":"against the LORD","number":"h3068"},{"text":"which trespassed","number":"h4603"},{"text":"who therefore gave them up","number":"h5414"},{"text":"as ye see","number":"h7200"},{"text":"to desolation","number":"h8047"}],"8":[{"text":"as your fathers","number":"h1"},{"text":"your God","number":"h430"},{"text":"of his wrath","number":"h639"},{"text":"and enter","number":"h935"},{"text":"that the fierceness","number":"h2740"},{"text":"yourselves","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"into his sanctuary","number":"h4720"},{"text":"were but yield","number":"h5414"},{"text":"and serve","number":"h5647"},{"text":"for ever","number":"h5769"},{"text":"which he hath sanctified","number":"h6942"},{"text":"Now be ye not stiffnecked","number":"h7185"},{"text":"may turn away","number":"h7725"}],"19":[{"text":"of his fathers","number":"h1"},{"text":"God","number":"h430"},{"text":"God","number":"h430"},{"text":"to seek","number":"h1875"},{"text":"though he be not cleansed according to the purification","number":"h2893"},{"text":"the LORD","number":"h3068"},{"text":"That prepareth","number":"h3559"},{"text":"his heart","number":"h3824"},{"text":"of the sanctuary","number":"h6944"}],"22":[{"text":"of their fathers","number":"h1"},{"text":"and they did eat","number":"h398"},{"text":"God","number":"h430"},{"text":"spake","number":"h1696"},{"text":"offering","number":"h2076"},{"text":"offerings","number":"h2077"},{"text":"the good","number":"h2896"},{"text":"and making confession","number":"h3034"},{"text":"of the LORD","number":"h3068"},{"text":"to the LORD","number":"h3068"},{"text":"days","number":"h3117"},{"text":"And Hezekiah","number":"h3169"},{"text":"comfortably","number":"h3820"},{"text":"unto all the Levites","number":"h3881"},{"text":"throughout the feast","number":"h4150"},{"text":"seven","number":"h7651"},{"text":"that taught","number":"h7919"},{"text":"knowledge","number":"h7922"},{"text":"peace","number":"h8002"}],"6":[{"text":"of Abraham","number":"h85"},{"text":"with the letters","number":"h107"},{"text":"God","number":"h430"},{"text":"saying","number":"h559"},{"text":"of Assyria","number":"h804"},{"text":"Ye children","number":"h1121"},{"text":"from","number":"h3027"},{"text":"and Judah","number":"h3063"},{"text":"unto the LORD","number":"h3068"},{"text":"went","number":"h3212"},{"text":"Isaac","number":"h3327"},{"text":"and Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"throughout all Israel","number":"h3478"},{"text":"out of the hand","number":"h3709"},{"text":"of the king","number":"h4428"},{"text":"of the kings","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"and according to the commandment","number":"h4687"},{"text":"of you that are escaped","number":"h6413"},{"text":"So the posts","number":"h7323"},{"text":"to the remnant","number":"h7604"},{"text":"and he will return","number":"h7725"},{"text":"turn again","number":"h7725"},{"text":"and his princes","number":"h8269"}],"1":[{"text":"letters","number":"h107"},{"text":"God","number":"h430"},{"text":"also to Ephraim","number":"h669"},{"text":"that they should come","number":"h935"},{"text":"to the house","number":"h1004"},{"text":"and Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"And Hezekiah","number":"h3169"},{"text":"at Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"to all Israel","number":"h3478"},{"text":"and wrote","number":"h3789"},{"text":"and Manasseh","number":"h4519"},{"text":"to keep","number":"h6213"},{"text":"the passover","number":"h6453"},{"text":"sent","number":"h7971"}],"9":[{"text":"your brethren","number":"h251"},{"text":"your God","number":"h430"},{"text":"into this land","number":"h776"},{"text":"and your children","number":"h1121"},{"text":"is gracious","number":"h2587"},{"text":"for the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"and will not turn away","number":"h5493"},{"text":"before","number":"h6440"},{"text":"his face","number":"h6440"},{"text":"and merciful","number":"h7349"},{"text":"shall find compassion","number":"h7356"},{"text":"them that lead them captive","number":"h7617"},{"text":"For if ye turn again","number":"h7725"},{"text":"from you if ye return","number":"h7725"},{"text":"so that they shall come again","number":"h7725"}],"12":[{"text":"them one","number":"h259"},{"text":"of God","number":"h430"},{"text":"by the word","number":"h1697"},{"text":"the hand","number":"h3027"},{"text":"Also in Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"heart","number":"h3820"},{"text":"of the king","number":"h4428"},{"text":"the commandment","number":"h4687"},{"text":"was to give","number":"h5414"},{"text":"to do","number":"h6213"},{"text":"and of the princes","number":"h8269"}],"23":[{"text":"other","number":"h312"},{"text":"days","number":"h3117"},{"text":"days","number":"h3117"},{"text":"took counsel","number":"h3289"},{"text":"and they kept","number":"h6213"},{"text":"to keep","number":"h6213"},{"text":"And the whole assembly","number":"h6951"},{"text":"other seven","number":"h7651"},{"text":"seven","number":"h7651"},{"text":"with gladness","number":"h8057"}],"16":[{"text":"the man","number":"h376"},{"text":"of God","number":"h430"},{"text":"the blood","number":"h1818"},{"text":"sprinkled","number":"h2236"},{"text":"which they received of the hand","number":"h3027"},{"text":"the priests","number":"h3548"},{"text":"of the Levites","number":"h3881"},{"text":"of Moses","number":"h4872"},{"text":"after their manner","number":"h4941"},{"text":"And they stood","number":"h5975"},{"text":"in their place","number":"h5977"},{"text":"according to the law","number":"h8451"}],"18":[{"text":"themselves yet did they eat","number":"h398"},{"text":"for them saying","number":"h559"},{"text":"of Ephraim","number":"h669"},{"text":"and Zebulun","number":"h2074"},{"text":"cleansed","number":"h2891"},{"text":"The good","number":"h2896"},{"text":"LORD","number":"h3068"},{"text":"But Hezekiah","number":"h3169"},{"text":"Issachar","number":"h3485"},{"text":"pardon","number":"h3722"},{"text":"otherwise than it was written","number":"h3789"},{"text":"had not","number":"h3808"},{"text":"and Manasseh","number":"h4519"},{"text":"For a multitude","number":"h4768"},{"text":"of the people","number":"h5971"},{"text":"prayed","number":"h6419"},{"text":"the passover","number":"h6453"},{"text":"even many","number":"h7227"}],"5":[{"text":"God","number":"h430"},{"text":"from Beersheba","number":"h884"},{"text":"that they should come","number":"h935"},{"text":"a decree","number":"h1697"},{"text":"even to Dan","number":"h1835"},{"text":"unto the LORD","number":"h3068"},{"text":"at Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"throughout all Israel","number":"h3478"},{"text":"time in such sort as it was written","number":"h3789"},{"text":"to make proclamation","number":"h5674"},{"text":"So they established","number":"h5975"},{"text":"for they had not done","number":"h6213"},{"text":"to keep","number":"h6213"},{"text":"the passover","number":"h6453"},{"text":"it of a long","number":"h7230"}],"24":[{"text":"a thousand","number":"h505"},{"text":"a thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"For Hezekiah","number":"h2396"},{"text":"of Judah","number":"h3063"},{"text":"of priests","number":"h3548"},{"text":"king","number":"h4428"},{"text":"and ten","number":"h6235"},{"text":"bullocks","number":"h6499"},{"text":"bullocks","number":"h6499"},{"text":"sheep","number":"h6629"},{"text":"sheep","number":"h6629"},{"text":"sanctified","number":"h6942"},{"text":"to the congregation","number":"h6951"},{"text":"to the congregation","number":"h6951"},{"text":"and a great number","number":"h7230"},{"text":"did give","number":"h7311"},{"text":"gave","number":"h7311"},{"text":"and seven","number":"h7651"},{"text":"and the princes","number":"h8269"}],"11":[{"text":"Nevertheless divers","number":"h582"},{"text":"of Asher","number":"h836"},{"text":"themselves and came","number":"h935"},{"text":"and of Zebulun","number":"h2074"},{"text":"to Jerusalem","number":"h3389"},{"text":"humbled","number":"h3665"},{"text":"and Manasseh","number":"h4519"}],"13":[{"text":"And there assembled","number":"h622"},{"text":"the feast","number":"h2282"},{"text":"month","number":"h2320"},{"text":"at Jerusalem","number":"h3389"},{"text":"a very","number":"h3966"},{"text":"of unleavened bread","number":"h4682"},{"text":"people","number":"h5971"},{"text":"to keep","number":"h6213"},{"text":"congregation","number":"h6951"},{"text":"much","number":"h7227"},{"text":"great","number":"h7230"},{"text":"in the second","number":"h8145"}],"3":[{"text":"gathered themselves together","number":"h622"},{"text":"For they could","number":"h3201"},{"text":"to Jerusalem","number":"h3389"},{"text":"because the priests","number":"h3548"},{"text":"themselves sufficiently","number":"h4078"},{"text":"neither had the people","number":"h5971"},{"text":"not keep","number":"h6213"},{"text":"it at that time","number":"h6256"},{"text":"had not sanctified","number":"h6942"}],"10":[{"text":"of Ephraim","number":"h669"},{"text":"through the country","number":"h776"},{"text":"even unto Zebulun","number":"h2074"},{"text":"and mocked","number":"h3932"},{"text":"and Manasseh","number":"h4519"},{"text":"passed","number":"h5674"},{"text":"from city","number":"h5892"},{"text":"to city","number":"h5892"},{"text":"So the posts","number":"h7323"},{"text":"but they laughed them to scorn","number":"h7832"}],"15":[{"text":"on the fourteenth","number":"h702"},{"text":"themselves and brought in","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"month","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"and the priests","number":"h3548"},{"text":"were ashamed","number":"h3637"},{"text":"and the Levites","number":"h3881"},{"text":"the burnt offerings","number":"h5930"},{"text":"the passover","number":"h6453"},{"text":"and sanctified","number":"h6942"},{"text":"Then they killed","number":"h7819"},{"text":"day of the second","number":"h8145"}],"25":[{"text":"of the land","number":"h776"},{"text":"that came out","number":"h935"},{"text":"that came out","number":"h935"},{"text":"and the strangers","number":"h1616"},{"text":"in Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"and that dwelt","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"with the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"And all the congregation","number":"h6951"},{"text":"and all the congregation","number":"h6951"},{"text":"rejoiced","number":"h8055"}],"27":[{"text":"came","number":"h935"},{"text":"and blessed","number":"h1288"},{"text":"Then the priests","number":"h3548"},{"text":"the Levites","number":"h3881"},{"text":"dwelling place","number":"h4583"},{"text":"the people","number":"h5971"},{"text":"up to his holy","number":"h6944"},{"text":"and their voice","number":"h6963"},{"text":"arose","number":"h6965"},{"text":"even unto heaven","number":"h8064"},{"text":"was heard","number":"h8085"},{"text":"and their prayer","number":"h8605"}],"21":[{"text":"And the children","number":"h1121"},{"text":"with great","number":"h1419"},{"text":"praised","number":"h1984"},{"text":"the feast","number":"h2282"},{"text":"the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"by day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"at Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"and the priests","number":"h3548"},{"text":"instruments","number":"h3627"},{"text":"and the Levites","number":"h3881"},{"text":"that were present","number":"h4672"},{"text":"of unleavened bread","number":"h4682"},{"text":"singing with loud","number":"h5797"},{"text":"kept","number":"h6213"},{"text":"seven","number":"h7651"},{"text":"gladness","number":"h8057"}],"26":[{"text":"the son","number":"h1121"},{"text":"So there was great","number":"h1419"},{"text":"of David","number":"h1732"},{"text":"for since the time","number":"h3117"},{"text":"in Jerusalem","number":"h3389"},{"text":"there was not the like in Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"of Solomon","number":"h8010"},{"text":"joy","number":"h8057"}],"4":[{"text":"And the thing","number":"h1697"},{"text":"pleased","number":"h3474"},{"text":"the king","number":"h4428"},{"text":"and all the congregation","number":"h6951"}],"2":[{"text":"month","number":"h2320"},{"text":"had taken counsel","number":"h3289"},{"text":"in Jerusalem","number":"h3389"},{"text":"For the king","number":"h4428"},{"text":"to keep","number":"h6213"},{"text":"the passover","number":"h6453"},{"text":"and all the congregation","number":"h6951"},{"text":"in the second","number":"h8145"},{"text":"and his princes","number":"h8269"}],"17":[{"text":"for every one that was not clean","number":"h2889"},{"text":"them unto the LORD","number":"h3068"},{"text":"therefore the Levites","number":"h3881"},{"text":"of the passovers","number":"h6453"},{"text":"that were not sanctified","number":"h6942"},{"text":"to sanctify","number":"h6942"},{"text":"in the congregation","number":"h6951"},{"text":"For there were many","number":"h7227"},{"text":"had the charge of the killing","number":"h7821"}],"20":[{"text":"And the LORD","number":"h3068"},{"text":"to Hezekiah","number":"h3169"},{"text":"the people","number":"h5971"},{"text":"and healed","number":"h7495"},{"text":"hearkened","number":"h8085"}],"14":[{"text":"that were in Jerusalem","number":"h3389"},{"text":"the altars","number":"h4196"},{"text":"them into the brook","number":"h5158"},{"text":"and took away","number":"h5493"},{"text":"took they away","number":"h5493"},{"text":"Kidron","number":"h6939"},{"text":"And they arose","number":"h6965"},{"text":"and all the altars for incense","number":"h6999"},{"text":"and cast","number":"h7993"}]}
@@ -0,0 +1 @@
1
+ {"17":[{"text":"of their fathers","number":"h1"},{"text":"by the house","number":"h1004"},{"text":"old","number":"h1121"},{"text":"Both to the genealogy","number":"h3187"},{"text":"of the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"by their courses","number":"h4256"},{"text":"and upward","number":"h4605"},{"text":"in their charges","number":"h4931"},{"text":"from twenty","number":"h6242"},{"text":"years","number":"h8141"}],"19":[{"text":"of Aaron","number":"h175"},{"text":"the men","number":"h582"},{"text":"Also of the sons","number":"h1121"},{"text":"to all the males","number":"h2145"},{"text":"and to all that were reckoned by genealogies","number":"h3187"},{"text":"among the priests","number":"h3548"},{"text":"the priests","number":"h3548"},{"text":"among the Levites","number":"h3881"},{"text":"of the suburbs","number":"h4054"},{"text":"portions","number":"h4490"},{"text":"that were expressed","number":"h5344"},{"text":"to give","number":"h5414"},{"text":"in every several city","number":"h5892"},{"text":"of their cities","number":"h5892"},{"text":"which were in the fields","number":"h7704"},{"text":"by name","number":"h8034"}],"12":[{"text":"his brother","number":"h251"},{"text":"things faithfully","number":"h530"},{"text":"And brought in","number":"h935"},{"text":"over which Cononiah","number":"h3562"},{"text":"the Levite","number":"h3881"},{"text":"and the tithes","number":"h4643"},{"text":"was the next","number":"h4932"},{"text":"was ruler","number":"h5057"},{"text":"and the dedicated","number":"h6944"},{"text":"and Shimei","number":"h8096"},{"text":"the offerings","number":"h8641"}],"13":[{"text":"his brother","number":"h251"},{"text":"of God","number":"h430"},{"text":"and Eliel","number":"h447"},{"text":"of the house","number":"h1004"},{"text":"and Benaiah","number":"h1141"},{"text":"under the hand","number":"h3027"},{"text":"and Jozabad","number":"h3107"},{"text":"of Hezekiah","number":"h3169"},{"text":"And Jehiel","number":"h3171"},{"text":"and Ismachiah","number":"h3253"},{"text":"and Jerimoth","number":"h3406"},{"text":"of Cononiah","number":"h3562"},{"text":"and Mahath","number":"h4287"},{"text":"the king","number":"h4428"},{"text":"at the commandment","number":"h4662"},{"text":"the ruler","number":"h5057"},{"text":"and Nahath","number":"h5184"},{"text":"and Azaziah","number":"h5812"},{"text":"and Azariah","number":"h5838"},{"text":"and Asahel","number":"h6214"},{"text":"were overseers","number":"h6496"},{"text":"and Shimei","number":"h8096"}],"15":[{"text":"to their brethren","number":"h251"},{"text":"in their set office","number":"h530"},{"text":"Amariah","number":"h568"},{"text":"as well to the great","number":"h1419"},{"text":"by","number":"h3027"},{"text":"and Jeshua","number":"h3442"},{"text":"of the priests","number":"h3548"},{"text":"courses","number":"h4256"},{"text":"and Miniamin","number":"h4509"},{"text":"to give","number":"h5414"},{"text":"And next him were Eden","number":"h5731"},{"text":"in the cities","number":"h5892"},{"text":"as to the small","number":"h6996"},{"text":"and Shecaniah","number":"h7935"},{"text":"and Shemaiah","number":"h8098"}],"1":[{"text":"to his possession","number":"h272"},{"text":"every man","number":"h376"},{"text":"in Ephraim","number":"h669"},{"text":"the groves","number":"h842"},{"text":"the high places","number":"h1116"},{"text":"them all Then all the children","number":"h1121"},{"text":"and Benjamin","number":"h1144"},{"text":"and cut down","number":"h1438"},{"text":"of Judah","number":"h3063"},{"text":"out of all Judah","number":"h3063"},{"text":"went out","number":"h3318"},{"text":"all Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"Now when all this was finished","number":"h3615"},{"text":"until they had utterly destroyed","number":"h3615"},{"text":"and the altars","number":"h4196"},{"text":"also and Manasseh","number":"h4519"},{"text":"that were present","number":"h4672"},{"text":"the images","number":"h4676"},{"text":"and threw down","number":"h5422"},{"text":"into their own cities","number":"h5892"},{"text":"to the cities","number":"h5892"},{"text":"and brake","number":"h7665"},{"text":"in pieces","number":"h7665"},{"text":"returned","number":"h7725"}],"2":[{"text":"every man","number":"h376"},{"text":"and to praise","number":"h1984"},{"text":"and to give thanks","number":"h3034"},{"text":"of the LORD","number":"h3068"},{"text":"And Hezekiah","number":"h3169"},{"text":"of the priests","number":"h3548"},{"text":"the priests","number":"h3548"},{"text":"and Levites","number":"h3881"},{"text":"and the Levites","number":"h3881"},{"text":"after their courses","number":"h4256"},{"text":"the courses","number":"h4256"},{"text":"of the tents","number":"h4264"},{"text":"to his service","number":"h5656"},{"text":"for burnt offerings","number":"h5930"},{"text":"appointed","number":"h5975"},{"text":"according","number":"h6310"},{"text":"and for peace offerings","number":"h8002"},{"text":"in the gates","number":"h8179"},{"text":"to minister","number":"h8334"}],"10":[{"text":"to eat","number":"h398"},{"text":"answered","number":"h559"},{"text":"him and said","number":"h559"},{"text":"to bring","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"hath blessed","number":"h1288"},{"text":"is this great store","number":"h1995"},{"text":"Since the people began","number":"h2490"},{"text":"for the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"and have left","number":"h3498"},{"text":"and that which is left","number":"h3498"},{"text":"priest","number":"h3548"},{"text":"And Azariah","number":"h5838"},{"text":"his people","number":"h5971"},{"text":"of Zadok","number":"h6659"},{"text":"the chief","number":"h7218"},{"text":"plenty","number":"h7230"},{"text":"we have had enough","number":"h7646"},{"text":"the offerings","number":"h8641"}],"20":[{"text":"his God","number":"h430"},{"text":"and truth","number":"h571"},{"text":"that which was good","number":"h2896"},{"text":"throughout all Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"Hezekiah","number":"h3169"},{"text":"and right","number":"h3477"},{"text":"And thus did","number":"h6213"},{"text":"and wrought","number":"h6213"},{"text":"before","number":"h6440"}],"21":[{"text":"his God","number":"h430"},{"text":"of God","number":"h430"},{"text":"of the house","number":"h1004"},{"text":"to seek","number":"h1875"},{"text":"that he began","number":"h2490"},{"text":"it with all his heart","number":"h3824"},{"text":"And in every work","number":"h4639"},{"text":"and in the commandments","number":"h4687"},{"text":"in the service","number":"h5656"},{"text":"he did","number":"h6213"},{"text":"and prospered","number":"h6743"},{"text":"and in the law","number":"h8451"}],"14":[{"text":"of God","number":"h430"},{"text":"the son","number":"h1121"},{"text":"of the LORD","number":"h3068"},{"text":"of Imnah","number":"h3232"},{"text":"the Levite","number":"h3881"},{"text":"toward the east","number":"h4217"},{"text":"was over the freewill offerings","number":"h5071"},{"text":"to distribute","number":"h5414"},{"text":"and the most","number":"h6944"},{"text":"holy things","number":"h6944"},{"text":"And Kore","number":"h6981"},{"text":"the porter","number":"h7778"},{"text":"the oblations","number":"h8641"}],"6":[{"text":"their God","number":"h430"},{"text":"they also brought in","number":"h935"},{"text":"And concerning the children","number":"h1121"},{"text":"of oxen","number":"h1241"},{"text":"and Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"unto the LORD","number":"h3068"},{"text":"that dwelt","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"and the tithe","number":"h4643"},{"text":"the tithe","number":"h4643"},{"text":"and laid","number":"h5414"},{"text":"in the cities","number":"h5892"},{"text":"them by heaps","number":"h6194"},{"text":"and sheep","number":"h6629"},{"text":"which were consecrated","number":"h6942"},{"text":"of holy things","number":"h6944"}],"18":[{"text":"for in their set office","number":"h530"},{"text":"their wives","number":"h802"},{"text":"and their sons","number":"h1121"},{"text":"and their daughters","number":"h1323"},{"text":"of all their little ones","number":"h2945"},{"text":"And to the genealogy","number":"h3187"},{"text":"they sanctified","number":"h6942"},{"text":"themselves in holiness","number":"h6944"},{"text":"through all the congregation","number":"h6951"}],"4":[{"text":"Moreover he commanded","number":"h559"},{"text":"that they might be encouraged","number":"h2388"},{"text":"of the LORD","number":"h3068"},{"text":"in Jerusalem","number":"h3389"},{"text":"that dwelt","number":"h3427"},{"text":"of the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"the portion","number":"h4521"},{"text":"to give","number":"h5414"},{"text":"the people","number":"h5971"},{"text":"in the law","number":"h8451"}],"11":[{"text":"commanded","number":"h559"},{"text":"in the house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"Then Hezekiah","number":"h3169"},{"text":"and they prepared","number":"h3559"},{"text":"to prepare","number":"h3559"},{"text":"chambers","number":"h3957"}],"5":[{"text":"brought","number":"h935"},{"text":"of all things brought","number":"h935"},{"text":"the children","number":"h1121"},{"text":"And as soon as the commandment","number":"h1697"},{"text":"and honey","number":"h1706"},{"text":"of corn","number":"h1715"},{"text":"and oil","number":"h3323"},{"text":"of Israel","number":"h3478"},{"text":"and the tithe","number":"h4643"},{"text":"came abroad","number":"h6555"},{"text":"the firstfruits","number":"h7225"},{"text":"they in abundantly","number":"h7230"},{"text":"in abundance","number":"h7235"},{"text":"of the field","number":"h7704"},{"text":"and of all the increase","number":"h8393"},{"text":"wine","number":"h8492"}],"8":[{"text":"came","number":"h935"},{"text":"they blessed","number":"h1288"},{"text":"the LORD","number":"h3068"},{"text":"And when Hezekiah","number":"h3169"},{"text":"Israel","number":"h3478"},{"text":"and his people","number":"h5971"},{"text":"the heaps","number":"h6194"},{"text":"and saw","number":"h7200"},{"text":"and the princes","number":"h8269"}],"16":[{"text":"even unto every one that entereth","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"old","number":"h1121"},{"text":"portion","number":"h1697"},{"text":"of males","number":"h2145"},{"text":"of the LORD","number":"h3068"},{"text":"his daily","number":"h3117"},{"text":"Beside their genealogy","number":"h3187"},{"text":"according to their courses","number":"h4256"},{"text":"and upward","number":"h4605"},{"text":"in their charges","number":"h4931"},{"text":"for their service","number":"h5656"},{"text":"from three","number":"h7969"},{"text":"years","number":"h8141"}],"3":[{"text":"to wit for the morning","number":"h1242"},{"text":"and for the new moons","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"as it is written","number":"h3789"},{"text":"and for the set feasts","number":"h4150"},{"text":"He appointed also the king's","number":"h4428"},{"text":"portion","number":"h4521"},{"text":"and the burnt offerings","number":"h5930"},{"text":"burnt offerings","number":"h5930"},{"text":"for the burnt offerings","number":"h5930"},{"text":"and evening","number":"h6153"},{"text":"of his substance","number":"h7399"},{"text":"for the sabbaths","number":"h7676"},{"text":"in the law","number":"h8451"}],"9":[{"text":"questioned","number":"h1875"},{"text":"Then Hezekiah","number":"h3169"},{"text":"with the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"concerning the heaps","number":"h6194"}],"7":[{"text":"month","number":"h2320"},{"text":"month","number":"h2320"},{"text":"they began","number":"h2490"},{"text":"to lay the foundation","number":"h3245"},{"text":"and finished","number":"h3615"},{"text":"of the heaps","number":"h6194"},{"text":"them in the seventh","number":"h7637"},{"text":"In the third","number":"h7992"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"of my fathers","number":"h1"},{"text":"how much less shall your God","number":"h430"},{"text":"him for no god","number":"h433"},{"text":"you on this manner neither yet believe","number":"h539"},{"text":"of any nation","number":"h1471"},{"text":"Hezekiah","number":"h2396"},{"text":"and out of the hand","number":"h3027"},{"text":"out of mine hand","number":"h3027"},{"text":"you out of mine hand","number":"h3027"},{"text":"was able","number":"h3201"},{"text":"Now therefore let not","number":"h3808"},{"text":"or kingdom","number":"h4467"},{"text":"deliver","number":"h5337"},{"text":"to deliver","number":"h5337"},{"text":"deceive","number":"h5377"},{"text":"you nor persuade","number":"h5496"},{"text":"his people","number":"h5971"}],"14":[{"text":"that my fathers","number":"h1"},{"text":"Who was there among all the gods","number":"h430"},{"text":"that your God","number":"h430"},{"text":"of those nations","number":"h1471"},{"text":"utterly destroyed","number":"h2763"},{"text":"out of mine hand","number":"h3027"},{"text":"you out of mine hand","number":"h3027"},{"text":"should be able","number":"h3201"},{"text":"that could","number":"h3201"},{"text":"deliver","number":"h5337"},{"text":"to deliver","number":"h5337"},{"text":"his people","number":"h5971"}],"33":[{"text":"with his fathers","number":"h1"},{"text":"his son","number":"h1121"},{"text":"of the sons","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"and all Judah","number":"h3063"},{"text":"And Hezekiah","number":"h3169"},{"text":"of Jerusalem","number":"h3389"},{"text":"and the inhabitants","number":"h3427"},{"text":"honour","number":"h3519"},{"text":"at his death","number":"h4194"},{"text":"reigned","number":"h4427"},{"text":"And Manasseh","number":"h4519"},{"text":"him in the chiefest","number":"h4608"},{"text":"did him","number":"h6213"},{"text":"and they buried","number":"h6912"},{"text":"of the sepulchres","number":"h6913"},{"text":"slept","number":"h7901"}],"13":[{"text":"ye not what I and my fathers","number":"h1"},{"text":"were the gods","number":"h430"},{"text":"of other lands","number":"h776"},{"text":"of those lands","number":"h776"},{"text":"their lands","number":"h776"},{"text":"of the nations","number":"h1471"},{"text":"out of mine hand","number":"h3027"},{"text":"Know","number":"h3045"},{"text":"able","number":"h3201"},{"text":"any ways","number":"h3201"},{"text":"to deliver","number":"h5337"},{"text":"unto all the people","number":"h5971"},{"text":"have done","number":"h6213"}],"27":[{"text":"stones","number":"h68"},{"text":"himself treasuries","number":"h214"},{"text":"and for spices","number":"h1314"},{"text":"and for gold","number":"h2091"},{"text":"and for all manner of pleasant","number":"h2532"},{"text":"And Hezekiah","number":"h3169"},{"text":"and for precious","number":"h3368"},{"text":"and honour","number":"h3519"},{"text":"jewels","number":"h3627"},{"text":"for silver","number":"h3701"},{"text":"had exceeding","number":"h3966"},{"text":"and for shields","number":"h4043"},{"text":"and he made","number":"h6213"},{"text":"riches","number":"h6239"},{"text":"much","number":"h7235"}],"19":[{"text":"of man","number":"h120"},{"text":"as against the gods","number":"h430"},{"text":"the God","number":"h430"},{"text":"of the earth","number":"h776"},{"text":"And they spake","number":"h1696"},{"text":"of the hands","number":"h3027"},{"text":"of Jerusalem","number":"h3389"},{"text":"which were the work","number":"h4639"},{"text":"against","number":"h5921"},{"text":"of the people","number":"h5971"}],"28":[{"text":"and cotes","number":"h220"},{"text":"and stalls","number":"h723"},{"text":"for all manner of beasts","number":"h929"},{"text":"of corn","number":"h1715"},{"text":"and oil","number":"h3323"},{"text":"Storehouses","number":"h4543"},{"text":"for flocks","number":"h5739"},{"text":"also for the increase","number":"h8393"},{"text":"and wine","number":"h8492"}],"12":[{"text":"one","number":"h259"},{"text":"and commanded","number":"h559"},{"text":"saying","number":"h559"},{"text":"his high places","number":"h1116"},{"text":"Judah","number":"h3063"},{"text":"Hath not the same Hezekiah","number":"h3169"},{"text":"and Jerusalem","number":"h3389"},{"text":"altar","number":"h4196"},{"text":"and his altars","number":"h4196"},{"text":"taken away","number":"h5493"},{"text":"before","number":"h6440"},{"text":"and burn incense","number":"h6999"},{"text":"Ye shall worship","number":"h7812"}],"1":[{"text":"After","number":"h310"},{"text":"and thought","number":"h559"},{"text":"and the establishment","number":"h571"},{"text":"of Assyria","number":"h804"},{"text":"and entered","number":"h935"},{"text":"came","number":"h935"},{"text":"against the fenced","number":"h1219"},{"text":"to win","number":"h1234"},{"text":"these things","number":"h1697"},{"text":"and encamped","number":"h2583"},{"text":"into Judah","number":"h3063"},{"text":"king","number":"h4428"},{"text":"thereof Sennacherib","number":"h5576"},{"text":"cities","number":"h5892"}],"9":[{"text":"After","number":"h310"},{"text":"saying","number":"h559"},{"text":"of Assyria","number":"h804"},{"text":"and unto all Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"with him unto Hezekiah","number":"h3169"},{"text":"that were at Jerusalem","number":"h3389"},{"text":"to Jerusalem","number":"h3389"},{"text":"but he himself laid siege against Lachish","number":"h3923"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"and all his power","number":"h4475"},{"text":"this did Sennacherib","number":"h5576"},{"text":"his servants","number":"h5650"},{"text":"send","number":"h7971"}],"23":[{"text":"from thenceforth","number":"h310"},{"text":"brought","number":"h935"},{"text":"of all nations","number":"h1471"},{"text":"of Judah","number":"h3063"},{"text":"unto the LORD","number":"h3068"},{"text":"to Hezekiah","number":"h3169"},{"text":"to Jerusalem","number":"h3389"},{"text":"and presents","number":"h4030"},{"text":"king","number":"h4428"},{"text":"gifts","number":"h4503"},{"text":"so that he was magnified","number":"h5375"},{"text":"in the sight","number":"h5869"},{"text":"And many","number":"h7227"}],"5":[{"text":"and another","number":"h312"},{"text":"himself and built up","number":"h1129"},{"text":"of David","number":"h1732"},{"text":"all the wall","number":"h2346"},{"text":"wall","number":"h2346"},{"text":"without","number":"h2351"},{"text":"Also he strengthened","number":"h2388"},{"text":"and repaired","number":"h2388"},{"text":"to the towers","number":"h4026"},{"text":"and shields","number":"h4043"},{"text":"Millo","number":"h4407"},{"text":"in the city","number":"h5892"},{"text":"and raised it up","number":"h5927"},{"text":"and made","number":"h6213"},{"text":"that was broken","number":"h6555"},{"text":"in abundance","number":"h7230"},{"text":"darts","number":"h7973"}],"17":[{"text":"As the gods","number":"h430"},{"text":"God","number":"h430"},{"text":"so shall not the God","number":"h430"},{"text":"against him saying","number":"h559"},{"text":"and to speak","number":"h559"},{"text":"of other lands","number":"h776"},{"text":"of the nations","number":"h1471"},{"text":"to rail","number":"h2778"},{"text":"out of mine hand","number":"h3027"},{"text":"out of mine hand","number":"h3027"},{"text":"on the LORD","number":"h3068"},{"text":"of Hezekiah","number":"h3169"},{"text":"of Israel","number":"h3478"},{"text":"He wrote","number":"h3789"},{"text":"deliver","number":"h5337"},{"text":"have not delivered","number":"h5337"},{"text":"also letters","number":"h5612"},{"text":"his people","number":"h5971"},{"text":"their people","number":"h5971"}],"16":[{"text":"God","number":"h430"},{"text":"spake","number":"h1696"},{"text":"yet more against the LORD","number":"h3068"},{"text":"Hezekiah","number":"h3169"},{"text":"And his servants","number":"h5650"},{"text":"and against his servant","number":"h5650"}],"31":[{"text":"God","number":"h430"},{"text":"that was done in the land","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"unto him to enquire","number":"h1875"},{"text":"him that he might know","number":"h3045"},{"text":"Howbeit","number":"h3651"},{"text":"all that was in his heart","number":"h3824"},{"text":"in the business of the ambassadors","number":"h3887"},{"text":"of the wonder","number":"h4159"},{"text":"him to try","number":"h5254"},{"text":"left","number":"h5800"},{"text":"who sent","number":"h7971"},{"text":"of the princes","number":"h8269"}],"29":[{"text":"for God","number":"h430"},{"text":"and herds","number":"h1241"},{"text":"very","number":"h3966"},{"text":"and possessions","number":"h4735"},{"text":"had given","number":"h5414"},{"text":"him cities","number":"h5892"},{"text":"Moreover he provided","number":"h6213"},{"text":"of flocks","number":"h6629"},{"text":"much","number":"h7227"},{"text":"in abundance","number":"h7230"},{"text":"him substance","number":"h7399"}],"21":[{"text":"of his god","number":"h430"},{"text":"to his own land","number":"h776"},{"text":"of Assyria","number":"h804"},{"text":"And when he was come","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"with shame","number":"h1322"},{"text":"all the mighty men","number":"h1368"},{"text":"of valour","number":"h2428"},{"text":"him there with the sword","number":"h2719"},{"text":"And the LORD","number":"h3068"},{"text":"they that came forth","number":"h3329"},{"text":"which cut off","number":"h3582"},{"text":"in the camp","number":"h4264"},{"text":"an angel","number":"h4397"},{"text":"of the king","number":"h4428"},{"text":"of his own bowels","number":"h4578"},{"text":"and the leaders","number":"h5057"},{"text":"slew","number":"h5307"},{"text":"of face","number":"h6440"},{"text":"So he returned","number":"h7725"},{"text":"sent","number":"h7971"},{"text":"and captains","number":"h8269"}],"11":[{"text":"our God","number":"h430"},{"text":"saying","number":"h559"},{"text":"of Assyria","number":"h804"},{"text":"The LORD","number":"h3068"},{"text":"Doth not Hezekiah","number":"h3169"},{"text":"us out of the hand","number":"h3709"},{"text":"over yourselves to die","number":"h4191"},{"text":"of the king","number":"h4428"},{"text":"shall deliver","number":"h5337"},{"text":"you to give","number":"h5414"},{"text":"persuade","number":"h5496"},{"text":"and by thirst","number":"h6772"},{"text":"by famine","number":"h7458"}],"8":[{"text":"our God","number":"h430"},{"text":"of flesh","number":"h1320"},{"text":"themselves upon the words","number":"h1697"},{"text":"With him is an arm","number":"h2220"},{"text":"of Judah","number":"h3063"},{"text":"but with us is the LORD","number":"h3068"},{"text":"of Hezekiah","number":"h3169"},{"text":"us and to fight","number":"h3898"},{"text":"our battles","number":"h4421"},{"text":"king","number":"h4428"},{"text":"rested","number":"h5564"},{"text":"to help","number":"h5826"},{"text":"And the people","number":"h5971"}],"20":[{"text":"of Amoz","number":"h531"},{"text":"the son","number":"h1121"},{"text":"and cried","number":"h2199"},{"text":"And for this cause Hezekiah","number":"h3169"},{"text":"Isaiah","number":"h3470"},{"text":"the king","number":"h4428"},{"text":"and the prophet","number":"h5030"},{"text":"prayed","number":"h6419"},{"text":"to heaven","number":"h8064"}],"32":[{"text":"of Amoz","number":"h531"},{"text":"the son","number":"h1121"},{"text":"of the acts","number":"h1697"},{"text":"in the vision","number":"h2377"},{"text":"and his goodness","number":"h2617"},{"text":"of Judah","number":"h3063"},{"text":"of Hezekiah","number":"h3169"},{"text":"of Isaiah","number":"h3470"},{"text":"and Israel","number":"h3478"},{"text":"Now the rest","number":"h3499"},{"text":"behold they are written","number":"h3789"},{"text":"of the kings","number":"h4428"},{"text":"the prophet","number":"h5030"},{"text":"and in the book","number":"h5612"}],"7":[{"text":"and courageous","number":"h553"},{"text":"of Assyria","number":"h804"},{"text":"nor for all the multitude","number":"h1995"},{"text":"Be strong","number":"h2388"},{"text":"nor dismayed","number":"h2865"},{"text":"be not afraid","number":"h3372"},{"text":"the king","number":"h4428"},{"text":"for","number":"h6440"},{"text":"that is with him for there be more","number":"h7227"}],"10":[{"text":"Thus saith","number":"h559"},{"text":"of Assyria","number":"h804"},{"text":"Whereon do ye trust","number":"h982"},{"text":"in Jerusalem","number":"h3389"},{"text":"that ye abide","number":"h3427"},{"text":"king","number":"h4428"},{"text":"in the siege","number":"h4692"},{"text":"Sennacherib","number":"h5576"}],"24":[{"text":"and he spake","number":"h559"},{"text":"was sick","number":"h2470"},{"text":"unto the LORD","number":"h3068"},{"text":"In those days","number":"h3117"},{"text":"Hezekiah","number":"h3169"},{"text":"him a sign","number":"h4159"},{"text":"to the death","number":"h4191"},{"text":"unto him and he gave","number":"h5414"},{"text":"and prayed","number":"h6419"}],"4":[{"text":"saying","number":"h559"},{"text":"of the land","number":"h776"},{"text":"of Assyria","number":"h804"},{"text":"come","number":"h935"},{"text":"water","number":"h4325"},{"text":"Why should the kings","number":"h4428"},{"text":"all the fountains","number":"h4599"},{"text":"and find","number":"h4672"},{"text":"and the brook","number":"h5158"},{"text":"who stopped","number":"h5640"},{"text":"people","number":"h5971"},{"text":"So there was gathered","number":"h6908"},{"text":"together","number":"h6908"},{"text":"much","number":"h7227"},{"text":"much","number":"h7227"},{"text":"that ran","number":"h7857"},{"text":"through the midst","number":"h8432"}],"6":[{"text":"to them saying","number":"h559"},{"text":"and spake","number":"h1696"},{"text":"comfortably","number":"h3824"},{"text":"of war","number":"h4421"},{"text":"And he set","number":"h5414"},{"text":"of the city","number":"h5892"},{"text":"over the people","number":"h5971"},{"text":"and gathered them together","number":"h6908"},{"text":"to him in the street","number":"h7339"},{"text":"of the gate","number":"h8179"},{"text":"captains","number":"h8269"}],"22":[{"text":"of Assyria","number":"h804"},{"text":"and from the hand","number":"h3027"},{"text":"from the hand","number":"h3027"},{"text":"Thus the LORD","number":"h3068"},{"text":"Hezekiah","number":"h3169"},{"text":"of Jerusalem","number":"h3389"},{"text":"and the inhabitants","number":"h3427"},{"text":"saved","number":"h3467"},{"text":"the king","number":"h4428"},{"text":"of all other and guided","number":"h5095"},{"text":"them on every side","number":"h5439"},{"text":"of Sennacherib","number":"h5576"}],"18":[{"text":"them and to trouble","number":"h926"},{"text":"with a loud","number":"h1419"},{"text":"that were on the wall","number":"h2346"},{"text":"in the Jews' speech","number":"h3066"},{"text":"to affright","number":"h3372"},{"text":"of Jerusalem","number":"h3389"},{"text":"them that they might take","number":"h3920"},{"text":"the city","number":"h5892"},{"text":"unto the people","number":"h5971"},{"text":"voice","number":"h6963"},{"text":"Then they cried","number":"h7121"}],"26":[{"text":"came","number":"h935"},{"text":"himself for the pride","number":"h1363"},{"text":"of the LORD","number":"h3068"},{"text":"not upon them in the days","number":"h3117"},{"text":"Notwithstanding Hezekiah","number":"h3169"},{"text":"of Hezekiah","number":"h3169"},{"text":"of Jerusalem","number":"h3389"},{"text":"both he and the inhabitants","number":"h3427"},{"text":"humbled","number":"h3665"},{"text":"of his heart","number":"h3820"},{"text":"so that the wrath","number":"h7110"}],"2":[{"text":"was come","number":"h935"},{"text":"And when Hezekiah","number":"h3169"},{"text":"against Jerusalem","number":"h3389"},{"text":"to fight","number":"h4421"},{"text":"that Sennacherib","number":"h5576"},{"text":"and that he was purposed","number":"h6440"},{"text":"saw","number":"h7200"}],"25":[{"text":"was lifted up","number":"h1361"},{"text":"according to the benefit","number":"h1576"},{"text":"upon him and upon Judah","number":"h3063"},{"text":"But Hezekiah","number":"h3169"},{"text":"and Jerusalem","number":"h3389"},{"text":"done unto him for his heart","number":"h3820"},{"text":"therefore there was wrath","number":"h7110"},{"text":"rendered not again","number":"h7725"}],"3":[{"text":"and his mighty men","number":"h1368"},{"text":"which were without","number":"h2351"},{"text":"He took counsel","number":"h3289"},{"text":"the waters","number":"h4325"},{"text":"to stop","number":"h5640"},{"text":"and they did help","number":"h5826"},{"text":"of the fountains","number":"h5869"},{"text":"the city","number":"h5892"},{"text":"with his princes","number":"h8269"}],"30":[{"text":"of Gihon","number":"h1521"},{"text":"of David","number":"h1732"},{"text":"And Hezekiah","number":"h3169"},{"text":"This same Hezekiah","number":"h3169"},{"text":"and brought it straight","number":"h3474"},{"text":"watercourse","number":"h4161"},{"text":"down","number":"h4295"},{"text":"to the west side","number":"h4628"},{"text":"in all his works","number":"h4639"},{"text":"also stopped","number":"h5640"},{"text":"of the city","number":"h5892"},{"text":"the upper","number":"h5945"},{"text":"prospered","number":"h6743"}]}
@@ -0,0 +1 @@
1
+ {"8":[{"text":"for your fathers","number":"h1"},{"text":"of the land","number":"h127"},{"text":"so that","number":"h518"},{"text":"and the statutes","number":"h2706"},{"text":"by the hand","number":"h3027"},{"text":"Neither will I any more","number":"h3254"},{"text":"of Israel","number":"h3478"},{"text":"of Moses","number":"h4872"},{"text":"and the ordinances","number":"h4941"},{"text":"remove","number":"h5493"},{"text":"from out","number":"h5921"},{"text":"which I have appointed","number":"h5975"},{"text":"to do","number":"h6213"},{"text":"all that I have commanded","number":"h6680"},{"text":"the foot","number":"h7272"},{"text":"they will take heed","number":"h8104"},{"text":"them according to the whole law","number":"h8451"}],"22":[{"text":"his father","number":"h1"},{"text":"his father","number":"h1"},{"text":"for Amon","number":"h526"},{"text":"sacrificed","number":"h2076"},{"text":"of the LORD","number":"h3068"},{"text":"Manasseh","number":"h4519"},{"text":"which Manasseh","number":"h4519"},{"text":"and served","number":"h5647"},{"text":"in the sight","number":"h5869"},{"text":"But he did","number":"h6213"},{"text":"as did","number":"h6213"},{"text":"had made","number":"h6213"},{"text":"unto all the carved images","number":"h6456"},{"text":"that which was evil","number":"h7451"}],"23":[{"text":"his father","number":"h1"},{"text":"himself but Amon","number":"h526"},{"text":"trespassed","number":"h819"},{"text":"the LORD","number":"h3068"},{"text":"And humbled","number":"h3665"},{"text":"had humbled","number":"h3665"},{"text":"as Manasseh","number":"h4519"},{"text":"not himself before","number":"h6440"},{"text":"more and more","number":"h7235"}],"3":[{"text":"his father","number":"h1"},{"text":"groves","number":"h842"},{"text":"the high places","number":"h1116"},{"text":"For he built","number":"h1129"},{"text":"for Baalim","number":"h1168"},{"text":"which Hezekiah","number":"h3169"},{"text":"altars","number":"h4196"},{"text":"had broken down","number":"h5422"},{"text":"and served","number":"h5647"},{"text":"and made","number":"h6213"},{"text":"all the host","number":"h6635"},{"text":"and he reared up","number":"h6965"},{"text":"again","number":"h7725"},{"text":"and worshipped","number":"h7812"},{"text":"of heaven","number":"h8064"}],"12":[{"text":"of his fathers","number":"h1"},{"text":"his God","number":"h430"},{"text":"the God","number":"h430"},{"text":"he besought","number":"h2470"},{"text":"the LORD","number":"h3068"},{"text":"and humbled","number":"h3665"},{"text":"himself greatly","number":"h3966"},{"text":"before","number":"h6440"},{"text":"And when he was in affliction","number":"h6887"}],"20":[{"text":"with his fathers","number":"h1"},{"text":"and Amon","number":"h526"},{"text":"him in his own house","number":"h1004"},{"text":"his son","number":"h1121"},{"text":"reigned","number":"h4427"},{"text":"So Manasseh","number":"h4519"},{"text":"and they buried","number":"h6912"},{"text":"slept","number":"h7901"}],"17":[{"text":"Nevertheless","number":"h61"},{"text":"their God","number":"h430"},{"text":"still in the high places","number":"h1116"},{"text":"did sacrifice","number":"h2076"},{"text":"yet unto the LORD","number":"h3068"},{"text":"the people","number":"h5971"}],"6":[{"text":"with a familiar spirit","number":"h178"},{"text":"the fire","number":"h784"},{"text":"his children","number":"h1121"},{"text":"of the son","number":"h1121"},{"text":"in the valley","number":"h1516"},{"text":"of Hinnom","number":"h2011"},{"text":"and with wizards","number":"h3049"},{"text":"of the LORD","number":"h3068"},{"text":"to provoke him to anger","number":"h3707"},{"text":"and used witchcraft","number":"h3784"},{"text":"and used enchantments","number":"h5172"},{"text":"And he caused","number":"h5674"},{"text":"to pass through","number":"h5674"},{"text":"in the sight","number":"h5869"},{"text":"also he observed times","number":"h6049"},{"text":"and dealt","number":"h6213"},{"text":"he wrought","number":"h6213"},{"text":"much","number":"h7235"},{"text":"evil","number":"h7451"}],"14":[{"text":"Now after this","number":"h310"},{"text":"even to the entering in","number":"h935"},{"text":"he built","number":"h1129"},{"text":"in all the fenced","number":"h1219"},{"text":"and raised it up","number":"h1361"},{"text":"of Gihon","number":"h1521"},{"text":"at the fish","number":"h1709"},{"text":"of David","number":"h1732"},{"text":"a wall","number":"h2346"},{"text":"of war","number":"h2428"},{"text":"without","number":"h2435"},{"text":"of Judah","number":"h3063"},{"text":"a very great height","number":"h3966"},{"text":"on the west side","number":"h4628"},{"text":"in the valley","number":"h5158"},{"text":"and compassed","number":"h5437"},{"text":"cities","number":"h5892"},{"text":"the city","number":"h5892"},{"text":"about Ophel","number":"h6077"},{"text":"and put","number":"h7760"},{"text":"gate","number":"h8179"},{"text":"captains","number":"h8269"}],"16":[{"text":"God","number":"h430"},{"text":"and commanded","number":"h559"},{"text":"And he repaired","number":"h1129"},{"text":"and sacrificed","number":"h2076"},{"text":"offerings","number":"h2077"},{"text":"Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"the altar","number":"h4196"},{"text":"to serve","number":"h5647"},{"text":"thereon peace","number":"h8002"},{"text":"and thank offerings","number":"h8426"}],"18":[{"text":"God","number":"h430"},{"text":"unto his God","number":"h430"},{"text":"that spake","number":"h1696"},{"text":"and the words","number":"h1697"},{"text":"behold they are written in the book","number":"h1697"},{"text":"of the acts","number":"h1697"},{"text":"of the seers","number":"h2374"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"Now the rest","number":"h3499"},{"text":"of the kings","number":"h4428"},{"text":"of Manasseh","number":"h4519"},{"text":"to him in the name","number":"h8034"},{"text":"and his prayer","number":"h8605"}],"15":[{"text":"gods","number":"h430"},{"text":"of the house","number":"h1004"},{"text":"out of the house","number":"h1004"},{"text":"that he had built","number":"h1129"},{"text":"in the mount","number":"h2022"},{"text":"them out","number":"h2351"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"and in Jerusalem","number":"h3389"},{"text":"and all the altars","number":"h4196"},{"text":"the strange","number":"h5236"},{"text":"And he took away","number":"h5493"},{"text":"and the idol","number":"h5566"},{"text":"of the city","number":"h5892"},{"text":"and cast","number":"h7993"}],"13":[{"text":"he was God","number":"h430"},{"text":"knew","number":"h3045"},{"text":"that the LORD","number":"h3068"},{"text":"to Jerusalem","number":"h3389"},{"text":"into his kingdom","number":"h4438"},{"text":"Then Manasseh","number":"h4519"},{"text":"unto him and he was intreated","number":"h6279"},{"text":"And prayed","number":"h6419"},{"text":"and brought him again","number":"h7725"},{"text":"of him and heard","number":"h8085"},{"text":"his supplication","number":"h8467"}],"7":[{"text":"of God","number":"h430"},{"text":"of which God","number":"h430"},{"text":"had said","number":"h559"},{"text":"which I have chosen","number":"h977"},{"text":"In this house","number":"h1004"},{"text":"in the house","number":"h1004"},{"text":"his son","number":"h1121"},{"text":"to David","number":"h1732"},{"text":"and in Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"the idol","number":"h5566"},{"text":"for ever","number":"h5865"},{"text":"which he had made","number":"h6213"},{"text":"a carved image","number":"h6459"},{"text":"before all the tribes","number":"h7626"},{"text":"And he set","number":"h7760"},{"text":"will I put","number":"h7760"},{"text":"and to Solomon","number":"h8010"},{"text":"my name","number":"h8034"}],"21":[{"text":"Amon","number":"h526"},{"text":"old","number":"h1121"},{"text":"in Jerusalem","number":"h3389"},{"text":"and reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"and twenty","number":"h6242"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"two","number":"h8147"},{"text":"was two","number":"h8147"}],"25":[{"text":"Amon","number":"h526"},{"text":"of the land","number":"h776"},{"text":"of the land","number":"h776"},{"text":"his son","number":"h1121"},{"text":"Josiah","number":"h2977"},{"text":"king","number":"h4427"},{"text":"made","number":"h4427"},{"text":"against king","number":"h4428"},{"text":"slew","number":"h5221"},{"text":"But the people","number":"h5971"},{"text":"and the people","number":"h5971"},{"text":"all them that had conspired","number":"h7194"}],"4":[{"text":"had said","number":"h559"},{"text":"in the house","number":"h1004"},{"text":"Also he built","number":"h1129"},{"text":"of the LORD","number":"h3068"},{"text":"whereof the LORD","number":"h3068"},{"text":"In Jerusalem","number":"h3389"},{"text":"altars","number":"h4196"},{"text":"be for ever","number":"h5769"},{"text":"shall my name","number":"h8034"}],"11":[{"text":"and bound him","number":"h631"},{"text":"of Assyria","number":"h804"},{"text":"him to Babylon","number":"h894"},{"text":"brought","number":"h935"},{"text":"among the thorns","number":"h2336"},{"text":"Wherefore the LORD","number":"h3068"},{"text":"and carried","number":"h3212"},{"text":"which took","number":"h3920"},{"text":"the king","number":"h4428"},{"text":"Manasseh","number":"h4519"},{"text":"with fetters","number":"h5178"},{"text":"the host of","number":"h6635"},{"text":"upon them the captains of","number":"h8269"}],"19":[{"text":"groves","number":"h842"},{"text":"high places","number":"h1116"},{"text":"wherein he built","number":"h1129"},{"text":"among the sayings","number":"h1697"},{"text":"of the seers","number":"h2374"},{"text":"of him and all his sin","number":"h2403"},{"text":"he was humbled","number":"h3665"},{"text":"behold they are written","number":"h3789"},{"text":"and his trespass","number":"h4604"},{"text":"and the places","number":"h4725"},{"text":"and set up","number":"h5975"},{"text":"also and how God was intreated","number":"h6279"},{"text":"before","number":"h6440"},{"text":"and graven images","number":"h6456"},{"text":"His prayer","number":"h8605"}],"24":[{"text":"him in his own house","number":"h1004"},{"text":"against him and slew","number":"h4191"},{"text":"And his servants","number":"h5650"},{"text":"conspired","number":"h7194"}],"5":[{"text":"of the house","number":"h1004"},{"text":"And he built","number":"h1129"},{"text":"courts","number":"h2691"},{"text":"of the LORD","number":"h3068"},{"text":"altars","number":"h4196"},{"text":"for all the host","number":"h6635"},{"text":"of heaven","number":"h8064"},{"text":"in the two","number":"h8147"}],"1":[{"text":"old","number":"h1121"},{"text":"and five","number":"h2568"},{"text":"fifty","number":"h2572"},{"text":"in Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"Manasseh","number":"h4519"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"was twelve","number":"h8147"}],"2":[{"text":"the children","number":"h1121"},{"text":"of the heathen","number":"h1471"},{"text":"of the LORD","number":"h3068"},{"text":"whom the LORD","number":"h3068"},{"text":"had cast out","number":"h3423"},{"text":"of Israel","number":"h3478"},{"text":"in the sight","number":"h5869"},{"text":"But did","number":"h6213"},{"text":"before","number":"h6440"},{"text":"that which was evil","number":"h7451"},{"text":"like unto the abominations","number":"h8441"}],"9":[{"text":"the children","number":"h1121"},{"text":"than the heathen","number":"h1471"},{"text":"Judah","number":"h3063"},{"text":"whom the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"and the inhabitants","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"So Manasseh","number":"h4519"},{"text":"and to do","number":"h6213"},{"text":"before","number":"h6440"},{"text":"worse","number":"h7451"},{"text":"had destroyed","number":"h8045"},{"text":"made","number":"h8582"},{"text":"to err","number":"h8582"}],"10":[{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"to Manasseh","number":"h4519"},{"text":"and to his people","number":"h5971"},{"text":"but they would not hearken","number":"h7181"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"his father","number":"h1"},{"text":"of David","number":"h1732"},{"text":"in the ways","number":"h1870"},{"text":"of the LORD","number":"h3068"},{"text":"and walked","number":"h3212"},{"text":"neither to the right hand","number":"h3225"},{"text":"that which was right","number":"h3477"},{"text":"and declined","number":"h5493"},{"text":"in the sight","number":"h5869"},{"text":"And he did","number":"h6213"},{"text":"nor to the left","number":"h8040"}],"3":[{"text":"his father","number":"h1"},{"text":"after the God","number":"h430"},{"text":"and the groves","number":"h842"},{"text":"from the high places","number":"h1116"},{"text":"of David","number":"h1732"},{"text":"to seek","number":"h1875"},{"text":"he began","number":"h2490"},{"text":"he began","number":"h2490"},{"text":"to purge","number":"h2891"},{"text":"Judah","number":"h3063"},{"text":"and Jerusalem","number":"h3389"},{"text":"of his reign","number":"h4427"},{"text":"and the molten images","number":"h4541"},{"text":"while he was yet young","number":"h5288"},{"text":"and the carved images","number":"h6456"},{"text":"For in the eighth","number":"h8083"},{"text":"year","number":"h8141"},{"text":"year","number":"h8141"},{"text":"and in the twelfth","number":"h8147"}],"32":[{"text":"of their fathers","number":"h1"},{"text":"of God","number":"h430"},{"text":"the God","number":"h430"},{"text":"and Benjamin","number":"h1144"},{"text":"according to the covenant","number":"h1285"},{"text":"in Jerusalem","number":"h3389"},{"text":"of Jerusalem","number":"h3389"},{"text":"to it And the inhabitants","number":"h3427"},{"text":"And he caused all that were present","number":"h4672"},{"text":"to stand","number":"h5975"},{"text":"did","number":"h6213"}],"33":[{"text":"of their fathers","number":"h1"},{"text":"not from following","number":"h310"},{"text":"the God","number":"h430"},{"text":"their God","number":"h430"},{"text":"out of all the countries","number":"h776"},{"text":"that pertained to the children","number":"h1121"},{"text":"And Josiah","number":"h2977"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"And all his days","number":"h3117"},{"text":"in Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"and made all that were present","number":"h4672"},{"text":"they departed","number":"h5493"},{"text":"took away","number":"h5493"},{"text":"even to serve","number":"h5647"},{"text":"to serve","number":"h5647"},{"text":"all the abominations","number":"h8441"}],"28":[{"text":"thee to thy fathers","number":"h1"},{"text":"Behold I will gather","number":"h622"},{"text":"and thou shalt be gathered","number":"h622"},{"text":"that I will bring","number":"h935"},{"text":"word","number":"h1697"},{"text":"and upon the inhabitants","number":"h3427"},{"text":"the king","number":"h4428"},{"text":"upon this place","number":"h4725"},{"text":"neither shall thine eyes","number":"h5869"},{"text":"to thy grave","number":"h6913"},{"text":"see","number":"h7200"},{"text":"all the evil","number":"h7451"},{"text":"again","number":"h7725"},{"text":"of the same So they brought","number":"h7725"},{"text":"in peace","number":"h7965"}],"21":[{"text":"upon us because our fathers","number":"h1"},{"text":"for great","number":"h1419"},{"text":"concerning the words","number":"h1697"},{"text":"the word","number":"h1697"},{"text":"enquire","number":"h1875"},{"text":"is the wrath","number":"h2534"},{"text":"and in Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"Go","number":"h3212"},{"text":"in Israel","number":"h3478"},{"text":"after all that is written","number":"h3789"},{"text":"that is found","number":"h4672"},{"text":"that is poured out","number":"h5413"},{"text":"in this book","number":"h5612"},{"text":"of the book","number":"h5612"},{"text":"to do","number":"h6213"},{"text":"for me and for them that are left","number":"h7604"},{"text":"have not kept","number":"h8104"}],"11":[{"text":"stone","number":"h68"},{"text":"the houses","number":"h1004"},{"text":"and builders","number":"h1129"},{"text":"Even to the artificers","number":"h2796"},{"text":"of Judah","number":"h3063"},{"text":"for couplings","number":"h4226"},{"text":"hewn","number":"h4274"},{"text":"which the kings","number":"h4428"},{"text":"gave","number":"h5414"},{"text":"and timber","number":"h6086"},{"text":"they it to buy","number":"h7069"},{"text":"and to floor","number":"h7136"},{"text":"had destroyed","number":"h7843"}],"30":[{"text":"in their ears","number":"h241"},{"text":"and all the men","number":"h376"},{"text":"in the house","number":"h1004"},{"text":"into the house","number":"h1004"},{"text":"of the covenant","number":"h1285"},{"text":"great","number":"h1419"},{"text":"all the words","number":"h1697"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"and the inhabitants","number":"h3427"},{"text":"and the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"And the king","number":"h4428"},{"text":"that was found","number":"h4672"},{"text":"of the book","number":"h5612"},{"text":"went up","number":"h5927"},{"text":"and all the people","number":"h5971"},{"text":"and small","number":"h6996"},{"text":"and he read","number":"h7121"}],"1":[{"text":"one","number":"h259"},{"text":"old","number":"h1121"},{"text":"Josiah","number":"h2977"},{"text":"in Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"and thirty","number":"h7970"},{"text":"was eight","number":"h8083"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"20":[{"text":"and Ahikam","number":"h296"},{"text":"saying","number":"h559"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"Hilkiah","number":"h2518"},{"text":"of Micah","number":"h4318"},{"text":"And the king","number":"h4428"},{"text":"of the king's","number":"h4428"},{"text":"the scribe","number":"h5608"},{"text":"a servant","number":"h5650"},{"text":"and Abdon","number":"h5658"},{"text":"and Asaiah","number":"h6222"},{"text":"commanded","number":"h6680"},{"text":"and Shaphan","number":"h8227"},{"text":"of Shaphan","number":"h8227"}],"31":[{"text":"after","number":"h310"},{"text":"a covenant","number":"h1285"},{"text":"of the covenant","number":"h1285"},{"text":"the words","number":"h1697"},{"text":"and his statutes","number":"h2706"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"to walk","number":"h3212"},{"text":"and made","number":"h3772"},{"text":"which are written","number":"h3789"},{"text":"with all his heart","number":"h3824"},{"text":"And the king","number":"h4428"},{"text":"his commandments","number":"h4687"},{"text":"and with all his soul","number":"h5315"},{"text":"in this book","number":"h5612"},{"text":"and his testimonies","number":"h5715"},{"text":"stood","number":"h5975"},{"text":"in his place","number":"h5977"},{"text":"to perform","number":"h6213"},{"text":"before","number":"h6440"},{"text":"and to keep","number":"h8104"}],"25":[{"text":"unto other","number":"h312"},{"text":"gods","number":"h430"},{"text":"therefore my wrath","number":"h2534"},{"text":"of their hands","number":"h3027"},{"text":"and shall not be quenched","number":"h3518"},{"text":"that they might provoke me to anger","number":"h3707"},{"text":"with all the works","number":"h4639"},{"text":"upon this place","number":"h4725"},{"text":"shall be poured out","number":"h5413"},{"text":"Because they have forsaken","number":"h5800"},{"text":"me and have burned incense","number":"h6999"}],"23":[{"text":"ye the man","number":"h376"},{"text":"God","number":"h430"},{"text":"And she answered","number":"h559"},{"text":"Tell","number":"h559"},{"text":"them Thus saith","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"that sent","number":"h7971"}],"26":[{"text":"And as for","number":"h413"},{"text":"God","number":"h430"},{"text":"so shall ye say","number":"h559"},{"text":"unto him Thus saith","number":"h559"},{"text":"concerning the words","number":"h1697"},{"text":"you to enquire","number":"h1875"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"the king","number":"h4428"},{"text":"who sent","number":"h7971"},{"text":"which thou hast heard","number":"h8085"}],"24":[{"text":"thereof even all the curses","number":"h423"},{"text":"Thus saith","number":"h559"},{"text":"Behold I will bring","number":"h935"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"and upon the inhabitants","number":"h3427"},{"text":"that are written","number":"h3789"},{"text":"the king","number":"h4428"},{"text":"upon this place","number":"h4725"},{"text":"in the book","number":"h5612"},{"text":"before","number":"h6440"},{"text":"which they have read","number":"h7121"},{"text":"evil","number":"h7451"}],"27":[{"text":"God","number":"h430"},{"text":"thy clothes","number":"h899"},{"text":"and weep","number":"h1058"},{"text":"his words","number":"h1697"},{"text":"the LORD","number":"h3068"},{"text":"and against the inhabitants","number":"h3427"},{"text":"and thou didst humble","number":"h3665"},{"text":"thereof and humbledst","number":"h3665"},{"text":"Because thine heart","number":"h3824"},{"text":"against this place","number":"h4725"},{"text":"thee also saith","number":"h5002"},{"text":"before","number":"h6440"},{"text":"thyself before","number":"h6440"},{"text":"thyself before","number":"h6440"},{"text":"me and didst rend","number":"h7167"},{"text":"was tender","number":"h7401"},{"text":"me I have even heard","number":"h8085"},{"text":"when thou heardest","number":"h8085"}],"8":[{"text":"his God","number":"h430"},{"text":"of Azaliah","number":"h683"},{"text":"the land","number":"h776"},{"text":"and the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the recorder","number":"h2142"},{"text":"to repair","number":"h2388"},{"text":"when he had purged","number":"h2891"},{"text":"of the LORD","number":"h3068"},{"text":"and Joah","number":"h3098"},{"text":"of Joahaz","number":"h3099"},{"text":"of his reign","number":"h4427"},{"text":"and Maaseiah","number":"h4641"},{"text":"of the city","number":"h5892"},{"text":"he sent","number":"h7971"},{"text":"Now in the eighteenth","number":"h8083"},{"text":"year","number":"h8141"},{"text":"Shaphan","number":"h8227"},{"text":"the governor","number":"h8269"}],"9":[{"text":"of God","number":"h430"},{"text":"had gathered","number":"h622"},{"text":"and Ephraim","number":"h669"},{"text":"And when they came","number":"h935"},{"text":"that was brought","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"and Benjamin","number":"h1144"},{"text":"the high","number":"h1419"},{"text":"to Hilkiah","number":"h2518"},{"text":"of the hand","number":"h3027"},{"text":"and of all Judah","number":"h3063"},{"text":"to Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"priest","number":"h3548"},{"text":"the money","number":"h3701"},{"text":"which the Levites","number":"h3881"},{"text":"of Manasseh","number":"h4519"},{"text":"they delivered","number":"h5414"},{"text":"the doors","number":"h5592"},{"text":"and of all the remnant","number":"h7611"},{"text":"and they returned","number":"h7725"},{"text":"that kept","number":"h8104"}],"12":[{"text":"faithfully","number":"h530"},{"text":"And the men","number":"h582"},{"text":"all that could skill","number":"h995"},{"text":"of the sons","number":"h1121"},{"text":"and Zechariah","number":"h2148"},{"text":"of them were Jahath","number":"h3189"},{"text":"of instruments","number":"h3627"},{"text":"and other of the Levites","number":"h3881"},{"text":"the Levites","number":"h3881"},{"text":"the work","number":"h4399"},{"text":"of Merari","number":"h4847"},{"text":"and Meshullam","number":"h4918"},{"text":"and the overseers","number":"h5329"},{"text":"and Obadiah","number":"h5662"},{"text":"did","number":"h6213"},{"text":"to set it forward","number":"h6485"},{"text":"of the sons of the Kohathites","number":"h6956"},{"text":"of musick","number":"h7892"}],"16":[{"text":"again saying","number":"h559"},{"text":"carried","number":"h935"},{"text":"word","number":"h1697"},{"text":"to","number":"h3027"},{"text":"the king","number":"h4428"},{"text":"to the king","number":"h4428"},{"text":"All that was committed","number":"h5414"},{"text":"the book","number":"h5612"},{"text":"thy servants","number":"h5650"},{"text":"they do","number":"h6213"},{"text":"and brought","number":"h7725"},{"text":"back","number":"h7725"},{"text":"And Shaphan","number":"h8227"}],"15":[{"text":"and said","number":"h559"},{"text":"in the house","number":"h1004"},{"text":"And Hilkiah","number":"h2518"},{"text":"And Hilkiah","number":"h2518"},{"text":"of the LORD","number":"h3068"},{"text":"I have found","number":"h4672"},{"text":"delivered","number":"h5414"},{"text":"the scribe","number":"h5608"},{"text":"the book","number":"h5612"},{"text":"the book","number":"h5612"},{"text":"answered","number":"h6030"},{"text":"to Shaphan","number":"h8227"},{"text":"to Shaphan","number":"h8227"},{"text":"of the law","number":"h8451"}],"18":[{"text":"saying","number":"h559"},{"text":"Hilkiah","number":"h2518"},{"text":"the priest","number":"h3548"},{"text":"the king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"told","number":"h5046"},{"text":"hath given","number":"h5414"},{"text":"the scribe","number":"h5608"},{"text":"me a book","number":"h5612"},{"text":"it before","number":"h6440"},{"text":"read","number":"h7121"},{"text":"And Shaphan","number":"h8227"},{"text":"Then Shaphan","number":"h8227"}],"29":[{"text":"and gathered together","number":"h622"},{"text":"all the elders","number":"h2205"},{"text":"of Judah","number":"h3063"},{"text":"and Jerusalem","number":"h3389"},{"text":"Then the king","number":"h4428"},{"text":"sent","number":"h7971"}],"6":[{"text":"and Ephraim","number":"h669"},{"text":"with their mattocks","number":"h2719"},{"text":"of Manasseh","number":"h4519"},{"text":"even unto Naphtali","number":"h5321"},{"text":"round about","number":"h5439"},{"text":"And so did he in the cities","number":"h5892"},{"text":"and Simeon","number":"h8095"}],"7":[{"text":"throughout all the land","number":"h776"},{"text":"and the groves","number":"h842"},{"text":"and cut down","number":"h1438"},{"text":"into powder","number":"h1854"},{"text":"all the idols","number":"h2553"},{"text":"to Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"and had beaten","number":"h3807"},{"text":"the altars","number":"h4196"},{"text":"And when he had broken down","number":"h5422"},{"text":"the graven images","number":"h6456"},{"text":"he returned","number":"h7725"}],"22":[{"text":"the wife","number":"h802"},{"text":"of the wardrobe","number":"h899"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"and they spake","number":"h1696"},{"text":"to Huldah","number":"h2468"},{"text":"And Hilkiah","number":"h2518"},{"text":"of Hasrah","number":"h2641"},{"text":"had appointed went","number":"h3212"},{"text":"in Jerusalem","number":"h3389"},{"text":"now she dwelt","number":"h3427"},{"text":"and they that the king","number":"h4428"},{"text":"in the college","number":"h4932"},{"text":"the prophetess","number":"h5031"},{"text":"of Shallum","number":"h7967"},{"text":"keeper","number":"h8104"},{"text":"of Tikvath","number":"h8616"}],"4":[{"text":"and the groves","number":"h842"},{"text":"of Baalim","number":"h1168"},{"text":"he cut down","number":"h1438"},{"text":"and made dust","number":"h1854"},{"text":"of them that had sacrificed","number":"h2076"},{"text":"of them and strowed","number":"h2236"},{"text":"and the images","number":"h2553"},{"text":"the altars","number":"h4196"},{"text":"and the molten images","number":"h4541"},{"text":"that were on high above them","number":"h4605"},{"text":"And they brake down","number":"h5422"},{"text":"in his presence","number":"h6440"},{"text":"it upon","number":"h6440"},{"text":"and the carved images","number":"h6456"},{"text":"the graves","number":"h6913"},{"text":"he brake in pieces","number":"h7665"}],"19":[{"text":"his clothes","number":"h899"},{"text":"the words","number":"h1697"},{"text":"And it came to pass when the king","number":"h4428"},{"text":"that he rent","number":"h7167"},{"text":"had heard","number":"h8085"},{"text":"of the law","number":"h8451"}],"10":[{"text":"to repair","number":"h918"},{"text":"in the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"and amend","number":"h2388"},{"text":"it in the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"And they put","number":"h5414"},{"text":"and they gave","number":"h5414"},{"text":"it to the workmen","number":"h6213"},{"text":"of the workmen","number":"h6213"},{"text":"that wrought","number":"h6213"},{"text":"that had the oversight","number":"h6485"}],"14":[{"text":"that was brought into","number":"h935"},{"text":"the house","number":"h1004"},{"text":"Hilkiah","number":"h2518"},{"text":"given by","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"And when they brought out","number":"h3318"},{"text":"the priest","number":"h3548"},{"text":"the money","number":"h3701"},{"text":"found","number":"h4672"},{"text":"Moses","number":"h4872"},{"text":"a book","number":"h5612"},{"text":"of the law","number":"h8451"}],"17":[{"text":"in the house","number":"h1004"},{"text":"and to the hand","number":"h3027"},{"text":"it into the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"the money","number":"h3701"},{"text":"that was found","number":"h4672"},{"text":"And they have gathered together","number":"h5413"},{"text":"and have delivered","number":"h5414"},{"text":"of the workmen","number":"h6213"},{"text":"of the overseers","number":"h6485"}],"5":[{"text":"and cleansed","number":"h2891"},{"text":"Judah","number":"h3063"},{"text":"and Jerusalem","number":"h3389"},{"text":"of the priests","number":"h3548"},{"text":"upon their altars","number":"h4196"},{"text":"the bones","number":"h6106"},{"text":"And he burnt","number":"h8313"}],"13":[{"text":"and of the Levites","number":"h3881"},{"text":"the work","number":"h4399"},{"text":"and were overseers","number":"h5329"},{"text":"Also they were over the bearers of burdens","number":"h5449"},{"text":"there were scribes","number":"h5608"},{"text":"in any manner of service","number":"h5656"},{"text":"of all that wrought","number":"h6213"},{"text":"and porters","number":"h7778"},{"text":"and officers","number":"h7860"}]}