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":"his father","number":"h1"},{"text":"of David","number":"h1732"},{"text":"Then sat","number":"h3427"},{"text":"was established","number":"h3559"},{"text":"upon the throne","number":"h3678"},{"text":"greatly","number":"h3966"},{"text":"and his kingdom","number":"h4438"},{"text":"Solomon","number":"h8010"}],"26":[{"text":"in all wherein my father","number":"h1"},{"text":"my father","number":"h1"},{"text":"And unto Abiathar","number":"h54"},{"text":"of the Lord","number":"h136"},{"text":"for thou art worthy","number":"h376"},{"text":"said","number":"h559"},{"text":"the ark","number":"h727"},{"text":"David","number":"h1732"},{"text":"GOD","number":"h3069"},{"text":"but I will not at this time","number":"h3117"},{"text":"Get","number":"h3212"},{"text":"the priest","number":"h3548"},{"text":"put thee to death","number":"h4191"},{"text":"of death","number":"h4194"},{"text":"the king","number":"h4428"},{"text":"because thou barest","number":"h5375"},{"text":"and because thou hast been afflicted","number":"h6031"},{"text":"was afflicted","number":"h6031"},{"text":"thee to Anathoth","number":"h6068"},{"text":"before","number":"h6440"},{"text":"unto thine own fields","number":"h7704"}],"24":[{"text":"my father","number":"h1"},{"text":"Adonijah","number":"h138"},{"text":"me an house","number":"h1004"},{"text":"as he promised","number":"h1696"},{"text":"of David","number":"h1732"},{"text":"liveth","number":"h2416"},{"text":"Now therefore as the LORD","number":"h3068"},{"text":"this day","number":"h3117"},{"text":"me and set","number":"h3427"},{"text":"which hath established","number":"h3559"},{"text":"me on the throne","number":"h3678"},{"text":"shall be put to death","number":"h4191"},{"text":"and who hath made","number":"h6213"}],"32":[{"text":"my father","number":"h1"},{"text":"thereof to wit Abner","number":"h74"},{"text":"men","number":"h582"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"David","number":"h1732"},{"text":"his blood","number":"h1818"},{"text":"than he and slew","number":"h2026"},{"text":"them with the sword","number":"h2719"},{"text":"and better","number":"h2896"},{"text":"not knowing","number":"h3045"},{"text":"of Judah","number":"h3063"},{"text":"And the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Jether","number":"h3500"},{"text":"of Ner","number":"h5369"},{"text":"and Amasa","number":"h6021"},{"text":"who fell","number":"h6293"},{"text":"of the host","number":"h6635"},{"text":"of the host","number":"h6635"},{"text":"more righteous","number":"h6662"},{"text":"upon his own head","number":"h7218"},{"text":"shall return","number":"h7725"},{"text":"upon two","number":"h8147"},{"text":"captain","number":"h8269"},{"text":"captain","number":"h8269"}],"44":[{"text":"my father","number":"h1"},{"text":"said","number":"h559"},{"text":"to David","number":"h1732"},{"text":"Thou knowest","number":"h3045"},{"text":"is privy to","number":"h3045"},{"text":"therefore the LORD","number":"h3068"},{"text":"which thine heart","number":"h3824"},{"text":"The king","number":"h4428"},{"text":"that thou didst","number":"h6213"},{"text":"upon thine own head","number":"h7218"},{"text":"all the wickedness","number":"h7451"},{"text":"thy wickedness","number":"h7451"},{"text":"shall return","number":"h7725"},{"text":"moreover to Shimei","number":"h8096"}],"31":[{"text":"of my father","number":"h1"},{"text":"said","number":"h559"},{"text":"from me and from the house","number":"h1004"},{"text":"as he hath said","number":"h1696"},{"text":"blood","number":"h1818"},{"text":"the innocent","number":"h2600"},{"text":"which Joab","number":"h3097"},{"text":"And the king","number":"h4428"},{"text":"him that thou mayest take away","number":"h5493"},{"text":"unto him Do","number":"h6213"},{"text":"and fall","number":"h6293"},{"text":"upon him and bury","number":"h6912"},{"text":"shed","number":"h8210"}],"10":[{"text":"with his fathers","number":"h1"},{"text":"So David","number":"h1732"},{"text":"of David","number":"h1732"},{"text":"in the city","number":"h5892"},{"text":"and was buried","number":"h6912"},{"text":"slept","number":"h7901"}],"22":[{"text":"Abishag","number":"h49"},{"text":"even for him and for Abiathar","number":"h54"},{"text":"for Adonijah","number":"h138"},{"text":"brother","number":"h251"},{"text":"unto his mother","number":"h517"},{"text":"and said","number":"h559"},{"text":"the son","number":"h1121"},{"text":"also for he is mine elder","number":"h1419"},{"text":"and for Joab","number":"h3097"},{"text":"the priest","number":"h3548"},{"text":"for him the kingdom","number":"h4410"},{"text":"And king","number":"h4428"},{"text":"answered","number":"h6030"},{"text":"of Zeruiah","number":"h6870"},{"text":"And why dost thou ask","number":"h7592"},{"text":"ask","number":"h7592"},{"text":"the Shunammite","number":"h7767"},{"text":"Solomon","number":"h8010"}],"21":[{"text":"Let Abishag","number":"h49"},{"text":"to Adonijah","number":"h138"},{"text":"thy brother","number":"h251"},{"text":"And she said","number":"h559"},{"text":"to wife","number":"h802"},{"text":"be given","number":"h5414"},{"text":"the Shunammite","number":"h7767"}],"17":[{"text":"me Abishag","number":"h49"},{"text":"And he said","number":"h559"},{"text":"Speak","number":"h559"},{"text":"to wife","number":"h802"},{"text":"the king","number":"h4428"},{"text":"that he give","number":"h5414"},{"text":"thee","number":"h6440"},{"text":"for he will not say","number":"h7725"},{"text":"nay","number":"h7725"},{"text":"the Shunammite","number":"h7767"},{"text":"I pray thee unto Solomon","number":"h8010"}],"28":[{"text":"Absalom","number":"h53"},{"text":"Adonijah","number":"h138"},{"text":"unto the tabernacle","number":"h168"},{"text":"after","number":"h310"},{"text":"not after","number":"h310"},{"text":"came","number":"h935"},{"text":"and caught hold","number":"h2388"},{"text":"of the LORD","number":"h3068"},{"text":"And Joab","number":"h3097"},{"text":"for Joab","number":"h3097"},{"text":"to Joab","number":"h3097"},{"text":"of the altar","number":"h4196"},{"text":"fled","number":"h5127"},{"text":"had turned","number":"h5186"},{"text":"though he turned","number":"h5186"},{"text":"on the horns","number":"h7161"},{"text":"Then tidings","number":"h8052"}],"7":[{"text":"of Absalom","number":"h53"},{"text":"thy brother","number":"h251"},{"text":"and let them be of those that eat","number":"h398"},{"text":"unto the sons","number":"h1121"},{"text":"of Barzillai","number":"h1271"},{"text":"to me when I fled","number":"h1272"},{"text":"the Gileadite","number":"h1569"},{"text":"kindness","number":"h2617"},{"text":"But shew","number":"h6213"},{"text":"because","number":"h6440"},{"text":"for so they came","number":"h7126"},{"text":"at thy table","number":"h7979"}],"27":[{"text":"Abiathar","number":"h54"},{"text":"concerning the house","number":"h1004"},{"text":"thrust out","number":"h1644"},{"text":"which he spake","number":"h1696"},{"text":"the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"from being priest","number":"h3548"},{"text":"that he might fulfil","number":"h4390"},{"text":"of Eli","number":"h5941"},{"text":"in Shiloh","number":"h7887"},{"text":"So Solomon","number":"h8010"}],"35":[{"text":"in the room of Abiathar","number":"h54"},{"text":"the son","number":"h1121"},{"text":"Benaiah","number":"h1141"},{"text":"of Jehoiada","number":"h3077"},{"text":"the priest","number":"h3548"},{"text":"And the king","number":"h4428"},{"text":"did the king","number":"h4428"},{"text":"put","number":"h5414"},{"text":"put","number":"h5414"},{"text":"in his room over the host","number":"h6635"},{"text":"and Zadok","number":"h6659"}],"5":[{"text":"unto Abner","number":"h74"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the blood","number":"h1818"},{"text":"the blood","number":"h1818"},{"text":"whom he slew","number":"h2026"},{"text":"upon his girdle","number":"h2290"},{"text":"Moreover thou knowest","number":"h3045"},{"text":"also what Joab","number":"h3097"},{"text":"of Israel","number":"h3478"},{"text":"of Jether","number":"h3500"},{"text":"of war","number":"h4421"},{"text":"of war","number":"h4421"},{"text":"that was about his loins","number":"h4975"},{"text":"and in his shoes","number":"h5275"},{"text":"of Ner","number":"h5369"},{"text":"and put","number":"h5414"},{"text":"and unto Amasa","number":"h6021"},{"text":"did","number":"h6213"},{"text":"to me and what he did","number":"h6213"},{"text":"of the hosts","number":"h6635"},{"text":"of Zeruiah","number":"h6870"},{"text":"that were on his feet","number":"h7272"},{"text":"and shed","number":"h7760"},{"text":"in peace","number":"h7965"},{"text":"to the two","number":"h8147"},{"text":"captains","number":"h8269"}],"38":[{"text":"as my lord","number":"h113"},{"text":"said","number":"h559"},{"text":"hath said","number":"h1696"},{"text":"The saying","number":"h1697"},{"text":"is good","number":"h2896"},{"text":"days","number":"h3117"},{"text":"in Jerusalem","number":"h3389"},{"text":"dwelt","number":"h3427"},{"text":"the king","number":"h4428"},{"text":"unto the king","number":"h4428"},{"text":"so will thy servant","number":"h5650"},{"text":"do","number":"h6213"},{"text":"many","number":"h7227"},{"text":"And Shimei","number":"h8096"},{"text":"And Shimei","number":"h8096"}],"13":[{"text":"And Adonijah","number":"h138"},{"text":"the mother","number":"h517"},{"text":"And he said","number":"h559"},{"text":"And she said","number":"h559"},{"text":"Comest","number":"h935"},{"text":"came","number":"h935"},{"text":"the son","number":"h1121"},{"text":"to Bathsheba","number":"h1339"},{"text":"of Haggith","number":"h2294"},{"text":"Peaceably","number":"h7965"},{"text":"thou peaceably","number":"h7965"},{"text":"of Solomon","number":"h8010"}],"23":[{"text":"if Adonijah","number":"h138"},{"text":"God","number":"h430"},{"text":"saying","number":"h559"},{"text":"have not spoken","number":"h1696"},{"text":"this word","number":"h1697"},{"text":"by the LORD","number":"h3068"},{"text":"so to me and more also","number":"h3254"},{"text":"Then king","number":"h4428"},{"text":"against his own life","number":"h5315"},{"text":"do","number":"h6213"},{"text":"sware","number":"h7650"},{"text":"Solomon","number":"h8010"}],"19":[{"text":"unto him for Adonijah","number":"h138"},{"text":"mother","number":"h517"},{"text":"therefore went","number":"h935"},{"text":"Bathsheba","number":"h1339"},{"text":"to speak","number":"h1696"},{"text":"on his right hand","number":"h3225"},{"text":"and she sat","number":"h3427"},{"text":"himself unto her and sat down","number":"h3427"},{"text":"and caused a seat","number":"h3678"},{"text":"on his throne","number":"h3678"},{"text":"And the king","number":"h4428"},{"text":"for the king's","number":"h4428"},{"text":"unto king","number":"h4428"},{"text":"rose up","number":"h6965"},{"text":"to meet","number":"h7125"},{"text":"to be set","number":"h7760"},{"text":"her and bowed","number":"h7812"},{"text":"Solomon","number":"h8010"}],"30":[{"text":"to the tabernacle","number":"h168"},{"text":"And he said","number":"h559"},{"text":"and said","number":"h559"},{"text":"saying","number":"h559"},{"text":"unto him Thus saith","number":"h559"},{"text":"came","number":"h935"},{"text":"And Benaiah","number":"h1141"},{"text":"here And Benaiah","number":"h1141"},{"text":"Thus said","number":"h1696"},{"text":"word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"Joab","number":"h3097"},{"text":"Come forth","number":"h3318"},{"text":"Nay but I will die","number":"h4191"},{"text":"the king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"and thus he answered","number":"h6030"},{"text":"again","number":"h7725"},{"text":"brought","number":"h7725"}],"29":[{"text":"unto the tabernacle","number":"h168"},{"text":"saying","number":"h559"},{"text":"and behold he is by","number":"h681"},{"text":"the son","number":"h1121"},{"text":"Benaiah","number":"h1141"},{"text":"of the LORD","number":"h3068"},{"text":"of Jehoiada","number":"h3077"},{"text":"that Joab","number":"h3097"},{"text":"Go","number":"h3212"},{"text":"the altar","number":"h4196"},{"text":"king","number":"h4428"},{"text":"And it was told","number":"h5046"},{"text":"was fled","number":"h5127"},{"text":"fall","number":"h6293"},{"text":"sent","number":"h7971"},{"text":"Solomon","number":"h8010"},{"text":"Then Solomon","number":"h8010"}],"15":[{"text":"and is become my brother's","number":"h251"},{"text":"And he said","number":"h559"},{"text":"Thou knowest","number":"h3045"},{"text":"for it was his from the LORD","number":"h3068"},{"text":"was mine and that all Israel","number":"h3478"},{"text":"howbeit the kingdom","number":"h4410"},{"text":"that the kingdom","number":"h4410"},{"text":"on me that I should reign","number":"h4427"},{"text":"is turned about","number":"h5437"},{"text":"their faces","number":"h6440"},{"text":"set","number":"h7760"}],"16":[{"text":"one","number":"h259"},{"text":"not And she said","number":"h559"},{"text":"unto him Say on","number":"h1696"},{"text":"me","number":"h6440"},{"text":"And now I ask","number":"h7592"},{"text":"petition","number":"h7596"},{"text":"of thee deny","number":"h7725"}],"20":[{"text":"one","number":"h259"},{"text":"my mother","number":"h517"},{"text":"Then she said","number":"h559"},{"text":"said","number":"h559"},{"text":"And the king","number":"h4428"},{"text":"me","number":"h6440"},{"text":"thee","number":"h6440"},{"text":"small","number":"h6996"},{"text":"I desire","number":"h7592"},{"text":"unto her Ask on","number":"h7592"},{"text":"petition","number":"h7596"},{"text":"for I will not say","number":"h7725"},{"text":"nay","number":"h7725"},{"text":"not nay","number":"h7725"},{"text":"of thee I pray thee say","number":"h7725"}],"4":[{"text":"he a man","number":"h376"},{"text":"concerning me saying","number":"h559"},{"text":"thee (said","number":"h559"},{"text":"me in truth","number":"h571"},{"text":"If thy children","number":"h1121"},{"text":"which he spake","number":"h1696"},{"text":"his word","number":"h1697"},{"text":"to their way","number":"h1870"},{"text":"That the LORD","number":"h3068"},{"text":"to walk","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"on the throne","number":"h3678"},{"text":"there shall not fail","number":"h3772"},{"text":"with all their heart","number":"h3824"},{"text":"and with all their soul","number":"h5315"},{"text":"before","number":"h6440"},{"text":"may continue","number":"h6965"},{"text":"take heed","number":"h8104"}],"9":[{"text":"man","number":"h376"},{"text":"with blood","number":"h1818"},{"text":"for thou art a wise","number":"h2450"},{"text":"and knowest","number":"h3045"},{"text":"bring thou down","number":"h3381"},{"text":"Now therefore hold him not guiltless","number":"h5352"},{"text":"what thou oughtest to do","number":"h6213"},{"text":"to the grave","number":"h7585"},{"text":"unto him but his hoar head","number":"h7872"}],"2":[{"text":"therefore and shew thyself a man","number":"h376"},{"text":"of all the earth","number":"h776"},{"text":"the way","number":"h1870"},{"text":"I go","number":"h1980"},{"text":"be thou strong","number":"h2388"}],"40":[{"text":"to Achish","number":"h397"},{"text":"and brought","number":"h935"},{"text":"to seek","number":"h1245"},{"text":"from Gath","number":"h1661"},{"text":"to Gath","number":"h1661"},{"text":"and saddled","number":"h2280"},{"text":"his ass","number":"h2543"},{"text":"and went","number":"h3212"},{"text":"went","number":"h3212"},{"text":"his servants","number":"h5650"},{"text":"his servants","number":"h5650"},{"text":"arose","number":"h6965"},{"text":"And Shimei","number":"h8096"},{"text":"and Shimei","number":"h8096"}],"39":[{"text":"unto Achish","number":"h397"},{"text":"saying","number":"h559"},{"text":"son","number":"h1121"},{"text":"ran away","number":"h1272"},{"text":"be in Gath","number":"h1661"},{"text":"of Gath","number":"h1661"},{"text":"king","number":"h4428"},{"text":"of Maachah","number":"h4601"},{"text":"And they told","number":"h5046"},{"text":"Behold thy servants","number":"h5650"},{"text":"of the servants","number":"h5650"},{"text":"And it came to pass at the end","number":"h7093"},{"text":"of three","number":"h7969"},{"text":"Shimei","number":"h8096"},{"text":"of Shimei","number":"h8096"},{"text":"years","number":"h8141"},{"text":"that two","number":"h8147"}],"3":[{"text":"thy God","number":"h430"},{"text":"in his ways","number":"h1870"},{"text":"his statutes","number":"h2708"},{"text":"of the LORD","number":"h3068"},{"text":"to walk","number":"h3212"},{"text":"as it is written","number":"h3789"},{"text":"and his commandments","number":"h4687"},{"text":"of Moses","number":"h4872"},{"text":"the charge","number":"h4931"},{"text":"and his judgments","number":"h4941"},{"text":"and his testimonies","number":"h5715"},{"text":"in all that thou doest","number":"h6213"},{"text":"and whithersoever thou turnest","number":"h6437"},{"text":"that thou mayest prosper","number":"h7919"},{"text":"And keep","number":"h8104"},{"text":"to keep","number":"h8104"},{"text":"in the law","number":"h8451"}],"14":[{"text":"He said","number":"h559"},{"text":"unto thee And she said","number":"h559"},{"text":"Say on","number":"h1696"},{"text":"moreover I have somewhat to say","number":"h1697"}],"36":[{"text":"and said","number":"h559"},{"text":"thence any whither","number":"h575"},{"text":"thee an house","number":"h1004"},{"text":"unto him Build","number":"h1129"},{"text":"there and go not forth","number":"h3318"},{"text":"in Jerusalem","number":"h3389"},{"text":"and dwell","number":"h3427"},{"text":"And the king","number":"h4428"},{"text":"and called","number":"h7121"},{"text":"sent","number":"h7971"},{"text":"for Shimei","number":"h8096"}],"42":[{"text":"and said","number":"h559"},{"text":"and thou saidst","number":"h559"},{"text":"unto thee saying","number":"h559"},{"text":"abroad any whither","number":"h575"},{"text":"unto me The word","number":"h1697"},{"text":"and walkest","number":"h1980"},{"text":"is good","number":"h2896"},{"text":"Know","number":"h3045"},{"text":"for a certain","number":"h3045"},{"text":"by the LORD","number":"h3068"},{"text":"on the day","number":"h3117"},{"text":"thou goest out","number":"h3318"},{"text":"die","number":"h4191"},{"text":"that thou shalt surely","number":"h4191"},{"text":"And the king","number":"h4428"},{"text":"and protested","number":"h5749"},{"text":"and called","number":"h7121"},{"text":"unto him Did I not make thee to swear","number":"h7650"},{"text":"sent","number":"h7971"},{"text":"that I have heard","number":"h8085"},{"text":"for Shimei","number":"h8096"}],"18":[{"text":"said","number":"h559"},{"text":"And Bathsheba","number":"h1339"},{"text":"I will speak","number":"h1696"},{"text":"Well","number":"h2896"},{"text":"for thee unto the king","number":"h4428"}],"1":[{"text":"saying","number":"h559"},{"text":"his son","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"Now the days","number":"h3117"},{"text":"that he should die","number":"h4191"},{"text":"and he charged","number":"h6680"},{"text":"drew nigh","number":"h7126"},{"text":"Solomon","number":"h8010"}],"8":[{"text":"saying","number":"h559"},{"text":"of Bahurim","number":"h980"},{"text":"the son","number":"h1121"},{"text":"a Benjamite","number":"h1145"},{"text":"of Gera","number":"h1617"},{"text":"with the sword","number":"h2719"},{"text":"to him by the LORD","number":"h3068"},{"text":"in the day","number":"h3117"},{"text":"when I went","number":"h3212"},{"text":"but he came down","number":"h3381"},{"text":"me at Jordan","number":"h3383"},{"text":"I will not put thee to death","number":"h4191"},{"text":"to Mahanaim","number":"h4266"},{"text":"me with a grievous","number":"h4834"},{"text":"which cursed","number":"h7043"},{"text":"curse","number":"h7045"},{"text":"to meet","number":"h7125"},{"text":"and I sware","number":"h7650"},{"text":"And behold thou hast with thee Shimei","number":"h8096"}],"11":[{"text":"were forty","number":"h705"},{"text":"that David","number":"h1732"},{"text":"he in Hebron","number":"h2275"},{"text":"And the days","number":"h3117"},{"text":"he in Jerusalem","number":"h3389"},{"text":"over Israel","number":"h3478"},{"text":"reigned","number":"h4427"},{"text":"reigned","number":"h4427"},{"text":"reigned","number":"h4427"},{"text":"seven","number":"h7651"},{"text":"and three","number":"h7969"},{"text":"and thirty","number":"h7970"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"33":[{"text":"and upon his house","number":"h1004"},{"text":"but upon David","number":"h1732"},{"text":"Their blood","number":"h1818"},{"text":"and upon his seed","number":"h2233"},{"text":"of his seed","number":"h2233"},{"text":"from the LORD","number":"h3068"},{"text":"of Joab","number":"h3097"},{"text":"and upon his throne","number":"h3678"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"for ever","number":"h5769"},{"text":"and upon the head","number":"h7218"},{"text":"upon the head","number":"h7218"},{"text":"shall therefore return","number":"h7725"},{"text":"shall there be peace","number":"h7965"}],"34":[{"text":"in his own house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"So Benaiah","number":"h1141"},{"text":"of Jehoiada","number":"h3077"},{"text":"in the wilderness","number":"h4057"},{"text":"upon him and slew","number":"h4191"},{"text":"went up","number":"h5927"},{"text":"and fell","number":"h6293"},{"text":"him and he was buried","number":"h6912"}],"25":[{"text":"the son","number":"h1121"},{"text":"of Benaiah","number":"h1141"},{"text":"by the hand","number":"h3027"},{"text":"of Jehoiada","number":"h3077"},{"text":"upon him that he died","number":"h4191"},{"text":"And king","number":"h4428"},{"text":"and he fell","number":"h6293"},{"text":"sent","number":"h7971"},{"text":"Solomon","number":"h8010"}],"46":[{"text":"the son","number":"h1121"},{"text":"Benaiah","number":"h1141"},{"text":"in the hand","number":"h3027"},{"text":"of Jehoiada","number":"h3077"},{"text":"which went out","number":"h3318"},{"text":"was established","number":"h3559"},{"text":"upon him that he died","number":"h4191"},{"text":"So the king","number":"h4428"},{"text":"And the kingdom","number":"h4467"},{"text":"and fell","number":"h6293"},{"text":"commanded","number":"h6680"},{"text":"of Solomon","number":"h8010"}],"45":[{"text":"shall be blessed","number":"h1288"},{"text":"of David","number":"h1732"},{"text":"the LORD","number":"h3068"},{"text":"shall be established","number":"h3559"},{"text":"and the throne","number":"h3678"},{"text":"And king","number":"h4428"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"before","number":"h6440"},{"text":"Solomon","number":"h8010"}],"41":[{"text":"to Gath","number":"h1661"},{"text":"had gone","number":"h1980"},{"text":"from Jerusalem","number":"h3389"},{"text":"And it was told","number":"h5046"},{"text":"and was come again","number":"h7725"},{"text":"Solomon","number":"h8010"},{"text":"that Shimei","number":"h8096"}],"37":[{"text":"thy blood","number":"h1818"},{"text":"for certain","number":"h3045"},{"text":"thou shalt know","number":"h3045"},{"text":"For it shall be that on the day","number":"h3117"},{"text":"thou goest out","number":"h3318"},{"text":"die","number":"h4191"},{"text":"that thou shalt surely","number":"h4191"},{"text":"the brook","number":"h5158"},{"text":"and passest over","number":"h5674"},{"text":"Kidron","number":"h6939"},{"text":"shall be upon thine own head","number":"h7218"}],"6":[{"text":"therefore according to thy wisdom","number":"h2451"},{"text":"go down","number":"h3381"},{"text":"Do","number":"h6213"},{"text":"to the grave","number":"h7585"},{"text":"and let not his hoar head","number":"h7872"},{"text":"in peace","number":"h7965"}],"43":[{"text":"of the LORD","number":"h3068"},{"text":"and the commandment","number":"h4687"},{"text":"that I have charged","number":"h6680"},{"text":"the oath","number":"h7621"},{"text":"Why then hast thou not kept","number":"h8104"}]}
@@ -0,0 +1 @@
1
+ {"34":[{"text":"as my father","number":"h1"},{"text":"from thy father","number":"h1"},{"text":"which my father","number":"h1"},{"text":"And Benhadad said","number":"h559"},{"text":"a covenant","number":"h1285"},{"text":"with this covenant","number":"h1285"},{"text":"for thee in Damascus","number":"h1834"},{"text":"streets","number":"h2351"},{"text":"So he made","number":"h3772"},{"text":"took","number":"h3947"},{"text":"unto him The cities","number":"h5892"},{"text":"I will restore","number":"h7725"},{"text":"and thou shalt make","number":"h7760"},{"text":"made","number":"h7760"},{"text":"Then said Ahab I will send thee away","number":"h7971"},{"text":"with him and sent him away","number":"h7971"},{"text":"in Samaria","number":"h8111"}],"8":[{"text":"not unto him nor consent","number":"h14"},{"text":"said","number":"h559"},{"text":"And all the elders","number":"h2205"},{"text":"and all the people","number":"h5971"},{"text":"unto him Hearken","number":"h8085"}],"4":[{"text":"My lord","number":"h113"},{"text":"and said","number":"h559"},{"text":"according to thy saying","number":"h1697"},{"text":"of Israel","number":"h3478"},{"text":"And the king","number":"h4428"},{"text":"O king","number":"h4428"},{"text":"answered","number":"h6030"}],"9":[{"text":"my lord","number":"h113"},{"text":"Tell","number":"h559"},{"text":"Wherefore he said","number":"h559"},{"text":"of Benhadad","number":"h1130"},{"text":"but this thing","number":"h1697"},{"text":"him word","number":"h1697"},{"text":"I may","number":"h3201"},{"text":"departed","number":"h3212"},{"text":"And the messengers","number":"h4397"},{"text":"unto the messengers","number":"h4397"},{"text":"the king","number":"h4428"},{"text":"for to thy servant","number":"h5650"},{"text":"I will do","number":"h6213"},{"text":"not do","number":"h6213"},{"text":"at the first","number":"h7223"},{"text":"again","number":"h7725"},{"text":"and brought","number":"h7725"},{"text":"All that thou didst send","number":"h7971"}],"23":[{"text":"than we but","number":"h199"},{"text":"are gods","number":"h430"},{"text":"unto him Their gods","number":"h430"},{"text":"said","number":"h559"},{"text":"of Syria","number":"h758"},{"text":"of the hills","number":"h2022"},{"text":"therefore they were stronger","number":"h2388"},{"text":"we shall be stronger","number":"h2388"},{"text":"and surely","number":"h3808"},{"text":"let us fight","number":"h3898"},{"text":"against them in the plain","number":"h4334"},{"text":"of the king","number":"h4428"},{"text":"And the servants","number":"h5650"}],"33":[{"text":"Thy brother","number":"h251"},{"text":"Then he said","number":"h559"},{"text":"it and they said","number":"h559"},{"text":"Now the men","number":"h582"},{"text":"Go","number":"h935"},{"text":"Benhadad","number":"h1130"},{"text":"him Then Benhadad","number":"h1130"},{"text":"catch","number":"h2480"},{"text":"came forth","number":"h3318"},{"text":"ye bring","number":"h3947"},{"text":"whether any thing would come from him and did hastily","number":"h4116"},{"text":"into the chariot","number":"h4818"},{"text":"did diligently observe","number":"h5172"},{"text":"to him and he caused him to come up","number":"h5927"}],"32":[{"text":"he is my brother","number":"h251"},{"text":"And he said","number":"h559"},{"text":"and said","number":"h559"},{"text":"saith","number":"h559"},{"text":"and came","number":"h935"},{"text":"Benhadad","number":"h1130"},{"text":"and put ropes","number":"h2256"},{"text":"So they girded","number":"h2296"},{"text":"Is he yet alive","number":"h2416"},{"text":"I pray thee let me live","number":"h2421"},{"text":"of Israel","number":"h3478"},{"text":"to the king","number":"h4428"},{"text":"on their loins","number":"h4975"},{"text":"Thy servant","number":"h5650"},{"text":"on their heads","number":"h7218"},{"text":"sackcloth","number":"h8242"}],"14":[{"text":"And Ahab","number":"h256"},{"text":"And he answered","number":"h559"},{"text":"By whom And he said","number":"h559"},{"text":"Then he said","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"said","number":"h559"},{"text":"Who shall order","number":"h631"},{"text":"the LORD","number":"h3068"},{"text":"of the provinces","number":"h4082"},{"text":"the battle","number":"h4421"},{"text":"Even by the young men","number":"h5288"},{"text":"of the princes","number":"h8269"}],"2":[{"text":"to Ahab","number":"h256"},{"text":"and said","number":"h559"},{"text":"unto him Thus saith","number":"h559"},{"text":"Benhadad","number":"h1130"},{"text":"of Israel","number":"h3478"},{"text":"messengers","number":"h4397"},{"text":"king","number":"h4428"},{"text":"into the city","number":"h5892"},{"text":"And he sent","number":"h7971"}],"13":[{"text":"unto Ahab","number":"h256"},{"text":"a","number":"h259"},{"text":"Thus saith","number":"h559"},{"text":"saying","number":"h559"},{"text":"all this great","number":"h1419"},{"text":"multitude","number":"h1995"},{"text":"it into thine hand","number":"h3027"},{"text":"and thou shalt know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"this day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"prophet","number":"h5030"},{"text":"And behold there came","number":"h5066"},{"text":"behold I will deliver","number":"h5414"},{"text":"Hast thou seen","number":"h7200"}],"35":[{"text":"And a certain","number":"h259"},{"text":"man","number":"h376"},{"text":"me I pray thee And the man","number":"h376"},{"text":"said","number":"h559"},{"text":"of the sons","number":"h1121"},{"text":"in the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"refused","number":"h3985"},{"text":"of the prophets","number":"h5030"},{"text":"Smite","number":"h5221"},{"text":"to smite","number":"h5221"},{"text":"unto his neighbour","number":"h7453"}],"29":[{"text":"in one","number":"h259"},{"text":"one","number":"h428"},{"text":"the other","number":"h428"},{"text":"thousand","number":"h505"},{"text":"of the Syrians","number":"h758"},{"text":"and the children","number":"h1121"},{"text":"And they pitched","number":"h2583"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"an hundred","number":"h3967"},{"text":"the battle","number":"h4421"},{"text":"slew","number":"h5221"},{"text":"over against","number":"h5227"},{"text":"was joined","number":"h7126"},{"text":"footmen","number":"h7273"},{"text":"And so it was that in the seventh","number":"h7637"},{"text":"seven","number":"h7651"}],"15":[{"text":"and after","number":"h310"},{"text":"thousand","number":"h505"},{"text":"even all the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"hundred","number":"h3967"},{"text":"of the provinces","number":"h4082"},{"text":"the young men","number":"h5288"},{"text":"all the people","number":"h5971"},{"text":"Then he numbered","number":"h6485"},{"text":"them he numbered","number":"h6485"},{"text":"being seven","number":"h7651"},{"text":"and thirty","number":"h7970"},{"text":"and they were two","number":"h8147"},{"text":"two","number":"h8147"},{"text":"of the princes","number":"h8269"}],"19":[{"text":"which followed","number":"h310"},{"text":"and the army","number":"h2428"},{"text":"came out","number":"h3318"},{"text":"of the provinces","number":"h4082"},{"text":"So these young men","number":"h5288"},{"text":"of the city","number":"h5892"},{"text":"of the princes","number":"h8269"}],"37":[{"text":"another","number":"h312"},{"text":"man","number":"h376"},{"text":"me I pray thee And the man","number":"h376"},{"text":"and said","number":"h559"},{"text":"Then he found","number":"h4672"},{"text":"Smite","number":"h5221"},{"text":"him so that in smiting","number":"h5221"},{"text":"smote","number":"h5221"},{"text":"he wounded","number":"h6481"}],"40":[{"text":"here and there he was gone","number":"h369"},{"text":"said","number":"h559"},{"text":"be thyself hast decided","number":"h2782"},{"text":"of Israel","number":"h3478"},{"text":"And the king","number":"h4428"},{"text":"unto him So shall thy judgment","number":"h4941"},{"text":"And as thy servant","number":"h5650"},{"text":"was busy","number":"h6213"}],"28":[{"text":"a man","number":"h376"},{"text":"but he is not God","number":"h430"},{"text":"is God","number":"h430"},{"text":"of God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"and said","number":"h559"},{"text":"and spake","number":"h559"},{"text":"have said","number":"h559"},{"text":"Because the Syrians","number":"h758"},{"text":"all this great","number":"h1419"},{"text":"multitude","number":"h1995"},{"text":"of the hills","number":"h2022"},{"text":"into thine hand","number":"h3027"},{"text":"and ye shall know","number":"h3045"},{"text":"The LORD","number":"h3068"},{"text":"that I am the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"unto the king","number":"h4428"},{"text":"And there came","number":"h5066"},{"text":"therefore will I deliver","number":"h5414"},{"text":"of the valleys","number":"h6010"}],"39":[{"text":"a man","number":"h376"},{"text":"and behold a man","number":"h376"},{"text":"this man","number":"h376"},{"text":"and he said","number":"h559"},{"text":"unto me and said","number":"h559"},{"text":"and brought","number":"h935"},{"text":"went out","number":"h3318"},{"text":"a talent","number":"h3603"},{"text":"of silver","number":"h3701"},{"text":"of the battle","number":"h4421"},{"text":"And as the king","number":"h4428"},{"text":"unto the king","number":"h4428"},{"text":"be for his life","number":"h5315"},{"text":"then shall thy life","number":"h5315"},{"text":"turned aside","number":"h5493"},{"text":"Thy servant","number":"h5650"},{"text":"passed by","number":"h5674"},{"text":"he be missing","number":"h6485"},{"text":"if by any means","number":"h6485"},{"text":"he cried","number":"h6817"},{"text":"into the midst","number":"h7130"},{"text":"Keep","number":"h8104"},{"text":"or else thou shalt pay","number":"h8254"}],"42":[{"text":"a man","number":"h376"},{"text":"And he said","number":"h559"},{"text":"unto him Thus saith","number":"h559"},{"text":"whom I appointed to utter destruction","number":"h2764"},{"text":"out of thy hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"shall go for his life","number":"h5315"},{"text":"therefore thy life","number":"h5315"},{"text":"and thy people","number":"h5971"},{"text":"for his people","number":"h5971"},{"text":"Because thou hast let go","number":"h7971"}],"24":[{"text":"away every man","number":"h376"},{"text":"this thing","number":"h1697"},{"text":"the kings","number":"h4428"},{"text":"out of his place","number":"h4725"},{"text":"Take","number":"h5493"},{"text":"And do","number":"h6213"},{"text":"captains","number":"h6346"},{"text":"and put","number":"h7760"}],"20":[{"text":"every one","number":"h376"},{"text":"his man","number":"h376"},{"text":"and the Syrians","number":"h758"},{"text":"of Syria","number":"h758"},{"text":"them and Benhadad","number":"h1130"},{"text":"and Israel","number":"h3478"},{"text":"escaped","number":"h4422"},{"text":"the king","number":"h4428"},{"text":"fled","number":"h5127"},{"text":"And they slew","number":"h5221"},{"text":"on an horse","number":"h5483"},{"text":"with the horsemen","number":"h6571"},{"text":"pursued","number":"h7291"}],"30":[{"text":"of the men","number":"h376"},{"text":"thousand","number":"h505"},{"text":"to Aphek","number":"h663"},{"text":"and came","number":"h935"},{"text":"And Benhadad","number":"h1130"},{"text":"chamber","number":"h2315"},{"text":"into an inner","number":"h2315"},{"text":"and there a wall","number":"h2346"},{"text":"But the rest","number":"h3498"},{"text":"that were left","number":"h3498"},{"text":"fled","number":"h5127"},{"text":"fled","number":"h5127"},{"text":"fell","number":"h5307"},{"text":"into the city","number":"h5892"},{"text":"into the city","number":"h5892"},{"text":"upon twenty","number":"h6242"},{"text":"and seven","number":"h7651"}],"10":[{"text":"The gods","number":"h430"},{"text":"unto him and said","number":"h559"},{"text":"And Benhadad","number":"h1130"},{"text":"unto me and more also","number":"h3254"},{"text":"shall suffice","number":"h5606"},{"text":"for all the people","number":"h5971"},{"text":"if the dust","number":"h6083"},{"text":"do so","number":"h6213"},{"text":"that follow","number":"h7272"},{"text":"sent","number":"h7971"},{"text":"of Samaria","number":"h8111"},{"text":"for handfuls","number":"h8168"}],"18":[{"text":"And he said","number":"h559"},{"text":"them alive","number":"h2416"},{"text":"them alive","number":"h2416"},{"text":"Whether they be come out","number":"h3318"},{"text":"or whether they be come out","number":"h3318"},{"text":"for war","number":"h4421"},{"text":"for peace","number":"h7965"},{"text":"take","number":"h8610"},{"text":"take","number":"h8610"}],"36":[{"text":"Then said","number":"h559"},{"text":"from him","number":"h681"},{"text":"a lion","number":"h738"},{"text":"from me a lion","number":"h738"},{"text":"behold as soon as thou art departed","number":"h1980"},{"text":"of the LORD","number":"h3068"},{"text":"thee And as soon as he was departed","number":"h3212"},{"text":"found","number":"h4672"},{"text":"him and slew","number":"h5221"},{"text":"shall slay","number":"h5221"},{"text":"the voice","number":"h6963"},{"text":"he unto him Because thou hast not obeyed","number":"h8085"}],"5":[{"text":"Thus speaketh","number":"h559"},{"text":"and said","number":"h559"},{"text":"saying","number":"h559"},{"text":"unto thee saying","number":"h559"},{"text":"and thy wives","number":"h802"},{"text":"and thy children","number":"h1121"},{"text":"Benhadad","number":"h1130"},{"text":"and thy gold","number":"h2091"},{"text":"me thy silver","number":"h3701"},{"text":"And the messengers","number":"h4397"},{"text":"Thou shalt deliver","number":"h5414"},{"text":"came again","number":"h7725"},{"text":"Although I have sent","number":"h7971"}],"11":[{"text":"and said","number":"h559"},{"text":"Tell","number":"h1696"},{"text":"on his harness boast","number":"h1984"},{"text":"him Let not him that girdeth","number":"h2296"},{"text":"of Israel","number":"h3478"},{"text":"And the king","number":"h4428"},{"text":"answered","number":"h6030"},{"text":"himself as he that putteth it off","number":"h6605"}],"22":[{"text":"and said","number":"h559"},{"text":"of Syria","number":"h758"},{"text":"strengthen","number":"h2388"},{"text":"thyself and mark","number":"h3045"},{"text":"unto him Go","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"the king","number":"h4428"},{"text":"to the king","number":"h4428"},{"text":"And the prophet","number":"h5030"},{"text":"came","number":"h5066"},{"text":"will come up","number":"h5927"},{"text":"what thou doest","number":"h6213"},{"text":"and see","number":"h7200"},{"text":"of the year","number":"h8141"},{"text":"for at the return","number":"h8666"}],"7":[{"text":"and said","number":"h559"},{"text":"of the land","number":"h776"},{"text":"unto me for my wives","number":"h802"},{"text":"and for my children","number":"h1121"},{"text":"how this man seeketh","number":"h1245"},{"text":"and for my gold","number":"h2091"},{"text":"all the elders","number":"h2205"},{"text":"Mark","number":"h3045"},{"text":"of Israel","number":"h3478"},{"text":"and for my silver","number":"h3701"},{"text":"Then the king","number":"h4428"},{"text":"and I denied","number":"h4513"},{"text":"called","number":"h7121"},{"text":"I pray you and see","number":"h7200"},{"text":"mischief","number":"h7451"},{"text":"for he sent","number":"h7971"}],"17":[{"text":"him saying","number":"h559"},{"text":"There are men","number":"h582"},{"text":"and Benhadad","number":"h1130"},{"text":"come out","number":"h3318"},{"text":"went out","number":"h3318"},{"text":"of the provinces","number":"h4082"},{"text":"and they told","number":"h5046"},{"text":"And the young men","number":"h5288"},{"text":"first","number":"h7223"},{"text":"sent out","number":"h7971"},{"text":"of Samaria","number":"h8111"},{"text":"of the princes","number":"h8269"}],"31":[{"text":"said","number":"h559"},{"text":"of the house","number":"h1004"},{"text":"and ropes","number":"h2256"},{"text":"peradventure he will save","number":"h2421"},{"text":"are merciful","number":"h2617"},{"text":"and go out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"kings","number":"h4428"},{"text":"that the kings","number":"h4428"},{"text":"to the king","number":"h4428"},{"text":"on our loins","number":"h4975"},{"text":"thy life","number":"h5315"},{"text":"And his servants","number":"h5650"},{"text":"upon our heads","number":"h7218"},{"text":"let us I pray thee put","number":"h7760"},{"text":"unto him Behold now we have heard","number":"h8085"},{"text":"sackcloth","number":"h8242"}],"12":[{"text":"that he said","number":"h559"},{"text":"this message","number":"h1697"},{"text":"he and the kings","number":"h4428"},{"text":"in the pavilions","number":"h5521"},{"text":"unto his servants","number":"h5650"},{"text":"themselves in array against the city","number":"h5892"},{"text":"Set","number":"h7760"},{"text":"yourselves in array And they set","number":"h7760"},{"text":"And it came to pass when Benhadad heard","number":"h8085"},{"text":"as he was drinking","number":"h8354"}],"26":[{"text":"to Aphek","number":"h663"},{"text":"the Syrians","number":"h758"},{"text":"that Benhadad","number":"h1130"},{"text":"against Israel","number":"h3478"},{"text":"to fight","number":"h4421"},{"text":"and went up","number":"h5927"},{"text":"numbered","number":"h6485"},{"text":"of the year","number":"h8141"},{"text":"And it came to pass at the return","number":"h8666"}],"41":[{"text":"and took the ashes","number":"h666"},{"text":"of Israel","number":"h3478"},{"text":"And he hasted","number":"h4116"},{"text":"and the king","number":"h4428"},{"text":"him that he was of the prophets","number":"h5030"},{"text":"discerned","number":"h5234"},{"text":"away","number":"h5493"},{"text":"from his face","number":"h5869"}],"38":[{"text":"himself with ashes","number":"h666"},{"text":"by the way","number":"h1870"},{"text":"and disguised","number":"h2664"},{"text":"departed","number":"h3212"},{"text":"for the king","number":"h4428"},{"text":"So the prophet","number":"h5030"},{"text":"upon his face","number":"h5869"},{"text":"and waited","number":"h5975"}],"27":[{"text":"but the Syrians","number":"h758"},{"text":"the country","number":"h776"},{"text":"And the children","number":"h1121"},{"text":"them and the children","number":"h1121"},{"text":"pitched","number":"h2583"},{"text":"little flocks","number":"h2835"},{"text":"and went","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"and were all present","number":"h3557"},{"text":"filled","number":"h4390"},{"text":"of kids","number":"h5795"},{"text":"were numbered","number":"h6485"},{"text":"against","number":"h7125"},{"text":"before them like two","number":"h8147"}],"1":[{"text":"of Syria","number":"h758"},{"text":"And Benhadad","number":"h1130"},{"text":"all his host","number":"h2428"},{"text":"and warred","number":"h3898"},{"text":"kings","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"with him and horses","number":"h5483"},{"text":"and he went up","number":"h5927"},{"text":"and besieged","number":"h6696"},{"text":"gathered","number":"h6908"},{"text":"together","number":"h6908"},{"text":"and chariots","number":"h7393"},{"text":"and there were thirty","number":"h7970"},{"text":"Samaria","number":"h8111"},{"text":"and two","number":"h8147"}],"21":[{"text":"the Syrians","number":"h758"},{"text":"with a great","number":"h1419"},{"text":"went out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"slaughter","number":"h4347"},{"text":"And the king","number":"h4428"},{"text":"and slew","number":"h5221"},{"text":"and smote","number":"h5221"},{"text":"the horses","number":"h5483"},{"text":"and chariots","number":"h7393"}],"3":[{"text":"is mine thy wives","number":"h802"},{"text":"also and thy children","number":"h1121"},{"text":"and thy gold","number":"h2091"},{"text":"even the goodliest","number":"h2896"},{"text":"Thy silver","number":"h3701"}],"25":[{"text":"against","number":"h854"},{"text":"and surely we shall be stronger","number":"h2388"},{"text":"like the army","number":"h2428"},{"text":"thee an army","number":"h2428"},{"text":"and we will fight","number":"h3898"},{"text":"them in the plain","number":"h4334"},{"text":"And number","number":"h4487"},{"text":"that thou hast lost","number":"h5307"},{"text":"for horse","number":"h5483"},{"text":"horse","number":"h5483"},{"text":"and did so","number":"h6213"},{"text":"unto their voice","number":"h6963"},{"text":"and chariot","number":"h7393"},{"text":"for chariot","number":"h7393"},{"text":"than they And he hearkened","number":"h8085"}],"43":[{"text":"and came","number":"h935"},{"text":"to his house","number":"h1004"},{"text":"and displeased","number":"h2198"},{"text":"went","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"And the king","number":"h4428"},{"text":"heavy","number":"h5620"},{"text":"to Samaria","number":"h8111"}],"6":[{"text":"and the houses","number":"h1004"},{"text":"thine house","number":"h1004"},{"text":"and it shall be","number":"h1961"},{"text":"and they shall search","number":"h2664"},{"text":"it in their hand","number":"h3027"},{"text":"and take it away","number":"h3947"},{"text":"that whatsoever is pleasant","number":"h4261"},{"text":"unto thee to morrow","number":"h4279"},{"text":"my servants","number":"h5650"},{"text":"of thy servants","number":"h5650"},{"text":"in thine eyes","number":"h5869"},{"text":"about this time","number":"h6256"},{"text":"they shall put","number":"h7760"},{"text":"Yet I will send","number":"h7971"}],"16":[{"text":"But Benhadad","number":"h1130"},{"text":"And they went out","number":"h3318"},{"text":"he and the kings","number":"h4428"},{"text":"kings","number":"h4428"},{"text":"in the pavilions","number":"h5521"},{"text":"that helped","number":"h5826"},{"text":"at noon","number":"h6672"},{"text":"himself drunk","number":"h7910"},{"text":"the thirty","number":"h7970"},{"text":"and two","number":"h8147"},{"text":"was drinking","number":"h8354"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"of my fathers","number":"h1"},{"text":"to Ahab","number":"h256"},{"text":"said","number":"h559"},{"text":"forbid","number":"h2486"},{"text":"The LORD","number":"h3068"},{"text":"And Naboth","number":"h5022"},{"text":"the inheritance","number":"h5159"},{"text":"it me that I should give","number":"h5414"}],"4":[{"text":"of my fathers","number":"h1"},{"text":"And Ahab","number":"h256"},{"text":"and would eat","number":"h398"},{"text":"to him for he had said","number":"h559"},{"text":"came","number":"h935"},{"text":"into his house","number":"h1004"},{"text":"had spoken","number":"h1696"},{"text":"because of the word","number":"h1697"},{"text":"and displeased","number":"h2198"},{"text":"the Jezreelite","number":"h3158"},{"text":"no bread","number":"h3899"},{"text":"upon his bed","number":"h4296"},{"text":"which Naboth","number":"h5022"},{"text":"thee the inheritance","number":"h5159"},{"text":"I will not give","number":"h5414"},{"text":"and turned away","number":"h5437"},{"text":"heavy","number":"h5620"},{"text":"his face","number":"h6440"},{"text":"And he laid him down","number":"h7901"}],"13":[{"text":"him with stones","number":"h68"},{"text":"God","number":"h430"},{"text":"saying","number":"h559"},{"text":"before him and the men","number":"h582"},{"text":"men","number":"h582"},{"text":"And there came","number":"h935"},{"text":"of Belial","number":"h1100"},{"text":"of Belial","number":"h1100"},{"text":"children","number":"h1121"},{"text":"did blaspheme","number":"h1288"},{"text":"out","number":"h2351"},{"text":"Then they carried him forth","number":"h3318"},{"text":"and sat","number":"h3427"},{"text":"that he died","number":"h4191"},{"text":"and the king","number":"h4428"},{"text":"Naboth","number":"h5022"},{"text":"against him even against Naboth","number":"h5022"},{"text":"and stoned","number":"h5619"},{"text":"witnessed","number":"h5749"},{"text":"of the city","number":"h5892"},{"text":"in the presence of the people","number":"h5971"},{"text":"in two","number":"h8147"}],"18":[{"text":"Ahab","number":"h256"},{"text":"go down","number":"h3381"},{"text":"whither he is gone down","number":"h3381"},{"text":"to possess","number":"h3423"},{"text":"of Israel","number":"h3478"},{"text":"behold he is in the vineyard","number":"h3754"},{"text":"king","number":"h4428"},{"text":"of Naboth","number":"h5022"},{"text":"Arise","number":"h6965"},{"text":"to meet","number":"h7125"},{"text":"which is in Samaria","number":"h8111"}],"2":[{"text":"And Ahab","number":"h256"},{"text":"saying","number":"h559"},{"text":"unto","number":"h681"},{"text":"my house","number":"h1004"},{"text":"that I may have it for a garden","number":"h1588"},{"text":"spake","number":"h1696"},{"text":"than it or if it seem good","number":"h2896"},{"text":"thee for it a better","number":"h2896"},{"text":"of herbs","number":"h3419"},{"text":"of it in money","number":"h3701"},{"text":"me thy vineyard","number":"h3754"},{"text":"vineyard","number":"h3754"},{"text":"thee the worth","number":"h4242"},{"text":"unto Naboth","number":"h5022"},{"text":"Give","number":"h5414"},{"text":"I will give","number":"h5414"},{"text":"and I will give","number":"h5414"},{"text":"to thee","number":"h5869"},{"text":"because it is near","number":"h7138"}],"20":[{"text":"And Ahab","number":"h256"},{"text":"me O mine enemy","number":"h341"},{"text":"to Elijah","number":"h452"},{"text":"And he answered","number":"h559"},{"text":"said","number":"h559"},{"text":"of the LORD","number":"h3068"},{"text":"thee because thou hast sold","number":"h4376"},{"text":"Hast thou found","number":"h4672"},{"text":"I have found","number":"h4672"},{"text":"in the sight","number":"h5869"},{"text":"thyself to work","number":"h6213"},{"text":"evil","number":"h7451"}],"16":[{"text":"And it came to pass when Ahab","number":"h256"},{"text":"that Ahab","number":"h256"},{"text":"the Jezreelite","number":"h3158"},{"text":"to go down","number":"h3381"},{"text":"to take possession","number":"h3423"},{"text":"to the vineyard","number":"h3754"},{"text":"was dead","number":"h4191"},{"text":"of Naboth","number":"h5022"},{"text":"that Naboth","number":"h5022"},{"text":"rose up","number":"h6965"},{"text":"heard","number":"h8085"}],"27":[{"text":"And it came to pass when Ahab","number":"h256"},{"text":"softly","number":"h328"},{"text":"his clothes","number":"h899"},{"text":"upon his flesh","number":"h1320"},{"text":"those words","number":"h1697"},{"text":"and went","number":"h1980"},{"text":"and fasted","number":"h6684"},{"text":"that he rent","number":"h7167"},{"text":"and put","number":"h7760"},{"text":"and lay","number":"h7901"},{"text":"heard","number":"h8085"},{"text":"in sackcloth","number":"h8242"},{"text":"sackcloth","number":"h8242"}],"25":[{"text":"But there was none like unto Ahab","number":"h256"},{"text":"whom Jezebel","number":"h348"},{"text":"his wife","number":"h802"},{"text":"of the LORD","number":"h3068"},{"text":"which did sell","number":"h4376"},{"text":"stirred up","number":"h5496"},{"text":"in the sight","number":"h5869"},{"text":"himself to work","number":"h6213"},{"text":"wickedness","number":"h7451"}],"21":[{"text":"from Ahab","number":"h256"},{"text":"thy posterity","number":"h310"},{"text":"Behold I will bring","number":"h935"},{"text":"upon thee and will take away","number":"h1197"},{"text":"in Israel","number":"h3478"},{"text":"and will cut off","number":"h3772"},{"text":"and left","number":"h5800"},{"text":"and him that is shut up","number":"h6113"},{"text":"against the wall","number":"h7023"},{"text":"evil","number":"h7451"},{"text":"him that pisseth","number":"h8366"}],"8":[{"text":"in Ahab's","number":"h256"},{"text":"unto the elders","number":"h2205"},{"text":"them with his seal","number":"h2368"},{"text":"and to the nobles","number":"h2715"},{"text":"and sealed","number":"h2856"},{"text":"dwelling","number":"h3427"},{"text":"So she wrote","number":"h3789"},{"text":"with Naboth","number":"h5022"},{"text":"letters","number":"h5612"},{"text":"the letters","number":"h5612"},{"text":"that were in his city","number":"h5892"},{"text":"and sent","number":"h7971"},{"text":"~","number":"h8034"}],"1":[{"text":"of Ahab","number":"h256"},{"text":"And it came to pass after","number":"h310"},{"text":"hard by","number":"h681"},{"text":"these things","number":"h1697"},{"text":"the palace","number":"h1964"},{"text":"which was in Jezreel","number":"h3157"},{"text":"the Jezreelite","number":"h3158"},{"text":"had a vineyard","number":"h3754"},{"text":"king","number":"h4428"},{"text":"that Naboth","number":"h5022"},{"text":"of Samaria","number":"h8111"}],"24":[{"text":"of Ahab","number":"h256"},{"text":"eat","number":"h398"},{"text":"shall eat","number":"h398"},{"text":"the dogs","number":"h3611"},{"text":"Him that dieth","number":"h4191"},{"text":"and him that dieth","number":"h4191"},{"text":"shall the fowls","number":"h5775"},{"text":"in the city","number":"h5892"},{"text":"in the field","number":"h7704"},{"text":"of the air","number":"h8064"}],"29":[{"text":"thou how Ahab","number":"h256"},{"text":"me I will not bring","number":"h935"},{"text":"will I bring","number":"h935"},{"text":"upon his house","number":"h1004"},{"text":"but in his son's","number":"h1121"},{"text":"days","number":"h3117"},{"text":"in his days","number":"h3117"},{"text":"me because","number":"h3282"},{"text":"he humbleth","number":"h3665"},{"text":"humbleth","number":"h3665"},{"text":"himself before","number":"h6440"},{"text":"himself before","number":"h6440"},{"text":"Seest","number":"h7200"},{"text":"the evil","number":"h7451"},{"text":"the evil","number":"h7451"}],"15":[{"text":"to Ahab","number":"h256"},{"text":"And it came to pass when Jezebel","number":"h348"},{"text":"that Jezebel","number":"h348"},{"text":"said","number":"h559"},{"text":"is not alive","number":"h2416"},{"text":"the Jezreelite","number":"h3158"},{"text":"take possession","number":"h3423"},{"text":"thee for money","number":"h3701"},{"text":"of the vineyard","number":"h3754"},{"text":"which he refused","number":"h3985"},{"text":"and was dead","number":"h4191"},{"text":"but dead","number":"h4191"},{"text":"for Naboth","number":"h5022"},{"text":"of Naboth","number":"h5022"},{"text":"that Naboth","number":"h5022"},{"text":"to give","number":"h5414"},{"text":"was stoned","number":"h5619"},{"text":"Arise","number":"h6965"},{"text":"heard","number":"h8085"}],"22":[{"text":"of Ahijah","number":"h281"},{"text":"and like the house","number":"h1004"},{"text":"like the house","number":"h1004"},{"text":"thine house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Baasha","number":"h1201"},{"text":"to sin","number":"h2398"},{"text":"of Jeroboam","number":"h3379"},{"text":"and made Israel","number":"h3478"},{"text":"wherewith thou hast provoked me to anger","number":"h3707"},{"text":"for the provocation","number":"h3708"},{"text":"of Nebat","number":"h5028"},{"text":"And will make","number":"h5414"}],"7":[{"text":"And Jezebel","number":"h348"},{"text":"and eat","number":"h398"},{"text":"said","number":"h559"},{"text":"his wife","number":"h802"},{"text":"the Jezreelite","number":"h3158"},{"text":"be merry","number":"h3190"},{"text":"of Israel","number":"h3478"},{"text":"thee the vineyard","number":"h3754"},{"text":"and let thine heart","number":"h3820"},{"text":"bread","number":"h3899"},{"text":"the kingdom","number":"h4410"},{"text":"of Naboth","number":"h5022"},{"text":"I will give","number":"h5414"},{"text":"unto him Dost thou now govern","number":"h6213"},{"text":"arise","number":"h6965"}],"23":[{"text":"And of Jezebel","number":"h348"},{"text":"Jezebel","number":"h348"},{"text":"shall eat","number":"h398"},{"text":"saying","number":"h559"},{"text":"also spake","number":"h1696"},{"text":"by the wall","number":"h2426"},{"text":"the LORD","number":"h3068"},{"text":"of Jezreel","number":"h3157"},{"text":"The dogs","number":"h3611"}],"5":[{"text":"But Jezebel","number":"h348"},{"text":"that thou eatest","number":"h398"},{"text":"his wife","number":"h802"},{"text":"came","number":"h935"},{"text":"to him and said","number":"h1696"},{"text":"no bread","number":"h3899"},{"text":"so sad","number":"h5620"},{"text":"unto him Why is thy spirit","number":"h7307"}],"11":[{"text":"as Jezebel","number":"h348"},{"text":"And the men","number":"h582"},{"text":"even the elders","number":"h2205"},{"text":"and the nobles","number":"h2715"},{"text":"who were the inhabitants","number":"h3427"},{"text":"unto them and as it was written","number":"h3789"},{"text":"in the letters","number":"h5612"},{"text":"in his city","number":"h5892"},{"text":"of his city","number":"h5892"},{"text":"did","number":"h6213"},{"text":"had sent","number":"h7971"},{"text":"which she had sent","number":"h7971"}],"14":[{"text":"to Jezebel","number":"h348"},{"text":"saying","number":"h559"},{"text":"and is dead","number":"h4191"},{"text":"Naboth","number":"h5022"},{"text":"is stoned","number":"h5619"},{"text":"Then they sent","number":"h7971"}],"10":[{"text":"God","number":"h430"},{"text":"against him saying","number":"h559"},{"text":"men","number":"h582"},{"text":"of Belial","number":"h1100"},{"text":"sons","number":"h1121"},{"text":"Thou didst blaspheme","number":"h1288"},{"text":"And then carry him out","number":"h3318"},{"text":"And set","number":"h3427"},{"text":"him that he may die","number":"h4191"},{"text":"and the king","number":"h4428"},{"text":"and stone","number":"h5619"},{"text":"before him to bear witness","number":"h5749"},{"text":"two","number":"h8147"}],"17":[{"text":"came to Elijah","number":"h452"},{"text":"saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"the Tishbite","number":"h8664"}],"28":[{"text":"came to Elijah","number":"h452"},{"text":"saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"the Tishbite","number":"h8664"}],"19":[{"text":"Thus saith","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"unto him saying","number":"h559"},{"text":"unto him saying","number":"h559"},{"text":"And thou shalt speak","number":"h1696"},{"text":"And thou shalt speak","number":"h1696"},{"text":"the blood","number":"h1818"},{"text":"thy blood","number":"h1818"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and also taken possession","number":"h3423"},{"text":"shall dogs","number":"h3611"},{"text":"where dogs","number":"h3611"},{"text":"lick","number":"h3952"},{"text":"licked","number":"h3952"},{"text":"In the place","number":"h4725"},{"text":"of Naboth","number":"h5022"},{"text":"Hast thou killed","number":"h7523"}],"6":[{"text":"and said","number":"h559"},{"text":"for it and he answered","number":"h559"},{"text":"And he said","number":"h1696"},{"text":"unto her Because I spake","number":"h1696"},{"text":"or else if it please","number":"h2655"},{"text":"the Jezreelite","number":"h3158"},{"text":"for money","number":"h3701"},{"text":"me thy vineyard","number":"h3754"},{"text":"thee another vineyard","number":"h3754"},{"text":"thee my vineyard","number":"h3754"},{"text":"unto Naboth","number":"h5022"},{"text":"I will not give","number":"h5414"},{"text":"thee I will give","number":"h5414"},{"text":"unto him Give","number":"h5414"}],"9":[{"text":"saying","number":"h559"},{"text":"and set","number":"h3427"},{"text":"And she wrote","number":"h3789"},{"text":"Naboth","number":"h5022"},{"text":"in the letters","number":"h5612"},{"text":"among the people","number":"h5971"},{"text":"a fast","number":"h6685"},{"text":"Proclaim","number":"h7121"},{"text":"on high","number":"h7218"}],"26":[{"text":"the Amorites","number":"h567"},{"text":"the children","number":"h1121"},{"text":"idols","number":"h1544"},{"text":"whom the LORD","number":"h3068"},{"text":"in following","number":"h3212"},{"text":"cast out","number":"h3423"},{"text":"of Israel","number":"h3478"},{"text":"And he did very","number":"h3966"},{"text":"according to all things as did","number":"h6213"},{"text":"before","number":"h6440"},{"text":"abominably","number":"h8581"}],"12":[{"text":"and set","number":"h3427"},{"text":"Naboth","number":"h5022"},{"text":"among the people","number":"h5971"},{"text":"a fast","number":"h6685"},{"text":"They proclaimed","number":"h7121"},{"text":"on high","number":"h7218"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"as thy father","number":"h1"},{"text":"then I will lengthen","number":"h748"},{"text":"David","number":"h1732"},{"text":"in my ways","number":"h1870"},{"text":"did walk","number":"h1980"},{"text":"my statutes","number":"h2706"},{"text":"thy days","number":"h3117"},{"text":"And if thou wilt walk","number":"h3212"},{"text":"and my commandments","number":"h4687"},{"text":"to keep","number":"h8104"}],"3":[{"text":"his father","number":"h1"},{"text":"loved","number":"h157"},{"text":"in high places","number":"h1116"},{"text":"of David","number":"h1732"},{"text":"only he sacrificed","number":"h2076"},{"text":"in the statutes","number":"h2708"},{"text":"the LORD","number":"h3068"},{"text":"walking","number":"h3212"},{"text":"and burnt incense","number":"h6999"},{"text":"And Solomon","number":"h8010"}],"6":[{"text":"my father","number":"h1"},{"text":"said","number":"h559"},{"text":"thee in truth","number":"h571"},{"text":"him a son","number":"h1121"},{"text":"for him this great","number":"h1419"},{"text":"great","number":"h1419"},{"text":"David","number":"h1732"},{"text":"according as he walked","number":"h1980"},{"text":"kindness","number":"h2617"},{"text":"mercy","number":"h2617"},{"text":"as it is this day","number":"h3117"},{"text":"to sit","number":"h3427"},{"text":"and in uprightness","number":"h3483"},{"text":"on his throne","number":"h3678"},{"text":"of heart","number":"h3824"},{"text":"that thou hast given","number":"h5414"},{"text":"unto thy servant","number":"h5650"},{"text":"Thou hast shewed","number":"h6213"},{"text":"before","number":"h6440"},{"text":"and in righteousness","number":"h6666"},{"text":"And Solomon","number":"h8010"},{"text":"with thee and thou hast kept","number":"h8104"}],"7":[{"text":"my father","number":"h1"},{"text":"my God","number":"h430"},{"text":"or come in","number":"h935"},{"text":"instead of David","number":"h1732"},{"text":"I know","number":"h3045"},{"text":"And now O LORD","number":"h3068"},{"text":"not how to go out","number":"h3318"},{"text":"king","number":"h4427"},{"text":"child","number":"h5288"},{"text":"thou hast made thy servant","number":"h5650"},{"text":"and I am but a little","number":"h6996"}],"17":[{"text":"my lord","number":"h113"},{"text":"And the one","number":"h259"},{"text":"in one","number":"h259"},{"text":"said","number":"h559"},{"text":"I and this woman","number":"h802"},{"text":"woman","number":"h802"},{"text":"O","number":"h994"},{"text":"house","number":"h1004"},{"text":"with her in the house","number":"h1004"},{"text":"and I was delivered of a child","number":"h3205"},{"text":"dwell","number":"h3427"}],"26":[{"text":"my lord","number":"h113"},{"text":"Then spake","number":"h559"},{"text":"and she said","number":"h559"},{"text":"it But the other said","number":"h559"},{"text":"the woman","number":"h802"},{"text":"O","number":"h994"},{"text":"child","number":"h1121"},{"text":"upon her son","number":"h1121"},{"text":"Let it be neither mine nor thine but divide","number":"h1504"},{"text":"her the living","number":"h2416"},{"text":"whose the living","number":"h2416"},{"text":"child","number":"h3205"},{"text":"yearned","number":"h3648"},{"text":"and in no wise","number":"h4191"},{"text":"slay","number":"h4191"},{"text":"was unto the king","number":"h4428"},{"text":"give","number":"h5414"},{"text":"for her bowels","number":"h7356"}],"10":[{"text":"the Lord","number":"h136"},{"text":"And the speech","number":"h1697"},{"text":"this thing","number":"h1697"},{"text":"pleased","number":"h3190"},{"text":"had asked","number":"h7592"},{"text":"that Solomon","number":"h8010"}],"25":[{"text":"to the one","number":"h259"},{"text":"to the other","number":"h259"},{"text":"said","number":"h559"},{"text":"Divide","number":"h1504"},{"text":"the living","number":"h2416"},{"text":"and half","number":"h2677"},{"text":"half","number":"h2677"},{"text":"child","number":"h3206"},{"text":"And the king","number":"h4428"},{"text":"and give","number":"h5414"},{"text":"in two","number":"h8147"}],"12":[{"text":"thee neither after","number":"h310"},{"text":"and an understanding","number":"h995"},{"text":"according to thy words","number":"h1697"},{"text":"thee a wise","number":"h2450"},{"text":"heart","number":"h3820"},{"text":"lo I have given","number":"h5414"},{"text":"Behold I have done","number":"h6213"},{"text":"so that there was none like thee before","number":"h6440"},{"text":"thee shall any arise","number":"h6965"}],"22":[{"text":"And the other","number":"h312"},{"text":"And this said","number":"h559"},{"text":"said","number":"h559"},{"text":"woman","number":"h802"},{"text":"is my son","number":"h1121"},{"text":"is my son","number":"h1121"},{"text":"is thy son","number":"h1121"},{"text":"is thy son","number":"h1121"},{"text":"Thus they spake","number":"h1696"},{"text":"Nay but the living","number":"h2416"},{"text":"and the living","number":"h2416"},{"text":"No but the dead","number":"h4191"},{"text":"and the dead","number":"h4191"},{"text":"the king","number":"h4428"},{"text":"before","number":"h6440"}],"11":[{"text":"of thine enemies","number":"h341"},{"text":"And God","number":"h430"},{"text":"said","number":"h559"},{"text":"for thyself understanding","number":"h995"},{"text":"this thing","number":"h1697"},{"text":"life","number":"h3117"},{"text":"judgment","number":"h4941"},{"text":"the life","number":"h5315"},{"text":"riches","number":"h6239"},{"text":"for thyself long","number":"h7227"},{"text":"and hast not asked","number":"h7592"},{"text":"but hast asked","number":"h7592"},{"text":"for thyself nor hast asked","number":"h7592"},{"text":"neither hast asked","number":"h7592"},{"text":"unto him Because thou hast asked","number":"h7592"},{"text":"to discern","number":"h8085"}],"13":[{"text":"so that there shall not be any","number":"h376"},{"text":"like unto thee all thy days","number":"h3117"},{"text":"and honour","number":"h3519"},{"text":"among the kings","number":"h4428"},{"text":"And I have also given","number":"h5414"},{"text":"both riches","number":"h6239"},{"text":"thee that which thou hast not asked","number":"h7592"}],"5":[{"text":"and God","number":"h430"},{"text":"said","number":"h559"},{"text":"In Gibeon","number":"h1391"},{"text":"in a dream","number":"h2472"},{"text":"the LORD","number":"h3068"},{"text":"by night","number":"h3915"},{"text":"what I shall give","number":"h5414"},{"text":"appeared","number":"h7200"},{"text":"Ask","number":"h7592"},{"text":"to Solomon","number":"h8010"}],"28":[{"text":"of God","number":"h430"},{"text":"that the wisdom","number":"h2451"},{"text":"and they feared","number":"h3372"},{"text":"And all Israel","number":"h3478"},{"text":"which the king","number":"h4428"},{"text":"judgment","number":"h4941"},{"text":"of the judgment","number":"h4941"},{"text":"to do","number":"h6213"},{"text":"the king","number":"h6440"},{"text":"was in him","number":"h7130"},{"text":"for they saw","number":"h7200"},{"text":"heard","number":"h8085"},{"text":"had judged","number":"h8199"}],"4":[{"text":"a thousand","number":"h505"},{"text":"high place","number":"h1116"},{"text":"to Gibeon","number":"h1391"},{"text":"was the great","number":"h1419"},{"text":"there for that","number":"h1931"},{"text":"to sacrifice","number":"h2076"},{"text":"went","number":"h3212"},{"text":"upon that altar","number":"h4196"},{"text":"And the king","number":"h4428"},{"text":"offer","number":"h5927"},{"text":"burnt offerings","number":"h5930"},{"text":"did Solomon","number":"h8010"}],"27":[{"text":"it she is the mother","number":"h517"},{"text":"and said","number":"h559"},{"text":"her the living","number":"h2416"},{"text":"child","number":"h3205"},{"text":"and in no wise","number":"h4191"},{"text":"slay","number":"h4191"},{"text":"Then the king","number":"h4428"},{"text":"Give","number":"h5414"},{"text":"answered","number":"h6030"}],"20":[{"text":"me while thine handmaid","number":"h519"},{"text":"from beside","number":"h681"},{"text":"child","number":"h1121"},{"text":"my son","number":"h1121"},{"text":"in my bosom","number":"h2436"},{"text":"it in her bosom","number":"h2436"},{"text":"slept","number":"h3463"},{"text":"and took","number":"h3947"},{"text":"her dead","number":"h4191"},{"text":"And she arose","number":"h6965"},{"text":"and laid","number":"h7901"},{"text":"and laid","number":"h7901"},{"text":"at midnight","number":"h8432"}],"23":[{"text":"Then said","number":"h559"},{"text":"saith","number":"h559"},{"text":"saith","number":"h559"},{"text":"Nay but thy son","number":"h1121"},{"text":"This is my son","number":"h1121"},{"text":"and my son","number":"h1121"},{"text":"and thy son","number":"h1121"},{"text":"The one","number":"h2063"},{"text":"and the other","number":"h2063"},{"text":"is the living","number":"h2416"},{"text":"that liveth","number":"h2416"},{"text":"is the dead","number":"h4191"},{"text":"is the dead","number":"h4191"},{"text":"the king","number":"h4428"}],"24":[{"text":"said","number":"h559"},{"text":"And they brought","number":"h935"},{"text":"a sword","number":"h2719"},{"text":"me a sword","number":"h2719"},{"text":"Bring","number":"h3947"},{"text":"And the king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"before","number":"h6440"}],"15":[{"text":"the ark","number":"h727"},{"text":"And he came","number":"h935"},{"text":"of the covenant","number":"h1285"},{"text":"and behold it was a dream","number":"h2472"},{"text":"of the LORD","number":"h3068"},{"text":"awoke","number":"h3364"},{"text":"to Jerusalem","number":"h3389"},{"text":"a feast","number":"h4960"},{"text":"to all his servants","number":"h5650"},{"text":"and offered up","number":"h5927"},{"text":"burnt offerings","number":"h5930"},{"text":"and stood","number":"h5975"},{"text":"and made","number":"h6213"},{"text":"and offered","number":"h6213"},{"text":"before","number":"h6440"},{"text":"peace offerings","number":"h8002"},{"text":"And Solomon","number":"h8010"}],"19":[{"text":"And this woman's","number":"h802"},{"text":"child","number":"h1121"},{"text":"in the night","number":"h3915"},{"text":"died","number":"h4191"},{"text":"because she overlaid","number":"h7901"}],"18":[{"text":"that this woman","number":"h802"},{"text":"in the house","number":"h1004"},{"text":"with us in the house","number":"h1004"},{"text":"save","number":"h2108"},{"text":"there was no stranger","number":"h2114"},{"text":"day","number":"h3117"},{"text":"also and we were together","number":"h3162"},{"text":"after that I was delivered","number":"h3205"},{"text":"was delivered","number":"h3205"},{"text":"And it came to pass the third","number":"h7992"},{"text":"we two","number":"h8147"}],"16":[{"text":"women","number":"h802"},{"text":"Then came","number":"h935"},{"text":"that were harlots","number":"h2181"},{"text":"unto the king","number":"h4428"},{"text":"and stood","number":"h5975"},{"text":"before","number":"h6440"},{"text":"there two","number":"h8147"}],"1":[{"text":"and brought","number":"h935"},{"text":"and the house","number":"h1004"},{"text":"his own house","number":"h1004"},{"text":"of building","number":"h1129"},{"text":"daughter","number":"h1323"},{"text":"of David","number":"h1732"},{"text":"and the wall","number":"h2346"},{"text":"made affinity","number":"h2859"},{"text":"of the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"until he had made an end","number":"h3615"},{"text":"and took","number":"h3947"},{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"round about","number":"h5439"},{"text":"her into the city","number":"h5892"},{"text":"Pharaoh's","number":"h6547"},{"text":"with Pharaoh","number":"h6547"},{"text":"And Solomon","number":"h8010"}],"8":[{"text":"which thou hast chosen","number":"h977"},{"text":"that cannot be numbered","number":"h4487"},{"text":"nor counted","number":"h5608"},{"text":"And thy servant","number":"h5650"},{"text":"of thy people","number":"h5971"},{"text":"people","number":"h5971"},{"text":"a great","number":"h7227"},{"text":"for multitude","number":"h7230"},{"text":"is in the midst","number":"h8432"}],"21":[{"text":"but when I had considered","number":"h995"},{"text":"behold it was not my son","number":"h1121"},{"text":"to give my child","number":"h1121"},{"text":"in the morning","number":"h1242"},{"text":"it in the morning","number":"h1242"},{"text":"which I did bear","number":"h3205"},{"text":"suck","number":"h3243"},{"text":"behold it was dead","number":"h4191"},{"text":"And when I rose","number":"h6965"}],"9":[{"text":"that I may discern","number":"h995"},{"text":"between good","number":"h2896"},{"text":"for who is able","number":"h3201"},{"text":"this thy so great","number":"h3515"},{"text":"heart","number":"h3820"},{"text":"Give","number":"h5414"},{"text":"therefore thy servant","number":"h5650"},{"text":"a people","number":"h5971"},{"text":"thy people","number":"h5971"},{"text":"and bad","number":"h7451"},{"text":"an understanding","number":"h8085"},{"text":"to judge","number":"h8199"},{"text":"to judge","number":"h8199"}],"2":[{"text":"because there was no house","number":"h1004"},{"text":"in high places","number":"h1116"},{"text":"built","number":"h1129"},{"text":"sacrificed","number":"h2076"},{"text":"of the LORD","number":"h3068"},{"text":"until those days","number":"h3117"},{"text":"Only the people","number":"h5971"},{"text":"unto the ~","number":"h8034"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"and Abiathar","number":"h54"},{"text":"the son","number":"h1121"},{"text":"And Benaiah","number":"h1141"},{"text":"of Jehoiada","number":"h3077"},{"text":"were the priests","number":"h3548"},{"text":"was over the host","number":"h6635"},{"text":"and Zadok","number":"h6659"}],"12":[{"text":"to Abelmeholah","number":"h65"},{"text":"of Ahilud","number":"h286"},{"text":"which is by","number":"h681"},{"text":"and all Bethshean","number":"h1052"},{"text":"from Bethshean","number":"h1052"},{"text":"the son","number":"h1121"},{"text":"Baana","number":"h1195"},{"text":"beneath Jezreel","number":"h3157"},{"text":"Jokneam","number":"h3361"},{"text":"and Megiddo","number":"h4023"},{"text":"even unto the place that is beyond","number":"h5676"},{"text":"Zartanah","number":"h6891"},{"text":"to him pertained Taanach","number":"h8590"}],"23":[{"text":"and fatted","number":"h75"},{"text":"beside harts","number":"h354"},{"text":"oxen","number":"h1241"},{"text":"oxen","number":"h1241"},{"text":"fowl","number":"h1257"},{"text":"fat","number":"h1277"},{"text":"and fallowdeer","number":"h3180"},{"text":"and an hundred","number":"h3967"},{"text":"Ten","number":"h6235"},{"text":"and twenty","number":"h6242"},{"text":"sheep","number":"h6629"},{"text":"and roebucks","number":"h6643"},{"text":"out of the pastures","number":"h7471"}],"31":[{"text":"than all men","number":"h120"},{"text":"the Ezrahite","number":"h250"},{"text":"than Ethan","number":"h387"},{"text":"the sons","number":"h1121"},{"text":"was in all nations","number":"h1471"},{"text":"and Darda","number":"h1862"},{"text":"and Heman","number":"h1968"},{"text":"For he was wiser","number":"h2449"},{"text":"and Chalcol","number":"h3633"},{"text":"of Mahol","number":"h4235"},{"text":"round about","number":"h5439"},{"text":"and his fame","number":"h8034"}],"6":[{"text":"and Adoniram","number":"h141"},{"text":"And Ahishar","number":"h301"},{"text":"was over the household","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"was over the tribute","number":"h4522"},{"text":"of Abda","number":"h5653"}],"19":[{"text":"of Uri","number":"h221"},{"text":"and he was the only","number":"h259"},{"text":"of the Amorites","number":"h567"},{"text":"in the country","number":"h776"},{"text":"was in the country","number":"h776"},{"text":"which was in the land","number":"h776"},{"text":"the son","number":"h1121"},{"text":"of Bashan","number":"h1316"},{"text":"Geber","number":"h1398"},{"text":"of Gilead","number":"h1568"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"officer","number":"h5333"},{"text":"of Sihon","number":"h5511"},{"text":"and of Og","number":"h5747"}],"33":[{"text":"even unto the hyssop","number":"h231"},{"text":"from the cedar tree","number":"h730"},{"text":"also of beasts","number":"h929"},{"text":"And he spake","number":"h1696"},{"text":"he spake","number":"h1696"},{"text":"and of fishes","number":"h1709"},{"text":"that springeth out","number":"h3318"},{"text":"that is in Lebanon","number":"h3844"},{"text":"and of fowl","number":"h5775"},{"text":"of trees","number":"h6086"},{"text":"of the wall","number":"h7023"},{"text":"and of creeping things","number":"h7431"}],"7":[{"text":"each man","number":"h259"},{"text":"and his household","number":"h1004"},{"text":"his month","number":"h2320"},{"text":"over all Israel","number":"h3478"},{"text":"made provision","number":"h3557"},{"text":"which provided victuals","number":"h3557"},{"text":"for the king","number":"h4428"},{"text":"officers","number":"h5324"},{"text":"And Solomon","number":"h8010"},{"text":"in a year","number":"h8141"},{"text":"had twelve","number":"h8147"}],"22":[{"text":"for one","number":"h259"},{"text":"day","number":"h3117"},{"text":"measures","number":"h3734"},{"text":"measures","number":"h3734"},{"text":"provision","number":"h3899"},{"text":"of fine flour","number":"h5560"},{"text":"of meal","number":"h7058"},{"text":"was thirty","number":"h7970"},{"text":"And Solomon's","number":"h8010"},{"text":"and threescore","number":"h8346"}],"3":[{"text":"and Ahiah","number":"h281"},{"text":"of Ahilud","number":"h286"},{"text":"Elihoreph","number":"h456"},{"text":"the son","number":"h1121"},{"text":"the sons","number":"h1121"},{"text":"the recorder","number":"h2142"},{"text":"Jehoshaphat","number":"h3092"},{"text":"scribes","number":"h5608"},{"text":"of Shisha","number":"h7894"}],"15":[{"text":"Ahimaaz","number":"h290"},{"text":"to wife","number":"h802"},{"text":"Basmath","number":"h1315"},{"text":"the daughter","number":"h1323"},{"text":"he also took","number":"h3947"},{"text":"was in Naphtali","number":"h5321"},{"text":"of Solomon","number":"h8010"}],"14":[{"text":"Ahinadab","number":"h292"},{"text":"the son","number":"h1121"},{"text":"had Mahanaim","number":"h4266"},{"text":"of Iddo","number":"h5714"}],"9":[{"text":"and Elonbethhanan","number":"h358"},{"text":"and Bethshemesh","number":"h1053"},{"text":"The son of Dekar","number":"h1128"},{"text":"in Makaz","number":"h4739"},{"text":"and in Shaalbim","number":"h8169"}],"25":[{"text":"every man","number":"h376"},{"text":"even to Beersheba","number":"h884"},{"text":"safely","number":"h983"},{"text":"under his vine","number":"h1612"},{"text":"from Dan","number":"h1835"},{"text":"And Judah","number":"h3063"},{"text":"all the days","number":"h3117"},{"text":"dwelt","number":"h3427"},{"text":"and Israel","number":"h3478"},{"text":"of Solomon","number":"h8010"},{"text":"and under his fig tree","number":"h8384"}],"27":[{"text":"every man","number":"h376"},{"text":"nothing","number":"h1697"},{"text":"in his month","number":"h2320"},{"text":"provided victual","number":"h3557"},{"text":"for king","number":"h4428"},{"text":"unto king","number":"h4428"},{"text":"And those officers","number":"h5324"},{"text":"they lacked","number":"h5737"},{"text":"and for all that came","number":"h7131"},{"text":"table","number":"h7979"},{"text":"Solomon","number":"h8010"},{"text":"Solomon's","number":"h8010"}],"28":[{"text":"where the officers were every man","number":"h376"},{"text":"brought","number":"h935"},{"text":"they unto the place","number":"h4725"},{"text":"according to his charge","number":"h4941"},{"text":"for the horses","number":"h5483"},{"text":"and dromedaries","number":"h7409"},{"text":"Barley","number":"h8184"},{"text":"also and straw","number":"h8401"}],"20":[{"text":"eating","number":"h398"},{"text":"as the sand","number":"h2344"},{"text":"Judah","number":"h3063"},{"text":"which is by the sea","number":"h3220"},{"text":"and Israel","number":"h3478"},{"text":"were many","number":"h7227"},{"text":"in multitude","number":"h7230"},{"text":"and making merry","number":"h8056"},{"text":"and drinking","number":"h8354"}],"18":[{"text":"of Elah","number":"h414"},{"text":"the son","number":"h1121"},{"text":"in Benjamin","number":"h1144"},{"text":"Shimei","number":"h8096"}],"29":[{"text":"And God","number":"h430"},{"text":"even as the sand","number":"h2344"},{"text":"wisdom","number":"h2451"},{"text":"that is on the sea","number":"h3220"},{"text":"of heart","number":"h3820"},{"text":"exceeding","number":"h3966"},{"text":"gave","number":"h5414"},{"text":"much","number":"h7235"},{"text":"and largeness","number":"h7341"},{"text":"Solomon","number":"h8010"},{"text":"shore","number":"h8193"},{"text":"and understanding","number":"h8394"}],"26":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"had forty","number":"h705"},{"text":"stalls","number":"h723"},{"text":"for his chariots","number":"h4817"},{"text":"of horses","number":"h5483"},{"text":"horsemen","number":"h6571"},{"text":"And Solomon","number":"h8010"},{"text":"and twelve","number":"h8147"}],"32":[{"text":"thousand","number":"h505"},{"text":"were a thousand","number":"h505"},{"text":"And he spake","number":"h1696"},{"text":"and five","number":"h2568"},{"text":"proverbs","number":"h4912"},{"text":"and his songs","number":"h7892"},{"text":"three","number":"h7969"}],"8":[{"text":"Ephraim","number":"h669"},{"text":"The son of Hur","number":"h1133"},{"text":"in mount","number":"h2022"},{"text":"And these are their ~s","number":"h8034"}],"10":[{"text":"in Aruboth","number":"h700"},{"text":"and all the land","number":"h776"},{"text":"The son of Hesed","number":"h1136"},{"text":"of Hepher","number":"h2660"},{"text":"to him pertained Sochoh","number":"h7755"}],"13":[{"text":"of Argob","number":"h709"},{"text":"the son","number":"h1121"},{"text":"The son of Geber","number":"h1127"},{"text":"bars","number":"h1280"},{"text":"which is in Bashan","number":"h1316"},{"text":"great","number":"h1419"},{"text":"in Ramothgilead","number":"h1568"},{"text":"which are in Gilead","number":"h1568"},{"text":"to him also pertained the region","number":"h2256"},{"text":"to him pertained the towns","number":"h2333"},{"text":"with walls","number":"h2346"},{"text":"of Jair","number":"h2971"},{"text":"of Manasseh","number":"h4519"},{"text":"and brasen","number":"h5178"},{"text":"cities","number":"h5892"},{"text":"threescore","number":"h8346"}],"34":[{"text":"of the earth","number":"h776"},{"text":"And there came","number":"h935"},{"text":"of his wisdom","number":"h2451"},{"text":"the wisdom","number":"h2451"},{"text":"from all kings","number":"h4428"},{"text":"of all people","number":"h5971"},{"text":"of Solomon","number":"h8010"},{"text":"to hear","number":"h8085"},{"text":"which had heard","number":"h8085"}],"21":[{"text":"unto the land","number":"h776"},{"text":"and unto the border","number":"h1366"},{"text":"of his life","number":"h2416"},{"text":"all the days","number":"h3117"},{"text":"over all kingdoms","number":"h4467"},{"text":"presents","number":"h4503"},{"text":"of Egypt","number":"h4714"},{"text":"reigned","number":"h4910"},{"text":"they brought","number":"h5066"},{"text":"from the river","number":"h5104"},{"text":"and served","number":"h5647"},{"text":"of the Philistines","number":"h6430"},{"text":"And Solomon","number":"h8010"},{"text":"Solomon","number":"h8010"}],"11":[{"text":"to wife","number":"h802"},{"text":"The son of Abinadab","number":"h1125"},{"text":"the daughter","number":"h1323"},{"text":"of Dor","number":"h1756"},{"text":"which had Taphath","number":"h2955"},{"text":"in all the region","number":"h5299"},{"text":"of Solomon","number":"h8010"}],"16":[{"text":"was in Asher","number":"h836"},{"text":"the son","number":"h1121"},{"text":"and in Aloth","number":"h1175"},{"text":"Baanah","number":"h1195"},{"text":"of Hushai","number":"h2365"}],"30":[{"text":"of all the children","number":"h1121"},{"text":"and all the wisdom","number":"h2451"},{"text":"the wisdom","number":"h2451"},{"text":"wisdom","number":"h2451"},{"text":"of Egypt","number":"h4714"},{"text":"of the east country","number":"h6924"},{"text":"excelled","number":"h7235"},{"text":"And Solomon's","number":"h8010"}],"17":[{"text":"the son","number":"h1121"},{"text":"Jehoshaphat","number":"h3092"},{"text":"in Issachar","number":"h3485"},{"text":"of Paruah","number":"h6515"}],"2":[{"text":"the son","number":"h1121"},{"text":"the priest","number":"h3548"},{"text":"which he had Azariah","number":"h5838"},{"text":"of Zadok","number":"h6659"},{"text":"And these were the princes","number":"h8269"}],"5":[{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"and Zabud","number":"h2071"},{"text":"was principal officer","number":"h3548"},{"text":"and the king's","number":"h4428"},{"text":"was over the officers","number":"h5324"},{"text":"of Nathan","number":"h5416"},{"text":"of Nathan","number":"h5416"},{"text":"And Azariah","number":"h5838"},{"text":"friend","number":"h7463"}],"1":[{"text":"over all Israel","number":"h3478"},{"text":"So king","number":"h4428"},{"text":"was king","number":"h4428"},{"text":"Solomon","number":"h8010"}],"24":[{"text":"over all the kings","number":"h4428"},{"text":"the river","number":"h5104"},{"text":"the river","number":"h5104"},{"text":"round about","number":"h5439"},{"text":"on all sides","number":"h5650"},{"text":"on this side","number":"h5676"},{"text":"over all the region on this side","number":"h5676"},{"text":"even to Azzah","number":"h5804"},{"text":"For he had dominion","number":"h7287"},{"text":"and he had peace","number":"h7965"},{"text":"from Tiphsah","number":"h8607"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"in the room of his father","number":"h1"},{"text":"a lover","number":"h157"},{"text":"of David","number":"h1732"},{"text":"And Hiram","number":"h2438"},{"text":"for Hiram","number":"h2438"},{"text":"was ever","number":"h3117"},{"text":"him king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"that they had anointed","number":"h4886"},{"text":"his servants","number":"h5650"},{"text":"of Tyre","number":"h6865"},{"text":"sent","number":"h7971"},{"text":"unto Solomon","number":"h8010"},{"text":"for he had heard","number":"h8085"}],"3":[{"text":"my father","number":"h1"},{"text":"his God","number":"h430"},{"text":"an house","number":"h1004"},{"text":"not build","number":"h1129"},{"text":"how that David","number":"h1732"},{"text":"Thou knowest","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"until the LORD","number":"h3068"},{"text":"could","number":"h3201"},{"text":"them under the soles","number":"h3709"},{"text":"the wars","number":"h4421"},{"text":"put","number":"h5414"},{"text":"which were about him on every side","number":"h5437"},{"text":"for","number":"h6440"},{"text":"of his feet","number":"h7272"},{"text":"unto the ~","number":"h8034"}],"5":[{"text":"my father","number":"h1"},{"text":"my God","number":"h430"},{"text":"And behold I purpose","number":"h559"},{"text":"saying","number":"h559"},{"text":"an house","number":"h1004"},{"text":"an house","number":"h1004"},{"text":"Thy son","number":"h1121"},{"text":"in thy room he shall build","number":"h1129"},{"text":"to build","number":"h1129"},{"text":"spake","number":"h1696"},{"text":"unto David","number":"h1732"},{"text":"as the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"upon thy throne","number":"h3678"},{"text":"whom I will set","number":"h5414"},{"text":"unto my ~","number":"h8034"},{"text":"unto the ~","number":"h8034"}],"18":[{"text":"and stones","number":"h68"},{"text":"the house","number":"h1004"},{"text":"builders","number":"h1129"},{"text":"builders","number":"h1129"},{"text":"to build","number":"h1129"},{"text":"them and the stonesquarers","number":"h1382"},{"text":"and Hiram's","number":"h2438"},{"text":"so they prepared","number":"h3559"},{"text":"timber","number":"h6086"},{"text":"did hew","number":"h6458"},{"text":"And Solomon's","number":"h8010"}],"17":[{"text":"stones","number":"h68"},{"text":"stones","number":"h68"},{"text":"stones","number":"h68"},{"text":"of the house","number":"h1004"},{"text":"great","number":"h1419"},{"text":"and hewed","number":"h1496"},{"text":"to lay the foundation","number":"h3245"},{"text":"costly","number":"h3368"},{"text":"And the king","number":"h4428"},{"text":"and they brought","number":"h5265"},{"text":"commanded","number":"h6680"}],"14":[{"text":"and Adoniram","number":"h141"},{"text":"thousand","number":"h505"},{"text":"at home","number":"h1004"},{"text":"a month","number":"h2320"},{"text":"a month","number":"h2320"},{"text":"months","number":"h2320"},{"text":"by courses","number":"h2487"},{"text":"them to Lebanon","number":"h3844"},{"text":"they were in Lebanon","number":"h3844"},{"text":"was over the levy","number":"h4522"},{"text":"ten","number":"h6235"},{"text":"And he sent","number":"h7971"},{"text":"and two","number":"h8147"}],"13":[{"text":"men","number":"h376"},{"text":"thousand","number":"h505"},{"text":"out of all Israel","number":"h3478"},{"text":"And king","number":"h4428"},{"text":"a levy","number":"h4522"},{"text":"and the levy","number":"h4522"},{"text":"raised","number":"h5927"},{"text":"was thirty","number":"h7970"},{"text":"Solomon","number":"h8010"}],"6":[{"text":"that there is not among us any","number":"h376"},{"text":"according to all that thou shalt appoint","number":"h559"},{"text":"me cedar trees","number":"h730"},{"text":"for thou knowest","number":"h3045"},{"text":"that can skill","number":"h3045"},{"text":"thou that they hew","number":"h3772"},{"text":"to hew","number":"h3772"},{"text":"out of Lebanon","number":"h3844"},{"text":"and unto thee will I give","number":"h5414"},{"text":"and my servants","number":"h5650"},{"text":"for thy servants","number":"h5650"},{"text":"shall be with thy servants","number":"h5650"},{"text":"timber","number":"h6086"},{"text":"Now therefore command","number":"h6680"},{"text":"like unto the Sidonians","number":"h6722"},{"text":"hire","number":"h7939"}],"4":[{"text":"my God","number":"h430"},{"text":"But now the LORD","number":"h3068"},{"text":"hath given me rest","number":"h5117"},{"text":"on every side","number":"h5439"},{"text":"occurrent","number":"h6294"},{"text":"nor evil","number":"h7451"},{"text":"so that there is neither adversary","number":"h7854"}],"11":[{"text":"thousand","number":"h505"},{"text":"to his household","number":"h1004"},{"text":"of wheat","number":"h2406"},{"text":"Hiram","number":"h2438"},{"text":"to Hiram","number":"h2438"},{"text":"measures","number":"h3734"},{"text":"measures","number":"h3734"},{"text":"of pure","number":"h3795"},{"text":"for food","number":"h4361"},{"text":"gave","number":"h5414"},{"text":"thus gave","number":"h5414"},{"text":"and twenty","number":"h6242"},{"text":"twenty","number":"h6242"},{"text":"And Solomon","number":"h8010"},{"text":"Solomon","number":"h8010"},{"text":"oil","number":"h8081"},{"text":"by year","number":"h8141"},{"text":"year","number":"h8141"}],"15":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"in the mountains","number":"h2022"},{"text":"hewers","number":"h2672"},{"text":"that bare","number":"h5375"},{"text":"burdens","number":"h5449"},{"text":"had threescore and ten","number":"h7657"},{"text":"And Solomon","number":"h8010"},{"text":"and fourscore","number":"h8084"}],"16":[{"text":"thousand","number":"h505"},{"text":"hundred","number":"h3967"},{"text":"in the work","number":"h4399"},{"text":"which were over the work","number":"h4399"},{"text":"officers","number":"h5324"},{"text":"over the people","number":"h5971"},{"text":"that wrought","number":"h6213"},{"text":"which ruled","number":"h7287"},{"text":"and three","number":"h7969"},{"text":"three","number":"h7969"},{"text":"of Solomon's","number":"h8010"},{"text":"Beside the chief","number":"h8269"}],"7":[{"text":"and said","number":"h559"},{"text":"son","number":"h1121"},{"text":"Blessed","number":"h1288"},{"text":"the words","number":"h1697"},{"text":"unto David","number":"h1732"},{"text":"And it came to pass when Hiram","number":"h2438"},{"text":"a wise","number":"h2450"},{"text":"be the LORD","number":"h3068"},{"text":"this day","number":"h3117"},{"text":"greatly","number":"h3966"},{"text":"which hath given","number":"h5414"},{"text":"people","number":"h5971"},{"text":"over this great","number":"h7227"},{"text":"of Solomon","number":"h8010"},{"text":"that he rejoiced","number":"h8055"},{"text":"heard","number":"h8085"}],"2":[{"text":"saying","number":"h559"},{"text":"to Hiram","number":"h2438"},{"text":"sent","number":"h7971"},{"text":"And Solomon","number":"h8010"}],"8":[{"text":"saying","number":"h559"},{"text":"of cedar","number":"h730"},{"text":"of fir","number":"h1265"},{"text":"And Hiram","number":"h2438"},{"text":"all thy desire","number":"h2656"},{"text":"and concerning timber","number":"h6086"},{"text":"concerning timber","number":"h6086"},{"text":"to me for and I will do","number":"h6213"},{"text":"sent","number":"h7971"},{"text":"the things which thou sentest","number":"h7971"},{"text":"to Solomon","number":"h8010"},{"text":"I have considered","number":"h8085"}],"10":[{"text":"cedar","number":"h730"},{"text":"and fir","number":"h1265"},{"text":"So Hiram","number":"h2438"},{"text":"according to all his desire","number":"h2656"},{"text":"gave","number":"h5414"},{"text":"trees","number":"h6086"},{"text":"trees","number":"h6086"},{"text":"Solomon","number":"h8010"}],"9":[{"text":"for my household","number":"h1004"},{"text":"in floats","number":"h1702"},{"text":"my desire","number":"h2656"},{"text":"them by sea","number":"h3220"},{"text":"unto the sea","number":"h3220"},{"text":"shall bring them down","number":"h3381"},{"text":"from Lebanon","number":"h3844"},{"text":"food","number":"h3899"},{"text":"unto the place","number":"h4725"},{"text":"me and will cause them to be discharged","number":"h5310"},{"text":"there and thou shalt receive","number":"h5375"},{"text":"in giving","number":"h5414"},{"text":"My servants","number":"h5650"},{"text":"them and thou shalt accomplish","number":"h6213"},{"text":"and I will convey","number":"h7760"},{"text":"that thou shalt appoint","number":"h7971"}],"12":[{"text":"a league","number":"h1285"},{"text":"as he promised","number":"h1696"},{"text":"between Hiram","number":"h2438"},{"text":"wisdom","number":"h2451"},{"text":"And the LORD","number":"h3068"},{"text":"made","number":"h3772"},{"text":"gave","number":"h5414"},{"text":"him and there was peace","number":"h7965"},{"text":"Solomon","number":"h8010"},{"text":"and Solomon","number":"h8010"},{"text":"and they two","number":"h8147"},{"text":"together","number":"h8147"}]}
@@ -0,0 +1 @@
1
+ {"12":[{"text":"thy father","number":"h1"},{"text":"Concerning this house","number":"h1004"},{"text":"which thou art in building","number":"h1129"},{"text":"with thee which I spake","number":"h1696"},{"text":"my word","number":"h1697"},{"text":"unto David","number":"h1732"},{"text":"in my statutes","number":"h2708"},{"text":"if thou wilt walk","number":"h3212"},{"text":"to walk","number":"h3212"},{"text":"all my commandments","number":"h4687"},{"text":"my judgments","number":"h4941"},{"text":"and execute","number":"h6213"},{"text":"in them then will I perform","number":"h6965"},{"text":"and keep","number":"h8104"}],"7":[{"text":"of stone","number":"h68"},{"text":"And the house","number":"h1004"},{"text":"in the house","number":"h1004"},{"text":"was built","number":"h1129"},{"text":"when it was in building","number":"h1129"},{"text":"while it was in building","number":"h1129"},{"text":"of iron","number":"h1270"},{"text":"nor axe","number":"h1631"},{"text":"nor any tool","number":"h3627"},{"text":"before it was brought","number":"h4551"},{"text":"thither so that there was neither hammer","number":"h4717"},{"text":"made ready","number":"h8003"},{"text":"heard","number":"h8085"}],"18":[{"text":"there was no stone","number":"h68"},{"text":"And the cedar","number":"h730"},{"text":"all was cedar","number":"h730"},{"text":"of the house","number":"h1004"},{"text":"was carved","number":"h4734"},{"text":"and open","number":"h6362"},{"text":"within","number":"h6441"},{"text":"with knops","number":"h6497"},{"text":"flowers","number":"h6731"},{"text":"seen","number":"h7200"}],"3":[{"text":"And the porch","number":"h197"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"was the length","number":"h753"},{"text":"of the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"thereof before the house","number":"h1004"},{"text":"the temple","number":"h1964"},{"text":"and ten","number":"h6235"},{"text":"twenty","number":"h6242"},{"text":"before","number":"h6440"},{"text":"thereof according to the breadth","number":"h7341"},{"text":"was the breadth","number":"h7341"}],"38":[{"text":"And in the eleventh","number":"h259"},{"text":"Bul","number":"h945"},{"text":"was the house","number":"h1004"},{"text":"in building","number":"h1129"},{"text":"throughout all the parts","number":"h1697"},{"text":"month","number":"h2320"},{"text":"in the month","number":"h3391"},{"text":"finished","number":"h3615"},{"text":"thereof and according to all the fashion","number":"h4941"},{"text":"of it So was he seven","number":"h7651"},{"text":"which is the eighth","number":"h8066"},{"text":"year","number":"h8141"},{"text":"years","number":"h8141"}],"25":[{"text":"and one","number":"h259"},{"text":"were of one","number":"h259"},{"text":"cubits","number":"h520"},{"text":"cherub","number":"h3742"},{"text":"the cherubims","number":"h3742"},{"text":"measure","number":"h4060"},{"text":"was ten","number":"h6235"},{"text":"size","number":"h7095"},{"text":"And the other","number":"h8145"},{"text":"both","number":"h8147"}],"26":[{"text":"of the one","number":"h259"},{"text":"cubits","number":"h520"},{"text":"cherub","number":"h3742"},{"text":"cherub","number":"h3742"},{"text":"was ten","number":"h6235"},{"text":"The height","number":"h6967"},{"text":"and so was it of the other","number":"h8145"}],"27":[{"text":"of the one","number":"h259"},{"text":"house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"and the wing","number":"h3671"},{"text":"and their wings","number":"h3671"},{"text":"another","number":"h3671"},{"text":"one","number":"h3671"},{"text":"so that the wing","number":"h3671"},{"text":"the wings","number":"h3671"},{"text":"cherub","number":"h3742"},{"text":"of the cherubims","number":"h3742"},{"text":"the cherubims","number":"h3742"},{"text":"touched","number":"h5060"},{"text":"touched","number":"h5060"},{"text":"touched","number":"h5060"},{"text":"And he set","number":"h5414"},{"text":"the inner","number":"h6442"},{"text":"and they stretched forth","number":"h6566"},{"text":"the one wall","number":"h7023"},{"text":"wall","number":"h7023"},{"text":"of the other","number":"h8145"},{"text":"the other","number":"h8145"},{"text":"in the midst","number":"h8432"},{"text":"within","number":"h8432"}],"34":[{"text":"of the one","number":"h259"},{"text":"were of fir","number":"h1265"},{"text":"were folding","number":"h1550"},{"text":"were folding","number":"h1550"},{"text":"door","number":"h1817"},{"text":"door","number":"h1817"},{"text":"doors","number":"h1817"},{"text":"tree","number":"h6086"},{"text":"leaves","number":"h6763"},{"text":"leaves","number":"h7050"},{"text":"of the other","number":"h8145"},{"text":"And the two","number":"h8147"},{"text":"and the two","number":"h8147"},{"text":"the two","number":"h8147"}],"24":[{"text":"was the one","number":"h259"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"And five","number":"h2568"},{"text":"and five","number":"h2568"},{"text":"of the one wing","number":"h3671"},{"text":"of the other","number":"h3671"},{"text":"wing","number":"h3671"},{"text":"wing","number":"h3671"},{"text":"of the cherub","number":"h3742"},{"text":"of the cherub","number":"h3742"},{"text":"were ten","number":"h6235"},{"text":"from the uttermost part","number":"h7098"},{"text":"unto the uttermost part","number":"h7098"},{"text":"the other","number":"h8145"}],"10":[{"text":"and they rested","number":"h270"},{"text":"cubits","number":"h520"},{"text":"of cedar","number":"h730"},{"text":"against all the house","number":"h1004"},{"text":"on the house","number":"h1004"},{"text":"And then he built","number":"h1129"},{"text":"five","number":"h2568"},{"text":"chambers","number":"h3326"},{"text":"with timber","number":"h6086"},{"text":"high","number":"h6967"}],"6":[{"text":"that the beams should not be fastened","number":"h270"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"of the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"for without in the wall of","number":"h2351"},{"text":"was five","number":"h2568"},{"text":"chamber","number":"h3326"},{"text":"narrowed rests","number":"h4052"},{"text":"he made","number":"h5414"},{"text":"round about","number":"h5439"},{"text":"in the walls","number":"h7023"},{"text":"broad","number":"h7341"},{"text":"broad","number":"h7341"},{"text":"broad","number":"h7341"},{"text":"was seven","number":"h7651"},{"text":"and the third","number":"h7992"},{"text":"was six","number":"h8337"},{"text":"The nethermost","number":"h8481"},{"text":"and the middle","number":"h8484"}],"4":[{"text":"of narrow","number":"h331"},{"text":"And for the house","number":"h1004"},{"text":"windows","number":"h2474"},{"text":"he made","number":"h6213"},{"text":"lights","number":"h8261"}],"31":[{"text":"the lintel","number":"h352"},{"text":"of the oracle","number":"h1687"},{"text":"doors","number":"h1817"},{"text":"were a fifth part","number":"h2549"},{"text":"and side posts","number":"h4201"},{"text":"tree","number":"h6086"},{"text":"he made","number":"h6213"},{"text":"And for the entering","number":"h6607"},{"text":"of olive","number":"h8081"}],"16":[{"text":"cubits","number":"h520"},{"text":"of cedar","number":"h730"},{"text":"of the house","number":"h1004"},{"text":"them for it within","number":"h1004"},{"text":"And he built","number":"h1129"},{"text":"he even built","number":"h1129"},{"text":"even for the oracle","number":"h1687"},{"text":"on the sides","number":"h3411"},{"text":"both","number":"h4480"},{"text":"twenty","number":"h6242"},{"text":"with boards","number":"h6763"},{"text":"even for the most","number":"h6944"},{"text":"holy","number":"h6944"},{"text":"and the walls","number":"h7023"},{"text":"the floor","number":"h7172"}],"17":[{"text":"cubits","number":"h520"},{"text":"it was forty","number":"h705"},{"text":"And the house","number":"h1004"},{"text":"that is the temple","number":"h1964"},{"text":"before","number":"h3942"}],"2":[{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"the length","number":"h753"},{"text":"And the house","number":"h1004"},{"text":"built","number":"h1129"},{"text":"for the LORD","number":"h3068"},{"text":"which king","number":"h4428"},{"text":"thereof twenty","number":"h6242"},{"text":"cubits and the height","number":"h6967"},{"text":"and the breadth","number":"h7341"},{"text":"thereof thirty","number":"h7970"},{"text":"Solomon","number":"h8010"},{"text":"thereof was threescore","number":"h8346"}],"20":[{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"which was of cedar","number":"h730"},{"text":"in length","number":"h753"},{"text":"And the oracle","number":"h1687"},{"text":"gold","number":"h2091"},{"text":"the altar","number":"h4196"},{"text":"it with pure","number":"h5462"},{"text":"and twenty","number":"h6242"},{"text":"and twenty","number":"h6242"},{"text":"was twenty","number":"h6242"},{"text":"in the forepart","number":"h6440"},{"text":"and so covered","number":"h6823"},{"text":"thereof and he overlaid","number":"h6823"},{"text":"in the height","number":"h6967"},{"text":"in breadth","number":"h7341"}],"23":[{"text":"cubits","number":"h520"},{"text":"And within the oracle","number":"h1687"},{"text":"cherubims","number":"h3742"},{"text":"tree","number":"h6086"},{"text":"he made","number":"h6213"},{"text":"each ten","number":"h6235"},{"text":"high","number":"h6967"},{"text":"of olive","number":"h8081"},{"text":"two","number":"h8147"}],"11":[{"text":"saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"came to Solomon","number":"h8010"}],"1":[{"text":"And it came to pass in the four","number":"h702"},{"text":"of the land","number":"h776"},{"text":"the house","number":"h1004"},{"text":"after the children","number":"h1121"},{"text":"that he began to build","number":"h1129"},{"text":"Zif","number":"h2099"},{"text":"in the month","number":"h2320"},{"text":"month","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"were come out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"over Israel","number":"h3478"},{"text":"hundred","number":"h3967"},{"text":"reign","number":"h4427"},{"text":"of Egypt","number":"h4714"},{"text":"in the fourth","number":"h7243"},{"text":"of Solomon's","number":"h8010"},{"text":"and eightieth","number":"h8084"},{"text":"year","number":"h8141"},{"text":"year","number":"h8141"},{"text":"which is the second","number":"h8145"}],"19":[{"text":"there the ark","number":"h727"},{"text":"the house","number":"h1004"},{"text":"of the covenant","number":"h1285"},{"text":"And the oracle","number":"h1687"},{"text":"of the LORD","number":"h3068"},{"text":"he prepared","number":"h3559"},{"text":"to set","number":"h5414"},{"text":"within","number":"h6441"},{"text":"in","number":"h8432"}],"15":[{"text":"of cedar","number":"h730"},{"text":"of the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"them on the inside","number":"h1004"},{"text":"within","number":"h1004"},{"text":"And he built","number":"h1129"},{"text":"of fir","number":"h1265"},{"text":"of the cieling","number":"h5604"},{"text":"with wood","number":"h6086"},{"text":"with boards","number":"h6763"},{"text":"with planks","number":"h6763"},{"text":"and covered","number":"h6823"},{"text":"and he covered","number":"h6823"},{"text":"and the walls","number":"h7023"},{"text":"the walls","number":"h7023"},{"text":"both the floor","number":"h7172"},{"text":"the floor","number":"h7172"}],"36":[{"text":"of cedar","number":"h730"},{"text":"And he built","number":"h1129"},{"text":"of hewed stone","number":"h1496"},{"text":"court","number":"h2691"},{"text":"and a row","number":"h2905"},{"text":"rows","number":"h2905"},{"text":"beams","number":"h3773"},{"text":"the inner","number":"h6442"},{"text":"with three","number":"h7969"}],"9":[{"text":"of cedar","number":"h730"},{"text":"the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"So he built","number":"h1129"},{"text":"with beams","number":"h1356"},{"text":"and finished","number":"h3615"},{"text":"it and covered","number":"h5603"},{"text":"and boards","number":"h7713"}],"22":[{"text":"And the whole house","number":"h1004"},{"text":"all the house","number":"h1004"},{"text":"that was by the oracle","number":"h1687"},{"text":"with gold","number":"h2091"},{"text":"with gold","number":"h2091"},{"text":"also the whole altar","number":"h4196"},{"text":"he overlaid","number":"h6823"},{"text":"he overlaid","number":"h6823"},{"text":"until he had finished","number":"h8552"}],"29":[{"text":"of the house","number":"h1004"},{"text":"and without","number":"h2435"},{"text":"of cherubims","number":"h3742"},{"text":"round about","number":"h4524"},{"text":"figures","number":"h4734"},{"text":"and open","number":"h6362"},{"text":"within","number":"h6441"},{"text":"with carved","number":"h6603"},{"text":"flowers","number":"h6731"},{"text":"all the walls","number":"h7023"},{"text":"And he carved","number":"h7049"},{"text":"and palm trees","number":"h8561"}],"30":[{"text":"of the house","number":"h1004"},{"text":"with gold","number":"h2091"},{"text":"and without","number":"h2435"},{"text":"within","number":"h6441"},{"text":"he overlaid","number":"h6823"},{"text":"And the floor","number":"h7172"}],"37":[{"text":"of the house","number":"h1004"},{"text":"Zif","number":"h2099"},{"text":"of the LORD","number":"h3068"},{"text":"laid","number":"h3245"},{"text":"was the foundation","number":"h3245"},{"text":"in the month","number":"h3391"},{"text":"In the fourth","number":"h7243"},{"text":"year","number":"h8141"}],"5":[{"text":"of the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"he built","number":"h1129"},{"text":"and of the oracle","number":"h1687"},{"text":"both of the temple","number":"h1964"},{"text":"chambers","number":"h3326"},{"text":"round about","number":"h5439"},{"text":"round about","number":"h5439"},{"text":"round about","number":"h5439"},{"text":"and he made","number":"h6213"},{"text":"chambers","number":"h6763"},{"text":"And against the wall","number":"h7023"},{"text":"against the walls","number":"h7023"}],"8":[{"text":"of the house","number":"h1004"},{"text":"was in the right","number":"h3233"},{"text":"side","number":"h3802"},{"text":"with winding stairs","number":"h3883"},{"text":"and they went up","number":"h5927"},{"text":"The door","number":"h6607"},{"text":"chamber","number":"h6763"},{"text":"into the third","number":"h7992"},{"text":"chamber and out of the middle","number":"h8484"},{"text":"for the middle","number":"h8484"},{"text":"into the middle","number":"h8484"}],"14":[{"text":"the house","number":"h1004"},{"text":"built","number":"h1129"},{"text":"and finished","number":"h3615"},{"text":"So Solomon","number":"h8010"}],"21":[{"text":"the house","number":"h1004"},{"text":"the oracle","number":"h1687"},{"text":"gold","number":"h2091"},{"text":"it with gold","number":"h2091"},{"text":"of gold","number":"h2091"},{"text":"with pure","number":"h5462"},{"text":"and he made a partition","number":"h5674"},{"text":"before","number":"h6440"},{"text":"within","number":"h6441"},{"text":"and he overlaid","number":"h6823"},{"text":"overlaid","number":"h6823"},{"text":"by the chains","number":"h7572"},{"text":"So Solomon","number":"h8010"}],"13":[{"text":"the children","number":"h1121"},{"text":"Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"and will not forsake","number":"h5800"},{"text":"my people","number":"h5971"},{"text":"And I will dwell","number":"h7931"},{"text":"among","number":"h8432"}],"32":[{"text":"doors","number":"h1817"},{"text":"gold","number":"h2091"},{"text":"them with gold","number":"h2091"},{"text":"of cherubims","number":"h3742"},{"text":"upon the cherubims","number":"h3742"},{"text":"upon them carvings","number":"h4734"},{"text":"tree","number":"h6086"},{"text":"and open","number":"h6362"},{"text":"flowers","number":"h6731"},{"text":"and overlaid","number":"h6823"},{"text":"and he carved","number":"h7049"},{"text":"and spread","number":"h7286"},{"text":"also were of olive","number":"h8081"},{"text":"The two","number":"h8147"},{"text":"and palm trees","number":"h8561"},{"text":"and upon the palm trees","number":"h8561"}],"33":[{"text":"of the temple","number":"h1964"},{"text":"posts","number":"h4201"},{"text":"tree","number":"h6086"},{"text":"So also made","number":"h6213"},{"text":"he for the door","number":"h6607"},{"text":"a fourth part","number":"h7243"},{"text":"of olive","number":"h8081"}],"35":[{"text":"them with gold","number":"h2091"},{"text":"upon the carved work","number":"h2707"},{"text":"fitted","number":"h3474"},{"text":"thereon cherubims","number":"h3742"},{"text":"and open","number":"h6362"},{"text":"flowers","number":"h6731"},{"text":"and covered","number":"h6823"},{"text":"And he carved","number":"h7049"},{"text":"and palm trees","number":"h8561"}],"28":[{"text":"with gold","number":"h2091"},{"text":"the cherubims","number":"h3742"},{"text":"And he overlaid","number":"h6823"}]}