cskit-strongs 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1353) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +8 -0
  3. data/History.txt +3 -0
  4. data/LICENSE +177 -0
  5. data/README.md +0 -0
  6. data/Rakefile +129 -0
  7. data/cskit-strongs.gemspec +26 -0
  8. data/lib/cskit/concordances/strongs.rb +15 -0
  9. data/lib/cskit-strongs/annotator.rb +102 -0
  10. data/lib/cskit-strongs/formatters/strongs_html_formatter.rb +20 -0
  11. data/lib/cskit-strongs/formatters/strongs_plain_text_formatter.rb +22 -0
  12. data/lib/cskit-strongs/formatters.rb +10 -0
  13. data/lib/cskit-strongs/lexicon_entry.rb +17 -0
  14. data/lib/cskit-strongs/splitters/concordance_splitter.rb +50 -0
  15. data/lib/cskit-strongs/splitters/greek_lexicon_splitter.rb +86 -0
  16. data/lib/cskit-strongs/splitters/hebrew_lexicon_splitter.rb +86 -0
  17. data/lib/cskit-strongs/splitters/utilities.rb +13 -0
  18. data/lib/cskit-strongs/strongs_number.rb +30 -0
  19. data/lib/cskit-strongs/version.rb +5 -0
  20. data/lib/cskit-strongs.rb +25 -0
  21. data/resources/concordance/acts/1.json +1 -0
  22. data/resources/concordance/acts/10.json +1 -0
  23. data/resources/concordance/acts/11.json +1 -0
  24. data/resources/concordance/acts/12.json +1 -0
  25. data/resources/concordance/acts/13.json +1 -0
  26. data/resources/concordance/acts/14.json +1 -0
  27. data/resources/concordance/acts/15.json +1 -0
  28. data/resources/concordance/acts/16.json +1 -0
  29. data/resources/concordance/acts/17.json +1 -0
  30. data/resources/concordance/acts/18.json +1 -0
  31. data/resources/concordance/acts/19.json +1 -0
  32. data/resources/concordance/acts/2.json +1 -0
  33. data/resources/concordance/acts/20.json +1 -0
  34. data/resources/concordance/acts/21.json +1 -0
  35. data/resources/concordance/acts/22.json +1 -0
  36. data/resources/concordance/acts/23.json +1 -0
  37. data/resources/concordance/acts/24.json +1 -0
  38. data/resources/concordance/acts/25.json +1 -0
  39. data/resources/concordance/acts/26.json +1 -0
  40. data/resources/concordance/acts/27.json +1 -0
  41. data/resources/concordance/acts/28.json +1 -0
  42. data/resources/concordance/acts/3.json +1 -0
  43. data/resources/concordance/acts/4.json +1 -0
  44. data/resources/concordance/acts/5.json +1 -0
  45. data/resources/concordance/acts/6.json +1 -0
  46. data/resources/concordance/acts/7.json +1 -0
  47. data/resources/concordance/acts/8.json +1 -0
  48. data/resources/concordance/acts/9.json +1 -0
  49. data/resources/concordance/amos/1.json +1 -0
  50. data/resources/concordance/amos/2.json +1 -0
  51. data/resources/concordance/amos/3.json +1 -0
  52. data/resources/concordance/amos/4.json +1 -0
  53. data/resources/concordance/amos/5.json +1 -0
  54. data/resources/concordance/amos/6.json +1 -0
  55. data/resources/concordance/amos/7.json +1 -0
  56. data/resources/concordance/amos/8.json +1 -0
  57. data/resources/concordance/amos/9.json +1 -0
  58. data/resources/concordance/colossians/1.json +1 -0
  59. data/resources/concordance/colossians/2.json +1 -0
  60. data/resources/concordance/colossians/3.json +1 -0
  61. data/resources/concordance/colossians/4.json +1 -0
  62. data/resources/concordance/daniel/1.json +1 -0
  63. data/resources/concordance/daniel/10.json +1 -0
  64. data/resources/concordance/daniel/11.json +1 -0
  65. data/resources/concordance/daniel/12.json +1 -0
  66. data/resources/concordance/daniel/2.json +1 -0
  67. data/resources/concordance/daniel/3.json +1 -0
  68. data/resources/concordance/daniel/4.json +1 -0
  69. data/resources/concordance/daniel/5.json +1 -0
  70. data/resources/concordance/daniel/6.json +1 -0
  71. data/resources/concordance/daniel/7.json +1 -0
  72. data/resources/concordance/daniel/8.json +1 -0
  73. data/resources/concordance/daniel/9.json +1 -0
  74. data/resources/concordance/deuteronomy/1.json +1 -0
  75. data/resources/concordance/deuteronomy/10.json +1 -0
  76. data/resources/concordance/deuteronomy/11.json +1 -0
  77. data/resources/concordance/deuteronomy/12.json +1 -0
  78. data/resources/concordance/deuteronomy/13.json +1 -0
  79. data/resources/concordance/deuteronomy/14.json +1 -0
  80. data/resources/concordance/deuteronomy/15.json +1 -0
  81. data/resources/concordance/deuteronomy/16.json +1 -0
  82. data/resources/concordance/deuteronomy/17.json +1 -0
  83. data/resources/concordance/deuteronomy/18.json +1 -0
  84. data/resources/concordance/deuteronomy/19.json +1 -0
  85. data/resources/concordance/deuteronomy/2.json +1 -0
  86. data/resources/concordance/deuteronomy/20.json +1 -0
  87. data/resources/concordance/deuteronomy/21.json +1 -0
  88. data/resources/concordance/deuteronomy/22.json +1 -0
  89. data/resources/concordance/deuteronomy/23.json +1 -0
  90. data/resources/concordance/deuteronomy/24.json +1 -0
  91. data/resources/concordance/deuteronomy/25.json +1 -0
  92. data/resources/concordance/deuteronomy/26.json +1 -0
  93. data/resources/concordance/deuteronomy/27.json +1 -0
  94. data/resources/concordance/deuteronomy/28.json +1 -0
  95. data/resources/concordance/deuteronomy/29.json +1 -0
  96. data/resources/concordance/deuteronomy/3.json +1 -0
  97. data/resources/concordance/deuteronomy/30.json +1 -0
  98. data/resources/concordance/deuteronomy/31.json +1 -0
  99. data/resources/concordance/deuteronomy/32.json +1 -0
  100. data/resources/concordance/deuteronomy/33.json +1 -0
  101. data/resources/concordance/deuteronomy/34.json +1 -0
  102. data/resources/concordance/deuteronomy/4.json +1 -0
  103. data/resources/concordance/deuteronomy/5.json +1 -0
  104. data/resources/concordance/deuteronomy/6.json +1 -0
  105. data/resources/concordance/deuteronomy/7.json +1 -0
  106. data/resources/concordance/deuteronomy/8.json +1 -0
  107. data/resources/concordance/deuteronomy/9.json +1 -0
  108. data/resources/concordance/ecclesiastes/1.json +1 -0
  109. data/resources/concordance/ecclesiastes/10.json +1 -0
  110. data/resources/concordance/ecclesiastes/11.json +1 -0
  111. data/resources/concordance/ecclesiastes/12.json +1 -0
  112. data/resources/concordance/ecclesiastes/2.json +1 -0
  113. data/resources/concordance/ecclesiastes/3.json +1 -0
  114. data/resources/concordance/ecclesiastes/4.json +1 -0
  115. data/resources/concordance/ecclesiastes/5.json +1 -0
  116. data/resources/concordance/ecclesiastes/6.json +1 -0
  117. data/resources/concordance/ecclesiastes/7.json +1 -0
  118. data/resources/concordance/ecclesiastes/8.json +1 -0
  119. data/resources/concordance/ecclesiastes/9.json +1 -0
  120. data/resources/concordance/ephesians/1.json +1 -0
  121. data/resources/concordance/ephesians/2.json +1 -0
  122. data/resources/concordance/ephesians/3.json +1 -0
  123. data/resources/concordance/ephesians/4.json +1 -0
  124. data/resources/concordance/ephesians/5.json +1 -0
  125. data/resources/concordance/ephesians/6.json +1 -0
  126. data/resources/concordance/esther/1.json +1 -0
  127. data/resources/concordance/esther/10.json +1 -0
  128. data/resources/concordance/esther/2.json +1 -0
  129. data/resources/concordance/esther/3.json +1 -0
  130. data/resources/concordance/esther/4.json +1 -0
  131. data/resources/concordance/esther/5.json +1 -0
  132. data/resources/concordance/esther/6.json +1 -0
  133. data/resources/concordance/esther/7.json +1 -0
  134. data/resources/concordance/esther/8.json +1 -0
  135. data/resources/concordance/esther/9.json +1 -0
  136. data/resources/concordance/exodus/1.json +1 -0
  137. data/resources/concordance/exodus/10.json +1 -0
  138. data/resources/concordance/exodus/11.json +1 -0
  139. data/resources/concordance/exodus/12.json +1 -0
  140. data/resources/concordance/exodus/13.json +1 -0
  141. data/resources/concordance/exodus/14.json +1 -0
  142. data/resources/concordance/exodus/15.json +1 -0
  143. data/resources/concordance/exodus/16.json +1 -0
  144. data/resources/concordance/exodus/17.json +1 -0
  145. data/resources/concordance/exodus/18.json +1 -0
  146. data/resources/concordance/exodus/19.json +1 -0
  147. data/resources/concordance/exodus/2.json +1 -0
  148. data/resources/concordance/exodus/20.json +1 -0
  149. data/resources/concordance/exodus/21.json +1 -0
  150. data/resources/concordance/exodus/22.json +1 -0
  151. data/resources/concordance/exodus/23.json +1 -0
  152. data/resources/concordance/exodus/24.json +1 -0
  153. data/resources/concordance/exodus/25.json +1 -0
  154. data/resources/concordance/exodus/26.json +1 -0
  155. data/resources/concordance/exodus/27.json +1 -0
  156. data/resources/concordance/exodus/28.json +1 -0
  157. data/resources/concordance/exodus/29.json +1 -0
  158. data/resources/concordance/exodus/3.json +1 -0
  159. data/resources/concordance/exodus/30.json +1 -0
  160. data/resources/concordance/exodus/31.json +1 -0
  161. data/resources/concordance/exodus/32.json +1 -0
  162. data/resources/concordance/exodus/33.json +1 -0
  163. data/resources/concordance/exodus/34.json +1 -0
  164. data/resources/concordance/exodus/35.json +1 -0
  165. data/resources/concordance/exodus/36.json +1 -0
  166. data/resources/concordance/exodus/37.json +1 -0
  167. data/resources/concordance/exodus/38.json +1 -0
  168. data/resources/concordance/exodus/39.json +1 -0
  169. data/resources/concordance/exodus/4.json +1 -0
  170. data/resources/concordance/exodus/40.json +1 -0
  171. data/resources/concordance/exodus/5.json +1 -0
  172. data/resources/concordance/exodus/6.json +1 -0
  173. data/resources/concordance/exodus/7.json +1 -0
  174. data/resources/concordance/exodus/8.json +1 -0
  175. data/resources/concordance/exodus/9.json +1 -0
  176. data/resources/concordance/ezekiel/1.json +1 -0
  177. data/resources/concordance/ezekiel/10.json +1 -0
  178. data/resources/concordance/ezekiel/11.json +1 -0
  179. data/resources/concordance/ezekiel/12.json +1 -0
  180. data/resources/concordance/ezekiel/13.json +1 -0
  181. data/resources/concordance/ezekiel/14.json +1 -0
  182. data/resources/concordance/ezekiel/15.json +1 -0
  183. data/resources/concordance/ezekiel/16.json +1 -0
  184. data/resources/concordance/ezekiel/17.json +1 -0
  185. data/resources/concordance/ezekiel/18.json +1 -0
  186. data/resources/concordance/ezekiel/19.json +1 -0
  187. data/resources/concordance/ezekiel/2.json +1 -0
  188. data/resources/concordance/ezekiel/20.json +1 -0
  189. data/resources/concordance/ezekiel/21.json +1 -0
  190. data/resources/concordance/ezekiel/22.json +1 -0
  191. data/resources/concordance/ezekiel/23.json +1 -0
  192. data/resources/concordance/ezekiel/24.json +1 -0
  193. data/resources/concordance/ezekiel/25.json +1 -0
  194. data/resources/concordance/ezekiel/26.json +1 -0
  195. data/resources/concordance/ezekiel/27.json +1 -0
  196. data/resources/concordance/ezekiel/28.json +1 -0
  197. data/resources/concordance/ezekiel/29.json +1 -0
  198. data/resources/concordance/ezekiel/3.json +1 -0
  199. data/resources/concordance/ezekiel/30.json +1 -0
  200. data/resources/concordance/ezekiel/31.json +1 -0
  201. data/resources/concordance/ezekiel/32.json +1 -0
  202. data/resources/concordance/ezekiel/33.json +1 -0
  203. data/resources/concordance/ezekiel/34.json +1 -0
  204. data/resources/concordance/ezekiel/35.json +1 -0
  205. data/resources/concordance/ezekiel/36.json +1 -0
  206. data/resources/concordance/ezekiel/37.json +1 -0
  207. data/resources/concordance/ezekiel/38.json +1 -0
  208. data/resources/concordance/ezekiel/39.json +1 -0
  209. data/resources/concordance/ezekiel/4.json +1 -0
  210. data/resources/concordance/ezekiel/40.json +1 -0
  211. data/resources/concordance/ezekiel/41.json +1 -0
  212. data/resources/concordance/ezekiel/42.json +1 -0
  213. data/resources/concordance/ezekiel/43.json +1 -0
  214. data/resources/concordance/ezekiel/44.json +1 -0
  215. data/resources/concordance/ezekiel/45.json +1 -0
  216. data/resources/concordance/ezekiel/46.json +1 -0
  217. data/resources/concordance/ezekiel/47.json +1 -0
  218. data/resources/concordance/ezekiel/48.json +1 -0
  219. data/resources/concordance/ezekiel/5.json +1 -0
  220. data/resources/concordance/ezekiel/6.json +1 -0
  221. data/resources/concordance/ezekiel/7.json +1 -0
  222. data/resources/concordance/ezekiel/8.json +1 -0
  223. data/resources/concordance/ezekiel/9.json +1 -0
  224. data/resources/concordance/ezra/1.json +1 -0
  225. data/resources/concordance/ezra/10.json +1 -0
  226. data/resources/concordance/ezra/2.json +1 -0
  227. data/resources/concordance/ezra/3.json +1 -0
  228. data/resources/concordance/ezra/4.json +1 -0
  229. data/resources/concordance/ezra/5.json +1 -0
  230. data/resources/concordance/ezra/6.json +1 -0
  231. data/resources/concordance/ezra/7.json +1 -0
  232. data/resources/concordance/ezra/8.json +1 -0
  233. data/resources/concordance/ezra/9.json +1 -0
  234. data/resources/concordance/galatians/1.json +1 -0
  235. data/resources/concordance/galatians/2.json +1 -0
  236. data/resources/concordance/galatians/3.json +1 -0
  237. data/resources/concordance/galatians/4.json +1 -0
  238. data/resources/concordance/galatians/5.json +1 -0
  239. data/resources/concordance/galatians/6.json +1 -0
  240. data/resources/concordance/genesis/1.json +1 -0
  241. data/resources/concordance/genesis/10.json +1 -0
  242. data/resources/concordance/genesis/11.json +1 -0
  243. data/resources/concordance/genesis/12.json +1 -0
  244. data/resources/concordance/genesis/13.json +1 -0
  245. data/resources/concordance/genesis/14.json +1 -0
  246. data/resources/concordance/genesis/15.json +1 -0
  247. data/resources/concordance/genesis/16.json +1 -0
  248. data/resources/concordance/genesis/17.json +1 -0
  249. data/resources/concordance/genesis/18.json +1 -0
  250. data/resources/concordance/genesis/19.json +1 -0
  251. data/resources/concordance/genesis/2.json +1 -0
  252. data/resources/concordance/genesis/20.json +1 -0
  253. data/resources/concordance/genesis/21.json +1 -0
  254. data/resources/concordance/genesis/22.json +1 -0
  255. data/resources/concordance/genesis/23.json +1 -0
  256. data/resources/concordance/genesis/24.json +1 -0
  257. data/resources/concordance/genesis/25.json +1 -0
  258. data/resources/concordance/genesis/26.json +1 -0
  259. data/resources/concordance/genesis/27.json +1 -0
  260. data/resources/concordance/genesis/28.json +1 -0
  261. data/resources/concordance/genesis/29.json +1 -0
  262. data/resources/concordance/genesis/3.json +1 -0
  263. data/resources/concordance/genesis/30.json +1 -0
  264. data/resources/concordance/genesis/31.json +1 -0
  265. data/resources/concordance/genesis/32.json +1 -0
  266. data/resources/concordance/genesis/33.json +1 -0
  267. data/resources/concordance/genesis/34.json +1 -0
  268. data/resources/concordance/genesis/35.json +1 -0
  269. data/resources/concordance/genesis/36.json +1 -0
  270. data/resources/concordance/genesis/37.json +1 -0
  271. data/resources/concordance/genesis/38.json +1 -0
  272. data/resources/concordance/genesis/39.json +1 -0
  273. data/resources/concordance/genesis/4.json +1 -0
  274. data/resources/concordance/genesis/40.json +1 -0
  275. data/resources/concordance/genesis/41.json +1 -0
  276. data/resources/concordance/genesis/42.json +1 -0
  277. data/resources/concordance/genesis/43.json +1 -0
  278. data/resources/concordance/genesis/44.json +1 -0
  279. data/resources/concordance/genesis/45.json +1 -0
  280. data/resources/concordance/genesis/46.json +1 -0
  281. data/resources/concordance/genesis/47.json +1 -0
  282. data/resources/concordance/genesis/48.json +1 -0
  283. data/resources/concordance/genesis/49.json +1 -0
  284. data/resources/concordance/genesis/5.json +1 -0
  285. data/resources/concordance/genesis/50.json +1 -0
  286. data/resources/concordance/genesis/6.json +1 -0
  287. data/resources/concordance/genesis/7.json +1 -0
  288. data/resources/concordance/genesis/8.json +1 -0
  289. data/resources/concordance/genesis/9.json +1 -0
  290. data/resources/concordance/habakkuk/1.json +1 -0
  291. data/resources/concordance/habakkuk/2.json +1 -0
  292. data/resources/concordance/habakkuk/3.json +1 -0
  293. data/resources/concordance/haggai/1.json +1 -0
  294. data/resources/concordance/haggai/2.json +1 -0
  295. data/resources/concordance/hebrews/1.json +1 -0
  296. data/resources/concordance/hebrews/10.json +1 -0
  297. data/resources/concordance/hebrews/11.json +1 -0
  298. data/resources/concordance/hebrews/12.json +1 -0
  299. data/resources/concordance/hebrews/13.json +1 -0
  300. data/resources/concordance/hebrews/2.json +1 -0
  301. data/resources/concordance/hebrews/3.json +1 -0
  302. data/resources/concordance/hebrews/4.json +1 -0
  303. data/resources/concordance/hebrews/5.json +1 -0
  304. data/resources/concordance/hebrews/6.json +1 -0
  305. data/resources/concordance/hebrews/7.json +1 -0
  306. data/resources/concordance/hebrews/8.json +1 -0
  307. data/resources/concordance/hebrews/9.json +1 -0
  308. data/resources/concordance/hosea/1.json +1 -0
  309. data/resources/concordance/hosea/10.json +1 -0
  310. data/resources/concordance/hosea/11.json +1 -0
  311. data/resources/concordance/hosea/12.json +1 -0
  312. data/resources/concordance/hosea/13.json +1 -0
  313. data/resources/concordance/hosea/14.json +1 -0
  314. data/resources/concordance/hosea/2.json +1 -0
  315. data/resources/concordance/hosea/3.json +1 -0
  316. data/resources/concordance/hosea/4.json +1 -0
  317. data/resources/concordance/hosea/5.json +1 -0
  318. data/resources/concordance/hosea/6.json +1 -0
  319. data/resources/concordance/hosea/7.json +1 -0
  320. data/resources/concordance/hosea/8.json +1 -0
  321. data/resources/concordance/hosea/9.json +1 -0
  322. data/resources/concordance/i_chronicles/1.json +1 -0
  323. data/resources/concordance/i_chronicles/10.json +1 -0
  324. data/resources/concordance/i_chronicles/11.json +1 -0
  325. data/resources/concordance/i_chronicles/12.json +1 -0
  326. data/resources/concordance/i_chronicles/13.json +1 -0
  327. data/resources/concordance/i_chronicles/14.json +1 -0
  328. data/resources/concordance/i_chronicles/15.json +1 -0
  329. data/resources/concordance/i_chronicles/16.json +1 -0
  330. data/resources/concordance/i_chronicles/17.json +1 -0
  331. data/resources/concordance/i_chronicles/18.json +1 -0
  332. data/resources/concordance/i_chronicles/19.json +1 -0
  333. data/resources/concordance/i_chronicles/2.json +1 -0
  334. data/resources/concordance/i_chronicles/20.json +1 -0
  335. data/resources/concordance/i_chronicles/21.json +1 -0
  336. data/resources/concordance/i_chronicles/22.json +1 -0
  337. data/resources/concordance/i_chronicles/23.json +1 -0
  338. data/resources/concordance/i_chronicles/24.json +1 -0
  339. data/resources/concordance/i_chronicles/25.json +1 -0
  340. data/resources/concordance/i_chronicles/26.json +1 -0
  341. data/resources/concordance/i_chronicles/27.json +1 -0
  342. data/resources/concordance/i_chronicles/28.json +1 -0
  343. data/resources/concordance/i_chronicles/29.json +1 -0
  344. data/resources/concordance/i_chronicles/3.json +1 -0
  345. data/resources/concordance/i_chronicles/4.json +1 -0
  346. data/resources/concordance/i_chronicles/5.json +1 -0
  347. data/resources/concordance/i_chronicles/6.json +1 -0
  348. data/resources/concordance/i_chronicles/7.json +1 -0
  349. data/resources/concordance/i_chronicles/8.json +1 -0
  350. data/resources/concordance/i_chronicles/9.json +1 -0
  351. data/resources/concordance/i_corinthians/1.json +1 -0
  352. data/resources/concordance/i_corinthians/10.json +1 -0
  353. data/resources/concordance/i_corinthians/11.json +1 -0
  354. data/resources/concordance/i_corinthians/12.json +1 -0
  355. data/resources/concordance/i_corinthians/13.json +1 -0
  356. data/resources/concordance/i_corinthians/14.json +1 -0
  357. data/resources/concordance/i_corinthians/15.json +1 -0
  358. data/resources/concordance/i_corinthians/16.json +1 -0
  359. data/resources/concordance/i_corinthians/2.json +1 -0
  360. data/resources/concordance/i_corinthians/3.json +1 -0
  361. data/resources/concordance/i_corinthians/4.json +1 -0
  362. data/resources/concordance/i_corinthians/5.json +1 -0
  363. data/resources/concordance/i_corinthians/6.json +1 -0
  364. data/resources/concordance/i_corinthians/7.json +1 -0
  365. data/resources/concordance/i_corinthians/8.json +1 -0
  366. data/resources/concordance/i_corinthians/9.json +1 -0
  367. data/resources/concordance/i_john/1.json +1 -0
  368. data/resources/concordance/i_john/2.json +1 -0
  369. data/resources/concordance/i_john/3.json +1 -0
  370. data/resources/concordance/i_john/4.json +1 -0
  371. data/resources/concordance/i_john/5.json +1 -0
  372. data/resources/concordance/i_kings/1.json +1 -0
  373. data/resources/concordance/i_kings/10.json +1 -0
  374. data/resources/concordance/i_kings/11.json +1 -0
  375. data/resources/concordance/i_kings/12.json +1 -0
  376. data/resources/concordance/i_kings/13.json +1 -0
  377. data/resources/concordance/i_kings/14.json +1 -0
  378. data/resources/concordance/i_kings/15.json +1 -0
  379. data/resources/concordance/i_kings/16.json +1 -0
  380. data/resources/concordance/i_kings/17.json +1 -0
  381. data/resources/concordance/i_kings/18.json +1 -0
  382. data/resources/concordance/i_kings/19.json +1 -0
  383. data/resources/concordance/i_kings/2.json +1 -0
  384. data/resources/concordance/i_kings/20.json +1 -0
  385. data/resources/concordance/i_kings/21.json +1 -0
  386. data/resources/concordance/i_kings/3.json +1 -0
  387. data/resources/concordance/i_kings/4.json +1 -0
  388. data/resources/concordance/i_kings/5.json +1 -0
  389. data/resources/concordance/i_kings/6.json +1 -0
  390. data/resources/concordance/i_kings/7.json +1 -0
  391. data/resources/concordance/i_kings/8.json +1 -0
  392. data/resources/concordance/i_kings/9.json +1 -0
  393. data/resources/concordance/i_peter/1.json +1 -0
  394. data/resources/concordance/i_peter/2.json +1 -0
  395. data/resources/concordance/i_peter/3.json +1 -0
  396. data/resources/concordance/i_peter/4.json +1 -0
  397. data/resources/concordance/i_peter/5.json +1 -0
  398. data/resources/concordance/i_samuel/1.json +1 -0
  399. data/resources/concordance/i_samuel/10.json +1 -0
  400. data/resources/concordance/i_samuel/11.json +1 -0
  401. data/resources/concordance/i_samuel/12.json +1 -0
  402. data/resources/concordance/i_samuel/13.json +1 -0
  403. data/resources/concordance/i_samuel/14.json +1 -0
  404. data/resources/concordance/i_samuel/15.json +1 -0
  405. data/resources/concordance/i_samuel/16.json +1 -0
  406. data/resources/concordance/i_samuel/17.json +1 -0
  407. data/resources/concordance/i_samuel/18.json +1 -0
  408. data/resources/concordance/i_samuel/19.json +1 -0
  409. data/resources/concordance/i_samuel/2.json +1 -0
  410. data/resources/concordance/i_samuel/20.json +1 -0
  411. data/resources/concordance/i_samuel/21.json +1 -0
  412. data/resources/concordance/i_samuel/22.json +1 -0
  413. data/resources/concordance/i_samuel/23.json +1 -0
  414. data/resources/concordance/i_samuel/24.json +1 -0
  415. data/resources/concordance/i_samuel/25.json +1 -0
  416. data/resources/concordance/i_samuel/26.json +1 -0
  417. data/resources/concordance/i_samuel/27.json +1 -0
  418. data/resources/concordance/i_samuel/28.json +1 -0
  419. data/resources/concordance/i_samuel/29.json +1 -0
  420. data/resources/concordance/i_samuel/3.json +1 -0
  421. data/resources/concordance/i_samuel/30.json +1 -0
  422. data/resources/concordance/i_samuel/31.json +1 -0
  423. data/resources/concordance/i_samuel/4.json +1 -0
  424. data/resources/concordance/i_samuel/5.json +1 -0
  425. data/resources/concordance/i_samuel/6.json +1 -0
  426. data/resources/concordance/i_samuel/7.json +1 -0
  427. data/resources/concordance/i_samuel/8.json +1 -0
  428. data/resources/concordance/i_samuel/9.json +1 -0
  429. data/resources/concordance/i_thessalonians/1.json +1 -0
  430. data/resources/concordance/i_thessalonians/2.json +1 -0
  431. data/resources/concordance/i_thessalonians/3.json +1 -0
  432. data/resources/concordance/i_thessalonians/4.json +1 -0
  433. data/resources/concordance/i_thessalonians/5.json +1 -0
  434. data/resources/concordance/i_timothy/1.json +1 -0
  435. data/resources/concordance/i_timothy/2.json +1 -0
  436. data/resources/concordance/i_timothy/3.json +1 -0
  437. data/resources/concordance/i_timothy/4.json +1 -0
  438. data/resources/concordance/i_timothy/5.json +1 -0
  439. data/resources/concordance/i_timothy/6.json +1 -0
  440. data/resources/concordance/ii_chronicles/1.json +1 -0
  441. data/resources/concordance/ii_chronicles/10.json +1 -0
  442. data/resources/concordance/ii_chronicles/11.json +1 -0
  443. data/resources/concordance/ii_chronicles/12.json +1 -0
  444. data/resources/concordance/ii_chronicles/13.json +1 -0
  445. data/resources/concordance/ii_chronicles/14.json +1 -0
  446. data/resources/concordance/ii_chronicles/15.json +1 -0
  447. data/resources/concordance/ii_chronicles/16.json +1 -0
  448. data/resources/concordance/ii_chronicles/17.json +1 -0
  449. data/resources/concordance/ii_chronicles/18.json +1 -0
  450. data/resources/concordance/ii_chronicles/19.json +1 -0
  451. data/resources/concordance/ii_chronicles/2.json +1 -0
  452. data/resources/concordance/ii_chronicles/20.json +1 -0
  453. data/resources/concordance/ii_chronicles/21.json +1 -0
  454. data/resources/concordance/ii_chronicles/22.json +1 -0
  455. data/resources/concordance/ii_chronicles/23.json +1 -0
  456. data/resources/concordance/ii_chronicles/24.json +1 -0
  457. data/resources/concordance/ii_chronicles/25.json +1 -0
  458. data/resources/concordance/ii_chronicles/26.json +1 -0
  459. data/resources/concordance/ii_chronicles/27.json +1 -0
  460. data/resources/concordance/ii_chronicles/28.json +1 -0
  461. data/resources/concordance/ii_chronicles/29.json +1 -0
  462. data/resources/concordance/ii_chronicles/3.json +1 -0
  463. data/resources/concordance/ii_chronicles/30.json +1 -0
  464. data/resources/concordance/ii_chronicles/31.json +1 -0
  465. data/resources/concordance/ii_chronicles/32.json +1 -0
  466. data/resources/concordance/ii_chronicles/33.json +1 -0
  467. data/resources/concordance/ii_chronicles/34.json +1 -0
  468. data/resources/concordance/ii_chronicles/35.json +1 -0
  469. data/resources/concordance/ii_chronicles/36.json +1 -0
  470. data/resources/concordance/ii_chronicles/4.json +1 -0
  471. data/resources/concordance/ii_chronicles/5.json +1 -0
  472. data/resources/concordance/ii_chronicles/6.json +1 -0
  473. data/resources/concordance/ii_chronicles/7.json +1 -0
  474. data/resources/concordance/ii_chronicles/8.json +1 -0
  475. data/resources/concordance/ii_chronicles/9.json +1 -0
  476. data/resources/concordance/ii_corinthians/1.json +1 -0
  477. data/resources/concordance/ii_corinthians/10.json +1 -0
  478. data/resources/concordance/ii_corinthians/11.json +1 -0
  479. data/resources/concordance/ii_corinthians/12.json +1 -0
  480. data/resources/concordance/ii_corinthians/13.json +1 -0
  481. data/resources/concordance/ii_corinthians/2.json +1 -0
  482. data/resources/concordance/ii_corinthians/3.json +1 -0
  483. data/resources/concordance/ii_corinthians/4.json +1 -0
  484. data/resources/concordance/ii_corinthians/5.json +1 -0
  485. data/resources/concordance/ii_corinthians/6.json +1 -0
  486. data/resources/concordance/ii_corinthians/7.json +1 -0
  487. data/resources/concordance/ii_corinthians/8.json +1 -0
  488. data/resources/concordance/ii_corinthians/9.json +1 -0
  489. data/resources/concordance/ii_john/1.json +1 -0
  490. data/resources/concordance/ii_kings/1.json +1 -0
  491. data/resources/concordance/ii_kings/10.json +1 -0
  492. data/resources/concordance/ii_kings/11.json +1 -0
  493. data/resources/concordance/ii_kings/12.json +1 -0
  494. data/resources/concordance/ii_kings/13.json +1 -0
  495. data/resources/concordance/ii_kings/14.json +1 -0
  496. data/resources/concordance/ii_kings/15.json +1 -0
  497. data/resources/concordance/ii_kings/16.json +1 -0
  498. data/resources/concordance/ii_kings/17.json +1 -0
  499. data/resources/concordance/ii_kings/18.json +1 -0
  500. data/resources/concordance/ii_kings/19.json +1 -0
  501. data/resources/concordance/ii_kings/2.json +1 -0
  502. data/resources/concordance/ii_kings/20.json +1 -0
  503. data/resources/concordance/ii_kings/21.json +1 -0
  504. data/resources/concordance/ii_kings/22.json +1 -0
  505. data/resources/concordance/ii_kings/23.json +1 -0
  506. data/resources/concordance/ii_kings/24.json +1 -0
  507. data/resources/concordance/ii_kings/25.json +1 -0
  508. data/resources/concordance/ii_kings/3.json +1 -0
  509. data/resources/concordance/ii_kings/4.json +1 -0
  510. data/resources/concordance/ii_kings/5.json +1 -0
  511. data/resources/concordance/ii_kings/6.json +1 -0
  512. data/resources/concordance/ii_kings/7.json +1 -0
  513. data/resources/concordance/ii_kings/8.json +1 -0
  514. data/resources/concordance/ii_kings/9.json +1 -0
  515. data/resources/concordance/ii_peter/1.json +1 -0
  516. data/resources/concordance/ii_peter/2.json +1 -0
  517. data/resources/concordance/ii_peter/3.json +1 -0
  518. data/resources/concordance/ii_samuel/1.json +1 -0
  519. data/resources/concordance/ii_samuel/10.json +1 -0
  520. data/resources/concordance/ii_samuel/11.json +1 -0
  521. data/resources/concordance/ii_samuel/12.json +1 -0
  522. data/resources/concordance/ii_samuel/13.json +1 -0
  523. data/resources/concordance/ii_samuel/14.json +1 -0
  524. data/resources/concordance/ii_samuel/15.json +1 -0
  525. data/resources/concordance/ii_samuel/16.json +1 -0
  526. data/resources/concordance/ii_samuel/17.json +1 -0
  527. data/resources/concordance/ii_samuel/18.json +1 -0
  528. data/resources/concordance/ii_samuel/19.json +1 -0
  529. data/resources/concordance/ii_samuel/2.json +1 -0
  530. data/resources/concordance/ii_samuel/20.json +1 -0
  531. data/resources/concordance/ii_samuel/21.json +1 -0
  532. data/resources/concordance/ii_samuel/22.json +1 -0
  533. data/resources/concordance/ii_samuel/23.json +1 -0
  534. data/resources/concordance/ii_samuel/24.json +1 -0
  535. data/resources/concordance/ii_samuel/3.json +1 -0
  536. data/resources/concordance/ii_samuel/4.json +1 -0
  537. data/resources/concordance/ii_samuel/5.json +1 -0
  538. data/resources/concordance/ii_samuel/6.json +1 -0
  539. data/resources/concordance/ii_samuel/7.json +1 -0
  540. data/resources/concordance/ii_samuel/8.json +1 -0
  541. data/resources/concordance/ii_samuel/9.json +1 -0
  542. data/resources/concordance/ii_thessalonians/1.json +1 -0
  543. data/resources/concordance/ii_thessalonians/2.json +1 -0
  544. data/resources/concordance/ii_thessalonians/3.json +1 -0
  545. data/resources/concordance/ii_timothy/1.json +1 -0
  546. data/resources/concordance/ii_timothy/2.json +1 -0
  547. data/resources/concordance/ii_timothy/3.json +1 -0
  548. data/resources/concordance/ii_timothy/4.json +1 -0
  549. data/resources/concordance/iii_john/1.json +1 -0
  550. data/resources/concordance/isaiah/1.json +1 -0
  551. data/resources/concordance/isaiah/10.json +1 -0
  552. data/resources/concordance/isaiah/11.json +1 -0
  553. data/resources/concordance/isaiah/12.json +1 -0
  554. data/resources/concordance/isaiah/13.json +1 -0
  555. data/resources/concordance/isaiah/14.json +1 -0
  556. data/resources/concordance/isaiah/15.json +1 -0
  557. data/resources/concordance/isaiah/16.json +1 -0
  558. data/resources/concordance/isaiah/17.json +1 -0
  559. data/resources/concordance/isaiah/18.json +1 -0
  560. data/resources/concordance/isaiah/19.json +1 -0
  561. data/resources/concordance/isaiah/2.json +1 -0
  562. data/resources/concordance/isaiah/20.json +1 -0
  563. data/resources/concordance/isaiah/21.json +1 -0
  564. data/resources/concordance/isaiah/22.json +1 -0
  565. data/resources/concordance/isaiah/23.json +1 -0
  566. data/resources/concordance/isaiah/24.json +1 -0
  567. data/resources/concordance/isaiah/25.json +1 -0
  568. data/resources/concordance/isaiah/26.json +1 -0
  569. data/resources/concordance/isaiah/27.json +1 -0
  570. data/resources/concordance/isaiah/28.json +1 -0
  571. data/resources/concordance/isaiah/29.json +1 -0
  572. data/resources/concordance/isaiah/3.json +1 -0
  573. data/resources/concordance/isaiah/30.json +1 -0
  574. data/resources/concordance/isaiah/31.json +1 -0
  575. data/resources/concordance/isaiah/32.json +1 -0
  576. data/resources/concordance/isaiah/33.json +1 -0
  577. data/resources/concordance/isaiah/34.json +1 -0
  578. data/resources/concordance/isaiah/35.json +1 -0
  579. data/resources/concordance/isaiah/36.json +1 -0
  580. data/resources/concordance/isaiah/37.json +1 -0
  581. data/resources/concordance/isaiah/38.json +1 -0
  582. data/resources/concordance/isaiah/39.json +1 -0
  583. data/resources/concordance/isaiah/4.json +1 -0
  584. data/resources/concordance/isaiah/40.json +1 -0
  585. data/resources/concordance/isaiah/41.json +1 -0
  586. data/resources/concordance/isaiah/42.json +1 -0
  587. data/resources/concordance/isaiah/43.json +1 -0
  588. data/resources/concordance/isaiah/44.json +1 -0
  589. data/resources/concordance/isaiah/45.json +1 -0
  590. data/resources/concordance/isaiah/46.json +1 -0
  591. data/resources/concordance/isaiah/47.json +1 -0
  592. data/resources/concordance/isaiah/48.json +1 -0
  593. data/resources/concordance/isaiah/49.json +1 -0
  594. data/resources/concordance/isaiah/5.json +1 -0
  595. data/resources/concordance/isaiah/50.json +1 -0
  596. data/resources/concordance/isaiah/51.json +1 -0
  597. data/resources/concordance/isaiah/52.json +1 -0
  598. data/resources/concordance/isaiah/53.json +1 -0
  599. data/resources/concordance/isaiah/54.json +1 -0
  600. data/resources/concordance/isaiah/55.json +1 -0
  601. data/resources/concordance/isaiah/56.json +1 -0
  602. data/resources/concordance/isaiah/57.json +1 -0
  603. data/resources/concordance/isaiah/58.json +1 -0
  604. data/resources/concordance/isaiah/59.json +1 -0
  605. data/resources/concordance/isaiah/6.json +1 -0
  606. data/resources/concordance/isaiah/60.json +1 -0
  607. data/resources/concordance/isaiah/61.json +1 -0
  608. data/resources/concordance/isaiah/62.json +1 -0
  609. data/resources/concordance/isaiah/63.json +1 -0
  610. data/resources/concordance/isaiah/64.json +1 -0
  611. data/resources/concordance/isaiah/65.json +1 -0
  612. data/resources/concordance/isaiah/66.json +1 -0
  613. data/resources/concordance/isaiah/7.json +1 -0
  614. data/resources/concordance/isaiah/8.json +1 -0
  615. data/resources/concordance/isaiah/9.json +1 -0
  616. data/resources/concordance/james/1.json +1 -0
  617. data/resources/concordance/james/2.json +1 -0
  618. data/resources/concordance/james/3.json +1 -0
  619. data/resources/concordance/james/4.json +1 -0
  620. data/resources/concordance/james/5.json +1 -0
  621. data/resources/concordance/jeremiah/1.json +1 -0
  622. data/resources/concordance/jeremiah/10.json +1 -0
  623. data/resources/concordance/jeremiah/11.json +1 -0
  624. data/resources/concordance/jeremiah/12.json +1 -0
  625. data/resources/concordance/jeremiah/13.json +1 -0
  626. data/resources/concordance/jeremiah/14.json +1 -0
  627. data/resources/concordance/jeremiah/15.json +1 -0
  628. data/resources/concordance/jeremiah/16.json +1 -0
  629. data/resources/concordance/jeremiah/17.json +1 -0
  630. data/resources/concordance/jeremiah/18.json +1 -0
  631. data/resources/concordance/jeremiah/19.json +1 -0
  632. data/resources/concordance/jeremiah/2.json +1 -0
  633. data/resources/concordance/jeremiah/20.json +1 -0
  634. data/resources/concordance/jeremiah/21.json +1 -0
  635. data/resources/concordance/jeremiah/22.json +1 -0
  636. data/resources/concordance/jeremiah/23.json +1 -0
  637. data/resources/concordance/jeremiah/24.json +1 -0
  638. data/resources/concordance/jeremiah/25.json +1 -0
  639. data/resources/concordance/jeremiah/26.json +1 -0
  640. data/resources/concordance/jeremiah/27.json +1 -0
  641. data/resources/concordance/jeremiah/28.json +1 -0
  642. data/resources/concordance/jeremiah/29.json +1 -0
  643. data/resources/concordance/jeremiah/3.json +1 -0
  644. data/resources/concordance/jeremiah/30.json +1 -0
  645. data/resources/concordance/jeremiah/31.json +1 -0
  646. data/resources/concordance/jeremiah/32.json +1 -0
  647. data/resources/concordance/jeremiah/33.json +1 -0
  648. data/resources/concordance/jeremiah/34.json +1 -0
  649. data/resources/concordance/jeremiah/35.json +1 -0
  650. data/resources/concordance/jeremiah/36.json +1 -0
  651. data/resources/concordance/jeremiah/37.json +1 -0
  652. data/resources/concordance/jeremiah/38.json +1 -0
  653. data/resources/concordance/jeremiah/39.json +1 -0
  654. data/resources/concordance/jeremiah/4.json +1 -0
  655. data/resources/concordance/jeremiah/40.json +1 -0
  656. data/resources/concordance/jeremiah/41.json +1 -0
  657. data/resources/concordance/jeremiah/42.json +1 -0
  658. data/resources/concordance/jeremiah/43.json +1 -0
  659. data/resources/concordance/jeremiah/44.json +1 -0
  660. data/resources/concordance/jeremiah/45.json +1 -0
  661. data/resources/concordance/jeremiah/46.json +1 -0
  662. data/resources/concordance/jeremiah/47.json +1 -0
  663. data/resources/concordance/jeremiah/48.json +1 -0
  664. data/resources/concordance/jeremiah/49.json +1 -0
  665. data/resources/concordance/jeremiah/5.json +1 -0
  666. data/resources/concordance/jeremiah/50.json +1 -0
  667. data/resources/concordance/jeremiah/51.json +1 -0
  668. data/resources/concordance/jeremiah/52.json +1 -0
  669. data/resources/concordance/jeremiah/6.json +1 -0
  670. data/resources/concordance/jeremiah/7.json +1 -0
  671. data/resources/concordance/jeremiah/8.json +1 -0
  672. data/resources/concordance/jeremiah/9.json +1 -0
  673. data/resources/concordance/job/1.json +1 -0
  674. data/resources/concordance/job/10.json +1 -0
  675. data/resources/concordance/job/11.json +1 -0
  676. data/resources/concordance/job/12.json +1 -0
  677. data/resources/concordance/job/13.json +1 -0
  678. data/resources/concordance/job/14.json +1 -0
  679. data/resources/concordance/job/15.json +1 -0
  680. data/resources/concordance/job/16.json +1 -0
  681. data/resources/concordance/job/17.json +1 -0
  682. data/resources/concordance/job/18.json +1 -0
  683. data/resources/concordance/job/19.json +1 -0
  684. data/resources/concordance/job/2.json +1 -0
  685. data/resources/concordance/job/20.json +1 -0
  686. data/resources/concordance/job/21.json +1 -0
  687. data/resources/concordance/job/22.json +1 -0
  688. data/resources/concordance/job/23.json +1 -0
  689. data/resources/concordance/job/24.json +1 -0
  690. data/resources/concordance/job/25.json +1 -0
  691. data/resources/concordance/job/26.json +1 -0
  692. data/resources/concordance/job/27.json +1 -0
  693. data/resources/concordance/job/28.json +1 -0
  694. data/resources/concordance/job/29.json +1 -0
  695. data/resources/concordance/job/3.json +1 -0
  696. data/resources/concordance/job/30.json +1 -0
  697. data/resources/concordance/job/31.json +1 -0
  698. data/resources/concordance/job/32.json +1 -0
  699. data/resources/concordance/job/33.json +1 -0
  700. data/resources/concordance/job/34.json +1 -0
  701. data/resources/concordance/job/35.json +1 -0
  702. data/resources/concordance/job/36.json +1 -0
  703. data/resources/concordance/job/37.json +1 -0
  704. data/resources/concordance/job/38.json +1 -0
  705. data/resources/concordance/job/39.json +1 -0
  706. data/resources/concordance/job/4.json +1 -0
  707. data/resources/concordance/job/40.json +1 -0
  708. data/resources/concordance/job/41.json +1 -0
  709. data/resources/concordance/job/42.json +1 -0
  710. data/resources/concordance/job/5.json +1 -0
  711. data/resources/concordance/job/6.json +1 -0
  712. data/resources/concordance/job/7.json +1 -0
  713. data/resources/concordance/job/8.json +1 -0
  714. data/resources/concordance/job/9.json +1 -0
  715. data/resources/concordance/joel/1.json +1 -0
  716. data/resources/concordance/joel/2.json +1 -0
  717. data/resources/concordance/joel/3.json +1 -0
  718. data/resources/concordance/john/1.json +1 -0
  719. data/resources/concordance/john/10.json +1 -0
  720. data/resources/concordance/john/11.json +1 -0
  721. data/resources/concordance/john/12.json +1 -0
  722. data/resources/concordance/john/13.json +1 -0
  723. data/resources/concordance/john/14.json +1 -0
  724. data/resources/concordance/john/15.json +1 -0
  725. data/resources/concordance/john/16.json +1 -0
  726. data/resources/concordance/john/17.json +1 -0
  727. data/resources/concordance/john/18.json +1 -0
  728. data/resources/concordance/john/19.json +1 -0
  729. data/resources/concordance/john/2.json +1 -0
  730. data/resources/concordance/john/20.json +1 -0
  731. data/resources/concordance/john/21.json +1 -0
  732. data/resources/concordance/john/3.json +1 -0
  733. data/resources/concordance/john/4.json +1 -0
  734. data/resources/concordance/john/5.json +1 -0
  735. data/resources/concordance/john/6.json +1 -0
  736. data/resources/concordance/john/7.json +1 -0
  737. data/resources/concordance/john/8.json +1 -0
  738. data/resources/concordance/john/9.json +1 -0
  739. data/resources/concordance/jonah/1.json +1 -0
  740. data/resources/concordance/jonah/2.json +1 -0
  741. data/resources/concordance/jonah/3.json +1 -0
  742. data/resources/concordance/jonah/4.json +1 -0
  743. data/resources/concordance/joshua/1.json +1 -0
  744. data/resources/concordance/joshua/10.json +1 -0
  745. data/resources/concordance/joshua/11.json +1 -0
  746. data/resources/concordance/joshua/12.json +1 -0
  747. data/resources/concordance/joshua/13.json +1 -0
  748. data/resources/concordance/joshua/14.json +1 -0
  749. data/resources/concordance/joshua/15.json +1 -0
  750. data/resources/concordance/joshua/16.json +1 -0
  751. data/resources/concordance/joshua/17.json +1 -0
  752. data/resources/concordance/joshua/18.json +1 -0
  753. data/resources/concordance/joshua/19.json +1 -0
  754. data/resources/concordance/joshua/2.json +1 -0
  755. data/resources/concordance/joshua/20.json +1 -0
  756. data/resources/concordance/joshua/21.json +1 -0
  757. data/resources/concordance/joshua/22.json +1 -0
  758. data/resources/concordance/joshua/23.json +1 -0
  759. data/resources/concordance/joshua/24.json +1 -0
  760. data/resources/concordance/joshua/3.json +1 -0
  761. data/resources/concordance/joshua/4.json +1 -0
  762. data/resources/concordance/joshua/5.json +1 -0
  763. data/resources/concordance/joshua/6.json +1 -0
  764. data/resources/concordance/joshua/7.json +1 -0
  765. data/resources/concordance/joshua/8.json +1 -0
  766. data/resources/concordance/joshua/9.json +1 -0
  767. data/resources/concordance/judee/1.json +1 -0
  768. data/resources/concordance/judges/1.json +1 -0
  769. data/resources/concordance/judges/10.json +1 -0
  770. data/resources/concordance/judges/11.json +1 -0
  771. data/resources/concordance/judges/12.json +1 -0
  772. data/resources/concordance/judges/13.json +1 -0
  773. data/resources/concordance/judges/14.json +1 -0
  774. data/resources/concordance/judges/15.json +1 -0
  775. data/resources/concordance/judges/16.json +1 -0
  776. data/resources/concordance/judges/17.json +1 -0
  777. data/resources/concordance/judges/18.json +1 -0
  778. data/resources/concordance/judges/19.json +1 -0
  779. data/resources/concordance/judges/2.json +1 -0
  780. data/resources/concordance/judges/20.json +1 -0
  781. data/resources/concordance/judges/21.json +1 -0
  782. data/resources/concordance/judges/3.json +1 -0
  783. data/resources/concordance/judges/4.json +1 -0
  784. data/resources/concordance/judges/5.json +1 -0
  785. data/resources/concordance/judges/6.json +1 -0
  786. data/resources/concordance/judges/7.json +1 -0
  787. data/resources/concordance/judges/8.json +1 -0
  788. data/resources/concordance/judges/9.json +1 -0
  789. data/resources/concordance/lamentations/1.json +1 -0
  790. data/resources/concordance/lamentations/2.json +1 -0
  791. data/resources/concordance/lamentations/3.json +1 -0
  792. data/resources/concordance/lamentations/4.json +1 -0
  793. data/resources/concordance/lamentations/5.json +1 -0
  794. data/resources/concordance/leviticus/1.json +1 -0
  795. data/resources/concordance/leviticus/10.json +1 -0
  796. data/resources/concordance/leviticus/11.json +1 -0
  797. data/resources/concordance/leviticus/12.json +1 -0
  798. data/resources/concordance/leviticus/13.json +1 -0
  799. data/resources/concordance/leviticus/14.json +1 -0
  800. data/resources/concordance/leviticus/15.json +1 -0
  801. data/resources/concordance/leviticus/16.json +1 -0
  802. data/resources/concordance/leviticus/17.json +1 -0
  803. data/resources/concordance/leviticus/18.json +1 -0
  804. data/resources/concordance/leviticus/19.json +1 -0
  805. data/resources/concordance/leviticus/2.json +1 -0
  806. data/resources/concordance/leviticus/20.json +1 -0
  807. data/resources/concordance/leviticus/21.json +1 -0
  808. data/resources/concordance/leviticus/22.json +1 -0
  809. data/resources/concordance/leviticus/23.json +1 -0
  810. data/resources/concordance/leviticus/24.json +1 -0
  811. data/resources/concordance/leviticus/25.json +1 -0
  812. data/resources/concordance/leviticus/26.json +1 -0
  813. data/resources/concordance/leviticus/27.json +1 -0
  814. data/resources/concordance/leviticus/3.json +1 -0
  815. data/resources/concordance/leviticus/4.json +1 -0
  816. data/resources/concordance/leviticus/5.json +1 -0
  817. data/resources/concordance/leviticus/6.json +1 -0
  818. data/resources/concordance/leviticus/7.json +1 -0
  819. data/resources/concordance/leviticus/8.json +1 -0
  820. data/resources/concordance/leviticus/9.json +1 -0
  821. data/resources/concordance/luke/1.json +1 -0
  822. data/resources/concordance/luke/10.json +1 -0
  823. data/resources/concordance/luke/11.json +1 -0
  824. data/resources/concordance/luke/12.json +1 -0
  825. data/resources/concordance/luke/13.json +1 -0
  826. data/resources/concordance/luke/14.json +1 -0
  827. data/resources/concordance/luke/15.json +1 -0
  828. data/resources/concordance/luke/16.json +1 -0
  829. data/resources/concordance/luke/17.json +1 -0
  830. data/resources/concordance/luke/18.json +1 -0
  831. data/resources/concordance/luke/19.json +1 -0
  832. data/resources/concordance/luke/2.json +1 -0
  833. data/resources/concordance/luke/20.json +1 -0
  834. data/resources/concordance/luke/21.json +1 -0
  835. data/resources/concordance/luke/22.json +1 -0
  836. data/resources/concordance/luke/23.json +1 -0
  837. data/resources/concordance/luke/24.json +1 -0
  838. data/resources/concordance/luke/3.json +1 -0
  839. data/resources/concordance/luke/4.json +1 -0
  840. data/resources/concordance/luke/5.json +1 -0
  841. data/resources/concordance/luke/6.json +1 -0
  842. data/resources/concordance/luke/7.json +1 -0
  843. data/resources/concordance/luke/8.json +1 -0
  844. data/resources/concordance/luke/9.json +1 -0
  845. data/resources/concordance/malachi/1.json +1 -0
  846. data/resources/concordance/malachi/2.json +1 -0
  847. data/resources/concordance/malachi/3.json +1 -0
  848. data/resources/concordance/malachi/4.json +1 -0
  849. data/resources/concordance/mark/1.json +1 -0
  850. data/resources/concordance/mark/10.json +1 -0
  851. data/resources/concordance/mark/11.json +1 -0
  852. data/resources/concordance/mark/12.json +1 -0
  853. data/resources/concordance/mark/13.json +1 -0
  854. data/resources/concordance/mark/14.json +1 -0
  855. data/resources/concordance/mark/15.json +1 -0
  856. data/resources/concordance/mark/16.json +1 -0
  857. data/resources/concordance/mark/2.json +1 -0
  858. data/resources/concordance/mark/3.json +1 -0
  859. data/resources/concordance/mark/4.json +1 -0
  860. data/resources/concordance/mark/5.json +1 -0
  861. data/resources/concordance/mark/6.json +1 -0
  862. data/resources/concordance/mark/7.json +1 -0
  863. data/resources/concordance/mark/8.json +1 -0
  864. data/resources/concordance/mark/9.json +1 -0
  865. data/resources/concordance/matthew/1.json +1 -0
  866. data/resources/concordance/matthew/10.json +1 -0
  867. data/resources/concordance/matthew/11.json +1 -0
  868. data/resources/concordance/matthew/12.json +1 -0
  869. data/resources/concordance/matthew/13.json +1 -0
  870. data/resources/concordance/matthew/14.json +1 -0
  871. data/resources/concordance/matthew/15.json +1 -0
  872. data/resources/concordance/matthew/16.json +1 -0
  873. data/resources/concordance/matthew/17.json +1 -0
  874. data/resources/concordance/matthew/18.json +1 -0
  875. data/resources/concordance/matthew/19.json +1 -0
  876. data/resources/concordance/matthew/2.json +1 -0
  877. data/resources/concordance/matthew/20.json +1 -0
  878. data/resources/concordance/matthew/21.json +1 -0
  879. data/resources/concordance/matthew/22.json +1 -0
  880. data/resources/concordance/matthew/23.json +1 -0
  881. data/resources/concordance/matthew/24.json +1 -0
  882. data/resources/concordance/matthew/25.json +1 -0
  883. data/resources/concordance/matthew/26.json +1 -0
  884. data/resources/concordance/matthew/27.json +1 -0
  885. data/resources/concordance/matthew/28.json +1 -0
  886. data/resources/concordance/matthew/3.json +1 -0
  887. data/resources/concordance/matthew/4.json +1 -0
  888. data/resources/concordance/matthew/5.json +1 -0
  889. data/resources/concordance/matthew/6.json +1 -0
  890. data/resources/concordance/matthew/7.json +1 -0
  891. data/resources/concordance/matthew/8.json +1 -0
  892. data/resources/concordance/matthew/9.json +1 -0
  893. data/resources/concordance/micah/1.json +1 -0
  894. data/resources/concordance/micah/2.json +1 -0
  895. data/resources/concordance/micah/3.json +1 -0
  896. data/resources/concordance/micah/4.json +1 -0
  897. data/resources/concordance/micah/5.json +1 -0
  898. data/resources/concordance/micah/6.json +1 -0
  899. data/resources/concordance/micah/7.json +1 -0
  900. data/resources/concordance/nahum/1.json +1 -0
  901. data/resources/concordance/nahum/2.json +1 -0
  902. data/resources/concordance/nahum/3.json +1 -0
  903. data/resources/concordance/nehemiah/1.json +1 -0
  904. data/resources/concordance/nehemiah/10.json +1 -0
  905. data/resources/concordance/nehemiah/11.json +1 -0
  906. data/resources/concordance/nehemiah/12.json +1 -0
  907. data/resources/concordance/nehemiah/13.json +1 -0
  908. data/resources/concordance/nehemiah/2.json +1 -0
  909. data/resources/concordance/nehemiah/3.json +1 -0
  910. data/resources/concordance/nehemiah/4.json +1 -0
  911. data/resources/concordance/nehemiah/5.json +1 -0
  912. data/resources/concordance/nehemiah/6.json +1 -0
  913. data/resources/concordance/nehemiah/7.json +1 -0
  914. data/resources/concordance/nehemiah/8.json +1 -0
  915. data/resources/concordance/nehemiah/9.json +1 -0
  916. data/resources/concordance/numbers/1.json +1 -0
  917. data/resources/concordance/numbers/10.json +1 -0
  918. data/resources/concordance/numbers/11.json +1 -0
  919. data/resources/concordance/numbers/12.json +1 -0
  920. data/resources/concordance/numbers/13.json +1 -0
  921. data/resources/concordance/numbers/14.json +1 -0
  922. data/resources/concordance/numbers/15.json +1 -0
  923. data/resources/concordance/numbers/16.json +1 -0
  924. data/resources/concordance/numbers/17.json +1 -0
  925. data/resources/concordance/numbers/18.json +1 -0
  926. data/resources/concordance/numbers/19.json +1 -0
  927. data/resources/concordance/numbers/2.json +1 -0
  928. data/resources/concordance/numbers/20.json +1 -0
  929. data/resources/concordance/numbers/21.json +1 -0
  930. data/resources/concordance/numbers/22.json +1 -0
  931. data/resources/concordance/numbers/23.json +1 -0
  932. data/resources/concordance/numbers/24.json +1 -0
  933. data/resources/concordance/numbers/25.json +1 -0
  934. data/resources/concordance/numbers/26.json +1 -0
  935. data/resources/concordance/numbers/27.json +1 -0
  936. data/resources/concordance/numbers/28.json +1 -0
  937. data/resources/concordance/numbers/29.json +1 -0
  938. data/resources/concordance/numbers/3.json +1 -0
  939. data/resources/concordance/numbers/30.json +1 -0
  940. data/resources/concordance/numbers/31.json +1 -0
  941. data/resources/concordance/numbers/32.json +1 -0
  942. data/resources/concordance/numbers/33.json +1 -0
  943. data/resources/concordance/numbers/34.json +1 -0
  944. data/resources/concordance/numbers/35.json +1 -0
  945. data/resources/concordance/numbers/36.json +1 -0
  946. data/resources/concordance/numbers/4.json +1 -0
  947. data/resources/concordance/numbers/5.json +1 -0
  948. data/resources/concordance/numbers/6.json +1 -0
  949. data/resources/concordance/numbers/7.json +1 -0
  950. data/resources/concordance/numbers/8.json +1 -0
  951. data/resources/concordance/numbers/9.json +1 -0
  952. data/resources/concordance/obadiah/1.json +1 -0
  953. data/resources/concordance/philemon/1.json +1 -0
  954. data/resources/concordance/philippians/1.json +1 -0
  955. data/resources/concordance/philippians/2.json +1 -0
  956. data/resources/concordance/philippians/3.json +1 -0
  957. data/resources/concordance/philippians/4.json +1 -0
  958. data/resources/concordance/proverbs/1.json +1 -0
  959. data/resources/concordance/proverbs/10.json +1 -0
  960. data/resources/concordance/proverbs/11.json +1 -0
  961. data/resources/concordance/proverbs/12.json +1 -0
  962. data/resources/concordance/proverbs/13.json +1 -0
  963. data/resources/concordance/proverbs/14.json +1 -0
  964. data/resources/concordance/proverbs/15.json +1 -0
  965. data/resources/concordance/proverbs/16.json +1 -0
  966. data/resources/concordance/proverbs/17.json +1 -0
  967. data/resources/concordance/proverbs/18.json +1 -0
  968. data/resources/concordance/proverbs/19.json +1 -0
  969. data/resources/concordance/proverbs/2.json +1 -0
  970. data/resources/concordance/proverbs/20.json +1 -0
  971. data/resources/concordance/proverbs/21.json +1 -0
  972. data/resources/concordance/proverbs/22.json +1 -0
  973. data/resources/concordance/proverbs/23.json +1 -0
  974. data/resources/concordance/proverbs/24.json +1 -0
  975. data/resources/concordance/proverbs/25.json +1 -0
  976. data/resources/concordance/proverbs/26.json +1 -0
  977. data/resources/concordance/proverbs/27.json +1 -0
  978. data/resources/concordance/proverbs/28.json +1 -0
  979. data/resources/concordance/proverbs/29.json +1 -0
  980. data/resources/concordance/proverbs/3.json +1 -0
  981. data/resources/concordance/proverbs/30.json +1 -0
  982. data/resources/concordance/proverbs/31.json +1 -0
  983. data/resources/concordance/proverbs/4.json +1 -0
  984. data/resources/concordance/proverbs/5.json +1 -0
  985. data/resources/concordance/proverbs/6.json +1 -0
  986. data/resources/concordance/proverbs/7.json +1 -0
  987. data/resources/concordance/proverbs/8.json +1 -0
  988. data/resources/concordance/proverbs/9.json +1 -0
  989. data/resources/concordance/psalms/1.json +1 -0
  990. data/resources/concordance/psalms/10.json +1 -0
  991. data/resources/concordance/psalms/100.json +1 -0
  992. data/resources/concordance/psalms/101.json +1 -0
  993. data/resources/concordance/psalms/102.json +1 -0
  994. data/resources/concordance/psalms/103.json +1 -0
  995. data/resources/concordance/psalms/104.json +1 -0
  996. data/resources/concordance/psalms/105.json +1 -0
  997. data/resources/concordance/psalms/106.json +1 -0
  998. data/resources/concordance/psalms/107.json +1 -0
  999. data/resources/concordance/psalms/108.json +1 -0
  1000. data/resources/concordance/psalms/109.json +1 -0
  1001. data/resources/concordance/psalms/11.json +1 -0
  1002. data/resources/concordance/psalms/110.json +1 -0
  1003. data/resources/concordance/psalms/111.json +1 -0
  1004. data/resources/concordance/psalms/112.json +1 -0
  1005. data/resources/concordance/psalms/113.json +1 -0
  1006. data/resources/concordance/psalms/114.json +1 -0
  1007. data/resources/concordance/psalms/115.json +1 -0
  1008. data/resources/concordance/psalms/116.json +1 -0
  1009. data/resources/concordance/psalms/117.json +1 -0
  1010. data/resources/concordance/psalms/118.json +1 -0
  1011. data/resources/concordance/psalms/119.json +1 -0
  1012. data/resources/concordance/psalms/12.json +1 -0
  1013. data/resources/concordance/psalms/120.json +1 -0
  1014. data/resources/concordance/psalms/121.json +1 -0
  1015. data/resources/concordance/psalms/122.json +1 -0
  1016. data/resources/concordance/psalms/123.json +1 -0
  1017. data/resources/concordance/psalms/124.json +1 -0
  1018. data/resources/concordance/psalms/125.json +1 -0
  1019. data/resources/concordance/psalms/126.json +1 -0
  1020. data/resources/concordance/psalms/127.json +1 -0
  1021. data/resources/concordance/psalms/128.json +1 -0
  1022. data/resources/concordance/psalms/129.json +1 -0
  1023. data/resources/concordance/psalms/13.json +1 -0
  1024. data/resources/concordance/psalms/130.json +1 -0
  1025. data/resources/concordance/psalms/131.json +1 -0
  1026. data/resources/concordance/psalms/132.json +1 -0
  1027. data/resources/concordance/psalms/133.json +1 -0
  1028. data/resources/concordance/psalms/134.json +1 -0
  1029. data/resources/concordance/psalms/135.json +1 -0
  1030. data/resources/concordance/psalms/136.json +1 -0
  1031. data/resources/concordance/psalms/137.json +1 -0
  1032. data/resources/concordance/psalms/138.json +1 -0
  1033. data/resources/concordance/psalms/139.json +1 -0
  1034. data/resources/concordance/psalms/14.json +1 -0
  1035. data/resources/concordance/psalms/140.json +1 -0
  1036. data/resources/concordance/psalms/141.json +1 -0
  1037. data/resources/concordance/psalms/142.json +1 -0
  1038. data/resources/concordance/psalms/143.json +1 -0
  1039. data/resources/concordance/psalms/144.json +1 -0
  1040. data/resources/concordance/psalms/145.json +1 -0
  1041. data/resources/concordance/psalms/146.json +1 -0
  1042. data/resources/concordance/psalms/147.json +1 -0
  1043. data/resources/concordance/psalms/148.json +1 -0
  1044. data/resources/concordance/psalms/149.json +1 -0
  1045. data/resources/concordance/psalms/15.json +1 -0
  1046. data/resources/concordance/psalms/150.json +1 -0
  1047. data/resources/concordance/psalms/16.json +1 -0
  1048. data/resources/concordance/psalms/17.json +1 -0
  1049. data/resources/concordance/psalms/18.json +1 -0
  1050. data/resources/concordance/psalms/19.json +1 -0
  1051. data/resources/concordance/psalms/2.json +1 -0
  1052. data/resources/concordance/psalms/20.json +1 -0
  1053. data/resources/concordance/psalms/21.json +1 -0
  1054. data/resources/concordance/psalms/22.json +1 -0
  1055. data/resources/concordance/psalms/23.json +1 -0
  1056. data/resources/concordance/psalms/24.json +1 -0
  1057. data/resources/concordance/psalms/25.json +1 -0
  1058. data/resources/concordance/psalms/26.json +1 -0
  1059. data/resources/concordance/psalms/27.json +1 -0
  1060. data/resources/concordance/psalms/28.json +1 -0
  1061. data/resources/concordance/psalms/29.json +1 -0
  1062. data/resources/concordance/psalms/3.json +1 -0
  1063. data/resources/concordance/psalms/30.json +1 -0
  1064. data/resources/concordance/psalms/31.json +1 -0
  1065. data/resources/concordance/psalms/32.json +1 -0
  1066. data/resources/concordance/psalms/33.json +1 -0
  1067. data/resources/concordance/psalms/34.json +1 -0
  1068. data/resources/concordance/psalms/35.json +1 -0
  1069. data/resources/concordance/psalms/36.json +1 -0
  1070. data/resources/concordance/psalms/37.json +1 -0
  1071. data/resources/concordance/psalms/38.json +1 -0
  1072. data/resources/concordance/psalms/39.json +1 -0
  1073. data/resources/concordance/psalms/4.json +1 -0
  1074. data/resources/concordance/psalms/40.json +1 -0
  1075. data/resources/concordance/psalms/41.json +1 -0
  1076. data/resources/concordance/psalms/42.json +1 -0
  1077. data/resources/concordance/psalms/43.json +1 -0
  1078. data/resources/concordance/psalms/44.json +1 -0
  1079. data/resources/concordance/psalms/45.json +1 -0
  1080. data/resources/concordance/psalms/46.json +1 -0
  1081. data/resources/concordance/psalms/47.json +1 -0
  1082. data/resources/concordance/psalms/48.json +1 -0
  1083. data/resources/concordance/psalms/49.json +1 -0
  1084. data/resources/concordance/psalms/5.json +1 -0
  1085. data/resources/concordance/psalms/50.json +1 -0
  1086. data/resources/concordance/psalms/51.json +1 -0
  1087. data/resources/concordance/psalms/52.json +1 -0
  1088. data/resources/concordance/psalms/53.json +1 -0
  1089. data/resources/concordance/psalms/54.json +1 -0
  1090. data/resources/concordance/psalms/55.json +1 -0
  1091. data/resources/concordance/psalms/56.json +1 -0
  1092. data/resources/concordance/psalms/57.json +1 -0
  1093. data/resources/concordance/psalms/58.json +1 -0
  1094. data/resources/concordance/psalms/59.json +1 -0
  1095. data/resources/concordance/psalms/6.json +1 -0
  1096. data/resources/concordance/psalms/60.json +1 -0
  1097. data/resources/concordance/psalms/61.json +1 -0
  1098. data/resources/concordance/psalms/62.json +1 -0
  1099. data/resources/concordance/psalms/63.json +1 -0
  1100. data/resources/concordance/psalms/64.json +1 -0
  1101. data/resources/concordance/psalms/65.json +1 -0
  1102. data/resources/concordance/psalms/66.json +1 -0
  1103. data/resources/concordance/psalms/67.json +1 -0
  1104. data/resources/concordance/psalms/68.json +1 -0
  1105. data/resources/concordance/psalms/69.json +1 -0
  1106. data/resources/concordance/psalms/7.json +1 -0
  1107. data/resources/concordance/psalms/70.json +1 -0
  1108. data/resources/concordance/psalms/71.json +1 -0
  1109. data/resources/concordance/psalms/72.json +1 -0
  1110. data/resources/concordance/psalms/73.json +1 -0
  1111. data/resources/concordance/psalms/74.json +1 -0
  1112. data/resources/concordance/psalms/75.json +1 -0
  1113. data/resources/concordance/psalms/76.json +1 -0
  1114. data/resources/concordance/psalms/77.json +1 -0
  1115. data/resources/concordance/psalms/78.json +1 -0
  1116. data/resources/concordance/psalms/79.json +1 -0
  1117. data/resources/concordance/psalms/8.json +1 -0
  1118. data/resources/concordance/psalms/80.json +1 -0
  1119. data/resources/concordance/psalms/81.json +1 -0
  1120. data/resources/concordance/psalms/82.json +1 -0
  1121. data/resources/concordance/psalms/83.json +1 -0
  1122. data/resources/concordance/psalms/84.json +1 -0
  1123. data/resources/concordance/psalms/85.json +1 -0
  1124. data/resources/concordance/psalms/86.json +1 -0
  1125. data/resources/concordance/psalms/87.json +1 -0
  1126. data/resources/concordance/psalms/88.json +1 -0
  1127. data/resources/concordance/psalms/89.json +1 -0
  1128. data/resources/concordance/psalms/9.json +1 -0
  1129. data/resources/concordance/psalms/90.json +1 -0
  1130. data/resources/concordance/psalms/91.json +1 -0
  1131. data/resources/concordance/psalms/92.json +1 -0
  1132. data/resources/concordance/psalms/93.json +1 -0
  1133. data/resources/concordance/psalms/94.json +1 -0
  1134. data/resources/concordance/psalms/95.json +1 -0
  1135. data/resources/concordance/psalms/96.json +1 -0
  1136. data/resources/concordance/psalms/97.json +1 -0
  1137. data/resources/concordance/psalms/98.json +1 -0
  1138. data/resources/concordance/psalms/99.json +1 -0
  1139. data/resources/concordance/revelation/1.json +1 -0
  1140. data/resources/concordance/revelation/10.json +1 -0
  1141. data/resources/concordance/revelation/11.json +1 -0
  1142. data/resources/concordance/revelation/12.json +1 -0
  1143. data/resources/concordance/revelation/13.json +1 -0
  1144. data/resources/concordance/revelation/14.json +1 -0
  1145. data/resources/concordance/revelation/15.json +1 -0
  1146. data/resources/concordance/revelation/16.json +1 -0
  1147. data/resources/concordance/revelation/17.json +1 -0
  1148. data/resources/concordance/revelation/18.json +1 -0
  1149. data/resources/concordance/revelation/19.json +1 -0
  1150. data/resources/concordance/revelation/2.json +1 -0
  1151. data/resources/concordance/revelation/20.json +1 -0
  1152. data/resources/concordance/revelation/21.json +1 -0
  1153. data/resources/concordance/revelation/22.json +1 -0
  1154. data/resources/concordance/revelation/3.json +1 -0
  1155. data/resources/concordance/revelation/4.json +1 -0
  1156. data/resources/concordance/revelation/5.json +1 -0
  1157. data/resources/concordance/revelation/6.json +1 -0
  1158. data/resources/concordance/revelation/7.json +1 -0
  1159. data/resources/concordance/revelation/8.json +1 -0
  1160. data/resources/concordance/revelation/9.json +1 -0
  1161. data/resources/concordance/romans/1.json +1 -0
  1162. data/resources/concordance/romans/10.json +1 -0
  1163. data/resources/concordance/romans/11.json +1 -0
  1164. data/resources/concordance/romans/12.json +1 -0
  1165. data/resources/concordance/romans/13.json +1 -0
  1166. data/resources/concordance/romans/14.json +1 -0
  1167. data/resources/concordance/romans/15.json +1 -0
  1168. data/resources/concordance/romans/16.json +1 -0
  1169. data/resources/concordance/romans/2.json +1 -0
  1170. data/resources/concordance/romans/3.json +1 -0
  1171. data/resources/concordance/romans/4.json +1 -0
  1172. data/resources/concordance/romans/5.json +1 -0
  1173. data/resources/concordance/romans/6.json +1 -0
  1174. data/resources/concordance/romans/7.json +1 -0
  1175. data/resources/concordance/romans/8.json +1 -0
  1176. data/resources/concordance/romans/9.json +1 -0
  1177. data/resources/concordance/ruth/1.json +1 -0
  1178. data/resources/concordance/ruth/2.json +1 -0
  1179. data/resources/concordance/ruth/3.json +1 -0
  1180. data/resources/concordance/ruth/4.json +1 -0
  1181. data/resources/concordance/song_of_solomon/1.json +1 -0
  1182. data/resources/concordance/song_of_solomon/2.json +1 -0
  1183. data/resources/concordance/song_of_solomon/3.json +1 -0
  1184. data/resources/concordance/song_of_solomon/4.json +1 -0
  1185. data/resources/concordance/song_of_solomon/5.json +1 -0
  1186. data/resources/concordance/song_of_solomon/6.json +1 -0
  1187. data/resources/concordance/song_of_solomon/7.json +1 -0
  1188. data/resources/concordance/song_of_solomon/8.json +1 -0
  1189. data/resources/concordance/titus/1.json +1 -0
  1190. data/resources/concordance/titus/2.json +1 -0
  1191. data/resources/concordance/titus/3.json +1 -0
  1192. data/resources/concordance/zechariah/1.json +1 -0
  1193. data/resources/concordance/zechariah/10.json +1 -0
  1194. data/resources/concordance/zechariah/11.json +1 -0
  1195. data/resources/concordance/zechariah/12.json +1 -0
  1196. data/resources/concordance/zechariah/13.json +1 -0
  1197. data/resources/concordance/zechariah/14.json +1 -0
  1198. data/resources/concordance/zechariah/2.json +1 -0
  1199. data/resources/concordance/zechariah/3.json +1 -0
  1200. data/resources/concordance/zechariah/4.json +1 -0
  1201. data/resources/concordance/zechariah/5.json +1 -0
  1202. data/resources/concordance/zechariah/6.json +1 -0
  1203. data/resources/concordance/zechariah/7.json +1 -0
  1204. data/resources/concordance/zechariah/8.json +1 -0
  1205. data/resources/concordance/zechariah/9.json +1 -0
  1206. data/resources/concordance/zephaniah/1.json +1 -0
  1207. data/resources/concordance/zephaniah/2.json +1 -0
  1208. data/resources/concordance/zephaniah/3.json +1 -0
  1209. data/resources/lexicon/greek/0.json +1 -0
  1210. data/resources/lexicon/greek/1.json +1 -0
  1211. data/resources/lexicon/greek/10.json +1 -0
  1212. data/resources/lexicon/greek/11.json +1 -0
  1213. data/resources/lexicon/greek/12.json +1 -0
  1214. data/resources/lexicon/greek/13.json +1 -0
  1215. data/resources/lexicon/greek/14.json +1 -0
  1216. data/resources/lexicon/greek/15.json +1 -0
  1217. data/resources/lexicon/greek/16.json +1 -0
  1218. data/resources/lexicon/greek/17.json +1 -0
  1219. data/resources/lexicon/greek/18.json +1 -0
  1220. data/resources/lexicon/greek/19.json +1 -0
  1221. data/resources/lexicon/greek/2.json +1 -0
  1222. data/resources/lexicon/greek/20.json +1 -0
  1223. data/resources/lexicon/greek/21.json +1 -0
  1224. data/resources/lexicon/greek/22.json +1 -0
  1225. data/resources/lexicon/greek/23.json +1 -0
  1226. data/resources/lexicon/greek/24.json +1 -0
  1227. data/resources/lexicon/greek/25.json +1 -0
  1228. data/resources/lexicon/greek/26.json +1 -0
  1229. data/resources/lexicon/greek/27.json +1 -0
  1230. data/resources/lexicon/greek/28.json +1 -0
  1231. data/resources/lexicon/greek/29.json +1 -0
  1232. data/resources/lexicon/greek/3.json +1 -0
  1233. data/resources/lexicon/greek/30.json +1 -0
  1234. data/resources/lexicon/greek/31.json +1 -0
  1235. data/resources/lexicon/greek/32.json +1 -0
  1236. data/resources/lexicon/greek/33.json +1 -0
  1237. data/resources/lexicon/greek/34.json +1 -0
  1238. data/resources/lexicon/greek/35.json +1 -0
  1239. data/resources/lexicon/greek/36.json +1 -0
  1240. data/resources/lexicon/greek/37.json +1 -0
  1241. data/resources/lexicon/greek/38.json +1 -0
  1242. data/resources/lexicon/greek/39.json +1 -0
  1243. data/resources/lexicon/greek/4.json +1 -0
  1244. data/resources/lexicon/greek/40.json +1 -0
  1245. data/resources/lexicon/greek/41.json +1 -0
  1246. data/resources/lexicon/greek/42.json +1 -0
  1247. data/resources/lexicon/greek/43.json +1 -0
  1248. data/resources/lexicon/greek/44.json +1 -0
  1249. data/resources/lexicon/greek/45.json +1 -0
  1250. data/resources/lexicon/greek/46.json +1 -0
  1251. data/resources/lexicon/greek/47.json +1 -0
  1252. data/resources/lexicon/greek/48.json +1 -0
  1253. data/resources/lexicon/greek/49.json +1 -0
  1254. data/resources/lexicon/greek/5.json +1 -0
  1255. data/resources/lexicon/greek/50.json +1 -0
  1256. data/resources/lexicon/greek/51.json +1 -0
  1257. data/resources/lexicon/greek/52.json +1 -0
  1258. data/resources/lexicon/greek/53.json +1 -0
  1259. data/resources/lexicon/greek/54.json +1 -0
  1260. data/resources/lexicon/greek/55.json +1 -0
  1261. data/resources/lexicon/greek/56.json +1 -0
  1262. data/resources/lexicon/greek/6.json +1 -0
  1263. data/resources/lexicon/greek/7.json +1 -0
  1264. data/resources/lexicon/greek/8.json +1 -0
  1265. data/resources/lexicon/greek/9.json +1 -0
  1266. data/resources/lexicon/hebrew/0.json +1 -0
  1267. data/resources/lexicon/hebrew/1.json +1 -0
  1268. data/resources/lexicon/hebrew/10.json +1 -0
  1269. data/resources/lexicon/hebrew/11.json +1 -0
  1270. data/resources/lexicon/hebrew/12.json +1 -0
  1271. data/resources/lexicon/hebrew/13.json +1 -0
  1272. data/resources/lexicon/hebrew/14.json +1 -0
  1273. data/resources/lexicon/hebrew/15.json +1 -0
  1274. data/resources/lexicon/hebrew/16.json +1 -0
  1275. data/resources/lexicon/hebrew/17.json +1 -0
  1276. data/resources/lexicon/hebrew/18.json +1 -0
  1277. data/resources/lexicon/hebrew/19.json +1 -0
  1278. data/resources/lexicon/hebrew/2.json +1 -0
  1279. data/resources/lexicon/hebrew/20.json +1 -0
  1280. data/resources/lexicon/hebrew/21.json +1 -0
  1281. data/resources/lexicon/hebrew/22.json +1 -0
  1282. data/resources/lexicon/hebrew/23.json +1 -0
  1283. data/resources/lexicon/hebrew/24.json +1 -0
  1284. data/resources/lexicon/hebrew/25.json +1 -0
  1285. data/resources/lexicon/hebrew/26.json +1 -0
  1286. data/resources/lexicon/hebrew/27.json +1 -0
  1287. data/resources/lexicon/hebrew/28.json +1 -0
  1288. data/resources/lexicon/hebrew/29.json +1 -0
  1289. data/resources/lexicon/hebrew/3.json +1 -0
  1290. data/resources/lexicon/hebrew/30.json +1 -0
  1291. data/resources/lexicon/hebrew/31.json +1 -0
  1292. data/resources/lexicon/hebrew/32.json +1 -0
  1293. data/resources/lexicon/hebrew/33.json +1 -0
  1294. data/resources/lexicon/hebrew/34.json +1 -0
  1295. data/resources/lexicon/hebrew/35.json +1 -0
  1296. data/resources/lexicon/hebrew/36.json +1 -0
  1297. data/resources/lexicon/hebrew/37.json +1 -0
  1298. data/resources/lexicon/hebrew/38.json +1 -0
  1299. data/resources/lexicon/hebrew/39.json +1 -0
  1300. data/resources/lexicon/hebrew/4.json +1 -0
  1301. data/resources/lexicon/hebrew/40.json +1 -0
  1302. data/resources/lexicon/hebrew/41.json +1 -0
  1303. data/resources/lexicon/hebrew/42.json +1 -0
  1304. data/resources/lexicon/hebrew/43.json +1 -0
  1305. data/resources/lexicon/hebrew/44.json +1 -0
  1306. data/resources/lexicon/hebrew/45.json +1 -0
  1307. data/resources/lexicon/hebrew/46.json +1 -0
  1308. data/resources/lexicon/hebrew/47.json +1 -0
  1309. data/resources/lexicon/hebrew/48.json +1 -0
  1310. data/resources/lexicon/hebrew/49.json +1 -0
  1311. data/resources/lexicon/hebrew/5.json +1 -0
  1312. data/resources/lexicon/hebrew/50.json +1 -0
  1313. data/resources/lexicon/hebrew/51.json +1 -0
  1314. data/resources/lexicon/hebrew/52.json +1 -0
  1315. data/resources/lexicon/hebrew/53.json +1 -0
  1316. data/resources/lexicon/hebrew/54.json +1 -0
  1317. data/resources/lexicon/hebrew/55.json +1 -0
  1318. data/resources/lexicon/hebrew/56.json +1 -0
  1319. data/resources/lexicon/hebrew/57.json +1 -0
  1320. data/resources/lexicon/hebrew/58.json +1 -0
  1321. data/resources/lexicon/hebrew/59.json +1 -0
  1322. data/resources/lexicon/hebrew/6.json +1 -0
  1323. data/resources/lexicon/hebrew/60.json +1 -0
  1324. data/resources/lexicon/hebrew/61.json +1 -0
  1325. data/resources/lexicon/hebrew/62.json +1 -0
  1326. data/resources/lexicon/hebrew/63.json +1 -0
  1327. data/resources/lexicon/hebrew/64.json +1 -0
  1328. data/resources/lexicon/hebrew/65.json +1 -0
  1329. data/resources/lexicon/hebrew/66.json +1 -0
  1330. data/resources/lexicon/hebrew/67.json +1 -0
  1331. data/resources/lexicon/hebrew/68.json +1 -0
  1332. data/resources/lexicon/hebrew/69.json +1 -0
  1333. data/resources/lexicon/hebrew/7.json +1 -0
  1334. data/resources/lexicon/hebrew/70.json +1 -0
  1335. data/resources/lexicon/hebrew/71.json +1 -0
  1336. data/resources/lexicon/hebrew/72.json +1 -0
  1337. data/resources/lexicon/hebrew/73.json +1 -0
  1338. data/resources/lexicon/hebrew/74.json +1 -0
  1339. data/resources/lexicon/hebrew/75.json +1 -0
  1340. data/resources/lexicon/hebrew/76.json +1 -0
  1341. data/resources/lexicon/hebrew/77.json +1 -0
  1342. data/resources/lexicon/hebrew/78.json +1 -0
  1343. data/resources/lexicon/hebrew/79.json +1 -0
  1344. data/resources/lexicon/hebrew/8.json +1 -0
  1345. data/resources/lexicon/hebrew/80.json +1 -0
  1346. data/resources/lexicon/hebrew/81.json +1 -0
  1347. data/resources/lexicon/hebrew/82.json +1 -0
  1348. data/resources/lexicon/hebrew/83.json +1 -0
  1349. data/resources/lexicon/hebrew/84.json +1 -0
  1350. data/resources/lexicon/hebrew/85.json +1 -0
  1351. data/resources/lexicon/hebrew/86.json +1 -0
  1352. data/resources/lexicon/hebrew/9.json +1 -0
  1353. metadata +1450 -0
@@ -0,0 +1 @@
1
+ {"3":[{"text":"according to all that his father","number":"h1"},{"text":"Amaziah","number":"h558"},{"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"}],"34":[{"text":"according to all that his father","number":"h1"},{"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 he did","number":"h6213"},{"text":"had done","number":"h6213"},{"text":"he did","number":"h6213"}],"9":[{"text":"as his fathers","number":"h1"},{"text":"the son","number":"h1121"},{"text":"to sin","number":"h2398"},{"text":"not from the sins","number":"h2403"},{"text":"of the LORD","number":"h3068"},{"text":"of Jeroboam","number":"h3379"},{"text":"who made Israel","number":"h3478"},{"text":"of Nebat","number":"h5028"},{"text":"he departed","number":"h5493"},{"text":"in the sight","number":"h5869"},{"text":"And he did","number":"h6213"},{"text":"had done","number":"h6213"},{"text":"that which was evil","number":"h7451"}],"7":[{"text":"him with his fathers","number":"h1"},{"text":"with his fathers","number":"h1"},{"text":"his son","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"and Jotham","number":"h3147"},{"text":"reigned","number":"h4427"},{"text":"So Azariah","number":"h5838"},{"text":"in the city","number":"h5892"},{"text":"and they buried","number":"h6912"},{"text":"slept","number":"h7901"}],"38":[{"text":"his father","number":"h1"},{"text":"with his fathers","number":"h1"},{"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":"in the city","number":"h5892"},{"text":"and was buried","number":"h6912"},{"text":"slept","number":"h7901"}],"22":[{"text":"with his fathers","number":"h1"},{"text":"his son","number":"h1121"},{"text":"reigned","number":"h4427"},{"text":"And Menahem","number":"h4505"},{"text":"and Pekahiah","number":"h6494"},{"text":"slept","number":"h7901"}],"29":[{"text":"and Abelbethmaachah","number":"h62"},{"text":"all the land","number":"h776"},{"text":"of Assyria","number":"h804"},{"text":"to Assyria","number":"h804"},{"text":"came","number":"h935"},{"text":"and carried them captive","number":"h1540"},{"text":"and Galilee","number":"h1551"},{"text":"and Gilead","number":"h1568"},{"text":"and Hazor","number":"h2674"},{"text":"In the days","number":"h3117"},{"text":"and Janoah","number":"h3239"},{"text":"of Israel","number":"h3478"},{"text":"and took","number":"h3947"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"of Naphtali","number":"h5321"},{"text":"Ijon","number":"h5859"},{"text":"of Pekah","number":"h6492"},{"text":"and Kedesh","number":"h6943"},{"text":"Tiglathpileser","number":"h8407"}],"20":[{"text":"of each","number":"h259"},{"text":"man","number":"h376"},{"text":"not there in the land","number":"h776"},{"text":"of Assyria","number":"h804"},{"text":"of Assyria","number":"h804"},{"text":"even of all the mighty men","number":"h1368"},{"text":"of wealth","number":"h2428"},{"text":"fifty","number":"h2572"},{"text":"exacted","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"of silver","number":"h3701"},{"text":"the money","number":"h3701"},{"text":"So the king","number":"h4428"},{"text":"to the king","number":"h4428"},{"text":"And Menahem","number":"h4505"},{"text":"to give","number":"h5414"},{"text":"and stayed","number":"h5975"},{"text":"turned back","number":"h7725"},{"text":"shekels","number":"h8255"}],"25":[{"text":"men","number":"h376"},{"text":"with Argob","number":"h709"},{"text":"and Arieh","number":"h745"},{"text":"in the palace","number":"h759"},{"text":"house","number":"h1004"},{"text":"of the Gileadites","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"and with him fifty","number":"h2572"},{"text":"and he killed","number":"h4191"},{"text":"him and reigned","number":"h4427"},{"text":"of the king's","number":"h4428"},{"text":"against him and smote","number":"h5221"},{"text":"But Pekah","number":"h6492"},{"text":"of his conspired","number":"h7194"},{"text":"of Remaliah","number":"h7425"},{"text":"a captain","number":"h7991"},{"text":"him in Samaria","number":"h8111"}],"30":[{"text":"of Elah","number":"h425"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"And Hoshea","number":"h1954"},{"text":"of Jotham","number":"h3147"},{"text":"him and slew","number":"h4191"},{"text":"him and reigned","number":"h4427"},{"text":"and smote","number":"h5221"},{"text":"of Uzziah","number":"h5818"},{"text":"in his stead in the twentieth","number":"h6242"},{"text":"against Pekah","number":"h6492"},{"text":"made","number":"h7194"},{"text":"a conspiracy","number":"h7195"},{"text":"of Remaliah","number":"h7425"},{"text":"year","number":"h8141"}],"19":[{"text":"a thousand","number":"h505"},{"text":"against the land","number":"h776"},{"text":"of Assyria","number":"h804"},{"text":"came","number":"h935"},{"text":"might be with him to confirm","number":"h2388"},{"text":"in his hand","number":"h3027"},{"text":"that his hand","number":"h3027"},{"text":"talents","number":"h3603"},{"text":"of silver","number":"h3701"},{"text":"the king","number":"h4428"},{"text":"the kingdom","number":"h4467"},{"text":"and Menahem","number":"h4505"},{"text":"gave","number":"h5414"},{"text":"And Pul","number":"h6322"},{"text":"Pul","number":"h6322"}],"2":[{"text":"And his mother's","number":"h517"},{"text":"old","number":"h1121"},{"text":"and fifty","number":"h2572"},{"text":"was Jecholiah","number":"h3203"},{"text":"in Jerusalem","number":"h3389"},{"text":"of Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"was he when he began to reign","number":"h4427"},{"text":"name","number":"h8034"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"two","number":"h8147"},{"text":"Sixteen","number":"h8337"}],"33":[{"text":"And his mother's","number":"h517"},{"text":"old","number":"h1121"},{"text":"the daughter","number":"h1323"},{"text":"Five","number":"h2568"},{"text":"was Jerusha","number":"h3388"},{"text":"in Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"was he when he began to reign","number":"h4427"},{"text":"and twenty","number":"h6242"},{"text":"of Zadok","number":"h6659"},{"text":"name","number":"h8034"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"sixteen","number":"h8337"}],"1":[{"text":"of Amaziah","number":"h558"},{"text":"son","number":"h1121"},{"text":"of Judah","number":"h3063"},{"text":"of Jeroboam","number":"h3379"},{"text":"of Israel","number":"h3478"},{"text":"to reign","number":"h4427"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"began Azariah","number":"h5838"},{"text":"In the twenty","number":"h6242"},{"text":"and seventh","number":"h7651"},{"text":"year","number":"h8141"}],"12":[{"text":"saying","number":"h559"},{"text":"Thy sons","number":"h1121"},{"text":"which he spake","number":"h1696"},{"text":"This was the word","number":"h1697"},{"text":"unto Jehu","number":"h3058"},{"text":"of the LORD","number":"h3068"},{"text":"shall sit","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"on the throne","number":"h3678"},{"text":"unto the fourth","number":"h7243"}],"37":[{"text":"of Syria","number":"h758"},{"text":"the son","number":"h1121"},{"text":"began","number":"h2490"},{"text":"against Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"In those days","number":"h3117"},{"text":"the king","number":"h4428"},{"text":"and Pekah","number":"h6492"},{"text":"of Remaliah","number":"h7425"},{"text":"Rezin","number":"h7526"},{"text":"to send","number":"h7971"}],"5":[{"text":"of the land","number":"h776"},{"text":"house","number":"h1004"},{"text":"was over the house","number":"h1004"},{"text":"son","number":"h1121"},{"text":"in a several","number":"h2669"},{"text":"And the LORD","number":"h3068"},{"text":"unto the day","number":"h3117"},{"text":"And Jotham","number":"h3147"},{"text":"and dwelt","number":"h3427"},{"text":"of his death","number":"h4194"},{"text":"the king","number":"h4428"},{"text":"the king's","number":"h4428"},{"text":"smote","number":"h5060"},{"text":"the people","number":"h5971"},{"text":"so that he was a leper","number":"h6879"},{"text":"judging","number":"h8199"}],"14":[{"text":"and came","number":"h935"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Gadi","number":"h1424"},{"text":"of Jabesh","number":"h3003"},{"text":"and slew","number":"h4191"},{"text":"him and reigned","number":"h4427"},{"text":"For Menahem","number":"h4505"},{"text":"and smote","number":"h5221"},{"text":"went up","number":"h5927"},{"text":"Shallum","number":"h7967"},{"text":"in Samaria","number":"h8111"},{"text":"to Samaria","number":"h8111"},{"text":"from Tirzah","number":"h8656"}],"35":[{"text":"of the house","number":"h1004"},{"text":"Howbeit the high places","number":"h1116"},{"text":"still in the high places","number":"h1116"},{"text":"He built","number":"h1129"},{"text":"sacrificed","number":"h2076"},{"text":"of the LORD","number":"h3068"},{"text":"were not removed","number":"h5493"},{"text":"the higher","number":"h5945"},{"text":"the people","number":"h5971"},{"text":"and burned incense","number":"h6999"},{"text":"gate","number":"h8179"}],"4":[{"text":"Save that the high places","number":"h1116"},{"text":"still on the high places","number":"h1116"},{"text":"sacrificed","number":"h2076"},{"text":"were not removed","number":"h5493"},{"text":"the people","number":"h5971"},{"text":"and burnt incense","number":"h6999"}],"10":[{"text":"the son","number":"h1121"},{"text":"of Jabesh","number":"h3003"},{"text":"and slew","number":"h4191"},{"text":"him and reigned","number":"h4427"},{"text":"against him and smote","number":"h5221"},{"text":"the people","number":"h5971"},{"text":"him before","number":"h6905"},{"text":"conspired","number":"h7194"},{"text":"And Shallum","number":"h7967"}],"13":[{"text":"the son","number":"h1121"},{"text":"of Jabesh","number":"h3003"},{"text":"of Judah","number":"h3063"},{"text":"a full","number":"h3117"},{"text":"month","number":"h3391"},{"text":"and he reigned","number":"h4427"},{"text":"began to reign","number":"h4427"},{"text":"king","number":"h4428"},{"text":"of Uzziah","number":"h5818"},{"text":"Shallum","number":"h7967"},{"text":"and thirtieth","number":"h7970"},{"text":"in Samaria","number":"h8111"},{"text":"year","number":"h8141"},{"text":"in the nine","number":"h8672"}],"17":[{"text":"the son","number":"h1121"},{"text":"of Gadi","number":"h1424"},{"text":"of Judah","number":"h3063"},{"text":"over Israel","number":"h3478"},{"text":"to reign","number":"h4427"},{"text":"king","number":"h4428"},{"text":"began Menahem","number":"h4505"},{"text":"of Azariah","number":"h5838"},{"text":"and reigned ten","number":"h6235"},{"text":"and thirtieth","number":"h7970"},{"text":"in Samaria","number":"h8111"},{"text":"year","number":"h8141"},{"text":"years","number":"h8141"},{"text":"In the nine","number":"h8672"}],"18":[{"text":"the son","number":"h1121"},{"text":"to sin","number":"h2398"},{"text":"from the sins","number":"h2403"},{"text":"of the LORD","number":"h3068"},{"text":"not all his days","number":"h3117"},{"text":"of Jeroboam","number":"h3379"},{"text":"who made Israel","number":"h3478"},{"text":"of Nebat","number":"h5028"},{"text":"he departed","number":"h5493"},{"text":"in the sight","number":"h5869"},{"text":"And he did","number":"h6213"},{"text":"that which was evil","number":"h7451"}],"23":[{"text":"the son","number":"h1121"},{"text":"In the fiftieth","number":"h2572"},{"text":"of Judah","number":"h3063"},{"text":"over Israel","number":"h3478"},{"text":"began to reign","number":"h4427"},{"text":"king","number":"h4428"},{"text":"of Menahem","number":"h4505"},{"text":"of Azariah","number":"h5838"},{"text":"Pekahiah","number":"h6494"},{"text":"in Samaria","number":"h8111"},{"text":"and reigned two years","number":"h8141"},{"text":"year","number":"h8141"}],"24":[{"text":"the son","number":"h1121"},{"text":"to sin","number":"h2398"},{"text":"not from the sins","number":"h2403"},{"text":"of the LORD","number":"h3068"},{"text":"of Jeroboam","number":"h3379"},{"text":"who made Israel","number":"h3478"},{"text":"of Nebat","number":"h5028"},{"text":"he departed","number":"h5493"},{"text":"in the sight","number":"h5869"},{"text":"And he did","number":"h6213"},{"text":"that which was evil","number":"h7451"}],"27":[{"text":"the son","number":"h1121"},{"text":"and fiftieth","number":"h2572"},{"text":"of Judah","number":"h3063"},{"text":"over Israel","number":"h3478"},{"text":"began to reign","number":"h4427"},{"text":"king","number":"h4428"},{"text":"of Azariah","number":"h5838"},{"text":"and reigned twenty","number":"h6242"},{"text":"Pekah","number":"h6492"},{"text":"of Remaliah","number":"h7425"},{"text":"in Samaria","number":"h8111"},{"text":"year","number":"h8141"},{"text":"years","number":"h8141"},{"text":"In the two","number":"h8147"}],"28":[{"text":"the son","number":"h1121"},{"text":"to sin","number":"h2398"},{"text":"not from the sins","number":"h2403"},{"text":"of the LORD","number":"h3068"},{"text":"of Jeroboam","number":"h3379"},{"text":"who made Israel","number":"h3478"},{"text":"of Nebat","number":"h5028"},{"text":"he departed","number":"h5493"},{"text":"in the sight","number":"h5869"},{"text":"And he did","number":"h6213"},{"text":"that which was evil","number":"h7451"}],"32":[{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Judah","number":"h3063"},{"text":"began Jotham","number":"h3147"},{"text":"of Israel","number":"h3478"},{"text":"to reign","number":"h4427"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"of Uzziah","number":"h5818"},{"text":"of Pekah","number":"h6492"},{"text":"of Remaliah","number":"h7425"},{"text":"year","number":"h8141"},{"text":"In the second","number":"h8147"}],"8":[{"text":"the son","number":"h1121"},{"text":"did Zachariah","number":"h2148"},{"text":"months","number":"h2320"},{"text":"of Judah","number":"h3063"},{"text":"of Jeroboam","number":"h3379"},{"text":"over Israel","number":"h3478"},{"text":"reign","number":"h4427"},{"text":"king","number":"h4428"},{"text":"of Azariah","number":"h5838"},{"text":"In the thirty","number":"h7970"},{"text":"and eighth","number":"h8083"},{"text":"in Samaria","number":"h8111"},{"text":"year","number":"h8141"},{"text":"six","number":"h8337"}],"16":[{"text":"he ripped up","number":"h1234"},{"text":"and all that were therein and the coasts","number":"h1366"},{"text":"it and all the women therein that were with child","number":"h2030"},{"text":"Then Menahem","number":"h4505"},{"text":"not to him therefore he smote","number":"h5221"},{"text":"smote","number":"h5221"},{"text":"because they opened","number":"h6605"},{"text":"Tiphsah","number":"h8607"},{"text":"thereof from Tirzah","number":"h8656"}],"11":[{"text":"of the acts","number":"h1697"},{"text":"of the chronicles","number":"h1697"},{"text":"of Zachariah","number":"h2148"},{"text":"of Israel","number":"h3478"},{"text":"And the rest","number":"h3499"},{"text":"behold they are written","number":"h3789"},{"text":"of the kings","number":"h4428"},{"text":"in the book","number":"h5612"}],"15":[{"text":"of the acts","number":"h1697"},{"text":"of the chronicles","number":"h1697"},{"text":"of Israel","number":"h3478"},{"text":"And the rest","number":"h3499"},{"text":"behold they are written","number":"h3789"},{"text":"of the kings","number":"h4428"},{"text":"in the book","number":"h5612"},{"text":"which he made","number":"h7194"},{"text":"and his conspiracy","number":"h7195"},{"text":"of Shallum","number":"h7967"}],"21":[{"text":"of the acts","number":"h1697"},{"text":"of the chronicles","number":"h1697"},{"text":"of Israel","number":"h3478"},{"text":"And the rest","number":"h3499"},{"text":"are they not written","number":"h3789"},{"text":"of the kings","number":"h4428"},{"text":"of Menahem","number":"h4505"},{"text":"in the book","number":"h5612"},{"text":"and all that he did","number":"h6213"}],"26":[{"text":"of the acts","number":"h1697"},{"text":"of the chronicles","number":"h1697"},{"text":"of Israel","number":"h3478"},{"text":"And the rest","number":"h3499"},{"text":"behold they are written","number":"h3789"},{"text":"of the kings","number":"h4428"},{"text":"in the book","number":"h5612"},{"text":"and all that he did","number":"h6213"},{"text":"of Pekahiah","number":"h6494"}],"31":[{"text":"of the acts","number":"h1697"},{"text":"of the chronicles","number":"h1697"},{"text":"of Israel","number":"h3478"},{"text":"And the rest","number":"h3499"},{"text":"behold they are written","number":"h3789"},{"text":"of the kings","number":"h4428"},{"text":"in the book","number":"h5612"},{"text":"and all that he did","number":"h6213"},{"text":"of Pekah","number":"h6492"}],"36":[{"text":"of the acts","number":"h1697"},{"text":"of the chronicles","number":"h1697"},{"text":"of Judah","number":"h3063"},{"text":"of Jotham","number":"h3147"},{"text":"Now the rest","number":"h3499"},{"text":"are they not written","number":"h3789"},{"text":"of the kings","number":"h4428"},{"text":"in the book","number":"h5612"},{"text":"and all that he did","number":"h6213"}],"6":[{"text":"of the acts","number":"h1697"},{"text":"of the chronicles","number":"h1697"},{"text":"of Judah","number":"h3063"},{"text":"And the rest","number":"h3499"},{"text":"are they not written","number":"h3789"},{"text":"of the kings","number":"h4428"},{"text":"in the book","number":"h5612"},{"text":"of Azariah","number":"h5838"},{"text":"and all that he did","number":"h6213"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"his father","number":"h1"},{"text":"was Ahaz","number":"h271"},{"text":"his God","number":"h430"},{"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 reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"in the sight","number":"h5869"},{"text":"and did","number":"h6213"},{"text":"Twenty","number":"h6242"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"sixteen","number":"h8337"}],"20":[{"text":"with his fathers","number":"h1"},{"text":"with his fathers","number":"h1"},{"text":"And Ahaz","number":"h271"},{"text":"his son","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"and Hezekiah","number":"h2396"},{"text":"reigned","number":"h4427"},{"text":"in the city","number":"h5892"},{"text":"and was buried","number":"h6912"},{"text":"slept","number":"h7901"}],"17":[{"text":"of stones","number":"h68"},{"text":"Ahaz","number":"h271"},{"text":"oxen","number":"h1241"},{"text":"the sea","number":"h3220"},{"text":"from off them and took down","number":"h3381"},{"text":"the laver","number":"h3595"},{"text":"of the bases","number":"h4350"},{"text":"And king","number":"h4428"},{"text":"the borders","number":"h4526"},{"text":"it upon a pavement","number":"h4837"},{"text":"from off the brasen","number":"h5178"},{"text":"that were under it and put","number":"h5414"},{"text":"and removed","number":"h5493"},{"text":"cut off","number":"h7112"}],"8":[{"text":"and in the treasures","number":"h214"},{"text":"And Ahaz","number":"h271"},{"text":"of Assyria","number":"h804"},{"text":"house","number":"h1004"},{"text":"in the house","number":"h1004"},{"text":"and gold","number":"h2091"},{"text":"of the LORD","number":"h3068"},{"text":"the silver","number":"h3701"},{"text":"took","number":"h3947"},{"text":"of the king's","number":"h4428"},{"text":"to the king","number":"h4428"},{"text":"that was found","number":"h4672"},{"text":"it for a present","number":"h7810"},{"text":"and sent","number":"h7971"}],"11":[{"text":"And Urijah","number":"h223"},{"text":"so Urijah","number":"h223"},{"text":"Ahaz","number":"h271"},{"text":"Ahaz","number":"h271"},{"text":"came","number":"h935"},{"text":"built","number":"h1129"},{"text":"from Damascus","number":"h1834"},{"text":"from Damascus","number":"h1834"},{"text":"the priest","number":"h3548"},{"text":"the priest","number":"h3548"},{"text":"an altar","number":"h4196"},{"text":"according to all that king","number":"h4428"},{"text":"it against king","number":"h4428"},{"text":"made","number":"h6213"},{"text":"had sent","number":"h7971"}],"15":[{"text":"Urijah","number":"h223"},{"text":"Ahaz","number":"h271"},{"text":"saying","number":"h559"},{"text":"of the land","number":"h776"},{"text":"shall be for me to enquire","number":"h1239"},{"text":"the morning","number":"h1242"},{"text":"Upon the great","number":"h1419"},{"text":"and all the blood","number":"h1818"},{"text":"upon it all the blood","number":"h1818"},{"text":"of the sacrifice","number":"h2077"},{"text":"and sprinkle","number":"h2236"},{"text":"the priest","number":"h3548"},{"text":"altar","number":"h4196"},{"text":"altar","number":"h4196"},{"text":"And king","number":"h4428"},{"text":"and the king's","number":"h4428"},{"text":"and his meat offering","number":"h4503"},{"text":"and their meat offering","number":"h4503"},{"text":"meat offering","number":"h4503"},{"text":"and the brasen","number":"h5178"},{"text":"and their drink offerings","number":"h5262"},{"text":"burnt offering","number":"h5930"},{"text":"burnt sacrifice","number":"h5930"},{"text":"of the burnt offering","number":"h5930"},{"text":"with the burnt offering","number":"h5930"},{"text":"of all the people","number":"h5971"},{"text":"and the evening","number":"h6153"},{"text":"commanded","number":"h6680"},{"text":"burn","number":"h6999"}],"16":[{"text":"Urijah","number":"h223"},{"text":"Ahaz","number":"h271"},{"text":"the priest","number":"h3548"},{"text":"according to all that king","number":"h4428"},{"text":"Thus did","number":"h6213"},{"text":"commanded","number":"h6680"}],"10":[{"text":"to Urijah","number":"h223"},{"text":"Ahaz","number":"h271"},{"text":"Ahaz","number":"h271"},{"text":"of Assyria","number":"h804"},{"text":"the fashion","number":"h1823"},{"text":"that was at Damascus","number":"h1834"},{"text":"to Damascus","number":"h1834"},{"text":"went","number":"h3212"},{"text":"the priest","number":"h3548"},{"text":"an altar","number":"h4196"},{"text":"of the altar","number":"h4196"},{"text":"And king","number":"h4428"},{"text":"and king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"of it according to all the workmanship","number":"h4639"},{"text":"to meet","number":"h7125"},{"text":"and saw","number":"h7200"},{"text":"sent","number":"h7971"},{"text":"and the pattern","number":"h8403"},{"text":"Tiglathpileser","number":"h8407"}],"1":[{"text":"Ahaz","number":"h271"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Judah","number":"h3063"},{"text":"of Jotham","number":"h3147"},{"text":"began to reign","number":"h4427"},{"text":"king","number":"h4428"},{"text":"of Pekah","number":"h6492"},{"text":"of Remaliah","number":"h7425"},{"text":"In the seventeenth","number":"h7651"},{"text":"year","number":"h8141"}],"5":[{"text":"Ahaz","number":"h271"},{"text":"of Syria","number":"h758"},{"text":"son","number":"h1121"},{"text":"but could","number":"h3201"},{"text":"to Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"not overcome","number":"h3898"},{"text":"to war","number":"h4421"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"came up","number":"h5927"},{"text":"and Pekah","number":"h6492"},{"text":"and they besieged","number":"h6696"},{"text":"of Remaliah","number":"h7425"},{"text":"Then Rezin","number":"h7526"}],"7":[{"text":"So Ahaz","number":"h271"},{"text":"saying","number":"h559"},{"text":"of Syria","number":"h758"},{"text":"of Assyria","number":"h804"},{"text":"and thy son","number":"h1121"},{"text":"and save","number":"h3467"},{"text":"of Israel","number":"h3478"},{"text":"and out of the hand","number":"h3709"},{"text":"me out of the hand","number":"h3709"},{"text":"messengers","number":"h4397"},{"text":"king","number":"h4428"},{"text":"of the king","number":"h4428"},{"text":"of the king","number":"h4428"},{"text":"I am thy servant","number":"h5650"},{"text":"come up","number":"h5927"},{"text":"which rise up","number":"h6965"},{"text":"sent","number":"h7971"},{"text":"to Tiglathpileser","number":"h8407"}],"19":[{"text":"of Ahaz","number":"h271"},{"text":"of the acts","number":"h1697"},{"text":"of the chronicles","number":"h1697"},{"text":"of Judah","number":"h3063"},{"text":"Now the rest","number":"h3499"},{"text":"are they not written","number":"h3789"},{"text":"of the kings","number":"h4428"},{"text":"in the book","number":"h5612"},{"text":"which he did","number":"h6213"}],"6":[{"text":"Elath","number":"h359"},{"text":"from Elath","number":"h359"},{"text":"to Elath","number":"h359"},{"text":"and the Syrians","number":"h726"},{"text":"of Syria","number":"h758"},{"text":"to Syria","number":"h758"},{"text":"came","number":"h935"},{"text":"the Jews","number":"h3064"},{"text":"there unto this day","number":"h3117"},{"text":"and dwelt","number":"h3427"},{"text":"king","number":"h4428"},{"text":"and drave","number":"h5394"},{"text":"At that time","number":"h6256"},{"text":"Rezin","number":"h7526"},{"text":"recovered","number":"h7725"}],"3":[{"text":"the fire","number":"h784"},{"text":"the children","number":"h1121"},{"text":"yea and made his son","number":"h1121"},{"text":"of the heathen","number":"h1471"},{"text":"in the way","number":"h1870"},{"text":"whom the LORD","number":"h3068"},{"text":"But he walked","number":"h3212"},{"text":"cast out","number":"h3423"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of the kings","number":"h4428"},{"text":"to pass through","number":"h5674"},{"text":"from before","number":"h6440"},{"text":"according to the abominations","number":"h8441"}],"18":[{"text":"of Assyria","number":"h804"},{"text":"he from the house","number":"h1004"},{"text":"in the house","number":"h1004"},{"text":"that they had built","number":"h1129"},{"text":"without","number":"h2435"},{"text":"of the LORD","number":"h3068"},{"text":"entry","number":"h3996"},{"text":"And the covert","number":"h4329"},{"text":"and the king's","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"turned","number":"h5437"},{"text":"for","number":"h6440"},{"text":"for the sabbath","number":"h7676"}],"9":[{"text":"of Assyria","number":"h804"},{"text":"of Assyria","number":"h804"},{"text":"it and carried the people of it captive","number":"h1540"},{"text":"against Damascus","number":"h1834"},{"text":"and slew","number":"h4191"},{"text":"And the king","number":"h4428"},{"text":"unto him for the king","number":"h4428"},{"text":"went up","number":"h5927"},{"text":"to Kir","number":"h7024"},{"text":"Rezin","number":"h7526"},{"text":"hearkened","number":"h8085"},{"text":"and took","number":"h8610"}],"12":[{"text":"was come","number":"h935"},{"text":"from Damascus","number":"h1834"},{"text":"the altar","number":"h4196"},{"text":"to the altar","number":"h4196"},{"text":"And when the king","number":"h4428"},{"text":"and the king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"and offered","number":"h5927"},{"text":"approached","number":"h7126"},{"text":"saw","number":"h7200"}],"14":[{"text":"and the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"side","number":"h3409"},{"text":"altar","number":"h4196"},{"text":"from between the altar","number":"h4196"},{"text":"of the altar","number":"h4196"},{"text":"also the brasen","number":"h5178"},{"text":"and put","number":"h5414"},{"text":"from the forefront","number":"h6440"},{"text":"which was before","number":"h6440"},{"text":"it on the north","number":"h6828"},{"text":"And he brought","number":"h7126"}],"4":[{"text":"in the high places","number":"h1116"},{"text":"and on the hills","number":"h1389"},{"text":"And he sacrificed","number":"h2076"},{"text":"tree","number":"h6086"},{"text":"and burnt incense","number":"h6999"},{"text":"and under every green","number":"h7488"}],"13":[{"text":"the blood","number":"h1818"},{"text":"and sprinkled","number":"h2236"},{"text":"upon the altar","number":"h4196"},{"text":"and his meat offering","number":"h4503"},{"text":"and poured","number":"h5258"},{"text":"his drink offering","number":"h5262"},{"text":"his burnt offering","number":"h5930"},{"text":"And he burnt","number":"h6999"},{"text":"of his peace offerings","number":"h8002"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"of their fathers","number":"h1"},{"text":"their God","number":"h430"},{"text":"that did not believe","number":"h539"},{"text":"in the LORD","number":"h3068"},{"text":"like to the neck","number":"h6203"},{"text":"their necks","number":"h6203"},{"text":"but hardened","number":"h7185"},{"text":"Notwithstanding they would not hear","number":"h8085"}],"41":[{"text":"their fathers","number":"h1"},{"text":"and their children's","number":"h1121"},{"text":"both their children","number":"h1121"},{"text":"children","number":"h1121"},{"text":"So these nations","number":"h1471"},{"text":"the LORD","number":"h3068"},{"text":"they unto this day","number":"h3117"},{"text":"feared","number":"h3373"},{"text":"and served","number":"h5647"},{"text":"as did","number":"h6213"},{"text":"so do","number":"h6213"},{"text":"their graven images","number":"h6456"}],"15":[{"text":"with their fathers","number":"h1"},{"text":"and went after","number":"h310"},{"text":"and his covenant","number":"h1285"},{"text":"the heathen","number":"h1471"},{"text":"and became vain","number":"h1891"},{"text":"vanity","number":"h1892"},{"text":"his statutes","number":"h2706"},{"text":"them concerning whom the LORD","number":"h3068"},{"text":"against them and they followed","number":"h3212"},{"text":"that he made","number":"h3772"},{"text":"And they rejected","number":"h3988"},{"text":"that were round about","number":"h5439"},{"text":"and his testimonies","number":"h5715"},{"text":"which he testified","number":"h5749"},{"text":"them that they should not do","number":"h6213"},{"text":"had charged","number":"h6680"}],"13":[{"text":"your fathers","number":"h1"},{"text":"saying","number":"h559"},{"text":"ways","number":"h1870"},{"text":"and by all the seers","number":"h2374"},{"text":"and my statutes","number":"h2708"},{"text":"by","number":"h3027"},{"text":"to you by","number":"h3027"},{"text":"and against Judah","number":"h3063"},{"text":"Yet the LORD","number":"h3068"},{"text":"against Israel","number":"h3478"},{"text":"my commandments","number":"h4687"},{"text":"all the prophets","number":"h5030"},{"text":"the prophets","number":"h5030"},{"text":"my servants","number":"h5650"},{"text":"testified","number":"h5749"},{"text":"which I commanded","number":"h6680"},{"text":"ye from your evil","number":"h7451"},{"text":"Turn","number":"h7725"},{"text":"and which I sent","number":"h7971"},{"text":"and keep","number":"h8104"},{"text":"according to all the law","number":"h8451"}],"23":[{"text":"out of their own land","number":"h127"},{"text":"to Assyria","number":"h804"},{"text":"carried away","number":"h1540"},{"text":"as he had said","number":"h1696"},{"text":"by","number":"h3027"},{"text":"Until the LORD","number":"h3068"},{"text":"unto this day","number":"h3117"},{"text":"Israel","number":"h3478"},{"text":"So was Israel","number":"h3478"},{"text":"the prophets","number":"h5030"},{"text":"removed","number":"h5493"},{"text":"all his servants","number":"h5650"},{"text":"out of his sight","number":"h6440"}],"31":[{"text":"to Adrammelech","number":"h152"},{"text":"the gods","number":"h430"},{"text":"in fire","number":"h784"},{"text":"their children","number":"h1121"},{"text":"Nibhaz","number":"h5026"},{"text":"and the Sepharvites","number":"h5616"},{"text":"of Sepharvaim","number":"h5617"},{"text":"And the Avites","number":"h5757"},{"text":"and Anammelech","number":"h6048"},{"text":"made","number":"h6213"},{"text":"burnt","number":"h8313"},{"text":"and Tartak","number":"h8662"}],"28":[{"text":"Then one","number":"h259"},{"text":"came","number":"h935"},{"text":"in Bethel","number":"h1008"},{"text":"whom they had carried away","number":"h1540"},{"text":"the LORD","number":"h3068"},{"text":"them how they should fear","number":"h3372"},{"text":"and taught","number":"h3384"},{"text":"and dwelt","number":"h3427"},{"text":"of the priests","number":"h3548"},{"text":"from Samaria","number":"h8111"}],"27":[{"text":"thither one","number":"h259"},{"text":"of the God","number":"h430"},{"text":"saying","number":"h559"},{"text":"of the land","number":"h776"},{"text":"of Assyria","number":"h804"},{"text":"whom ye brought","number":"h1540"},{"text":"Carry","number":"h3212"},{"text":"from thence and let them go","number":"h3212"},{"text":"there and let him teach","number":"h3384"},{"text":"and dwell","number":"h3427"},{"text":"of the priests","number":"h3548"},{"text":"Then the king","number":"h4428"},{"text":"them the manner","number":"h4941"},{"text":"commanded","number":"h6680"}],"1":[{"text":"of Ahaz","number":"h271"},{"text":"of Elah","number":"h425"},{"text":"the son","number":"h1121"},{"text":"began Hoshea","number":"h1954"},{"text":"of Judah","number":"h3063"},{"text":"over Israel","number":"h3478"},{"text":"to reign","number":"h4427"},{"text":"king","number":"h4428"},{"text":"in Samaria","number":"h8111"},{"text":"year","number":"h8141"},{"text":"years","number":"h8141"},{"text":"In the twelfth","number":"h8147"},{"text":"nine","number":"h8672"}],"21":[{"text":"from following","number":"h310"},{"text":"from the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"a great","number":"h1419"},{"text":"of David","number":"h1732"},{"text":"and made them sin","number":"h2398"},{"text":"sin","number":"h2401"},{"text":"the LORD","number":"h3068"},{"text":"and Jeroboam","number":"h3379"},{"text":"and they made Jeroboam","number":"h3379"},{"text":"Israel","number":"h3478"},{"text":"Israel","number":"h3478"},{"text":"king","number":"h4427"},{"text":"of Nebat","number":"h5028"},{"text":"drave","number":"h5080"},{"text":"For he rent","number":"h7167"}],"35":[{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"them saying","number":"h559"},{"text":"a covenant","number":"h1285"},{"text":"them nor sacrifice","number":"h2076"},{"text":"With whom the LORD","number":"h3068"},{"text":"Ye shall not fear","number":"h3372"},{"text":"had made","number":"h3772"},{"text":"yourselves to them nor serve","number":"h5647"},{"text":"and charged","number":"h6680"},{"text":"nor bow","number":"h7812"}],"37":[{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"And the statutes","number":"h2706"},{"text":"for evermore","number":"h3117"},{"text":"and ye shall not fear","number":"h3372"},{"text":"which he wrote","number":"h3789"},{"text":"and the commandment","number":"h4687"},{"text":"and the ordinances","number":"h4941"},{"text":"to do","number":"h6213"},{"text":"for you ye shall observe","number":"h8104"},{"text":"and the law","number":"h8451"}],"38":[{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"And the covenant","number":"h1285"},{"text":"neither shall ye fear","number":"h3372"},{"text":"that I have made","number":"h3772"},{"text":"with you ye shall not forget","number":"h7911"}],"7":[{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"their God","number":"h430"},{"text":"out of the land","number":"h776"},{"text":"For so it was that the children","number":"h1121"},{"text":"had sinned","number":"h2398"},{"text":"from under the hand","number":"h3027"},{"text":"against the LORD","number":"h3068"},{"text":"and had feared","number":"h3372"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"which had brought them up","number":"h5927"},{"text":"of Pharaoh","number":"h6547"}],"39":[{"text":"of all your enemies","number":"h341"},{"text":"your God","number":"h430"},{"text":"you out of the hand","number":"h3027"},{"text":"But the LORD","number":"h3068"},{"text":"ye shall fear","number":"h3372"},{"text":"and he shall deliver","number":"h5337"}],"29":[{"text":"gods","number":"h430"},{"text":"them in the houses","number":"h1004"},{"text":"of the high places","number":"h1116"},{"text":"Howbeit every nation","number":"h1471"},{"text":"every nation","number":"h1471"},{"text":"of their own and put","number":"h3240"},{"text":"wherein they dwelt","number":"h3427"},{"text":"in their cities","number":"h5892"},{"text":"had made","number":"h6213"},{"text":"made","number":"h6213"},{"text":"which the Samaritans","number":"h8118"}],"26":[{"text":"of the God","number":"h430"},{"text":"of the God","number":"h430"},{"text":"Wherefore they spake","number":"h559"},{"text":"saying","number":"h559"},{"text":"lions","number":"h738"},{"text":"of the land","number":"h776"},{"text":"of the land","number":"h776"},{"text":"of Assyria","number":"h804"},{"text":"The nations","number":"h1471"},{"text":"which thou hast removed","number":"h1540"},{"text":"know","number":"h3045"},{"text":"them because they know","number":"h3045"},{"text":"and placed","number":"h3427"},{"text":"among them and behold they slay","number":"h4191"},{"text":"to the king","number":"h4428"},{"text":"not the manner","number":"h4941"},{"text":"not the manner","number":"h4941"},{"text":"in the cities","number":"h5892"},{"text":"therefore he hath sent","number":"h7971"},{"text":"of Samaria","number":"h8111"}],"16":[{"text":"their God","number":"h430"},{"text":"a grove","number":"h842"},{"text":"Baal","number":"h1168"},{"text":"of the LORD","number":"h3068"},{"text":"them molten images","number":"h4541"},{"text":"all the commandments","number":"h4687"},{"text":"and served","number":"h5647"},{"text":"calves","number":"h5695"},{"text":"And they left","number":"h5800"},{"text":"and made","number":"h6213"},{"text":"and made","number":"h6213"},{"text":"all the host","number":"h6635"},{"text":"and worshipped","number":"h7812"},{"text":"of heaven","number":"h8064"},{"text":"even two","number":"h8147"}],"19":[{"text":"their God","number":"h430"},{"text":"in the statutes","number":"h2708"},{"text":"Also Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"but walked","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"not the commandments","number":"h4687"},{"text":"which they made","number":"h6213"},{"text":"kept","number":"h8104"}],"9":[{"text":"their God","number":"h430"},{"text":"them high places","number":"h1116"},{"text":"And the children","number":"h1121"},{"text":"and they built","number":"h1129"},{"text":"those things","number":"h1697"},{"text":"did secretly","number":"h2644"},{"text":"that were not right against the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"to the fenced","number":"h4013"},{"text":"from the tower","number":"h4026"},{"text":"of the watchmen","number":"h5341"},{"text":"city","number":"h5892"},{"text":"in all their cities","number":"h5892"}],"33":[{"text":"their own gods","number":"h430"},{"text":"of the nations","number":"h1471"},{"text":"whom they carried away","number":"h1540"},{"text":"the LORD","number":"h3068"},{"text":"They feared","number":"h3373"},{"text":"after the manner","number":"h4941"},{"text":"and served","number":"h5647"}],"12":[{"text":"had said","number":"h559"},{"text":"idols","number":"h1544"},{"text":"this thing","number":"h1697"},{"text":"whereof the LORD","number":"h3068"},{"text":"For they served","number":"h5647"},{"text":"unto them Ye shall not do","number":"h6213"}],"30":[{"text":"And the men","number":"h582"},{"text":"and the men","number":"h582"},{"text":"and the men","number":"h582"},{"text":"Ashima","number":"h807"},{"text":"of Babylon","number":"h894"},{"text":"of Hamath","number":"h2574"},{"text":"of Cuth","number":"h3575"},{"text":"Nergal","number":"h5370"},{"text":"Succothbenoth","number":"h5524"},{"text":"made","number":"h6213"},{"text":"made","number":"h6213"},{"text":"made","number":"h6213"}],"18":[{"text":"angry","number":"h599"},{"text":"of Judah","number":"h3063"},{"text":"Therefore the LORD","number":"h3068"},{"text":"with Israel","number":"h3478"},{"text":"was very","number":"h3966"},{"text":"and removed","number":"h5493"},{"text":"them out of his sight","number":"h6440"},{"text":"there was none left","number":"h7604"},{"text":"but the tribe","number":"h7626"}],"4":[{"text":"and bound","number":"h631"},{"text":"of Assyria","number":"h804"},{"text":"of Assyria","number":"h804"},{"text":"of Assyria","number":"h804"},{"text":"him in prison","number":"h1004"},{"text":"in Hoshea","number":"h1954"},{"text":"messengers","number":"h4397"},{"text":"And the king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"therefore the king","number":"h4428"},{"text":"to the king","number":"h4428"},{"text":"no present","number":"h4503"},{"text":"found","number":"h4672"},{"text":"of Egypt","number":"h4714"},{"text":"to So","number":"h5471"},{"text":"and brought","number":"h5927"},{"text":"shut him up","number":"h6113"},{"text":"conspiracy","number":"h7195"},{"text":"for he had sent","number":"h7971"},{"text":"as he had done year","number":"h8141"},{"text":"by year","number":"h8141"}],"25":[{"text":"lions","number":"h738"},{"text":"among them which slew","number":"h2026"},{"text":"not the LORD","number":"h3068"},{"text":"therefore the LORD","number":"h3068"},{"text":"there that they feared","number":"h3372"},{"text":"of their dwelling","number":"h3427"},{"text":"sent","number":"h7971"},{"text":"And so it was at the beginning","number":"h8462"}],"36":[{"text":"out of the land","number":"h776"},{"text":"with great","number":"h1419"},{"text":"and to him shall ye do sacrifice","number":"h2076"},{"text":"arm","number":"h2220"},{"text":"But the LORD","number":"h3068"},{"text":"him shall ye fear","number":"h3372"},{"text":"power","number":"h3581"},{"text":"of Egypt","number":"h4714"},{"text":"and a stretched out","number":"h5186"},{"text":"who brought you up","number":"h5927"},{"text":"and him shall ye worship","number":"h7812"}],"5":[{"text":"throughout all the land","number":"h776"},{"text":"of Assyria","number":"h804"},{"text":"Then the king","number":"h4428"},{"text":"and went up","number":"h5927"},{"text":"came up","number":"h5927"},{"text":"and besieged","number":"h6696"},{"text":"it three","number":"h7969"},{"text":"to Samaria","number":"h8111"},{"text":"years","number":"h8141"}],"17":[{"text":"through the fire","number":"h784"},{"text":"And they caused their sons","number":"h1121"},{"text":"and their daughters","number":"h1323"},{"text":"of the LORD","number":"h3068"},{"text":"to provoke him to anger","number":"h3707"},{"text":"and sold","number":"h4376"},{"text":"and enchantments","number":"h5172"},{"text":"to pass","number":"h5674"},{"text":"in the sight","number":"h5869"},{"text":"themselves to do","number":"h6213"},{"text":"and used","number":"h7080"},{"text":"divination","number":"h7081"},{"text":"evil","number":"h7451"}],"6":[{"text":"into Assyria","number":"h804"},{"text":"of Assyria","number":"h804"},{"text":"of Gozan","number":"h1470"},{"text":"and carried","number":"h1540"},{"text":"away","number":"h1540"},{"text":"of Hoshea","number":"h1954"},{"text":"and in Habor","number":"h2249"},{"text":"them in Halah","number":"h2477"},{"text":"and placed","number":"h3427"},{"text":"Israel","number":"h3478"},{"text":"took","number":"h3920"},{"text":"of the Medes","number":"h4074"},{"text":"the king","number":"h4428"},{"text":"by the river","number":"h5104"},{"text":"and in the cities","number":"h5892"},{"text":"Samaria","number":"h8111"},{"text":"year","number":"h8141"},{"text":"In the ninth","number":"h8671"}],"24":[{"text":"of Assyria","number":"h804"},{"text":"men from Babylon","number":"h894"},{"text":"brought","number":"h935"},{"text":"instead of the children","number":"h1121"},{"text":"and from Hamath","number":"h2574"},{"text":"and they possessed","number":"h3423"},{"text":"and dwelt","number":"h3427"},{"text":"and placed","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"and from Cuthah","number":"h3575"},{"text":"And the king","number":"h4428"},{"text":"and from Sepharvaim","number":"h5617"},{"text":"and from Ava","number":"h5755"},{"text":"in the cities","number":"h5892"},{"text":"them in the cities","number":"h5892"},{"text":"Samaria","number":"h8111"},{"text":"of Samaria","number":"h8111"}],"3":[{"text":"of Assyria","number":"h804"},{"text":"and Hoshea","number":"h1954"},{"text":"king","number":"h4428"},{"text":"him presents","number":"h4503"},{"text":"became his servant","number":"h5650"},{"text":"Against him came up","number":"h5927"},{"text":"and gave","number":"h7725"},{"text":"Shalmaneser","number":"h8022"}],"10":[{"text":"and groves","number":"h842"},{"text":"in every high","number":"h1364"},{"text":"hill","number":"h1389"},{"text":"images","number":"h4676"},{"text":"And they set them up","number":"h5324"},{"text":"tree","number":"h6086"},{"text":"and under every green","number":"h7488"}],"32":[{"text":"for them in the houses","number":"h1004"},{"text":"of the high places","number":"h1116"},{"text":"of the high places","number":"h1116"},{"text":"the LORD","number":"h3068"},{"text":"So they feared","number":"h3373"},{"text":"of them priests","number":"h3548"},{"text":"and made","number":"h6213"},{"text":"which sacrificed","number":"h6213"},{"text":"unto themselves of the lowest","number":"h7098"}],"11":[{"text":"in all the high places","number":"h1116"},{"text":"as did the heathen","number":"h1471"},{"text":"carried away","number":"h1540"},{"text":"things","number":"h1697"},{"text":"to provoke the LORD","number":"h3068"},{"text":"whom the LORD","number":"h3068"},{"text":"to anger","number":"h3707"},{"text":"them and wrought","number":"h6213"},{"text":"before","number":"h6440"},{"text":"And there they burnt incense","number":"h6999"},{"text":"wicked","number":"h7451"}],"22":[{"text":"For the children","number":"h1121"},{"text":"in all the sins","number":"h2403"},{"text":"walked","number":"h3212"},{"text":"of Jeroboam","number":"h3379"},{"text":"of Israel","number":"h3478"},{"text":"they departed","number":"h5493"},{"text":"which he did","number":"h6213"}],"34":[{"text":"the children","number":"h1121"},{"text":"they after their statutes","number":"h2708"},{"text":"not the LORD","number":"h3068"},{"text":"which the LORD","number":"h3068"},{"text":"Unto this day","number":"h3117"},{"text":"of Jacob","number":"h3290"},{"text":"they fear","number":"h3373"},{"text":"Israel","number":"h3478"},{"text":"and commandment","number":"h4687"},{"text":"manners","number":"h4941"},{"text":"or after their ordinances","number":"h4941"},{"text":"neither do","number":"h6213"},{"text":"they do","number":"h6213"},{"text":"commanded","number":"h6680"},{"text":"after the former","number":"h7223"},{"text":"whom he named","number":"h7760"},{"text":"or after the law","number":"h8451"}],"8":[{"text":"the children","number":"h1121"},{"text":"of the heathen","number":"h1471"},{"text":"in the statutes","number":"h2708"},{"text":"whom the LORD","number":"h3068"},{"text":"And walked","number":"h3212"},{"text":"cast out","number":"h3423"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"and of the kings","number":"h4428"},{"text":"which they had made","number":"h6213"},{"text":"from before","number":"h6440"}],"20":[{"text":"all the seed","number":"h2233"},{"text":"them into the hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"rejected","number":"h3988"},{"text":"them and delivered","number":"h5414"},{"text":"and afflicted","number":"h6031"},{"text":"them out of his sight","number":"h6440"},{"text":"until he had cast","number":"h7993"},{"text":"of spoilers","number":"h8154"}],"2":[{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"but not as the kings","number":"h4428"},{"text":"in the sight","number":"h5869"},{"text":"And he did","number":"h6213"},{"text":"that were before","number":"h6440"},{"text":"that which was evil","number":"h7451"}],"40":[{"text":"manner","number":"h4941"},{"text":"but they did","number":"h6213"},{"text":"after their former","number":"h7223"},{"text":"Howbeit they did not hearken","number":"h8085"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"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":"did","number":"h6213"}],"2":[{"text":"also was Abi","number":"h21"},{"text":"His mother's","number":"h517"},{"text":"old","number":"h1121"},{"text":"the daughter","number":"h1323"},{"text":"of Zachariah","number":"h2148"},{"text":"and five","number":"h2568"},{"text":"in Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"was he when he began to reign","number":"h4427"},{"text":"Twenty","number":"h6242"},{"text":"twenty","number":"h6242"},{"text":"name","number":"h8034"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"and nine","number":"h8672"}],"27":[{"text":"me to thy master","number":"h113"},{"text":"unto them Hath my master","number":"h113"},{"text":"that they may eat","number":"h398"},{"text":"said","number":"h559"},{"text":"hath he not sent me to the men","number":"h582"},{"text":"and to thee to speak","number":"h1696"},{"text":"these words","number":"h1697"},{"text":"on the wall","number":"h2346"},{"text":"which sit","number":"h3427"},{"text":"their own piss","number":"h4325"},{"text":"their own dung","number":"h6675"},{"text":"But Rabshakeh","number":"h7262"},{"text":"sent","number":"h7971"},{"text":"and drink","number":"h8354"}],"24":[{"text":"of my master's","number":"h113"},{"text":"of one","number":"h259"},{"text":"and put thy trust","number":"h982"},{"text":"on Egypt","number":"h4714"},{"text":"servants","number":"h5650"},{"text":"captain","number":"h6346"},{"text":"the face","number":"h6440"},{"text":"and for horsemen","number":"h6571"},{"text":"of the least","number":"h6996"},{"text":"for chariots","number":"h7393"},{"text":"How then wilt thou turn away","number":"h7725"}],"23":[{"text":"to my lord","number":"h113"},{"text":"thee two thousand","number":"h505"},{"text":"of Assyria","number":"h804"},{"text":"if thou be able","number":"h3201"},{"text":"the king","number":"h4428"},{"text":"and I will deliver","number":"h5414"},{"text":"on thy part to set","number":"h5414"},{"text":"horses","number":"h5483"},{"text":"Now therefore I pray thee give pledges","number":"h6148"},{"text":"riders","number":"h7392"}],"15":[{"text":"and in the treasures","number":"h214"},{"text":"house","number":"h1004"},{"text":"in the house","number":"h1004"},{"text":"And Hezekiah","number":"h2396"},{"text":"of the LORD","number":"h3068"},{"text":"him all the silver","number":"h3701"},{"text":"of the king's","number":"h4428"},{"text":"that was found","number":"h4672"},{"text":"gave","number":"h5414"}],"26":[{"text":"in the ears","number":"h241"},{"text":"Eliakim","number":"h471"},{"text":"Then said","number":"h559"},{"text":"in the Syrian language","number":"h762"},{"text":"the son","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"it and talk","number":"h1696"},{"text":"that are on the wall","number":"h2346"},{"text":"of Hilkiah","number":"h2518"},{"text":"not with us in the Jews' language","number":"h3066"},{"text":"and Joah","number":"h3098"},{"text":"I pray thee to thy servants","number":"h5650"},{"text":"of the people","number":"h5971"},{"text":"unto Rabshakeh","number":"h7262"},{"text":"and Shebna","number":"h7644"},{"text":"for we understand","number":"h8085"}],"1":[{"text":"of Ahaz","number":"h271"},{"text":"of Elah","number":"h425"},{"text":"son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Hoshea","number":"h1954"},{"text":"that Hezekiah","number":"h2396"},{"text":"of Judah","number":"h3063"},{"text":"of Israel","number":"h3478"},{"text":"began to reign","number":"h4427"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"Now it came to pass in the third","number":"h7969"},{"text":"year","number":"h8141"}],"6":[{"text":"not from following","number":"h310"},{"text":"For he clave","number":"h1692"},{"text":"to the LORD","number":"h3068"},{"text":"which the LORD","number":"h3068"},{"text":"his commandments","number":"h4687"},{"text":"Moses","number":"h4872"},{"text":"and departed","number":"h5493"},{"text":"commanded","number":"h6680"},{"text":"him but kept","number":"h8104"}],"5":[{"text":"so that after","number":"h310"},{"text":"God","number":"h430"},{"text":"He trusted","number":"h982"},{"text":"of Judah","number":"h3063"},{"text":"in the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"him was none like him among all the kings","number":"h4428"},{"text":"nor any that were before","number":"h6440"}],"33":[{"text":"Hath any","number":"h376"},{"text":"of the gods","number":"h430"},{"text":"his land","number":"h776"},{"text":"of Assyria","number":"h804"},{"text":"of the nations","number":"h1471"},{"text":"out of the hand","number":"h3027"},{"text":"of the king","number":"h4428"},{"text":"at all","number":"h5337"},{"text":"delivered","number":"h5337"}],"31":[{"text":"and every one","number":"h376"},{"text":"ye every man","number":"h376"},{"text":"ye every one","number":"h376"},{"text":"to me and then eat","number":"h398"},{"text":"for thus saith","number":"h559"},{"text":"of Assyria","number":"h804"},{"text":"of his cistern","number":"h953"},{"text":"an agreement with me by a present","number":"h1293"},{"text":"of his own vine","number":"h1612"},{"text":"not to Hezekiah","number":"h2396"},{"text":"and come out","number":"h3318"},{"text":"the waters","number":"h4325"},{"text":"the king","number":"h4428"},{"text":"Make","number":"h6213"},{"text":"Hearken","number":"h8085"},{"text":"and drink","number":"h8354"},{"text":"of his fig tree","number":"h8384"}],"21":[{"text":"on which if a man","number":"h376"},{"text":"it will go","number":"h935"},{"text":"Now behold thou trustest","number":"h982"},{"text":"unto all that trust","number":"h982"},{"text":"into his hand","number":"h3709"},{"text":"king","number":"h4428"},{"text":"even upon Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"upon the staff","number":"h4938"},{"text":"and pierce","number":"h5344"},{"text":"lean","number":"h5564"},{"text":"it so is Pharaoh","number":"h6547"},{"text":"reed","number":"h7070"},{"text":"of this bruised","number":"h7533"}],"9":[{"text":"of Elah","number":"h425"},{"text":"of Assyria","number":"h804"},{"text":"son","number":"h1121"},{"text":"of Hoshea","number":"h1954"},{"text":"Hezekiah","number":"h2396"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"of king","number":"h4428"},{"text":"came up","number":"h5927"},{"text":"and besieged","number":"h6696"},{"text":"And it came to pass in the fourth","number":"h7243"},{"text":"which was the seventh","number":"h7637"},{"text":"that Shalmaneser","number":"h8022"},{"text":"against Samaria","number":"h8111"},{"text":"year","number":"h8141"},{"text":"year","number":"h8141"}],"34":[{"text":"Where are the gods","number":"h430"},{"text":"where are the gods","number":"h430"},{"text":"and of Arpad","number":"h774"},{"text":"Hena","number":"h2012"},{"text":"of Hamath","number":"h2574"},{"text":"out of mine hand","number":"h3027"},{"text":"have they delivered","number":"h5337"},{"text":"of Sepharvaim","number":"h5617"},{"text":"and Ivah","number":"h5755"},{"text":"Samaria","number":"h8111"}],"35":[{"text":"Who are they among all the gods","number":"h430"},{"text":"of the countries","number":"h776"},{"text":"their country","number":"h776"},{"text":"out of mine hand","number":"h3027"},{"text":"out of mine hand","number":"h3027"},{"text":"that the LORD","number":"h3068"},{"text":"Jerusalem","number":"h3389"},{"text":"should deliver","number":"h5337"},{"text":"that have delivered","number":"h5337"}],"22":[{"text":"our God","number":"h430"},{"text":"But if ye say","number":"h559"},{"text":"and hath said","number":"h559"},{"text":"unto me We trust","number":"h982"},{"text":"is not that he whose high places","number":"h1116"},{"text":"Hezekiah","number":"h2396"},{"text":"to Judah","number":"h3063"},{"text":"in the LORD","number":"h3068"},{"text":"and Jerusalem","number":"h3389"},{"text":"in Jerusalem","number":"h3389"},{"text":"and whose altars","number":"h4196"},{"text":"this altar","number":"h4196"},{"text":"hath taken away","number":"h5493"},{"text":"before","number":"h6440"},{"text":"Ye shall worship","number":"h7812"}],"12":[{"text":"their God","number":"h430"},{"text":"his covenant","number":"h1285"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"and all that Moses","number":"h4872"},{"text":"the servant","number":"h5650"},{"text":"but transgressed","number":"h5674"},{"text":"them nor do","number":"h6213"},{"text":"commanded","number":"h6680"},{"text":"not the voice","number":"h6963"},{"text":"Because they obeyed","number":"h8085"},{"text":"and would not hear","number":"h8085"}],"37":[{"text":"Eliakim","number":"h471"},{"text":"of Asaph","number":"h623"},{"text":"with their clothes","number":"h899"},{"text":"Then came","number":"h935"},{"text":"which was over the household","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"him the words","number":"h1697"},{"text":"the recorder","number":"h2142"},{"text":"to Hezekiah","number":"h2396"},{"text":"of Hilkiah","number":"h2518"},{"text":"and Joah","number":"h3098"},{"text":"and told","number":"h5046"},{"text":"the scribe","number":"h5608"},{"text":"rent","number":"h7167"},{"text":"of Rabshakeh","number":"h7262"},{"text":"and Shebna","number":"h7644"}],"18":[{"text":"to them Eliakim","number":"h471"},{"text":"of Asaph","number":"h623"},{"text":"which was over the household","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the recorder","number":"h2142"},{"text":"of Hilkiah","number":"h2518"},{"text":"and Joah","number":"h3098"},{"text":"there came out","number":"h3318"},{"text":"to the king","number":"h4428"},{"text":"the scribe","number":"h5608"},{"text":"And when they had called","number":"h7121"},{"text":"and Shebna","number":"h7644"}],"16":[{"text":"and from the pillars","number":"h547"},{"text":"of Assyria","number":"h804"},{"text":"the gold from the doors","number":"h1817"},{"text":"of the temple","number":"h1964"},{"text":"did Hezekiah","number":"h2396"},{"text":"which Hezekiah","number":"h2396"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"it to the king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"and gave","number":"h5414"},{"text":"At that time","number":"h6256"},{"text":"had overlaid","number":"h6823"},{"text":"cut off","number":"h7112"}],"20":[{"text":"Thou sayest","number":"h559"},{"text":"Now on whom dost thou trust","number":"h982"},{"text":"and strength","number":"h1369"},{"text":"words","number":"h1697"},{"text":"for the war","number":"h4421"},{"text":"that thou rebellest","number":"h4775"},{"text":"I have counsel","number":"h6098"},{"text":"but they are but vain","number":"h8193"}],"19":[{"text":"Thus saith","number":"h559"},{"text":"said","number":"h559"},{"text":"unto them Speak","number":"h559"},{"text":"of Assyria","number":"h804"},{"text":"is this wherein thou trustest","number":"h982"},{"text":"What confidence","number":"h986"},{"text":"the great","number":"h1419"},{"text":"ye now to Hezekiah","number":"h2396"},{"text":"king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"And Rabshakeh","number":"h7262"}],"29":[{"text":"Thus saith","number":"h559"},{"text":"Let not Hezekiah","number":"h2396"},{"text":"you out of his hand","number":"h3027"},{"text":"you for he shall not be able","number":"h3201"},{"text":"the king","number":"h4428"},{"text":"to deliver","number":"h5337"},{"text":"deceive","number":"h5377"}],"25":[{"text":"said","number":"h559"},{"text":"against this land","number":"h776"},{"text":"without","number":"h1107"},{"text":"it The LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"against this place","number":"h4725"},{"text":"Am I now come up","number":"h5927"},{"text":"to me Go up","number":"h5927"},{"text":"and destroy","number":"h7843"},{"text":"to destroy","number":"h7843"}],"14":[{"text":"saying","number":"h559"},{"text":"of Assyria","number":"h804"},{"text":"of Assyria","number":"h804"},{"text":"of gold","number":"h2091"},{"text":"And Hezekiah","number":"h2396"},{"text":"unto Hezekiah","number":"h2396"},{"text":"I have offended","number":"h2398"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"talents","number":"h3603"},{"text":"talents","number":"h3603"},{"text":"of silver","number":"h3701"},{"text":"to Lachish","number":"h3923"},{"text":"hundred","number":"h3967"},{"text":"And the king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"to the king","number":"h4428"},{"text":"on me will I bear","number":"h5375"},{"text":"from me that which thou puttest","number":"h5414"},{"text":"return","number":"h7725"},{"text":"appointed","number":"h7760"},{"text":"three","number":"h7969"},{"text":"and thirty","number":"h7970"},{"text":"sent","number":"h7971"}],"28":[{"text":"saying","number":"h559"},{"text":"of Assyria","number":"h804"},{"text":"of the great","number":"h1419"},{"text":"with a loud","number":"h1419"},{"text":"and spake","number":"h1696"},{"text":"the word","number":"h1697"},{"text":"in the Jews' language","number":"h3066"},{"text":"king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"stood","number":"h5975"},{"text":"voice","number":"h6963"},{"text":"and cried","number":"h7121"},{"text":"Then Rabshakeh","number":"h7262"},{"text":"Hear","number":"h8085"}],"30":[{"text":"saying","number":"h559"},{"text":"of Assyria","number":"h804"},{"text":"make you trust","number":"h982"},{"text":"Neither let Hezekiah","number":"h2396"},{"text":"into the hand","number":"h3027"},{"text":"The LORD","number":"h3068"},{"text":"in the LORD","number":"h3068"},{"text":"of the king","number":"h4428"},{"text":"deliver","number":"h5337"},{"text":"will surely","number":"h5337"},{"text":"shall not be delivered","number":"h5414"},{"text":"us and this city","number":"h5892"}],"36":[{"text":"was saying","number":"h559"},{"text":"him not a word","number":"h1697"},{"text":"held their peace","number":"h2790"},{"text":"for the king's","number":"h4428"},{"text":"commandment","number":"h4687"},{"text":"But the people","number":"h5971"},{"text":"Answer","number":"h6030"},{"text":"and answered","number":"h6030"}],"32":[{"text":"you saying","number":"h559"},{"text":"a land","number":"h776"},{"text":"a land","number":"h776"},{"text":"a land","number":"h776"},{"text":"like your own land","number":"h776"},{"text":"to a land","number":"h776"},{"text":"Until I come","number":"h935"},{"text":"and of honey","number":"h1706"},{"text":"of corn","number":"h1715"},{"text":"olive","number":"h2132"},{"text":"not unto Hezekiah","number":"h2396"},{"text":"that ye may live","number":"h2421"},{"text":"The LORD","number":"h3068"},{"text":"of oil","number":"h3323"},{"text":"and vineyards","number":"h3754"},{"text":"of bread","number":"h3899"},{"text":"and take you away","number":"h3947"},{"text":"and not die","number":"h4191"},{"text":"will deliver","number":"h5337"},{"text":"when he persuadeth","number":"h5496"},{"text":"and hearken","number":"h8085"},{"text":"and wine","number":"h8492"}],"13":[{"text":"Now in the fourteenth","number":"h702"},{"text":"of Assyria","number":"h804"},{"text":"against all the fenced","number":"h1219"},{"text":"Hezekiah","number":"h2396"},{"text":"of Judah","number":"h3063"},{"text":"king","number":"h4428"},{"text":"of king","number":"h4428"},{"text":"did Sennacherib","number":"h5576"},{"text":"cities","number":"h5892"},{"text":"come up","number":"h5927"},{"text":"year","number":"h8141"},{"text":"and took","number":"h8610"}],"11":[{"text":"of Assyria","number":"h804"},{"text":"unto Assyria","number":"h804"},{"text":"of Gozan","number":"h1470"},{"text":"did carry away","number":"h1540"},{"text":"and in Habor","number":"h2249"},{"text":"them in Halah","number":"h2477"},{"text":"Israel","number":"h3478"},{"text":"of the Medes","number":"h4074"},{"text":"And the king","number":"h4428"},{"text":"by the river","number":"h5104"},{"text":"and put","number":"h5148"},{"text":"and in the cities","number":"h5892"}],"17":[{"text":"of Assyria","number":"h804"},{"text":"and came","number":"h935"},{"text":"they came","number":"h935"},{"text":"pool","number":"h1295"},{"text":"Hezekiah","number":"h2396"},{"text":"host","number":"h2426"},{"text":"against Jerusalem","number":"h3389"},{"text":"to Jerusalem","number":"h3389"},{"text":"with a great","number":"h3515"},{"text":"of the fuller's","number":"h3526"},{"text":"from Lachish","number":"h3923"},{"text":"And the king","number":"h4428"},{"text":"to king","number":"h4428"},{"text":"which is in the highway","number":"h4546"},{"text":"And they went up","number":"h5927"},{"text":"And when they were come up","number":"h5927"},{"text":"of the upper","number":"h5945"},{"text":"and stood","number":"h5975"},{"text":"and Rabsaris","number":"h7249"},{"text":"and Rabshakeh","number":"h7262"},{"text":"field","number":"h7704"},{"text":"sent","number":"h7971"},{"text":"by the conduit","number":"h8585"},{"text":"Tartan","number":"h8661"}],"7":[{"text":"of Assyria","number":"h804"},{"text":"And the LORD","number":"h3068"},{"text":"whithersoever he went forth","number":"h3318"},{"text":"against the king","number":"h4428"},{"text":"and he rebelled","number":"h4775"},{"text":"and served","number":"h5647"},{"text":"was with him and he prospered","number":"h7919"}],"4":[{"text":"the groves","number":"h842"},{"text":"the high places","number":"h1116"},{"text":"the children","number":"h1121"},{"text":"for unto those days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"and cut down","number":"h3772"},{"text":"and brake in pieces","number":"h3807"},{"text":"the images","number":"h4676"},{"text":"that Moses","number":"h4872"},{"text":"serpent","number":"h5175"},{"text":"the brasen","number":"h5178"},{"text":"it Nehushtan","number":"h5180"},{"text":"He removed","number":"h5493"},{"text":"had made","number":"h6213"},{"text":"did burn incense","number":"h6999"},{"text":"to it and he called","number":"h7121"},{"text":"and brake","number":"h7665"}],"8":[{"text":"and the borders","number":"h1366"},{"text":"to the fenced","number":"h4013"},{"text":"thereof from the tower","number":"h4026"},{"text":"He smote","number":"h5221"},{"text":"of the watchmen","number":"h5341"},{"text":"even unto Gaza","number":"h5804"},{"text":"city","number":"h5892"},{"text":"the Philistines","number":"h6430"}],"10":[{"text":"of Hoshea","number":"h1954"},{"text":"of Hezekiah","number":"h2396"},{"text":"of Israel","number":"h3478"},{"text":"they took","number":"h3920"},{"text":"was taken","number":"h3920"},{"text":"king","number":"h4428"},{"text":"And at the end","number":"h7097"},{"text":"of three","number":"h7969"},{"text":"Samaria","number":"h8111"},{"text":"year","number":"h8141"},{"text":"year","number":"h8141"},{"text":"years","number":"h8141"},{"text":"it even in the sixth","number":"h8337"},{"text":"that is the ninth","number":"h8672"}]}
@@ -0,0 +1 @@
1
+ {"12":[{"text":"them which my fathers","number":"h1"},{"text":"Have the gods","number":"h430"},{"text":"and the children","number":"h1121"},{"text":"as Gozan","number":"h1470"},{"text":"of the nations","number":"h1471"},{"text":"and Haran","number":"h2771"},{"text":"delivered","number":"h5337"},{"text":"of Eden","number":"h5729"},{"text":"and Rezeph","number":"h7530"},{"text":"have destroyed","number":"h7843"},{"text":"which were in Thelasar","number":"h8515"}],"18":[{"text":"therefore they have destroyed","number":"h6"},{"text":"and stone","number":"h68"},{"text":"of men's","number":"h120"},{"text":"for they were no gods","number":"h430"},{"text":"their gods","number":"h430"},{"text":"into the fire","number":"h784"},{"text":"hands","number":"h3027"},{"text":"but the work","number":"h4639"},{"text":"And have cast","number":"h5414"},{"text":"wood","number":"h6086"}],"4":[{"text":"his master","number":"h113"},{"text":"It may be","number":"h194"},{"text":"God","number":"h430"},{"text":"thy God","number":"h430"},{"text":"thy God","number":"h430"},{"text":"of Assyria","number":"h804"},{"text":"all the words","number":"h1697"},{"text":"the words","number":"h1697"},{"text":"the living","number":"h2416"},{"text":"to reproach","number":"h2778"},{"text":"the LORD","number":"h3068"},{"text":"which the LORD","number":"h3068"},{"text":"and will reprove","number":"h3198"},{"text":"whom the king","number":"h4428"},{"text":"that are left","number":"h4672"},{"text":"wherefore lift up","number":"h5375"},{"text":"of Rabshakeh","number":"h7262"},{"text":"for the remnant","number":"h7611"},{"text":"hath sent","number":"h7971"},{"text":"hath heard","number":"h8085"},{"text":"will hear","number":"h8085"},{"text":"thy prayer","number":"h8605"}],"6":[{"text":"to your master","number":"h113"},{"text":"Thus saith","number":"h559"},{"text":"said","number":"h559"},{"text":"unto them Thus shall ye say","number":"h559"},{"text":"of Assyria","number":"h804"},{"text":"have blasphemed","number":"h1442"},{"text":"the words","number":"h1697"},{"text":"the LORD","number":"h3068"},{"text":"Be not afraid","number":"h3372"},{"text":"And Isaiah","number":"h3470"},{"text":"of the king","number":"h4428"},{"text":"with which the servants","number":"h5288"},{"text":"of","number":"h6440"},{"text":"which thou hast heard","number":"h8085"}],"23":[{"text":"the Lord","number":"h136"},{"text":"and hast said","number":"h559"},{"text":"cedar trees","number":"h730"},{"text":"thereof and I will enter","number":"h935"},{"text":"fir trees","number":"h1265"},{"text":"of the mountains","number":"h2022"},{"text":"thou hast reproached","number":"h2778"},{"text":"By","number":"h3027"},{"text":"and into the forest","number":"h3293"},{"text":"to the sides","number":"h3411"},{"text":"of his Carmel","number":"h3760"},{"text":"and will cut down","number":"h3772"},{"text":"of Lebanon","number":"h3844"},{"text":"thereof and the choice","number":"h4004"},{"text":"thy messengers","number":"h4397"},{"text":"into the lodgings","number":"h4411"},{"text":"to the height","number":"h4791"},{"text":"I am come up","number":"h5927"},{"text":"the tall","number":"h6967"},{"text":"of his borders","number":"h7093"},{"text":"With the multitude","number":"h7230"},{"text":"of my chariots","number":"h7393"}],"37":[{"text":"that Adrammelech","number":"h152"},{"text":"his god","number":"h430"},{"text":"And Esarhaddon","number":"h634"},{"text":"into the land","number":"h776"},{"text":"of Armenia","number":"h780"},{"text":"in the house","number":"h1004"},{"text":"his son","number":"h1121"},{"text":"his sons","number":"h1121"},{"text":"him with the sword","number":"h2719"},{"text":"and they escaped","number":"h4422"},{"text":"reigned","number":"h4427"},{"text":"smote","number":"h5221"},{"text":"of Nisroch","number":"h5268"},{"text":"And it came to pass as he was worshipping","number":"h7812"},{"text":"and Sharezer","number":"h8272"}],"29":[{"text":"And this shall be a sign","number":"h226"},{"text":"and eat","number":"h398"},{"text":"unto thee Ye shall eat","number":"h398"},{"text":"sow","number":"h2232"},{"text":"vineyards","number":"h3754"},{"text":"and plant","number":"h5193"},{"text":"such things as grow","number":"h5599"},{"text":"the fruits","number":"h6529"},{"text":"ye and reap","number":"h7114"},{"text":"that which springeth","number":"h7823"},{"text":"of the same and in the third","number":"h7992"},{"text":"this year","number":"h8141"},{"text":"year","number":"h8141"},{"text":"year","number":"h8141"},{"text":"of themselves and in the second","number":"h8145"}],"28":[{"text":"into mine ears","number":"h241"},{"text":"in thy nose","number":"h639"},{"text":"by which thou camest","number":"h935"},{"text":"by the way","number":"h1870"},{"text":"my hook","number":"h2397"},{"text":"and my bridle","number":"h4964"},{"text":"is come up","number":"h5927"},{"text":"Because thy rage","number":"h7264"},{"text":"against me and thy tumult","number":"h7600"},{"text":"and I will turn thee back","number":"h7725"},{"text":"therefore I will put","number":"h7760"},{"text":"in thy lips","number":"h8193"}],"16":[{"text":"thine ear","number":"h241"},{"text":"God","number":"h430"},{"text":"the words","number":"h1697"},{"text":"the living","number":"h2416"},{"text":"him to reproach","number":"h2778"},{"text":"LORD","number":"h3068"},{"text":"LORD","number":"h3068"},{"text":"bow down","number":"h5186"},{"text":"of Sennacherib","number":"h5576"},{"text":"thine eyes","number":"h5869"},{"text":"open","number":"h6491"},{"text":"and see","number":"h7200"},{"text":"which hath sent","number":"h7971"},{"text":"and hear","number":"h8085"},{"text":"and hear","number":"h8085"}],"21":[{"text":"at thee","number":"h310"},{"text":"hath despised","number":"h959"},{"text":"the daughter","number":"h1323"},{"text":"the daughter","number":"h1323"},{"text":"concerning him The virgin","number":"h1330"},{"text":"hath spoken","number":"h1696"},{"text":"This is the word","number":"h1697"},{"text":"that the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"thee and laughed thee to scorn","number":"h3932"},{"text":"hath shaken","number":"h5128"},{"text":"of Zion","number":"h6726"},{"text":"her head","number":"h7218"}],"15":[{"text":"God","number":"h430"},{"text":"thou art the God","number":"h430"},{"text":"and said","number":"h559"},{"text":"and earth","number":"h776"},{"text":"of the earth","number":"h776"},{"text":"And Hezekiah","number":"h2396"},{"text":"O LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"which dwellest","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"between the cherubims","number":"h3742"},{"text":"even thou alone of all the kingdoms","number":"h4467"},{"text":"thou hast made","number":"h6213"},{"text":"prayed","number":"h6419"},{"text":"before","number":"h6440"},{"text":"heaven","number":"h8064"}],"19":[{"text":"God","number":"h430"},{"text":"our God","number":"h430"},{"text":"of the earth","number":"h776"},{"text":"thou us out of his hand","number":"h3027"},{"text":"may know","number":"h3045"},{"text":"Now therefore O LORD","number":"h3068"},{"text":"that thou art the LORD","number":"h3068"},{"text":"I beseech thee save","number":"h3467"},{"text":"that all the kingdoms","number":"h4467"}],"20":[{"text":"God","number":"h430"},{"text":"of Amoz","number":"h531"},{"text":"Thus saith","number":"h559"},{"text":"saying","number":"h559"},{"text":"of Assyria","number":"h804"},{"text":"the son","number":"h1121"},{"text":"to Hezekiah","number":"h2396"},{"text":"the LORD","number":"h3068"},{"text":"Then Isaiah","number":"h3470"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"to me against Sennacherib","number":"h5576"},{"text":"That which thou hast prayed","number":"h6419"},{"text":"sent","number":"h7971"},{"text":"I have heard","number":"h8085"}],"10":[{"text":"Let not thy God","number":"h430"},{"text":"Thus shall ye speak","number":"h559"},{"text":"saying","number":"h559"},{"text":"thee saying","number":"h559"},{"text":"of Assyria","number":"h804"},{"text":"in whom thou trustest","number":"h982"},{"text":"to Hezekiah","number":"h2396"},{"text":"into the hand","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"Jerusalem","number":"h3389"},{"text":"king","number":"h4428"},{"text":"of the king","number":"h4428"},{"text":"deceive","number":"h5377"},{"text":"shall not be delivered","number":"h5414"}],"2":[{"text":"Eliakim","number":"h471"},{"text":"of Amoz","number":"h531"},{"text":"which was over the household","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"and the elders","number":"h2205"},{"text":"to Isaiah","number":"h3470"},{"text":"of the priests","number":"h3548"},{"text":"covered","number":"h3680"},{"text":"the prophet","number":"h5030"},{"text":"the scribe","number":"h5608"},{"text":"and Shebna","number":"h7644"},{"text":"And he sent","number":"h7971"},{"text":"with sackcloth","number":"h8242"}],"35":[{"text":"thousand","number":"h505"},{"text":"of the Assyrians","number":"h804"},{"text":"in the morning","number":"h1242"},{"text":"and five","number":"h2568"},{"text":"of the LORD","number":"h3068"},{"text":"went out","number":"h3318"},{"text":"And it came to pass that night","number":"h3915"},{"text":"an hundred","number":"h3967"},{"text":"behold they were all dead","number":"h4191"},{"text":"in the camp","number":"h4264"},{"text":"that the angel","number":"h4397"},{"text":"and smote","number":"h5221"},{"text":"corpses","number":"h6297"},{"text":"and when they arose early","number":"h7925"},{"text":"fourscore","number":"h8084"}],"17":[{"text":"Of a truth","number":"h551"},{"text":"and their lands","number":"h776"},{"text":"of Assyria","number":"h804"},{"text":"the nations","number":"h1471"},{"text":"have destroyed","number":"h2717"},{"text":"LORD","number":"h3068"},{"text":"the kings","number":"h4428"}],"3":[{"text":"And they said","number":"h559"},{"text":"unto him Thus saith","number":"h559"},{"text":"are come","number":"h935"},{"text":"for the children","number":"h1121"},{"text":"Hezekiah","number":"h2396"},{"text":"This day","number":"h3117"},{"text":"is a day","number":"h3117"},{"text":"to bring forth","number":"h3205"},{"text":"and there is not strength","number":"h3581"},{"text":"to the birth","number":"h4866"},{"text":"and blasphemy","number":"h5007"},{"text":"of trouble","number":"h6869"},{"text":"and of rebuke","number":"h8433"}],"32":[{"text":"Therefore thus saith","number":"h559"},{"text":"of Assyria","number":"h804"},{"text":"He shall not come","number":"h935"},{"text":"an arrow","number":"h2671"},{"text":"the LORD","number":"h3068"},{"text":"nor shoot","number":"h3384"},{"text":"it with shield","number":"h4043"},{"text":"concerning the king","number":"h4428"},{"text":"a bank","number":"h5550"},{"text":"into this city","number":"h5892"},{"text":"there nor come before","number":"h6923"},{"text":"nor cast","number":"h8210"}],"9":[{"text":"say","number":"h559"},{"text":"saying","number":"h559"},{"text":"unto Hezekiah","number":"h2396"},{"text":"Behold he is come out","number":"h3318"},{"text":"of Ethiopia","number":"h3568"},{"text":"to fight","number":"h3898"},{"text":"messengers","number":"h4397"},{"text":"king","number":"h4428"},{"text":"again","number":"h7725"},{"text":"against thee he sent","number":"h7971"},{"text":"And when he heard","number":"h8085"},{"text":"of Tirhakah","number":"h8640"}],"13":[{"text":"of Arpad","number":"h774"},{"text":"of Hena","number":"h2012"},{"text":"of Hamath","number":"h2574"},{"text":"Where is the king","number":"h4428"},{"text":"and the king","number":"h4428"},{"text":"and the king","number":"h4428"},{"text":"of Sepharvaim","number":"h5617"},{"text":"and Ivah","number":"h5755"},{"text":"of the city","number":"h5892"}],"7":[{"text":"in his own land","number":"h776"},{"text":"to his own land","number":"h776"},{"text":"by the sword","number":"h2719"},{"text":"and I will cause him to fall","number":"h5307"},{"text":"Behold I will send","number":"h5414"},{"text":"a blast","number":"h7307"},{"text":"and shall return","number":"h7725"},{"text":"a rumour","number":"h8052"},{"text":"upon him and he shall hear","number":"h8085"}],"11":[{"text":"to all lands","number":"h776"},{"text":"of Assyria","number":"h804"},{"text":"by destroying them utterly","number":"h2763"},{"text":"what the kings","number":"h4428"},{"text":"and shalt thou be delivered","number":"h5337"},{"text":"have done","number":"h6213"},{"text":"Behold thou hast heard","number":"h8085"}],"36":[{"text":"of Assyria","number":"h804"},{"text":"and went","number":"h3212"},{"text":"and dwelt","number":"h3427"},{"text":"king","number":"h4428"},{"text":"at Nineveh","number":"h5210"},{"text":"departed","number":"h5265"},{"text":"So Sennacherib","number":"h5576"},{"text":"and returned","number":"h7725"}],"8":[{"text":"of Assyria","number":"h804"},{"text":"against Libnah","number":"h3841"},{"text":"warring","number":"h3898"},{"text":"from Lachish","number":"h3923"},{"text":"the king","number":"h4428"},{"text":"and found","number":"h4672"},{"text":"that he was departed","number":"h5265"},{"text":"So Rabshakeh","number":"h7262"},{"text":"returned","number":"h7725"},{"text":"for he had heard","number":"h8085"}],"1":[{"text":"his clothes","number":"h899"},{"text":"and went","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"Hezekiah","number":"h2396"},{"text":"of the LORD","number":"h3068"},{"text":"and covered","number":"h3680"},{"text":"And it came to pass when king","number":"h4428"},{"text":"it that he rent","number":"h7167"},{"text":"heard","number":"h8085"},{"text":"himself with sackcloth","number":"h8242"}],"33":[{"text":"and shall not come","number":"h935"},{"text":"that he came","number":"h935"},{"text":"By the way","number":"h1870"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"into this city","number":"h5892"},{"text":"by the same shall he return","number":"h7725"}],"27":[{"text":"and thy coming in","number":"h935"},{"text":"But I know","number":"h3045"},{"text":"and thy going out","number":"h3318"},{"text":"thy abode","number":"h3427"},{"text":"and thy rage","number":"h7264"}],"5":[{"text":"came","number":"h935"},{"text":"Hezekiah","number":"h2396"},{"text":"to Isaiah","number":"h3470"},{"text":"of king","number":"h4428"},{"text":"So the servants","number":"h5650"}],"25":[{"text":"it now have I brought","number":"h935"},{"text":"fenced","number":"h1219"},{"text":"heaps","number":"h1530"},{"text":"times","number":"h3117"},{"text":"that I have formed","number":"h3335"},{"text":"into ruinous","number":"h5327"},{"text":"cities","number":"h5892"},{"text":"how I have done","number":"h6213"},{"text":"it and of ancient","number":"h6924"},{"text":"long ago","number":"h7350"},{"text":"it to pass that thou shouldest be to lay waste","number":"h7582"},{"text":"Hast thou not heard","number":"h8085"}],"26":[{"text":"and confounded","number":"h954"},{"text":"on the housetops","number":"h1406"},{"text":"herb","number":"h1877"},{"text":"as the grass","number":"h2682"},{"text":"they were dismayed","number":"h2865"},{"text":"power","number":"h3027"},{"text":"and as the green","number":"h3419"},{"text":"Therefore their inhabitants","number":"h3427"},{"text":"they were as the grass","number":"h6212"},{"text":"before","number":"h6440"},{"text":"it be grown up","number":"h7054"},{"text":"were of small","number":"h7116"},{"text":"of the field","number":"h7704"},{"text":"and as corn blasted","number":"h7711"}],"14":[{"text":"into the house","number":"h1004"},{"text":"And Hezekiah","number":"h2396"},{"text":"it and Hezekiah","number":"h2396"},{"text":"of the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"received","number":"h3947"},{"text":"of the messengers","number":"h4397"},{"text":"the letter","number":"h5612"},{"text":"went up","number":"h5927"},{"text":"it before","number":"h6440"},{"text":"and spread","number":"h6566"},{"text":"and read","number":"h7121"}],"30":[{"text":"of the house","number":"h1004"},{"text":"of Judah","number":"h3063"},{"text":"shall yet again","number":"h3254"},{"text":"downward","number":"h4295"},{"text":"upward","number":"h4605"},{"text":"and bear","number":"h6213"},{"text":"that is escaped","number":"h6413"},{"text":"fruit","number":"h6529"},{"text":"And the remnant","number":"h7604"},{"text":"take root","number":"h8328"}],"22":[{"text":"and blasphemed","number":"h1442"},{"text":"Whom hast thou reproached","number":"h2778"},{"text":"One of Israel","number":"h3478"},{"text":"on high","number":"h4791"},{"text":"and lifted up","number":"h5375"},{"text":"thine eyes","number":"h5869"},{"text":"even against the Holy","number":"h6918"},{"text":"thy voice","number":"h6963"},{"text":"and against whom hast thou exalted","number":"h7311"}],"34":[{"text":"For I will defend","number":"h1598"},{"text":"David's","number":"h1732"},{"text":"to save","number":"h3467"},{"text":"it for mine own sake and for my servant","number":"h5650"},{"text":"this city","number":"h5892"}],"31":[{"text":"out of mount","number":"h2022"},{"text":"of the LORD","number":"h3068"},{"text":"shall go forth","number":"h3318"},{"text":"For out of Jerusalem","number":"h3389"},{"text":"shall do","number":"h6213"},{"text":"and they that escape","number":"h6413"},{"text":"Zion","number":"h6726"},{"text":"the zeal","number":"h7068"},{"text":"a remnant","number":"h7611"},{"text":"of hosts","number":"h8675"}],"24":[{"text":"strange","number":"h2114"},{"text":"have I dried","number":"h2717"},{"text":"up all the rivers","number":"h2975"},{"text":"and with the sole","number":"h3709"},{"text":"waters","number":"h4325"},{"text":"of besieged places","number":"h4693"},{"text":"of my feet","number":"h6471"},{"text":"I have digged","number":"h6979"},{"text":"and drunk","number":"h8354"}]}
@@ -0,0 +1 @@
1
+ {"12":[{"text":"My father","number":"h1"},{"text":"my father","number":"h1"},{"text":"And Elisha","number":"h477"},{"text":"of his own clothes","number":"h899"},{"text":"him no more and he took hold","number":"h2388"},{"text":"of Israel","number":"h3478"},{"text":"and the horsemen","number":"h6571"},{"text":"it and he cried","number":"h6817"},{"text":"and rent","number":"h7167"},{"text":"pieces","number":"h7168"},{"text":"saw","number":"h7200"},{"text":"thereof And he saw","number":"h7200"},{"text":"the chariot","number":"h7393"},{"text":"them in two","number":"h8147"}],"19":[{"text":"as my lord","number":"h113"},{"text":"unto Elisha","number":"h477"},{"text":"said","number":"h559"},{"text":"And the men","number":"h582"},{"text":"and the ground","number":"h776"},{"text":"is pleasant","number":"h2896"},{"text":"Behold I pray thee the situation","number":"h4186"},{"text":"but the water","number":"h4325"},{"text":"of the city","number":"h5892"},{"text":"of this city","number":"h5892"},{"text":"seeth","number":"h7200"},{"text":"is naught","number":"h7451"},{"text":"barren","number":"h7921"}],"16":[{"text":"thy master","number":"h113"},{"text":"him upon some","number":"h259"},{"text":"or into some","number":"h259"},{"text":"And he said","number":"h559"},{"text":"And they said","number":"h559"},{"text":"men","number":"h1121"},{"text":"we pray thee and seek","number":"h1245"},{"text":"valley","number":"h1516"},{"text":"mountain","number":"h2022"},{"text":"strong","number":"h2428"},{"text":"fifty","number":"h2572"},{"text":"of the LORD","number":"h3068"},{"text":"let them go","number":"h3212"},{"text":"unto him Behold now there be","number":"h3426"},{"text":"hath taken him up","number":"h5375"},{"text":"with thy servants","number":"h5650"},{"text":"lest peradventure the Spirit","number":"h7307"},{"text":"Ye shall not send","number":"h7971"},{"text":"and cast","number":"h7993"}],"3":[{"text":"thy master","number":"h113"},{"text":"to Elisha","number":"h477"},{"text":"And he said","number":"h559"},{"text":"and said","number":"h559"},{"text":"that were at Bethel","number":"h1008"},{"text":"And the sons","number":"h1121"},{"text":"it hold ye your peace","number":"h2814"},{"text":"Yea I know","number":"h3045"},{"text":"unto him Knowest","number":"h3045"},{"text":"thou that the LORD","number":"h3068"},{"text":"to day","number":"h3117"},{"text":"came forth","number":"h3318"},{"text":"will take away","number":"h3947"},{"text":"of the prophets","number":"h5030"},{"text":"from thy head","number":"h7218"}],"5":[{"text":"thy master","number":"h113"},{"text":"to Elisha","number":"h477"},{"text":"And he answered","number":"h559"},{"text":"and said","number":"h559"},{"text":"And the sons","number":"h1121"},{"text":"it hold ye your peace","number":"h2814"},{"text":"Yea I know","number":"h3045"},{"text":"unto him Knowest","number":"h3045"},{"text":"thou that the LORD","number":"h3068"},{"text":"to day","number":"h3117"},{"text":"that were at Jericho","number":"h3405"},{"text":"will take away","number":"h3947"},{"text":"of the prophets","number":"h5030"},{"text":"came","number":"h5066"},{"text":"from thy head","number":"h7218"}],"13":[{"text":"also the mantle","number":"h155"},{"text":"of Elijah","number":"h452"},{"text":"of Jordan","number":"h3383"},{"text":"that fell","number":"h5307"},{"text":"and stood","number":"h5975"},{"text":"He took up","number":"h7311"},{"text":"from him and went back","number":"h7725"},{"text":"by the bank","number":"h8193"}],"8":[{"text":"his mantle","number":"h155"},{"text":"And Elijah","number":"h452"},{"text":"and wrapped it together","number":"h1563"},{"text":"and they were divided","number":"h2673"},{"text":"on dry","number":"h2724"},{"text":"took","number":"h3947"},{"text":"the waters","number":"h4325"},{"text":"and smote","number":"h5221"},{"text":"went over","number":"h5674"},{"text":"hither and thither so that they two","number":"h8147"}],"14":[{"text":"the mantle","number":"h155"},{"text":"God","number":"h430"},{"text":"of Elijah","number":"h452"},{"text":"of Elijah","number":"h452"},{"text":"hither and thither and Elisha","number":"h477"},{"text":"and said","number":"h559"},{"text":"they parted","number":"h2673"},{"text":"Where is the LORD","number":"h3068"},{"text":"And he took","number":"h3947"},{"text":"the waters","number":"h4325"},{"text":"the waters","number":"h4325"},{"text":"and when he also had smitten","number":"h5221"},{"text":"from him and smote","number":"h5221"},{"text":"that fell","number":"h5307"},{"text":"went over","number":"h5674"}],"24":[{"text":"back","number":"h310"},{"text":"forty","number":"h705"},{"text":"and tare","number":"h1234"},{"text":"she bears","number":"h1677"},{"text":"of the LORD","number":"h3068"},{"text":"children","number":"h3206"},{"text":"out of the wood","number":"h3293"},{"text":"And there came forth","number":"h3318"},{"text":"And he turned","number":"h6437"},{"text":"on them and cursed","number":"h7043"},{"text":"and looked","number":"h7200"},{"text":"them in the name","number":"h8034"},{"text":"and two","number":"h8147"},{"text":"two","number":"h8147"}],"17":[{"text":"men","number":"h376"},{"text":"he said","number":"h559"},{"text":"him till he was ashamed","number":"h954"},{"text":"and they sought","number":"h1245"},{"text":"therefore fifty","number":"h2572"},{"text":"days","number":"h3117"},{"text":"but found","number":"h4672"},{"text":"And when they urged","number":"h6484"},{"text":"three","number":"h7969"},{"text":"Send","number":"h7971"},{"text":"They sent","number":"h7971"}],"7":[{"text":"men","number":"h376"},{"text":"of the sons","number":"h1121"},{"text":"went","number":"h1980"},{"text":"And fifty","number":"h2572"},{"text":"by Jordan","number":"h3383"},{"text":"of the prophets","number":"h5030"},{"text":"to view","number":"h5048"},{"text":"and stood","number":"h5975"},{"text":"stood","number":"h5975"},{"text":"afar off","number":"h7350"},{"text":"and they two","number":"h8147"}],"2":[{"text":"And Elijah","number":"h452"},{"text":"And Elisha","number":"h477"},{"text":"unto Elisha","number":"h477"},{"text":"said","number":"h559"},{"text":"said","number":"h559"},{"text":"me to Bethel","number":"h1008"},{"text":"to Bethel","number":"h1008"},{"text":"liveth","number":"h2416"},{"text":"liveth","number":"h2416"},{"text":"here I pray thee for the LORD","number":"h3068"},{"text":"unto him As the LORD","number":"h3068"},{"text":"thee So they went down","number":"h3381"},{"text":"Tarry","number":"h3427"},{"text":"and as thy soul","number":"h5315"},{"text":"I will not leave","number":"h5800"},{"text":"hath sent","number":"h7971"}],"4":[{"text":"And Elijah","number":"h452"},{"text":"unto him Elisha","number":"h477"},{"text":"And he said","number":"h559"},{"text":"said","number":"h559"},{"text":"thee So they came","number":"h935"},{"text":"liveth","number":"h2416"},{"text":"liveth","number":"h2416"},{"text":"As the LORD","number":"h3068"},{"text":"here I pray thee for the LORD","number":"h3068"},{"text":"me to Jericho","number":"h3405"},{"text":"to Jericho","number":"h3405"},{"text":"tarry","number":"h3427"},{"text":"and as thy soul","number":"h5315"},{"text":"I will not leave","number":"h5800"},{"text":"hath sent","number":"h7971"}],"6":[{"text":"And Elijah","number":"h452"},{"text":"And he said","number":"h559"},{"text":"said","number":"h559"},{"text":"liveth","number":"h2416"},{"text":"liveth","number":"h2416"},{"text":"As the LORD","number":"h3068"},{"text":"I pray thee here for the LORD","number":"h3068"},{"text":"went on","number":"h3212"},{"text":"me to Jordan","number":"h3383"},{"text":"unto him Tarry","number":"h3427"},{"text":"and as thy soul","number":"h5315"},{"text":"I will not leave","number":"h5800"},{"text":"hath sent","number":"h7971"},{"text":"thee And they two","number":"h8147"}],"1":[{"text":"Elijah","number":"h452"},{"text":"that Elijah","number":"h452"},{"text":"with Elisha","number":"h477"},{"text":"from Gilgal","number":"h1537"},{"text":"And it came to pass when the LORD","number":"h3068"},{"text":"went","number":"h3212"},{"text":"by a whirlwind","number":"h5591"},{"text":"would take up","number":"h5927"},{"text":"into heaven","number":"h8064"}],"11":[{"text":"and Elijah","number":"h452"},{"text":"of fire","number":"h784"},{"text":"of fire","number":"h784"},{"text":"asunder","number":"h996"},{"text":"and talked","number":"h1696"},{"text":"And it came to pass as they still","number":"h1980"},{"text":"went on","number":"h1980"},{"text":"and horses","number":"h5483"},{"text":"by a whirlwind","number":"h5591"},{"text":"went up","number":"h5927"},{"text":"and parted","number":"h6504"},{"text":"that behold there appeared a chariot","number":"h7393"},{"text":"into heaven","number":"h8064"},{"text":"them both","number":"h8147"}],"15":[{"text":"of Elijah","number":"h452"},{"text":"on Elisha","number":"h477"},{"text":"him they said","number":"h559"},{"text":"themselves to the ground","number":"h776"},{"text":"And they came","number":"h935"},{"text":"And when the sons","number":"h1121"},{"text":"which were to view at Jericho","number":"h3405"},{"text":"of the prophets","number":"h5030"},{"text":"doth rest","number":"h5117"},{"text":"to meet","number":"h7125"},{"text":"saw","number":"h7200"},{"text":"The spirit","number":"h7307"},{"text":"him and bowed","number":"h7812"}],"9":[{"text":"that Elijah","number":"h452"},{"text":"from thee And Elisha","number":"h477"},{"text":"unto Elisha","number":"h477"},{"text":"said","number":"h559"},{"text":"said","number":"h559"},{"text":"for thee before I be taken away","number":"h3947"},{"text":"And it came to pass when they were gone over","number":"h5674"},{"text":"what I shall do","number":"h6213"},{"text":"portion","number":"h6310"},{"text":"of thy spirit","number":"h7307"},{"text":"Ask","number":"h7592"},{"text":"I pray thee let a double","number":"h8147"}],"22":[{"text":"of Elisha","number":"h477"},{"text":"which he spake","number":"h1696"},{"text":"according to the saying","number":"h1697"},{"text":"unto this day","number":"h3117"},{"text":"So the waters","number":"h4325"},{"text":"were healed","number":"h7495"}],"10":[{"text":"And he said","number":"h559"},{"text":"me when I am taken","number":"h3947"},{"text":"a hard thing","number":"h7185"},{"text":"nevertheless if thou see","number":"h7200"},{"text":"Thou hast asked","number":"h7592"}],"20":[{"text":"And he said","number":"h559"},{"text":"me a new","number":"h2319"},{"text":"Bring","number":"h3947"},{"text":"therein And they brought","number":"h3947"},{"text":"salt","number":"h4417"},{"text":"cruse","number":"h6746"},{"text":"and put","number":"h7760"}],"21":[{"text":"Thus saith","number":"h559"},{"text":"in there and said","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"And he went forth","number":"h3318"},{"text":"unto the spring","number":"h4161"},{"text":"there shall not be from thence any more death","number":"h4194"},{"text":"of the waters","number":"h4325"},{"text":"these waters","number":"h4325"},{"text":"the salt","number":"h4417"},{"text":"I have healed","number":"h7495"},{"text":"or barren","number":"h7921"},{"text":"and cast","number":"h7993"}],"18":[{"text":"he said","number":"h559"},{"text":"unto them Did I not say","number":"h559"},{"text":"unto you Go","number":"h3212"},{"text":"at Jericho","number":"h3405"},{"text":"to him (for he tarried","number":"h3427"},{"text":"And when they came again","number":"h7725"}],"23":[{"text":"him and said","number":"h559"},{"text":"from thence unto Bethel","number":"h1008"},{"text":"by the way","number":"h1870"},{"text":"there came forth","number":"h3318"},{"text":"children","number":"h5288"},{"text":"out of the city","number":"h5892"},{"text":"And he went up","number":"h5927"},{"text":"and as he was going up","number":"h5927"},{"text":"go up","number":"h5927"},{"text":"unto him Go up","number":"h5927"},{"text":"little","number":"h6996"},{"text":"and mocked","number":"h7046"},{"text":"thou bald head","number":"h7142"},{"text":"thou bald head","number":"h7142"}],"25":[{"text":"from thence to mount","number":"h2022"},{"text":"And he went","number":"h3212"},{"text":"Carmel","number":"h3760"},{"text":"and from thence he returned","number":"h7725"},{"text":"to Samaria","number":"h8111"}]}
@@ -0,0 +1 @@
1
+ {"17":[{"text":"and that which thy fathers","number":"h1"},{"text":"saith","number":"h559"},{"text":"have laid up in store","number":"h686"},{"text":"into Babylon","number":"h894"},{"text":"come","number":"h935"},{"text":"that all that is in thine house","number":"h1004"},{"text":"nothing","number":"h1697"},{"text":"the LORD","number":"h3068"},{"text":"Behold the days","number":"h3117"},{"text":"unto this day","number":"h3117"},{"text":"shall be left","number":"h3498"},{"text":"shall be carried","number":"h5375"}],"5":[{"text":"thy father","number":"h1"},{"text":"the God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"and tell","number":"h559"},{"text":"unto the house","number":"h1004"},{"text":"of David","number":"h1732"},{"text":"thy tears","number":"h1832"},{"text":"Hezekiah","number":"h2396"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"the captain","number":"h5057"},{"text":"thou shalt go up","number":"h5927"},{"text":"of my people","number":"h5971"},{"text":"I have seen","number":"h7200"},{"text":"behold I will heal","number":"h7495"},{"text":"Turn again","number":"h7725"},{"text":"thee on the third","number":"h7992"},{"text":"I have heard","number":"h8085"},{"text":"thy prayer","number":"h8605"}],"21":[{"text":"with his fathers","number":"h1"},{"text":"his son","number":"h1121"},{"text":"And Hezekiah","number":"h2396"},{"text":"reigned","number":"h4427"},{"text":"and Manasseh","number":"h4519"},{"text":"slept","number":"h7901"}],"15":[{"text":"among my treasures","number":"h214"},{"text":"And he said","number":"h559"},{"text":"answered","number":"h559"},{"text":"All the things that are in mine house","number":"h1004"},{"text":"in thine house","number":"h1004"},{"text":"there is nothing","number":"h1697"},{"text":"And Hezekiah","number":"h2396"},{"text":"What have they seen","number":"h7200"},{"text":"have they seen","number":"h7200"},{"text":"that I have not shewed","number":"h7200"}],"13":[{"text":"in his treasures","number":"h214"},{"text":"and all the house","number":"h1004"},{"text":"in his house","number":"h1004"},{"text":"them all the house","number":"h1004"},{"text":"and the spices","number":"h1314"},{"text":"there was nothing","number":"h1697"},{"text":"and the gold","number":"h2091"},{"text":"And Hezekiah","number":"h2396"},{"text":"that Hezekiah","number":"h2396"},{"text":"and the precious","number":"h2896"},{"text":"of his armour","number":"h3627"},{"text":"the silver","number":"h3701"},{"text":"nor in all his dominion","number":"h4475"},{"text":"and all that was found","number":"h4672"},{"text":"of his precious things","number":"h5238"},{"text":"shewed","number":"h7200"},{"text":"unto them and shewed","number":"h7200"},{"text":"ointment","number":"h8081"},{"text":"hearkened","number":"h8085"}],"9":[{"text":"This sign","number":"h226"},{"text":"said","number":"h559"},{"text":"that he hath spoken","number":"h1696"},{"text":"the thing","number":"h1697"},{"text":"go forward","number":"h1980"},{"text":"shalt thou have of the LORD","number":"h3068"},{"text":"that the LORD","number":"h3068"},{"text":"And Isaiah","number":"h3470"},{"text":"degrees","number":"h4609"},{"text":"degrees","number":"h4609"},{"text":"will do","number":"h6213"},{"text":"ten","number":"h6235"},{"text":"ten","number":"h6235"},{"text":"shall the shadow","number":"h6738"},{"text":"or go back","number":"h7725"}],"8":[{"text":"What shall be the sign","number":"h226"},{"text":"said","number":"h559"},{"text":"into the house","number":"h1004"},{"text":"And Hezekiah","number":"h2396"},{"text":"of the LORD","number":"h3068"},{"text":"that the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"unto Isaiah","number":"h3470"},{"text":"me and that I shall go up","number":"h5927"},{"text":"will heal","number":"h7495"},{"text":"the third","number":"h7992"}],"11":[{"text":"of Ahaz","number":"h271"},{"text":"backward","number":"h322"},{"text":"unto the LORD","number":"h3068"},{"text":"which it had gone down","number":"h3381"},{"text":"And Isaiah","number":"h3470"},{"text":"by","number":"h4609"},{"text":"degrees","number":"h4609"},{"text":"in the dial","number":"h4609"},{"text":"the prophet","number":"h5030"},{"text":"ten","number":"h6235"},{"text":"the shadow","number":"h6738"},{"text":"cried","number":"h7121"},{"text":"and he brought","number":"h7725"}],"10":[{"text":"backward","number":"h322"},{"text":"answered","number":"h559"},{"text":"And Hezekiah","number":"h3169"},{"text":"degrees","number":"h4609"},{"text":"degrees","number":"h4609"},{"text":"to go down","number":"h5186"},{"text":"ten","number":"h6235"},{"text":"ten","number":"h6235"},{"text":"for the shadow","number":"h6738"},{"text":"nay but let the shadow","number":"h6738"},{"text":"It is a light thing","number":"h7043"},{"text":"return","number":"h7725"}],"14":[{"text":"and from whence","number":"h370"},{"text":"and said","number":"h559"},{"text":"said","number":"h559"},{"text":"unto him What said","number":"h559"},{"text":"these men","number":"h582"},{"text":"country","number":"h776"},{"text":"even from Babylon","number":"h894"},{"text":"Then came","number":"h935"},{"text":"They are come","number":"h935"},{"text":"came","number":"h935"},{"text":"Hezekiah","number":"h2396"},{"text":"they unto thee And Hezekiah","number":"h2396"},{"text":"Isaiah","number":"h3470"},{"text":"unto king","number":"h4428"},{"text":"the prophet","number":"h5030"},{"text":"from a far","number":"h7350"}],"1":[{"text":"of Amoz","number":"h531"},{"text":"to him and said","number":"h559"},{"text":"unto him Thus saith","number":"h559"},{"text":"came","number":"h935"},{"text":"Set thine house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"was Hezekiah","number":"h2396"},{"text":"and not live","number":"h2421"},{"text":"sick","number":"h2470"},{"text":"the LORD","number":"h3068"},{"text":"In those days","number":"h3117"},{"text":"Isaiah","number":"h3470"},{"text":"for thou shalt die","number":"h4191"},{"text":"unto death","number":"h4191"},{"text":"And the prophet","number":"h5030"},{"text":"in order","number":"h6680"}],"19":[{"text":"And he said","number":"h559"},{"text":"Then said","number":"h559"},{"text":"and truth","number":"h571"},{"text":"which thou hast spoken","number":"h1696"},{"text":"is the word","number":"h1697"},{"text":"Hezekiah","number":"h2396"},{"text":"Good","number":"h2896"},{"text":"of the LORD","number":"h3068"},{"text":"be in my days","number":"h3117"},{"text":"unto Isaiah","number":"h3470"},{"text":"Is it not good if peace","number":"h7965"}],"4":[{"text":"came to him saying","number":"h559"},{"text":"that the word","number":"h1697"},{"text":"court","number":"h2691"},{"text":"of the LORD","number":"h3068"},{"text":"was gone out","number":"h3318"},{"text":"And it came to pass afore Isaiah","number":"h3470"},{"text":"into the middle","number":"h8484"}],"16":[{"text":"said","number":"h559"},{"text":"the word","number":"h1697"},{"text":"unto Hezekiah","number":"h2396"},{"text":"of the LORD","number":"h3068"},{"text":"And Isaiah","number":"h3470"},{"text":"Hear","number":"h8085"}],"7":[{"text":"said","number":"h559"},{"text":"a lump","number":"h1690"},{"text":"and he recovered","number":"h2421"},{"text":"And Isaiah","number":"h3470"},{"text":"And they took","number":"h3947"},{"text":"Take","number":"h3947"},{"text":"and laid","number":"h7760"},{"text":"it on the boil","number":"h7822"},{"text":"of figs","number":"h8384"}],"2":[{"text":"saying","number":"h559"},{"text":"unto the LORD","number":"h3068"},{"text":"Then he turned","number":"h5437"},{"text":"and prayed","number":"h6419"},{"text":"his face","number":"h6440"},{"text":"to the wall","number":"h7023"}],"3":[{"text":"thee in truth","number":"h571"},{"text":"I beseech","number":"h577"},{"text":"wept","number":"h1058"},{"text":"sore","number":"h1419"},{"text":"now how I have walked","number":"h1980"},{"text":"remember","number":"h2142"},{"text":"And Hezekiah","number":"h2396"},{"text":"that which is good","number":"h2896"},{"text":"thee O LORD","number":"h3068"},{"text":"heart","number":"h3824"},{"text":"in thy sight","number":"h5869"},{"text":"and have done","number":"h6213"},{"text":"before","number":"h6440"},{"text":"and with a perfect","number":"h8003"}],"6":[{"text":"of Assyria","number":"h804"},{"text":"and I will defend","number":"h1598"},{"text":"David's","number":"h1732"},{"text":"fifteen","number":"h2568"},{"text":"unto thy days","number":"h3117"},{"text":"And I will add","number":"h3254"},{"text":"out of the hand","number":"h3709"},{"text":"of the king","number":"h4428"},{"text":"and I will deliver","number":"h5337"},{"text":"for mine own sake and for my servant","number":"h5650"},{"text":"thee and this city","number":"h5892"},{"text":"this city","number":"h5892"},{"text":"years","number":"h8141"}],"12":[{"text":"of Babylon","number":"h894"},{"text":"of Baladan","number":"h1081"},{"text":"the son","number":"h1121"},{"text":"Berodachbaladan","number":"h1255"},{"text":"that Hezekiah","number":"h2396"},{"text":"unto Hezekiah","number":"h2396"},{"text":"had been sick","number":"h2470"},{"text":"king","number":"h4428"},{"text":"and a present","number":"h4503"},{"text":"letters","number":"h5612"},{"text":"At that time","number":"h6256"},{"text":"sent","number":"h7971"},{"text":"for he had heard","number":"h8085"}],"18":[{"text":"of Babylon","number":"h894"},{"text":"And of thy sons","number":"h1121"},{"text":"in the palace","number":"h1964"},{"text":"from thee which thou shalt beget","number":"h3205"},{"text":"that shall issue","number":"h3318"},{"text":"shall they take away","number":"h3947"},{"text":"of the king","number":"h4428"},{"text":"and they shall be eunuchs","number":"h5631"}],"20":[{"text":"and brought","number":"h935"},{"text":"a pool","number":"h1295"},{"text":"and all his might","number":"h1369"},{"text":"of the acts","number":"h1697"},{"text":"of the chronicles","number":"h1697"},{"text":"of Hezekiah","number":"h2396"},{"text":"of Judah","number":"h3063"},{"text":"And the rest","number":"h3499"},{"text":"are they not written","number":"h3789"},{"text":"water","number":"h4325"},{"text":"of the kings","number":"h4428"},{"text":"in the book","number":"h5612"},{"text":"into the city","number":"h5892"},{"text":"and how he made","number":"h6213"},{"text":"and a conduit","number":"h8585"}]}
@@ -0,0 +1 @@
1
+ {"20":[{"text":"as his father","number":"h1"},{"text":"of the LORD","number":"h3068"},{"text":"Manasseh","number":"h4519"},{"text":"in the sight","number":"h5869"},{"text":"And he did","number":"h6213"},{"text":"did","number":"h6213"},{"text":"that which was evil","number":"h7451"}],"3":[{"text":"his father","number":"h1"},{"text":"had destroyed","number":"h6"},{"text":"Ahab","number":"h256"},{"text":"a grove","number":"h842"},{"text":"the high places","number":"h1116"},{"text":"For he built up","number":"h1129"},{"text":"for Baal","number":"h1168"},{"text":"which Hezekiah","number":"h2396"},{"text":"of Israel","number":"h3478"},{"text":"altars","number":"h4196"},{"text":"king","number":"h4428"},{"text":"and served","number":"h5647"},{"text":"and made","number":"h6213"},{"text":"as did","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"}],"22":[{"text":"of his fathers","number":"h1"},{"text":"God","number":"h430"},{"text":"not in the way","number":"h1870"},{"text":"and walked","number":"h1980"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"And he forsook","number":"h5800"}],"21":[{"text":"that his father","number":"h1"},{"text":"that his father","number":"h1"},{"text":"the idols","number":"h1544"},{"text":"in all the way","number":"h1870"},{"text":"walked in","number":"h1980"},{"text":"And he walked","number":"h3212"},{"text":"and served","number":"h5647"},{"text":"served","number":"h5647"},{"text":"and worshipped","number":"h7812"}],"15":[{"text":"their fathers","number":"h1"},{"text":"even unto this day","number":"h3117"},{"text":"since the day","number":"h3117"},{"text":"came forth","number":"h3318"},{"text":"me to anger","number":"h3707"},{"text":"and have provoked","number":"h4480"},{"text":"out of Egypt","number":"h4714"},{"text":"in my sight","number":"h5869"},{"text":"Because they have done","number":"h6213"},{"text":"that which was evil","number":"h7451"}],"8":[{"text":"their fathers","number":"h1"},{"text":"out of the land","number":"h127"},{"text":"any more","number":"h3254"},{"text":"of Israel","number":"h3478"},{"text":"Moses","number":"h4872"},{"text":"move","number":"h5110"},{"text":"which I gave","number":"h5414"},{"text":"that my servant","number":"h5650"},{"text":"to do","number":"h6213"},{"text":"according to all that I have commanded","number":"h6680"},{"text":"commanded","number":"h6680"},{"text":"Neither will I make the feet","number":"h7272"},{"text":"only if they will observe","number":"h8104"},{"text":"them and according to all the law","number":"h8451"}],"18":[{"text":"with his fathers","number":"h1"},{"text":"and Amon","number":"h526"},{"text":"of his own house","number":"h1004"},{"text":"his son","number":"h1121"},{"text":"in the garden","number":"h1588"},{"text":"in the garden","number":"h1588"},{"text":"reigned","number":"h4427"},{"text":"And Manasseh","number":"h4519"},{"text":"of Uzza","number":"h5798"},{"text":"and was buried","number":"h6912"},{"text":"slept","number":"h7901"}],"6":[{"text":"with familiar spirits","number":"h178"},{"text":"through the fire","number":"h784"},{"text":"And he made his son","number":"h1121"},{"text":"and wizards","number":"h3049"},{"text":"of the LORD","number":"h3068"},{"text":"to provoke him to anger","number":"h3707"},{"text":"and used enchantments","number":"h5172"},{"text":"pass","number":"h5674"},{"text":"in the sight","number":"h5869"},{"text":"and observed times","number":"h6049"},{"text":"and dealt","number":"h6213"},{"text":"he wrought","number":"h6213"},{"text":"much","number":"h7235"},{"text":"wickedness","number":"h7451"}],"12":[{"text":"his ears","number":"h241"},{"text":"God","number":"h430"},{"text":"Therefore thus saith","number":"h559"},{"text":"Behold I am bringing","number":"h935"},{"text":"and Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"upon Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"shall tingle","number":"h6750"},{"text":"such evil","number":"h7451"},{"text":"that whosoever heareth","number":"h8085"},{"text":"of it both","number":"h8147"}],"13":[{"text":"of Ahab","number":"h256"},{"text":"of the house","number":"h1004"},{"text":"it and turning","number":"h2015"},{"text":"Jerusalem","number":"h3389"},{"text":"over Jerusalem","number":"h3389"},{"text":"and I will wipe","number":"h4229"},{"text":"as a man wipeth","number":"h4229"},{"text":"wiping","number":"h4229"},{"text":"and the plummet","number":"h4949"},{"text":"And I will stretch","number":"h5186"},{"text":"it upside down","number":"h6440"},{"text":"a dish","number":"h6747"},{"text":"the line","number":"h6957"},{"text":"of Samaria","number":"h8111"}],"14":[{"text":"of their enemies","number":"h341"},{"text":"to all their enemies","number":"h341"},{"text":"and they shall become a prey","number":"h957"},{"text":"them into the hand","number":"h3027"},{"text":"and a spoil","number":"h4933"},{"text":"of mine inheritance","number":"h5159"},{"text":"And I will forsake","number":"h5203"},{"text":"and deliver","number":"h5414"},{"text":"the remnant","number":"h7611"}],"1":[{"text":"And his mother's","number":"h517"},{"text":"old","number":"h1121"},{"text":"and five","number":"h2568"},{"text":"fifty","number":"h2572"},{"text":"was Hephzibah","number":"h2657"},{"text":"in Jerusalem","number":"h3389"},{"text":"and reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"Manasseh","number":"h4519"},{"text":"name","number":"h8034"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"was twelve","number":"h8147"}],"19":[{"text":"And his mother's","number":"h517"},{"text":"Amon","number":"h526"},{"text":"old","number":"h1121"},{"text":"the daughter","number":"h1323"},{"text":"of Haruz","number":"h2743"},{"text":"of Jotbah","number":"h3192"},{"text":"in Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"was Meshullemeth","number":"h4922"},{"text":"was twenty","number":"h6242"},{"text":"name","number":"h8034"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"and two","number":"h8147"},{"text":"two","number":"h8147"}],"24":[{"text":"Amon","number":"h526"},{"text":"of the land","number":"h776"},{"text":"of the land","number":"h776"},{"text":"his son","number":"h1121"},{"text":"made Josiah","number":"h2977"},{"text":"king","number":"h4427"},{"text":"against king","number":"h4428"},{"text":"slew","number":"h5221"},{"text":"And the people","number":"h5971"},{"text":"and the people","number":"h5971"},{"text":"all them that had conspired","number":"h7194"}],"23":[{"text":"of Amon","number":"h526"},{"text":"in his own house","number":"h1004"},{"text":"against him and slew","number":"h4191"},{"text":"the king","number":"h4428"},{"text":"And the servants","number":"h5650"},{"text":"conspired","number":"h7194"}],"25":[{"text":"of Amon","number":"h526"},{"text":"of the acts","number":"h1697"},{"text":"of the chronicles","number":"h1697"},{"text":"of Judah","number":"h3063"},{"text":"Now the rest","number":"h3499"},{"text":"are they not written","number":"h3789"},{"text":"of the kings","number":"h4428"},{"text":"in the book","number":"h5612"},{"text":"which he did","number":"h6213"}],"4":[{"text":"said","number":"h559"},{"text":"in the house","number":"h1004"},{"text":"And he built","number":"h1129"},{"text":"of the LORD","number":"h3068"},{"text":"of which the LORD","number":"h3068"},{"text":"In Jerusalem","number":"h3389"},{"text":"altars","number":"h4196"},{"text":"will I put","number":"h7760"},{"text":"my name","number":"h8034"}],"7":[{"text":"said","number":"h559"},{"text":"of the grove","number":"h842"},{"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":"of which the LORD","number":"h3068"},{"text":"and in Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"for ever","number":"h5769"},{"text":"that he had made","number":"h6213"},{"text":"a graven image","number":"h6459"},{"text":"out of all 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"}],"10":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"by","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"the prophets","number":"h5030"},{"text":"his servants","number":"h5650"}],"11":[{"text":"above all that the Amorites","number":"h567"},{"text":"with his idols","number":"h1544"},{"text":"also to sin","number":"h2398"},{"text":"him and hath made Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"king","number":"h4428"},{"text":"Because Manasseh","number":"h4519"},{"text":"did","number":"h6213"},{"text":"hath done","number":"h6213"},{"text":"which were before","number":"h6440"},{"text":"and hath done wickedly","number":"h7489"},{"text":"these abominations","number":"h8441"}],"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"}],"26":[{"text":"his son","number":"h1121"},{"text":"in the garden","number":"h1588"},{"text":"and Josiah","number":"h2977"},{"text":"reigned","number":"h4427"},{"text":"of Uzza","number":"h5798"},{"text":"in his sepulchre","number":"h6900"},{"text":"And he was buried","number":"h6912"}],"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":"cast out","number":"h3423"},{"text":"of Israel","number":"h3478"},{"text":"in the sight","number":"h5869"},{"text":"And he did","number":"h6213"},{"text":"before","number":"h6440"},{"text":"that which was evil","number":"h7451"},{"text":"after the abominations","number":"h8441"}],"9":[{"text":"the children","number":"h1121"},{"text":"than did the nations","number":"h1471"},{"text":"whom the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"not and Manasseh","number":"h4519"},{"text":"them to do","number":"h6213"},{"text":"before","number":"h6440"},{"text":"more evil","number":"h7451"},{"text":"destroyed","number":"h8045"},{"text":"But they hearkened","number":"h8085"},{"text":"seduced","number":"h8582"}],"17":[{"text":"of the acts","number":"h1697"},{"text":"of the chronicles","number":"h1697"},{"text":"that he sinned","number":"h2398"},{"text":"and his sin","number":"h2403"},{"text":"of Judah","number":"h3063"},{"text":"Now the rest","number":"h3499"},{"text":"are they not written","number":"h3789"},{"text":"of the kings","number":"h4428"},{"text":"of Manasseh","number":"h4519"},{"text":"in the book","number":"h5612"},{"text":"and all that he did","number":"h6213"}],"16":[{"text":"blood","number":"h1818"},{"text":"to sin","number":"h2398"},{"text":"beside his sin","number":"h2403"},{"text":"wherewith he made Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"Jerusalem","number":"h3389"},{"text":"very","number":"h3966"},{"text":"till he had filled","number":"h4390"},{"text":"Moreover Manasseh","number":"h4519"},{"text":"innocent","number":"h5355"},{"text":"in the sight","number":"h5869"},{"text":"in doing","number":"h6213"},{"text":"from one end","number":"h6310"},{"text":"to another","number":"h6310"},{"text":"much","number":"h7235"},{"text":"that which was evil","number":"h7451"},{"text":"shed","number":"h8210"}]}