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
+ {"12":[{"text":"charity","number":"g26"},{"text":"purity","number":"g47"},{"text":"but","number":"g235"},{"text":"conversation","number":"g391"},{"text":"be thou","number":"g1096"},{"text":"in","number":"g1722"},{"text":"in","number":"g1722"},{"text":"in","number":"g1722"},{"text":"in","number":"g1722"},{"text":"in","number":"g1722"},{"text":"in","number":"g1722"},{"text":"Let","number":"g2706"},{"text":"despise","number":"g2706"},{"text":"word","number":"g3056"},{"text":"no man","number":"g3367"},{"text":"youth","number":"g3503"},{"text":"faith","number":"g4102"},{"text":"of the believers","number":"g4103"},{"text":"spirit","number":"g4151"},{"text":"thy","number":"g4675"},{"text":"an example","number":"g5179"}],"5":[{"text":"it is sanctified","number":"g37"},{"text":"For","number":"g1063"},{"text":"by","number":"g1223"},{"text":"prayer","number":"g1783"},{"text":"of God","number":"g2316"},{"text":"and","number":"g2532"},{"text":"the word","number":"g3056"}],"6":[{"text":"the brethren","number":"g80"},{"text":"minister","number":"g1249"},{"text":"doctrine","number":"g1319"},{"text":"nourished up","number":"g1789"},{"text":"thou shalt be","number":"g2071"},{"text":"of Jesus","number":"g2424"},{"text":"and","number":"g2532"},{"text":"a good","number":"g2570"},{"text":"of good","number":"g2570"},{"text":"in the words","number":"g3056"},{"text":"whereunto","number":"g3739"},{"text":"thou hast attained","number":"g3877"},{"text":"of faith","number":"g4102"},{"text":"of these things","number":"g5023"},{"text":"If thou put","number":"g5294"},{"text":"in remembrance","number":"g5294"},{"text":"Christ","number":"g5547"}],"16":[{"text":"them that hear","number":"g191"},{"text":"in them","number":"g846"},{"text":"for","number":"g1063"},{"text":"unto the doctrine","number":"g1319"},{"text":"Take heed","number":"g1907"},{"text":"continue","number":"g1961"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"both","number":"g2532"},{"text":"in doing","number":"g4160"},{"text":"thyself","number":"g4572"},{"text":"unto thyself","number":"g4572"},{"text":"thee","number":"g4675"},{"text":"save","number":"g4982"},{"text":"thou shalt","number":"g4982"},{"text":"this","number":"g5124"}],"3":[{"text":"the truth","number":"g225"},{"text":"and commanding to abstain from","number":"g567"},{"text":"meats","number":"g1033"},{"text":"to marry","number":"g1060"},{"text":"to","number":"g1519"},{"text":"know","number":"g1921"},{"text":"thanksgiving","number":"g2169"},{"text":"God","number":"g2316"},{"text":"and","number":"g2532"},{"text":"hath created","number":"g2936"},{"text":"Forbidding","number":"g2967"},{"text":"with","number":"g3326"},{"text":"be received","number":"g3336"},{"text":"which","number":"g3739"},{"text":"of them which believe","number":"g4103"}],"14":[{"text":"Neglect","number":"g272"},{"text":"by","number":"g1223"},{"text":"was given","number":"g1325"},{"text":"that is in","number":"g1722"},{"text":"the laying on","number":"g1936"},{"text":"with","number":"g3326"},{"text":"not","number":"g3361"},{"text":"which","number":"g3739"},{"text":"of the presbytery","number":"g4244"},{"text":"prophecy","number":"g4394"},{"text":"thee","number":"g4671"},{"text":"thee","number":"g4671"},{"text":"the gift","number":"g5486"},{"text":"of the hands","number":"g5495"}],"13":[{"text":"to reading","number":"g320"},{"text":"to doctrine","number":"g1319"},{"text":"I come","number":"g2064"},{"text":"Till","number":"g2193"},{"text":"to exhortation","number":"g3874"},{"text":"give attendance","number":"g4337"}],"10":[{"text":"men","number":"g444"},{"text":"For","number":"g1063"},{"text":"therefore","number":"g1519"},{"text":"we trust","number":"g1679"},{"text":"in","number":"g1909"},{"text":"is","number":"g2076"},{"text":"the living","number":"g2198"},{"text":"God","number":"g2316"},{"text":"and","number":"g2532"},{"text":"both","number":"g2532"},{"text":"labour","number":"g2872"},{"text":"we","number":"g2872"},{"text":"specially","number":"g3122"},{"text":"suffer reproach","number":"g3679"},{"text":"who","number":"g3739"},{"text":"because","number":"g3754"},{"text":"of all","number":"g3956"},{"text":"of those that believe","number":"g4103"},{"text":"the Saviour","number":"g4990"}],"9":[{"text":"worthy","number":"g514"},{"text":"acceptation","number":"g594"},{"text":"and","number":"g2532"},{"text":"saying","number":"g3056"},{"text":"of all","number":"g3956"},{"text":"This is a faithful","number":"g4103"}],"4":[{"text":"to be refused","number":"g579"},{"text":"thanksgiving","number":"g2169"},{"text":"of God","number":"g2316"},{"text":"and","number":"g2532"},{"text":"is good","number":"g2570"},{"text":"creature","number":"g2938"},{"text":"if it be received","number":"g2983"},{"text":"with","number":"g3326"},{"text":"For","number":"g3754"},{"text":"nothing","number":"g3762"},{"text":"every","number":"g3956"}],"1":[{"text":"shall depart from","number":"g868"},{"text":"of devils","number":"g1140"},{"text":"Now","number":"g1161"},{"text":"doctrines","number":"g1319"},{"text":"in","number":"g1722"},{"text":"and","number":"g2532"},{"text":"times","number":"g2540"},{"text":"speaketh","number":"g3004"},{"text":"that","number":"g3754"},{"text":"the faith","number":"g4102"},{"text":"to seducing","number":"g4108"},{"text":"spirits","number":"g4151"},{"text":"the Spirit","number":"g4151"},{"text":"giving heed","number":"g4337"},{"text":"expressly","number":"g4490"},{"text":"some","number":"g5100"},{"text":"the latter","number":"g5306"}],"7":[{"text":"profane","number":"g952"},{"text":"old wives","number":"g1126"},{"text":"exercise","number":"g1128"},{"text":"But","number":"g1161"},{"text":"and","number":"g1161"},{"text":"godliness","number":"g2150"},{"text":"and","number":"g2532"},{"text":"fables","number":"g3454"},{"text":"refuse","number":"g3868"},{"text":"rather unto","number":"g4314"},{"text":"thyself","number":"g4572"}],"8":[{"text":"For","number":"g1063"},{"text":"exercise","number":"g1129"},{"text":"but","number":"g1161"},{"text":"promise","number":"g1860"},{"text":"is","number":"g2076"},{"text":"profiteth","number":"g2076"},{"text":"godliness","number":"g2150"},{"text":"having","number":"g2192"},{"text":"of the life","number":"g2222"},{"text":"and","number":"g2532"},{"text":"of that which is to come","number":"g3195"},{"text":"that now is","number":"g3568"},{"text":"all things","number":"g3956"},{"text":"little","number":"g4314"},{"text":"unto","number":"g4314"},{"text":"bodily","number":"g4984"},{"text":"profitable","number":"g5624"}],"11":[{"text":"teach","number":"g1321"},{"text":"and","number":"g2532"},{"text":"command","number":"g3853"},{"text":"These things","number":"g5023"}],"2":[{"text":"in","number":"g1722"},{"text":"their","number":"g2398"},{"text":"having","number":"g2743"},{"text":"seared with a hot iron","number":"g2743"},{"text":"conscience","number":"g4893"},{"text":"hypocrisy","number":"g5272"},{"text":"Speaking lies","number":"g5573"}],"15":[{"text":"to","number":"g1722"},{"text":"to","number":"g1722"},{"text":"wholly","number":"g1722"},{"text":"that","number":"g2443"},{"text":"give thyself","number":"g2468"},{"text":"Meditate upon","number":"g3191"},{"text":"all","number":"g3956"},{"text":"profiting","number":"g4297"},{"text":"thy","number":"g4675"},{"text":"these things","number":"g5023"},{"text":"them","number":"g5125"},{"text":"appear","number":"g5318"},{"text":"may","number":"g5600"}]}
@@ -0,0 +1 @@
1
+ {"10":[{"text":"good","number":"g18"},{"text":"the saints","number":"g40"},{"text":"children if","number":"g1487"},{"text":"if","number":"g1487"},{"text":"if","number":"g1487"},{"text":"if","number":"g1487"},{"text":"if","number":"g1487"},{"text":"for","number":"g1722"},{"text":"she have diligently followed","number":"g1872"},{"text":"she have relieved","number":"g1884"},{"text":"work","number":"g2041"},{"text":"works","number":"g2041"},{"text":"the afflicted","number":"g2346"},{"text":"good","number":"g2570"},{"text":"Well reported of","number":"g3140"},{"text":"she have washed","number":"g3538"},{"text":"she have lodged strangers","number":"g3580"},{"text":"every","number":"g3956"},{"text":"feet","number":"g4228"},{"text":"she have brought up","number":"g5044"}],"21":[{"text":"angels","number":"g32"},{"text":"I charge","number":"g1263"},{"text":"the elect","number":"g1588"},{"text":"thee before","number":"g1799"},{"text":"God","number":"g2316"},{"text":"Jesus","number":"g2424"},{"text":"that","number":"g2443"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"by","number":"g2596"},{"text":"the Lord","number":"g2962"},{"text":"nothing","number":"g3367"},{"text":"doing","number":"g4160"},{"text":"preferring one before another","number":"g4299"},{"text":"partiality","number":"g4346"},{"text":"these things","number":"g5023"},{"text":"thou observe","number":"g5442"},{"text":"Christ","number":"g5547"},{"text":"without","number":"g5565"}],"2":[{"text":"purity","number":"g47"},{"text":"sisters","number":"g79"},{"text":"with","number":"g1722"},{"text":"mothers","number":"g3384"},{"text":"the younger","number":"g3501"},{"text":"all","number":"g3956"},{"text":"The elder women","number":"g4245"},{"text":"as","number":"g5613"},{"text":"as","number":"g5613"}],"22":[{"text":"pure","number":"g53"},{"text":"of other","number":"g245"},{"text":"men's sins","number":"g266"},{"text":"Lay","number":"g2007"},{"text":"on","number":"g2007"},{"text":"be partaker","number":"g2841"},{"text":"neither","number":"g3366"},{"text":"no man","number":"g3367"},{"text":"thyself","number":"g4572"},{"text":"suddenly","number":"g5030"},{"text":"keep","number":"g5083"},{"text":"hands","number":"g5495"}],"1":[{"text":"brethren","number":"g80"},{"text":"but","number":"g235"},{"text":"Rebuke","number":"g1969"},{"text":"not","number":"g3361"},{"text":"and the younger men","number":"g3501"},{"text":"intreat","number":"g3870"},{"text":"a father","number":"g3962"},{"text":"an elder","number":"g4245"},{"text":"as","number":"g5613"},{"text":"him as","number":"g5613"}],"12":[{"text":"they have cast off","number":"g114"},{"text":"Having","number":"g2192"},{"text":"damnation","number":"g2917"},{"text":"because","number":"g3754"},{"text":"faith","number":"g4102"},{"text":"their first","number":"g4413"}],"13":[{"text":"but","number":"g235"},{"text":"withal","number":"g260"},{"text":"idle","number":"g692"},{"text":"to be idle","number":"g692"},{"text":"And","number":"g1161"},{"text":"and","number":"g1161"},{"text":"they ought","number":"g1163"},{"text":"also","number":"g2532"},{"text":"and","number":"g2532"},{"text":"speaking","number":"g2980"},{"text":"they learn","number":"g3129"},{"text":"not","number":"g3361"},{"text":"only","number":"g3440"},{"text":"things which","number":"g3588"},{"text":"from house to house","number":"g3614"},{"text":"not","number":"g3756"},{"text":"busybodies","number":"g4021"},{"text":"wandering about","number":"g4022"},{"text":"tattlers","number":"g5397"}],"23":[{"text":"but","number":"g235"},{"text":"infirmities","number":"g769"},{"text":"for","number":"g1223"},{"text":"and","number":"g2532"},{"text":"no longer","number":"g3371"},{"text":"wine","number":"g3631"},{"text":"a little","number":"g3641"},{"text":"often","number":"g4437"},{"text":"thine","number":"g4675"},{"text":"thy","number":"g4675"},{"text":"stomach's sake","number":"g4751"},{"text":"Drink","number":"g5202"},{"text":"water","number":"g5202"},{"text":"use","number":"g5530"}],"25":[{"text":"otherwise","number":"g247"},{"text":"works","number":"g2041"},{"text":"of some are","number":"g2076"},{"text":"they that are","number":"g2192"},{"text":"also","number":"g2532"},{"text":"and","number":"g2532"},{"text":"the good","number":"g2570"},{"text":"be hid","number":"g2928"},{"text":"cannot","number":"g3756"},{"text":"manifest beforehand","number":"g4271"},{"text":"Likewise","number":"g5615"}],"18":[{"text":"that treadeth out the corn","number":"g248"},{"text":"is worthy","number":"g514"},{"text":"of his","number":"g848"},{"text":"the ox","number":"g1016"},{"text":"For","number":"g1063"},{"text":"the scripture","number":"g1124"},{"text":"The labourer","number":"g2040"},{"text":"And","number":"g2532"},{"text":"saith","number":"g3004"},{"text":"reward","number":"g3408"},{"text":"not","number":"g3756"},{"text":"Thou shalt","number":"g5392"},{"text":"muzzle","number":"g5392"}],"20":[{"text":"Them that sin","number":"g264"},{"text":"rebuke","number":"g1651"},{"text":"before","number":"g1799"},{"text":"may","number":"g2192"},{"text":"that","number":"g2443"},{"text":"also","number":"g2532"},{"text":"others","number":"g3062"},{"text":"all","number":"g3956"},{"text":"fear","number":"g5401"}],"24":[{"text":"sins","number":"g266"},{"text":"men's","number":"g444"},{"text":"and","number":"g1161"},{"text":"to","number":"g1519"},{"text":"are","number":"g1526"},{"text":"men they follow after","number":"g1872"},{"text":"judgment","number":"g2920"},{"text":"going before","number":"g4254"},{"text":"open beforehand","number":"g4271"},{"text":"Some","number":"g5100"},{"text":"some","number":"g5100"}],"4":[{"text":"to requite","number":"g287"},{"text":"acceptable","number":"g587"},{"text":"for","number":"g1063"},{"text":"But","number":"g1161"},{"text":"if any","number":"g1536"},{"text":"nephews","number":"g1549"},{"text":"before","number":"g1799"},{"text":"is","number":"g2076"},{"text":"to shew piety","number":"g2151"},{"text":"have","number":"g2192"},{"text":"or","number":"g2228"},{"text":"God","number":"g2316"},{"text":"at home","number":"g2398"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"good","number":"g2570"},{"text":"let them learn","number":"g3129"},{"text":"their parents","number":"g4269"},{"text":"first","number":"g4412"},{"text":"children","number":"g5043"},{"text":"that","number":"g5124"},{"text":"widow","number":"g5503"}],"7":[{"text":"blameless","number":"g423"},{"text":"that","number":"g2443"},{"text":"And","number":"g2532"},{"text":"give in charge","number":"g3853"},{"text":"these things","number":"g5023"},{"text":"they may be","number":"g5600"}],"9":[{"text":"man","number":"g435"},{"text":"having been","number":"g1096"},{"text":"the wife","number":"g1135"},{"text":"of one","number":"g1520"},{"text":"under","number":"g1640"},{"text":"threescore","number":"g1835"},{"text":"years old","number":"g2094"},{"text":"Let","number":"g2639"},{"text":"be taken into the number","number":"g2639"},{"text":"not","number":"g3361"},{"text":"a widow","number":"g5503"}],"14":[{"text":"to the adversary","number":"g480"},{"text":"occasion","number":"g874"},{"text":"I will","number":"g1014"},{"text":"marry","number":"g1060"},{"text":"give","number":"g1325"},{"text":"speak reproachfully","number":"g3059"},{"text":"none","number":"g3367"},{"text":"that the younger women","number":"g3501"},{"text":"guide the house","number":"g3616"},{"text":"therefore","number":"g3767"},{"text":"bear children","number":"g5041"},{"text":"to","number":"g5484"}],"17":[{"text":"Let","number":"g515"},{"text":"be counted worthy","number":"g515"},{"text":"doctrine","number":"g1319"},{"text":"of double","number":"g1362"},{"text":"in","number":"g1722"},{"text":"and","number":"g2532"},{"text":"well","number":"g2573"},{"text":"they who labour","number":"g2872"},{"text":"the word","number":"g3056"},{"text":"especially","number":"g3122"},{"text":"the elders","number":"g4245"},{"text":"that rule","number":"g4291"},{"text":"honour","number":"g5092"}],"8":[{"text":"an infidel","number":"g571"},{"text":"he hath denied","number":"g720"},{"text":"But","number":"g1161"},{"text":"if any","number":"g1536"},{"text":"is","number":"g2076"},{"text":"for his own","number":"g2398"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"specially","number":"g3122"},{"text":"for those of his own house","number":"g3609"},{"text":"not","number":"g3756"},{"text":"the faith","number":"g4102"},{"text":"provide","number":"g4306"},{"text":"worse than","number":"g5501"}],"16":[{"text":"them","number":"g846"},{"text":"be charged","number":"g916"},{"text":"let","number":"g916"},{"text":"If any","number":"g1536"},{"text":"the church","number":"g1577"},{"text":"it may relieve","number":"g1884"},{"text":"let them relieve","number":"g1884"},{"text":"have","number":"g2192"},{"text":"or","number":"g2228"},{"text":"that","number":"g2443"},{"text":"and","number":"g2532"},{"text":"not","number":"g3361"},{"text":"indeed","number":"g3689"},{"text":"man","number":"g4103"},{"text":"woman that believeth","number":"g4103"},{"text":"them that are widows","number":"g5503"},{"text":"widows","number":"g5503"}],"11":[{"text":"marry","number":"g1060"},{"text":"for","number":"g1063"},{"text":"But","number":"g1161"},{"text":"they will","number":"g2309"},{"text":"they have begun to wax wanton against","number":"g2691"},{"text":"the younger","number":"g3501"},{"text":"when","number":"g3752"},{"text":"refuse","number":"g3868"},{"text":"widows","number":"g5503"},{"text":"Christ","number":"g5547"}],"15":[{"text":"For","number":"g1063"},{"text":"are","number":"g1624"},{"text":"turned aside","number":"g1624"},{"text":"already","number":"g2235"},{"text":"after","number":"g3694"},{"text":"Satan","number":"g4567"},{"text":"some","number":"g5100"}],"6":[{"text":"But","number":"g1161"},{"text":"while she liveth","number":"g2198"},{"text":"is dead","number":"g2348"},{"text":"she that liveth in pleasure","number":"g4684"}],"5":[{"text":"Now","number":"g1161"},{"text":"in supplications","number":"g1162"},{"text":"trusteth","number":"g1679"},{"text":"in","number":"g1909"},{"text":"day","number":"g2250"},{"text":"God","number":"g2316"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"desolate","number":"g3443"},{"text":"night","number":"g3571"},{"text":"indeed","number":"g3689"},{"text":"prayers","number":"g4335"},{"text":"continueth","number":"g4357"},{"text":"she that is a widow","number":"g5503"}],"19":[{"text":"two","number":"g1417"},{"text":"but","number":"g1508"},{"text":"before","number":"g1909"},{"text":"or","number":"g2228"},{"text":"Against","number":"g2596"},{"text":"an accusation","number":"g2724"},{"text":"witnesses","number":"g3144"},{"text":"not","number":"g3361"},{"text":"receive","number":"g3858"},{"text":"an elder","number":"g4245"},{"text":"three","number":"g5140"}],"3":[{"text":"indeed","number":"g3689"},{"text":"Honour","number":"g5091"},{"text":"that are widows","number":"g5503"},{"text":"widows","number":"g5503"}]}
@@ -0,0 +1 @@
1
+ {"18":[{"text":"That they do good","number":"g14"},{"text":"ready to distribute","number":"g1511"},{"text":"in","number":"g1722"},{"text":"works","number":"g2041"},{"text":"good","number":"g2570"},{"text":"willing to communicate","number":"g2843"},{"text":"that they be rich","number":"g4147"}],"11":[{"text":"love","number":"g26"},{"text":"O man","number":"g444"},{"text":"But","number":"g1161"},{"text":"and","number":"g1161"},{"text":"righteousness","number":"g1343"},{"text":"follow after","number":"g1377"},{"text":"godliness","number":"g2150"},{"text":"of God","number":"g2316"},{"text":"faith","number":"g4102"},{"text":"meekness","number":"g4236"},{"text":"thou","number":"g4771"},{"text":"these things","number":"g5023"},{"text":"patience","number":"g5281"},{"text":"flee","number":"g5343"}],"2":[{"text":"beloved","number":"g27"},{"text":"brethren","number":"g80"},{"text":"but","number":"g235"},{"text":"partakers","number":"g482"},{"text":"And","number":"g1161"},{"text":"masters","number":"g1203"},{"text":"teach","number":"g1321"},{"text":"do them service","number":"g1398"},{"text":"they are","number":"g1526"},{"text":"they are","number":"g1526"},{"text":"of the benefit","number":"g2108"},{"text":"they that have","number":"g2192"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"despise","number":"g2706"},{"text":"let them","number":"g2706"},{"text":"rather","number":"g3123"},{"text":"not","number":"g3361"},{"text":"because","number":"g3754"},{"text":"them because","number":"g3754"},{"text":"exhort","number":"g3870"},{"text":"believing","number":"g4103"},{"text":"faithful","number":"g4103"},{"text":"These things","number":"g5023"}],"12":[{"text":"fight","number":"g73"},{"text":"Fight","number":"g75"},{"text":"eternal","number":"g166"},{"text":"whereunto","number":"g1519"},{"text":"before","number":"g1799"},{"text":"lay hold on","number":"g1949"},{"text":"life","number":"g2222"},{"text":"also","number":"g2532"},{"text":"and","number":"g2532"},{"text":"called","number":"g2564"},{"text":"thou art","number":"g2564"},{"text":"a good","number":"g2570"},{"text":"the good","number":"g2570"},{"text":"witnesses","number":"g3144"},{"text":"hast professed","number":"g3670"},{"text":"profession","number":"g3671"},{"text":"of faith","number":"g4102"},{"text":"many","number":"g4183"}],"17":[{"text":"uncertain","number":"g83"},{"text":"world","number":"g165"},{"text":"but","number":"g235"},{"text":"enjoy","number":"g619"},{"text":"to","number":"g1519"},{"text":"trust","number":"g1679"},{"text":"in","number":"g1722"},{"text":"in","number":"g1722"},{"text":"in","number":"g1909"},{"text":"the living","number":"g2198"},{"text":"us","number":"g2254"},{"text":"God","number":"g2316"},{"text":"not","number":"g3361"},{"text":"nor","number":"g3366"},{"text":"this","number":"g3568"},{"text":"who","number":"g3588"},{"text":"Charge","number":"g3853"},{"text":"giveth","number":"g3930"},{"text":"all things","number":"g3956"},{"text":"them that are rich","number":"g4145"},{"text":"richly","number":"g4146"},{"text":"riches","number":"g4149"},{"text":"highminded","number":"g5309"},{"text":"that they be","number":"g5309"}],"16":[{"text":"immortality","number":"g110"},{"text":"everlasting","number":"g166"},{"text":"Amen","number":"g281"},{"text":"no man","number":"g444"},{"text":"can approach unto","number":"g676"},{"text":"can","number":"g1410"},{"text":"hath seen","number":"g1492"},{"text":"see","number":"g1492"},{"text":"hath","number":"g2192"},{"text":"and","number":"g2532"},{"text":"power","number":"g2904"},{"text":"only","number":"g3441"},{"text":"Who","number":"g3588"},{"text":"dwelling","number":"g3611"},{"text":"to whom","number":"g3739"},{"text":"which","number":"g3739"},{"text":"whom","number":"g3739"},{"text":"nor","number":"g3761"},{"text":"no man","number":"g3762"},{"text":"be honour","number":"g5092"},{"text":"in the light","number":"g5457"}],"19":[{"text":"eternal","number":"g166"},{"text":"Laying up in store","number":"g597"},{"text":"for themselves","number":"g1438"},{"text":"against","number":"g1519"},{"text":"they may lay hold on","number":"g1949"},{"text":"life","number":"g2222"},{"text":"foundation","number":"g2310"},{"text":"that","number":"g2443"},{"text":"a good","number":"g2570"},{"text":"the time to come","number":"g3195"}],"5":[{"text":"of the truth","number":"g225"},{"text":"of men","number":"g444"},{"text":"from","number":"g575"},{"text":"destitute","number":"g650"},{"text":"withdraw thyself","number":"g868"},{"text":"of corrupt","number":"g1311"},{"text":"is","number":"g1511"},{"text":"godliness","number":"g2150"},{"text":"and","number":"g2532"},{"text":"supposing","number":"g3543"},{"text":"minds","number":"g3563"},{"text":"Perverse disputings","number":"g3859"},{"text":"that gain","number":"g4200"},{"text":"such","number":"g5108"}],"4":[{"text":"but","number":"g235"},{"text":"railings","number":"g988"},{"text":"cometh","number":"g1096"},{"text":"whereof","number":"g1537"},{"text":"knowing","number":"g1987"},{"text":"strife","number":"g2054"},{"text":"questions","number":"g2214"},{"text":"and","number":"g2532"},{"text":"strifes of words","number":"g3055"},{"text":"nothing","number":"g3367"},{"text":"doting","number":"g3552"},{"text":"about","number":"g4012"},{"text":"evil","number":"g4190"},{"text":"He is proud","number":"g5187"},{"text":"surmisings","number":"g5283"},{"text":"envy","number":"g5355"}],"21":[{"text":"Amen","number":"g281"},{"text":"from","number":"g575"},{"text":"have erred","number":"g795"},{"text":"was written","number":"g1125"},{"text":"professing","number":"g1861"},{"text":"is","number":"g2076"},{"text":"Laodicea","number":"g2993"},{"text":"be with","number":"g3326"},{"text":"the chiefest city","number":"g3390"},{"text":"Which","number":"g3739"},{"text":"which","number":"g3748"},{"text":"Pacatiana","number":"g3818"},{"text":"concerning","number":"g4012"},{"text":"the faith","number":"g4102"},{"text":"to","number":"g4314"},{"text":"&lt&ltThe first","number":"g4413"},{"text":"thee","number":"g4675"},{"text":"Timothy","number":"g5095"},{"text":"some","number":"g5100"},{"text":"of Phrygia","number":"g5435"},{"text":"Grace","number":"g5485"}],"14":[{"text":"unrebukeable","number":"g423"},{"text":"without spot","number":"g784"},{"text":"this commandment","number":"g1785"},{"text":"the appearing","number":"g2015"},{"text":"of our","number":"g2257"},{"text":"Jesus","number":"g2424"},{"text":"Lord","number":"g2962"},{"text":"until","number":"g3360"},{"text":"That thou","number":"g4571"},{"text":"keep","number":"g5083"},{"text":"Christ","number":"g5547"}],"9":[{"text":"men","number":"g444"},{"text":"foolish","number":"g453"},{"text":"perdition","number":"g684"},{"text":"hurtful","number":"g983"},{"text":"they that will","number":"g1014"},{"text":"drown","number":"g1036"},{"text":"But","number":"g1161"},{"text":"in","number":"g1519"},{"text":"into","number":"g1519"},{"text":"fall","number":"g1706"},{"text":"lusts","number":"g1939"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"destruction","number":"g3639"},{"text":"which","number":"g3748"},{"text":"a snare","number":"g3803"},{"text":"temptation","number":"g3986"},{"text":"be rich","number":"g4147"},{"text":"into many","number":"g4183"}],"20":[{"text":"oppositions","number":"g477"},{"text":"profane","number":"g952"},{"text":"of science","number":"g1108"},{"text":"avoiding","number":"g1624"},{"text":"and","number":"g2532"},{"text":"and vain babblings","number":"g2757"},{"text":"that which is committed to thy trust","number":"g3872"},{"text":"Timothy","number":"g5095"},{"text":"keep","number":"g5442"},{"text":"falsely so called","number":"g5581"},{"text":"O","number":"g5599"}],"1":[{"text":"worthy","number":"g514"},{"text":"be","number":"g987"},{"text":"blasphemed","number":"g987"},{"text":"masters","number":"g1203"},{"text":"his doctrine","number":"g1319"},{"text":"servants","number":"g1401"},{"text":"Let","number":"g1526"},{"text":"are","number":"g1526"},{"text":"the yoke","number":"g2218"},{"text":"count","number":"g2233"},{"text":"of God","number":"g2316"},{"text":"their own","number":"g2398"},{"text":"and","number":"g2532"},{"text":"not","number":"g3363"},{"text":"that","number":"g3363"},{"text":"the name","number":"g3686"},{"text":"as","number":"g3745"},{"text":"as many","number":"g3745"},{"text":"of all","number":"g3956"},{"text":"honour","number":"g5092"},{"text":"under","number":"g5259"}],"10":[{"text":"from","number":"g575"},{"text":"they have erred","number":"g635"},{"text":"For","number":"g1063"},{"text":"themselves","number":"g1438"},{"text":"is","number":"g2076"},{"text":"and","number":"g2532"},{"text":"evil","number":"g2556"},{"text":"sorrows","number":"g3601"},{"text":"coveted after","number":"g3713"},{"text":"which","number":"g3739"},{"text":"of all","number":"g3956"},{"text":"pierced","number":"g4044"},{"text":"through","number":"g4044"},{"text":"the faith","number":"g4102"},{"text":"with many","number":"g4183"},{"text":"the root","number":"g4491"},{"text":"while some","number":"g5100"},{"text":"the love of money","number":"g5365"}],"8":[{"text":"content","number":"g714"},{"text":"let us be","number":"g714"},{"text":"And","number":"g1161"},{"text":"food","number":"g1305"},{"text":"having","number":"g2192"},{"text":"and","number":"g2532"},{"text":"raiment","number":"g4629"},{"text":"therewith","number":"g5125"}],"6":[{"text":"contentment","number":"g841"},{"text":"But","number":"g1161"},{"text":"is","number":"g2076"},{"text":"godliness","number":"g2150"},{"text":"great","number":"g3173"},{"text":"with","number":"g3326"},{"text":"gain","number":"g4200"}],"15":[{"text":"the King","number":"g935"},{"text":"of kings","number":"g936"},{"text":"he shall shew","number":"g1166"},{"text":"Potentate","number":"g1413"},{"text":"in his","number":"g2398"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"times","number":"g2540"},{"text":"of lords","number":"g2961"},{"text":"Lord","number":"g2962"},{"text":"is the blessed","number":"g3107"},{"text":"only","number":"g3441"},{"text":"who","number":"g3588"},{"text":"Which","number":"g3739"}],"7":[{"text":"For","number":"g1063"},{"text":"and it is certain","number":"g1212"},{"text":"we can","number":"g1410"},{"text":"into","number":"g1519"},{"text":"we brought","number":"g1533"},{"text":"carry","number":"g1627"},{"text":"out","number":"g1627"},{"text":"this world","number":"g2889"},{"text":"nothing","number":"g3761"},{"text":"nothing","number":"g3762"}],"3":[{"text":"to the doctrine","number":"g1319"},{"text":"If any man","number":"g1536"},{"text":"teach otherwise","number":"g2085"},{"text":"to godliness","number":"g2150"},{"text":"even the words of our","number":"g2257"},{"text":"Jesus","number":"g2424"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"which is according","number":"g2596"},{"text":"Lord","number":"g2962"},{"text":"words","number":"g3056"},{"text":"not","number":"g3361"},{"text":"consent","number":"g4334"},{"text":"to wholesome","number":"g5198"},{"text":"Christ","number":"g5547"}],"13":[{"text":"in the sight","number":"g1799"},{"text":"before","number":"g1909"},{"text":"quickeneth","number":"g2227"},{"text":"of God","number":"g2316"},{"text":"Jesus","number":"g2424"},{"text":"and","number":"g2532"},{"text":"a good","number":"g2570"},{"text":"witnessed","number":"g3140"},{"text":"who","number":"g3588"},{"text":"who","number":"g3588"},{"text":"confession","number":"g3671"},{"text":"I give","number":"g3853"},{"text":"charge","number":"g3853"},{"text":"all things","number":"g3956"},{"text":"Pilate","number":"g4091"},{"text":"Pontius","number":"g4194"},{"text":"thee","number":"g4671"},{"text":"before Christ","number":"g5547"}]}
@@ -0,0 +1 @@
1
+ {"8":[{"text":"my father","number":"h1"},{"text":"unto God","number":"h430"},{"text":"said","number":"h559"},{"text":"great","number":"h1419"},{"text":"unto David","number":"h1732"},{"text":"mercy","number":"h2617"},{"text":"and hast made me to reign","number":"h4427"},{"text":"Thou hast shewed","number":"h6213"},{"text":"And Solomon","number":"h8010"}],"9":[{"text":"my father","number":"h1"},{"text":"God","number":"h430"},{"text":"be established","number":"h539"},{"text":"of the earth","number":"h776"},{"text":"let thy promise","number":"h1697"},{"text":"unto David","number":"h1732"},{"text":"Now O LORD","number":"h3068"},{"text":"for thou hast made me king","number":"h4427"},{"text":"over a people","number":"h5971"},{"text":"like the dust","number":"h6083"},{"text":"in multitude","number":"h7227"}],"2":[{"text":"of the fathers","number":"h1"},{"text":"of thousands","number":"h505"},{"text":"spake","number":"h559"},{"text":"in all Israel","number":"h3478"},{"text":"unto all Israel","number":"h3478"},{"text":"and of hundreds","number":"h3967"},{"text":"and to every governor","number":"h5387"},{"text":"the chief","number":"h7218"},{"text":"Then Solomon","number":"h8010"},{"text":"and to the judges","number":"h8199"},{"text":"to the captains","number":"h8269"}],"4":[{"text":"But","number":"h61"},{"text":"a tent","number":"h168"},{"text":"of God","number":"h430"},{"text":"the ark","number":"h727"},{"text":"had David","number":"h1732"},{"text":"to the place which David","number":"h1732"},{"text":"for it at Jerusalem","number":"h3389"},{"text":"had prepared","number":"h3559"},{"text":"for it for he had pitched","number":"h5186"},{"text":"brought up","number":"h5927"},{"text":"from Kirjathjearim","number":"h7157"}],"15":[{"text":"as plenteous as stones","number":"h68"},{"text":"and cedar trees","number":"h730"},{"text":"and gold","number":"h2091"},{"text":"at Jerusalem","number":"h3389"},{"text":"silver","number":"h3701"},{"text":"And the king","number":"h4428"},{"text":"made","number":"h5414"},{"text":"made","number":"h5414"},{"text":"for abundance","number":"h7230"},{"text":"that are in the vale","number":"h8219"},{"text":"he as the sycomore trees","number":"h8256"}],"3":[{"text":"for there was the tabernacle","number":"h168"},{"text":"of God","number":"h430"},{"text":"to the high place","number":"h1116"},{"text":"that was at Gibeon","number":"h1391"},{"text":"of the LORD","number":"h3068"},{"text":"with him went","number":"h3212"},{"text":"in the wilderness","number":"h4057"},{"text":"of the congregation","number":"h4150"},{"text":"which Moses","number":"h4872"},{"text":"the servant","number":"h5650"},{"text":"had made","number":"h6213"},{"text":"and all the congregation","number":"h6951"},{"text":"So Solomon","number":"h8010"}],"13":[{"text":"the tabernacle","number":"h168"},{"text":"came","number":"h935"},{"text":"from his journey to the high place","number":"h1116"},{"text":"that was at Gibeon","number":"h1391"},{"text":"to Jerusalem","number":"h3389"},{"text":"over Israel","number":"h3478"},{"text":"of the congregation","number":"h4150"},{"text":"and reigned","number":"h4427"},{"text":"from before","number":"h6440"},{"text":"Then Solomon","number":"h8010"}],"6":[{"text":"which was at the tabernacle","number":"h168"},{"text":"a thousand","number":"h505"},{"text":"the LORD","number":"h3068"},{"text":"of the congregation","number":"h4150"},{"text":"altar","number":"h4196"},{"text":"thither to the brasen","number":"h5178"},{"text":"and offered","number":"h5927"},{"text":"went up","number":"h5927"},{"text":"burnt offerings","number":"h5930"},{"text":"before","number":"h6440"},{"text":"And Solomon","number":"h8010"}],"5":[{"text":"of Uri","number":"h221"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"that Bezaleel","number":"h1212"},{"text":"sought","number":"h1875"},{"text":"of Hur","number":"h2354"},{"text":"of the LORD","number":"h3068"},{"text":"altar","number":"h4196"},{"text":"the tabernacle","number":"h4908"},{"text":"Moreover the brasen","number":"h5178"},{"text":"had made","number":"h6213"},{"text":"before","number":"h6440"},{"text":"and the congregation","number":"h6951"},{"text":"he put","number":"h7760"},{"text":"and Solomon","number":"h8010"}],"12":[{"text":"thee neither shall there any after","number":"h310"},{"text":"Wisdom","number":"h2451"},{"text":"and honour","number":"h3519"},{"text":"and knowledge","number":"h4093"},{"text":"such as none of the kings","number":"h4428"},{"text":"and wealth","number":"h5233"},{"text":"is granted","number":"h5414"},{"text":"unto thee and I will give","number":"h5414"},{"text":"thee riches","number":"h6239"},{"text":"have had that have been before","number":"h6440"}],"11":[{"text":"And God","number":"h430"},{"text":"said","number":"h559"},{"text":"wisdom","number":"h2451"},{"text":"life","number":"h3117"},{"text":"or honour","number":"h3519"},{"text":"Because this was in thine heart","number":"h3824"},{"text":"and knowledge","number":"h4093"},{"text":"over whom I have made thee king","number":"h4427"},{"text":"wealth","number":"h5233"},{"text":"nor the life","number":"h5315"},{"text":"my people","number":"h5971"},{"text":"riches","number":"h6239"},{"text":"long","number":"h7227"},{"text":"and thou hast not asked","number":"h7592"},{"text":"but hast asked","number":"h7592"},{"text":"neither yet hast asked","number":"h7592"},{"text":"to Solomon","number":"h8010"},{"text":"of thine enemies","number":"h8130"},{"text":"for thyself that thou mayest judge","number":"h8199"}],"7":[{"text":"did God","number":"h430"},{"text":"and said","number":"h559"},{"text":"In that night","number":"h3915"},{"text":"what I shall give","number":"h5414"},{"text":"appear","number":"h7200"},{"text":"unto him Ask","number":"h7592"},{"text":"unto Solomon","number":"h8010"}],"1":[{"text":"his God","number":"h430"},{"text":"the son","number":"h1121"},{"text":"was with him and magnified","number":"h1431"},{"text":"of David","number":"h1732"},{"text":"was strengthened","number":"h2388"},{"text":"and the LORD","number":"h3068"},{"text":"in his kingdom","number":"h4438"},{"text":"him exceedingly","number":"h4605"},{"text":"And Solomon","number":"h8010"}],"14":[{"text":"thousand","number":"h505"},{"text":"and he had a thousand","number":"h505"},{"text":"gathered","number":"h622"},{"text":"and four","number":"h702"},{"text":"which he placed","number":"h3240"},{"text":"at Jerusalem","number":"h3389"},{"text":"hundred","number":"h3967"},{"text":"and with the king","number":"h4428"},{"text":"cities","number":"h5892"},{"text":"and horsemen","number":"h6571"},{"text":"horsemen","number":"h6571"},{"text":"chariots","number":"h7393"},{"text":"chariots","number":"h7393"},{"text":"in the chariot","number":"h7393"},{"text":"And Solomon","number":"h8010"},{"text":"and twelve","number":"h8147"}],"17":[{"text":"of Syria","number":"h758"},{"text":"and fifty","number":"h2572"},{"text":"of the Hittites","number":"h2850"},{"text":"by their means","number":"h3027"},{"text":"and brought forth","number":"h3318"},{"text":"and so brought they out","number":"h3318"},{"text":"shekels of silver","number":"h3701"},{"text":"for an hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"and for the kings","number":"h4428"},{"text":"horses for all the kings","number":"h4428"},{"text":"out of Egypt","number":"h4714"},{"text":"a chariot","number":"h4818"},{"text":"and an horse","number":"h5483"},{"text":"And they fetched up","number":"h5927"},{"text":"for six","number":"h8337"}],"10":[{"text":"and come in","number":"h935"},{"text":"that is so great","number":"h1419"},{"text":"me now wisdom","number":"h2451"},{"text":"that I may go out","number":"h3318"},{"text":"and knowledge","number":"h4093"},{"text":"Give","number":"h5414"},{"text":"this people","number":"h5971"},{"text":"this thy people","number":"h5971"},{"text":"before","number":"h6440"},{"text":"for who can judge","number":"h8199"}],"16":[{"text":"received","number":"h3947"},{"text":"brought","number":"h4161"},{"text":"at a price","number":"h4242"},{"text":"the king's","number":"h4428"},{"text":"out of Egypt","number":"h4714"},{"text":"and linen yarn","number":"h4723"},{"text":"the linen yarn","number":"h4723"},{"text":"had horses","number":"h5483"},{"text":"merchants","number":"h5503"},{"text":"And Solomon","number":"h8010"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"My father","number":"h1"},{"text":"thereto my father","number":"h1"},{"text":"saying","number":"h559"},{"text":"And answered","number":"h1696"},{"text":"of the young men","number":"h3206"},{"text":"but I will add","number":"h3254"},{"text":"chastised","number":"h3256"},{"text":"heavy","number":"h3513"},{"text":"made your yoke","number":"h5923"},{"text":"them after the advice","number":"h6098"},{"text":"but I will chastise you with scorpions","number":"h6137"},{"text":"you with whips","number":"h7752"}],"10":[{"text":"Thy father","number":"h1"},{"text":"than my father's","number":"h1"},{"text":"Thus shalt thou answer","number":"h559"},{"text":"for us thus shalt thou say","number":"h559"},{"text":"unto him saying","number":"h559"},{"text":"unto thee saying","number":"h559"},{"text":"that were brought up","number":"h1431"},{"text":"that spake","number":"h1696"},{"text":"with him spake","number":"h1696"},{"text":"And the young men","number":"h3206"},{"text":"heavy","number":"h3513"},{"text":"made","number":"h3513"},{"text":"loins","number":"h4975"},{"text":"finger shall be thicker","number":"h5666"},{"text":"our yoke","number":"h5923"},{"text":"the people","number":"h5971"},{"text":"unto them My little","number":"h6995"},{"text":"but make thou it somewhat lighter","number":"h7043"}],"4":[{"text":"Thy father","number":"h1"},{"text":"of thy father","number":"h1"},{"text":"and his heavy","number":"h3515"},{"text":"that he put","number":"h5414"},{"text":"upon us and we will serve","number":"h5647"},{"text":"servitude","number":"h5656"},{"text":"made our yoke","number":"h5923"},{"text":"yoke","number":"h5923"},{"text":"now therefore ease","number":"h7043"},{"text":"grievous","number":"h7185"},{"text":"thou somewhat the grievous","number":"h7186"}],"6":[{"text":"his father","number":"h1"},{"text":"What","number":"h349"},{"text":"saying","number":"h559"},{"text":"answer","number":"h1697"},{"text":"with the old","number":"h2205"},{"text":"while he yet lived","number":"h2416"},{"text":"counsel give","number":"h3289"},{"text":"took counsel","number":"h3289"},{"text":"And king","number":"h4428"},{"text":"to this people","number":"h5971"},{"text":"men that had stood","number":"h5975"},{"text":"before","number":"h6440"},{"text":"Rehoboam","number":"h7346"},{"text":"ye me to return","number":"h7725"},{"text":"Solomon","number":"h8010"}],"11":[{"text":"my father","number":"h1"},{"text":"my father","number":"h1"},{"text":"upon you I will put more","number":"h3254"},{"text":"chastised","number":"h3256"},{"text":"a heavy","number":"h3515"},{"text":"to your yoke","number":"h5923"},{"text":"yoke","number":"h5923"},{"text":"put","number":"h6006"},{"text":"but I will chastise you with scorpions","number":"h6137"},{"text":"For whereas","number":"h6258"},{"text":"you with whips","number":"h7752"}],"9":[{"text":"that thy father","number":"h1"},{"text":"And he said","number":"h559"},{"text":"to me saying","number":"h559"},{"text":"which have spoken","number":"h1696"},{"text":"answer","number":"h1697"},{"text":"unto them What advice","number":"h3289"},{"text":"did put","number":"h5414"},{"text":"somewhat the yoke","number":"h5923"},{"text":"to this people","number":"h5971"},{"text":"Ease","number":"h7043"},{"text":"give ye that we may return","number":"h7725"}],"18":[{"text":"him with stones","number":"h68"},{"text":"made speed","number":"h553"},{"text":"and the children","number":"h1121"},{"text":"Hadoram","number":"h1913"},{"text":"to Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"that he died","number":"h4191"},{"text":"But king","number":"h4428"},{"text":"Then king","number":"h4428"},{"text":"that was over the tribute","number":"h4522"},{"text":"to his chariot","number":"h4818"},{"text":"to flee","number":"h5127"},{"text":"to get him up","number":"h5927"},{"text":"stoned","number":"h7275"},{"text":"Rehoboam","number":"h7346"},{"text":"Rehoboam","number":"h7346"},{"text":"sent","number":"h7971"}],"16":[{"text":"to their tents","number":"h168"},{"text":"to your tents","number":"h168"},{"text":"every man","number":"h376"},{"text":"saying","number":"h559"},{"text":"to thine own house","number":"h1004"},{"text":"in the son","number":"h1121"},{"text":"and now David","number":"h1732"},{"text":"have we in David","number":"h1732"},{"text":"What portion","number":"h2506"},{"text":"went","number":"h3212"},{"text":"of Jesse","number":"h3448"},{"text":"And when all Israel","number":"h3478"},{"text":"O Israel","number":"h3478"},{"text":"So all Israel","number":"h3478"},{"text":"that the king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"and we have none inheritance","number":"h5159"},{"text":"unto them the people","number":"h5971"},{"text":"saw","number":"h7200"},{"text":"see","number":"h7200"},{"text":"answered","number":"h7725"},{"text":"would not hearken","number":"h8085"}],"15":[{"text":"of Ahijah","number":"h281"},{"text":"was of God","number":"h430"},{"text":"the son","number":"h1121"},{"text":"which he spake","number":"h1696"},{"text":"his word","number":"h1697"},{"text":"by the hand","number":"h3027"},{"text":"that the LORD","number":"h3068"},{"text":"to Jeroboam","number":"h3379"},{"text":"So the king","number":"h4428"},{"text":"of Nebat","number":"h5028"},{"text":"for the cause","number":"h5252"},{"text":"not unto the people","number":"h5971"},{"text":"might perform","number":"h6965"},{"text":"the Shilonite","number":"h7888"},{"text":"hearkened","number":"h8085"}],"5":[{"text":"And he said","number":"h559"},{"text":"days","number":"h3117"},{"text":"departed","number":"h3212"},{"text":"And the people","number":"h5971"},{"text":"unto them Come again","number":"h7725"},{"text":"unto me after three","number":"h7969"}],"12":[{"text":"saying","number":"h559"},{"text":"came","number":"h935"},{"text":"bade","number":"h1696"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"So Jeroboam","number":"h3379"},{"text":"as the king","number":"h4428"},{"text":"and all the people","number":"h5971"},{"text":"to Rehoboam","number":"h7346"},{"text":"Come again","number":"h7725"},{"text":"on the third","number":"h7992"},{"text":"to me on the third","number":"h7992"}],"3":[{"text":"saying","number":"h559"},{"text":"came","number":"h935"},{"text":"and spake","number":"h1696"},{"text":"him So Jeroboam","number":"h3379"},{"text":"and all Israel","number":"h3478"},{"text":"and called","number":"h7121"},{"text":"to Rehoboam","number":"h7346"},{"text":"And they sent","number":"h7971"}],"7":[{"text":"unto him saying","number":"h559"},{"text":"And they spake","number":"h1696"},{"text":"them and speak","number":"h1696"},{"text":"words","number":"h1697"},{"text":"If thou be kind","number":"h2896"},{"text":"good","number":"h2896"},{"text":"for ever","number":"h3117"},{"text":"to them they will be thy servants","number":"h5650"},{"text":"to this people","number":"h5971"},{"text":"and please","number":"h7521"}],"1":[{"text":"come","number":"h935"},{"text":"went","number":"h3212"},{"text":"were all Israel","number":"h3478"},{"text":"to make him king","number":"h4427"},{"text":"And Rehoboam","number":"h7346"},{"text":"for to Shechem","number":"h7927"},{"text":"to Shechem","number":"h7927"}],"19":[{"text":"against the house","number":"h1004"},{"text":"of David","number":"h1732"},{"text":"unto this day","number":"h3117"},{"text":"And Israel","number":"h3478"},{"text":"rebelled","number":"h6586"}],"17":[{"text":"But as for the children","number":"h1121"},{"text":"of Judah","number":"h3063"},{"text":"that dwelt","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"reigned","number":"h4427"},{"text":"in the cities","number":"h5892"},{"text":"Rehoboam","number":"h7346"}],"2":[{"text":"the son","number":"h1121"},{"text":"whither he had fled","number":"h1272"},{"text":"And it came to pass when Jeroboam","number":"h3379"},{"text":"it that Jeroboam","number":"h3379"},{"text":"the king","number":"h4428"},{"text":"out of Egypt","number":"h4714"},{"text":"who was in Egypt","number":"h4714"},{"text":"of Nebat","number":"h5028"},{"text":"from the presence","number":"h6440"},{"text":"returned","number":"h7725"},{"text":"of Solomon","number":"h8010"},{"text":"heard","number":"h8085"}],"8":[{"text":"that were brought up","number":"h1431"},{"text":"which the old men","number":"h2205"},{"text":"with the young men","number":"h3206"},{"text":"gave","number":"h3289"},{"text":"him and took counsel","number":"h3289"},{"text":"But he forsook","number":"h5800"},{"text":"with him that stood","number":"h5975"},{"text":"the counsel","number":"h6098"},{"text":"before","number":"h6440"}],"13":[{"text":"of the old men","number":"h2205"},{"text":"And the king","number":"h4428"},{"text":"and king","number":"h4428"},{"text":"forsook","number":"h5800"},{"text":"answered","number":"h6030"},{"text":"the counsel","number":"h6098"},{"text":"them roughly","number":"h7186"},{"text":"Rehoboam","number":"h7346"}]}
@@ -0,0 +1 @@
1
+ {"16":[{"text":"of their fathers","number":"h1"},{"text":"And after","number":"h310"},{"text":"God","number":"h430"},{"text":"God","number":"h430"},{"text":"came","number":"h935"},{"text":"to seek","number":"h1245"},{"text":"to sacrifice","number":"h2076"},{"text":"the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"to Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"their hearts","number":"h3824"},{"text":"such as set","number":"h5414"},{"text":"them out of all the tribes","number":"h7626"}],"22":[{"text":"Abijah","number":"h29"},{"text":"among his brethren","number":"h251"},{"text":"the son","number":"h1121"},{"text":"for he thought to make him king","number":"h4427"},{"text":"of Maachah","number":"h4601"},{"text":"to be ruler","number":"h5057"},{"text":"made","number":"h5975"},{"text":"the chief","number":"h7218"},{"text":"And Rehoboam","number":"h7346"}],"20":[{"text":"him Abijah","number":"h29"},{"text":"of Absalom","number":"h53"},{"text":"And after","number":"h310"},{"text":"the daughter","number":"h1323"},{"text":"and Ziza","number":"h2124"},{"text":"which bare","number":"h3205"},{"text":"her he took","number":"h3947"},{"text":"Maachah","number":"h4601"},{"text":"and Attai","number":"h6262"},{"text":"and Shelomith","number":"h8019"}],"18":[{"text":"and Abihail","number":"h32"},{"text":"of Eliab","number":"h446"},{"text":"to wife","number":"h802"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the daughter","number":"h1323"},{"text":"the daughter","number":"h1323"},{"text":"of David","number":"h1732"},{"text":"of Jerimoth","number":"h3406"},{"text":"of Jesse","number":"h3448"},{"text":"took","number":"h3947"},{"text":"him Mahalath","number":"h4258"},{"text":"And Rehoboam","number":"h7346"}],"21":[{"text":"of Absalom","number":"h53"},{"text":"loved","number":"h157"},{"text":"above all his wives","number":"h802"},{"text":"wives","number":"h802"},{"text":"sons","number":"h1121"},{"text":"daughters","number":"h1323"},{"text":"the daughter","number":"h1323"},{"text":"and begat","number":"h3205"},{"text":"Maachah","number":"h4601"},{"text":"for he took","number":"h5375"},{"text":"twenty","number":"h6242"},{"text":"and his concubines","number":"h6370"},{"text":"concubines","number":"h6370"},{"text":"And Rehoboam","number":"h7346"},{"text":"and eight","number":"h8083"},{"text":"eighteen","number":"h8083"},{"text":"and threescore","number":"h8346"},{"text":"and threescore","number":"h8346"}],"9":[{"text":"And Adoraim","number":"h115"},{"text":"and Lachish","number":"h3923"},{"text":"and Azekah","number":"h5825"}],"11":[{"text":"in them and store","number":"h214"},{"text":"And he fortified","number":"h2388"},{"text":"and wine","number":"h3196"},{"text":"of victual","number":"h3978"},{"text":"the strong holds","number":"h4694"},{"text":"captains","number":"h5057"},{"text":"and put","number":"h5414"},{"text":"and of oil","number":"h8081"}],"4":[{"text":"against your brethren","number":"h251"},{"text":"every man","number":"h376"},{"text":"Thus saith","number":"h559"},{"text":"to his house","number":"h1004"},{"text":"for this thing","number":"h1697"},{"text":"the words","number":"h1697"},{"text":"is done","number":"h1961"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"from going","number":"h3212"},{"text":"against Jeroboam","number":"h3379"},{"text":"nor fight","number":"h3898"},{"text":"Ye shall not go up","number":"h5927"},{"text":"and returned","number":"h7725"},{"text":"return","number":"h7725"},{"text":"of me And they obeyed","number":"h8085"}],"14":[{"text":"and their possession","number":"h272"},{"text":"and his sons","number":"h1121"},{"text":"had cast them off","number":"h2186"},{"text":"to Judah","number":"h3063"},{"text":"unto the LORD","number":"h3068"},{"text":"and came","number":"h3212"},{"text":"for Jeroboam","number":"h3379"},{"text":"and Jerusalem","number":"h3389"},{"text":"from executing the priest's office","number":"h3547"},{"text":"For the Levites","number":"h3881"},{"text":"their suburbs","number":"h4054"},{"text":"left","number":"h5800"}],"10":[{"text":"and Aijalon","number":"h357"},{"text":"and in Benjamin","number":"h1144"},{"text":"and Hebron","number":"h2275"},{"text":"which are in Judah","number":"h3063"},{"text":"fenced","number":"h4694"},{"text":"cities","number":"h5892"},{"text":"And Zorah","number":"h6881"}],"2":[{"text":"the man","number":"h376"},{"text":"of God","number":"h430"},{"text":"saying","number":"h559"},{"text":"But the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"came to Shemaiah","number":"h8098"}],"1":[{"text":"thousand","number":"h505"},{"text":"was come","number":"h935"},{"text":"chosen","number":"h977"},{"text":"of the house","number":"h1004"},{"text":"and Benjamin","number":"h1144"},{"text":"of Judah","number":"h3063"},{"text":"to Jerusalem","number":"h3389"},{"text":"against Israel","number":"h3478"},{"text":"to fight","number":"h3898"},{"text":"an hundred","number":"h3967"},{"text":"the kingdom","number":"h4467"},{"text":"men which were warriors","number":"h6213"},{"text":"he gathered","number":"h6950"},{"text":"And when Rehoboam","number":"h7346"},{"text":"to Rehoboam","number":"h7346"},{"text":"again","number":"h7725"},{"text":"that he might bring","number":"h7725"},{"text":"and fourscore","number":"h8084"}],"17":[{"text":"strong","number":"h553"},{"text":"the son","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"in the way","number":"h1870"},{"text":"they walked","number":"h1980"},{"text":"So they strengthened","number":"h2388"},{"text":"of Judah","number":"h3063"},{"text":"the kingdom","number":"h4438"},{"text":"and made Rehoboam","number":"h7346"},{"text":"for three","number":"h7969"},{"text":"three","number":"h7969"},{"text":"and Solomon","number":"h8010"},{"text":"of Solomon","number":"h8010"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"3":[{"text":"Speak","number":"h559"},{"text":"saying","number":"h559"},{"text":"the son","number":"h1121"},{"text":"and Benjamin","number":"h1144"},{"text":"in Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"and to all Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"unto Rehoboam","number":"h7346"},{"text":"of Solomon","number":"h8010"}],"23":[{"text":"throughout all the countries","number":"h776"},{"text":"wives","number":"h802"},{"text":"And he dealt wisely","number":"h995"},{"text":"of all his children","number":"h1121"},{"text":"and Benjamin","number":"h1144"},{"text":"many","number":"h1995"},{"text":"of Judah","number":"h3063"},{"text":"them victual","number":"h4202"},{"text":"unto every fenced","number":"h4694"},{"text":"and he gave","number":"h5414"},{"text":"city","number":"h5892"},{"text":"and dispersed","number":"h6555"},{"text":"in abundance","number":"h7230"},{"text":"And he desired","number":"h7592"}],"6":[{"text":"even Bethlehem","number":"h1035"},{"text":"He built","number":"h1129"},{"text":"and Etam","number":"h5862"},{"text":"and Tekoa","number":"h8620"}],"7":[{"text":"And Bethzur","number":"h1049"},{"text":"and Adullam","number":"h5725"},{"text":"and Shoco","number":"h7755"}],"15":[{"text":"for the high places","number":"h1116"},{"text":"him priests","number":"h3548"},{"text":"and for the calves","number":"h5695"},{"text":"And he ordained","number":"h5975"},{"text":"which he had made","number":"h6213"},{"text":"and for the devils","number":"h8163"}],"19":[{"text":"him children","number":"h1121"},{"text":"and Zaham","number":"h2093"},{"text":"Which bare","number":"h3205"},{"text":"Jeush","number":"h3266"},{"text":"and Shamariah","number":"h8114"}],"5":[{"text":"and built","number":"h1129"},{"text":"in Judah","number":"h3063"},{"text":"in Jerusalem","number":"h3389"},{"text":"dwelt","number":"h3427"},{"text":"for defence","number":"h4692"},{"text":"cities","number":"h5892"},{"text":"And Rehoboam","number":"h7346"}],"12":[{"text":"and Benjamin","number":"h1144"},{"text":"strong","number":"h2388"},{"text":"having Judah","number":"h3063"},{"text":"And in every several city","number":"h5892"},{"text":"he put shields","number":"h6793"},{"text":"and made them exceeding","number":"h7235"},{"text":"and spears","number":"h7420"}],"13":[{"text":"to him out of all their coasts","number":"h1366"},{"text":"resorted","number":"h3320"},{"text":"that were in all Israel","number":"h3478"},{"text":"And the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"}],"8":[{"text":"And Gath","number":"h1661"},{"text":"and Ziph","number":"h2128"},{"text":"and Mareshah","number":"h4762"}]}
@@ -0,0 +1 @@
1
+ {"16":[{"text":"with his fathers","number":"h1"},{"text":"and Abijah","number":"h29"},{"text":"his son","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"reigned","number":"h4427"},{"text":"in the city","number":"h5892"},{"text":"and was buried","number":"h6912"},{"text":"And Rehoboam","number":"h7346"},{"text":"slept","number":"h7901"}],"9":[{"text":"and the treasures","number":"h214"},{"text":"the treasures","number":"h214"},{"text":"house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"of gold","number":"h2091"},{"text":"of the LORD","number":"h3068"},{"text":"against Jerusalem","number":"h3389"},{"text":"all he carried away","number":"h3947"},{"text":"and took away","number":"h3947"},{"text":"he took","number":"h3947"},{"text":"also the shields","number":"h4043"},{"text":"king","number":"h4428"},{"text":"of the king's","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"came up","number":"h5927"},{"text":"had made","number":"h6213"},{"text":"So Shishak","number":"h7895"},{"text":"which Solomon","number":"h8010"}],"13":[{"text":"was one","number":"h259"},{"text":"there And his mother's","number":"h517"},{"text":"and forty","number":"h705"},{"text":"had chosen","number":"h977"},{"text":"old","number":"h1121"},{"text":"strengthened","number":"h2388"},{"text":"which the LORD","number":"h3068"},{"text":"himself in Jerusalem","number":"h3389"},{"text":"in Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"and he reigned","number":"h4427"},{"text":"and reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"So king","number":"h4428"},{"text":"was Naamah","number":"h5279"},{"text":"the city","number":"h5892"},{"text":"an Ammonitess","number":"h5985"},{"text":"Rehoboam","number":"h7346"},{"text":"for Rehoboam","number":"h7346"},{"text":"out of all the tribes","number":"h7626"},{"text":"seventeen","number":"h7651"},{"text":"to put","number":"h7760"},{"text":"his name","number":"h8034"},{"text":"name","number":"h8034"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"15":[{"text":"and last","number":"h314"},{"text":"Now the acts","number":"h1697"},{"text":"in the book","number":"h1697"},{"text":"the seer","number":"h2374"},{"text":"continually","number":"h3117"},{"text":"concerning genealogies","number":"h3187"},{"text":"and Jeroboam","number":"h3379"},{"text":"are they not written","number":"h3789"},{"text":"And there were wars","number":"h4421"},{"text":"the prophet","number":"h5030"},{"text":"and of Iddo","number":"h5714"},{"text":"first","number":"h7223"},{"text":"between Rehoboam","number":"h7346"},{"text":"of Rehoboam","number":"h7346"},{"text":"of Shemaiah","number":"h8098"}],"3":[{"text":"thousand","number":"h505"},{"text":"that came","number":"h935"},{"text":"and the Ethiopians","number":"h3569"},{"text":"the Lubims","number":"h3864"},{"text":"With twelve hundred","number":"h3967"},{"text":"were without number","number":"h4557"},{"text":"with him out of Egypt","number":"h4714"},{"text":"the Sukkiims","number":"h5525"},{"text":"and the people","number":"h5971"},{"text":"horsemen","number":"h6571"},{"text":"chariots","number":"h7393"},{"text":"and threescore","number":"h8346"}],"5":[{"text":"and said","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"that were gathered together","number":"h622"},{"text":"me and therefore have I also","number":"h637"},{"text":"Then came","number":"h935"},{"text":"you in the hand","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"to Jerusalem","number":"h3389"},{"text":"the prophet","number":"h5030"},{"text":"Ye have forsaken","number":"h5800"},{"text":"left","number":"h5800"},{"text":"because","number":"h6440"},{"text":"to Rehoboam","number":"h7346"},{"text":"of Shishak","number":"h7895"},{"text":"of Shishak","number":"h7895"},{"text":"Shemaiah","number":"h8098"},{"text":"and to the princes","number":"h8269"}],"7":[{"text":"saying","number":"h559"},{"text":"themselves the word","number":"h1697"},{"text":"and my wrath","number":"h2534"},{"text":"by the hand","number":"h3027"},{"text":"And when the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"upon Jerusalem","number":"h3389"},{"text":"They have humbled","number":"h3665"},{"text":"that they humbled","number":"h3665"},{"text":"them some","number":"h4592"},{"text":"shall not be poured out","number":"h5413"},{"text":"them but I will grant","number":"h5414"},{"text":"deliverance","number":"h6413"},{"text":"saw","number":"h7200"},{"text":"themselves therefore I will not destroy","number":"h7843"},{"text":"of Shishak","number":"h7895"},{"text":"came to Shemaiah","number":"h8098"}],"6":[{"text":"themselves and they said","number":"h559"},{"text":"The LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"humbled","number":"h3665"},{"text":"and the king","number":"h4428"},{"text":"is righteous","number":"h6662"},{"text":"Whereupon the princes","number":"h8269"}],"12":[{"text":"himself the wrath","number":"h639"},{"text":"things","number":"h1697"},{"text":"went well","number":"h2896"},{"text":"and also in Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"him altogether","number":"h3617"},{"text":"And when he humbled","number":"h3665"},{"text":"turned","number":"h7725"},{"text":"from him that he would not destroy","number":"h7843"}],"8":[{"text":"of the countries","number":"h776"},{"text":"that they may know","number":"h3045"},{"text":"of the kingdoms","number":"h4467"},{"text":"Nevertheless they shall be his servants","number":"h5650"},{"text":"and the service","number":"h5656"},{"text":"my service","number":"h5656"}],"4":[{"text":"and came","number":"h935"},{"text":"which pertained to Judah","number":"h3063"},{"text":"to Jerusalem","number":"h3389"},{"text":"And he took","number":"h3920"},{"text":"the fenced","number":"h4694"},{"text":"cities","number":"h5892"}],"11":[{"text":"came","number":"h935"},{"text":"entered","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"And when","number":"h1767"},{"text":"of the LORD","number":"h3068"},{"text":"the king","number":"h4428"},{"text":"and fetched","number":"h5375"},{"text":"into the guard","number":"h7323"},{"text":"the guard","number":"h7323"},{"text":"them and brought them again","number":"h7725"},{"text":"chamber","number":"h8372"}],"10":[{"text":"house","number":"h1004"},{"text":"them to the hands","number":"h3027"},{"text":"shields","number":"h4043"},{"text":"Instead of which king","number":"h4428"},{"text":"of the king's","number":"h4428"},{"text":"of brass","number":"h5178"},{"text":"made","number":"h6213"},{"text":"and committed","number":"h6485"},{"text":"the entrance","number":"h6607"},{"text":"of the guard","number":"h7323"},{"text":"Rehoboam","number":"h7346"},{"text":"that kept","number":"h8104"},{"text":"of the chief","number":"h8269"}],"14":[{"text":"to seek","number":"h1875"},{"text":"the LORD","number":"h3068"},{"text":"because he prepared","number":"h3559"},{"text":"not his heart","number":"h3820"},{"text":"And he did","number":"h6213"},{"text":"evil","number":"h7451"}],"1":[{"text":"and had strengthened","number":"h2393"},{"text":"of the LORD","number":"h3068"},{"text":"and all Israel","number":"h3478"},{"text":"had established","number":"h3559"},{"text":"the kingdom","number":"h4438"},{"text":"himself he forsook","number":"h5800"},{"text":"And it came to pass when Rehoboam","number":"h7346"},{"text":"the law","number":"h8451"}],"2":[{"text":"And it came to pass that in the fifth","number":"h2549"},{"text":"against the LORD","number":"h3068"},{"text":"against Jerusalem","number":"h3389"},{"text":"king","number":"h4428"},{"text":"of king","number":"h4428"},{"text":"because they had transgressed","number":"h4603"},{"text":"of Egypt","number":"h4714"},{"text":"came up","number":"h5927"},{"text":"Rehoboam","number":"h7346"},{"text":"Shishak","number":"h7895"},{"text":"year","number":"h8141"}]}
@@ -0,0 +1 @@
1
+ {"18":[{"text":"of their fathers","number":"h1"},{"text":"God","number":"h430"},{"text":"prevailed","number":"h553"},{"text":"Thus the children","number":"h1121"},{"text":"and the children","number":"h1121"},{"text":"of Judah","number":"h3063"},{"text":"upon the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"were brought","number":"h3665"},{"text":"under at that time","number":"h6256"},{"text":"because they relied","number":"h8172"}],"12":[{"text":"of your fathers","number":"h1"},{"text":"And behold God","number":"h430"},{"text":"God","number":"h430"},{"text":"against you O children","number":"h1121"},{"text":"trumpets","number":"h2689"},{"text":"ye not against the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"and his priests","number":"h3548"},{"text":"fight","number":"h3898"},{"text":"for ye shall not prosper","number":"h6743"},{"text":"himself is with us for our captain","number":"h7218"},{"text":"to cry alarm","number":"h7321"},{"text":"with sounding","number":"h8643"}],"15":[{"text":"Abijah","number":"h29"},{"text":"Then the men","number":"h376"},{"text":"and as the men","number":"h376"},{"text":"it came to pass that God","number":"h430"},{"text":"and Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"Jeroboam","number":"h3379"},{"text":"and all Israel","number":"h3478"},{"text":"smote","number":"h5062"},{"text":"before","number":"h6440"},{"text":"gave a shout","number":"h7321"},{"text":"shouted","number":"h7321"}],"17":[{"text":"And Abijah","number":"h29"},{"text":"men","number":"h376"},{"text":"thousand","number":"h505"},{"text":"chosen","number":"h977"},{"text":"slain","number":"h2491"},{"text":"five","number":"h2568"},{"text":"of Israel","number":"h3478"},{"text":"hundred","number":"h3967"},{"text":"slaughter","number":"h4347"},{"text":"slew","number":"h5221"},{"text":"so there fell down","number":"h5307"},{"text":"and his people","number":"h5971"},{"text":"them with a great","number":"h7227"}],"19":[{"text":"And Abijah","number":"h29"},{"text":"after","number":"h310"},{"text":"from him Bethel","number":"h1008"},{"text":"with the towns","number":"h1323"},{"text":"with the towns","number":"h1323"},{"text":"with the towns","number":"h1323"},{"text":"Jeroboam","number":"h3379"},{"text":"thereof and Jeshanah","number":"h3466"},{"text":"and took","number":"h3920"},{"text":"cities","number":"h5892"},{"text":"thereof and Ephrain","number":"h6085"},{"text":"pursued","number":"h7291"}],"3":[{"text":"And Abijah","number":"h29"},{"text":"men","number":"h376"},{"text":"men","number":"h376"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"in array","number":"h631"},{"text":"set","number":"h631"},{"text":"even four","number":"h702"},{"text":"chosen","number":"h977"},{"text":"chosen","number":"h977"},{"text":"being mighty men","number":"h1368"},{"text":"of valiant men","number":"h1368"},{"text":"of valour","number":"h2428"},{"text":"with an army","number":"h2428"},{"text":"Jeroboam","number":"h3379"},{"text":"hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"also set the battle","number":"h4421"},{"text":"of war","number":"h4421"},{"text":"the battle","number":"h4421"},{"text":"in array","number":"h6186"},{"text":"against him with eight","number":"h8083"}],"4":[{"text":"And Abijah","number":"h29"},{"text":"and said","number":"h559"},{"text":"Ephraim","number":"h669"},{"text":"upon mount","number":"h2022"},{"text":"which is in mount","number":"h2022"},{"text":"me thou Jeroboam","number":"h3379"},{"text":"and all Israel","number":"h3478"},{"text":"Zemaraim","number":"h6787"},{"text":"stood up","number":"h6965"},{"text":"Hear","number":"h8085"}],"21":[{"text":"But Abijah","number":"h29"},{"text":"fourteen","number":"h702"},{"text":"wives","number":"h802"},{"text":"sons","number":"h1121"},{"text":"daughters","number":"h1323"},{"text":"waxed mighty","number":"h2388"},{"text":"and begat","number":"h3205"},{"text":"and married","number":"h5375"},{"text":"twenty","number":"h6242"},{"text":"and two","number":"h8147"},{"text":"and sixteen","number":"h8337"}],"1":[{"text":"began Abijah","number":"h29"},{"text":"over Judah","number":"h3063"},{"text":"Jeroboam","number":"h3379"},{"text":"to reign","number":"h4427"},{"text":"of king","number":"h4428"},{"text":"Now in the eighteenth","number":"h8083"},{"text":"year","number":"h8141"}],"2":[{"text":"between Abijah","number":"h29"},{"text":"of Uriel","number":"h222"},{"text":"His mother's","number":"h517"},{"text":"the daughter","number":"h1323"},{"text":"of Gibeah","number":"h1390"},{"text":"and Jeroboam","number":"h3379"},{"text":"in Jerusalem","number":"h3389"},{"text":"also was Michaiah","number":"h4322"},{"text":"And there was war","number":"h4421"},{"text":"He reigned","number":"h4427"},{"text":"three","number":"h7969"},{"text":"name","number":"h8034"},{"text":"years","number":"h8141"}],"20":[{"text":"of Abijah","number":"h29"},{"text":"and the LORD","number":"h3068"},{"text":"again in the days","number":"h3117"},{"text":"Neither did Jeroboam","number":"h3379"},{"text":"strength","number":"h3581"},{"text":"him and he died","number":"h4191"},{"text":"struck","number":"h5062"},{"text":"recover","number":"h6113"}],"22":[{"text":"of Abijah","number":"h29"},{"text":"and his sayings","number":"h1697"},{"text":"of the acts","number":"h1697"},{"text":"and his ways","number":"h1870"},{"text":"And the rest","number":"h3499"},{"text":"are written","number":"h3789"},{"text":"in the story","number":"h4097"},{"text":"of the prophet","number":"h5030"},{"text":"Iddo","number":"h5714"}],"6":[{"text":"against his lord","number":"h113"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"Yet Jeroboam","number":"h3379"},{"text":"and hath rebelled","number":"h4775"},{"text":"of Nebat","number":"h5028"},{"text":"the servant","number":"h5650"},{"text":"is risen up","number":"h6965"},{"text":"of Solomon","number":"h8010"}],"10":[{"text":"of Aaron","number":"h175"},{"text":"is our God","number":"h430"},{"text":"are the sons","number":"h1121"},{"text":"But as for us the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"him and the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"wait upon their business","number":"h4399"},{"text":"and we have not forsaken","number":"h5800"},{"text":"which minister","number":"h8334"}],"9":[{"text":"of Aaron","number":"h175"},{"text":"rams","number":"h352"},{"text":"gods","number":"h430"},{"text":"of other lands","number":"h776"},{"text":"so that whosoever cometh","number":"h935"},{"text":"himself with a young","number":"h1121"},{"text":"the sons","number":"h1121"},{"text":"of the LORD","number":"h3068"},{"text":"the priests","number":"h3548"},{"text":"the same may be a priest","number":"h3548"},{"text":"you priests","number":"h3548"},{"text":"of them that are no","number":"h3808"},{"text":"and the Levites","number":"h3881"},{"text":"to consecrate","number":"h4390"},{"text":"Have ye not cast out","number":"h5080"},{"text":"after the manner of the nations","number":"h5971"},{"text":"and have made","number":"h6213"},{"text":"bullock","number":"h6499"},{"text":"and seven","number":"h7651"}],"14":[{"text":"and behind","number":"h268"},{"text":"with the trumpets","number":"h2689"},{"text":"sounded","number":"h2690"},{"text":"And when Judah","number":"h3063"},{"text":"unto the LORD","number":"h3068"},{"text":"and the priests","number":"h3548"},{"text":"behold the battle","number":"h4421"},{"text":"looked back","number":"h6437"},{"text":"was before","number":"h6440"},{"text":"and they cried","number":"h6817"}],"13":[{"text":"behind","number":"h310"},{"text":"was behind","number":"h310"},{"text":"to come","number":"h935"},{"text":"Judah","number":"h3063"},{"text":"But Jeroboam","number":"h3379"},{"text":"and the ambushment","number":"h3993"},{"text":"caused an ambushment","number":"h3993"},{"text":"about","number":"h5437"},{"text":"them so they were before","number":"h6440"}],"5":[{"text":"God","number":"h430"},{"text":"even to him and to his sons","number":"h1121"},{"text":"by a covenant","number":"h1285"},{"text":"to David","number":"h1732"},{"text":"Ought ye not to know","number":"h3045"},{"text":"that the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"over Israel","number":"h3478"},{"text":"of salt","number":"h4417"},{"text":"the kingdom","number":"h4467"},{"text":"gave","number":"h5414"},{"text":"for ever","number":"h5769"}],"16":[{"text":"and God","number":"h430"},{"text":"And the children","number":"h1121"},{"text":"them into their hand","number":"h3027"},{"text":"Judah","number":"h3063"},{"text":"of Israel","number":"h3478"},{"text":"fled","number":"h5127"},{"text":"delivered","number":"h5414"},{"text":"before","number":"h6440"}],"11":[{"text":"our God","number":"h430"},{"text":"thereof to burn","number":"h1197"},{"text":"every morning","number":"h1242"},{"text":"of gold","number":"h2091"},{"text":"also set they in order upon the pure","number":"h2889"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"the shewbread","number":"h3899"},{"text":"and the candlestick","number":"h4501"},{"text":"the charge","number":"h4931"},{"text":"with the lamps","number":"h5216"},{"text":"and sweet","number":"h5561"},{"text":"but ye have forsaken","number":"h5800"},{"text":"burnt sacrifices","number":"h5930"},{"text":"and every evening","number":"h6153"},{"text":"every evening","number":"h6153"},{"text":"And they burn","number":"h6999"},{"text":"incense","number":"h7004"},{"text":"table","number":"h7979"},{"text":"for we keep","number":"h8104"}],"8":[{"text":"you for gods","number":"h430"},{"text":"And now ye think","number":"h559"},{"text":"of the sons","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"multitude","number":"h1995"},{"text":"and there are with you golden","number":"h2091"},{"text":"to withstand","number":"h2388"},{"text":"in the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"which Jeroboam","number":"h3379"},{"text":"calves","number":"h5695"},{"text":"made","number":"h6213"},{"text":"the kingdom","number":"h6440"},{"text":"and ye be a great","number":"h7227"}],"7":[{"text":"and have strengthened","number":"h553"},{"text":"men","number":"h582"},{"text":"of Belial","number":"h1100"},{"text":"the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"and could not withstand","number":"h2388"},{"text":"was young","number":"h5288"},{"text":"them","number":"h6440"},{"text":"And there are gathered","number":"h6908"},{"text":"themselves against Rehoboam","number":"h7346"},{"text":"when Rehoboam","number":"h7346"},{"text":"unto him vain","number":"h7386"},{"text":"and tenderhearted","number":"h7390"},{"text":"of Solomon","number":"h8010"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"of their fathers","number":"h1"},{"text":"God","number":"h430"},{"text":"And commanded","number":"h559"},{"text":"to seek","number":"h1875"},{"text":"Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"and the commandment","number":"h4687"},{"text":"and to do","number":"h6213"},{"text":"the law","number":"h8451"}],"1":[{"text":"with his fathers","number":"h1"},{"text":"So Abijah","number":"h29"},{"text":"and Asa","number":"h609"},{"text":"the land","number":"h776"},{"text":"his son","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"in his stead In his days","number":"h3117"},{"text":"reigned","number":"h4427"},{"text":"him in the city","number":"h5892"},{"text":"ten","number":"h6235"},{"text":"and they buried","number":"h6912"},{"text":"slept","number":"h7901"},{"text":"years","number":"h8141"},{"text":"was quiet","number":"h8252"}],"15":[{"text":"also the tents","number":"h168"},{"text":"and camels","number":"h1581"},{"text":"to Jerusalem","number":"h3389"},{"text":"of cattle","number":"h4735"},{"text":"They smote","number":"h5221"},{"text":"sheep","number":"h6629"},{"text":"in abundance","number":"h7230"},{"text":"and carried away","number":"h7617"},{"text":"and returned","number":"h7725"}],"11":[{"text":"his God","number":"h430"},{"text":"our God","number":"h430"},{"text":"thou art our God","number":"h430"},{"text":"and said","number":"h559"},{"text":"let not man","number":"h582"},{"text":"And Asa","number":"h609"},{"text":"we go","number":"h935"},{"text":"whether","number":"h996"},{"text":"against this multitude","number":"h1995"},{"text":"LORD","number":"h3068"},{"text":"O LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"us O LORD","number":"h3068"},{"text":"or with them that have no power","number":"h3581"},{"text":"help","number":"h5826"},{"text":"it is nothing with thee to help","number":"h5826"},{"text":"prevail","number":"h6113"},{"text":"cried","number":"h7121"},{"text":"with many","number":"h7227"},{"text":"on thee and in thy name","number":"h8034"},{"text":"for we rest","number":"h8172"}],"2":[{"text":"his God","number":"h430"},{"text":"And Asa","number":"h609"},{"text":"that which was good","number":"h2896"},{"text":"of the LORD","number":"h3068"},{"text":"and right","number":"h3477"},{"text":"in the eyes","number":"h5869"},{"text":"did","number":"h6213"}],"7":[{"text":"our God","number":"h430"},{"text":"Therefore he said","number":"h559"},{"text":"while the land","number":"h776"},{"text":"Let us build","number":"h1129"},{"text":"So they built","number":"h1129"},{"text":"and bars","number":"h1280"},{"text":"gates","number":"h1817"},{"text":"us because we have sought","number":"h1875"},{"text":"we have sought","number":"h1875"},{"text":"them walls","number":"h2346"},{"text":"unto Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"and towers","number":"h4026"},{"text":"him and he hath given us rest","number":"h5117"},{"text":"and make about","number":"h5437"},{"text":"on every side","number":"h5439"},{"text":"these cities","number":"h5892"},{"text":"is yet before","number":"h6440"},{"text":"and prospered","number":"h6743"}],"9":[{"text":"of a thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"and came","number":"h935"},{"text":"against them Zerah","number":"h2226"},{"text":"with an host","number":"h2428"},{"text":"And there came out","number":"h3318"},{"text":"the Ethiopian","number":"h3569"},{"text":"hundred","number":"h3967"},{"text":"unto Mareshah","number":"h4762"},{"text":"chariots","number":"h4818"},{"text":"and three","number":"h7969"}],"8":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"And Asa","number":"h609"},{"text":"and out of Benjamin","number":"h1144"},{"text":"all these were mighty men","number":"h1368"},{"text":"and drew","number":"h1869"},{"text":"had an army","number":"h2428"},{"text":"of valour","number":"h2428"},{"text":"out of Judah","number":"h3063"},{"text":"hundred","number":"h3967"},{"text":"two hundred","number":"h3967"},{"text":"shields","number":"h4043"},{"text":"of men that bare","number":"h5375"},{"text":"that bare","number":"h5375"},{"text":"targets","number":"h6793"},{"text":"bows","number":"h7198"},{"text":"and spears","number":"h7420"},{"text":"three","number":"h7969"},{"text":"and fourscore","number":"h8084"}],"13":[{"text":"And Asa","number":"h609"},{"text":"them unto Gerar","number":"h1642"},{"text":"the LORD","number":"h3068"},{"text":"and the Ethiopians","number":"h3569"},{"text":"very","number":"h3966"},{"text":"that they could not recover","number":"h4241"},{"text":"his host","number":"h4264"},{"text":"were overthrown","number":"h5307"},{"text":"and they carried away","number":"h5375"},{"text":"and the people","number":"h5971"},{"text":"and before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"much","number":"h7235"},{"text":"that were with him pursued","number":"h7291"},{"text":"themselves for they were destroyed","number":"h7665"},{"text":"spoil","number":"h7998"}],"12":[{"text":"Asa","number":"h609"},{"text":"Judah","number":"h3063"},{"text":"So the LORD","number":"h3068"},{"text":"and the Ethiopians","number":"h3569"},{"text":"the Ethiopians","number":"h3569"},{"text":"smote","number":"h5062"},{"text":"fled","number":"h5127"},{"text":"and before","number":"h6440"},{"text":"before","number":"h6440"}],"10":[{"text":"Then Asa","number":"h609"},{"text":"in the valley","number":"h1516"},{"text":"went out","number":"h3318"},{"text":"him and they set the battle","number":"h4421"},{"text":"at Mareshah","number":"h4762"},{"text":"in array","number":"h6186"},{"text":"against","number":"h6440"},{"text":"of Zephathah","number":"h6859"}],"6":[{"text":"for the land","number":"h776"},{"text":"And he built","number":"h1129"},{"text":"in Judah","number":"h3063"},{"text":"because the LORD","number":"h3068"},{"text":"and he had no war","number":"h4421"},{"text":"fenced","number":"h4694"},{"text":"had given him rest","number":"h5117"},{"text":"cities","number":"h5892"},{"text":"in those years","number":"h8141"},{"text":"had rest","number":"h8252"}],"3":[{"text":"the groves","number":"h842"},{"text":"gods and the high places","number":"h1116"},{"text":"and cut down","number":"h1438"},{"text":"the altars","number":"h4196"},{"text":"the images","number":"h4676"},{"text":"of the strange","number":"h5236"},{"text":"For he took away","number":"h5493"},{"text":"and brake down","number":"h7665"}],"14":[{"text":"spoil","number":"h961"},{"text":"came upon them and they spoiled","number":"h962"},{"text":"Gerar","number":"h1642"},{"text":"of the LORD","number":"h3068"},{"text":"And they smote","number":"h5221"},{"text":"round about","number":"h5439"},{"text":"all the cities","number":"h5892"},{"text":"all the cities","number":"h5892"},{"text":"for the fear","number":"h6343"},{"text":"for there was exceeding much","number":"h7227"}],"5":[{"text":"the high places","number":"h1116"},{"text":"and the images","number":"h2553"},{"text":"of Judah","number":"h3063"},{"text":"and the kingdom","number":"h4467"},{"text":"Also he took away","number":"h5493"},{"text":"out of all the cities","number":"h5892"},{"text":"before","number":"h6440"},{"text":"was quiet","number":"h8252"}]}
@@ -0,0 +1 @@
1
+ {"12":[{"text":"of their fathers","number":"h1"},{"text":"God","number":"h430"},{"text":"And they entered","number":"h935"},{"text":"into a covenant","number":"h1285"},{"text":"to seek","number":"h1875"},{"text":"the LORD","number":"h3068"},{"text":"with all their heart","number":"h3824"},{"text":"and with all their soul","number":"h5315"}],"18":[{"text":"the things that his father","number":"h1"},{"text":"of God","number":"h430"},{"text":"And he brought","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"and gold","number":"h2091"},{"text":"and vessels","number":"h3627"},{"text":"silver","number":"h3701"},{"text":"and that he himself had dedicated","number":"h6944"},{"text":"had dedicated","number":"h6944"}],"8":[{"text":"the porch","number":"h197"},{"text":"And when Asa","number":"h609"},{"text":"Ephraim","number":"h669"},{"text":"out of all the land","number":"h776"},{"text":"and Benjamin","number":"h1144"},{"text":"these words","number":"h1697"},{"text":"from mount","number":"h2022"},{"text":"and renewed","number":"h2318"},{"text":"he took courage","number":"h2388"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"which he had taken","number":"h3920"},{"text":"the altar","number":"h4196"},{"text":"and the prophecy","number":"h5016"},{"text":"the prophet","number":"h5030"},{"text":"and put away","number":"h5674"},{"text":"of Oded","number":"h5752"},{"text":"and out of the cities","number":"h5892"},{"text":"that was before","number":"h6440"},{"text":"heard","number":"h8085"},{"text":"the abominable idols","number":"h8251"}],"13":[{"text":"whether man","number":"h376"},{"text":"God","number":"h430"},{"text":"or woman","number":"h802"},{"text":"or great","number":"h1419"},{"text":"That whosoever would not seek","number":"h1875"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"should be put to death","number":"h4191"},{"text":"whether","number":"h4480"},{"text":"small","number":"h6996"}],"3":[{"text":"God","number":"h430"},{"text":"the true","number":"h571"},{"text":"season","number":"h3117"},{"text":"and without a teaching","number":"h3384"},{"text":"Israel","number":"h3478"},{"text":"priest","number":"h3548"},{"text":"hath been without","number":"h3808"},{"text":"Now for a long","number":"h7227"},{"text":"and without law","number":"h8451"}],"4":[{"text":"God","number":"h430"},{"text":"and sought","number":"h1245"},{"text":"unto the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"him he was found","number":"h4672"},{"text":"But when they in their trouble","number":"h6862"},{"text":"did turn","number":"h7725"}],"6":[{"text":"for God","number":"h430"},{"text":"And nation","number":"h1471"},{"text":"of nation","number":"h1471"},{"text":"did vex","number":"h2000"},{"text":"was destroyed","number":"h3807"},{"text":"and city","number":"h5892"},{"text":"of city","number":"h5892"},{"text":"them with all adversity","number":"h6869"}],"9":[{"text":"his God","number":"h430"},{"text":"with them out of Ephraim","number":"h669"},{"text":"and Benjamin","number":"h1144"},{"text":"and the strangers","number":"h1481"},{"text":"all Judah","number":"h3063"},{"text":"that the LORD","number":"h3068"},{"text":"to him out of Israel","number":"h3478"},{"text":"and Manasseh","number":"h4519"},{"text":"for they fell","number":"h5307"},{"text":"And he gathered","number":"h6908"},{"text":"when they saw","number":"h7200"},{"text":"in abundance","number":"h7230"},{"text":"and out of Simeon","number":"h8095"}],"1":[{"text":"of God","number":"h430"},{"text":"the son","number":"h1121"},{"text":"of Oded","number":"h5752"},{"text":"came upon Azariah","number":"h5838"},{"text":"And the Spirit","number":"h7307"}],"11":[{"text":"thousand","number":"h505"},{"text":"which they had brought","number":"h935"},{"text":"oxen","number":"h1241"},{"text":"And they offered","number":"h2076"},{"text":"unto the LORD","number":"h3068"},{"text":"the same time","number":"h3117"},{"text":"hundred","number":"h3967"},{"text":"sheep","number":"h6629"},{"text":"and seven","number":"h7651"},{"text":"seven","number":"h7651"},{"text":"of the spoil","number":"h7998"}],"16":[{"text":"the mother","number":"h517"},{"text":"and Asa","number":"h609"},{"text":"of Asa","number":"h609"},{"text":"in a grove","number":"h842"},{"text":"her from being queen","number":"h1377"},{"text":"and stamped","number":"h1854"},{"text":"cut down","number":"h3772"},{"text":"the king","number":"h4428"},{"text":"And also concerning Maachah","number":"h4601"},{"text":"an idol","number":"h4656"},{"text":"her idol","number":"h4656"},{"text":"it at the brook","number":"h5158"},{"text":"he removed","number":"h5493"},{"text":"because she had made","number":"h6213"},{"text":"Kidron","number":"h6939"},{"text":"it and burnt","number":"h8313"}],"2":[{"text":"and said","number":"h559"},{"text":"Asa","number":"h609"},{"text":"ye me Asa","number":"h609"},{"text":"and Benjamin","number":"h1144"},{"text":"is with you while ye be with him and if ye seek","number":"h1875"},{"text":"and all Judah","number":"h3063"},{"text":"The LORD","number":"h3068"},{"text":"And he went out","number":"h3318"},{"text":"him he will be found","number":"h4672"},{"text":"him he will forsake","number":"h5800"},{"text":"of you but if ye forsake","number":"h5800"},{"text":"to meet","number":"h6440"},{"text":"unto him Hear","number":"h8085"}],"10":[{"text":"of Asa","number":"h609"},{"text":"month","number":"h2320"},{"text":"in the fifteenth","number":"h2568"},{"text":"at Jerusalem","number":"h3389"},{"text":"of the reign","number":"h4438"},{"text":"So they gathered themselves together","number":"h6908"},{"text":"in the third","number":"h7992"},{"text":"year","number":"h8141"}],"17":[{"text":"of Asa","number":"h609"},{"text":"But the high places","number":"h1116"},{"text":"all his days","number":"h3117"},{"text":"out of Israel","number":"h3478"},{"text":"nevertheless the heart","number":"h3824"},{"text":"were not taken away","number":"h5493"},{"text":"was perfect","number":"h8003"}],"19":[{"text":"of Asa","number":"h609"},{"text":"unto the five","number":"h2568"},{"text":"And there was no more war","number":"h4421"},{"text":"of the reign","number":"h4438"},{"text":"and thirtieth","number":"h7970"},{"text":"year","number":"h8141"}],"5":[{"text":"of the countries","number":"h776"},{"text":"nor to him that came in","number":"h935"},{"text":"to him that went out","number":"h3318"},{"text":"were upon all the inhabitants","number":"h3427"},{"text":"vexations","number":"h4103"},{"text":"And in those times","number":"h6256"},{"text":"but great","number":"h7227"},{"text":"there was no peace","number":"h7965"}],"15":[{"text":"and sought","number":"h1245"},{"text":"And all Judah","number":"h3063"},{"text":"of them and the LORD","number":"h3068"},{"text":"with all their heart","number":"h3824"},{"text":"and he was found","number":"h4672"},{"text":"gave them rest","number":"h5117"},{"text":"round about","number":"h5439"},{"text":"him with their whole desire","number":"h7522"},{"text":"at the oath","number":"h7621"},{"text":"for they had sworn","number":"h7650"},{"text":"rejoiced","number":"h8055"}],"14":[{"text":"with a loud","number":"h1419"},{"text":"and with trumpets","number":"h2689"},{"text":"unto the LORD","number":"h3068"},{"text":"voice","number":"h6963"},{"text":"And they sware","number":"h7650"},{"text":"and with cornets","number":"h7782"},{"text":"and with shouting","number":"h8643"}],"7":[{"text":"Be ye strong","number":"h2388"},{"text":"therefore and let not your hands","number":"h3027"},{"text":"shall be","number":"h3426"},{"text":"for your work","number":"h6468"},{"text":"be weak","number":"h7503"},{"text":"rewarded","number":"h7939"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"and thy father","number":"h1"},{"text":"between me and thee as there was between my father","number":"h1"},{"text":"with Baasha","number":"h1201"},{"text":"There is a league","number":"h1285"},{"text":"thy league","number":"h1285"},{"text":"and gold","number":"h2091"},{"text":"go","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"thee silver","number":"h3701"},{"text":"king","number":"h4428"},{"text":"that he may depart","number":"h5927"},{"text":"break","number":"h6565"},{"text":"behold I have sent","number":"h7971"}],"13":[{"text":"with his fathers","number":"h1"},{"text":"in the one","number":"h259"},{"text":"And Asa","number":"h609"},{"text":"and fortieth","number":"h705"},{"text":"and died","number":"h4191"},{"text":"of his reign","number":"h4427"},{"text":"slept","number":"h7901"},{"text":"year","number":"h8141"}],"4":[{"text":"and Abelmaim","number":"h66"},{"text":"Asa","number":"h609"},{"text":"And Benhadad","number":"h1130"},{"text":"and Dan","number":"h1835"},{"text":"of his armies","number":"h2428"},{"text":"of Israel","number":"h3478"},{"text":"unto king","number":"h4428"},{"text":"and all the store","number":"h4543"},{"text":"and they smote","number":"h5221"},{"text":"of Naphtali","number":"h5321"},{"text":"Ijon","number":"h5859"},{"text":"against the cities","number":"h5892"},{"text":"cities","number":"h5892"},{"text":"and sent","number":"h7971"},{"text":"hearkened","number":"h8085"},{"text":"the captains","number":"h8269"}],"6":[{"text":"the stones","number":"h68"},{"text":"Then Asa","number":"h609"},{"text":"and he built","number":"h1129"},{"text":"was building","number":"h1129"},{"text":"thereof wherewith Baasha","number":"h1201"},{"text":"therewith Geba","number":"h1387"},{"text":"all Judah","number":"h3063"},{"text":"took","number":"h3947"},{"text":"the king","number":"h4428"},{"text":"and Mizpah","number":"h4709"},{"text":"and they carried away","number":"h5375"},{"text":"and the timber","number":"h6086"},{"text":"of Ramah","number":"h7414"}],"2":[{"text":"out of the treasures","number":"h214"},{"text":"saying","number":"h559"},{"text":"Then Asa","number":"h609"},{"text":"of Syria","number":"h758"},{"text":"house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"to Benhadad","number":"h1130"},{"text":"at Damascus","number":"h1834"},{"text":"and gold","number":"h2091"},{"text":"of the LORD","number":"h3068"},{"text":"brought out","number":"h3318"},{"text":"that dwelt","number":"h3427"},{"text":"silver","number":"h3701"},{"text":"and of the king's","number":"h4428"},{"text":"king","number":"h4428"},{"text":"and sent","number":"h7971"}],"11":[{"text":"and last","number":"h314"},{"text":"of Asa","number":"h609"},{"text":"And behold the acts","number":"h1697"},{"text":"of Judah","number":"h3063"},{"text":"and Israel","number":"h3478"},{"text":"lo they are written","number":"h3789"},{"text":"of the kings","number":"h4428"},{"text":"in the book","number":"h5612"},{"text":"first","number":"h7223"}],"7":[{"text":"thy God","number":"h430"},{"text":"and said","number":"h559"},{"text":"to Asa","number":"h609"},{"text":"of Syria","number":"h758"},{"text":"of Syria","number":"h758"},{"text":"came","number":"h935"},{"text":"therefore is the host","number":"h2428"},{"text":"Hanani","number":"h2607"},{"text":"out of thine hand","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"on the LORD","number":"h3068"},{"text":"escaped","number":"h4422"},{"text":"king","number":"h4428"},{"text":"of the king","number":"h4428"},{"text":"on the king","number":"h4428"},{"text":"And at that time","number":"h6256"},{"text":"the seer","number":"h7200"},{"text":"and not relied","number":"h8172"},{"text":"unto him Because thou hast relied","number":"h8172"}],"12":[{"text":"And Asa","number":"h609"},{"text":"he sought","number":"h1875"},{"text":"was diseased","number":"h2456"},{"text":"great yet in his disease","number":"h2483"},{"text":"until his disease","number":"h2483"},{"text":"not to the LORD","number":"h3068"},{"text":"of his reign","number":"h4438"},{"text":"was exceeding","number":"h4605"},{"text":"in his feet","number":"h7272"},{"text":"but to the physicians","number":"h7495"},{"text":"in the thirty","number":"h7970"},{"text":"year","number":"h8141"},{"text":"and ninth","number":"h8672"}],"10":[{"text":"Then Asa","number":"h609"},{"text":"with him because of this thing And Asa","number":"h609"},{"text":"house","number":"h1004"},{"text":"for he was in a rage","number":"h2197"},{"text":"was wroth","number":"h3707"},{"text":"him in a prison","number":"h4115"},{"text":"and put","number":"h5414"},{"text":"some of the people","number":"h5971"},{"text":"the same time","number":"h6256"},{"text":"with the seer","number":"h7200"},{"text":"oppressed","number":"h7533"}],"1":[{"text":"of Asa","number":"h609"},{"text":"to Asa","number":"h609"},{"text":"or come in","number":"h935"},{"text":"to the intent that","number":"h1115"},{"text":"and built","number":"h1129"},{"text":"Baasha","number":"h1201"},{"text":"against Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"none go out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"of the reign","number":"h4438"},{"text":"he might let","number":"h5414"},{"text":"came up","number":"h5927"},{"text":"Ramah","number":"h7414"},{"text":"and thirtieth","number":"h7970"},{"text":"year","number":"h8141"},{"text":"In the six","number":"h8337"}],"9":[{"text":"throughout the whole earth","number":"h776"},{"text":"to shew himself strong","number":"h2388"},{"text":"of the LORD","number":"h3068"},{"text":"thou shalt have","number":"h3426"},{"text":"in the behalf of them whose heart","number":"h3824"},{"text":"wars","number":"h4421"},{"text":"toward him Herein thou hast done foolishly","number":"h5528"},{"text":"For the eyes","number":"h5869"},{"text":"therefore from henceforth","number":"h6258"},{"text":"run to and fro","number":"h7751"},{"text":"is perfect","number":"h8003"}],"5":[{"text":"building","number":"h1129"},{"text":"And it came to pass when Baasha","number":"h1201"},{"text":"it that he left off","number":"h2308"},{"text":"and let his work","number":"h4399"},{"text":"of Ramah","number":"h7414"},{"text":"cease","number":"h7673"},{"text":"heard","number":"h8085"}],"14":[{"text":"with sweet odours","number":"h1314"},{"text":"great","number":"h1419"},{"text":"of David","number":"h1732"},{"text":"and divers kinds","number":"h2177"},{"text":"which he had made","number":"h3738"},{"text":"a very","number":"h3966"},{"text":"which was filled","number":"h4390"},{"text":"art","number":"h4639"},{"text":"by the apothecaries","number":"h4842"},{"text":"him in the bed","number":"h4904"},{"text":"for himself in the city","number":"h5892"},{"text":"And they buried","number":"h6912"},{"text":"him in his own sepulchres","number":"h6913"},{"text":"of spices prepared","number":"h7543"},{"text":"and laid","number":"h7901"},{"text":"and they made","number":"h8313"},{"text":"burning","number":"h8316"}],"8":[{"text":"host","number":"h2428"},{"text":"them into thine hand","number":"h3027"},{"text":"on the LORD","number":"h3068"},{"text":"Were not the Ethiopians","number":"h3569"},{"text":"and the Lubims","number":"h3864"},{"text":"with very","number":"h3966"},{"text":"he delivered","number":"h5414"},{"text":"and horsemen","number":"h6571"},{"text":"a huge","number":"h7230"},{"text":"many","number":"h7235"},{"text":"chariots","number":"h7393"},{"text":"yet because thou didst rely","number":"h8172"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"his father","number":"h1"},{"text":"which Asa","number":"h609"},{"text":"of Ephraim","number":"h669"},{"text":"in the land","number":"h776"},{"text":"in all the fenced","number":"h1219"},{"text":"forces","number":"h2428"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"had taken","number":"h3920"},{"text":"garrisons","number":"h5333"},{"text":"And he placed","number":"h5414"},{"text":"and set","number":"h5414"},{"text":"and in the cities","number":"h5892"},{"text":"cities","number":"h5892"}],"3":[{"text":"of his father","number":"h1"},{"text":"not unto Baalim","number":"h1168"},{"text":"David","number":"h1732"},{"text":"ways","number":"h1870"},{"text":"and sought","number":"h1875"},{"text":"because he walked","number":"h1980"},{"text":"And the LORD","number":"h3068"},{"text":"was with Jehoshaphat","number":"h3092"},{"text":"in the first","number":"h7223"}],"4":[{"text":"of his father","number":"h1"},{"text":"to the LORD God","number":"h430"},{"text":"But sought","number":"h1875"},{"text":"and walked","number":"h1980"},{"text":"of Israel","number":"h3478"},{"text":"and not after the doings","number":"h4639"},{"text":"in his commandments","number":"h4687"}],"14":[{"text":"of their fathers","number":"h1"},{"text":"of thousands","number":"h505"},{"text":"thousand","number":"h505"},{"text":"of them according to the house","number":"h1004"},{"text":"and with him mighty men","number":"h1368"},{"text":"of valour","number":"h2428"},{"text":"Of Judah","number":"h3063"},{"text":"hundred","number":"h3967"},{"text":"Adnah","number":"h5734"},{"text":"And these are the numbers","number":"h6486"},{"text":"three","number":"h7969"},{"text":"the captains","number":"h8269"},{"text":"the chief","number":"h8269"}],"8":[{"text":"and Adonijah","number":"h138"},{"text":"and with them Elishama","number":"h476"},{"text":"and Zebadiah","number":"h2069"},{"text":"and Tobadonijah","number":"h2899"},{"text":"and Tobijah","number":"h2900"},{"text":"and Jehonathan","number":"h3083"},{"text":"and Jehoram","number":"h3088"},{"text":"priests","number":"h3548"},{"text":"And with them he sent Levites","number":"h3881"},{"text":"Levites","number":"h3881"},{"text":"and Nethaniah","number":"h5418"},{"text":"and Asahel","number":"h6214"},{"text":"and Shemiramoth","number":"h8070"},{"text":"even Shemaiah","number":"h8098"}],"11":[{"text":"rams","number":"h352"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"brought","number":"h935"},{"text":"brought","number":"h935"},{"text":"Jehoshaphat","number":"h3092"},{"text":"silver","number":"h3701"},{"text":"hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"presents","number":"h4503"},{"text":"and tribute","number":"h4853"},{"text":"and the Arabians","number":"h6163"},{"text":"Also some of the Philistines","number":"h6430"},{"text":"him flocks","number":"h6629"},{"text":"and seven","number":"h7651"},{"text":"and seven","number":"h7651"},{"text":"and seven","number":"h7651"},{"text":"seven","number":"h7651"},{"text":"he goats","number":"h8495"}],"17":[{"text":"Eliada","number":"h450"},{"text":"thousand","number":"h505"},{"text":"And of Benjamin","number":"h1144"},{"text":"a mighty man","number":"h1368"},{"text":"of valour","number":"h2428"},{"text":"two hundred","number":"h3967"},{"text":"and shield","number":"h4043"},{"text":"and with him armed men","number":"h5401"},{"text":"with bow","number":"h7198"}],"15":[{"text":"thousand","number":"h505"},{"text":"And next","number":"h3027"},{"text":"to him was Jehohanan","number":"h3076"},{"text":"and with him two hundred","number":"h3967"},{"text":"and fourscore","number":"h8084"},{"text":"the captain","number":"h8269"}],"16":[{"text":"thousand","number":"h505"},{"text":"the son","number":"h1121"},{"text":"mighty men","number":"h1368"},{"text":"of Zichri","number":"h2147"},{"text":"of valour","number":"h2428"},{"text":"And next","number":"h3027"},{"text":"himself unto the LORD","number":"h3068"},{"text":"and with him two hundred","number":"h3967"},{"text":"who willingly offered","number":"h5068"},{"text":"him was Amasiah","number":"h6007"}],"18":[{"text":"thousand","number":"h505"},{"text":"ready prepared","number":"h2502"},{"text":"And next","number":"h3027"},{"text":"him was Jehozabad","number":"h3075"},{"text":"and with him an hundred","number":"h3967"},{"text":"for the war","number":"h6635"},{"text":"and fourscore","number":"h8084"}],"13":[{"text":"and the men","number":"h582"},{"text":"mighty men","number":"h1368"},{"text":"of valour","number":"h2428"},{"text":"of Judah","number":"h3063"},{"text":"were in Jerusalem","number":"h3389"},{"text":"business","number":"h4399"},{"text":"of war","number":"h4421"},{"text":"in the cities","number":"h5892"},{"text":"And he had much","number":"h7227"}],"10":[{"text":"of the lands","number":"h776"},{"text":"Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"against Jehoshaphat","number":"h3092"},{"text":"so that they made no war","number":"h3898"},{"text":"fell upon all the kingdoms","number":"h4467"},{"text":"that were round about","number":"h5439"},{"text":"And the fear","number":"h6343"}],"6":[{"text":"and groves","number":"h842"},{"text":"the high places","number":"h1116"},{"text":"was lifted up","number":"h1361"},{"text":"in the ways","number":"h1870"},{"text":"out of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"And his heart","number":"h3820"},{"text":"moreover he took away","number":"h5493"}],"12":[{"text":"castles","number":"h1003"},{"text":"and he built","number":"h1129"},{"text":"great","number":"h1432"},{"text":"waxed","number":"h1980"},{"text":"in Judah","number":"h3063"},{"text":"And Jehoshaphat","number":"h3092"},{"text":"of store","number":"h4543"},{"text":"exceedingly","number":"h4605"},{"text":"and cities","number":"h5892"}],"1":[{"text":"his son","number":"h1121"},{"text":"in his stead and strengthened","number":"h2388"},{"text":"And Jehoshaphat","number":"h3092"},{"text":"himself against Israel","number":"h3478"},{"text":"reigned","number":"h4427"}],"7":[{"text":"even to Benhail","number":"h1134"},{"text":"and to Zechariah","number":"h2148"},{"text":"of Judah","number":"h3063"},{"text":"to teach","number":"h3925"},{"text":"and to Michaiah","number":"h4322"},{"text":"of his reign","number":"h4427"},{"text":"and to Nethaneel","number":"h5417"},{"text":"and to Obadiah","number":"h5662"},{"text":"in the cities","number":"h5892"},{"text":"Also in the third","number":"h7969"},{"text":"he sent","number":"h7971"},{"text":"year","number":"h8141"},{"text":"to his princes","number":"h8269"}],"5":[{"text":"in his hand","number":"h3027"},{"text":"and all Judah","number":"h3063"},{"text":"Therefore the LORD","number":"h3068"},{"text":"to Jehoshaphat","number":"h3092"},{"text":"and honour","number":"h3519"},{"text":"stablished","number":"h3559"},{"text":"the kingdom","number":"h4467"},{"text":"presents","number":"h4503"},{"text":"brought","number":"h5414"},{"text":"and he had riches","number":"h6239"},{"text":"in abundance","number":"h7230"}],"9":[{"text":"in Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"And they taught","number":"h3925"},{"text":"and taught","number":"h3925"},{"text":"with them and went about","number":"h5437"},{"text":"and had the book","number":"h5612"},{"text":"throughout all the cities","number":"h5892"},{"text":"the people","number":"h5971"},{"text":"of the law","number":"h8451"}],"19":[{"text":"throughout all Judah","number":"h3063"},{"text":"in the fenced","number":"h4013"},{"text":"beside those whom the king","number":"h4428"},{"text":"on the king","number":"h4428"},{"text":"put","number":"h5414"},{"text":"cities","number":"h5892"},{"text":"These waited","number":"h8334"}]}