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
+ {"16":[{"text":"These have no master","number":"h113"},{"text":"therefore every man","number":"h376"},{"text":"Then he said","number":"h559"},{"text":"said","number":"h559"},{"text":"to his house","number":"h1004"},{"text":"upon the mountains","number":"h2022"},{"text":"and the LORD","number":"h3068"},{"text":"all Israel","number":"h3478"},{"text":"scattered","number":"h6327"},{"text":"as sheep","number":"h6629"},{"text":"I did see","number":"h7200"},{"text":"that have no shepherd","number":"h7462"},{"text":"let them return","number":"h7725"},{"text":"in peace","number":"h7965"}],"19":[{"text":"Ahab","number":"h256"},{"text":"And one spake","number":"h559"},{"text":"and another saying","number":"h559"},{"text":"said","number":"h559"},{"text":"saying","number":"h559"},{"text":"And the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"after that manner","number":"h3602"},{"text":"after this manner","number":"h3602"},{"text":"king","number":"h4428"},{"text":"and fall","number":"h5307"},{"text":"that he may go up","number":"h5927"},{"text":"Who shall entice","number":"h6601"},{"text":"at Ramothgilead","number":"h7433"}],"2":[{"text":"And Ahab","number":"h256"},{"text":"to Ahab","number":"h256"},{"text":"and oxen","number":"h1241"},{"text":"killed","number":"h2076"},{"text":"he went down","number":"h3381"},{"text":"that he had with him and persuaded","number":"h5496"},{"text":"him to go up","number":"h5927"},{"text":"and for the people","number":"h5971"},{"text":"sheep","number":"h6629"},{"text":"And after","number":"h7093"},{"text":"for him in abundance","number":"h7230"},{"text":"with him to Ramothgilead","number":"h7433"},{"text":"to Samaria","number":"h8111"},{"text":"certain years","number":"h8141"}],"3":[{"text":"And Ahab","number":"h256"},{"text":"And he answered","number":"h559"},{"text":"said","number":"h559"},{"text":"of Judah","number":"h3063"},{"text":"unto Jehoshaphat","number":"h3092"},{"text":"Wilt thou go","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"and we will be with thee in the war","number":"h4421"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"as thy people","number":"h5971"},{"text":"him I am as thou art and my people","number":"h5971"},{"text":"with me to Ramothgilead","number":"h7433"}],"1":[{"text":"with Ahab","number":"h256"},{"text":"and joined affinity","number":"h2859"},{"text":"Now Jehoshaphat","number":"h3092"},{"text":"and honour","number":"h3519"},{"text":"had riches","number":"h6239"},{"text":"in abundance","number":"h7230"}],"7":[{"text":"There is yet one","number":"h259"},{"text":"man","number":"h376"},{"text":"said","number":"h559"},{"text":"said","number":"h559"},{"text":"say","number":"h559"},{"text":"the son","number":"h1121"},{"text":"by whom we may enquire","number":"h1875"},{"text":"good","number":"h2896"},{"text":"of the LORD","number":"h3068"},{"text":"And Jehoshaphat","number":"h3092"},{"text":"unto Jehoshaphat","number":"h3092"},{"text":"unto me but always","number":"h3117"},{"text":"of Imla","number":"h3229"},{"text":"of Israel","number":"h3478"},{"text":"the same is Micaiah","number":"h4321"},{"text":"And the king","number":"h4428"},{"text":"Let not the king","number":"h4428"},{"text":"him for he never prophesied","number":"h5012"},{"text":"evil","number":"h7451"},{"text":"but I hate","number":"h8130"}],"8":[{"text":"for one","number":"h259"},{"text":"and said","number":"h559"},{"text":"the son","number":"h1121"},{"text":"of Imla","number":"h3229"},{"text":"of Israel","number":"h3478"},{"text":"Fetch quickly","number":"h4116"},{"text":"Micaiah","number":"h4319"},{"text":"And the king","number":"h4428"},{"text":"of his officers","number":"h5631"},{"text":"called","number":"h7121"}],"12":[{"text":"therefore I pray thee be like one","number":"h259"},{"text":"with one","number":"h259"},{"text":"to him saying","number":"h559"},{"text":"of theirs and speak","number":"h1696"},{"text":"spake","number":"h1696"},{"text":"Behold the words","number":"h1697"},{"text":"let thy word","number":"h1697"},{"text":"that went","number":"h1980"},{"text":"declare good","number":"h2896"},{"text":"thou good","number":"h2896"},{"text":"Micaiah","number":"h4321"},{"text":"And the messenger","number":"h4397"},{"text":"to the king","number":"h4428"},{"text":"of the prophets","number":"h5030"},{"text":"assent","number":"h6310"},{"text":"to call","number":"h7121"}],"32":[{"text":"from pursuing","number":"h310"},{"text":"of Israel","number":"h3478"},{"text":"that it was not the king","number":"h4428"},{"text":"perceived","number":"h7200"},{"text":"of the chariots","number":"h7393"},{"text":"they turned back again","number":"h7725"},{"text":"For it came to pass that when the captains","number":"h8269"}],"23":[{"text":"Which","number":"h335"},{"text":"and said","number":"h559"},{"text":"the son","number":"h1121"},{"text":"from me to speak","number":"h1696"},{"text":"way","number":"h1870"},{"text":"of the LORD","number":"h3068"},{"text":"of Chenaanah","number":"h3668"},{"text":"upon the cheek","number":"h3895"},{"text":"Micaiah","number":"h4321"},{"text":"came near","number":"h5066"},{"text":"and smote","number":"h5221"},{"text":"went","number":"h5674"},{"text":"Then Zedekiah","number":"h6667"},{"text":"the Spirit","number":"h7307"}],"9":[{"text":"either","number":"h376"},{"text":"in their robes","number":"h899"},{"text":"in a void place","number":"h1637"},{"text":"of Judah","number":"h3063"},{"text":"and Jehoshaphat","number":"h3092"},{"text":"and they sat","number":"h3427"},{"text":"sat","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"of them on his throne","number":"h3678"},{"text":"clothed","number":"h3847"},{"text":"And the king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"prophesied","number":"h5012"},{"text":"and all the prophets","number":"h5030"},{"text":"before","number":"h6440"},{"text":"at the entering in","number":"h6607"},{"text":"of Samaria","number":"h8111"},{"text":"of the gate","number":"h8179"}],"33":[{"text":"man","number":"h376"},{"text":"therefore he said","number":"h559"},{"text":"between the joints","number":"h1694"},{"text":"Turn","number":"h2015"},{"text":"for I am wounded","number":"h2470"},{"text":"thine hand","number":"h3027"},{"text":"that thou mayest carry me out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"of the host","number":"h4264"},{"text":"the king","number":"h4428"},{"text":"And a certain man drew","number":"h4900"},{"text":"and smote","number":"h5221"},{"text":"a bow","number":"h7198"},{"text":"to his chariot","number":"h7395"},{"text":"of the harness","number":"h8302"},{"text":"at a venture","number":"h8537"}],"5":[{"text":"men","number":"h376"},{"text":"for God","number":"h430"},{"text":"And they said","number":"h559"},{"text":"and said","number":"h559"},{"text":"four","number":"h702"},{"text":"or shall I forbear","number":"h2308"},{"text":"hand","number":"h3027"},{"text":"unto them Shall we go","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"hundred","number":"h3967"},{"text":"to battle","number":"h4421"},{"text":"Therefore the king","number":"h4428"},{"text":"it into the king's","number":"h4428"},{"text":"of prophets","number":"h5030"},{"text":"will deliver","number":"h5414"},{"text":"Go up","number":"h5927"},{"text":"gathered together","number":"h6908"},{"text":"to Ramothgilead","number":"h7433"}],"26":[{"text":"and feed","number":"h398"},{"text":"And say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"this fellow in the prison","number":"h1004"},{"text":"him with bread","number":"h3899"},{"text":"of affliction","number":"h3906"},{"text":"of affliction","number":"h3906"},{"text":"and with water","number":"h4325"},{"text":"the king","number":"h4428"},{"text":"until I return","number":"h7725"},{"text":"Put","number":"h7760"},{"text":"in peace","number":"h7965"}],"13":[{"text":"even what my God","number":"h430"},{"text":"said","number":"h559"},{"text":"saith","number":"h559"},{"text":"that will I speak","number":"h1696"},{"text":"liveth","number":"h2416"},{"text":"As the LORD","number":"h3068"},{"text":"And Micaiah","number":"h4321"}],"31":[{"text":"him and God","number":"h430"},{"text":"that they said","number":"h559"},{"text":"cried out","number":"h2199"},{"text":"and the LORD","number":"h3068"},{"text":"Jehoshaphat","number":"h3092"},{"text":"but Jehoshaphat","number":"h3092"},{"text":"of Israel","number":"h3478"},{"text":"him to fight","number":"h3898"},{"text":"It is the king","number":"h4428"},{"text":"Therefore they compassed about","number":"h5437"},{"text":"moved","number":"h5496"},{"text":"helped","number":"h5826"},{"text":"saw","number":"h7200"},{"text":"of the chariots","number":"h7393"},{"text":"And it came to pass when the captains","number":"h8269"}],"25":[{"text":"to Amon","number":"h526"},{"text":"said","number":"h559"},{"text":"son","number":"h1121"},{"text":"and to Joash","number":"h3101"},{"text":"of Israel","number":"h3478"},{"text":"Take","number":"h3947"},{"text":"ye Micaiah","number":"h4321"},{"text":"Then the king","number":"h4428"},{"text":"the king's","number":"h4428"},{"text":"of the city","number":"h5892"},{"text":"and carry him back","number":"h7725"},{"text":"the governor","number":"h8269"}],"18":[{"text":"Again he said","number":"h559"},{"text":"the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"on his right hand","number":"h3225"},{"text":"sitting","number":"h3427"},{"text":"upon his throne","number":"h3678"},{"text":"standing","number":"h5975"},{"text":"and all the host","number":"h6635"},{"text":"I saw","number":"h7200"},{"text":"and on his left","number":"h8040"},{"text":"of heaven","number":"h8064"},{"text":"Therefore hear","number":"h8085"}],"14":[{"text":"And he said","number":"h559"},{"text":"said","number":"h559"},{"text":"And when he was come","number":"h935"},{"text":"or shall I forbear","number":"h2308"},{"text":"into your hand","number":"h3027"},{"text":"shall we go","number":"h3212"},{"text":"unto him Micaiah","number":"h4318"},{"text":"to battle","number":"h4421"},{"text":"the king","number":"h4428"},{"text":"to the king","number":"h4428"},{"text":"and they shall be delivered","number":"h5414"},{"text":"Go ye up","number":"h5927"},{"text":"and prosper","number":"h6743"},{"text":"to Ramothgilead","number":"h7433"}],"21":[{"text":"And he said","number":"h559"},{"text":"And the LORD said","number":"h559"},{"text":"him and thou shalt also prevail","number":"h3201"},{"text":"I will go out","number":"h3318"},{"text":"go out","number":"h3318"},{"text":"of all his prophets","number":"h5030"},{"text":"and do","number":"h6213"},{"text":"in the mouth","number":"h6310"},{"text":"Thou shalt entice","number":"h6601"},{"text":"spirit","number":"h7307"},{"text":"and be a lying","number":"h8267"}],"17":[{"text":"Did I not tell","number":"h559"},{"text":"said","number":"h559"},{"text":"good","number":"h2896"},{"text":"to Jehoshaphat","number":"h3092"},{"text":"of Israel","number":"h3478"},{"text":"And the king","number":"h4428"},{"text":"thee that he would not prophesy","number":"h5012"},{"text":"unto me but evil","number":"h7451"}],"10":[{"text":"Thus saith","number":"h559"},{"text":"and said","number":"h559"},{"text":"Syria","number":"h758"},{"text":"the son","number":"h1121"},{"text":"of iron","number":"h1270"},{"text":"the LORD","number":"h3068"},{"text":"until they be consumed","number":"h3615"},{"text":"of Chenaanah","number":"h3668"},{"text":"With these thou shalt push","number":"h5055"},{"text":"had made","number":"h6213"},{"text":"And Zedekiah","number":"h6667"},{"text":"him horns","number":"h7161"}],"20":[{"text":"and said","number":"h559"},{"text":"said","number":"h559"},{"text":"him And the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"Then there came out","number":"h3318"},{"text":"and stood","number":"h5975"},{"text":"before","number":"h6440"},{"text":"I will entice","number":"h6601"},{"text":"a spirit","number":"h7307"}],"27":[{"text":"by me And he said","number":"h559"},{"text":"said","number":"h559"},{"text":"spoken","number":"h1696"},{"text":"then hath not the LORD","number":"h3068"},{"text":"And Micaiah","number":"h4321"},{"text":"all ye people","number":"h5971"},{"text":"If thou certainly","number":"h7725"},{"text":"return","number":"h7725"},{"text":"in peace","number":"h7965"},{"text":"Hearken","number":"h8085"}],"15":[{"text":"said","number":"h559"},{"text":"nothing but the truth","number":"h571"},{"text":"thee that thou say","number":"h1696"},{"text":"of the LORD","number":"h3068"},{"text":"And the king","number":"h4428"},{"text":"to him How many times","number":"h6471"},{"text":"shall I adjure","number":"h7650"},{"text":"to me in the name","number":"h8034"}],"24":[{"text":"said","number":"h559"},{"text":"when thou shalt go","number":"h935"},{"text":"to hide","number":"h2244"},{"text":"chamber","number":"h2315"},{"text":"into an inner","number":"h2315"},{"text":"on that day","number":"h3117"},{"text":"And Micaiah","number":"h4321"},{"text":"Behold thou shalt see","number":"h7200"}],"29":[{"text":"said","number":"h559"},{"text":"thou on thy robes","number":"h899"},{"text":"himself and they went","number":"h935"},{"text":"myself and will go","number":"h935"},{"text":"I will disguise","number":"h2664"},{"text":"disguised","number":"h2664"},{"text":"unto Jehoshaphat","number":"h3092"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"but put","number":"h3847"},{"text":"to the battle","number":"h4421"},{"text":"to the battle","number":"h4421"},{"text":"And the king","number":"h4428"},{"text":"So the king","number":"h4428"}],"4":[{"text":"said","number":"h559"},{"text":"I pray thee at the word","number":"h1697"},{"text":"Enquire","number":"h1875"},{"text":"of the LORD","number":"h3068"},{"text":"And Jehoshaphat","number":"h3092"},{"text":"to day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"unto the king","number":"h4428"}],"6":[{"text":"said","number":"h559"},{"text":"besides that we might enquire","number":"h1875"},{"text":"of the LORD","number":"h3068"},{"text":"But Jehoshaphat","number":"h3092"},{"text":"Is there not here a prophet","number":"h5030"}],"11":[{"text":"so saying","number":"h559"},{"text":"it into the hand","number":"h3027"},{"text":"for the LORD","number":"h3068"},{"text":"of the king","number":"h4428"},{"text":"prophesied","number":"h5012"},{"text":"And all the prophets","number":"h5030"},{"text":"shall deliver","number":"h5414"},{"text":"Go up","number":"h5927"},{"text":"and prosper","number":"h6743"},{"text":"to Ramothgilead","number":"h7433"}],"30":[{"text":"that were with him saying","number":"h559"},{"text":"of Syria","number":"h758"},{"text":"or great","number":"h1419"},{"text":"of Israel","number":"h3478"},{"text":"Fight","number":"h3898"},{"text":"Now the king","number":"h4428"},{"text":"save only with the king","number":"h4428"},{"text":"had commanded","number":"h6680"},{"text":"ye not with small","number":"h6996"},{"text":"of the chariots","number":"h7393"},{"text":"the captains","number":"h8269"}],"34":[{"text":"the Syrians","number":"h758"},{"text":"going down","number":"h935"},{"text":"that day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"he died","number":"h4191"},{"text":"And the battle","number":"h4421"},{"text":"howbeit the king","number":"h4428"},{"text":"in his chariot","number":"h4818"},{"text":"against","number":"h5227"},{"text":"increased","number":"h5927"},{"text":"stayed himself up","number":"h5975"},{"text":"until the even","number":"h6153"},{"text":"and about the time","number":"h6256"},{"text":"of the sun","number":"h8121"}],"22":[{"text":"hath spoken","number":"h1696"},{"text":"Now therefore behold the LORD","number":"h3068"},{"text":"and the LORD","number":"h3068"},{"text":"of these thy prophets","number":"h5030"},{"text":"hath put","number":"h5414"},{"text":"in the mouth","number":"h6310"},{"text":"spirit","number":"h7307"},{"text":"evil","number":"h7451"},{"text":"a lying","number":"h8267"}],"28":[{"text":"of Judah","number":"h3063"},{"text":"and Jehoshaphat","number":"h3092"},{"text":"of Israel","number":"h3478"},{"text":"So the king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"went up","number":"h5927"},{"text":"to Ramothgilead","number":"h7433"}]}
@@ -0,0 +1 @@
1
+ {"8":[{"text":"of the fathers","number":"h1"},{"text":"of the LORD","number":"h3068"},{"text":"did Jehoshaphat","number":"h3092"},{"text":"Moreover in Jerusalem","number":"h3389"},{"text":"to Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"and of the priests","number":"h3548"},{"text":"of the Levites","number":"h3881"},{"text":"for the judgment","number":"h4941"},{"text":"set","number":"h5975"},{"text":"and of the chief","number":"h7218"},{"text":"and for controversies","number":"h7379"},{"text":"when they returned","number":"h7725"}],"4":[{"text":"of their fathers","number":"h1"},{"text":"God","number":"h430"},{"text":"Ephraim","number":"h669"},{"text":"from Beersheba","number":"h884"},{"text":"to mount","number":"h2022"},{"text":"unto the LORD","number":"h3068"},{"text":"And Jehoshaphat","number":"h3092"},{"text":"and he went out","number":"h3318"},{"text":"at Jerusalem","number":"h3389"},{"text":"dwelt","number":"h3427"},{"text":"through the people","number":"h5971"},{"text":"again","number":"h7725"},{"text":"and brought them back","number":"h7725"}],"3":[{"text":"Nevertheless","number":"h61"},{"text":"God","number":"h430"},{"text":"out of the land","number":"h776"},{"text":"the groves","number":"h842"},{"text":"in thee in that thou hast taken away","number":"h1197"},{"text":"things","number":"h1697"},{"text":"to seek","number":"h1875"},{"text":"there are good","number":"h2896"},{"text":"and hast prepared","number":"h3559"},{"text":"thine heart","number":"h3824"},{"text":"found","number":"h4672"}],"6":[{"text":"not for man","number":"h120"},{"text":"And said","number":"h559"},{"text":"who is with you in the judgment","number":"h1697"},{"text":"but for the LORD","number":"h3068"},{"text":"what ye do","number":"h6213"},{"text":"Take heed","number":"h7200"},{"text":"for ye judge","number":"h8199"},{"text":"to the judges","number":"h8199"}],"2":[{"text":"and love","number":"h157"},{"text":"him and said","number":"h559"},{"text":"the son","number":"h1121"},{"text":"therefore","number":"h2063"},{"text":"the seer","number":"h2374"},{"text":"of Hanani","number":"h2607"},{"text":"And Jehu","number":"h3058"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"Jehoshaphat","number":"h3092"},{"text":"went out","number":"h3318"},{"text":"to king","number":"h4428"},{"text":"Shouldest thou help","number":"h5826"},{"text":"to meet","number":"h6440"},{"text":"upon thee from before","number":"h6440"},{"text":"is wrath","number":"h7110"},{"text":"the ungodly","number":"h7563"},{"text":"them that hate","number":"h8130"}],"10":[{"text":"come upon you and upon your brethren","number":"h251"},{"text":"to you of your brethren","number":"h251"},{"text":"and ye shall not trespass","number":"h816"},{"text":"them that they trespass","number":"h816"},{"text":"soever shall come","number":"h935"},{"text":"and blood","number":"h1818"},{"text":"between blood","number":"h1818"},{"text":"ye shall even warn","number":"h2094"},{"text":"statutes","number":"h2706"},{"text":"not against the LORD","number":"h3068"},{"text":"that dwell","number":"h3427"},{"text":"this","number":"h3541"},{"text":"and commandment","number":"h4687"},{"text":"and judgments","number":"h4941"},{"text":"in their cities","number":"h5892"},{"text":"do","number":"h6213"},{"text":"and so wrath","number":"h7110"},{"text":"And what cause","number":"h7379"},{"text":"between law","number":"h8451"}],"7":[{"text":"our God","number":"h430"},{"text":"of the LORD","number":"h3068"},{"text":"with the LORD","number":"h3068"},{"text":"nor taking","number":"h4727"},{"text":"nor respect","number":"h4856"},{"text":"it for there is no iniquity","number":"h5766"},{"text":"and do","number":"h6213"},{"text":"Wherefore now let the fear","number":"h6343"},{"text":"of persons","number":"h6440"},{"text":"of gifts","number":"h7810"},{"text":"be upon you take heed","number":"h8104"}],"9":[{"text":"faithfully","number":"h530"},{"text":"them saying","number":"h559"},{"text":"of the LORD","number":"h3068"},{"text":"in the fear","number":"h3374"},{"text":"heart","number":"h3824"},{"text":"Thus shall ye do","number":"h6213"},{"text":"And he charged","number":"h6680"},{"text":"and with a perfect","number":"h8003"}],"11":[{"text":"And behold Amariah","number":"h568"},{"text":"of the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"is over you in all matters","number":"h1697"},{"text":"matters","number":"h1697"},{"text":"and Zebadiah","number":"h2069"},{"text":"courageously","number":"h2388"},{"text":"shall be with the good","number":"h2896"},{"text":"of Judah","number":"h3063"},{"text":"and the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of Ishmael","number":"h3458"},{"text":"priest","number":"h3548"},{"text":"also the Levites","number":"h3881"},{"text":"for all the king's","number":"h4428"},{"text":"the ruler","number":"h5057"},{"text":"you Deal","number":"h6213"},{"text":"before","number":"h6440"},{"text":"the chief","number":"h7218"},{"text":"shall be officers","number":"h7860"}],"5":[{"text":"in the land","number":"h776"},{"text":"throughout all the fenced","number":"h1219"},{"text":"of Judah","number":"h3063"},{"text":"by city","number":"h5892"},{"text":"cities","number":"h5892"},{"text":"city","number":"h5892"},{"text":"And he set","number":"h5975"},{"text":"judges","number":"h8199"}],"1":[{"text":"to his house","number":"h1004"},{"text":"of Judah","number":"h3063"},{"text":"And Jehoshaphat","number":"h3092"},{"text":"to Jerusalem","number":"h3389"},{"text":"the king","number":"h4428"},{"text":"returned","number":"h7725"},{"text":"in peace","number":"h7965"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"and his father","number":"h1"},{"text":"thy father","number":"h1"},{"text":"in stone","number":"h68"},{"text":"of my lord","number":"h113"},{"text":"was a man","number":"h376"},{"text":"in purple","number":"h713"},{"text":"of a woman","number":"h802"},{"text":"and in fine linen","number":"h948"},{"text":"The son","number":"h1121"},{"text":"in iron","number":"h1270"},{"text":"of the daughters","number":"h1323"},{"text":"David","number":"h1732"},{"text":"of Dan","number":"h1835"},{"text":"in gold","number":"h2091"},{"text":"and with the cunning men","number":"h2450"},{"text":"to him with thy cunning men","number":"h2450"},{"text":"and to find out","number":"h2803"},{"text":"skilful","number":"h3045"},{"text":"and in silver","number":"h3701"},{"text":"and in crimson","number":"h3758"},{"text":"every device","number":"h4284"},{"text":"in brass","number":"h5178"},{"text":"which shall be put","number":"h5414"},{"text":"and in timber","number":"h6086"},{"text":"to work","number":"h6213"},{"text":"any manner of graving","number":"h6603"},{"text":"also to grave","number":"h6605"},{"text":"of Tyre","number":"h6876"},{"text":"in blue","number":"h8504"}],"17":[{"text":"his father","number":"h1"},{"text":"after","number":"h310"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"all the strangers","number":"h582"},{"text":"that were in the land","number":"h776"},{"text":"wherewith David","number":"h1732"},{"text":"and fifty","number":"h2572"},{"text":"of Israel","number":"h3478"},{"text":"an hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"them and they were found","number":"h4672"},{"text":"had numbered","number":"h5608"},{"text":"numbered","number":"h5608"},{"text":"the numbering","number":"h5610"},{"text":"and three","number":"h7969"},{"text":"And Solomon","number":"h8010"},{"text":"and six","number":"h8337"}],"3":[{"text":"my father","number":"h1"},{"text":"saying","number":"h559"},{"text":"him cedars","number":"h730"},{"text":"him an house","number":"h1004"},{"text":"to build","number":"h1129"},{"text":"with David","number":"h1732"},{"text":"to Huram","number":"h2361"},{"text":"to dwell","number":"h3427"},{"text":"the king","number":"h4428"},{"text":"As thou didst deal","number":"h6213"},{"text":"of Tyre","number":"h6865"},{"text":"and didst send","number":"h7971"},{"text":"sent","number":"h7971"},{"text":"And Solomon","number":"h8010"}],"7":[{"text":"my father","number":"h1"},{"text":"me now therefore a man","number":"h376"},{"text":"and in purple","number":"h710"},{"text":"and in iron","number":"h1270"},{"text":"whom David","number":"h1732"},{"text":"in gold","number":"h2091"},{"text":"cunning","number":"h2450"},{"text":"with the cunning men","number":"h2450"},{"text":"and that can skill","number":"h3045"},{"text":"that are with me in Judah","number":"h3063"},{"text":"and in Jerusalem","number":"h3389"},{"text":"did provide","number":"h3559"},{"text":"and in silver","number":"h3701"},{"text":"and crimson","number":"h3758"},{"text":"and in brass","number":"h5178"},{"text":"to work","number":"h6213"},{"text":"to grave","number":"h6605"},{"text":"Send","number":"h7971"},{"text":"and blue","number":"h8504"}],"13":[{"text":"my father's","number":"h1"},{"text":"man","number":"h376"},{"text":"with understanding","number":"h998"},{"text":"of Huram","number":"h2361"},{"text":"a cunning","number":"h2450"},{"text":"endued","number":"h3045"},{"text":"And now I have sent","number":"h7971"}],"15":[{"text":"which my lord","number":"h113"},{"text":"hath spoken","number":"h559"},{"text":"Now therefore the wheat","number":"h2406"},{"text":"and the wine","number":"h3196"},{"text":"unto his servants","number":"h5650"},{"text":"of let him send","number":"h7971"},{"text":"the oil","number":"h8081"},{"text":"and the barley","number":"h8184"}],"11":[{"text":"hath loved","number":"h160"},{"text":"answered","number":"h559"},{"text":"Then Huram","number":"h2361"},{"text":"Because the LORD","number":"h3068"},{"text":"in writing","number":"h3791"},{"text":"the king","number":"h4428"},{"text":"thee king","number":"h4428"},{"text":"he hath made","number":"h5414"},{"text":"his people","number":"h5971"},{"text":"of Tyre","number":"h6865"},{"text":"which he sent","number":"h7971"},{"text":"to Solomon","number":"h8010"}],"2":[{"text":"men","number":"h376"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"in the mountain","number":"h2022"},{"text":"to hew","number":"h2672"},{"text":"hundred","number":"h3967"},{"text":"to oversee","number":"h5329"},{"text":"to bear burdens","number":"h5449"},{"text":"told out","number":"h5608"},{"text":"threescore and ten","number":"h7657"},{"text":"and three","number":"h7969"},{"text":"And Solomon","number":"h8010"},{"text":"and fourscore","number":"h8084"},{"text":"and six","number":"h8337"}],"8":[{"text":"and algum trees","number":"h418"},{"text":"me also cedar","number":"h730"},{"text":"fir trees","number":"h1265"},{"text":"can skill","number":"h3045"},{"text":"for I know","number":"h3045"},{"text":"to cut","number":"h3772"},{"text":"in Lebanon","number":"h3844"},{"text":"out of Lebanon","number":"h3844"},{"text":"and behold my servants","number":"h5650"},{"text":"shall be with thy servants","number":"h5650"},{"text":"that thy servants","number":"h5650"},{"text":"timber","number":"h6086"},{"text":"trees","number":"h6086"},{"text":"Send","number":"h7971"}],"12":[{"text":"God","number":"h430"},{"text":"said","number":"h559"},{"text":"and earth","number":"h776"},{"text":"and understanding","number":"h998"},{"text":"an house","number":"h1004"},{"text":"and an house","number":"h1004"},{"text":"son","number":"h1121"},{"text":"that might build","number":"h1129"},{"text":"moreover Blessed","number":"h1288"},{"text":"to David","number":"h1732"},{"text":"Huram","number":"h2361"},{"text":"a wise","number":"h2450"},{"text":"endued","number":"h3045"},{"text":"be the LORD","number":"h3068"},{"text":"for the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"the king","number":"h4428"},{"text":"for his kingdom","number":"h4438"},{"text":"who hath given","number":"h5414"},{"text":"that made","number":"h6213"},{"text":"with prudence","number":"h7922"},{"text":"heaven","number":"h8064"}],"5":[{"text":"above all gods","number":"h430"},{"text":"is our God","number":"h430"},{"text":"And the house","number":"h1004"},{"text":"which I build","number":"h1129"},{"text":"for great","number":"h1419"},{"text":"is great","number":"h1419"}],"4":[{"text":"my God","number":"h430"},{"text":"our God","number":"h430"},{"text":"an house","number":"h1004"},{"text":"Behold I build","number":"h1129"},{"text":"morning","number":"h1242"},{"text":"and on the new moons","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"to Israel","number":"h3478"},{"text":"and on the solemn feasts","number":"h4150"},{"text":"shewbread","number":"h4635"},{"text":"him sweet","number":"h5561"},{"text":"This is an ordinance for ever","number":"h5769"},{"text":"and for the burnt offerings","number":"h5930"},{"text":"and evening","number":"h6153"},{"text":"before","number":"h6440"},{"text":"to dedicate","number":"h6942"},{"text":"it to him and to burn","number":"h6999"},{"text":"incense","number":"h7004"},{"text":"on the sabbaths","number":"h7676"},{"text":"to the name","number":"h8034"},{"text":"and for the continual","number":"h8548"}],"10":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"baths","number":"h1324"},{"text":"baths","number":"h1324"},{"text":"the hewers","number":"h2404"},{"text":"wheat","number":"h2406"},{"text":"of wine","number":"h3196"},{"text":"measures","number":"h3734"},{"text":"measures","number":"h3734"},{"text":"that cut","number":"h3772"},{"text":"of beaten","number":"h4347"},{"text":"And behold I will give","number":"h5414"},{"text":"to thy servants","number":"h5650"},{"text":"timber","number":"h6086"},{"text":"and twenty","number":"h6242"},{"text":"and twenty","number":"h6242"},{"text":"and twenty","number":"h6242"},{"text":"twenty","number":"h6242"},{"text":"of oil","number":"h8081"},{"text":"of barley","number":"h8184"}],"18":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"in the mountain","number":"h2022"},{"text":"to be hewers","number":"h2672"},{"text":"hundred","number":"h3967"},{"text":"overseers","number":"h5329"},{"text":"of them to be bearers of burdens","number":"h5449"},{"text":"a work","number":"h5647"},{"text":"to set","number":"h5647"},{"text":"the people","number":"h5971"},{"text":"And he set","number":"h6213"},{"text":"threescore and ten","number":"h7657"},{"text":"and three","number":"h7969"},{"text":"and fourscore","number":"h8084"},{"text":"and six","number":"h8337"}],"6":[{"text":"save only","number":"h518"},{"text":"him an house","number":"h1004"},{"text":"him an house","number":"h1004"},{"text":"him who am I then that I should build","number":"h1129"},{"text":"to build","number":"h1129"},{"text":"cannot contain","number":"h3557"},{"text":"But who is able","number":"h6113"},{"text":"before","number":"h6440"},{"text":"to burn sacrifice","number":"h6999"},{"text":"and heaven","number":"h8064"},{"text":"of heavens","number":"h8064"},{"text":"seeing the heaven","number":"h8064"}],"1":[{"text":"determined","number":"h559"},{"text":"an house","number":"h1004"},{"text":"and an house","number":"h1004"},{"text":"to build","number":"h1129"},{"text":"of the LORD","number":"h3068"},{"text":"for his kingdom","number":"h4438"},{"text":"And Solomon","number":"h8010"},{"text":"for the name","number":"h8034"}],"16":[{"text":"and we will bring","number":"h935"},{"text":"by sea","number":"h3220"},{"text":"to Joppa","number":"h3305"},{"text":"to Jerusalem","number":"h3389"},{"text":"And we will cut","number":"h3772"},{"text":"out of Lebanon","number":"h3844"},{"text":"and thou shalt carry it up","number":"h5927"},{"text":"wood","number":"h6086"},{"text":"as much as thou shalt need","number":"h6878"},{"text":"it to thee in floats","number":"h7513"}],"9":[{"text":"for the house","number":"h1004"},{"text":"which I am about to build","number":"h1129"},{"text":"great","number":"h1419"},{"text":"Even to prepare","number":"h3559"},{"text":"me timber","number":"h6086"},{"text":"shall be wonderful","number":"h6381"},{"text":"in abundance","number":"h7230"}]}
@@ -0,0 +1 @@
1
+ {"32":[{"text":"his father","number":"h1"},{"text":"of Asa","number":"h609"},{"text":"in the way","number":"h1870"},{"text":"of the LORD","number":"h3068"},{"text":"And he walked","number":"h3212"},{"text":"that which was right","number":"h3477"},{"text":"and departed","number":"h5493"},{"text":"in the sight","number":"h5869"},{"text":"not from it doing","number":"h6213"}],"6":[{"text":"of our fathers","number":"h1"},{"text":"God","number":"h430"},{"text":"art not thou God","number":"h430"},{"text":"And said","number":"h559"},{"text":"and might","number":"h1369"},{"text":"of the heathen","number":"h1471"},{"text":"and in thine hand","number":"h3027"},{"text":"O LORD","number":"h3068"},{"text":"so that none is able to withstand","number":"h3320"},{"text":"is there not power","number":"h3581"},{"text":"not thou over all the kingdoms","number":"h4467"},{"text":"and rulest","number":"h4910"},{"text":"in heaven","number":"h8064"}],"33":[{"text":"of their fathers","number":"h1"},{"text":"unto the God","number":"h430"},{"text":"Howbeit the high places","number":"h1116"},{"text":"had not prepared","number":"h3559"},{"text":"their hearts","number":"h3824"},{"text":"were not taken away","number":"h5493"},{"text":"for as yet the people","number":"h5971"}],"7":[{"text":"of Abraham","number":"h85"},{"text":"thy friend","number":"h157"},{"text":"Art not thou our God","number":"h430"},{"text":"of this land","number":"h776"},{"text":"it to the seed","number":"h2233"},{"text":"who didst drive out","number":"h3423"},{"text":"the inhabitants","number":"h3427"},{"text":"Israel","number":"h3478"},{"text":"and gavest","number":"h5414"},{"text":"for ever","number":"h5769"},{"text":"thy people","number":"h5971"},{"text":"before","number":"h6440"}],"35":[{"text":"himself with Ahaziah","number":"h274"},{"text":"And after","number":"h310"},{"text":"join","number":"h2266"},{"text":"of Judah","number":"h3063"},{"text":"this did Jehoshaphat","number":"h3092"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"who did","number":"h6213"},{"text":"very wickedly","number":"h7561"}],"37":[{"text":"thyself with Ahaziah","number":"h274"},{"text":"Then Eliezer","number":"h461"},{"text":"saying","number":"h559"},{"text":"And the ships","number":"h591"},{"text":"the son","number":"h1121"},{"text":"of Dodavah","number":"h1735"},{"text":"Because thou hast joined","number":"h2266"},{"text":"the LORD","number":"h3068"},{"text":"against Jehoshaphat","number":"h3092"},{"text":"to go","number":"h3212"},{"text":"thy works","number":"h4639"},{"text":"of Mareshah","number":"h4762"},{"text":"prophesied","number":"h5012"},{"text":"that they were not able","number":"h6113"},{"text":"hath broken","number":"h6555"},{"text":"were broken","number":"h7665"},{"text":"to Tarshish","number":"h8659"}],"1":[{"text":"It came to pass after this","number":"h310"},{"text":"came","number":"h935"},{"text":"also that the children","number":"h1121"},{"text":"and the children","number":"h1121"},{"text":"against Jehoshaphat","number":"h3092"},{"text":"of Moab","number":"h4124"},{"text":"to battle","number":"h4421"},{"text":"of Ammon","number":"h5983"},{"text":"and with them other beside the Ammonites","number":"h5984"}],"34":[{"text":"and last","number":"h314"},{"text":"the son","number":"h1121"},{"text":"in the book","number":"h1697"},{"text":"of the acts","number":"h1697"},{"text":"of Hanani","number":"h2607"},{"text":"of Jehu","number":"h3058"},{"text":"of Jehoshaphat","number":"h3092"},{"text":"of Israel","number":"h3478"},{"text":"Now the rest","number":"h3499"},{"text":"behold they are written","number":"h3789"},{"text":"of the kings","number":"h4428"},{"text":"in the book","number":"h5612"},{"text":"who is mentioned","number":"h5927"},{"text":"first","number":"h7223"}],"29":[{"text":"against the enemies","number":"h341"},{"text":"of God","number":"h430"},{"text":"of those countries","number":"h776"},{"text":"that the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"fought","number":"h3898"},{"text":"was on all the kingdoms","number":"h4467"},{"text":"And the fear","number":"h6343"},{"text":"when they had heard","number":"h8085"}],"27":[{"text":"over their enemies","number":"h341"},{"text":"every man","number":"h376"},{"text":"of Judah","number":"h3063"},{"text":"for the LORD","number":"h3068"},{"text":"and Jehoshaphat","number":"h3092"},{"text":"and Jerusalem","number":"h3389"},{"text":"to Jerusalem","number":"h3389"},{"text":"in the forefront","number":"h7218"},{"text":"Then they returned","number":"h7725"},{"text":"of them to go again","number":"h7725"},{"text":"had made them to rejoice","number":"h8055"},{"text":"with joy","number":"h8057"}],"25":[{"text":"for themselves more than","number":"h369"},{"text":"came","number":"h935"},{"text":"in gathering","number":"h962"},{"text":"to take away","number":"h962"},{"text":"and precious","number":"h2532"},{"text":"And when Jehoshaphat","number":"h3092"},{"text":"days","number":"h3117"},{"text":"jewels","number":"h3627"},{"text":"of them they found","number":"h4672"},{"text":"they could carry away","number":"h4853"},{"text":"which they stripped off","number":"h5337"},{"text":"and his people","number":"h5971"},{"text":"with the dead bodies","number":"h6297"},{"text":"it was so much","number":"h7227"},{"text":"among them in abundance","number":"h7230"},{"text":"both riches","number":"h7399"},{"text":"and they were three","number":"h7969"},{"text":"of the spoil","number":"h7998"},{"text":"the spoil","number":"h7998"}],"23":[{"text":"every one","number":"h376"},{"text":"For the children","number":"h1121"},{"text":"of mount","number":"h2022"},{"text":"utterly to slay","number":"h2763"},{"text":"against the inhabitants","number":"h3427"},{"text":"of the inhabitants","number":"h3427"},{"text":"them and when they had made an end","number":"h3615"},{"text":"and Moab","number":"h4124"},{"text":"to destroy","number":"h4889"},{"text":"helped","number":"h5826"},{"text":"stood up","number":"h5975"},{"text":"of Ammon","number":"h5983"},{"text":"another","number":"h7453"},{"text":"and destroy","number":"h8045"},{"text":"Seir","number":"h8165"},{"text":"of Seir","number":"h8165"}],"19":[{"text":"God","number":"h430"},{"text":"and of the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"with a loud","number":"h1419"},{"text":"to praise","number":"h1984"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"And the Levites","number":"h3881"},{"text":"on high","number":"h4605"},{"text":"of the Kohathites","number":"h6956"},{"text":"voice","number":"h6963"},{"text":"stood up","number":"h6965"},{"text":"of the Korhites","number":"h7145"}],"12":[{"text":"O our God","number":"h430"},{"text":"we","number":"h587"},{"text":"that cometh","number":"h935"},{"text":"company","number":"h1995"},{"text":"against us neither know","number":"h3045"},{"text":"them for we have no might","number":"h3581"},{"text":"but our eyes","number":"h5869"},{"text":"what to do","number":"h6213"},{"text":"against","number":"h6440"},{"text":"this great","number":"h7227"},{"text":"wilt thou not judge","number":"h8199"}],"30":[{"text":"for his God","number":"h430"},{"text":"of Jehoshaphat","number":"h3092"},{"text":"So the realm","number":"h4438"},{"text":"gave him rest","number":"h5117"},{"text":"round about","number":"h5439"},{"text":"was quiet","number":"h8252"}],"15":[{"text":"is not yours but God's","number":"h430"},{"text":"And he said","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"multitude","number":"h1995"},{"text":"nor dismayed","number":"h2865"},{"text":"ye all Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"Jehoshaphat","number":"h3092"},{"text":"unto you Be not afraid","number":"h3372"},{"text":"of Jerusalem","number":"h3389"},{"text":"and ye inhabitants","number":"h3427"},{"text":"for the battle","number":"h4421"},{"text":"and thou king","number":"h4428"},{"text":"by reason","number":"h6440"},{"text":"Hearken","number":"h7181"},{"text":"of this great","number":"h7227"}],"20":[{"text":"your God","number":"h430"},{"text":"Believe","number":"h539"},{"text":"believe","number":"h539"},{"text":"so shall ye be established","number":"h539"},{"text":"and said","number":"h559"},{"text":"in the morning","number":"h1242"},{"text":"me O Judah","number":"h3063"},{"text":"in the LORD","number":"h3068"},{"text":"Jehoshaphat","number":"h3092"},{"text":"and as they went forth","number":"h3318"},{"text":"and went forth","number":"h3318"},{"text":"of Jerusalem","number":"h3389"},{"text":"and ye inhabitants","number":"h3427"},{"text":"into the wilderness","number":"h4057"},{"text":"his prophets","number":"h5030"},{"text":"stood","number":"h5975"},{"text":"so shall ye prosper","number":"h6743"},{"text":"And they rose early","number":"h7925"},{"text":"Hear","number":"h8085"},{"text":"of Tekoa","number":"h8620"}],"31":[{"text":"And his mother's","number":"h517"},{"text":"old","number":"h1121"},{"text":"the daughter","number":"h1323"},{"text":"and five","number":"h2568"},{"text":"and five","number":"h2568"},{"text":"over Judah","number":"h3063"},{"text":"And Jehoshaphat","number":"h3092"},{"text":"in Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"was Azubah","number":"h5806"},{"text":"twenty","number":"h6242"},{"text":"he was thirty","number":"h7970"},{"text":"of Shilhi","number":"h7977"},{"text":"name","number":"h8034"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"21":[{"text":"and to say","number":"h559"},{"text":"the beauty","number":"h1927"},{"text":"and that should praise","number":"h1984"},{"text":"the army","number":"h2502"},{"text":"for his mercy","number":"h2617"},{"text":"Praise","number":"h3034"},{"text":"the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"And when he had consulted","number":"h3289"},{"text":"as they went out","number":"h3318"},{"text":"endureth for ever","number":"h5769"},{"text":"with the people","number":"h5971"},{"text":"he appointed","number":"h5975"},{"text":"before","number":"h6440"},{"text":"of holiness","number":"h6944"},{"text":"singers","number":"h7891"}],"2":[{"text":"saying","number":"h559"},{"text":"on this side Syria","number":"h758"},{"text":"Then there came","number":"h935"},{"text":"There cometh","number":"h935"},{"text":"multitude","number":"h1995"},{"text":"and behold they be in Hazazontamar","number":"h2688"},{"text":"Jehoshaphat","number":"h3092"},{"text":"the sea","number":"h3220"},{"text":"some that told","number":"h5046"},{"text":"against thee from beyond","number":"h5676"},{"text":"which is Engedi","number":"h5872"},{"text":"a great","number":"h7227"}],"8":[{"text":"saying","number":"h559"},{"text":"therein and have built","number":"h1129"},{"text":"And they dwelt","number":"h3427"},{"text":"thee a sanctuary","number":"h4720"},{"text":"therein for thy name","number":"h8034"}],"36":[{"text":"ships","number":"h591"},{"text":"the ships","number":"h591"},{"text":"And he joined","number":"h2266"},{"text":"to go","number":"h3212"},{"text":"in Eziongeber","number":"h6100"},{"text":"and they made","number":"h6213"},{"text":"himself with him to make","number":"h6213"},{"text":"to Tarshish","number":"h8659"}],"14":[{"text":"of Asaph","number":"h623"},{"text":"of the sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Benaiah","number":"h1141"},{"text":"of Zechariah","number":"h2148"},{"text":"of the LORD","number":"h3068"},{"text":"Then upon Jahaziel","number":"h3166"},{"text":"of Jeiel","number":"h3273"},{"text":"a Levite","number":"h3881"},{"text":"of Mattaniah","number":"h4983"},{"text":"of the congregation","number":"h6951"},{"text":"came the Spirit","number":"h7307"},{"text":"in the midst","number":"h8432"}],"18":[{"text":"his head with his face","number":"h639"},{"text":"to the ground","number":"h776"},{"text":"and all Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"And Jehoshaphat","number":"h3092"},{"text":"of Jerusalem","number":"h3389"},{"text":"and the inhabitants","number":"h3427"},{"text":"fell","number":"h5307"},{"text":"before","number":"h6440"},{"text":"bowed","number":"h6915"},{"text":"worshipping","number":"h7812"}],"22":[{"text":"ambushments","number":"h693"},{"text":"which were come","number":"h935"},{"text":"against the children","number":"h1121"},{"text":"and mount","number":"h2022"},{"text":"they began","number":"h2490"},{"text":"against Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"Moab","number":"h4124"},{"text":"and they were smitten","number":"h5062"},{"text":"set","number":"h5414"},{"text":"of Ammon","number":"h5983"},{"text":"And when","number":"h6256"},{"text":"to sing","number":"h7440"},{"text":"Seir","number":"h8165"},{"text":"and to praise","number":"h8416"}],"10":[{"text":"of the land","number":"h776"},{"text":"invade","number":"h935"},{"text":"when they came out","number":"h935"},{"text":"And now behold the children","number":"h1121"},{"text":"and mount","number":"h2022"},{"text":"Israel","number":"h3478"},{"text":"and Moab","number":"h4124"},{"text":"of Egypt","number":"h4714"},{"text":"whom thou wouldest not let","number":"h5414"},{"text":"but they turned","number":"h5493"},{"text":"of Ammon","number":"h5983"},{"text":"from them and destroyed","number":"h8045"},{"text":"Seir","number":"h8165"}],"24":[{"text":"to the earth","number":"h776"},{"text":"came","number":"h935"},{"text":"unto the multitude","number":"h1995"},{"text":"And when Judah","number":"h3063"},{"text":"in the wilderness","number":"h4057"},{"text":"toward the watch tower","number":"h4707"},{"text":"fallen","number":"h5307"},{"text":"and behold they were dead bodies","number":"h6297"},{"text":"and none escaped","number":"h6413"},{"text":"they looked","number":"h6437"}],"13":[{"text":"their wives","number":"h802"},{"text":"and their children","number":"h1121"},{"text":"with","number":"h1571"},{"text":"their little ones","number":"h2945"},{"text":"And all Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"stood","number":"h5975"},{"text":"before","number":"h6440"}],"28":[{"text":"And they came","number":"h935"},{"text":"unto the house","number":"h1004"},{"text":"and trumpets","number":"h2689"},{"text":"of the LORD","number":"h3068"},{"text":"to Jerusalem","number":"h3389"},{"text":"and harps","number":"h3658"},{"text":"with psalteries","number":"h5035"}],"9":[{"text":"cometh","number":"h935"},{"text":"is in this house","number":"h1004"},{"text":"this house","number":"h1004"},{"text":"or pestilence","number":"h1698"},{"text":"and cry","number":"h2199"},{"text":"upon us as the sword","number":"h2719"},{"text":"and help","number":"h3467"},{"text":"we stand","number":"h5975"},{"text":"and in thy presence","number":"h6440"},{"text":"before","number":"h6440"},{"text":"unto thee in our affliction","number":"h6869"},{"text":"If when evil","number":"h7451"},{"text":"or famine","number":"h7458"},{"text":"for thy name","number":"h8034"},{"text":"then thou wilt hear","number":"h8085"},{"text":"judgment","number":"h8196"}],"4":[{"text":"they came","number":"h935"},{"text":"to ask","number":"h1245"},{"text":"to seek","number":"h1245"},{"text":"And Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"help of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"even out of all the cities","number":"h5892"},{"text":"gathered themselves together","number":"h6908"}],"11":[{"text":"us to come","number":"h935"},{"text":"Behold I say how they reward","number":"h1580"},{"text":"to cast us out","number":"h1644"},{"text":"which thou hast given us to inherit","number":"h3423"},{"text":"of thy possession","number":"h3425"}],"5":[{"text":"in the house","number":"h1004"},{"text":"the new","number":"h2319"},{"text":"court","number":"h2691"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"And Jehoshaphat","number":"h3092"},{"text":"and Jerusalem","number":"h3389"},{"text":"stood","number":"h5975"},{"text":"before","number":"h6440"},{"text":"in the congregation","number":"h6951"}],"26":[{"text":"for there they blessed","number":"h1288"},{"text":"of Berachah","number":"h1294"},{"text":"of Berachah","number":"h1294"},{"text":"the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"unto this day","number":"h3117"},{"text":"of the same place","number":"h4725"},{"text":"The valley","number":"h6010"},{"text":"themselves in the valley","number":"h6010"},{"text":"they assembled","number":"h6950"},{"text":"was called","number":"h7121"},{"text":"And on the fourth","number":"h7243"},{"text":"therefore the name","number":"h8034"}],"3":[{"text":"to seek","number":"h1875"},{"text":"all Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"And Jehoshaphat","number":"h3092"},{"text":"feared","number":"h3372"},{"text":"and set","number":"h5414"},{"text":"throughout","number":"h5921"},{"text":"himself","number":"h6440"},{"text":"a fast","number":"h6685"},{"text":"and proclaimed","number":"h7121"}],"17":[{"text":"in this","number":"h2063"},{"text":"not nor be dismayed","number":"h2865"},{"text":"with you O Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"them for the LORD","number":"h3068"},{"text":"go out","number":"h3318"},{"text":"battle set","number":"h3320"},{"text":"fear","number":"h3372"},{"text":"and Jerusalem","number":"h3389"},{"text":"the salvation","number":"h3444"},{"text":"Ye shall not need to fight","number":"h3898"},{"text":"to morrow","number":"h4279"},{"text":"yourselves stand","number":"h5975"},{"text":"against","number":"h6440"},{"text":"ye still and see","number":"h7200"}],"16":[{"text":"go ye down","number":"h3381"},{"text":"of Jeruel","number":"h3385"},{"text":"the wilderness","number":"h4057"},{"text":"To morrow","number":"h4279"},{"text":"by the cliff","number":"h4608"},{"text":"and ye shall find","number":"h4672"},{"text":"of the brook","number":"h5158"},{"text":"them at the end","number":"h5490"},{"text":"against them behold they come up","number":"h5927"},{"text":"before","number":"h6440"},{"text":"of Ziz","number":"h6732"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"And their father","number":"h1"},{"text":"because he was the firstborn","number":"h1060"},{"text":"and of gold","number":"h2091"},{"text":"in Judah","number":"h3063"},{"text":"he to Jehoram","number":"h3088"},{"text":"of silver","number":"h3701"},{"text":"and of precious things","number":"h4030"},{"text":"but the kingdom","number":"h4467"},{"text":"with fenced","number":"h4694"},{"text":"gifts","number":"h4979"},{"text":"gave","number":"h5414"},{"text":"gave","number":"h5414"},{"text":"cities","number":"h5892"},{"text":"them great","number":"h7227"}],"4":[{"text":"of his father","number":"h1"},{"text":"all his brethren","number":"h251"},{"text":"himself and slew","number":"h2026"},{"text":"he strengthened","number":"h2388"},{"text":"with the sword","number":"h2719"},{"text":"Now when Jehoram","number":"h3088"},{"text":"of Israel","number":"h3478"},{"text":"to the kingdom","number":"h4467"},{"text":"was risen up","number":"h6965"},{"text":"and divers also of the princes","number":"h8269"}],"10":[{"text":"of his fathers","number":"h1"},{"text":"So the Edomites","number":"h123"},{"text":"God","number":"h430"},{"text":"from under his hand","number":"h3027"},{"text":"from under the hand","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"unto this day","number":"h3117"},{"text":"also did Libnah","number":"h3841"},{"text":"because he had forsaken","number":"h5800"},{"text":"The same time","number":"h6256"},{"text":"revolt","number":"h6586"},{"text":"revolted","number":"h6586"}],"19":[{"text":"of his fathers","number":"h1"},{"text":"of his sickness","number":"h2483"},{"text":"And it came to pass that in process of time","number":"h3117"},{"text":"years","number":"h3117"},{"text":"after","number":"h3318"},{"text":"fell out","number":"h3318"},{"text":"so he died","number":"h4191"},{"text":"his bowels","number":"h4578"},{"text":"And his people","number":"h5971"},{"text":"by reason","number":"h5973"},{"text":"made","number":"h6213"},{"text":"the end","number":"h7093"},{"text":"of sore","number":"h7451"},{"text":"of two","number":"h8147"},{"text":"for him like the burning","number":"h8316"},{"text":"no burning","number":"h8316"},{"text":"diseases","number":"h8463"}],"13":[{"text":"of thy father's","number":"h1"},{"text":"thy brethren","number":"h251"},{"text":"of Ahab","number":"h256"},{"text":"house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"in the way","number":"h1870"},{"text":"and also hast slain","number":"h2026"},{"text":"like to the whoredoms","number":"h2181"},{"text":"to go a whoring","number":"h2181"},{"text":"which were better","number":"h2896"},{"text":"and hast made Judah","number":"h3063"},{"text":"But hast walked","number":"h3212"},{"text":"of Jerusalem","number":"h3389"},{"text":"and the inhabitants","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"of the kings","number":"h4428"}],"12":[{"text":"thy father","number":"h1"},{"text":"thy father","number":"h1"},{"text":"God","number":"h430"},{"text":"to him from Elijah","number":"h452"},{"text":"Thus saith","number":"h559"},{"text":"saying","number":"h559"},{"text":"of Asa","number":"h609"},{"text":"And there came","number":"h935"},{"text":"of David","number":"h1732"},{"text":"in the ways","number":"h1870"},{"text":"nor in the ways","number":"h1870"},{"text":"Because thou hast not walked","number":"h1980"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"of Jehoshaphat","number":"h3092"},{"text":"a writing","number":"h4385"},{"text":"king","number":"h4428"},{"text":"the prophet","number":"h5030"}],"1":[{"text":"with his fathers","number":"h1"},{"text":"with his fathers","number":"h1"},{"text":"his son","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"And Jehoram","number":"h3088"},{"text":"Now Jehoshaphat","number":"h3092"},{"text":"reigned","number":"h4427"},{"text":"in the city","number":"h5892"},{"text":"and was buried","number":"h6912"},{"text":"slept","number":"h7901"}],"7":[{"text":"would","number":"h14"},{"text":"and as he promised","number":"h559"},{"text":"the house","number":"h1004"},{"text":"to him and to his sons","number":"h1121"},{"text":"because of the covenant","number":"h1285"},{"text":"of David","number":"h1732"},{"text":"with David","number":"h1732"},{"text":"Howbeit the LORD","number":"h3068"},{"text":"for ever","number":"h3117"},{"text":"that he had made","number":"h3772"},{"text":"a light","number":"h5216"},{"text":"to give","number":"h5414"},{"text":"not destroy","number":"h7843"}],"8":[{"text":"the Edomites","number":"h123"},{"text":"from under the dominion","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"In his days","number":"h3117"},{"text":"and made","number":"h4427"},{"text":"themselves a king","number":"h4428"},{"text":"revolted","number":"h6586"}],"9":[{"text":"the Edomites","number":"h123"},{"text":"Then Jehoram","number":"h3088"},{"text":"by night","number":"h3915"},{"text":"and smote","number":"h5221"},{"text":"which compassed him in","number":"h5437"},{"text":"went forth","number":"h5674"},{"text":"with him and he rose up","number":"h6965"},{"text":"and all his chariots","number":"h7393"},{"text":"of the chariots","number":"h7393"},{"text":"and the captains","number":"h8269"},{"text":"with his princes","number":"h8269"}],"2":[{"text":"And he had brethren","number":"h251"},{"text":"all these were the sons","number":"h1121"},{"text":"the sons","number":"h1121"},{"text":"and Zechariah","number":"h2148"},{"text":"of Jehoshaphat","number":"h3092"},{"text":"of Jehoshaphat","number":"h3092"},{"text":"and Jehiel","number":"h3171"},{"text":"of Israel","number":"h3478"},{"text":"and Michael","number":"h4317"},{"text":"king","number":"h4428"},{"text":"Azariah","number":"h5838"},{"text":"and Azariah","number":"h5838"},{"text":"and Shephatiah","number":"h8203"}],"6":[{"text":"of Ahab","number":"h256"},{"text":"of Ahab","number":"h256"},{"text":"to wife","number":"h802"},{"text":"the house","number":"h1004"},{"text":"for he had the daughter","number":"h1323"},{"text":"in the way","number":"h1870"},{"text":"of the LORD","number":"h3068"},{"text":"And he walked","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"of the kings","number":"h4428"},{"text":"in the eyes","number":"h5869"},{"text":"and he wrought","number":"h6213"},{"text":"like as did","number":"h6213"},{"text":"that which was evil","number":"h7451"}],"18":[{"text":"And after","number":"h310"},{"text":"with an incurable","number":"h369"},{"text":"disease","number":"h2483"},{"text":"all this the LORD","number":"h3068"},{"text":"him in his bowels","number":"h4578"},{"text":"smote","number":"h5062"}],"17":[{"text":"also and his wives","number":"h802"},{"text":"house","number":"h1004"},{"text":"and his sons","number":"h1121"},{"text":"of his sons","number":"h1121"},{"text":"so that there was never a son","number":"h1121"},{"text":"and brake","number":"h1234"},{"text":"him save Jehoahaz","number":"h3059"},{"text":"into Judah","number":"h3063"},{"text":"in the king's","number":"h4428"},{"text":"that was found","number":"h4672"},{"text":"And they came up","number":"h5927"},{"text":"the youngest","number":"h6996"},{"text":"all the substance","number":"h7399"},{"text":"left","number":"h7604"},{"text":"into it and carried away","number":"h7617"}],"14":[{"text":"and thy wives","number":"h802"},{"text":"and thy children","number":"h1121"},{"text":"Behold with a great","number":"h1419"},{"text":"will the LORD","number":"h3068"},{"text":"plague","number":"h4046"},{"text":"smite","number":"h5062"},{"text":"thy people","number":"h5971"},{"text":"and all thy goods","number":"h7399"}],"11":[{"text":"high places","number":"h1116"},{"text":"in the mountains","number":"h2022"},{"text":"to commit fornication","number":"h2181"},{"text":"Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"of Jerusalem","number":"h3389"},{"text":"and caused the inhabitants","number":"h3427"},{"text":"and compelled","number":"h5080"},{"text":"Moreover he made","number":"h6213"}],"5":[{"text":"old","number":"h1121"},{"text":"Jehoram","number":"h3088"},{"text":"in Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"was thirty","number":"h7970"},{"text":"eight","number":"h8083"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"and two","number":"h8147"}],"20":[{"text":"years old","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"without being desired","number":"h2532"},{"text":"and departed","number":"h3212"},{"text":"in Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"was he when he began to reign","number":"h4427"},{"text":"of the kings","number":"h4428"},{"text":"him in the city","number":"h5892"},{"text":"Howbeit they buried","number":"h6912"},{"text":"but not in the sepulchres","number":"h6913"},{"text":"Thirty","number":"h7970"},{"text":"eight","number":"h8083"},{"text":"years","number":"h8141"},{"text":"and two","number":"h8147"}],"15":[{"text":"by reason of the sickness","number":"h2483"},{"text":"sickness","number":"h2483"},{"text":"by day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"fall out","number":"h3318"},{"text":"by disease","number":"h4245"},{"text":"of thy bowels","number":"h4578"},{"text":"until thy bowels","number":"h4578"},{"text":"And thou shalt have great","number":"h7227"}],"16":[{"text":"Moreover the LORD","number":"h3068"},{"text":"against Jehoram","number":"h3088"},{"text":"the Ethiopians","number":"h3569"},{"text":"stirred up","number":"h5782"},{"text":"that were near","number":"h5921"},{"text":"and of the Arabians","number":"h6163"},{"text":"of the Philistines","number":"h6430"},{"text":"the spirit","number":"h7307"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"of his father","number":"h1"},{"text":"of Ahab","number":"h256"},{"text":"after","number":"h310"},{"text":"like the house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"for they were his counsellors","number":"h3289"},{"text":"the death","number":"h4194"},{"text":"to his destruction","number":"h4889"},{"text":"in the sight","number":"h5869"},{"text":"Wherefore he did","number":"h6213"},{"text":"evil","number":"h7451"}],"8":[{"text":"of the brethren","number":"h251"},{"text":"of Ahab","number":"h256"},{"text":"of Ahaziah","number":"h274"},{"text":"to Ahaziah","number":"h274"},{"text":"upon the house","number":"h1004"},{"text":"and the sons","number":"h1121"},{"text":"he slew","number":"h2026"},{"text":"And it came to pass that when Jehu","number":"h3058"},{"text":"of Judah","number":"h3063"},{"text":"and found","number":"h4672"},{"text":"was executing judgment","number":"h8199"},{"text":"the princes","number":"h8269"},{"text":"that ministered","number":"h8334"}],"3":[{"text":"of Ahab","number":"h256"},{"text":"for his mother","number":"h517"},{"text":"of the house","number":"h1004"},{"text":"in the ways","number":"h1870"},{"text":"He also walked","number":"h1980"},{"text":"was his counsellor","number":"h3289"},{"text":"to do wickedly","number":"h7561"}],"5":[{"text":"of Ahab","number":"h256"},{"text":"of Syria","number":"h758"},{"text":"the son","number":"h1121"},{"text":"He walked","number":"h1980"},{"text":"against Hazael","number":"h2371"},{"text":"with Jehoram","number":"h3088"},{"text":"Joram","number":"h3141"},{"text":"and went","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"to war","number":"h4421"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"smote","number":"h5221"},{"text":"also after their counsel","number":"h6098"},{"text":"and the Syrians","number":"h7421"},{"text":"at Ramothgilead","number":"h7433"}],"6":[{"text":"of Ahab","number":"h256"},{"text":"of Syria","number":"h758"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"with Hazael","number":"h2371"},{"text":"because he was sick","number":"h2470"},{"text":"of Judah","number":"h3063"},{"text":"Jehoram","number":"h3088"},{"text":"of Jehoram","number":"h3088"},{"text":"at Jezreel","number":"h3157"},{"text":"in Jezreel","number":"h3157"},{"text":"went down","number":"h3381"},{"text":"when he fought","number":"h3898"},{"text":"because of the wounds","number":"h4347"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"which were given","number":"h5221"},{"text":"And Azariah","number":"h5838"},{"text":"to see","number":"h7200"},{"text":"him at Ramah","number":"h7414"},{"text":"to be healed","number":"h7495"},{"text":"And he returned","number":"h7725"}],"7":[{"text":"of Ahab","number":"h256"},{"text":"of Ahaziah","number":"h274"},{"text":"was of God","number":"h430"},{"text":"by coming","number":"h935"},{"text":"for when he was come","number":"h935"},{"text":"the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"against Jehu","number":"h3058"},{"text":"whom the LORD","number":"h3068"},{"text":"with Jehoram","number":"h3088"},{"text":"to Joram","number":"h3141"},{"text":"he went out","number":"h3318"},{"text":"to cut off","number":"h3772"},{"text":"had anointed","number":"h4886"},{"text":"of Nimshi","number":"h5250"},{"text":"And the destruction","number":"h8395"}],"2":[{"text":"one","number":"h259"},{"text":"was Ahaziah","number":"h274"},{"text":"His mother's","number":"h517"},{"text":"Forty","number":"h705"},{"text":"old","number":"h1121"},{"text":"the daughter","number":"h1323"},{"text":"in Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"of Omri","number":"h6018"},{"text":"also was Athaliah","number":"h6271"},{"text":"name","number":"h8034"},{"text":"year","number":"h8141"},{"text":"years","number":"h8141"},{"text":"and two","number":"h8147"}],"11":[{"text":"for she was the sister","number":"h269"},{"text":"of Ahaziah","number":"h274"},{"text":"of Ahaziah","number":"h274"},{"text":"the wife","number":"h802"},{"text":"sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the daughter","number":"h1323"},{"text":"the daughter","number":"h1323"},{"text":"and stole","number":"h1589"},{"text":"in a bedchamber","number":"h2315"},{"text":"of Jehoiada","number":"h3077"},{"text":"Jehoram","number":"h3088"},{"text":"But Jehoshabeath","number":"h3090"},{"text":"So Jehoshabeath","number":"h3090"},{"text":"Joash","number":"h3101"},{"text":"him and his nurse","number":"h3243"},{"text":"the priest","number":"h3548"},{"text":"took","number":"h3947"},{"text":"so that she slew","number":"h4191"},{"text":"that were slain","number":"h4191"},{"text":"of king","number":"h4428"},{"text":"of the king","number":"h4428"},{"text":"the king's","number":"h4428"},{"text":"and put","number":"h5414"},{"text":"hid","number":"h5641"},{"text":"Athaliah","number":"h6271"},{"text":"him from","number":"h6440"},{"text":"him from among","number":"h8432"}],"1":[{"text":"Ahaziah","number":"h274"},{"text":"So Ahaziah","number":"h274"},{"text":"that came","number":"h935"},{"text":"son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"in his stead for the band of men","number":"h1416"},{"text":"had slain","number":"h2026"},{"text":"of Judah","number":"h3063"},{"text":"of Jehoram","number":"h3088"},{"text":"of Jerusalem","number":"h3389"},{"text":"And the inhabitants","number":"h3427"},{"text":"to the camp","number":"h4264"},{"text":"king","number":"h4427"},{"text":"made","number":"h4427"},{"text":"reigned","number":"h4427"},{"text":"king","number":"h4428"},{"text":"with the Arabians","number":"h6163"},{"text":"his youngest","number":"h6996"},{"text":"all the eldest","number":"h7223"}],"9":[{"text":"Ahaziah","number":"h274"},{"text":"of Ahaziah","number":"h274"},{"text":"him Because said","number":"h559"},{"text":"and brought","number":"h935"},{"text":"So the house","number":"h1004"},{"text":"they he is the son","number":"h1121"},{"text":"And he sought","number":"h1245"},{"text":"who sought","number":"h1875"},{"text":"him (for he was hid","number":"h2244"},{"text":"him to Jehu","number":"h3058"},{"text":"the LORD","number":"h3068"},{"text":"of Jehoshaphat","number":"h3092"},{"text":"had no power","number":"h3581"},{"text":"with all his heart","number":"h3824"},{"text":"and they caught","number":"h3920"},{"text":"and when they had slain","number":"h4191"},{"text":"still the kingdom","number":"h4467"},{"text":"to keep","number":"h6113"},{"text":"him they buried","number":"h6912"},{"text":"in Samaria","number":"h8111"}],"10":[{"text":"of Ahaziah","number":"h274"},{"text":"the mother","number":"h517"},{"text":"of the house","number":"h1004"},{"text":"that her son","number":"h1121"},{"text":"and destroyed","number":"h1696"},{"text":"all the seed","number":"h2233"},{"text":"of Judah","number":"h3063"},{"text":"was dead","number":"h4191"},{"text":"royal","number":"h4467"},{"text":"But when Athaliah","number":"h6271"},{"text":"she arose","number":"h6965"},{"text":"saw","number":"h7200"}],"12":[{"text":"of God","number":"h430"},{"text":"over the land","number":"h776"},{"text":"in the house","number":"h1004"},{"text":"And he was with them hid","number":"h2244"},{"text":"reigned","number":"h4427"},{"text":"and Athaliah","number":"h6271"},{"text":"years","number":"h8141"},{"text":"six","number":"h8337"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"of the fathers","number":"h1"},{"text":"and they came","number":"h935"},{"text":"in Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"to Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"the Levites","number":"h3881"},{"text":"And they went about","number":"h5437"},{"text":"out of all the cities","number":"h5892"},{"text":"and gathered","number":"h6908"},{"text":"and the chief","number":"h7218"}],"20":[{"text":"and the nobles","number":"h117"},{"text":"of the land","number":"h776"},{"text":"and they came","number":"h935"},{"text":"from the house","number":"h1004"},{"text":"house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"and brought down","number":"h3381"},{"text":"and set","number":"h3427"},{"text":"upon the throne","number":"h3678"},{"text":"And he took","number":"h3947"},{"text":"of hundreds","number":"h3967"},{"text":"into the king's","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"of the kingdom","number":"h4467"},{"text":"and the governors","number":"h4910"},{"text":"the high","number":"h5945"},{"text":"and all the people","number":"h5971"},{"text":"of the people","number":"h5971"},{"text":"gate","number":"h8179"},{"text":"the captains","number":"h8269"},{"text":"through","number":"h8432"}],"10":[{"text":"every man","number":"h376"},{"text":"and the temple","number":"h1004"},{"text":"of the temple","number":"h1004"},{"text":"of the temple","number":"h1004"},{"text":"in his hand","number":"h3027"},{"text":"from the right","number":"h3233"},{"text":"side","number":"h3802"},{"text":"side","number":"h3802"},{"text":"along by the altar","number":"h4196"},{"text":"by the king","number":"h4428"},{"text":"round about","number":"h5439"},{"text":"all the people","number":"h5971"},{"text":"And he set","number":"h5975"},{"text":"having his weapon","number":"h7973"},{"text":"to the left","number":"h8042"}],"7":[{"text":"every man","number":"h376"},{"text":"and whosoever else cometh","number":"h935"},{"text":"when he cometh in","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"in his hand","number":"h3027"},{"text":"and when he goeth out","number":"h3318"},{"text":"with his weapons","number":"h3627"},{"text":"And the Levites","number":"h3881"},{"text":"he shall be put to death","number":"h4191"},{"text":"but be ye with the king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"shall compass","number":"h5362"},{"text":"round about","number":"h5439"}],"8":[{"text":"every man","number":"h376"},{"text":"his men","number":"h582"},{"text":"that were to come in","number":"h935"},{"text":"and all Judah","number":"h3063"},{"text":"according to all things that Jehoiada","number":"h3077"},{"text":"for Jehoiada","number":"h3077"},{"text":"with them that were to go","number":"h3318"},{"text":"the priest","number":"h3548"},{"text":"the priest","number":"h3548"},{"text":"So the Levites","number":"h3881"},{"text":"and took","number":"h3947"},{"text":"not the courses","number":"h4256"},{"text":"did","number":"h6213"},{"text":"dismissed","number":"h6358"},{"text":"had commanded","number":"h6680"},{"text":"on the sabbath","number":"h7676"},{"text":"out on the sabbath","number":"h7676"}],"3":[{"text":"of God","number":"h430"},{"text":"And he said","number":"h559"},{"text":"in the house","number":"h1004"},{"text":"of the sons","number":"h1121"},{"text":"son","number":"h1121"},{"text":"a covenant","number":"h1285"},{"text":"hath said","number":"h1696"},{"text":"of David","number":"h1732"},{"text":"as the LORD","number":"h3068"},{"text":"made","number":"h3772"},{"text":"shall reign","number":"h4427"},{"text":"unto them Behold the king's","number":"h4428"},{"text":"with the king","number":"h4428"},{"text":"And all the congregation","number":"h6951"}],"9":[{"text":"of God","number":"h430"},{"text":"which were in the house","number":"h1004"},{"text":"David's","number":"h1732"},{"text":"spears","number":"h2595"},{"text":"Moreover Jehoiada","number":"h3077"},{"text":"the priest","number":"h3548"},{"text":"of hundreds","number":"h3967"},{"text":"and bucklers","number":"h4043"},{"text":"that had been king","number":"h4428"},{"text":"delivered","number":"h5414"},{"text":"and shields","number":"h7982"},{"text":"to the captains","number":"h8269"}],"1":[{"text":"and Elishaphat","number":"h478"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"into covenant","number":"h1285"},{"text":"of Zichri","number":"h2147"},{"text":"strengthened","number":"h2388"},{"text":"of Jehohanan","number":"h3076"},{"text":"Jehoiada","number":"h3077"},{"text":"of Jeroham","number":"h3395"},{"text":"and Ishmael","number":"h3458"},{"text":"himself and took","number":"h3947"},{"text":"of hundreds","number":"h3967"},{"text":"and Maaseiah","number":"h4641"},{"text":"of Adaiah","number":"h5718"},{"text":"of Obed","number":"h5744"},{"text":"Azariah","number":"h5838"},{"text":"and Azariah","number":"h5838"},{"text":"And in the seventh","number":"h7637"},{"text":"year","number":"h8141"},{"text":"the captains","number":"h8269"}],"13":[{"text":"and said","number":"h559"},{"text":"of the land","number":"h776"},{"text":"her clothes","number":"h899"},{"text":"to sing praise","number":"h1984"},{"text":"and the trumpets","number":"h2689"},{"text":"with trumpets","number":"h2689"},{"text":"and such as taught","number":"h3045"},{"text":"with instruments","number":"h3627"},{"text":"at the entering in","number":"h3996"},{"text":"and behold the king","number":"h4428"},{"text":"by the king","number":"h4428"},{"text":"and all the people","number":"h5971"},{"text":"stood","number":"h5975"},{"text":"at his pillar","number":"h5982"},{"text":"Then Athaliah","number":"h6271"},{"text":"rent","number":"h7167"},{"text":"Treason","number":"h7195"},{"text":"Treason","number":"h7195"},{"text":"And she looked","number":"h7200"},{"text":"also the singers","number":"h7891"},{"text":"of musick","number":"h7892"},{"text":"rejoiced","number":"h8056"},{"text":"and the princes","number":"h8269"},{"text":"and sounded","number":"h8628"}],"14":[{"text":"and said","number":"h559"},{"text":"said","number":"h559"},{"text":"and whoso followeth","number":"h935"},{"text":"her not in the house","number":"h1004"},{"text":"of the ranges","number":"h1004"},{"text":"the host","number":"h2428"},{"text":"with the sword","number":"h2719"},{"text":"of the LORD","number":"h3068"},{"text":"Then Jehoiada","number":"h3077"},{"text":"brought out","number":"h3318"},{"text":"unto them Have her forth","number":"h3318"},{"text":"For the priest","number":"h3548"},{"text":"the priest","number":"h3548"},{"text":"of hundreds","number":"h3967"},{"text":"Slay","number":"h4191"},{"text":"her let him be slain","number":"h4191"},{"text":"that were set over","number":"h6485"},{"text":"the captains","number":"h8269"}],"11":[{"text":"him and said","number":"h559"},{"text":"and his sons","number":"h1121"},{"text":"son","number":"h1121"},{"text":"God save","number":"h2421"},{"text":"And Jehoiada","number":"h3077"},{"text":"Then they brought out","number":"h3318"},{"text":"and made him king","number":"h4427"},{"text":"the king","number":"h4428"},{"text":"the king's","number":"h4428"},{"text":"anointed","number":"h4886"},{"text":"upon him the crown","number":"h5145"},{"text":"and put","number":"h5414"},{"text":"and gave him the testimony","number":"h5715"}],"21":[{"text":"of the land","number":"h776"},{"text":"with the sword","number":"h2719"},{"text":"after that they had slain","number":"h4191"},{"text":"and the city","number":"h5892"},{"text":"And all the people","number":"h5971"},{"text":"Athaliah","number":"h6271"},{"text":"rejoiced","number":"h8055"},{"text":"was quiet","number":"h8252"}],"6":[{"text":"But let none come","number":"h935"},{"text":"they shall go in","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"save the priests","number":"h3548"},{"text":"of the Levites","number":"h3881"},{"text":"the watch","number":"h4931"},{"text":"but all the people","number":"h5971"},{"text":"for they are holy","number":"h6944"},{"text":"shall keep","number":"h8104"},{"text":"and they that minister","number":"h8334"}],"4":[{"text":"of you entering","number":"h935"},{"text":"This is the thing","number":"h1697"},{"text":"of the priests","number":"h3548"},{"text":"and of the Levites","number":"h3881"},{"text":"of the doors","number":"h5592"},{"text":"that ye shall do","number":"h6213"},{"text":"on the sabbath","number":"h7676"},{"text":"shall be porters","number":"h7778"},{"text":"A third part","number":"h7992"}],"15":[{"text":"on her and when she was come","number":"h935"},{"text":"house","number":"h1004"},{"text":"hands","number":"h3027"},{"text":"to the entering","number":"h3996"},{"text":"they slew","number":"h4191"},{"text":"by the king's","number":"h4428"},{"text":"of the horse","number":"h5483"},{"text":"So they laid","number":"h7760"},{"text":"gate","number":"h8179"}],"12":[{"text":"she came","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"and praising","number":"h1984"},{"text":"of the LORD","number":"h3068"},{"text":"the king","number":"h4428"},{"text":"of the people","number":"h5971"},{"text":"to the people","number":"h5971"},{"text":"Now when Athaliah","number":"h6271"},{"text":"the noise","number":"h6963"},{"text":"running","number":"h7323"},{"text":"heard","number":"h8085"}],"19":[{"text":"should enter in","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"in any thing","number":"h1697"},{"text":"that none which was unclean","number":"h2931"},{"text":"of the LORD","number":"h3068"},{"text":"And he set","number":"h5975"},{"text":"the porters","number":"h7778"},{"text":"at the gates","number":"h8179"}],"17":[{"text":"went","number":"h935"},{"text":"to the house","number":"h1004"},{"text":"of Baal","number":"h1168"},{"text":"of Baal","number":"h1168"},{"text":"and slew","number":"h2026"},{"text":"the priest","number":"h3548"},{"text":"his altars","number":"h4196"},{"text":"the altars","number":"h4196"},{"text":"Mattan","number":"h4977"},{"text":"and brake it down","number":"h5422"},{"text":"Then all the people","number":"h5971"},{"text":"before","number":"h6440"},{"text":"and his images","number":"h6754"},{"text":"and brake","number":"h7665"},{"text":"in pieces","number":"h7665"}],"5":[{"text":"house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"shall be in the courts","number":"h2691"},{"text":"of the LORD","number":"h3068"},{"text":"of the foundation","number":"h3247"},{"text":"shall be at the king's","number":"h4428"},{"text":"and all the people","number":"h5971"},{"text":"And a third part","number":"h7992"},{"text":"and a third part","number":"h7992"},{"text":"at the gate","number":"h8179"}],"18":[{"text":"in the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"David","number":"h1732"},{"text":"whom David","number":"h1732"},{"text":"had distributed","number":"h2505"},{"text":"as it was ordained by","number":"h3027"},{"text":"by the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"Also Jehoiada","number":"h3077"},{"text":"of the priests","number":"h3548"},{"text":"as it is written","number":"h3789"},{"text":"the Levites","number":"h3881"},{"text":"of Moses","number":"h4872"},{"text":"to offer","number":"h5927"},{"text":"the burnt offerings","number":"h5930"},{"text":"the offices","number":"h6486"},{"text":"appointed","number":"h7760"},{"text":"and with singing","number":"h7892"},{"text":"with rejoicing","number":"h8057"},{"text":"in the law","number":"h8451"}],"16":[{"text":"a covenant","number":"h1285"},{"text":"that they should be the LORD'S","number":"h3068"},{"text":"And Jehoiada","number":"h3077"},{"text":"made","number":"h3772"},{"text":"and between the king","number":"h4428"},{"text":"between him and between all the people","number":"h5971"},{"text":"people","number":"h5971"}]}
@@ -0,0 +1 @@
1
+ {"22":[{"text":"his father","number":"h1"},{"text":"he said","number":"h559"},{"text":"his son","number":"h1121"},{"text":"upon it and require","number":"h1875"},{"text":"to him but slew","number":"h2026"},{"text":"remembered","number":"h2142"},{"text":"not the kindness","number":"h2617"},{"text":"The LORD","number":"h3068"},{"text":"which Jehoiada","number":"h3077"},{"text":"Thus Joash","number":"h3101"},{"text":"And when he died","number":"h4194"},{"text":"the king","number":"h4428"},{"text":"had done","number":"h6213"},{"text":"look","number":"h7200"}],"18":[{"text":"of their fathers","number":"h1"},{"text":"God","number":"h430"},{"text":"for this their trespass","number":"h819"},{"text":"groves","number":"h842"},{"text":"the house","number":"h1004"},{"text":"came upon Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"and Jerusalem","number":"h3389"},{"text":"and served","number":"h5647"},{"text":"And they left","number":"h5800"},{"text":"and idols","number":"h6091"},{"text":"and wrath","number":"h7110"}],"24":[{"text":"of their fathers","number":"h1"},{"text":"God","number":"h430"},{"text":"company of men","number":"h582"},{"text":"of the Syrians","number":"h758"},{"text":"came","number":"h935"},{"text":"For the army","number":"h2428"},{"text":"host","number":"h2428"},{"text":"into their hand","number":"h3027"},{"text":"and the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"against Joash","number":"h3101"},{"text":"a very","number":"h3966"},{"text":"with a small","number":"h4705"},{"text":"delivered","number":"h5414"},{"text":"because they had forsaken","number":"h5800"},{"text":"So they executed","number":"h6213"},{"text":"great","number":"h7230"},{"text":"judgment","number":"h8201"}],"21":[{"text":"him with stones","number":"h68"},{"text":"of the house","number":"h1004"},{"text":"in the court","number":"h2691"},{"text":"of the LORD","number":"h3068"},{"text":"of the king","number":"h4428"},{"text":"at the commandment","number":"h4687"},{"text":"And they conspired","number":"h7194"},{"text":"against him and stoned","number":"h7275"}],"6":[{"text":"for the tabernacle","number":"h168"},{"text":"and said","number":"h559"},{"text":"to bring in","number":"h935"},{"text":"unto him Why hast thou not required","number":"h1875"},{"text":"out of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"for Jehoiada","number":"h3077"},{"text":"and out of Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"of the Levites","number":"h3881"},{"text":"And the king","number":"h4428"},{"text":"the collection","number":"h4864"},{"text":"according to the commandment of Moses","number":"h4872"},{"text":"the servant","number":"h5650"},{"text":"of witness","number":"h5715"},{"text":"and of the congregation","number":"h6951"},{"text":"called","number":"h7121"},{"text":"the chief","number":"h7218"}],"19":[{"text":"against them but they would not give ear","number":"h238"},{"text":"unto the LORD","number":"h3068"},{"text":"prophets","number":"h5030"},{"text":"and they testified","number":"h5749"},{"text":"to them to bring them again","number":"h7725"},{"text":"Yet he sent","number":"h7971"}],"8":[{"text":"a","number":"h259"},{"text":"commandment","number":"h559"},{"text":"chest","number":"h727"},{"text":"of the house","number":"h1004"},{"text":"it without","number":"h2351"},{"text":"of the LORD","number":"h3068"},{"text":"And at the king's","number":"h4428"},{"text":"and set","number":"h5414"},{"text":"they made","number":"h6213"},{"text":"at the gate","number":"h8179"}],"4":[{"text":"And it came to pass after","number":"h310"},{"text":"the house","number":"h1004"},{"text":"to repair","number":"h2318"},{"text":"of the LORD","number":"h3068"},{"text":"this that Joash","number":"h3101"},{"text":"was minded","number":"h3820"}],"17":[{"text":"Now after","number":"h310"},{"text":"came","number":"h935"},{"text":"of Judah","number":"h3063"},{"text":"of Jehoiada","number":"h3077"},{"text":"the death","number":"h4194"},{"text":"Then the king","number":"h4428"},{"text":"to the king","number":"h4428"},{"text":"and made obeisance","number":"h7812"},{"text":"hearkened","number":"h8085"},{"text":"the princes","number":"h8269"}],"20":[{"text":"God","number":"h430"},{"text":"of God","number":"h430"},{"text":"and said","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"the son","number":"h1121"},{"text":"upon Zechariah","number":"h2148"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Jehoiada","number":"h3077"},{"text":"the priest","number":"h3548"},{"text":"came","number":"h3847"},{"text":"ye the commandments","number":"h4687"},{"text":"Why transgress","number":"h5674"},{"text":"because ye have forsaken","number":"h5800"},{"text":"he hath also forsaken","number":"h5800"},{"text":"above the people","number":"h5971"},{"text":"which stood","number":"h5975"},{"text":"that ye cannot prosper","number":"h6743"},{"text":"And the Spirit","number":"h7307"}],"16":[{"text":"both toward God","number":"h430"},{"text":"and toward his house","number":"h1004"},{"text":"of David","number":"h1732"},{"text":"good","number":"h2896"},{"text":"in Israel","number":"h3478"},{"text":"among the kings","number":"h4428"},{"text":"him in the city","number":"h5892"},{"text":"because he had done","number":"h6213"},{"text":"And they buried","number":"h6912"}],"13":[{"text":"of God","number":"h430"},{"text":"and strengthened","number":"h553"},{"text":"perfected","number":"h724"},{"text":"the house","number":"h1004"},{"text":"by them","number":"h3027"},{"text":"So the workmen","number":"h4399"},{"text":"and the work","number":"h4399"},{"text":"in his state","number":"h4971"},{"text":"was","number":"h5927"},{"text":"and they set","number":"h5975"},{"text":"wrought","number":"h6213"}],"27":[{"text":"of God","number":"h430"},{"text":"And Amaziah","number":"h558"},{"text":"of the house","number":"h1004"},{"text":"Now concerning his sons","number":"h1121"},{"text":"his son","number":"h1121"},{"text":"laid upon him and the repairing","number":"h3247"},{"text":"behold they are written","number":"h3789"},{"text":"in the story","number":"h4097"},{"text":"reigned","number":"h4427"},{"text":"of the kings","number":"h4428"},{"text":"of the burdens","number":"h4853"},{"text":"of the book","number":"h5612"},{"text":"and the greatness","number":"h7235"}],"7":[{"text":"of God","number":"h430"},{"text":"of the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"For the sons","number":"h1121"},{"text":"upon Baalim","number":"h1168"},{"text":"of the LORD","number":"h3068"},{"text":"that wicked","number":"h4849"},{"text":"did they bestow","number":"h6213"},{"text":"of Athaliah","number":"h6271"},{"text":"woman had broken up","number":"h6555"},{"text":"and also all the dedicated things","number":"h6944"}],"9":[{"text":"of God","number":"h430"},{"text":"to bring in","number":"h935"},{"text":"through Judah","number":"h3063"},{"text":"to the LORD","number":"h3068"},{"text":"and Jerusalem","number":"h3389"},{"text":"laid upon Israel","number":"h3478"},{"text":"in the wilderness","number":"h4057"},{"text":"the collection","number":"h4864"},{"text":"that Moses","number":"h4872"},{"text":"And they made","number":"h5414"},{"text":"the servant","number":"h5650"},{"text":"a proclamation","number":"h6963"}],"5":[{"text":"of your God","number":"h430"},{"text":"and said","number":"h559"},{"text":"the house","number":"h1004"},{"text":"the matter","number":"h1697"},{"text":"from","number":"h1767"},{"text":"to repair","number":"h2388"},{"text":"of Judah","number":"h3063"},{"text":"to them Go out","number":"h3318"},{"text":"of all Israel","number":"h3478"},{"text":"the priests","number":"h3548"},{"text":"money","number":"h3701"},{"text":"Howbeit the Levites","number":"h3881"},{"text":"and the Levites","number":"h3881"},{"text":"and see that ye hasten","number":"h4116"},{"text":"hastened","number":"h4116"},{"text":"unto the cities","number":"h5892"},{"text":"And he gathered together","number":"h6908"},{"text":"and gather","number":"h6908"},{"text":"to year","number":"h8141"},{"text":"year","number":"h8141"}],"1":[{"text":"His mother's","number":"h517"},{"text":"forty","number":"h705"},{"text":"of Beersheba","number":"h884"},{"text":"old","number":"h1121"},{"text":"Joash","number":"h3101"},{"text":"in Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"also was Zibiah","number":"h6645"},{"text":"was seven","number":"h7651"},{"text":"name","number":"h8034"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"11":[{"text":"and gathered","number":"h622"},{"text":"the chest","number":"h727"},{"text":"the chest","number":"h727"},{"text":"came","number":"h935"},{"text":"was brought","number":"h935"},{"text":"by the hand","number":"h3027"},{"text":"by day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"priest's","number":"h3548"},{"text":"money","number":"h3701"},{"text":"money","number":"h3701"},{"text":"of the Levites","number":"h3881"},{"text":"the king's","number":"h4428"},{"text":"unto the king's","number":"h4428"},{"text":"it to his place","number":"h4725"},{"text":"and took","number":"h5375"},{"text":"scribe","number":"h5608"},{"text":"and emptied","number":"h6168"},{"text":"Thus they did","number":"h6213"},{"text":"Now it came to pass that at what time","number":"h6256"},{"text":"office","number":"h6486"},{"text":"officer","number":"h6496"},{"text":"and when they saw","number":"h7200"},{"text":"and the high","number":"h7218"},{"text":"that there was much","number":"h7227"},{"text":"in abundance","number":"h7230"},{"text":"again","number":"h7725"},{"text":"it and carried","number":"h7725"}],"10":[{"text":"into the chest","number":"h727"},{"text":"and brought in","number":"h935"},{"text":"until they had made an end","number":"h3615"},{"text":"and all the people","number":"h5971"},{"text":"and cast","number":"h7993"},{"text":"rejoiced","number":"h8055"},{"text":"And all the princes","number":"h8269"}],"23":[{"text":"of Syria","number":"h758"},{"text":"against him and they came","number":"h935"},{"text":"of Damascus","number":"h1834"},{"text":"that the host","number":"h2428"},{"text":"to Judah","number":"h3063"},{"text":"and Jerusalem","number":"h3389"},{"text":"of them unto the king","number":"h4428"},{"text":"came up","number":"h5927"},{"text":"from among the people","number":"h5971"},{"text":"of the people","number":"h5971"},{"text":"and destroyed","number":"h7843"},{"text":"and sent","number":"h7971"},{"text":"all the spoil","number":"h7998"},{"text":"of the year","number":"h8141"},{"text":"all the princes","number":"h8269"},{"text":"And it came to pass at the end","number":"h8622"}],"3":[{"text":"wives","number":"h802"},{"text":"sons","number":"h1121"},{"text":"and daughters","number":"h1323"},{"text":"And Jehoiada","number":"h3077"},{"text":"and he begat","number":"h3205"},{"text":"took","number":"h5375"},{"text":"for him two","number":"h8147"}],"14":[{"text":"it they brought","number":"h935"},{"text":"for the house","number":"h1004"},{"text":"in the house","number":"h1004"},{"text":"of gold","number":"h2091"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"and Jehoiada","number":"h3077"},{"text":"of Jehoiada","number":"h3077"},{"text":"all the days","number":"h3117"},{"text":"And when they had finished","number":"h3615"},{"text":"and vessels","number":"h3627"},{"text":"even vessels","number":"h3627"},{"text":"vessels","number":"h3627"},{"text":"and silver","number":"h3701"},{"text":"of the money","number":"h3701"},{"text":"withal and spoons","number":"h3709"},{"text":"the king","number":"h4428"},{"text":"And they offered","number":"h5927"},{"text":"and to offer","number":"h5927"},{"text":"burnt offerings","number":"h5930"},{"text":"whereof were made","number":"h6213"},{"text":"before","number":"h6440"},{"text":"the rest","number":"h7605"},{"text":"to minister","number":"h8335"},{"text":"continually","number":"h8548"}],"12":[{"text":"of the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"iron","number":"h1270"},{"text":"to repair","number":"h2318"},{"text":"to mend","number":"h2388"},{"text":"masons","number":"h2672"},{"text":"and also such as wrought","number":"h2796"},{"text":"and carpenters","number":"h2796"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"and Jehoiada","number":"h3077"},{"text":"the work","number":"h4399"},{"text":"And the king","number":"h4428"},{"text":"and brass","number":"h5178"},{"text":"gave","number":"h5414"},{"text":"of the service","number":"h5656"},{"text":"it to such as did","number":"h6213"},{"text":"and hired","number":"h7936"}],"25":[{"text":"of the sons","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"against him for the blood","number":"h1818"},{"text":"and slew","number":"h2026"},{"text":"of Jehoiada","number":"h3077"},{"text":"And when they were departed","number":"h3212"},{"text":"the priest","number":"h3548"},{"text":"and he died","number":"h4191"},{"text":"diseases","number":"h4251"},{"text":"him on his bed","number":"h4296"},{"text":"of the kings","number":"h4428"},{"text":"his own servants","number":"h5650"},{"text":"from him (for they left","number":"h5800"},{"text":"him in the city","number":"h5892"},{"text":"and they buried","number":"h6912"},{"text":"but they buried","number":"h6912"},{"text":"him not in the sepulchres","number":"h6913"},{"text":"conspired","number":"h7194"},{"text":"him in great","number":"h7227"}],"15":[{"text":"old","number":"h1121"},{"text":"waxed old","number":"h2204"},{"text":"But Jehoiada","number":"h3077"},{"text":"of days","number":"h3117"},{"text":"an hundred","number":"h3967"},{"text":"when he died","number":"h4191"},{"text":"was he when he died","number":"h4194"},{"text":"and was full","number":"h7646"},{"text":"and thirty","number":"h7970"},{"text":"years","number":"h8141"}],"26":[{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"against him Zabad","number":"h2066"},{"text":"and Jehozabad","number":"h3075"},{"text":"a Moabitess","number":"h4125"},{"text":"an Ammonitess","number":"h5985"},{"text":"And these are they that conspired","number":"h7194"},{"text":"of Shimeath","number":"h8100"},{"text":"of Shimrith","number":"h8116"}],"2":[{"text":"of the LORD","number":"h3068"},{"text":"of Jehoiada","number":"h3077"},{"text":"And Joash","number":"h3101"},{"text":"all the days","number":"h3117"},{"text":"that which was right","number":"h3477"},{"text":"the priest","number":"h3548"},{"text":"in the sight","number":"h5869"},{"text":"did","number":"h6213"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"The fathers","number":"h1"},{"text":"for the fathers","number":"h1"},{"text":"but every man","number":"h376"},{"text":"saying","number":"h559"},{"text":"for the children","number":"h1121"},{"text":"neither shall the children","number":"h1121"},{"text":"not their children","number":"h1121"},{"text":"for his own sin","number":"h2399"},{"text":"where the LORD","number":"h3068"},{"text":"but did as it is written","number":"h3789"},{"text":"But he slew","number":"h4191"},{"text":"die","number":"h4191"},{"text":"shall die","number":"h4191"},{"text":"shall not die","number":"h4191"},{"text":"of Moses","number":"h4872"},{"text":"in the book","number":"h5612"},{"text":"commanded","number":"h6680"},{"text":"in the law","number":"h8451"}],"28":[{"text":"him with his fathers","number":"h1"},{"text":"of Judah","number":"h3063"},{"text":"And they brought","number":"h5375"},{"text":"him upon horses","number":"h5483"},{"text":"in the city","number":"h5892"},{"text":"and buried","number":"h6912"}],"3":[{"text":"his father","number":"h1"},{"text":"to him that he slew","number":"h2026"},{"text":"was established","number":"h2388"},{"text":"the king","number":"h4428"},{"text":"Now it came to pass when the kingdom","number":"h4467"},{"text":"that had killed","number":"h5221"},{"text":"his servants","number":"h5650"}],"5":[{"text":"of their fathers","number":"h1"},{"text":"that could handle","number":"h270"},{"text":"over thousands","number":"h505"},{"text":"thousand","number":"h505"},{"text":"Moreover Amaziah","number":"h558"},{"text":"choice","number":"h977"},{"text":"according to the houses","number":"h1004"},{"text":"old","number":"h1121"},{"text":"and Benjamin","number":"h1144"},{"text":"Judah","number":"h3063"},{"text":"throughout all Judah","number":"h3063"},{"text":"men able to go forth","number":"h3318"},{"text":"hundred","number":"h3967"},{"text":"over hundreds","number":"h3967"},{"text":"and above","number":"h4605"},{"text":"and found","number":"h4672"},{"text":"and made","number":"h5975"},{"text":"them from twenty","number":"h6242"},{"text":"and he numbered","number":"h6485"},{"text":"to war","number":"h6635"},{"text":"and shield","number":"h6793"},{"text":"gathered","number":"h6908"},{"text":"together","number":"h6908"},{"text":"spear","number":"h7420"},{"text":"them three","number":"h7969"},{"text":"years","number":"h8141"},{"text":"and captains","number":"h8269"},{"text":"them captains","number":"h8269"}],"20":[{"text":"of Edom","number":"h123"},{"text":"after the gods","number":"h430"},{"text":"for it came of God","number":"h430"},{"text":"But Amaziah","number":"h558"},{"text":"of their enemies because they sought","number":"h1875"},{"text":"them into the hand","number":"h3027"},{"text":"that he might deliver","number":"h5414"},{"text":"would not hear","number":"h8085"}],"19":[{"text":"the Edomites","number":"h123"},{"text":"Thou sayest","number":"h559"},{"text":"now at home","number":"h1004"},{"text":"why shouldest thou meddle","number":"h1624"},{"text":"even thou and Judah","number":"h3063"},{"text":"abide","number":"h3427"},{"text":"to boast","number":"h3513"},{"text":"and thine heart","number":"h3820"},{"text":"Lo thou hast smitten","number":"h5221"},{"text":"that thou shouldest fall","number":"h5307"},{"text":"lifteth thee up","number":"h5375"},{"text":"to thine hurt","number":"h7451"}],"14":[{"text":"of the Edomites","number":"h130"},{"text":"Now it came to pass after","number":"h310"},{"text":"the gods","number":"h430"},{"text":"to be his gods","number":"h430"},{"text":"that Amaziah","number":"h558"},{"text":"that he brought","number":"h935"},{"text":"was come","number":"h935"},{"text":"of the children","number":"h1121"},{"text":"from the slaughter","number":"h5221"},{"text":"and set them up","number":"h5975"},{"text":"himself before","number":"h6440"},{"text":"them and burned incense","number":"h6999"},{"text":"and bowed down","number":"h7812"},{"text":"of Seir","number":"h8165"}],"22":[{"text":"to his tent","number":"h168"},{"text":"every man","number":"h376"},{"text":"And Judah","number":"h3063"},{"text":"Israel","number":"h3478"},{"text":"was put to the worse","number":"h5062"},{"text":"and they fled","number":"h5127"},{"text":"before","number":"h6440"}],"24":[{"text":"and the treasures","number":"h214"},{"text":"of God","number":"h430"},{"text":"house","number":"h1004"},{"text":"in the house","number":"h1004"},{"text":"the hostages","number":"h1121"},{"text":"And he took all the gold","number":"h2091"},{"text":"and all the vessels","number":"h3627"},{"text":"and the silver","number":"h3701"},{"text":"of the king's","number":"h4428"},{"text":"that were found","number":"h4672"},{"text":"with Obededom","number":"h5654"},{"text":"also and returned","number":"h7725"},{"text":"to Samaria","number":"h8111"}],"25":[{"text":"after","number":"h310"},{"text":"And Amaziah","number":"h558"},{"text":"son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"lived","number":"h2421"},{"text":"fifteen","number":"h2568"},{"text":"of Jehoahaz","number":"h3059"},{"text":"of Judah","number":"h3063"},{"text":"of Joash","number":"h3101"},{"text":"of Joash","number":"h3101"},{"text":"of Israel","number":"h3478"},{"text":"the death","number":"h4194"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"years","number":"h8141"}],"27":[{"text":"after","number":"h310"},{"text":"from following","number":"h310"},{"text":"that Amaziah","number":"h558"},{"text":"the LORD","number":"h3068"},{"text":"against him in Jerusalem","number":"h3389"},{"text":"to Lachish","number":"h3923"},{"text":"to Lachish","number":"h3923"},{"text":"him and slew","number":"h4191"},{"text":"and he fled","number":"h5127"},{"text":"did turn away","number":"h5493"},{"text":"Now after the time","number":"h6256"},{"text":"they made","number":"h7194"},{"text":"a conspiracy","number":"h7195"},{"text":"but they sent","number":"h7971"}],"26":[{"text":"and last","number":"h314"},{"text":"of Amaziah","number":"h558"},{"text":"of the acts","number":"h1697"},{"text":"of Judah","number":"h3063"},{"text":"and Israel","number":"h3478"},{"text":"Now the rest","number":"h3499"},{"text":"behold are they not written","number":"h3789"},{"text":"of the kings","number":"h4428"},{"text":"in the book","number":"h5612"},{"text":"first","number":"h7223"}],"8":[{"text":"the enemy","number":"h341"},{"text":"God","number":"h430"},{"text":"for God","number":"h430"},{"text":"But if thou wilt go","number":"h935"},{"text":"it be strong","number":"h2388"},{"text":"hath","number":"h3426"},{"text":"power","number":"h3581"},{"text":"and to cast down","number":"h3782"},{"text":"shall make thee fall","number":"h3782"},{"text":"for the battle","number":"h4421"},{"text":"to help","number":"h5826"},{"text":"do","number":"h6213"},{"text":"before","number":"h6440"}],"9":[{"text":"And the man","number":"h376"},{"text":"to the man","number":"h376"},{"text":"of God","number":"h430"},{"text":"of God","number":"h430"},{"text":"And Amaziah","number":"h558"},{"text":"answered","number":"h559"},{"text":"said","number":"h559"},{"text":"to the army","number":"h1416"},{"text":"The LORD","number":"h3068"},{"text":"is","number":"h3426"},{"text":"of Israel","number":"h3478"},{"text":"talents","number":"h3603"},{"text":"for the hundred","number":"h3967"},{"text":"able to give","number":"h5414"},{"text":"which I have given","number":"h5414"},{"text":"But what shall we do","number":"h6213"},{"text":"thee much more","number":"h7235"}],"7":[{"text":"a man","number":"h376"},{"text":"of God","number":"h430"},{"text":"to him saying","number":"h559"},{"text":"of Ephraim","number":"h669"},{"text":"But there came","number":"h935"},{"text":"go","number":"h935"},{"text":"to wit with all the children","number":"h1121"},{"text":"with thee for the LORD","number":"h3068"},{"text":"is not with Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"O king","number":"h4428"},{"text":"let not the army","number":"h6635"}],"15":[{"text":"after the gods","number":"h430"},{"text":"against Amaziah","number":"h558"},{"text":"which said","number":"h559"},{"text":"Wherefore the anger","number":"h639"},{"text":"unto him Why hast thou sought","number":"h1875"},{"text":"was kindled","number":"h2734"},{"text":"out of thine hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"unto him a prophet","number":"h5030"},{"text":"which could not deliver","number":"h5337"},{"text":"of the people","number":"h5971"},{"text":"their own people","number":"h5971"},{"text":"and he sent","number":"h7971"}],"16":[{"text":"that God","number":"h430"},{"text":"and said","number":"h559"},{"text":"with him that the king said","number":"h559"},{"text":"And it came to pass as he talked","number":"h1696"},{"text":"forbare","number":"h2308"},{"text":"forbear","number":"h2308"},{"text":"I know","number":"h3045"},{"text":"counsel","number":"h3289"},{"text":"hath determined","number":"h3289"},{"text":"of the king's","number":"h4428"},{"text":"Then the prophet","number":"h5030"},{"text":"why shouldest thou be smitten","number":"h5221"},{"text":"unto him Art thou made","number":"h5414"},{"text":"unto my counsel","number":"h6098"},{"text":"thee because thou hast done","number":"h6213"},{"text":"to destroy","number":"h7843"},{"text":"this and hast not hearkened","number":"h8085"}],"11":[{"text":"thousand","number":"h505"},{"text":"And Amaziah","number":"h558"},{"text":"of the children","number":"h1121"},{"text":"to the valley","number":"h1516"},{"text":"strengthened","number":"h2388"},{"text":"and went","number":"h3212"},{"text":"of salt","number":"h4417"},{"text":"himself and led forth","number":"h5090"},{"text":"and smote","number":"h5221"},{"text":"his people","number":"h5971"},{"text":"ten","number":"h6235"},{"text":"of Seir","number":"h8165"}],"12":[{"text":"thousand","number":"h505"},{"text":"and brought","number":"h935"},{"text":"did the children","number":"h1121"},{"text":"that they all were broken in pieces","number":"h1234"},{"text":"left alive","number":"h2416"},{"text":"of Judah","number":"h3063"},{"text":"of the rock","number":"h5553"},{"text":"of the rock","number":"h5553"},{"text":"And other ten","number":"h6235"},{"text":"from the top","number":"h7218"},{"text":"them unto the top","number":"h7218"},{"text":"carry away captive","number":"h7617"},{"text":"and cast them down","number":"h7993"}],"13":[{"text":"thousand","number":"h505"},{"text":"which Amaziah","number":"h558"},{"text":"spoil","number":"h961"},{"text":"of them and took","number":"h962"},{"text":"even unto Bethhoron","number":"h1032"},{"text":"But the soldiers","number":"h1121"},{"text":"of the army","number":"h1416"},{"text":"of Judah","number":"h3063"},{"text":"that they should not go","number":"h3212"},{"text":"with him to battle","number":"h4421"},{"text":"and smote","number":"h5221"},{"text":"upon the cities","number":"h5892"},{"text":"fell","number":"h6584"},{"text":"much","number":"h7227"},{"text":"sent back","number":"h7725"},{"text":"three","number":"h7969"},{"text":"from Samaria","number":"h8111"}],"6":[{"text":"thousand","number":"h505"},{"text":"mighty","number":"h1368"},{"text":"men of valour","number":"h2428"},{"text":"out of Israel","number":"h3478"},{"text":"talents","number":"h3603"},{"text":"of silver","number":"h3701"},{"text":"also an hundred","number":"h3967"},{"text":"for an hundred","number":"h3967"},{"text":"He hired","number":"h7936"}],"1":[{"text":"And his mother's","number":"h517"},{"text":"Amaziah","number":"h558"},{"text":"old","number":"h1121"},{"text":"and five","number":"h2568"},{"text":"was Jehoaddan","number":"h3086"},{"text":"in Jerusalem","number":"h3389"},{"text":"of Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"twenty","number":"h6242"},{"text":"was twenty","number":"h6242"},{"text":"name","number":"h8034"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"and nine","number":"h8672"}],"23":[{"text":"cubits","number":"h520"},{"text":"Amaziah","number":"h558"},{"text":"of Ephraim","number":"h669"},{"text":"four","number":"h702"},{"text":"and brought","number":"h935"},{"text":"at Bethshemesh","number":"h1053"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the wall","number":"h2346"},{"text":"of Jehoahaz","number":"h3059"},{"text":"of Judah","number":"h3063"},{"text":"And Joash","number":"h3101"},{"text":"of Joash","number":"h3101"},{"text":"him to Jerusalem","number":"h3389"},{"text":"of Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"hundred","number":"h3967"},{"text":"king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"to the corner","number":"h6437"},{"text":"and brake down","number":"h6555"},{"text":"from the gate","number":"h8179"},{"text":"gate","number":"h8179"},{"text":"took","number":"h8610"}],"10":[{"text":"Then Amaziah","number":"h558"},{"text":"anger","number":"h639"},{"text":"wherefore their anger","number":"h639"},{"text":"to him out of Ephraim","number":"h669"},{"text":"separated","number":"h914"},{"text":"that was come","number":"h935"},{"text":"them to wit the army","number":"h1416"},{"text":"kindled","number":"h2734"},{"text":"in great","number":"h2750"},{"text":"against Judah","number":"h3063"},{"text":"again","number":"h3212"},{"text":"to go","number":"h3212"},{"text":"was greatly","number":"h3966"},{"text":"home","number":"h4725"},{"text":"home","number":"h4725"},{"text":"and they returned","number":"h7725"}],"17":[{"text":"Then Amaziah","number":"h558"},{"text":"saying","number":"h559"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Jehu","number":"h3058"},{"text":"of Jehoahaz","number":"h3059"},{"text":"of Judah","number":"h3063"},{"text":"to Joash","number":"h3101"},{"text":"Come","number":"h3212"},{"text":"took advice","number":"h3289"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"in the face","number":"h6440"},{"text":"let us see one another","number":"h7200"},{"text":"and sent","number":"h7971"}],"21":[{"text":"both he and Amaziah","number":"h558"},{"text":"at Bethshemesh","number":"h1053"},{"text":"of Judah","number":"h3063"},{"text":"which belongeth to Judah","number":"h3063"},{"text":"So Joash","number":"h3101"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"went up","number":"h5927"},{"text":"in the face","number":"h6440"},{"text":"and they saw one another","number":"h7200"}],"18":[{"text":"to Amaziah","number":"h558"},{"text":"saying","number":"h559"},{"text":"saying","number":"h559"},{"text":"to the cedar","number":"h730"},{"text":"to wife","number":"h802"},{"text":"to my son","number":"h1121"},{"text":"thy daughter","number":"h1323"},{"text":"The thistle","number":"h2336"},{"text":"the thistle","number":"h2336"},{"text":"beast","number":"h2416"},{"text":"of Judah","number":"h3063"},{"text":"And Joash","number":"h3101"},{"text":"of Israel","number":"h3478"},{"text":"that was in Lebanon","number":"h3844"},{"text":"that was in Lebanon","number":"h3844"},{"text":"that was in Lebanon","number":"h3844"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"Give","number":"h5414"},{"text":"and there passed by","number":"h5674"},{"text":"and trode down","number":"h7429"},{"text":"a wild","number":"h7704"},{"text":"sent","number":"h7971"},{"text":"sent","number":"h7971"}],"2":[{"text":"of the LORD","number":"h3068"},{"text":"that which was right","number":"h3477"},{"text":"heart","number":"h3824"},{"text":"in the sight","number":"h5869"},{"text":"And he did","number":"h6213"},{"text":"but not with a perfect","number":"h8003"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"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":"did","number":"h6213"}],"23":[{"text":"him with his fathers","number":"h1"},{"text":"with his fathers","number":"h1"},{"text":"for they said","number":"h559"},{"text":"his son","number":"h1121"},{"text":"and Jotham","number":"h3147"},{"text":"reigned","number":"h4427"},{"text":"which belonged to the kings","number":"h4428"},{"text":"So Uzziah","number":"h5818"},{"text":"He is a leper","number":"h6879"},{"text":"of the burial","number":"h6900"},{"text":"and they buried","number":"h6912"},{"text":"in the field","number":"h7704"},{"text":"slept","number":"h7901"}],"1":[{"text":"in the room of his father","number":"h1"},{"text":"Amaziah","number":"h558"},{"text":"old","number":"h1121"},{"text":"of Judah","number":"h3063"},{"text":"took","number":"h3947"},{"text":"and made him king","number":"h4427"},{"text":"Uzziah","number":"h5818"},{"text":"Then all the people","number":"h5971"},{"text":"years","number":"h8141"},{"text":"who was sixteen","number":"h8337"}],"12":[{"text":"of the fathers","number":"h1"},{"text":"were two thousand","number":"h505"},{"text":"of the mighty men","number":"h1368"},{"text":"of valour","number":"h2428"},{"text":"hundred","number":"h3967"},{"text":"The whole number","number":"h4557"},{"text":"of the chief","number":"h7218"},{"text":"and six","number":"h8337"}],"2":[{"text":"with his fathers","number":"h1"},{"text":"after","number":"h310"},{"text":"Eloth","number":"h359"},{"text":"He built","number":"h1129"},{"text":"it to Judah","number":"h3063"},{"text":"that the king","number":"h4428"},{"text":"and restored","number":"h7725"},{"text":"slept","number":"h7901"}],"15":[{"text":"stones","number":"h68"},{"text":"and great","number":"h1419"},{"text":"he was strong","number":"h2388"},{"text":"arrows","number":"h2671"},{"text":"by cunning men","number":"h2803"},{"text":"engines","number":"h2810"},{"text":"spread","number":"h3318"},{"text":"to shoot","number":"h3384"},{"text":"in Jerusalem","number":"h3389"},{"text":"till","number":"h3588"},{"text":"to be on the towers","number":"h4026"},{"text":"invented","number":"h4284"},{"text":"helped","number":"h5826"},{"text":"And he made","number":"h6213"},{"text":"for he was marvellously","number":"h6381"},{"text":"and upon the bulwarks","number":"h6438"},{"text":"far abroad","number":"h7350"},{"text":"withal And his name","number":"h8034"}],"14":[{"text":"to cast stones","number":"h68"},{"text":"and helmets","number":"h3553"},{"text":"prepared","number":"h3559"},{"text":"shields","number":"h4043"},{"text":"And Uzziah","number":"h5818"},{"text":"for them throughout all the host","number":"h6635"},{"text":"and slings","number":"h7050"},{"text":"and bows","number":"h7198"},{"text":"and spears","number":"h7420"},{"text":"and habergeons","number":"h8302"}],"10":[{"text":"husbandry","number":"h127"},{"text":"for he loved","number":"h157"},{"text":"husbandmen","number":"h406"},{"text":"wells","number":"h953"},{"text":"Also he built","number":"h1129"},{"text":"in the mountains","number":"h2022"},{"text":"and digged","number":"h2672"},{"text":"also and vine dressers","number":"h3755"},{"text":"and in Carmel","number":"h3760"},{"text":"towers","number":"h4026"},{"text":"in the desert","number":"h4057"},{"text":"and in the plains","number":"h4334"},{"text":"cattle","number":"h4735"},{"text":"for he had much","number":"h7227"},{"text":"many","number":"h7227"},{"text":"both in the low country","number":"h8219"}],"18":[{"text":"of Aaron","number":"h175"},{"text":"God","number":"h430"},{"text":"and said","number":"h559"},{"text":"the sons","number":"h1121"},{"text":"from the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"go out","number":"h3318"},{"text":"neither shall it be for thine honour","number":"h3519"},{"text":"but to the priests","number":"h3548"},{"text":"the king","number":"h4428"},{"text":"for thou hast trespassed","number":"h4603"},{"text":"of the sanctuary","number":"h4720"},{"text":"Uzziah","number":"h5818"},{"text":"unto him It appertaineth not unto thee Uzziah","number":"h5818"},{"text":"And they withstood","number":"h5975"},{"text":"that are consecrated","number":"h6942"},{"text":"to burn incense","number":"h6999"},{"text":"to burn incense","number":"h6999"}],"17":[{"text":"after","number":"h310"},{"text":"went in","number":"h935"},{"text":"men","number":"h1121"},{"text":"that were valiant","number":"h2428"},{"text":"of the LORD","number":"h3068"},{"text":"priests","number":"h3548"},{"text":"the priest","number":"h3548"},{"text":"And Azariah","number":"h5838"},{"text":"him and with him fourscore","number":"h8084"}],"22":[{"text":"and last","number":"h314"},{"text":"of Amoz","number":"h531"},{"text":"the son","number":"h1121"},{"text":"of the acts","number":"h1697"},{"text":"did Isaiah","number":"h3470"},{"text":"Now the rest","number":"h3499"},{"text":"write","number":"h3789"},{"text":"the prophet","number":"h5030"},{"text":"of Uzziah","number":"h5818"},{"text":"first","number":"h7223"}],"13":[{"text":"against the enemy","number":"h341"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"was an army","number":"h2428"},{"text":"with mighty","number":"h2428"},{"text":"and five","number":"h2568"},{"text":"And under their hand","number":"h3027"},{"text":"power","number":"h3581"},{"text":"hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"war","number":"h4421"},{"text":"the king","number":"h4428"},{"text":"to help","number":"h5826"},{"text":"that made","number":"h6213"},{"text":"and seven","number":"h7651"},{"text":"three","number":"h7969"}],"7":[{"text":"And God","number":"h430"},{"text":"in Gurbaal","number":"h1485"},{"text":"that dwelt","number":"h3427"},{"text":"and the Mehunims","number":"h4586"},{"text":"helped","number":"h5826"},{"text":"and against the Arabians","number":"h6163"},{"text":"him against the Philistines","number":"h6430"}],"5":[{"text":"God","number":"h430"},{"text":"God","number":"h430"},{"text":"of God","number":"h430"},{"text":"who had understanding","number":"h995"},{"text":"And he sought","number":"h1875"},{"text":"he sought","number":"h1875"},{"text":"of Zechariah","number":"h2148"},{"text":"the LORD","number":"h3068"},{"text":"and as long as","number":"h3117"},{"text":"in the days","number":"h3117"},{"text":"made him to prosper","number":"h6743"},{"text":"in the visions","number":"h7200"}],"16":[{"text":"his God","number":"h430"},{"text":"and went","number":"h935"},{"text":"was lifted up","number":"h1361"},{"text":"into the temple","number":"h1964"},{"text":"But when he was strong","number":"h2393"},{"text":"against the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"his heart","number":"h3820"},{"text":"upon the altar","number":"h4196"},{"text":"for he transgressed","number":"h4603"},{"text":"to burn incense","number":"h6999"},{"text":"of incense","number":"h7004"},{"text":"to his destruction","number":"h7843"}],"3":[{"text":"His mother's","number":"h517"},{"text":"old","number":"h1121"},{"text":"fifty","number":"h2572"},{"text":"also was Jecoliah","number":"h3203"},{"text":"in Jerusalem","number":"h3389"},{"text":"of Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"was Uzziah","number":"h5818"},{"text":"name","number":"h8034"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"and two","number":"h8147"},{"text":"Sixteen","number":"h8337"}],"21":[{"text":"of the land","number":"h776"},{"text":"from the house","number":"h1004"},{"text":"house","number":"h1004"},{"text":"house","number":"h1004"},{"text":"his son","number":"h1121"},{"text":"for he was cut off","number":"h1504"},{"text":"a several","number":"h2669"},{"text":"of the LORD","number":"h3068"},{"text":"unto the day","number":"h3117"},{"text":"and Jotham","number":"h3147"},{"text":"and dwelt in","number":"h3427"},{"text":"of his death","number":"h4194"},{"text":"the king","number":"h4428"},{"text":"was over the king's","number":"h4428"},{"text":"And Uzziah","number":"h5818"},{"text":"the people","number":"h5971"},{"text":"being a leper","number":"h6879"},{"text":"was a leper","number":"h6879"},{"text":"judging","number":"h8199"}],"6":[{"text":"about Ashdod","number":"h795"},{"text":"of Ashdod","number":"h795"},{"text":"and built","number":"h1129"},{"text":"of Gath","number":"h1661"},{"text":"and the wall","number":"h2346"},{"text":"and the wall","number":"h2346"},{"text":"the wall","number":"h2346"},{"text":"of Jabneh","number":"h2996"},{"text":"And he went forth","number":"h3318"},{"text":"and warred","number":"h3898"},{"text":"cities","number":"h5892"},{"text":"against the Philistines","number":"h6430"},{"text":"and among the Philistines","number":"h6430"},{"text":"and brake down","number":"h6555"}],"20":[{"text":"and they thrust him out","number":"h926"},{"text":"from thence yea himself hasted","number":"h1765"},{"text":"because the LORD","number":"h3068"},{"text":"also to go out","number":"h3318"},{"text":"and all the priests","number":"h3548"},{"text":"priest","number":"h3548"},{"text":"in his forehead","number":"h4696"},{"text":"had smitten","number":"h5060"},{"text":"And Azariah","number":"h5838"},{"text":"looked","number":"h6437"},{"text":"upon him and behold he was leprous","number":"h6879"},{"text":"the chief","number":"h7218"}],"8":[{"text":"even to the entering","number":"h935"},{"text":"for he strengthened","number":"h2388"},{"text":"spread abroad","number":"h3212"},{"text":"gifts","number":"h4503"},{"text":"himself exceedingly","number":"h4605"},{"text":"in of Egypt","number":"h4714"},{"text":"gave","number":"h5414"},{"text":"to Uzziah","number":"h5818"},{"text":"And the Ammonites","number":"h5984"},{"text":"and his name","number":"h8034"}],"19":[{"text":"in the house","number":"h1004"},{"text":"and while he was wroth","number":"h2196"},{"text":"was wroth","number":"h2196"},{"text":"even rose up","number":"h2224"},{"text":"in his hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"the priests","number":"h3548"},{"text":"with the priests","number":"h3548"},{"text":"altar","number":"h4196"},{"text":"in his forehead","number":"h4696"},{"text":"and had a censer","number":"h4730"},{"text":"Then Uzziah","number":"h5818"},{"text":"before","number":"h6440"},{"text":"the leprosy","number":"h6883"},{"text":"to burn incense","number":"h6999"},{"text":"from beside the incense","number":"h7004"}],"9":[{"text":"built","number":"h1129"},{"text":"and at the valley","number":"h1516"},{"text":"of the wall and fortified","number":"h2388"},{"text":"in Jerusalem","number":"h3389"},{"text":"towers","number":"h4026"},{"text":"and at the turning","number":"h4740"},{"text":"Moreover Uzziah","number":"h5818"},{"text":"at the corner","number":"h6438"},{"text":"gate","number":"h8179"},{"text":"gate","number":"h8179"}],"11":[{"text":"by bands","number":"h1416"},{"text":"had an host","number":"h2428"},{"text":"of Hananiah","number":"h2608"},{"text":"by the hand","number":"h3027"},{"text":"under the hand","number":"h3027"},{"text":"of Jeiel","number":"h3273"},{"text":"that went out","number":"h3318"},{"text":"of fighting","number":"h4421"},{"text":"one of the king's","number":"h4428"},{"text":"according to the number","number":"h4557"},{"text":"and Maaseiah","number":"h4641"},{"text":"the scribe","number":"h5608"},{"text":"Moreover Uzziah","number":"h5818"},{"text":"men","number":"h6213"},{"text":"of their account","number":"h6486"},{"text":"to war","number":"h6635"},{"text":"the ruler","number":"h7860"},{"text":"captains","number":"h8269"}]}