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
+ {"24":[{"text":"of his fathers","number":"h1"},{"text":"mourned","number":"h56"},{"text":"for Josiah","number":"h2977"},{"text":"And all Judah","number":"h3063"},{"text":"that he had and they brought","number":"h3212"},{"text":"and Jerusalem","number":"h3389"},{"text":"him to Jerusalem","number":"h3389"},{"text":"and he died","number":"h4191"},{"text":"him out of that chariot","number":"h4818"},{"text":"him in the second","number":"h4932"},{"text":"His servants","number":"h5650"},{"text":"therefore took","number":"h5674"},{"text":"and was buried","number":"h6912"},{"text":"in one of the sepulchres","number":"h6913"},{"text":"and put","number":"h7392"},{"text":"chariot","number":"h7393"}],"12":[{"text":"of the families","number":"h1"},{"text":"of the people","number":"h1121"},{"text":"And so did they with the oxen","number":"h1241"},{"text":"unto the LORD","number":"h3068"},{"text":"as it is written","number":"h3789"},{"text":"according to the divisions","number":"h4653"},{"text":"of Moses","number":"h4872"},{"text":"that they might give","number":"h5414"},{"text":"And they removed","number":"h5493"},{"text":"in the book","number":"h5612"},{"text":"the burnt offerings","number":"h5930"},{"text":"to offer","number":"h7126"}],"5":[{"text":"of the families","number":"h1"},{"text":"of the fathers","number":"h1"},{"text":"of your brethren","number":"h251"},{"text":"of the families","number":"h1004"},{"text":"the people","number":"h1121"},{"text":"and after the division","number":"h2515"},{"text":"of the Levites","number":"h3881"},{"text":"And stand in","number":"h5975"},{"text":"place according to the divisions","number":"h6391"},{"text":"the holy","number":"h6944"}],"4":[{"text":"of your fathers","number":"h1"},{"text":"yourselves by the houses","number":"h1004"},{"text":"his son","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"of Israel","number":"h3478"},{"text":"And prepare","number":"h3559"},{"text":"according to the writing","number":"h3791"},{"text":"after your courses","number":"h4256"},{"text":"and according to the writing","number":"h4385"},{"text":"king","number":"h4428"},{"text":"of Solomon","number":"h8010"}],"14":[{"text":"of Aaron","number":"h175"},{"text":"of Aaron","number":"h175"},{"text":"And afterward","number":"h310"},{"text":"the sons","number":"h1121"},{"text":"the sons","number":"h1121"},{"text":"and the fat","number":"h2459"},{"text":"because the priests","number":"h3548"},{"text":"for themselves and for the priests","number":"h3548"},{"text":"for themselves and for the priests","number":"h3548"},{"text":"prepared","number":"h3559"},{"text":"they made ready","number":"h3559"},{"text":"therefore the Levites","number":"h3881"},{"text":"until night","number":"h3915"},{"text":"were busied in offering","number":"h5927"},{"text":"of burnt offerings","number":"h5930"}],"15":[{"text":"for their brethren","number":"h251"},{"text":"and Asaph","number":"h623"},{"text":"of Asaph","number":"h623"},{"text":"the sons","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"and Heman","number":"h1968"},{"text":"seer","number":"h2374"},{"text":"and Jeduthun","number":"h3038"},{"text":"prepared","number":"h3559"},{"text":"the Levites","number":"h3881"},{"text":"the king's","number":"h4428"},{"text":"were in their place","number":"h4612"},{"text":"according to the commandment","number":"h4687"},{"text":"they might not depart","number":"h5493"},{"text":"from their service","number":"h5656"},{"text":"and the porters","number":"h7778"},{"text":"And the singers","number":"h7891"},{"text":"waited at every gate","number":"h8179"}],"9":[{"text":"his brethren","number":"h251"},{"text":"thousand","number":"h505"},{"text":"oxen","number":"h1241"},{"text":"five","number":"h2568"},{"text":"small cattle and five","number":"h2568"},{"text":"and Hashabiah","number":"h2811"},{"text":"and Jozabad","number":"h3107"},{"text":"and Jeiel","number":"h3273"},{"text":"Conaniah","number":"h3562"},{"text":"of the Levites","number":"h3881"},{"text":"unto the Levites","number":"h3881"},{"text":"hundred","number":"h3967"},{"text":"and Nethaneel","number":"h5417"},{"text":"for passover offerings","number":"h6453"},{"text":"gave","number":"h7311"},{"text":"also and Shemaiah","number":"h8098"},{"text":"chief","number":"h8269"}],"6":[{"text":"your brethren","number":"h251"},{"text":"according to the word","number":"h1697"},{"text":"by the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"yourselves and prepare","number":"h3559"},{"text":"of Moses","number":"h4872"},{"text":"that they may do","number":"h6213"},{"text":"the passover","number":"h6453"},{"text":"and sanctify","number":"h6942"},{"text":"So kill","number":"h7819"}],"20":[{"text":"After","number":"h310"},{"text":"the temple","number":"h1004"},{"text":"all this when Josiah","number":"h2977"},{"text":"and Josiah","number":"h2977"},{"text":"went out","number":"h3318"},{"text":"had prepared","number":"h3559"},{"text":"against Carchemish","number":"h3751"},{"text":"to fight","number":"h3898"},{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"Necho","number":"h5224"},{"text":"came up","number":"h5927"},{"text":"by Euphrates","number":"h6578"},{"text":"against","number":"h7125"}],"27":[{"text":"and last","number":"h314"},{"text":"And his deeds","number":"h1697"},{"text":"and Judah","number":"h3063"},{"text":"of Israel","number":"h3478"},{"text":"behold they are written","number":"h3789"},{"text":"of the kings","number":"h4428"},{"text":"in the book","number":"h5612"},{"text":"first","number":"h7223"}],"21":[{"text":"for God","number":"h430"},{"text":"thee from meddling with God","number":"h430"},{"text":"commanded","number":"h559"},{"text":"to him saying","number":"h559"},{"text":"me to make haste","number":"h926"},{"text":"but against the house","number":"h1004"},{"text":"forbear","number":"h2308"},{"text":"of Judah","number":"h3063"},{"text":"I come not against thee this day","number":"h3117"},{"text":"ambassadors","number":"h4397"},{"text":"wherewith I have war","number":"h4421"},{"text":"What have I to do with thee thou king","number":"h4428"},{"text":"who is with me that he destroy","number":"h7843"},{"text":"But he sent","number":"h7971"}],"22":[{"text":"of God","number":"h430"},{"text":"and came","number":"h935"},{"text":"in the valley","number":"h1237"},{"text":"not unto the words","number":"h1697"},{"text":"from him but disguised","number":"h2664"},{"text":"Nevertheless Josiah","number":"h2977"},{"text":"himself that he might fight","number":"h3898"},{"text":"to fight","number":"h3898"},{"text":"of Megiddo","number":"h4023"},{"text":"of Necho","number":"h5224"},{"text":"would not turn","number":"h5437"},{"text":"from the mouth","number":"h6310"},{"text":"his face","number":"h6440"},{"text":"with him and hearkened","number":"h8085"}],"8":[{"text":"of God","number":"h430"},{"text":"two thousand","number":"h505"},{"text":"of the house","number":"h1004"},{"text":"oxen","number":"h1241"},{"text":"and Zechariah","number":"h2148"},{"text":"Hilkiah","number":"h2518"},{"text":"and Jehiel","number":"h3171"},{"text":"to the priests","number":"h3548"},{"text":"unto the priests","number":"h3548"},{"text":"and to the Levites","number":"h3881"},{"text":"hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"rulers","number":"h5057"},{"text":"willingly","number":"h5071"},{"text":"gave","number":"h5414"},{"text":"unto the people","number":"h5971"},{"text":"for the passover offerings","number":"h6453"},{"text":"gave","number":"h7311"},{"text":"small cattle and three","number":"h7969"},{"text":"And his princes","number":"h8269"},{"text":"and six","number":"h8337"}],"3":[{"text":"your God","number":"h430"},{"text":"And said","number":"h559"},{"text":"ark","number":"h727"},{"text":"that taught","number":"h995"},{"text":"in the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"did build","number":"h1129"},{"text":"of David","number":"h1732"},{"text":"now the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"all Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"upon your shoulders","number":"h3802"},{"text":"unto the Levites","number":"h3881"},{"text":"king","number":"h4428"},{"text":"it shall not be a burden","number":"h4853"},{"text":"Put","number":"h5414"},{"text":"serve","number":"h5647"},{"text":"and his people","number":"h5971"},{"text":"which were holy","number":"h6918"},{"text":"the holy","number":"h6944"},{"text":"which Solomon","number":"h8010"}],"7":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"and kids","number":"h1121"},{"text":"to the people","number":"h1121"},{"text":"bullocks","number":"h1241"},{"text":"And Josiah","number":"h2977"},{"text":"lambs","number":"h3532"},{"text":"these were of the king's","number":"h4428"},{"text":"to the number","number":"h4557"},{"text":"for all that were present","number":"h4672"},{"text":"all for the passover offerings","number":"h6453"},{"text":"of the flock","number":"h6629"},{"text":"gave","number":"h7311"},{"text":"substance","number":"h7399"},{"text":"and three","number":"h7969"},{"text":"of thirty","number":"h7970"}],"23":[{"text":"said","number":"h559"},{"text":"wounded","number":"h2470"},{"text":"Josiah","number":"h2977"},{"text":"And the archers","number":"h3384"},{"text":"shot","number":"h3384"},{"text":"for I am sore","number":"h3966"},{"text":"and the king","number":"h4428"},{"text":"at king","number":"h4428"},{"text":"to his servants","number":"h5650"},{"text":"Have me away","number":"h5674"}],"25":[{"text":"spake","number":"h559"},{"text":"them an ordinance","number":"h2706"},{"text":"for Josiah","number":"h2977"},{"text":"of Josiah","number":"h2977"},{"text":"to this day","number":"h3117"},{"text":"And Jeremiah","number":"h3414"},{"text":"in Israel","number":"h3478"},{"text":"and behold they are written","number":"h3789"},{"text":"and made","number":"h5414"},{"text":"lamented","number":"h6969"},{"text":"in the lamentations","number":"h7015"},{"text":"in their lamentations","number":"h7015"},{"text":"and all the singing men","number":"h7891"},{"text":"and the singing women","number":"h7891"}],"1":[{"text":"on the fourteenth","number":"h702"},{"text":"month","number":"h2320"},{"text":"Moreover Josiah","number":"h2977"},{"text":"unto the LORD","number":"h3068"},{"text":"in Jerusalem","number":"h3389"},{"text":"kept","number":"h6213"},{"text":"a passover","number":"h6453"},{"text":"the passover","number":"h6453"},{"text":"day of the first","number":"h7223"},{"text":"and they killed","number":"h7819"}],"13":[{"text":"with fire","number":"h784"},{"text":"among all the people","number":"h1121"},{"text":"And they roasted","number":"h1310"},{"text":"offerings sod","number":"h1310"},{"text":"and in caldrons","number":"h1731"},{"text":"according to the ordinance","number":"h4941"},{"text":"they in pots","number":"h5518"},{"text":"the passover","number":"h6453"},{"text":"and in pans","number":"h6745"},{"text":"but the other holy","number":"h6944"},{"text":"and divided them speedily","number":"h7323"}],"2":[{"text":"of the house","number":"h1004"},{"text":"and encouraged","number":"h2388"},{"text":"of the LORD","number":"h3068"},{"text":"the priests","number":"h3548"},{"text":"in their charges","number":"h4931"},{"text":"them to the service","number":"h5656"},{"text":"And he set","number":"h5975"}],"17":[{"text":"And the children","number":"h1121"},{"text":"and the feast","number":"h2282"},{"text":"days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"that were present","number":"h4672"},{"text":"of unleavened bread","number":"h4682"},{"text":"kept","number":"h6213"},{"text":"at that time","number":"h6256"},{"text":"the passover","number":"h6453"},{"text":"seven","number":"h7651"}],"26":[{"text":"of the acts","number":"h1697"},{"text":"and his goodness","number":"h2617"},{"text":"of Josiah","number":"h2977"},{"text":"of the LORD","number":"h3068"},{"text":"Now the rest","number":"h3499"},{"text":"according to that which was written","number":"h3789"},{"text":"in the law","number":"h8451"}],"11":[{"text":"sprinkled","number":"h2236"},{"text":"the blood from their hands","number":"h3027"},{"text":"and the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"the passover","number":"h6453"},{"text":"flayed","number":"h6584"},{"text":"And they killed","number":"h7819"}],"16":[{"text":"Josiah","number":"h2977"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"the same day","number":"h3117"},{"text":"was prepared","number":"h3559"},{"text":"upon the altar","number":"h4196"},{"text":"of king","number":"h4428"},{"text":"according to the commandment","number":"h4687"},{"text":"So all the service","number":"h5656"},{"text":"and to offer","number":"h5927"},{"text":"burnt offerings","number":"h5930"},{"text":"to keep","number":"h6213"},{"text":"the passover","number":"h6453"}],"18":[{"text":"as Josiah","number":"h2977"},{"text":"and all Judah","number":"h3063"},{"text":"from the days","number":"h3117"},{"text":"of Jerusalem","number":"h3389"},{"text":"and the inhabitants","number":"h3427"},{"text":"and Israel","number":"h3478"},{"text":"in Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"and the priests","number":"h3548"},{"text":"like","number":"h3644"},{"text":"and the Levites","number":"h3881"},{"text":"all the kings","number":"h4428"},{"text":"that were present","number":"h4672"},{"text":"the prophet","number":"h5030"},{"text":"keep","number":"h6213"},{"text":"kept","number":"h6213"},{"text":"neither did","number":"h6213"},{"text":"to that kept","number":"h6213"},{"text":"And there was no passover","number":"h6453"},{"text":"such a passover","number":"h6453"},{"text":"of Samuel","number":"h8050"}],"19":[{"text":"of Josiah","number":"h2977"},{"text":"of the reign","number":"h4438"},{"text":"kept","number":"h6213"},{"text":"was this passover","number":"h6453"},{"text":"In the eighteenth","number":"h8083"},{"text":"year","number":"h8141"}],"10":[{"text":"and the priests","number":"h3548"},{"text":"was prepared","number":"h3559"},{"text":"and the Levites","number":"h3881"},{"text":"in their courses","number":"h4256"},{"text":"according to the king's","number":"h4428"},{"text":"commandment","number":"h4687"},{"text":"So the service","number":"h5656"},{"text":"stood","number":"h5975"},{"text":"in their place","number":"h5977"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"in his father's","number":"h1"},{"text":"of the land","number":"h776"},{"text":"the son","number":"h1121"},{"text":"of Josiah","number":"h2977"},{"text":"Jehoahaz","number":"h3059"},{"text":"stead in Jerusalem","number":"h3389"},{"text":"took","number":"h3947"},{"text":"and made him king","number":"h4427"},{"text":"Then the people","number":"h5971"}],"15":[{"text":"of their fathers","number":"h1"},{"text":"God","number":"h430"},{"text":"because he had compassion","number":"h2550"},{"text":"to them by","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"his messengers","number":"h4397"},{"text":"and on his dwelling","number":"h4583"},{"text":"on his people","number":"h5971"},{"text":"rising up betimes","number":"h7925"},{"text":"and sending","number":"h7971"},{"text":"sent","number":"h7971"}],"18":[{"text":"and the treasures","number":"h214"},{"text":"and the treasures","number":"h214"},{"text":"of God","number":"h430"},{"text":"to Babylon","number":"h894"},{"text":"all these he brought","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"great","number":"h1419"},{"text":"of the LORD","number":"h3068"},{"text":"And all the vessels","number":"h3627"},{"text":"of the king","number":"h4428"},{"text":"and small","number":"h6996"},{"text":"and of his princes","number":"h8269"}],"10":[{"text":"his brother","number":"h251"},{"text":"him to Babylon","number":"h894"},{"text":"and brought","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"with the goodly","number":"h2532"},{"text":"over Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"and Jerusalem","number":"h3389"},{"text":"vessels","number":"h3627"},{"text":"king","number":"h4427"},{"text":"king","number":"h4428"},{"text":"Nebuchadnezzar","number":"h5019"},{"text":"and made Zedekiah","number":"h6667"},{"text":"sent","number":"h7971"},{"text":"And when the year","number":"h8141"},{"text":"was expired","number":"h8666"}],"4":[{"text":"his brother","number":"h251"},{"text":"his brother","number":"h251"},{"text":"made Eliakim","number":"h471"},{"text":"and carried","number":"h935"},{"text":"over Judah","number":"h3063"},{"text":"to Jehoiakim","number":"h3079"},{"text":"Jehoahaz","number":"h3099"},{"text":"and Jerusalem","number":"h3389"},{"text":"took","number":"h3947"},{"text":"king","number":"h4427"},{"text":"And the king","number":"h4428"},{"text":"him to Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"And Necho","number":"h5224"},{"text":"and turned","number":"h5437"},{"text":"his name","number":"h8034"}],"22":[{"text":"Now in the first","number":"h259"},{"text":"saying","number":"h559"},{"text":"that the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Jeremiah","number":"h3414"},{"text":"of Cyrus","number":"h3566"},{"text":"of Cyrus","number":"h3566"},{"text":"might be accomplished","number":"h3615"},{"text":"and put it also in writing","number":"h4385"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"throughout all his kingdom","number":"h4438"},{"text":"that he made a proclamation","number":"h5674"},{"text":"stirred up","number":"h5782"},{"text":"spoken by the mouth","number":"h6310"},{"text":"of Persia","number":"h6539"},{"text":"of Persia","number":"h6539"},{"text":"the spirit","number":"h7307"},{"text":"year","number":"h8141"}],"11":[{"text":"eleven","number":"h259"},{"text":"was one","number":"h259"},{"text":"old","number":"h1121"},{"text":"in Jerusalem","number":"h3389"},{"text":"and reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"and twenty","number":"h6242"},{"text":"Zedekiah","number":"h6667"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"5":[{"text":"eleven","number":"h259"},{"text":"his God","number":"h430"},{"text":"old","number":"h1121"},{"text":"and five","number":"h2568"},{"text":"of the LORD","number":"h3068"},{"text":"Jehoiakim","number":"h3079"},{"text":"in Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"in the sight","number":"h5869"},{"text":"and he did","number":"h6213"},{"text":"was twenty","number":"h6242"},{"text":"that which was evil","number":"h7451"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"13":[{"text":"God","number":"h430"},{"text":"by God","number":"h430"},{"text":"and hardened","number":"h553"},{"text":"unto the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"his heart","number":"h3824"},{"text":"against king","number":"h4428"},{"text":"And he also rebelled","number":"h4775"},{"text":"Nebuchadnezzar","number":"h5019"},{"text":"his neck","number":"h6203"},{"text":"but he stiffened","number":"h7185"},{"text":"who had made him swear","number":"h7650"},{"text":"from turning","number":"h7725"}],"23":[{"text":"God","number":"h430"},{"text":"his God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"of the earth","number":"h776"},{"text":"him an house","number":"h1004"},{"text":"me to build","number":"h1129"},{"text":"which is in Judah","number":"h3063"},{"text":"The LORD","number":"h3068"},{"text":"hath the LORD","number":"h3068"},{"text":"in Jerusalem","number":"h3389"},{"text":"Cyrus","number":"h3566"},{"text":"king","number":"h4428"},{"text":"All the kingdoms","number":"h4467"},{"text":"given","number":"h5414"},{"text":"be with him and let him go up","number":"h5927"},{"text":"Who is there among you of all his people","number":"h5971"},{"text":"me and he hath charged","number":"h6485"},{"text":"of Persia","number":"h6539"},{"text":"of heaven","number":"h8064"}],"12":[{"text":"his God","number":"h430"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"Jeremiah","number":"h3414"},{"text":"and humbled","number":"h3665"},{"text":"the prophet","number":"h5030"},{"text":"in the sight","number":"h5869"},{"text":"And he did","number":"h6213"},{"text":"speaking from the mouth","number":"h6310"},{"text":"not himself before","number":"h6440"},{"text":"that which was evil","number":"h7451"}],"16":[{"text":"of God","number":"h430"},{"text":"and despised","number":"h959"},{"text":"his words","number":"h1697"},{"text":"until the wrath","number":"h2534"},{"text":"of the LORD","number":"h3068"},{"text":"But they mocked","number":"h3931"},{"text":"the messengers","number":"h4397"},{"text":"till there was no remedy","number":"h4832"},{"text":"his prophets","number":"h5030"},{"text":"arose","number":"h5927"},{"text":"against his people","number":"h5971"},{"text":"and misused","number":"h8591"}],"19":[{"text":"of God","number":"h430"},{"text":"all the palaces","number":"h759"},{"text":"thereof with fire","number":"h784"},{"text":"the house","number":"h1004"},{"text":"the wall","number":"h2346"},{"text":"of Jerusalem","number":"h3389"},{"text":"vessels","number":"h3627"},{"text":"all the goodly","number":"h4261"},{"text":"and brake down","number":"h5422"},{"text":"and destroyed","number":"h7843"},{"text":"And they burnt","number":"h8313"},{"text":"and burnt","number":"h8313"}],"6":[{"text":"and bound","number":"h631"},{"text":"him to Babylon","number":"h894"},{"text":"of Babylon","number":"h894"},{"text":"to carry","number":"h3212"},{"text":"king","number":"h4428"},{"text":"Nebuchadnezzar","number":"h5019"},{"text":"him in fetters","number":"h5178"},{"text":"Against him came up","number":"h5927"}],"3":[{"text":"the land","number":"h776"},{"text":"of gold","number":"h2091"},{"text":"at Jerusalem","number":"h3389"},{"text":"and a talent","number":"h3603"},{"text":"talents","number":"h3603"},{"text":"of silver","number":"h3701"},{"text":"in an hundred","number":"h3967"},{"text":"And the king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"put him down","number":"h5493"},{"text":"and condemned","number":"h6064"}],"21":[{"text":"until the land","number":"h776"},{"text":"the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"for as long as","number":"h3117"},{"text":"of Jeremiah","number":"h3414"},{"text":"To fulfil","number":"h4390"},{"text":"to fulfil","number":"h4390"},{"text":"by the mouth","number":"h6310"},{"text":"had enjoyed","number":"h7521"},{"text":"threescore and ten","number":"h7657"},{"text":"she kept sabbath","number":"h7673"},{"text":"her sabbaths","number":"h7676"},{"text":"she lay desolate","number":"h8074"},{"text":"years","number":"h8141"}],"7":[{"text":"at Babylon","number":"h894"},{"text":"to Babylon","number":"h894"},{"text":"also carried","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"them in his temple","number":"h1964"},{"text":"of the LORD","number":"h3068"},{"text":"of the vessels","number":"h3627"},{"text":"Nebuchadnezzar","number":"h5019"},{"text":"and put","number":"h5414"}],"20":[{"text":"to Babylon","number":"h894"},{"text":"to him and his sons","number":"h1121"},{"text":"carried he away","number":"h1540"},{"text":"from the sword","number":"h2719"},{"text":"until the reign","number":"h4427"},{"text":"of the kingdom","number":"h4438"},{"text":"where they were servants","number":"h5650"},{"text":"of Persia","number":"h6539"},{"text":"And them that had escaped","number":"h7611"}],"17":[{"text":"their young men","number":"h970"},{"text":"upon young man","number":"h970"},{"text":"in the house","number":"h1004"},{"text":"or maiden","number":"h1330"},{"text":"who slew","number":"h2026"},{"text":"old man","number":"h2205"},{"text":"and had no compassion","number":"h2550"},{"text":"with the sword","number":"h2719"},{"text":"them all into his hand","number":"h3027"},{"text":"or him that stooped for age","number":"h3486"},{"text":"of the Chaldees","number":"h3778"},{"text":"upon them the king","number":"h4428"},{"text":"of their sanctuary","number":"h4720"},{"text":"he gave","number":"h5414"},{"text":"Therefore he brought","number":"h5927"}],"14":[{"text":"the house","number":"h1004"},{"text":"of the heathen","number":"h1471"},{"text":"and polluted","number":"h2930"},{"text":"of the LORD","number":"h3068"},{"text":"in Jerusalem","number":"h3389"},{"text":"of the priests","number":"h3548"},{"text":"transgressed","number":"h4603"},{"text":"very","number":"h4604"},{"text":"and the people","number":"h5971"},{"text":"which he had hallowed","number":"h6942"},{"text":"much","number":"h7235"},{"text":"Moreover all the chief","number":"h8269"},{"text":"after all the abominations","number":"h8441"}],"8":[{"text":"his son","number":"h1121"},{"text":"of the acts","number":"h1697"},{"text":"and Judah","number":"h3063"},{"text":"and Jehoiachin","number":"h3078"},{"text":"of Jehoiakim","number":"h3079"},{"text":"of Israel","number":"h3478"},{"text":"Now the rest","number":"h3499"},{"text":"in him behold they are written","number":"h3789"},{"text":"reigned","number":"h4427"},{"text":"of the kings","number":"h4428"},{"text":"and that which was found","number":"h4672"},{"text":"in the book","number":"h5612"},{"text":"which he did","number":"h6213"},{"text":"and his abominations","number":"h8441"}],"2":[{"text":"old","number":"h1121"},{"text":"months","number":"h2320"},{"text":"Jehoahaz","number":"h3099"},{"text":"in Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"was twenty","number":"h6242"},{"text":"and three","number":"h7969"},{"text":"three","number":"h7969"},{"text":"years","number":"h8141"}],"9":[{"text":"old","number":"h1121"},{"text":"months","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"Jehoiachin","number":"h3078"},{"text":"days","number":"h3117"},{"text":"in Jerusalem","number":"h3389"},{"text":"and he reigned","number":"h4427"},{"text":"when he began to reign","number":"h4427"},{"text":"in the sight","number":"h5869"},{"text":"and he did","number":"h6213"},{"text":"and ten","number":"h6235"},{"text":"that which was evil","number":"h7451"},{"text":"three","number":"h7969"},{"text":"was eight","number":"h8083"},{"text":"years","number":"h8141"}]}
@@ -0,0 +1 @@
1
+ {"16":[{"text":"his father","number":"h1"},{"text":"for the house","number":"h1004"},{"text":"did Huram","number":"h2361"},{"text":"of the LORD","number":"h3068"},{"text":"also and the shovels","number":"h3257"},{"text":"and all their instruments","number":"h3627"},{"text":"and the fleshhooks","number":"h4207"},{"text":"to king","number":"h4428"},{"text":"of bright","number":"h4838"},{"text":"brass","number":"h5178"},{"text":"The pots","number":"h5518"},{"text":"make","number":"h6213"},{"text":"Solomon","number":"h8010"}],"17":[{"text":"ground","number":"h127"},{"text":"cast","number":"h3332"},{"text":"of Jordan","number":"h3383"},{"text":"In the plain","number":"h3603"},{"text":"did the king","number":"h4428"},{"text":"between Succoth","number":"h5523"},{"text":"them in the clay","number":"h5645"},{"text":"and Zeredathah","number":"h6868"}],"15":[{"text":"One","number":"h259"},{"text":"oxen","number":"h1241"},{"text":"sea","number":"h3220"},{"text":"and twelve","number":"h8147"}],"13":[{"text":"on each","number":"h259"},{"text":"And four","number":"h702"},{"text":"pommels","number":"h1543"},{"text":"rows","number":"h2905"},{"text":"to cover","number":"h3680"},{"text":"of the chapiters","number":"h3805"},{"text":"hundred","number":"h3967"},{"text":"the pillars","number":"h5982"},{"text":"which were upon","number":"h6440"},{"text":"of pomegranates","number":"h7416"},{"text":"pomegranates","number":"h7416"},{"text":"wreath","number":"h7639"},{"text":"wreaths","number":"h7639"},{"text":"on the two","number":"h8147"},{"text":"the two","number":"h8147"},{"text":"two","number":"h8147"}],"4":[{"text":"upon them and all their hinder parts","number":"h268"},{"text":"were inward","number":"h1004"},{"text":"oxen","number":"h1241"},{"text":"and the sea","number":"h3220"},{"text":"toward the west","number":"h3220"},{"text":"toward the east","number":"h4217"},{"text":"was set above","number":"h4605"},{"text":"toward the south","number":"h5045"},{"text":"It stood","number":"h5975"},{"text":"looking","number":"h6437"},{"text":"looking","number":"h6437"},{"text":"looking","number":"h6437"},{"text":"looking","number":"h6437"},{"text":"toward the north","number":"h6828"},{"text":"and three","number":"h7969"},{"text":"and three","number":"h7969"},{"text":"and three","number":"h7969"},{"text":"three","number":"h7969"},{"text":"upon twelve","number":"h8147"}],"11":[{"text":"of God","number":"h430"},{"text":"for the house","number":"h1004"},{"text":"And Huram","number":"h2361"},{"text":"And Huram","number":"h2361"},{"text":"and the shovels","number":"h3257"},{"text":"finished","number":"h3615"},{"text":"and the basons","number":"h4219"},{"text":"the work","number":"h4399"},{"text":"for king","number":"h4428"},{"text":"the pots","number":"h5518"},{"text":"made","number":"h6213"},{"text":"that he was to make","number":"h6213"},{"text":"Solomon","number":"h8010"}],"19":[{"text":"of God","number":"h430"},{"text":"that were for the house","number":"h1004"},{"text":"the golden","number":"h2091"},{"text":"all the vessels","number":"h3627"},{"text":"whereon the shewbread","number":"h3899"},{"text":"altar","number":"h4196"},{"text":"made","number":"h6213"},{"text":"also and the tables","number":"h7979"},{"text":"And Solomon","number":"h8010"}],"5":[{"text":"thousand","number":"h505"},{"text":"baths","number":"h1324"},{"text":"and it received","number":"h2388"},{"text":"of it was an handbreadth","number":"h2947"},{"text":"and held","number":"h3557"},{"text":"of a cup","number":"h3563"},{"text":"of it like the work","number":"h4639"},{"text":"And the thickness","number":"h5672"},{"text":"with flowers","number":"h6525"},{"text":"of lilies","number":"h7799"},{"text":"three","number":"h7969"},{"text":"and the brim","number":"h8193"},{"text":"of the brim","number":"h8193"}],"1":[{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"the length","number":"h753"},{"text":"an altar","number":"h4196"},{"text":"of brass","number":"h5178"},{"text":"Moreover he made","number":"h6213"},{"text":"thereof and ten","number":"h6235"},{"text":"thereof and twenty","number":"h6242"},{"text":"twenty","number":"h6242"},{"text":"the height","number":"h6967"},{"text":"the breadth","number":"h7341"}],"2":[{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"and five","number":"h2568"},{"text":"sea","number":"h3220"},{"text":"a molten","number":"h3332"},{"text":"did compass","number":"h5437"},{"text":"in compass","number":"h5439"},{"text":"it round about","number":"h5439"},{"text":"round","number":"h5696"},{"text":"Also he made","number":"h6213"},{"text":"of ten","number":"h6235"},{"text":"thereof and a line","number":"h6957"},{"text":"the height","number":"h6967"},{"text":"of thirty","number":"h7970"},{"text":"from brim","number":"h8193"},{"text":"to brim","number":"h8193"}],"3":[{"text":"in a cubit","number":"h520"},{"text":"of oxen","number":"h1241"},{"text":"of oxen","number":"h1241"},{"text":"And under it was the similitude","number":"h1823"},{"text":"rows","number":"h2905"},{"text":"the sea","number":"h3220"},{"text":"were cast","number":"h3332"},{"text":"when it was cast","number":"h4166"},{"text":"compassing","number":"h5362"},{"text":"which did compass","number":"h5437"},{"text":"it round about","number":"h5439"},{"text":"round about","number":"h5439"},{"text":"ten","number":"h6235"},{"text":"Two","number":"h8147"}],"22":[{"text":"of the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"doors","number":"h1817"},{"text":"place and the doors","number":"h1817"},{"text":"of the temple","number":"h1964"},{"text":"gold","number":"h2091"},{"text":"were of gold","number":"h2091"},{"text":"and the spoons","number":"h3709"},{"text":"And the snuffers","number":"h4212"},{"text":"and the basons","number":"h4219"},{"text":"and the censers","number":"h4289"},{"text":"of pure","number":"h5462"},{"text":"the inner","number":"h6442"},{"text":"and the entry","number":"h6607"},{"text":"holy","number":"h6944"},{"text":"thereof for the most","number":"h6944"}],"20":[{"text":"that they should burn","number":"h1197"},{"text":"the oracle","number":"h1687"},{"text":"gold","number":"h2091"},{"text":"Moreover the candlesticks","number":"h4501"},{"text":"after the manner","number":"h4941"},{"text":"with their lamps","number":"h5216"},{"text":"of pure","number":"h5462"},{"text":"before","number":"h6440"}],"9":[{"text":"and the great","number":"h1419"},{"text":"and doors","number":"h1817"},{"text":"the doors","number":"h1817"},{"text":"the court","number":"h2691"},{"text":"of the priests","number":"h3548"},{"text":"of them with brass","number":"h5178"},{"text":"court","number":"h5835"},{"text":"for the court","number":"h5835"},{"text":"Furthermore he made","number":"h6213"},{"text":"and overlaid","number":"h6823"}],"12":[{"text":"and the pommels","number":"h1543"},{"text":"pommels","number":"h1543"},{"text":"to cover","number":"h3680"},{"text":"and the chapiters","number":"h3805"},{"text":"of the chapiters","number":"h3805"},{"text":"of the pillars","number":"h5982"},{"text":"of the two pillars","number":"h5982"},{"text":"pillars","number":"h5982"},{"text":"which were on the top","number":"h7218"},{"text":"which were on the top","number":"h7218"},{"text":"wreaths","number":"h7639"},{"text":"To wit the two","number":"h8147"},{"text":"and the two","number":"h8147"},{"text":"the two","number":"h8147"}],"6":[{"text":"they washed","number":"h1740"},{"text":"and five","number":"h2568"},{"text":"five","number":"h2568"},{"text":"in them but the sea","number":"h3220"},{"text":"on the right hand","number":"h3225"},{"text":"was for the priests","number":"h3548"},{"text":"lavers","number":"h3595"},{"text":"in them such things as they offered","number":"h4639"},{"text":"and put","number":"h5414"},{"text":"for the burnt offering","number":"h5930"},{"text":"He made","number":"h6213"},{"text":"also ten","number":"h6235"},{"text":"to wash","number":"h7364"},{"text":"to wash in","number":"h7364"},{"text":"on the left","number":"h8040"}],"7":[{"text":"them in the temple","number":"h1964"},{"text":"of gold","number":"h2091"},{"text":"and five","number":"h2568"},{"text":"five","number":"h2568"},{"text":"on the right hand","number":"h3225"},{"text":"candlesticks","number":"h4501"},{"text":"according to their form","number":"h4941"},{"text":"and set","number":"h5414"},{"text":"And he made","number":"h6213"},{"text":"ten","number":"h6235"},{"text":"on the left","number":"h8040"}],"8":[{"text":"them in the temple","number":"h1964"},{"text":"of gold","number":"h2091"},{"text":"and five","number":"h2568"},{"text":"five","number":"h2568"},{"text":"on the right side","number":"h3225"},{"text":"and placed","number":"h3240"},{"text":"an hundred","number":"h3967"},{"text":"basons","number":"h4219"},{"text":"And he made","number":"h6213"},{"text":"He made","number":"h6213"},{"text":"also ten","number":"h6235"},{"text":"tables","number":"h7979"},{"text":"on the left","number":"h8040"}],"21":[{"text":"gold","number":"h2091"},{"text":"made he of gold","number":"h2091"},{"text":"and that perfect","number":"h4357"},{"text":"and the tongs","number":"h4457"},{"text":"and the lamps","number":"h5216"},{"text":"And the flowers","number":"h6525"}],"18":[{"text":"could not be found out","number":"h2713"},{"text":"all these vessels","number":"h3627"},{"text":"in great","number":"h3966"},{"text":"for the weight","number":"h4948"},{"text":"of the brass","number":"h5178"},{"text":"made","number":"h6213"},{"text":"abundance","number":"h7230"},{"text":"Thus Solomon","number":"h8010"}],"10":[{"text":"the sea","number":"h3220"},{"text":"on the right","number":"h3233"},{"text":"side","number":"h3802"},{"text":"over against","number":"h4136"},{"text":"the south","number":"h5045"},{"text":"And he set","number":"h5414"},{"text":"of the east end","number":"h6924"}],"14":[{"text":"and lavers","number":"h3595"},{"text":"also bases","number":"h4350"},{"text":"he upon the bases","number":"h4350"},{"text":"He made","number":"h6213"},{"text":"made","number":"h6213"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"his father","number":"h1"},{"text":"he among the treasures","number":"h214"},{"text":"of God","number":"h430"},{"text":"brought","number":"h935"},{"text":"for the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"that David","number":"h1732"},{"text":"and the gold","number":"h2091"},{"text":"of the LORD","number":"h3068"},{"text":"and all the instruments","number":"h3627"},{"text":"and the silver","number":"h3701"},{"text":"Thus all the work","number":"h4399"},{"text":"put","number":"h5414"},{"text":"made","number":"h6213"},{"text":"had dedicated","number":"h6944"},{"text":"in all the things","number":"h6944"},{"text":"was finished","number":"h7999"},{"text":"and Solomon","number":"h8010"},{"text":"that Solomon","number":"h8010"}],"2":[{"text":"of the fathers","number":"h1"},{"text":"the ark","number":"h727"},{"text":"of the children","number":"h1121"},{"text":"of the covenant","number":"h1285"},{"text":"of David","number":"h1732"},{"text":"the elders","number":"h2205"},{"text":"of the LORD","number":"h3068"},{"text":"unto Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of the tribes","number":"h4294"},{"text":"the chief","number":"h5387"},{"text":"out of the city","number":"h5892"},{"text":"to bring up","number":"h5927"},{"text":"which is Zion","number":"h6726"},{"text":"assembled","number":"h6950"},{"text":"and all the heads","number":"h7218"},{"text":"Then Solomon","number":"h8010"}],"5":[{"text":"and the tabernacle","number":"h168"},{"text":"that were in the tabernacle","number":"h168"},{"text":"the ark","number":"h727"},{"text":"these did the priests","number":"h3548"},{"text":"vessels","number":"h3627"},{"text":"and the Levites","number":"h3881"},{"text":"of the congregation","number":"h4150"},{"text":"And they brought up","number":"h5927"},{"text":"bring up","number":"h5927"},{"text":"and all the holy","number":"h6944"}],"12":[{"text":"and their brethren","number":"h251"},{"text":"all of them of Asaph","number":"h623"},{"text":"in white linen","number":"h948"},{"text":"with their sons","number":"h1121"},{"text":"of Heman","number":"h1968"},{"text":"with trumpets","number":"h2689"},{"text":"sounding","number":"h2690"},{"text":"of Jeduthun","number":"h3038"},{"text":"priests","number":"h3548"},{"text":"and harps","number":"h3658"},{"text":"being arrayed","number":"h3847"},{"text":"Also the Levites","number":"h3881"},{"text":"and with them an hundred","number":"h3967"},{"text":"of the altar","number":"h4196"},{"text":"at the east end","number":"h4217"},{"text":"having cymbals","number":"h4700"},{"text":"and psalteries","number":"h5035"},{"text":"stood","number":"h5975"},{"text":"and twenty","number":"h6242"},{"text":"which were the singers","number":"h7891"}],"13":[{"text":"to make one","number":"h259"},{"text":"were as one","number":"h259"},{"text":"even the house","number":"h1004"},{"text":"that then the house","number":"h1004"},{"text":"and praised","number":"h1984"},{"text":"in praising","number":"h1984"},{"text":"for his mercy","number":"h2617"},{"text":"with the trumpets","number":"h2689"},{"text":"It came even to pass as the trumpeters","number":"h2690"},{"text":"saying For he is good","number":"h2896"},{"text":"and thanking","number":"h3034"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and instruments","number":"h3627"},{"text":"was filled","number":"h4390"},{"text":"and cymbals","number":"h4700"},{"text":"endureth for ever","number":"h5769"},{"text":"with a cloud","number":"h6051"},{"text":"sound","number":"h6963"},{"text":"their voice","number":"h6963"},{"text":"and when they lifted up","number":"h7311"},{"text":"and singers","number":"h7891"},{"text":"of musick","number":"h7892"},{"text":"to be heard","number":"h8085"}],"3":[{"text":"Wherefore all the men","number":"h376"},{"text":"in the feast","number":"h2282"},{"text":"month","number":"h2320"},{"text":"of Israel","number":"h3478"},{"text":"themselves unto the king","number":"h4428"},{"text":"assembled","number":"h6950"},{"text":"which was in the seventh","number":"h7637"}],"14":[{"text":"of God","number":"h430"},{"text":"the house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"could","number":"h3201"},{"text":"for the glory","number":"h3519"},{"text":"So that the priests","number":"h3548"},{"text":"had filled","number":"h4390"},{"text":"not stand","number":"h5975"},{"text":"of the cloud","number":"h6051"},{"text":"by reason","number":"h6440"},{"text":"to minister","number":"h8334"}],"10":[{"text":"There was nothing in the ark","number":"h727"},{"text":"a covenant with the children","number":"h1121"},{"text":"therein at Horeb","number":"h2722"},{"text":"when the LORD","number":"h3068"},{"text":"when they came out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"made","number":"h3772"},{"text":"tables","number":"h3871"},{"text":"of Egypt","number":"h4714"},{"text":"which Moses","number":"h4872"},{"text":"put","number":"h5414"},{"text":"save the two","number":"h8147"}],"9":[{"text":"from the ark","number":"h727"},{"text":"And they drew out","number":"h748"},{"text":"of the staves","number":"h905"},{"text":"the staves","number":"h905"},{"text":"the oracle","number":"h1687"},{"text":"without","number":"h2351"},{"text":"And there it is unto this day","number":"h3117"},{"text":"before","number":"h6440"},{"text":"but they were not seen","number":"h7200"},{"text":"were seen","number":"h7200"},{"text":"of the ark that the ends","number":"h7218"}],"8":[{"text":"of the ark","number":"h727"},{"text":"the ark","number":"h727"},{"text":"and the staves","number":"h905"},{"text":"their wings","number":"h3671"},{"text":"covered","number":"h3680"},{"text":"For the cherubims","number":"h3742"},{"text":"and the cherubims","number":"h3742"},{"text":"thereof above","number":"h4605"},{"text":"over the place","number":"h4725"},{"text":"spread forth","number":"h6566"}],"4":[{"text":"the ark","number":"h727"},{"text":"came","number":"h935"},{"text":"And all the elders","number":"h2205"},{"text":"of Israel","number":"h3478"},{"text":"and the Levites","number":"h3881"},{"text":"took up","number":"h5375"}],"6":[{"text":"the ark","number":"h727"},{"text":"and oxen","number":"h1241"},{"text":"sacrificed","number":"h2076"},{"text":"that were assembled","number":"h3259"},{"text":"of Israel","number":"h3478"},{"text":"Also king","number":"h4428"},{"text":"nor numbered","number":"h4487"},{"text":"which could not be told","number":"h5608"},{"text":"and all the congregation","number":"h5712"},{"text":"unto him before","number":"h6440"},{"text":"sheep","number":"h6629"},{"text":"for multitude","number":"h7230"},{"text":"Solomon","number":"h8010"}],"7":[{"text":"the ark","number":"h727"},{"text":"brought in","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"of the covenant","number":"h1285"},{"text":"to the oracle","number":"h1687"},{"text":"of the LORD","number":"h3068"},{"text":"And the priests","number":"h3548"},{"text":"place even under the wings","number":"h3671"},{"text":"of the cherubims","number":"h3742"},{"text":"unto his place","number":"h4725"},{"text":"holy","number":"h6944"},{"text":"into the most","number":"h6944"}],"11":[{"text":"were come out","number":"h3318"},{"text":"And it came to pass when the priests","number":"h3548"},{"text":"place (for all the priests","number":"h3548"},{"text":"by course","number":"h4256"},{"text":"that were present","number":"h4672"},{"text":"were sanctified","number":"h6942"},{"text":"of the holy","number":"h6944"},{"text":"and did not then wait","number":"h8104"}]}
@@ -0,0 +1 @@
1
+ {"10":[{"text":"my father","number":"h1"},{"text":"God","number":"h430"},{"text":"the house","number":"h1004"},{"text":"and have built","number":"h1129"},{"text":"promised","number":"h1696"},{"text":"that he hath spoken","number":"h1696"},{"text":"his word","number":"h1697"},{"text":"in the room of David","number":"h1732"},{"text":"The LORD","number":"h3068"},{"text":"as the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"and am set","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"on the throne","number":"h3678"},{"text":"for I am risen up","number":"h6965"},{"text":"therefore hath performed","number":"h6965"},{"text":"for the name","number":"h8034"}],"15":[{"text":"my father","number":"h1"},{"text":"him and spakest","number":"h1696"},{"text":"that which thou hast promised","number":"h1696"},{"text":"David","number":"h1732"},{"text":"it with thine hand","number":"h3027"},{"text":"as it is this day","number":"h3117"},{"text":"and hast fulfilled","number":"h4390"},{"text":"with thy servant","number":"h5650"},{"text":"with thy mouth","number":"h6310"},{"text":"Thou which hast kept","number":"h8104"}],"16":[{"text":"my father","number":"h1"},{"text":"thee a man","number":"h376"},{"text":"God","number":"h430"},{"text":"him saying","number":"h559"},{"text":"that thy children","number":"h1121"},{"text":"that which thou hast promised","number":"h1696"},{"text":"David","number":"h1732"},{"text":"to their way","number":"h1870"},{"text":"as thou hast walked","number":"h1980"},{"text":"Now therefore O LORD","number":"h3068"},{"text":"to walk","number":"h3212"},{"text":"to sit","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"upon the throne","number":"h3678"},{"text":"There shall not fail","number":"h3772"},{"text":"with thy servant","number":"h5650"},{"text":"before","number":"h6440"},{"text":"in my sight","number":"h6440"},{"text":"yet so","number":"h7535"},{"text":"keep","number":"h8104"},{"text":"take heed","number":"h8104"},{"text":"in my law","number":"h8451"}],"7":[{"text":"my father","number":"h1"},{"text":"God","number":"h430"},{"text":"an house","number":"h1004"},{"text":"to build","number":"h1129"},{"text":"of David","number":"h1732"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"Now it was in the heart","number":"h3824"},{"text":"for the name","number":"h8034"}],"8":[{"text":"my father","number":"h1"},{"text":"said","number":"h559"},{"text":"an house","number":"h1004"},{"text":"to build","number":"h1129"},{"text":"to David","number":"h1732"},{"text":"thou didst well","number":"h2895"},{"text":"But the LORD","number":"h3068"},{"text":"Forasmuch as it was in thine heart","number":"h3824"},{"text":"in that it was in thine heart","number":"h3824"},{"text":"for my name","number":"h8034"}],"4":[{"text":"to my father","number":"h1"},{"text":"God","number":"h430"},{"text":"And he said","number":"h559"},{"text":"saying","number":"h559"},{"text":"Blessed","number":"h1288"},{"text":"that which he spake","number":"h1696"},{"text":"David","number":"h1732"},{"text":"who hath with his hands","number":"h3027"},{"text":"be the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"fulfilled","number":"h4390"},{"text":"with his mouth","number":"h6310"}],"25":[{"text":"to them and to their fathers","number":"h1"},{"text":"unto the land","number":"h127"},{"text":"the sin","number":"h2403"},{"text":"Israel","number":"h3478"},{"text":"which thou gavest","number":"h5414"},{"text":"and forgive","number":"h5545"},{"text":"of thy people","number":"h5971"},{"text":"and bring them again","number":"h7725"},{"text":"thou from the heavens","number":"h8064"},{"text":"Then hear","number":"h8085"}],"31":[{"text":"unto our fathers","number":"h1"},{"text":"in the land","number":"h127"},{"text":"in thy ways","number":"h1870"},{"text":"they live","number":"h2416"},{"text":"so long as","number":"h3117"},{"text":"thee to walk","number":"h3212"},{"text":"That they may fear","number":"h3372"},{"text":"which thou gavest","number":"h5414"}],"38":[{"text":"unto their fathers","number":"h1"},{"text":"in the land","number":"h776"},{"text":"their land","number":"h776"},{"text":"which thou hast chosen","number":"h977"},{"text":"and toward the house","number":"h1004"},{"text":"which I have built","number":"h1129"},{"text":"toward","number":"h1870"},{"text":"to thee with all their heart","number":"h3820"},{"text":"and with all their soul","number":"h5315"},{"text":"which thou gavest","number":"h5414"},{"text":"and toward the city","number":"h5892"},{"text":"and pray","number":"h6419"},{"text":"whither they have carried them captives","number":"h7617"},{"text":"of their captivity","number":"h7628"},{"text":"If they return","number":"h7725"},{"text":"for thy name","number":"h8034"}],"36":[{"text":"against thee (for there is no man","number":"h120"},{"text":"their enemies","number":"h341"},{"text":"not and thou be angry","number":"h599"},{"text":"unto a land","number":"h776"},{"text":"If they sin","number":"h2398"},{"text":"which sinneth","number":"h2398"},{"text":"with them and deliver","number":"h5414"},{"text":"them over before","number":"h6440"},{"text":"or near","number":"h7138"},{"text":"far off","number":"h7350"},{"text":"and they carry them away","number":"h7617"},{"text":"captives","number":"h7617"}],"30":[{"text":"of men","number":"h120"},{"text":"unto every man","number":"h376"},{"text":"of the children","number":"h1121"},{"text":"according unto all his ways","number":"h1870"},{"text":"for thou only knowest","number":"h3045"},{"text":"thou knowest","number":"h3045"},{"text":"thy dwelling","number":"h3427"},{"text":"the hearts","number":"h3824"},{"text":"whose heart","number":"h3824"},{"text":"place","number":"h4349"},{"text":"and render","number":"h5414"},{"text":"and forgive","number":"h5545"},{"text":"thou from heaven","number":"h8064"},{"text":"Then hear","number":"h8085"}],"29":[{"text":"soever shall be made of any man","number":"h120"},{"text":"when every one","number":"h376"},{"text":"in this house","number":"h1004"},{"text":"shall know","number":"h3045"},{"text":"Israel","number":"h3478"},{"text":"his hands","number":"h3709"},{"text":"and his own grief","number":"h4341"},{"text":"his own sore","number":"h5061"},{"text":"or of all thy people","number":"h5971"},{"text":"and shall spread forth","number":"h6566"},{"text":"or what supplication","number":"h8467"},{"text":"Then what prayer","number":"h8605"}],"18":[{"text":"with men","number":"h120"},{"text":"But will God","number":"h430"},{"text":"in very deed","number":"h552"},{"text":"on the earth","number":"h776"},{"text":"thee how much less this house","number":"h1004"},{"text":"which I have built","number":"h1129"},{"text":"dwell","number":"h3427"},{"text":"cannot contain","number":"h3557"},{"text":"and the heaven","number":"h8064"},{"text":"behold heaven","number":"h8064"},{"text":"of heavens","number":"h8064"}],"40":[{"text":"and let thine ears","number":"h241"},{"text":"Now my God","number":"h430"},{"text":"that is made in this place","number":"h4725"},{"text":"let I beseech thee thine eyes","number":"h5869"},{"text":"be open","number":"h6605"},{"text":"be attent","number":"h7183"},{"text":"unto the prayer","number":"h8605"}],"34":[{"text":"against their enemies","number":"h341"},{"text":"which thou hast chosen","number":"h977"},{"text":"and the house","number":"h1004"},{"text":"which I have built","number":"h1129"},{"text":"by the way","number":"h1870"},{"text":"unto thee toward","number":"h1870"},{"text":"go out","number":"h3318"},{"text":"to war","number":"h4421"},{"text":"this city","number":"h5892"},{"text":"If thy people","number":"h5971"},{"text":"them and they pray","number":"h6419"},{"text":"that thou shalt send","number":"h7971"},{"text":"for thy name","number":"h8034"}],"28":[{"text":"if their enemies","number":"h341"},{"text":"locusts","number":"h697"},{"text":"in the land","number":"h776"},{"text":"of their land","number":"h776"},{"text":"if there be pestilence","number":"h1698"},{"text":"or caterpillers","number":"h2625"},{"text":"or mildew","number":"h3420"},{"text":"or whatsoever sickness","number":"h4245"},{"text":"whatsoever sore","number":"h5061"},{"text":"besiege","number":"h6887"},{"text":"If there be dearth","number":"h7458"},{"text":"if there be blasting","number":"h7711"},{"text":"them in the cities","number":"h8179"}],"24":[{"text":"the enemy","number":"h341"},{"text":"thee in this house","number":"h1004"},{"text":"because they have sinned","number":"h2398"},{"text":"and make supplication","number":"h2603"},{"text":"and confess","number":"h3034"},{"text":"Israel","number":"h3478"},{"text":"be put to the worse","number":"h5062"},{"text":"And if thy people","number":"h5971"},{"text":"and pray","number":"h6419"},{"text":"before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"against thee and shall return","number":"h7725"},{"text":"thy name","number":"h8034"}],"5":[{"text":"I any man","number":"h376"},{"text":"out of the land","number":"h776"},{"text":"I chose","number":"h977"},{"text":"might be there neither chose","number":"h977"},{"text":"an house","number":"h1004"},{"text":"to build","number":"h1129"},{"text":"Since the day","number":"h3117"},{"text":"that I brought forth","number":"h3318"},{"text":"Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of Egypt","number":"h4714"},{"text":"to be a ruler","number":"h5057"},{"text":"no city","number":"h5892"},{"text":"my people","number":"h5971"},{"text":"over my people","number":"h5971"},{"text":"among all the tribes","number":"h7626"},{"text":"in that my name","number":"h8034"}],"22":[{"text":"If a man","number":"h376"},{"text":"upon him to make him swear","number":"h422"},{"text":"and an oath","number":"h423"},{"text":"and the oath","number":"h423"},{"text":"come","number":"h935"},{"text":"in this house","number":"h1004"},{"text":"sin","number":"h2398"},{"text":"thine altar","number":"h4196"},{"text":"be laid","number":"h5375"},{"text":"before","number":"h6440"},{"text":"against his neighbour","number":"h7453"}],"14":[{"text":"God","number":"h430"},{"text":"there is no God","number":"h430"},{"text":"And said","number":"h559"},{"text":"nor in the earth","number":"h776"},{"text":"covenant","number":"h1285"},{"text":"that walk","number":"h1980"},{"text":"and shewest mercy","number":"h2617"},{"text":"O LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"thee with all their hearts","number":"h3820"},{"text":"unto thy servants","number":"h5650"},{"text":"before","number":"h6440"},{"text":"like thee in the heaven","number":"h8064"},{"text":"which keepest","number":"h8104"}],"17":[{"text":"God","number":"h430"},{"text":"be verified","number":"h539"},{"text":"which thou hast spoken","number":"h1696"},{"text":"let thy word","number":"h1697"},{"text":"David","number":"h1732"},{"text":"Now then O LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"unto thy servant","number":"h5650"}],"41":[{"text":"God","number":"h430"},{"text":"God","number":"h430"},{"text":"place thou and the ark","number":"h727"},{"text":"and let thy saints","number":"h2623"},{"text":"in goodness","number":"h2896"},{"text":"O LORD","number":"h3068"},{"text":"O LORD","number":"h3068"},{"text":"let thy priests","number":"h3548"},{"text":"be clothed","number":"h3847"},{"text":"into thy resting","number":"h5118"},{"text":"of thy strength","number":"h5797"},{"text":"Now therefore arise","number":"h6965"},{"text":"rejoice","number":"h8055"},{"text":"with salvation","number":"h8668"}],"42":[{"text":"God","number":"h430"},{"text":"of David","number":"h1732"},{"text":"remember","number":"h2142"},{"text":"the mercies","number":"h2617"},{"text":"O LORD","number":"h3068"},{"text":"of thine anointed","number":"h4899"},{"text":"thy servant","number":"h5650"},{"text":"the face","number":"h6440"},{"text":"turn not away","number":"h7725"}],"19":[{"text":"my God","number":"h430"},{"text":"O LORD","number":"h3068"},{"text":"of thy servant","number":"h5650"},{"text":"which thy servant","number":"h5650"},{"text":"prayeth","number":"h6419"},{"text":"Have respect","number":"h6437"},{"text":"before","number":"h6440"},{"text":"unto the cry","number":"h7440"},{"text":"to hearken","number":"h8085"},{"text":"and to his supplication","number":"h8467"},{"text":"and the prayer","number":"h8605"},{"text":"therefore to the prayer","number":"h8605"}],"13":[{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"long","number":"h753"},{"text":"and kneeled down","number":"h1288"},{"text":"upon his knees","number":"h1290"},{"text":"and five","number":"h2568"},{"text":"of five","number":"h2568"},{"text":"of Israel","number":"h3478"},{"text":"scaffold","number":"h3595"},{"text":"his hands","number":"h3709"},{"text":"a brasen","number":"h5178"},{"text":"and had set","number":"h5414"},{"text":"of the court","number":"h5835"},{"text":"and upon it he stood","number":"h5975"},{"text":"had made","number":"h6213"},{"text":"and spread forth","number":"h6566"},{"text":"before all the congregation","number":"h6951"},{"text":"high","number":"h6967"},{"text":"broad","number":"h7341"},{"text":"and three","number":"h7969"},{"text":"For Solomon","number":"h8010"},{"text":"toward heaven","number":"h8064"},{"text":"it in the midst","number":"h8432"}],"1":[{"text":"Then said","number":"h559"},{"text":"hath said","number":"h559"},{"text":"The LORD","number":"h3068"},{"text":"in the thick darkness","number":"h6205"},{"text":"that he would dwell","number":"h7931"},{"text":"Solomon","number":"h8010"}],"37":[{"text":"saying","number":"h559"},{"text":"themselves in the land","number":"h776"},{"text":"unto thee in the land","number":"h776"},{"text":"We have sinned","number":"h2398"},{"text":"and pray","number":"h2603"},{"text":"we have done amiss","number":"h5753"},{"text":"and have dealt wickedly","number":"h7561"},{"text":"whither they are carried captive","number":"h7617"},{"text":"of their captivity","number":"h7628"},{"text":"Yet if they bethink","number":"h7725"},{"text":"and turn","number":"h7725"}],"20":[{"text":"whereof thou hast said","number":"h559"},{"text":"upon this house","number":"h1004"},{"text":"day","number":"h3119"},{"text":"and night","number":"h3915"},{"text":"toward this place","number":"h4725"},{"text":"upon the place","number":"h4725"},{"text":"which thy servant","number":"h5650"},{"text":"That thine eyes","number":"h5869"},{"text":"prayeth","number":"h6419"},{"text":"may be open","number":"h6605"},{"text":"that thou wouldest put","number":"h7760"},{"text":"thy name","number":"h8034"},{"text":"there to hearken","number":"h8085"},{"text":"unto the prayer","number":"h8605"}],"11":[{"text":"the ark","number":"h727"},{"text":"with the children","number":"h1121"},{"text":"wherein is the covenant","number":"h1285"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"that he made","number":"h3772"},{"text":"have I put","number":"h7760"},{"text":"And in it","number":"h8033"}],"32":[{"text":"country","number":"h776"},{"text":"but is come","number":"h935"},{"text":"if they come","number":"h935"},{"text":"in this house","number":"h1004"},{"text":"for thy great","number":"h1419"},{"text":"arm","number":"h2220"},{"text":"sake and thy mighty","number":"h2389"},{"text":"hand","number":"h3027"},{"text":"Israel","number":"h3478"},{"text":"and thy stretched out","number":"h5186"},{"text":"Moreover concerning the stranger","number":"h5237"},{"text":"which is not of thy people","number":"h5971"},{"text":"and pray","number":"h6419"},{"text":"from a far","number":"h7350"},{"text":"name's","number":"h8034"}],"33":[{"text":"of the earth","number":"h776"},{"text":"that this house","number":"h1004"},{"text":"which I have built","number":"h1129"},{"text":"and may know","number":"h3045"},{"text":"may know","number":"h3045"},{"text":"and fear","number":"h3372"},{"text":"even from thy dwelling","number":"h3427"},{"text":"Israel","number":"h3478"},{"text":"place","number":"h4349"},{"text":"according to all that the stranger","number":"h5237"},{"text":"thee as doth thy people","number":"h5971"},{"text":"to thee for that all people","number":"h5971"},{"text":"and do","number":"h6213"},{"text":"calleth","number":"h7121"},{"text":"is called","number":"h7121"},{"text":"by thy name","number":"h8034"},{"text":"thy name","number":"h8034"},{"text":"thou from the heavens","number":"h8064"},{"text":"Then hear","number":"h8085"}],"27":[{"text":"upon thy land","number":"h776"},{"text":"way","number":"h1870"},{"text":"the sin","number":"h2403"},{"text":"them the good","number":"h2896"},{"text":"wherein they should walk","number":"h3212"},{"text":"when thou hast taught","number":"h3384"},{"text":"Israel","number":"h3478"},{"text":"rain","number":"h4306"},{"text":"for an inheritance","number":"h5159"},{"text":"and send","number":"h5414"},{"text":"which thou hast given","number":"h5414"},{"text":"and forgive","number":"h5545"},{"text":"of thy servants","number":"h5650"},{"text":"and of thy people","number":"h5971"},{"text":"unto thy people","number":"h5971"},{"text":"thou from heaven","number":"h8064"},{"text":"Then hear","number":"h8085"}],"6":[{"text":"But I have chosen","number":"h977"},{"text":"might be there and have chosen","number":"h977"},{"text":"David","number":"h1732"},{"text":"Jerusalem","number":"h3389"},{"text":"Israel","number":"h3478"},{"text":"to be over my people","number":"h5971"},{"text":"that my name","number":"h8034"}],"2":[{"text":"an house","number":"h1004"},{"text":"But I have built","number":"h1129"},{"text":"of habitation","number":"h2073"},{"text":"for thy dwelling","number":"h3427"},{"text":"for thee and a place","number":"h4349"},{"text":"for ever","number":"h5769"}],"9":[{"text":"the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"but thy son","number":"h1121"},{"text":"he shall build","number":"h1129"},{"text":"thou shalt not build","number":"h1129"},{"text":"out of thy loins","number":"h2504"},{"text":"which shall come forth","number":"h3318"},{"text":"Notwithstanding","number":"h7535"},{"text":"for my name","number":"h8034"}],"3":[{"text":"and blessed","number":"h1288"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"And the king","number":"h4428"},{"text":"turned","number":"h5437"},{"text":"stood","number":"h5975"},{"text":"his face","number":"h6440"},{"text":"and all the congregation","number":"h6951"},{"text":"the whole congregation","number":"h6951"}],"23":[{"text":"his way","number":"h1870"},{"text":"by giving","number":"h5414"},{"text":"by recompensing","number":"h5414"},{"text":"thy servants","number":"h5650"},{"text":"and do","number":"h6213"},{"text":"the righteous","number":"h6662"},{"text":"and by justifying","number":"h6663"},{"text":"him according to his righteousness","number":"h6666"},{"text":"upon his own head","number":"h7218"},{"text":"the wicked","number":"h7563"},{"text":"by requiting","number":"h7725"},{"text":"thou from heaven","number":"h8064"},{"text":"Then hear","number":"h8085"},{"text":"and judge","number":"h8199"}],"26":[{"text":"because they have sinned","number":"h2398"},{"text":"from their sin","number":"h2403"},{"text":"and confess","number":"h3034"},{"text":"and there is no rain","number":"h4306"},{"text":"toward this place","number":"h4725"},{"text":"when thou dost afflict","number":"h6031"},{"text":"is shut up","number":"h6113"},{"text":"against thee yet if they pray","number":"h6419"},{"text":"and turn","number":"h7725"},{"text":"thy name","number":"h8034"},{"text":"When the heaven","number":"h8064"}],"39":[{"text":"which have sinned","number":"h2398"},{"text":"even from thy dwelling","number":"h3427"},{"text":"place","number":"h4349"},{"text":"their cause","number":"h4941"},{"text":"and forgive","number":"h5545"},{"text":"thy people","number":"h5971"},{"text":"and maintain","number":"h6213"},{"text":"thou from the heavens","number":"h8064"},{"text":"Then hear","number":"h8085"},{"text":"and their supplications","number":"h8467"},{"text":"their prayer","number":"h8605"}],"12":[{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"his hands","number":"h3709"},{"text":"the altar","number":"h4196"},{"text":"And he stood","number":"h5975"},{"text":"before","number":"h6440"},{"text":"and spread forth","number":"h6566"},{"text":"in the presence of all the congregation","number":"h6951"}],"21":[{"text":"thou from thy dwelling","number":"h3427"},{"text":"Israel","number":"h3478"},{"text":"place","number":"h4725"},{"text":"toward this place","number":"h4725"},{"text":"forgive","number":"h5545"},{"text":"of thy servant","number":"h5650"},{"text":"and of thy people","number":"h5971"},{"text":"which they shall make","number":"h6419"},{"text":"even from heaven","number":"h8064"},{"text":"Hearken","number":"h8085"},{"text":"and when thou hearest","number":"h8085"},{"text":"hear","number":"h8085"},{"text":"therefore unto the supplications","number":"h8469"}],"35":[{"text":"their cause","number":"h4941"},{"text":"and maintain","number":"h6213"},{"text":"thou from the heavens","number":"h8064"},{"text":"Then hear","number":"h8085"},{"text":"and their supplication","number":"h8467"},{"text":"their prayer","number":"h8605"}]}
@@ -0,0 +1 @@
1
+ {"22":[{"text":"of their fathers","number":"h1"},{"text":"on other","number":"h312"},{"text":"God","number":"h430"},{"text":"gods","number":"h430"},{"text":"And it shall be answered","number":"h559"},{"text":"out of the land","number":"h776"},{"text":"them therefore hath he brought","number":"h935"},{"text":"and laid hold","number":"h2388"},{"text":"the LORD","number":"h3068"},{"text":"which brought them forth","number":"h3318"},{"text":"of Egypt","number":"h4714"},{"text":"them and served","number":"h5647"},{"text":"Because they forsook","number":"h5800"},{"text":"all this evil","number":"h7451"},{"text":"and worshipped","number":"h7812"}],"17":[{"text":"thy father","number":"h1"},{"text":"me as David","number":"h1732"},{"text":"walked","number":"h1980"},{"text":"my statutes","number":"h2706"},{"text":"And as for thee if thou wilt walk","number":"h3212"},{"text":"and my judgments","number":"h4941"},{"text":"and do","number":"h6213"},{"text":"before","number":"h6440"},{"text":"according to all that I have commanded","number":"h6680"},{"text":"thee and shalt observe","number":"h8104"}],"18":[{"text":"thy father","number":"h1"},{"text":"thee a man","number":"h376"},{"text":"saying","number":"h559"},{"text":"with David","number":"h1732"},{"text":"in Israel","number":"h3478"},{"text":"the throne","number":"h3678"},{"text":"There shall not fail","number":"h3772"},{"text":"according as I have covenanted","number":"h3772"},{"text":"of thy kingdom","number":"h4438"},{"text":"to be ruler","number":"h4910"},{"text":"Then will I stablish","number":"h6965"}],"20":[{"text":"out of my land","number":"h127"},{"text":"them and this house","number":"h1004"},{"text":"it to be a proverb","number":"h4912"},{"text":"and will make","number":"h5414"},{"text":"which I have given","number":"h5414"},{"text":"Then will I pluck them up by the roots","number":"h5428"},{"text":"among all nations","number":"h5971"},{"text":"of my sight","number":"h6440"},{"text":"which I have sanctified","number":"h6942"},{"text":"will I cast out","number":"h7993"},{"text":"for my name","number":"h8034"},{"text":"and a byword","number":"h8148"}],"10":[{"text":"into their tents","number":"h168"},{"text":"unto David","number":"h1732"},{"text":"month","number":"h2320"},{"text":"and merry","number":"h2896"},{"text":"for the goodness","number":"h2896"},{"text":"that the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"and to Israel","number":"h3478"},{"text":"in heart","number":"h3820"},{"text":"his people","number":"h5971"},{"text":"the people","number":"h5971"},{"text":"had shewed","number":"h6213"},{"text":"and twentieth","number":"h6242"},{"text":"of the seventh","number":"h7637"},{"text":"And on the three","number":"h7969"},{"text":"away","number":"h7971"},{"text":"he sent","number":"h7971"},{"text":"and to Solomon","number":"h8010"},{"text":"glad","number":"h8056"}],"15":[{"text":"and mine ears","number":"h241"},{"text":"that is made in this place","number":"h4725"},{"text":"Now mine eyes","number":"h5869"},{"text":"shall be open","number":"h6605"},{"text":"attent","number":"h7183"},{"text":"unto the prayer","number":"h8605"}],"19":[{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"you and shall go","number":"h1980"},{"text":"my statutes","number":"h2708"},{"text":"and my commandments","number":"h4687"},{"text":"which I have set","number":"h5414"},{"text":"and serve","number":"h5647"},{"text":"and forsake","number":"h5800"},{"text":"before","number":"h6440"},{"text":"But if ye turn away","number":"h7725"},{"text":"and worship","number":"h7812"}],"1":[{"text":"and consumed","number":"h398"},{"text":"the fire","number":"h784"},{"text":"the house","number":"h1004"},{"text":"and the sacrifices","number":"h2077"},{"text":"of the LORD","number":"h3068"},{"text":"came down","number":"h3381"},{"text":"and the glory","number":"h3519"},{"text":"had made an end","number":"h3615"},{"text":"filled","number":"h4390"},{"text":"the burnt offering","number":"h5930"},{"text":"of praying","number":"h6419"},{"text":"Now when Solomon","number":"h8010"},{"text":"from heaven","number":"h8064"}],"13":[{"text":"to devour","number":"h398"},{"text":"the land","number":"h776"},{"text":"pestilence","number":"h1698"},{"text":"If","number":"h2005"},{"text":"the locusts","number":"h2284"},{"text":"that there be no rain","number":"h4306"},{"text":"among my people","number":"h5971"},{"text":"I shut up","number":"h6113"},{"text":"or if I command","number":"h6680"},{"text":"or if I send","number":"h7971"},{"text":"heaven","number":"h8064"}],"5":[{"text":"of God","number":"h430"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"the house","number":"h1004"},{"text":"oxen","number":"h1241"},{"text":"offered","number":"h2076"},{"text":"a sacrifice","number":"h2077"},{"text":"dedicated","number":"h2596"},{"text":"and an hundred","number":"h3967"},{"text":"And king","number":"h4428"},{"text":"so the king","number":"h4428"},{"text":"and all the people","number":"h5971"},{"text":"and twenty","number":"h6242"},{"text":"of twenty","number":"h6242"},{"text":"sheep","number":"h6629"},{"text":"Solomon","number":"h8010"},{"text":"and two","number":"h8147"}],"12":[{"text":"and said","number":"h559"},{"text":"and have chosen","number":"h977"},{"text":"to myself for an house","number":"h1004"},{"text":"of sacrifice","number":"h2077"},{"text":"And the LORD","number":"h3068"},{"text":"by night","number":"h3915"},{"text":"this place","number":"h4725"},{"text":"appeared","number":"h7200"},{"text":"to Solomon","number":"h8010"},{"text":"unto him I have heard","number":"h8085"},{"text":"thy prayer","number":"h8605"}],"21":[{"text":"by it so that he shall say","number":"h559"},{"text":"thus unto this land","number":"h776"},{"text":"And this house","number":"h1004"},{"text":"and unto this house","number":"h1004"},{"text":"Why hath the LORD","number":"h3068"},{"text":"to every one that passeth","number":"h5674"},{"text":"which is high","number":"h5945"},{"text":"done","number":"h6213"},{"text":"shall be an astonishment","number":"h8074"}],"3":[{"text":"themselves with their faces","number":"h639"},{"text":"to the ground","number":"h776"},{"text":"how the fire","number":"h784"},{"text":"upon the house","number":"h1004"},{"text":"And when all the children","number":"h1121"},{"text":"for his mercy","number":"h2617"},{"text":"saying For he is good","number":"h2896"},{"text":"and praised","number":"h3034"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"came down","number":"h3381"},{"text":"of Israel","number":"h3478"},{"text":"and the glory","number":"h3519"},{"text":"they bowed","number":"h3766"},{"text":"endureth for ever","number":"h5769"},{"text":"saw","number":"h7200"},{"text":"upon the pavement","number":"h7531"},{"text":"and worshipped","number":"h7812"}],"14":[{"text":"their land","number":"h776"},{"text":"and seek","number":"h1245"},{"text":"ways","number":"h1870"},{"text":"their sin","number":"h2403"},{"text":"shall humble","number":"h3665"},{"text":"and will forgive","number":"h5545"},{"text":"If my people","number":"h5971"},{"text":"themselves and pray","number":"h6419"},{"text":"my face","number":"h6440"},{"text":"which are called","number":"h7121"},{"text":"from their wicked","number":"h7451"},{"text":"and will heal","number":"h7495"},{"text":"and turn","number":"h7725"},{"text":"by my name","number":"h8034"},{"text":"from heaven","number":"h8064"},{"text":"then will I hear","number":"h8085"}],"11":[{"text":"and all that came","number":"h935"},{"text":"and in his own house","number":"h1004"},{"text":"house","number":"h1004"},{"text":"in the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"finished","number":"h3615"},{"text":"heart","number":"h3820"},{"text":"and the king's","number":"h4428"},{"text":"to make","number":"h6213"},{"text":"he prosperously effected","number":"h6743"},{"text":"Thus Solomon","number":"h8010"},{"text":"into Solomon's","number":"h8010"}],"8":[{"text":"from the entering in","number":"h935"},{"text":"great","number":"h1419"},{"text":"the feast","number":"h2282"},{"text":"of Hamath","number":"h2574"},{"text":"days","number":"h3117"},{"text":"and all Israel","number":"h3478"},{"text":"with him a very","number":"h3966"},{"text":"of Egypt","number":"h4714"},{"text":"unto the river","number":"h5158"},{"text":"kept","number":"h6213"},{"text":"Also at the same time","number":"h6256"},{"text":"congregation","number":"h6951"},{"text":"seven","number":"h7651"},{"text":"Solomon","number":"h8010"}],"2":[{"text":"not enter","number":"h935"},{"text":"house","number":"h1004"},{"text":"into the house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD'S","number":"h3068"},{"text":"could","number":"h3201"},{"text":"because the glory","number":"h3519"},{"text":"And the priests","number":"h3548"},{"text":"had filled","number":"h4390"}],"16":[{"text":"For now have I chosen","number":"h977"},{"text":"this house","number":"h1004"},{"text":"shall be there perpetually","number":"h3117"},{"text":"and mine heart","number":"h3820"},{"text":"may be there for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"and mine eyes","number":"h5869"},{"text":"and sanctified","number":"h6942"},{"text":"that my name","number":"h8034"}],"7":[{"text":"the house","number":"h1004"},{"text":"and the fat","number":"h2459"},{"text":"and the fat","number":"h2459"},{"text":"of the court","number":"h2691"},{"text":"of the LORD","number":"h3068"},{"text":"was not able","number":"h3201"},{"text":"to receive","number":"h3557"},{"text":"altar","number":"h4196"},{"text":"and the meat offerings","number":"h4503"},{"text":"because the brasen","number":"h5178"},{"text":"burnt offerings","number":"h5930"},{"text":"the burnt offerings","number":"h5930"},{"text":"for there he offered","number":"h6213"},{"text":"had made","number":"h6213"},{"text":"that was before","number":"h6440"},{"text":"hallowed","number":"h6942"},{"text":"of the peace offerings","number":"h8002"},{"text":"Moreover Solomon","number":"h8010"},{"text":"which Solomon","number":"h8010"},{"text":"the middle","number":"h8432"}],"6":[{"text":"when David","number":"h1732"},{"text":"which David","number":"h1732"},{"text":"praised","number":"h1984"},{"text":"because his mercy","number":"h2617"},{"text":"sounded trumpets","number":"h2690"},{"text":"by their ministry","number":"h3027"},{"text":"to praise","number":"h3034"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"before them and all Israel","number":"h3478"},{"text":"And the priests","number":"h3548"},{"text":"and the priests","number":"h3548"},{"text":"also with instruments","number":"h3627"},{"text":"the Levites","number":"h3881"},{"text":"the king","number":"h4428"},{"text":"on their offices","number":"h4931"},{"text":"endureth for ever","number":"h5769"},{"text":"stood","number":"h5975"},{"text":"waited","number":"h5975"},{"text":"had made","number":"h6213"},{"text":"of musick","number":"h7892"}],"4":[{"text":"offered","number":"h2076"},{"text":"sacrifices","number":"h2077"},{"text":"the LORD","number":"h3068"},{"text":"Then the king","number":"h4428"},{"text":"and all the people","number":"h5971"},{"text":"before","number":"h6440"}],"9":[{"text":"and the feast","number":"h2282"},{"text":"the dedication","number":"h2598"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"days","number":"h3117"},{"text":"of the altar","number":"h4196"},{"text":"a solemn assembly","number":"h6116"},{"text":"for they kept","number":"h6213"},{"text":"they made","number":"h6213"},{"text":"seven","number":"h7651"},{"text":"seven","number":"h7651"},{"text":"And in the eighth","number":"h8066"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"his father","number":"h1"},{"text":"the man","number":"h376"},{"text":"of God","number":"h430"},{"text":"as the duty","number":"h1697"},{"text":"for so had David","number":"h1732"},{"text":"of David","number":"h1732"},{"text":"to praise","number":"h1984"},{"text":"of every day","number":"h3117"},{"text":"required","number":"h3117"},{"text":"before the priests","number":"h3548"},{"text":"of the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"also by their courses","number":"h4256"},{"text":"the courses","number":"h4256"},{"text":"commanded","number":"h4687"},{"text":"to their charges","number":"h4931"},{"text":"according to the order","number":"h4941"},{"text":"to their service","number":"h5656"},{"text":"And he appointed","number":"h5975"},{"text":"the porters","number":"h7778"},{"text":"at every gate","number":"h8179"},{"text":"and minister","number":"h8334"}],"17":[{"text":"of Edom","number":"h123"},{"text":"and to Eloth","number":"h359"},{"text":"in the land","number":"h776"},{"text":"Then went","number":"h1980"},{"text":"at the sea","number":"h3220"},{"text":"to Eziongeber","number":"h6100"},{"text":"Solomon","number":"h8010"},{"text":"side","number":"h8193"}],"12":[{"text":"the porch","number":"h197"},{"text":"which he had built","number":"h1129"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"on the altar","number":"h4196"},{"text":"offered","number":"h5927"},{"text":"burnt offerings","number":"h5930"},{"text":"before","number":"h6440"},{"text":"Then Solomon","number":"h8010"}],"18":[{"text":"to Ophir","number":"h211"},{"text":"ships","number":"h591"},{"text":"thence four","number":"h702"},{"text":"and brought","number":"h935"},{"text":"and they went","number":"h935"},{"text":"of gold","number":"h2091"},{"text":"And Huram","number":"h2361"},{"text":"and fifty","number":"h2572"},{"text":"him by the hands","number":"h3027"},{"text":"that had knowledge","number":"h3045"},{"text":"of the sea","number":"h3220"},{"text":"talents","number":"h3603"},{"text":"and took","number":"h3947"},{"text":"hundred","number":"h3967"},{"text":"them to king","number":"h4428"},{"text":"and servants","number":"h5650"},{"text":"of his servants","number":"h5650"},{"text":"with the servants","number":"h5650"},{"text":"sent","number":"h7971"},{"text":"Solomon","number":"h8010"},{"text":"of Solomon","number":"h8010"}],"15":[{"text":"or concerning the treasures","number":"h214"},{"text":"concerning any matter","number":"h1697"},{"text":"unto the priests","number":"h3548"},{"text":"and Levites","number":"h3881"},{"text":"of the king","number":"h4428"},{"text":"not from the commandment","number":"h4687"},{"text":"And they departed","number":"h5493"}],"8":[{"text":"after","number":"h310"},{"text":"them in the land","number":"h776"},{"text":"But of their children","number":"h1121"},{"text":"whom the children","number":"h1121"},{"text":"until this day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"who were left","number":"h3498"},{"text":"consumed","number":"h3615"},{"text":"tribute","number":"h4522"},{"text":"make to pay","number":"h5927"},{"text":"not them did Solomon","number":"h8010"}],"11":[{"text":"for her for he said","number":"h559"},{"text":"whereunto the ark","number":"h727"},{"text":"My wife","number":"h802"},{"text":"hath come","number":"h935"},{"text":"in the house","number":"h1004"},{"text":"unto the house","number":"h1004"},{"text":"that he had built","number":"h1129"},{"text":"the daughter","number":"h1323"},{"text":"of David","number":"h1732"},{"text":"of David","number":"h1732"},{"text":"of the LORD","number":"h3068"},{"text":"shall not dwell","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"out of the city","number":"h5892"},{"text":"brought up","number":"h5927"},{"text":"of Pharaoh","number":"h6547"},{"text":"because the places are holy","number":"h6944"},{"text":"And Solomon","number":"h8010"}],"7":[{"text":"and the Amorites","number":"h567"},{"text":"and the Hivites","number":"h2340"},{"text":"of the Hittites","number":"h2850"},{"text":"and the Jebusites","number":"h2983"},{"text":"which were not of Israel","number":"h3478"},{"text":"that were left","number":"h3498"},{"text":"As for all the people","number":"h5971"},{"text":"and the Perizzites","number":"h6522"}],"9":[{"text":"but they were men","number":"h582"},{"text":"But of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"for his work","number":"h4399"},{"text":"of war","number":"h4421"},{"text":"make","number":"h5414"},{"text":"no servants","number":"h5650"},{"text":"and horsemen","number":"h6571"},{"text":"of his chariots","number":"h7393"},{"text":"of his captains","number":"h7991"},{"text":"did Solomon","number":"h8010"},{"text":"and captains","number":"h8269"},{"text":"and chief","number":"h8269"}],"6":[{"text":"and throughout all the land","number":"h776"},{"text":"to build","number":"h1129"},{"text":"And Baalath","number":"h1191"},{"text":"desired","number":"h2836"},{"text":"in Jerusalem","number":"h3389"},{"text":"and in Lebanon","number":"h3844"},{"text":"of his dominion","number":"h4475"},{"text":"and all the store","number":"h4543"},{"text":"and the cities","number":"h5892"},{"text":"cities","number":"h5892"},{"text":"cities","number":"h5892"},{"text":"of the horsemen","number":"h6571"},{"text":"had and all the chariot","number":"h7393"},{"text":"and all that Solomon","number":"h8010"},{"text":"that Solomon","number":"h8010"}],"16":[{"text":"So the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"unto the day","number":"h3117"},{"text":"was prepared","number":"h3559"},{"text":"and until it was finished","number":"h3615"},{"text":"of the foundation","number":"h4143"},{"text":"Now all the work","number":"h4399"},{"text":"was perfected","number":"h8003"},{"text":"of Solomon","number":"h8010"}],"1":[{"text":"and his own house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"had built","number":"h1129"},{"text":"of the LORD","number":"h3068"},{"text":"of twenty","number":"h6242"},{"text":"And it came to pass at the end","number":"h7093"},{"text":"wherein Solomon","number":"h8010"},{"text":"years","number":"h8141"}],"5":[{"text":"Bethhoron","number":"h1032"},{"text":"and Bethhoron","number":"h1032"},{"text":"Also he built","number":"h1129"},{"text":"and bars","number":"h1280"},{"text":"gates","number":"h1817"},{"text":"with walls","number":"h2346"},{"text":"fenced","number":"h4692"},{"text":"cities","number":"h5892"},{"text":"the upper","number":"h5945"},{"text":"the nether","number":"h8481"}],"2":[{"text":"them and caused the children","number":"h1121"},{"text":"built","number":"h1129"},{"text":"which Huram","number":"h2361"},{"text":"to dwell","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"had restored","number":"h5414"},{"text":"That the cities","number":"h5892"},{"text":"Solomon","number":"h8010"},{"text":"to Solomon","number":"h8010"}],"4":[{"text":"And he built","number":"h1129"},{"text":"which he built","number":"h1129"},{"text":"in Hamath","number":"h2574"},{"text":"in the wilderness","number":"h4057"},{"text":"and all the store","number":"h4543"},{"text":"cities","number":"h5892"},{"text":"Tadmor","number":"h8412"}],"13":[{"text":"Even after a certain rate","number":"h1697"},{"text":"and in the feast","number":"h2282"},{"text":"and in the feast","number":"h2282"},{"text":"even in the feast","number":"h2282"},{"text":"and on the new moons","number":"h2320"},{"text":"every day","number":"h3117"},{"text":"and on the solemn feasts","number":"h4150"},{"text":"of unleavened bread","number":"h4682"},{"text":"according to the commandment","number":"h4687"},{"text":"of Moses","number":"h4872"},{"text":"of tabernacles","number":"h5521"},{"text":"offering","number":"h5927"},{"text":"times","number":"h6471"},{"text":"of weeks","number":"h7620"},{"text":"on the sabbaths","number":"h7676"},{"text":"three","number":"h7969"},{"text":"in the year","number":"h8141"}],"3":[{"text":"and prevailed","number":"h2388"},{"text":"to Hamathzobah","number":"h2578"},{"text":"went","number":"h3212"},{"text":"And Solomon","number":"h8010"}],"10":[{"text":"and fifty","number":"h2572"},{"text":"even two hundred","number":"h3967"},{"text":"of king","number":"h4428"},{"text":"officers","number":"h5324"},{"text":"over the people","number":"h5971"},{"text":"that bare rule","number":"h7287"},{"text":"Solomon's","number":"h8010"},{"text":"And these were the chief","number":"h8269"}]}
@@ -0,0 +1 @@
1
+ {"31":[{"text":"his father","number":"h1"},{"text":"with his fathers","number":"h1"},{"text":"his son","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"reigned","number":"h4427"},{"text":"in the city","number":"h5892"},{"text":"and he was buried","number":"h6912"},{"text":"and Rehoboam","number":"h7346"},{"text":"slept","number":"h7901"},{"text":"And Solomon","number":"h8010"}],"27":[{"text":"as stones","number":"h68"},{"text":"and cedar trees","number":"h730"},{"text":"in Jerusalem","number":"h3389"},{"text":"silver","number":"h3701"},{"text":"And the king","number":"h4428"},{"text":"made","number":"h5414"},{"text":"made","number":"h5414"},{"text":"in abundance","number":"h7230"},{"text":"that are in the low plains","number":"h8219"},{"text":"he as the sycomore trees","number":"h8256"}],"1":[{"text":"stones","number":"h68"},{"text":"and when she was come","number":"h935"},{"text":"she came","number":"h935"},{"text":"spices","number":"h1314"},{"text":"and camels","number":"h1581"},{"text":"she communed","number":"h1696"},{"text":"and gold","number":"h2091"},{"text":"with hard questions","number":"h2420"},{"text":"company","number":"h2428"},{"text":"and precious","number":"h3368"},{"text":"at Jerusalem","number":"h3389"},{"text":"great","number":"h3515"},{"text":"with him of all that was in her heart","number":"h3824"},{"text":"with a very","number":"h3966"},{"text":"And when the queen","number":"h4436"},{"text":"to prove","number":"h5254"},{"text":"that bare","number":"h5375"},{"text":"in abundance","number":"h7230"},{"text":"of Sheba","number":"h7614"},{"text":"Solomon","number":"h8010"},{"text":"of Solomon","number":"h8010"},{"text":"to Solomon","number":"h8010"},{"text":"heard","number":"h8085"},{"text":"of the fame","number":"h8088"}],"10":[{"text":"stones","number":"h68"},{"text":"from Ophir","number":"h211"},{"text":"algum","number":"h418"},{"text":"brought","number":"h935"},{"text":"which brought","number":"h935"},{"text":"gold","number":"h2091"},{"text":"also of Huram","number":"h2361"},{"text":"and precious","number":"h3368"},{"text":"And the servants","number":"h5650"},{"text":"and the servants","number":"h5650"},{"text":"trees","number":"h6086"},{"text":"of Solomon","number":"h8010"}],"9":[{"text":"stones","number":"h68"},{"text":"and of spices","number":"h1314"},{"text":"neither was there any such spice","number":"h1314"},{"text":"of gold","number":"h2091"},{"text":"and precious","number":"h3368"},{"text":"talents","number":"h3603"},{"text":"great","number":"h3966"},{"text":"an hundred","number":"h3967"},{"text":"king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"as the queen","number":"h4436"},{"text":"And she gave","number":"h5414"},{"text":"gave","number":"h5414"},{"text":"and twenty","number":"h6242"},{"text":"abundance","number":"h7230"},{"text":"of Sheba","number":"h7614"},{"text":"Solomon","number":"h8010"}],"8":[{"text":"loved","number":"h160"},{"text":"because thy God","number":"h430"},{"text":"thy God","number":"h430"},{"text":"thy God","number":"h430"},{"text":"Blessed","number":"h1288"},{"text":"which delighted","number":"h2654"},{"text":"be the LORD","number":"h3068"},{"text":"for the LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"thee on his throne","number":"h3678"},{"text":"he thee king","number":"h4428"},{"text":"to be king","number":"h4428"},{"text":"judgment","number":"h4941"},{"text":"in thee to set","number":"h5414"},{"text":"therefore made","number":"h5414"},{"text":"them for ever","number":"h5769"},{"text":"to establish","number":"h5975"},{"text":"over them to do","number":"h6213"},{"text":"and justice","number":"h6666"}],"13":[{"text":"in one","number":"h259"},{"text":"that came","number":"h935"},{"text":"of gold","number":"h2091"},{"text":"of gold","number":"h2091"},{"text":"talents","number":"h3603"},{"text":"hundred","number":"h3967"},{"text":"Now the weight","number":"h4948"},{"text":"to Solomon","number":"h8010"},{"text":"year","number":"h8141"},{"text":"and six","number":"h8337"},{"text":"was six","number":"h8337"},{"text":"and threescore","number":"h8346"}],"21":[{"text":"once","number":"h259"},{"text":"ships","number":"h591"},{"text":"the ships","number":"h591"},{"text":"came","number":"h935"},{"text":"went","number":"h1980"},{"text":"gold","number":"h2091"},{"text":"of Huram","number":"h2361"},{"text":"and silver","number":"h3701"},{"text":"For the king's","number":"h4428"},{"text":"bringing","number":"h5375"},{"text":"with the servants","number":"h5650"},{"text":"and apes","number":"h6971"},{"text":"every three","number":"h7969"},{"text":"years","number":"h8141"},{"text":"ivory","number":"h8143"},{"text":"and peacocks","number":"h8500"},{"text":"of Tarshish","number":"h8659"},{"text":"to Tarshish","number":"h8659"}],"15":[{"text":"to one","number":"h259"},{"text":"gold","number":"h2091"},{"text":"gold","number":"h2091"},{"text":"hundred","number":"h3967"},{"text":"two hundred","number":"h3967"},{"text":"And king","number":"h4428"},{"text":"went","number":"h5927"},{"text":"made","number":"h6213"},{"text":"target","number":"h6793"},{"text":"targets","number":"h6793"},{"text":"of beaten","number":"h7820"},{"text":"shekels of beaten","number":"h7820"},{"text":"Solomon","number":"h8010"},{"text":"six","number":"h8337"}],"16":[{"text":"to one","number":"h259"},{"text":"them in the house","number":"h1004"},{"text":"gold","number":"h2091"},{"text":"shekels of gold","number":"h2091"},{"text":"of the forest","number":"h3293"},{"text":"of Lebanon","number":"h3844"},{"text":"hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"shield","number":"h4043"},{"text":"shields","number":"h4043"},{"text":"And the king","number":"h4428"},{"text":"put","number":"h5414"},{"text":"went","number":"h5927"},{"text":"made he of beaten","number":"h7820"},{"text":"And three","number":"h7969"},{"text":"three","number":"h7969"}],"18":[{"text":"which were fastened","number":"h270"},{"text":"by","number":"h681"},{"text":"lions","number":"h738"},{"text":"of gold","number":"h2091"},{"text":"and stays","number":"h3027"},{"text":"the stays","number":"h3027"},{"text":"on each side of the sitting","number":"h3427"},{"text":"with a footstool","number":"h3534"},{"text":"to the throne","number":"h3678"},{"text":"to the throne","number":"h3678"},{"text":"steps","number":"h4609"},{"text":"place","number":"h4725"},{"text":"standing","number":"h5975"},{"text":"and two","number":"h8147"},{"text":"And there were six","number":"h8337"}],"29":[{"text":"of Ahijah","number":"h281"},{"text":"and last","number":"h314"},{"text":"the son","number":"h1121"},{"text":"in the book","number":"h1697"},{"text":"of the acts","number":"h1697"},{"text":"the seer","number":"h2374"},{"text":"and in the visions","number":"h2378"},{"text":"of Iddo","number":"h3260"},{"text":"against Jeroboam","number":"h3379"},{"text":"are they not written","number":"h3789"},{"text":"and in the prophecy","number":"h5016"},{"text":"of Nebat","number":"h5028"},{"text":"the prophet","number":"h5030"},{"text":"of Nathan","number":"h5416"},{"text":"first","number":"h7223"},{"text":"Now the rest","number":"h7605"},{"text":"the Shilonite","number":"h7888"},{"text":"of Solomon","number":"h8010"}],"24":[{"text":"every man","number":"h376"},{"text":"And they brought","number":"h935"},{"text":"and spices","number":"h1314"},{"text":"a rate","number":"h1697"},{"text":"of gold","number":"h2091"},{"text":"and vessels","number":"h3627"},{"text":"vessels","number":"h3627"},{"text":"of silver","number":"h3701"},{"text":"his present","number":"h4503"},{"text":"harness","number":"h5402"},{"text":"horses","number":"h5483"},{"text":"and mules","number":"h6505"},{"text":"and raiment","number":"h8008"},{"text":"by year","number":"h8141"},{"text":"year","number":"h8141"}],"11":[{"text":"of the algum","number":"h418"},{"text":"in the land","number":"h776"},{"text":"palace","number":"h1004"},{"text":"to the house","number":"h1004"},{"text":"and there were none such","number":"h1992"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"and harps","number":"h3658"},{"text":"And the king","number":"h4428"},{"text":"and to the king's","number":"h4428"},{"text":"terraces","number":"h4546"},{"text":"and psalteries","number":"h5035"},{"text":"trees","number":"h6086"},{"text":"made","number":"h6213"},{"text":"before","number":"h6440"},{"text":"seen","number":"h7200"},{"text":"for singers","number":"h7891"}],"23":[{"text":"that God","number":"h430"},{"text":"of the earth","number":"h776"},{"text":"sought","number":"h1245"},{"text":"his wisdom","number":"h2451"},{"text":"in his heart","number":"h3820"},{"text":"And all the kings","number":"h4428"},{"text":"had put","number":"h5414"},{"text":"the presence","number":"h6440"},{"text":"of Solomon","number":"h8010"},{"text":"to hear","number":"h8085"}],"25":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"had four","number":"h702"},{"text":"stalls","number":"h723"},{"text":"whom he bestowed","number":"h3240"},{"text":"at Jerusalem","number":"h3389"},{"text":"and with the king","number":"h4428"},{"text":"and chariots","number":"h4818"},{"text":"for horses","number":"h5483"},{"text":"cities","number":"h5892"},{"text":"horsemen","number":"h6571"},{"text":"in the chariot","number":"h7393"},{"text":"And Solomon","number":"h8010"},{"text":"and twelve","number":"h8147"}],"6":[{"text":"Howbeit I believed","number":"h539"},{"text":"until I came","number":"h935"},{"text":"not their words","number":"h1697"},{"text":"of thy wisdom","number":"h2451"},{"text":"it and behold the one half","number":"h2677"},{"text":"me for thou exceedest","number":"h3254"},{"text":"of the greatness","number":"h4768"},{"text":"was not told","number":"h5046"},{"text":"and mine eyes","number":"h5869"},{"text":"had seen","number":"h7200"},{"text":"the fame","number":"h8052"},{"text":"that I heard","number":"h8085"}],"5":[{"text":"And she said","number":"h559"},{"text":"It was a true","number":"h571"},{"text":"in mine own land","number":"h776"},{"text":"of thine acts","number":"h1697"},{"text":"report","number":"h1697"},{"text":"and of thy wisdom","number":"h2451"},{"text":"to the king","number":"h4428"},{"text":"which I heard","number":"h8085"}],"14":[{"text":"Beside that which chapmen","number":"h582"},{"text":"of the country","number":"h776"},{"text":"brought","number":"h935"},{"text":"brought","number":"h935"},{"text":"gold","number":"h2091"},{"text":"and silver","number":"h3701"},{"text":"And all the kings","number":"h4428"},{"text":"and merchants","number":"h5503"},{"text":"of Arabia","number":"h6152"},{"text":"and governors","number":"h6346"},{"text":"to Solomon","number":"h8010"}],"7":[{"text":"are thy men","number":"h582"},{"text":"Happy","number":"h835"},{"text":"and happy","number":"h835"},{"text":"thy wisdom","number":"h2451"},{"text":"are these thy servants","number":"h5650"},{"text":"which stand","number":"h5975"},{"text":"before","number":"h6440"},{"text":"thee and hear","number":"h8085"},{"text":"continually","number":"h8548"}],"30":[{"text":"forty","number":"h705"},{"text":"in Jerusalem","number":"h3389"},{"text":"over all Israel","number":"h3478"},{"text":"reigned","number":"h4427"},{"text":"And Solomon","number":"h8010"},{"text":"years","number":"h8141"}],"19":[{"text":"lions","number":"h738"},{"text":"in any kingdom","number":"h4467"},{"text":"steps","number":"h4609"},{"text":"stood","number":"h5975"},{"text":"There was not the like made","number":"h6213"},{"text":"And twelve","number":"h8147"},{"text":"there on the one side and on the other upon the six","number":"h8337"}],"28":[{"text":"and out of all lands","number":"h776"},{"text":"And they brought","number":"h3318"},{"text":"out of Egypt","number":"h4714"},{"text":"horses","number":"h5483"},{"text":"unto Solomon","number":"h8010"}],"26":[{"text":"even unto the land","number":"h776"},{"text":"and to the border","number":"h1366"},{"text":"over all the kings","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"And he reigned","number":"h4910"},{"text":"from the river","number":"h5104"},{"text":"of the Philistines","number":"h6430"}],"22":[{"text":"of the earth","number":"h776"},{"text":"passed","number":"h1431"},{"text":"and wisdom","number":"h2451"},{"text":"And king","number":"h4428"},{"text":"all the kings","number":"h4428"},{"text":"in riches","number":"h6239"},{"text":"Solomon","number":"h8010"}],"12":[{"text":"to her own land","number":"h776"},{"text":"beside that which she had brought","number":"h935"},{"text":"So she turned","number":"h2015"},{"text":"all her desire","number":"h2656"},{"text":"and went away","number":"h3212"},{"text":"And king","number":"h4428"},{"text":"unto the king","number":"h4428"},{"text":"to the queen","number":"h4436"},{"text":"gave","number":"h5414"},{"text":"she and her servants","number":"h5650"},{"text":"whatsoever she asked","number":"h7592"},{"text":"of Sheba","number":"h7614"},{"text":"Solomon","number":"h8010"}],"3":[{"text":"and the house","number":"h1004"},{"text":"that he had built","number":"h1129"},{"text":"the wisdom","number":"h2451"},{"text":"And when the queen","number":"h4436"},{"text":"had seen","number":"h7200"},{"text":"of Sheba","number":"h7614"},{"text":"of Solomon","number":"h8010"}],"4":[{"text":"into the house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"And the meat","number":"h3978"},{"text":"and the sitting","number":"h4186"},{"text":"also and their apparel","number":"h4403"},{"text":"and their apparel","number":"h4403"},{"text":"and the attendance","number":"h4612"},{"text":"of his servants","number":"h5650"},{"text":"by which he went up","number":"h5927"},{"text":"and his ascent","number":"h5944"},{"text":"there was no more spirit","number":"h7307"},{"text":"of his table","number":"h7979"},{"text":"his cupbearers","number":"h8248"},{"text":"of his ministers","number":"h8334"}],"20":[{"text":"of the house","number":"h1004"},{"text":"gold","number":"h2091"},{"text":"were of gold","number":"h2091"},{"text":"thing accounted","number":"h2803"},{"text":"of in the days","number":"h3117"},{"text":"of the forest","number":"h3293"},{"text":"and all the vessels","number":"h3627"},{"text":"vessels","number":"h3627"},{"text":"none were of silver","number":"h3701"},{"text":"of Lebanon","number":"h3844"},{"text":"it was not any","number":"h3972"},{"text":"of king","number":"h4428"},{"text":"And all the drinking","number":"h4945"},{"text":"were of pure","number":"h5462"},{"text":"Solomon","number":"h8010"},{"text":"of Solomon","number":"h8010"}],"17":[{"text":"a great","number":"h1419"},{"text":"gold","number":"h2091"},{"text":"it with pure","number":"h2889"},{"text":"throne","number":"h3678"},{"text":"Moreover the king","number":"h4428"},{"text":"made","number":"h6213"},{"text":"and overlaid","number":"h6823"},{"text":"of ivory","number":"h8127"}],"2":[{"text":"her all her questions","number":"h1697"},{"text":"told","number":"h5046"},{"text":"which he told","number":"h5046"},{"text":"and there was nothing hid","number":"h5956"},{"text":"And Solomon","number":"h8010"},{"text":"from Solomon","number":"h8010"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"the saints","number":"g40"},{"text":"our brother","number":"g80"},{"text":"an apostle","number":"g652"},{"text":"Achaia","number":"g882"},{"text":"by","number":"g1223"},{"text":"unto the church","number":"g1577"},{"text":"at","number":"g1722"},{"text":"in","number":"g1722"},{"text":"the will","number":"g2307"},{"text":"of God","number":"g2316"},{"text":"of God","number":"g2316"},{"text":"of Jesus","number":"g2424"},{"text":"and","number":"g2532"},{"text":"Corinth","number":"g2882"},{"text":"which","number":"g3588"},{"text":"which","number":"g3588"},{"text":"all","number":"g3650"},{"text":"all","number":"g3956"},{"text":"Paul","number":"g3972"},{"text":"with","number":"g4862"},{"text":"Timothy","number":"g5095"},{"text":"Christ","number":"g5547"},{"text":"are","number":"g5607"},{"text":"is","number":"g5607"}],"8":[{"text":"have","number":"g50"},{"text":"ignorant","number":"g50"},{"text":"brethren","number":"g80"},{"text":"Asia","number":"g773"},{"text":"out","number":"g916"},{"text":"For","number":"g1063"},{"text":"came","number":"g1096"},{"text":"strength","number":"g1411"},{"text":"in","number":"g1722"},{"text":"despaired","number":"g1820"},{"text":"of life","number":"g2198"},{"text":"that we","number":"g2248"},{"text":"to us","number":"g2254"},{"text":"our","number":"g2257"},{"text":"we would","number":"g2309"},{"text":"trouble","number":"g2347"},{"text":"even","number":"g2532"},{"text":"we were pressed","number":"g2596"},{"text":"which","number":"g3588"},{"text":"that","number":"g3754"},{"text":"not","number":"g3756"},{"text":"you","number":"g5209"},{"text":"above","number":"g5228"},{"text":"of","number":"g5228"},{"text":"of measure","number":"g5236"},{"text":"insomuch","number":"g5620"}],"9":[{"text":"But","number":"g235"},{"text":"but","number":"g235"},{"text":"the sentence","number":"g610"},{"text":"ourselves","number":"g1438"},{"text":"ourselves","number":"g1438"},{"text":"raiseth","number":"g1453"},{"text":"in","number":"g1722"},{"text":"in","number":"g1909"},{"text":"in","number":"g1909"},{"text":"we had","number":"g2192"},{"text":"of death","number":"g2288"},{"text":"God","number":"g2316"},{"text":"that","number":"g2443"},{"text":"not","number":"g3363"},{"text":"the dead","number":"g3498"},{"text":"which","number":"g3588"},{"text":"trust","number":"g3982"},{"text":"we should","number":"g3982"}],"12":[{"text":"but","number":"g235"},{"text":"we have had our conversation","number":"g390"},{"text":"simplicity","number":"g572"},{"text":"For","number":"g1063"},{"text":"and","number":"g1161"},{"text":"sincerity","number":"g1505"},{"text":"by","number":"g1722"},{"text":"in","number":"g1722"},{"text":"in","number":"g1722"},{"text":"with","number":"g1722"},{"text":"is","number":"g2076"},{"text":"of our","number":"g2257"},{"text":"our","number":"g2257"},{"text":"godly","number":"g2316"},{"text":"of God","number":"g2316"},{"text":"and","number":"g2532"},{"text":"rejoicing","number":"g2746"},{"text":"the world","number":"g2889"},{"text":"the testimony","number":"g3142"},{"text":"that","number":"g3754"},{"text":"not","number":"g3756"},{"text":"this","number":"g3778"},{"text":"more abundantly","number":"g4056"},{"text":"to","number":"g4314"},{"text":"fleshly","number":"g4559"},{"text":"wisdom","number":"g4678"},{"text":"conscience","number":"g4893"},{"text":"you-ward","number":"g5209"},{"text":"the grace","number":"g5485"}],"19":[{"text":"but","number":"g235"},{"text":"him","number":"g846"},{"text":"For","number":"g1063"},{"text":"was","number":"g1096"},{"text":"was","number":"g1096"},{"text":"by","number":"g1223"},{"text":"even by","number":"g1223"},{"text":"me","number":"g1700"},{"text":"among","number":"g1722"},{"text":"in","number":"g1722"},{"text":"us","number":"g2257"},{"text":"of God","number":"g2316"},{"text":"Jesus","number":"g2424"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"was preached","number":"g2784"},{"text":"yea","number":"g3483"},{"text":"yea","number":"g3483"},{"text":"who","number":"g3588"},{"text":"nay","number":"g3756"},{"text":"not","number":"g3756"},{"text":"Silvanus","number":"g4610"},{"text":"Timotheus","number":"g5095"},{"text":"the Son","number":"g5207"},{"text":"you","number":"g5213"},{"text":"Christ","number":"g5547"}],"24":[{"text":"but","number":"g235"},{"text":"for","number":"g1063"},{"text":"are","number":"g2070"},{"text":"ye stand","number":"g2476"},{"text":"we have dominion over","number":"g2961"},{"text":"for that","number":"g3754"},{"text":"Not","number":"g3756"},{"text":"by faith","number":"g4102"},{"text":"faith","number":"g4102"},{"text":"helpers","number":"g4904"},{"text":"of your","number":"g5216"},{"text":"your","number":"g5216"},{"text":"joy","number":"g5479"}],"13":[{"text":"than","number":"g235"},{"text":"other things","number":"g243"},{"text":"ye read","number":"g314"},{"text":"For","number":"g1063"},{"text":"we write","number":"g1125"},{"text":"and","number":"g1161"},{"text":"I trust","number":"g1679"},{"text":"acknowledge","number":"g1921"},{"text":"ye shall acknowledge","number":"g1921"},{"text":"to","number":"g2193"},{"text":"or","number":"g2228"},{"text":"even","number":"g2532"},{"text":"what","number":"g3739"},{"text":"none","number":"g3756"},{"text":"the end","number":"g5056"},{"text":"unto you","number":"g5213"}],"20":[{"text":"Amen","number":"g281"},{"text":"him","number":"g846"},{"text":"him","number":"g846"},{"text":"For","number":"g1063"},{"text":"by","number":"g1223"},{"text":"the glory","number":"g1391"},{"text":"in","number":"g1722"},{"text":"in","number":"g1722"},{"text":"the promises","number":"g1860"},{"text":"us","number":"g2257"},{"text":"of God","number":"g2316"},{"text":"of God","number":"g2316"},{"text":"and","number":"g2532"},{"text":"are yea","number":"g3483"},{"text":"all","number":"g3745"},{"text":"unto","number":"g4314"}],"2":[{"text":"from","number":"g575"},{"text":"peace","number":"g1515"},{"text":"our","number":"g2257"},{"text":"God","number":"g2316"},{"text":"Jesus","number":"g2424"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"from the Lord","number":"g2962"},{"text":"Father","number":"g3962"},{"text":"be to you","number":"g5213"},{"text":"Grace","number":"g5485"},{"text":"Christ","number":"g5547"}],"14":[{"text":"in","number":"g575"},{"text":"in","number":"g1722"},{"text":"ye have acknowledged","number":"g1921"},{"text":"we are","number":"g2070"},{"text":"us","number":"g2248"},{"text":"the day","number":"g2250"},{"text":"are ours","number":"g2257"},{"text":"Jesus","number":"g2424"},{"text":"even as","number":"g2509"},{"text":"As","number":"g2531"},{"text":"also","number":"g2532"},{"text":"also","number":"g2532"},{"text":"rejoicing","number":"g2745"},{"text":"of the Lord","number":"g2962"},{"text":"part","number":"g3313"},{"text":"that","number":"g3754"},{"text":"ye","number":"g5210"},{"text":"your","number":"g5216"}],"16":[{"text":"out of","number":"g575"},{"text":"by","number":"g1223"},{"text":"to pass","number":"g1330"},{"text":"into","number":"g1519"},{"text":"toward","number":"g1519"},{"text":"to come","number":"g2064"},{"text":"Judaea","number":"g2449"},{"text":"And","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"Macedonia","number":"g3109"},{"text":"Macedonia","number":"g3109"},{"text":"again","number":"g3825"},{"text":"to be brought on my way","number":"g4311"},{"text":"unto","number":"g4314"},{"text":"you","number":"g5209"},{"text":"you","number":"g5216"},{"text":"you","number":"g5216"},{"text":"of","number":"g5259"}],"22":[{"text":"the earnest","number":"g728"},{"text":"given","number":"g1325"},{"text":"in","number":"g1722"},{"text":"us","number":"g2248"},{"text":"our","number":"g2257"},{"text":"also","number":"g2532"},{"text":"and","number":"g2532"},{"text":"hearts","number":"g2588"},{"text":"Who","number":"g3588"},{"text":"of the Spirit","number":"g4151"},{"text":"hath","number":"g4972"},{"text":"sealed","number":"g4972"}],"6":[{"text":"of the same","number":"g846"},{"text":"And","number":"g1161"},{"text":"or whether","number":"g1535"},{"text":"whether","number":"g1535"},{"text":"in","number":"g1722"},{"text":"is effectual","number":"g1754"},{"text":"we","number":"g2249"},{"text":"we be afflicted","number":"g2346"},{"text":"also","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"which","number":"g3588"},{"text":"which","number":"g3739"},{"text":"sufferings","number":"g3804"},{"text":"we be comforted","number":"g3870"},{"text":"consolation","number":"g3874"},{"text":"consolation","number":"g3874"},{"text":"suffer","number":"g3958"},{"text":"salvation","number":"g4991"},{"text":"salvation","number":"g4991"},{"text":"your","number":"g5216"},{"text":"your","number":"g5216"},{"text":"it is for","number":"g5228"},{"text":"it is for","number":"g5228"},{"text":"the enduring","number":"g5281"}],"4":[{"text":"ourselves","number":"g846"},{"text":"by","number":"g1223"},{"text":"may be able","number":"g1410"},{"text":"that","number":"g1519"},{"text":"them which are in","number":"g1722"},{"text":"in","number":"g1909"},{"text":"us","number":"g2248"},{"text":"we","number":"g2248"},{"text":"our","number":"g2257"},{"text":"God","number":"g2316"},{"text":"tribulation","number":"g2347"},{"text":"trouble","number":"g2347"},{"text":"Who","number":"g3588"},{"text":"wherewith","number":"g3739"},{"text":"are comforted","number":"g3870"},{"text":"comforteth","number":"g3870"},{"text":"to comfort","number":"g3870"},{"text":"we","number":"g3870"},{"text":"the comfort","number":"g3874"},{"text":"all","number":"g3956"},{"text":"any","number":"g3956"},{"text":"of","number":"g5259"}],"7":[{"text":"is stedfast","number":"g949"},{"text":"knowing","number":"g1492"},{"text":"hope","number":"g1680"},{"text":"ye are","number":"g2075"},{"text":"our","number":"g2257"},{"text":"And","number":"g2532"},{"text":"shall ye be also","number":"g2532"},{"text":"partakers","number":"g2844"},{"text":"that","number":"g3754"},{"text":"so","number":"g3779"},{"text":"of the sufferings","number":"g3804"},{"text":"of the consolation","number":"g3874"},{"text":"you","number":"g5216"},{"text":"of","number":"g5228"},{"text":"as","number":"g5618"}],"21":[{"text":"he which stablisheth","number":"g950"},{"text":"Now","number":"g1161"},{"text":"in","number":"g1519"},{"text":"us","number":"g2248"},{"text":"us","number":"g2248"},{"text":"is God","number":"g2316"},{"text":"and","number":"g2532"},{"text":"with","number":"g4862"},{"text":"you","number":"g5213"},{"text":"Christ","number":"g5547"},{"text":"hath anointed","number":"g5548"}],"17":[{"text":"I","number":"g1011"},{"text":"do I purpose","number":"g1011"},{"text":"minded","number":"g1011"},{"text":"that I purpose","number":"g1011"},{"text":"was","number":"g1011"},{"text":"lightness","number":"g1644"},{"text":"me","number":"g1698"},{"text":"or","number":"g2228"},{"text":"that","number":"g2443"},{"text":"and","number":"g2532"},{"text":"according","number":"g2596"},{"text":"did I use","number":"g3385"},{"text":"yea","number":"g3483"},{"text":"yea","number":"g3483"},{"text":"When","number":"g3739"},{"text":"the things","number":"g3739"},{"text":"nay","number":"g3756"},{"text":"nay","number":"g3756"},{"text":"therefore","number":"g3767"},{"text":"with","number":"g3844"},{"text":"to the flesh","number":"g4561"},{"text":"thus","number":"g5124"},{"text":"there should be","number":"g5600"}],"15":[{"text":"I was minded","number":"g1014"},{"text":"a second","number":"g1208"},{"text":"to come","number":"g2064"},{"text":"ye might have","number":"g2192"},{"text":"that","number":"g2443"},{"text":"And","number":"g2532"},{"text":"confidence","number":"g4006"},{"text":"unto","number":"g4314"},{"text":"before","number":"g4386"},{"text":"in this","number":"g5026"},{"text":"you","number":"g5209"},{"text":"benefit","number":"g5485"}],"18":[{"text":"was","number":"g1096"},{"text":"But","number":"g1161"},{"text":"our","number":"g2257"},{"text":"as God","number":"g2316"},{"text":"and","number":"g2532"},{"text":"word","number":"g3056"},{"text":"yea","number":"g3483"},{"text":"nay","number":"g3756"},{"text":"not","number":"g3756"},{"text":"is true","number":"g4103"},{"text":"toward","number":"g4314"},{"text":"you","number":"g5209"}],"23":[{"text":"Moreover","number":"g1161"},{"text":"I","number":"g1473"},{"text":"unto","number":"g1519"},{"text":"my","number":"g1699"},{"text":"upon","number":"g1909"},{"text":"call","number":"g1941"},{"text":"I came","number":"g2064"},{"text":"God","number":"g2316"},{"text":"Corinth","number":"g2882"},{"text":"for a record","number":"g3144"},{"text":"that","number":"g3754"},{"text":"not as yet","number":"g3765"},{"text":"you","number":"g5216"},{"text":"to spare","number":"g5339"},{"text":"soul","number":"g5590"}],"11":[{"text":"by prayer","number":"g1162"},{"text":"by","number":"g1223"},{"text":"bestowed upon","number":"g1519"},{"text":"by","number":"g1537"},{"text":"thanks may be","number":"g2168"},{"text":"us","number":"g2248"},{"text":"on our behalf","number":"g2257"},{"text":"us","number":"g2257"},{"text":"that","number":"g2443"},{"text":"also","number":"g2532"},{"text":"many","number":"g4183"},{"text":"the means of many","number":"g4183"},{"text":"persons","number":"g4383"},{"text":"helping together","number":"g4943"},{"text":"Ye","number":"g5216"},{"text":"for","number":"g5228"},{"text":"given","number":"g5228"},{"text":"for the gift","number":"g5486"}],"5":[{"text":"by","number":"g1223"},{"text":"in","number":"g1519"},{"text":"us","number":"g2248"},{"text":"our","number":"g2257"},{"text":"as","number":"g2531"},{"text":"also","number":"g2532"},{"text":"For","number":"g3754"},{"text":"so","number":"g3779"},{"text":"the sufferings","number":"g3804"},{"text":"consolation","number":"g3874"},{"text":"abound","number":"g4052"},{"text":"aboundeth","number":"g4052"},{"text":"Christ","number":"g5547"},{"text":"of Christ","number":"g5547"}],"10":[{"text":"in","number":"g1519"},{"text":"from","number":"g1537"},{"text":"we trust","number":"g1679"},{"text":"yet","number":"g2089"},{"text":"us","number":"g2248"},{"text":"a death","number":"g2288"},{"text":"and","number":"g2532"},{"text":"Who","number":"g3739"},{"text":"whom","number":"g3739"},{"text":"that","number":"g3754"},{"text":"deliver","number":"g4506"},{"text":"delivered","number":"g4506"},{"text":"doth deliver","number":"g4506"},{"text":"he will","number":"g4506"},{"text":"so great","number":"g5082"}],"3":[{"text":"Blessed","number":"g2128"},{"text":"of our","number":"g2257"},{"text":"be God","number":"g2316"},{"text":"the God","number":"g2316"},{"text":"Jesus","number":"g2424"},{"text":"and","number":"g2532"},{"text":"even","number":"g2532"},{"text":"Lord","number":"g2962"},{"text":"of mercies","number":"g3628"},{"text":"comfort","number":"g3874"},{"text":"of all","number":"g3956"},{"text":"the Father","number":"g3962"},{"text":"the Father","number":"g3962"},{"text":"Christ","number":"g5547"}]}