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
+ {"33":[{"text":"and Abida","number":"h28"},{"text":"and Eldaah","number":"h420"},{"text":"All these are the sons","number":"h1121"},{"text":"And the sons","number":"h1121"},{"text":"and Henoch","number":"h2585"},{"text":"of Midian","number":"h4080"},{"text":"Ephah","number":"h5891"},{"text":"and Epher","number":"h6081"},{"text":"of Keturah","number":"h6989"}],"22":[{"text":"and Abimael","number":"h39"},{"text":"And Ebal","number":"h5858"},{"text":"and Sheba","number":"h7614"}],"32":[{"text":"Abraham's","number":"h85"},{"text":"And the sons","number":"h1121"},{"text":"Now the sons","number":"h1121"},{"text":"and Dedan","number":"h1719"},{"text":"Zimran","number":"h2175"},{"text":"she bare","number":"h3205"},{"text":"and Jokshan","number":"h3370"},{"text":"of Jokshan","number":"h3370"},{"text":"and Ishbak","number":"h3435"},{"text":"and Midian","number":"h4080"},{"text":"and Medan","number":"h4091"},{"text":"concubine","number":"h6370"},{"text":"of Keturah","number":"h6989"},{"text":"Sheba","number":"h7614"},{"text":"and Shuah","number":"h7744"}],"34":[{"text":"And Abraham","number":"h85"},{"text":"The sons","number":"h1121"},{"text":"begat","number":"h3205"},{"text":"Isaac","number":"h3327"},{"text":"of Isaac","number":"h3327"},{"text":"and Israel","number":"h3478"},{"text":"Esau","number":"h6215"}],"28":[{"text":"of Abraham","number":"h85"},{"text":"The sons","number":"h1121"},{"text":"Isaac","number":"h3327"},{"text":"and Ishmael","number":"h3458"}],"27":[{"text":"the same is Abraham","number":"h85"},{"text":"Abram","number":"h87"}],"29":[{"text":"and Adbeel","number":"h110"},{"text":"The firstborn","number":"h1060"},{"text":"of Ishmael","number":"h3458"},{"text":"and Mibsam","number":"h4017"},{"text":"Nebaioth","number":"h5032"},{"text":"then Kedar","number":"h6938"},{"text":"These are their generations","number":"h8435"}],"1":[{"text":"Adam","number":"h121"},{"text":"Enosh","number":"h583"},{"text":"Sheth","number":"h8352"}],"43":[{"text":"of Edom","number":"h123"},{"text":"in the land","number":"h776"},{"text":"Bela","number":"h1106"},{"text":"over the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Beor","number":"h1160"},{"text":"was Dinhabah","number":"h1838"},{"text":"of Israel","number":"h3478"},{"text":"reigned","number":"h4427"},{"text":"that reigned","number":"h4427"},{"text":"Now these are the kings","number":"h4428"},{"text":"any king","number":"h4428"},{"text":"of his city","number":"h5892"},{"text":"before","number":"h6440"},{"text":"and the name","number":"h8034"}],"51":[{"text":"of Edom","number":"h123"},{"text":"also And the dukes","number":"h441"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"were duke","number":"h441"},{"text":"Hadad","number":"h1908"},{"text":"Jetheth","number":"h3509"},{"text":"died","number":"h4191"},{"text":"Aliah","number":"h5933"},{"text":"Timnah","number":"h8555"}],"54":[{"text":"of Edom","number":"h123"},{"text":"Duke","number":"h441"},{"text":"These are the dukes","number":"h441"},{"text":"duke","number":"h441"},{"text":"Magdiel","number":"h4025"},{"text":"Iram","number":"h5902"}],"52":[{"text":"Aholibamah","number":"h173"},{"text":"Elah","number":"h425"},{"text":"Duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"Pinon","number":"h6373"}],"21":[{"text":"also and Uzal","number":"h187"},{"text":"and Diklah","number":"h1853"},{"text":"Hadoram","number":"h1913"}],"36":[{"text":"and Omar","number":"h201"},{"text":"of Eliphaz","number":"h464"},{"text":"The sons","number":"h1121"},{"text":"and Gatam","number":"h1609"},{"text":"and Amalek","number":"h6002"},{"text":"Zephi","number":"h6825"},{"text":"Kenaz","number":"h7073"},{"text":"Teman","number":"h8487"},{"text":"and Timna","number":"h8555"}],"40":[{"text":"and Onam","number":"h208"},{"text":"Aiah","number":"h345"},{"text":"And the sons","number":"h1121"},{"text":"The sons","number":"h1121"},{"text":"and Manahath","number":"h4506"},{"text":"and Ebal","number":"h5858"},{"text":"Alian","number":"h5935"},{"text":"and Anah","number":"h6034"},{"text":"of Zibeon","number":"h6649"},{"text":"of Shobal","number":"h7732"},{"text":"Shephi","number":"h8195"}],"23":[{"text":"And Ophir","number":"h211"},{"text":"All these were the sons","number":"h1121"},{"text":"and Havilah","number":"h2341"},{"text":"and Jobab","number":"h3103"},{"text":"of Joktan","number":"h3355"}],"19":[{"text":"and his brother's","number":"h251"},{"text":"of the one","number":"h259"},{"text":"the earth","number":"h776"},{"text":"sons","number":"h1121"},{"text":"because in his days","number":"h3117"},{"text":"were born","number":"h3205"},{"text":"was Joktan","number":"h3355"},{"text":"And unto Eber","number":"h5677"},{"text":"was divided","number":"h6385"},{"text":"was Peleg","number":"h6389"},{"text":"name","number":"h8034"},{"text":"the name","number":"h8034"},{"text":"two","number":"h8147"}],"39":[{"text":"sister","number":"h269"},{"text":"And the sons","number":"h1121"},{"text":"and Homam","number":"h1950"},{"text":"Hori","number":"h2753"},{"text":"of Lotan","number":"h3877"},{"text":"was Lotan's","number":"h3877"},{"text":"and Timna","number":"h8555"}],"53":[{"text":"Duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"Mibzar","number":"h4014"},{"text":"Kenaz","number":"h7073"},{"text":"Teman","number":"h8487"}],"35":[{"text":"Eliphaz","number":"h464"},{"text":"The sons","number":"h1121"},{"text":"and Jeush","number":"h3266"},{"text":"and Jaalam","number":"h3281"},{"text":"of Esau","number":"h6215"},{"text":"and Korah","number":"h7141"},{"text":"Reuel","number":"h7467"}],"7":[{"text":"Elishah","number":"h473"},{"text":"And the sons","number":"h1121"},{"text":"and Dodanim","number":"h1721"},{"text":"of Javan","number":"h3120"},{"text":"Kittim","number":"h3794"},{"text":"and Tarshish","number":"h8659"}],"20":[{"text":"Almodad","number":"h486"},{"text":"and Hazarmaveth","number":"h2700"},{"text":"begat","number":"h3205"},{"text":"And Joktan","number":"h3355"},{"text":"and Jerah","number":"h3392"},{"text":"and Sheleph","number":"h8026"}],"14":[{"text":"also and the Amorite","number":"h567"},{"text":"and the Girgashite","number":"h1622"},{"text":"The Jebusite","number":"h2983"}],"38":[{"text":"and Ezer","number":"h687"},{"text":"And the sons","number":"h1121"},{"text":"and Dishon","number":"h1787"},{"text":"and Dishan","number":"h1789"},{"text":"Lotan","number":"h3877"},{"text":"and Anah","number":"h6034"},{"text":"and Zibeon","number":"h6649"},{"text":"and Shobal","number":"h7732"},{"text":"of Seir","number":"h8165"}],"42":[{"text":"of Ezer","number":"h687"},{"text":"and Aran","number":"h765"},{"text":"Bilhan","number":"h1092"},{"text":"The sons","number":"h1121"},{"text":"The sons","number":"h1121"},{"text":"of Dishan","number":"h1789"},{"text":"and Zavan","number":"h2190"},{"text":"and Jakan","number":"h3292"},{"text":"Uz","number":"h5780"}],"16":[{"text":"And the Arvadite","number":"h721"},{"text":"and the Hamathite","number":"h2577"},{"text":"and the Zemarite","number":"h6786"}],"17":[{"text":"and Aram","number":"h758"},{"text":"and Arphaxad","number":"h775"},{"text":"and Asshur","number":"h804"},{"text":"The sons","number":"h1121"},{"text":"and Gether","number":"h1666"},{"text":"and Hul","number":"h2343"},{"text":"and Lud","number":"h3865"},{"text":"and Meshech","number":"h4902"},{"text":"and Uz","number":"h5780"},{"text":"Elam","number":"h5867"},{"text":"of Shem","number":"h8035"}],"18":[{"text":"And Arphaxad","number":"h775"},{"text":"begat","number":"h3205"},{"text":"begat","number":"h3205"},{"text":"Eber","number":"h5677"},{"text":"Shelah","number":"h7974"},{"text":"and Shelah","number":"h7974"}],"24":[{"text":"Arphaxad","number":"h775"},{"text":"Shelah","number":"h7974"},{"text":"Shem","number":"h8035"}],"45":[{"text":"of the land","number":"h776"},{"text":"Husham","number":"h2367"},{"text":"And when Jobab","number":"h3103"},{"text":"was dead","number":"h4191"},{"text":"reigned","number":"h4427"},{"text":"of the Temanites","number":"h8489"}],"10":[{"text":"upon the earth","number":"h776"},{"text":"to be mighty","number":"h1368"},{"text":"he began","number":"h2490"},{"text":"begat","number":"h3205"},{"text":"And Cush","number":"h3568"},{"text":"Nimrod","number":"h5248"}],"41":[{"text":"and Eshban","number":"h790"},{"text":"And the sons","number":"h1121"},{"text":"The sons","number":"h1121"},{"text":"Dishon","number":"h1787"},{"text":"of Dishon","number":"h1787"},{"text":"Amram","number":"h2566"},{"text":"and Ithran","number":"h3506"},{"text":"and Cheran","number":"h3763"},{"text":"of Anah","number":"h6034"}],"50":[{"text":"and his wife's","number":"h802"},{"text":"And when Baalhanan","number":"h1177"},{"text":"the daughter","number":"h1323"},{"text":"the daughter","number":"h1323"},{"text":"Hadad","number":"h1908"},{"text":"was Mehetabel","number":"h4105"},{"text":"was dead","number":"h4191"},{"text":"of Matred","number":"h4308"},{"text":"of Mezahab","number":"h4314"},{"text":"reigned","number":"h4427"},{"text":"of his city","number":"h5892"},{"text":"was Pai","number":"h6464"},{"text":"in his stead and the name","number":"h8034"},{"text":"name","number":"h8034"}],"6":[{"text":"Ashchenaz","number":"h813"},{"text":"And the sons","number":"h1121"},{"text":"of Gomer","number":"h1586"},{"text":"and Riphath","number":"h7384"},{"text":"and Togarmah","number":"h8425"}],"46":[{"text":"of Bedad","number":"h911"},{"text":"the son","number":"h1121"},{"text":"Hadad","number":"h1908"},{"text":"And when Husham","number":"h2367"},{"text":"Midian","number":"h4080"},{"text":"of Moab","number":"h4124"},{"text":"was dead","number":"h4191"},{"text":"reigned","number":"h4427"},{"text":"which smote","number":"h5221"},{"text":"was Avith","number":"h5762"},{"text":"of his city","number":"h5892"},{"text":"in the field","number":"h7704"},{"text":"in his stead and the name","number":"h8034"}],"13":[{"text":"his firstborn","number":"h1060"},{"text":"and Heth","number":"h2845"},{"text":"begat","number":"h3205"},{"text":"And Canaan","number":"h3667"},{"text":"Zidon","number":"h6721"}],"44":[{"text":"And when Bela","number":"h1106"},{"text":"the son","number":"h1121"},{"text":"of Bozrah","number":"h1224"},{"text":"of Zerah","number":"h2226"},{"text":"Jobab","number":"h3103"},{"text":"was dead","number":"h4191"},{"text":"reigned","number":"h4427"}],"9":[{"text":"And the sons","number":"h1121"},{"text":"And the sons","number":"h1121"},{"text":"and Dedan","number":"h1719"},{"text":"and Havilah","number":"h2341"},{"text":"of Cush","number":"h3568"},{"text":"Seba","number":"h5434"},{"text":"and Sabta","number":"h5454"},{"text":"and Sabtecha","number":"h5455"},{"text":"and Raamah","number":"h7484"},{"text":"of Raamah","number":"h7484"},{"text":"Sheba","number":"h7614"}],"37":[{"text":"The sons","number":"h1121"},{"text":"Zerah","number":"h2226"},{"text":"and Mizzah","number":"h4199"},{"text":"Nahath","number":"h5184"},{"text":"of Reuel","number":"h7467"},{"text":"Shammah","number":"h8048"}],"5":[{"text":"The sons","number":"h1121"},{"text":"Gomer","number":"h1586"},{"text":"and Javan","number":"h3120"},{"text":"of Japheth","number":"h3315"},{"text":"and Magog","number":"h4031"},{"text":"and Madai","number":"h4074"},{"text":"and Meshech","number":"h4902"},{"text":"and Tubal","number":"h8422"},{"text":"and Tiras","number":"h8494"}],"8":[{"text":"The sons","number":"h1121"},{"text":"of Ham","number":"h2526"},{"text":"Cush","number":"h3568"},{"text":"and Canaan","number":"h3667"},{"text":"and Mizraim","number":"h4714"},{"text":"Put","number":"h6316"}],"31":[{"text":"These are the sons","number":"h1121"},{"text":"Jetur","number":"h3195"},{"text":"of Ishmael","number":"h3458"},{"text":"Naphish","number":"h5305"},{"text":"and Kedemah","number":"h6929"}],"49":[{"text":"the son","number":"h1121"},{"text":"Baalhanan","number":"h1177"},{"text":"was dead","number":"h4191"},{"text":"reigned","number":"h4427"},{"text":"of Achbor","number":"h5907"},{"text":"And when Shaul","number":"h7586"}],"30":[{"text":"and Dumah","number":"h1746"},{"text":"Hadad","number":"h2301"},{"text":"Massa","number":"h4854"},{"text":"Mishma","number":"h4927"},{"text":"and Tema","number":"h8485"}],"47":[{"text":"And when Hadad","number":"h1908"},{"text":"was dead","number":"h4191"},{"text":"reigned","number":"h4427"},{"text":"of Masrekah","number":"h4957"},{"text":"Samlah","number":"h8072"}],"15":[{"text":"And the Hivite","number":"h2340"},{"text":"and the Sinite","number":"h5513"},{"text":"and the Arkite","number":"h6208"}],"4":[{"text":"Ham","number":"h2526"},{"text":"and Japheth","number":"h3315"},{"text":"Noah","number":"h5146"},{"text":"Shem","number":"h8035"}],"3":[{"text":"Henoch","number":"h2585"},{"text":"Lamech","number":"h3929"},{"text":"Methuselah","number":"h4968"}],"11":[{"text":"begat","number":"h3205"},{"text":"and Lehabim","number":"h3853"},{"text":"Ludim","number":"h3866"},{"text":"And Mizraim","number":"h4714"},{"text":"and Naphtuhim","number":"h5320"},{"text":"and Anamim","number":"h6047"}],"12":[{"text":"of whom came","number":"h3318"},{"text":"and Casluhim","number":"h3695"},{"text":"and Caphthorim","number":"h3732"},{"text":"the Philistines","number":"h6430"},{"text":"And Pathrusim","number":"h6625"}],"2":[{"text":"Jered","number":"h3382"},{"text":"Mahalaleel","number":"h4111"},{"text":"Kenan","number":"h7018"}],"48":[{"text":"was dead","number":"h4191"},{"text":"reigned","number":"h4427"},{"text":"by the river","number":"h5104"},{"text":"of Rehoboth","number":"h7344"},{"text":"Shaul","number":"h7586"},{"text":"And when Samlah","number":"h8072"}],"26":[{"text":"Nahor","number":"h5152"},{"text":"Serug","number":"h8286"},{"text":"Terah","number":"h8646"}],"25":[{"text":"Eber","number":"h5677"},{"text":"Peleg","number":"h6389"},{"text":"Reu","number":"h7466"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"would","number":"h14"},{"text":"Then said","number":"h559"},{"text":"come","number":"h935"},{"text":"and thrust","number":"h1856"},{"text":"a sword","number":"h2719"},{"text":"thy sword","number":"h2719"},{"text":"afraid","number":"h3372"},{"text":"took","number":"h3947"},{"text":"not for he was sore","number":"h3966"},{"text":"and fell","number":"h5307"},{"text":"me But his armourbearer","number":"h5375"},{"text":"to his armourbearer","number":"h5375"},{"text":"and abuse","number":"h5953"},{"text":"me through therewith lest these uncircumcised","number":"h6189"},{"text":"Saul","number":"h7586"},{"text":"So Saul","number":"h7586"},{"text":"Draw","number":"h8025"}],"2":[{"text":"and Abinadab","number":"h41"},{"text":"after","number":"h310"},{"text":"and after","number":"h310"},{"text":"his sons","number":"h1121"},{"text":"the sons","number":"h1121"},{"text":"followed hard","number":"h1692"},{"text":"Jonathan","number":"h3129"},{"text":"and Malchishua","number":"h4444"},{"text":"slew","number":"h5221"},{"text":"And the Philistines","number":"h6430"},{"text":"and the Philistines","number":"h6430"},{"text":"Saul","number":"h7586"},{"text":"of Saul","number":"h7586"}],"13":[{"text":"counsel of one that had a familiar spirit","number":"h178"},{"text":"even against the word","number":"h1697"},{"text":"to enquire","number":"h1875"},{"text":"against the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"died","number":"h4191"},{"text":"which he committed","number":"h4603"},{"text":"for his transgression","number":"h4604"},{"text":"So Saul","number":"h7586"},{"text":"not and also for asking","number":"h7592"},{"text":"which he kept","number":"h8104"}],"7":[{"text":"And when all the men","number":"h376"},{"text":"came","number":"h935"},{"text":"and his sons","number":"h1121"},{"text":"and dwelt","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"were dead","number":"h4191"},{"text":"and fled","number":"h5127"},{"text":"that they fled","number":"h5127"},{"text":"then they forsook","number":"h5800"},{"text":"their cities","number":"h5892"},{"text":"that were in the valley","number":"h6010"},{"text":"and the Philistines","number":"h6430"},{"text":"saw","number":"h7200"},{"text":"and that Saul","number":"h7586"}],"1":[{"text":"and the men","number":"h376"},{"text":"Gilboa","number":"h1533"},{"text":"in mount","number":"h2022"},{"text":"slain","number":"h2491"},{"text":"against Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"fought","number":"h3898"},{"text":"fled","number":"h5127"},{"text":"and fell down","number":"h5307"},{"text":"Now the Philistines","number":"h6430"},{"text":"the Philistines","number":"h6430"},{"text":"from before","number":"h6440"}],"12":[{"text":"men","number":"h376"},{"text":"under the oak","number":"h424"},{"text":"and brought","number":"h935"},{"text":"of his sons","number":"h1121"},{"text":"and the bodies","number":"h1480"},{"text":"the body","number":"h1480"},{"text":"all the valiant","number":"h2428"},{"text":"in Jabesh","number":"h3003"},{"text":"them to Jabesh","number":"h3003"},{"text":"days","number":"h3117"},{"text":"and took away","number":"h5375"},{"text":"their bones","number":"h6106"},{"text":"and fasted","number":"h6684"},{"text":"and buried","number":"h6912"},{"text":"They arose","number":"h6965"},{"text":"of Saul","number":"h7586"},{"text":"seven","number":"h7651"}],"10":[{"text":"of their gods","number":"h430"},{"text":"in the house","number":"h1004"},{"text":"in the temple","number":"h1004"},{"text":"his head","number":"h1538"},{"text":"of Dagon","number":"h1712"},{"text":"his armour","number":"h3627"},{"text":"And they put","number":"h7760"},{"text":"and fastened","number":"h8628"}],"9":[{"text":"into the land","number":"h776"},{"text":"to carry tidings","number":"h1319"},{"text":"and his armour","number":"h3627"},{"text":"him they took","number":"h5375"},{"text":"round about","number":"h5439"},{"text":"and to the people","number":"h5971"},{"text":"unto their idols","number":"h6091"},{"text":"of the Philistines","number":"h6430"},{"text":"And when they had stripped","number":"h6584"},{"text":"his head","number":"h7218"},{"text":"and sent","number":"h7971"}],"8":[{"text":"came","number":"h935"},{"text":"and his sons","number":"h1121"},{"text":"Gilboa","number":"h1533"},{"text":"in mount","number":"h2022"},{"text":"the slain","number":"h2491"},{"text":"And it came to pass on the morrow","number":"h4283"},{"text":"that they found","number":"h4672"},{"text":"fallen","number":"h5307"},{"text":"when the Philistines","number":"h6430"},{"text":"to strip","number":"h6584"},{"text":"Saul","number":"h7586"}],"6":[{"text":"and all his house","number":"h1004"},{"text":"sons","number":"h1121"},{"text":"together","number":"h3162"},{"text":"died","number":"h4191"},{"text":"died","number":"h4191"},{"text":"So Saul","number":"h7586"},{"text":"and his three","number":"h7969"}],"14":[{"text":"the son","number":"h1121"},{"text":"unto David","number":"h1732"},{"text":"And enquired","number":"h1875"},{"text":"not of the LORD","number":"h3068"},{"text":"of Jesse","number":"h3448"},{"text":"therefore he slew","number":"h4191"},{"text":"the kingdom","number":"h4410"},{"text":"him and turned","number":"h5437"}],"3":[{"text":"him and he was wounded","number":"h2342"},{"text":"and the archers","number":"h3384"},{"text":"of the archers","number":"h3384"},{"text":"went sore","number":"h3513"},{"text":"And the battle","number":"h4421"},{"text":"hit","number":"h4672"},{"text":"against Saul","number":"h7586"}],"5":[{"text":"likewise on the sword","number":"h2719"},{"text":"and died","number":"h4191"},{"text":"was dead","number":"h4191"},{"text":"he fell","number":"h5307"},{"text":"And when his armourbearer","number":"h5375"},{"text":"saw","number":"h7200"},{"text":"that Saul","number":"h7586"}],"11":[{"text":"And when all Jabeshgilead","number":"h3003"},{"text":"had done","number":"h6213"},{"text":"all that the Philistines","number":"h6430"},{"text":"to Saul","number":"h7586"},{"text":"heard","number":"h8085"}]}
@@ -0,0 +1 @@
1
+ {"19":[{"text":"it Therefore he would","number":"h14"},{"text":"My God","number":"h430"},{"text":"And said","number":"h559"},{"text":"of these men","number":"h582"},{"text":"they brought","number":"h935"},{"text":"mightiest","number":"h1368"},{"text":"the blood","number":"h1818"},{"text":"this thing","number":"h2063"},{"text":"forbid","number":"h2486"},{"text":"for with the jeopardy of their lives","number":"h5315"},{"text":"that have put their lives in jeopardy","number":"h5315"},{"text":"it These things did","number":"h6213"},{"text":"it me that I should do","number":"h6213"},{"text":"these three","number":"h7969"},{"text":"not drink","number":"h8354"},{"text":"shall I drink","number":"h8354"}],"18":[{"text":"would","number":"h14"},{"text":"it and brought","number":"h935"},{"text":"out of the well","number":"h953"},{"text":"of Bethlehem","number":"h1035"},{"text":"brake through","number":"h1234"},{"text":"but David","number":"h1732"},{"text":"it to David","number":"h1732"},{"text":"to the LORD","number":"h3068"},{"text":"the host","number":"h4264"},{"text":"water","number":"h4325"},{"text":"of it but poured it out","number":"h5258"},{"text":"and took","number":"h5375"},{"text":"of the Philistines","number":"h6430"},{"text":"and drew","number":"h7579"},{"text":"And the three","number":"h7969"},{"text":"that was by the gate","number":"h8179"},{"text":"not drink","number":"h8354"}],"32":[{"text":"Abiel","number":"h22"},{"text":"of Gaash","number":"h1608"},{"text":"Hurai","number":"h2360"},{"text":"of the brooks","number":"h5158"},{"text":"the Arbathite","number":"h6164"}],"28":[{"text":"Abiezer","number":"h44"},{"text":"the son","number":"h1121"},{"text":"Ira","number":"h5896"},{"text":"the Antothite","number":"h6069"},{"text":"of Ikkesh","number":"h6142"},{"text":"the Tekoite","number":"h8621"}],"20":[{"text":"And Abishai","number":"h52"},{"text":"the brother","number":"h251"},{"text":"he slew","number":"h2491"},{"text":"his spear","number":"h2595"},{"text":"of Joab","number":"h3097"},{"text":"hundred","number":"h3967"},{"text":"for lifting up","number":"h5782"},{"text":"he was chief","number":"h7218"},{"text":"against three","number":"h7969"},{"text":"among the three","number":"h7969"},{"text":"of the three","number":"h7969"},{"text":"them and had a name","number":"h8034"}],"17":[{"text":"longed","number":"h183"},{"text":"and said","number":"h559"},{"text":"of the well","number":"h953"},{"text":"of Bethlehem","number":"h1035"},{"text":"And David","number":"h1732"},{"text":"of the water","number":"h4325"},{"text":"that is at the gate","number":"h8179"},{"text":"Oh that one would give me drink","number":"h8248"}],"35":[{"text":"of Ur","number":"h218"},{"text":"Ahiam","number":"h279"},{"text":"Eliphal","number":"h465"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the Hararite","number":"h2043"},{"text":"of Sacar","number":"h7940"}],"41":[{"text":"Uriah","number":"h223"},{"text":"of Ahlai","number":"h304"},{"text":"the son","number":"h1121"},{"text":"Zabad","number":"h2066"},{"text":"the Hittite","number":"h2850"}],"37":[{"text":"of Ezbai","number":"h229"},{"text":"the son","number":"h1121"},{"text":"Hezro","number":"h2695"},{"text":"the Carmelite","number":"h3761"},{"text":"Naarai","number":"h5293"}],"45":[{"text":"his brother","number":"h251"},{"text":"the son","number":"h1121"},{"text":"Jediael","number":"h3043"},{"text":"and Joha","number":"h3109"},{"text":"of Shimri","number":"h8113"},{"text":"the Tizite","number":"h8491"}],"26":[{"text":"the brother","number":"h251"},{"text":"Elhanan","number":"h445"},{"text":"of Bethlehem","number":"h1035"},{"text":"the son","number":"h1121"},{"text":"Also the valiant men","number":"h1368"},{"text":"of Dodo","number":"h1734"},{"text":"of the armies","number":"h2428"},{"text":"of Joab","number":"h3097"},{"text":"were Asahel","number":"h6214"}],"38":[{"text":"the brother","number":"h251"},{"text":"the son","number":"h1121"},{"text":"of Haggeri","number":"h1905"},{"text":"Joel","number":"h3100"},{"text":"Mibhar","number":"h4006"},{"text":"of Nathan","number":"h5416"}],"11":[{"text":"by him at one","number":"h259"},{"text":"of the mighty men","number":"h1368"},{"text":"whom David","number":"h1732"},{"text":"an Hachmonite","number":"h2453"},{"text":"slain","number":"h2491"},{"text":"his spear","number":"h2595"},{"text":"had Jashobeam","number":"h3434"},{"text":"hundred","number":"h3967"},{"text":"And this is the number","number":"h4557"},{"text":"he lifted up","number":"h5782"},{"text":"time","number":"h6471"},{"text":"the chief","number":"h7218"},{"text":"against three","number":"h7969"},{"text":"of the captains","number":"h7991"}],"12":[{"text":"the Ahohite","number":"h266"},{"text":"And after","number":"h310"},{"text":"him was Eleazar","number":"h499"},{"text":"the son","number":"h1121"},{"text":"mighties","number":"h1368"},{"text":"of Dodo","number":"h1734"},{"text":"who was one of the three","number":"h7969"}],"29":[{"text":"the Ahohite","number":"h266"},{"text":"the Hushathite","number":"h2843"},{"text":"Sibbecai","number":"h5444"},{"text":"Ilai","number":"h5866"}],"36":[{"text":"Ahijah","number":"h281"},{"text":"Hepher","number":"h2660"},{"text":"the Mecherathite","number":"h4382"},{"text":"the Pelonite","number":"h6397"}],"23":[{"text":"a man","number":"h376"},{"text":"cubits","number":"h520"},{"text":"like a weaver's","number":"h707"},{"text":"and plucked","number":"h1497"},{"text":"and slew","number":"h2026"},{"text":"five","number":"h2568"},{"text":"him with his own spear","number":"h2595"},{"text":"the spear","number":"h2595"},{"text":"was a spear","number":"h2595"},{"text":"hand","number":"h3027"},{"text":"hand","number":"h3027"},{"text":"and he went down","number":"h3381"},{"text":"of great stature","number":"h4060"},{"text":"beam","number":"h4500"},{"text":"an Egyptian","number":"h4713"},{"text":"high and in the Egyptian's","number":"h4713"},{"text":"out of the Egyptian's","number":"h4713"},{"text":"And he slew","number":"h5221"},{"text":"to him with a staff","number":"h7626"}],"22":[{"text":"man","number":"h376"},{"text":"a lion","number":"h738"},{"text":"lionlike men","number":"h739"},{"text":"a pit","number":"h953"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"Benaiah","number":"h1141"},{"text":"of a valiant","number":"h2428"},{"text":"of Jehoiada","number":"h3077"},{"text":"day","number":"h3117"},{"text":"also he went down","number":"h3381"},{"text":"of Moab","number":"h4124"},{"text":"and slew","number":"h5221"},{"text":"he slew","number":"h5221"},{"text":"acts","number":"h6467"},{"text":"of Kabzeel","number":"h6909"},{"text":"who had done many","number":"h7227"},{"text":"in a snowy","number":"h7950"},{"text":"two","number":"h8147"},{"text":"in","number":"h8432"}],"2":[{"text":"thy God","number":"h430"},{"text":"said","number":"h559"},{"text":"and broughtest in","number":"h935"},{"text":"over my people","number":"h1571"},{"text":"and the LORD","number":"h3068"},{"text":"thou wast he that leddest out","number":"h3318"},{"text":"Israel","number":"h3478"},{"text":"Israel","number":"h3478"},{"text":"Israel","number":"h3478"},{"text":"was king","number":"h4428"},{"text":"and thou shalt be ruler","number":"h5057"},{"text":"my people","number":"h5971"},{"text":"unto thee Thou shalt feed","number":"h7462"},{"text":"even when Saul","number":"h7586"},{"text":"past","number":"h8032"},{"text":"And moreover in time","number":"h8543"}],"46":[{"text":"Eliel","number":"h447"},{"text":"of Elnaam","number":"h493"},{"text":"the sons","number":"h1121"},{"text":"and Joshaviah","number":"h3145"},{"text":"and Jeribai","number":"h3403"},{"text":"and Ithmah","number":"h3495"},{"text":"the Moabite","number":"h4125"},{"text":"the Mahavite","number":"h4233"}],"47":[{"text":"Eliel","number":"h447"},{"text":"and Jasiel","number":"h3300"},{"text":"the Mesobaite","number":"h4677"},{"text":"and Obed","number":"h5744"}],"33":[{"text":"Eliahba","number":"h455"},{"text":"the Baharumite","number":"h978"},{"text":"Azmaveth","number":"h5820"},{"text":"the Shaalbonite","number":"h8170"}],"5":[{"text":"said","number":"h559"},{"text":"Thou shalt not come","number":"h935"},{"text":"hither Nevertheless David","number":"h1732"},{"text":"of David","number":"h1732"},{"text":"to David","number":"h1732"},{"text":"of Jebus","number":"h2982"},{"text":"And the inhabitants","number":"h3427"},{"text":"took","number":"h3920"},{"text":"the castle","number":"h4686"},{"text":"which is the city","number":"h5892"},{"text":"of Zion","number":"h6726"}],"6":[{"text":"said","number":"h559"},{"text":"the son","number":"h1121"},{"text":"And David","number":"h1732"},{"text":"the Jebusites","number":"h2983"},{"text":"So Joab","number":"h3097"},{"text":"Whosoever smiteth","number":"h5221"},{"text":"up","number":"h5927"},{"text":"went","number":"h5927"},{"text":"of Zeruiah","number":"h6870"},{"text":"and was chief","number":"h7218"},{"text":"shall be chief","number":"h7218"},{"text":"first","number":"h7223"},{"text":"first","number":"h7223"},{"text":"and captain","number":"h8269"}],"1":[{"text":"saying","number":"h559"},{"text":"and thy flesh","number":"h1320"},{"text":"themselves to David","number":"h1732"},{"text":"unto Hebron","number":"h2275"},{"text":"Then all Israel","number":"h3478"},{"text":"Behold we are thy bone","number":"h6106"},{"text":"gathered","number":"h6908"}],"13":[{"text":"were gathered together","number":"h622"},{"text":"He was with David","number":"h1732"},{"text":"where was a parcel","number":"h2513"},{"text":"full","number":"h4392"},{"text":"to battle","number":"h4421"},{"text":"fled","number":"h5127"},{"text":"and the people","number":"h5971"},{"text":"and there the Philistines","number":"h6430"},{"text":"the Philistines","number":"h6430"},{"text":"from before","number":"h6440"},{"text":"at Pasdammim","number":"h6450"},{"text":"of ground","number":"h7704"},{"text":"of barley","number":"h8184"}],"4":[{"text":"of the land","number":"h776"},{"text":"And David","number":"h1732"},{"text":"which is Jebus","number":"h2982"},{"text":"where the Jebusites","number":"h2983"},{"text":"went","number":"h3212"},{"text":"to Jerusalem","number":"h3389"},{"text":"were the inhabitants","number":"h3427"},{"text":"and all Israel","number":"h3478"}],"31":[{"text":"Ithai","number":"h863"},{"text":"that pertained to the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"Benaiah","number":"h1141"},{"text":"of Benjamin","number":"h1144"},{"text":"of Gibeah","number":"h1390"},{"text":"the Pirathonite","number":"h6553"},{"text":"of Ribai","number":"h7380"}],"3":[{"text":"Therefore came","number":"h935"},{"text":"a covenant","number":"h1285"},{"text":"according to the word","number":"h1697"},{"text":"David","number":"h1732"},{"text":"and David","number":"h1732"},{"text":"all the elders","number":"h2205"},{"text":"to Hebron","number":"h2275"},{"text":"with them in Hebron","number":"h2275"},{"text":"by","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"over Israel","number":"h3478"},{"text":"made","number":"h3772"},{"text":"king","number":"h4428"},{"text":"to the king","number":"h4428"},{"text":"and they anointed","number":"h4886"},{"text":"before","number":"h6440"},{"text":"Samuel","number":"h8050"}],"25":[{"text":"but attained","number":"h935"},{"text":"and David","number":"h1732"},{"text":"Behold","number":"h2009"},{"text":"he was honourable","number":"h3513"},{"text":"him over his guard","number":"h4928"},{"text":"set","number":"h7760"},{"text":"not to the first three","number":"h7969"},{"text":"among the thirty","number":"h7970"}],"21":[{"text":"howbeit he attained","number":"h935"},{"text":"he was more honourable","number":"h3513"},{"text":"Of the three","number":"h7969"},{"text":"not to the first three","number":"h7969"},{"text":"than the two","number":"h8147"},{"text":"for he was their captain","number":"h8269"}],"16":[{"text":"was then at Bethlehem","number":"h1035"},{"text":"And David","number":"h1732"},{"text":"was then in the hold","number":"h4686"},{"text":"garrison","number":"h5333"},{"text":"and the Philistines","number":"h6430"}],"34":[{"text":"The sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the Gizonite","number":"h1493"},{"text":"the Hararite","number":"h2043"},{"text":"of Hashem","number":"h2044"},{"text":"Jonathan","number":"h3129"},{"text":"of Shage","number":"h7681"}],"24":[{"text":"the son","number":"h1121"},{"text":"Benaiah","number":"h1141"},{"text":"mighties","number":"h1368"},{"text":"of Jehoiada","number":"h3077"},{"text":"These things did","number":"h6213"},{"text":"among the three","number":"h7969"},{"text":"and had the name","number":"h8034"}],"30":[{"text":"the son","number":"h1121"},{"text":"of Baanah","number":"h1196"},{"text":"Heled","number":"h2466"},{"text":"Maharai","number":"h4121"},{"text":"the Netophathite","number":"h5200"},{"text":"the Netophathite","number":"h5200"}],"39":[{"text":"the son","number":"h1121"},{"text":"the Berothite","number":"h1307"},{"text":"of Joab","number":"h3097"},{"text":"Naharai","number":"h5171"},{"text":"the armourbearer","number":"h5375"},{"text":"the Ammonite","number":"h5984"},{"text":"Zelek","number":"h6768"},{"text":"of Zeruiah","number":"h6870"}],"42":[{"text":"the son","number":"h1121"},{"text":"Adina","number":"h5721"},{"text":"of the Reubenites","number":"h7206"},{"text":"the Reubenite","number":"h7206"},{"text":"a captain","number":"h7218"},{"text":"of Shiza","number":"h7877"},{"text":"and thirty","number":"h7970"}],"43":[{"text":"the son","number":"h1121"},{"text":"Hanan","number":"h2605"},{"text":"and Joshaphat","number":"h3146"},{"text":"of Maachah","number":"h4601"},{"text":"the Mithnite","number":"h4981"}],"44":[{"text":"the sons","number":"h1121"},{"text":"of Hothan","number":"h2369"},{"text":"and Jehiel","number":"h3273"},{"text":"Uzzia","number":"h5814"},{"text":"the Aroerite","number":"h6200"},{"text":"the Ashterathite","number":"h6254"},{"text":"Shama","number":"h8091"}],"8":[{"text":"And he built","number":"h1129"},{"text":"repaired","number":"h2421"},{"text":"and Joab","number":"h3097"},{"text":"even from Millo","number":"h4407"},{"text":"round about","number":"h5439"},{"text":"round about","number":"h5439"},{"text":"of the city","number":"h5892"},{"text":"the city","number":"h5892"},{"text":"the rest","number":"h7605"}],"10":[{"text":"of the mighty men","number":"h1368"},{"text":"according to the word","number":"h1697"},{"text":"whom David","number":"h1732"},{"text":"had who strengthened","number":"h2388"},{"text":"of the LORD","number":"h3068"},{"text":"and with all Israel","number":"h3478"},{"text":"concerning Israel","number":"h3478"},{"text":"to make him king","number":"h4427"},{"text":"themselves with him in his kingdom","number":"h4438"},{"text":"These also are the chief","number":"h7218"}],"9":[{"text":"and greater","number":"h1419"},{"text":"So David","number":"h1732"},{"text":"greater","number":"h1980"},{"text":"for the LORD","number":"h3068"},{"text":"waxed","number":"h3212"},{"text":"of hosts","number":"h6635"}],"14":[{"text":"them by a great","number":"h1419"},{"text":"of that parcel","number":"h2513"},{"text":"and the LORD","number":"h3068"},{"text":"And they set","number":"h3320"},{"text":"saved","number":"h3467"},{"text":"it and slew","number":"h5221"},{"text":"and delivered","number":"h5337"},{"text":"the Philistines","number":"h6430"},{"text":"themselves in the midst","number":"h8432"},{"text":"deliverance","number":"h8668"}],"40":[{"text":"Gareb","number":"h1619"},{"text":"the Ithrite","number":"h3505"},{"text":"the Ithrite","number":"h3505"},{"text":"Ira","number":"h5896"}],"7":[{"text":"And David","number":"h1732"},{"text":"of David","number":"h1732"},{"text":"dwelt","number":"h3427"},{"text":"in the castle","number":"h4679"},{"text":"it the city","number":"h5892"},{"text":"therefore they called","number":"h7121"}],"15":[{"text":"to David","number":"h1732"},{"text":"encamped","number":"h2583"},{"text":"went down","number":"h3381"},{"text":"and the host","number":"h4264"},{"text":"into the cave","number":"h4631"},{"text":"of Adullam","number":"h5725"},{"text":"in the valley","number":"h6010"},{"text":"of the Philistines","number":"h6430"},{"text":"to the rock","number":"h6697"},{"text":"captains","number":"h7218"},{"text":"of Rephaim","number":"h7497"},{"text":"Now three","number":"h7969"},{"text":"of the thirty","number":"h7970"}],"27":[{"text":"the Harorite","number":"h2033"},{"text":"Helez","number":"h2503"},{"text":"the Pelonite","number":"h6397"},{"text":"Shammoth","number":"h8054"}]}
@@ -0,0 +1 @@
1
+ {"28":[{"text":"and of his father's","number":"h1"},{"text":"house","number":"h1004"},{"text":"mighty","number":"h1368"},{"text":"of valour","number":"h2428"},{"text":"a young man","number":"h5288"},{"text":"twenty","number":"h6242"},{"text":"And Zadok","number":"h6659"},{"text":"and two","number":"h8147"},{"text":"captains","number":"h8269"}],"17":[{"text":"of our fathers","number":"h1"},{"text":"the God","number":"h430"},{"text":"and said","number":"h559"},{"text":"unto them If ye be come","number":"h935"},{"text":"And David","number":"h1732"},{"text":"wrong","number":"h2555"},{"text":"shall be knit","number":"h3162"},{"text":"thereon and rebuke","number":"h3198"},{"text":"went out","number":"h3318"},{"text":"in mine hands","number":"h3709"},{"text":"seeing there is no","number":"h3808"},{"text":"me mine heart","number":"h3824"},{"text":"unto me to help","number":"h5826"},{"text":"them and answered","number":"h6030"},{"text":"to meet","number":"h6440"},{"text":"me to mine enemies","number":"h6862"},{"text":"look","number":"h7200"},{"text":"unto you but if ye be come to betray","number":"h7411"},{"text":"peaceably","number":"h7965"}],"30":[{"text":"of their fathers","number":"h1"},{"text":"thousand","number":"h505"},{"text":"men","number":"h582"},{"text":"of Ephraim","number":"h669"},{"text":"throughout the house","number":"h1004"},{"text":"And of the children","number":"h1121"},{"text":"mighty","number":"h1368"},{"text":"of valour","number":"h2428"},{"text":"hundred","number":"h3967"},{"text":"twenty","number":"h6242"},{"text":"famous","number":"h8034"},{"text":"and eight","number":"h8083"}],"2":[{"text":"in hurling stones","number":"h68"},{"text":"brethren","number":"h251"},{"text":"of Benjamin","number":"h1144"},{"text":"and shooting arrows","number":"h2671"},{"text":"and could use both the right hand","number":"h3231"},{"text":"They were armed","number":"h5401"},{"text":"out of a bow","number":"h7198"},{"text":"with bows","number":"h7198"},{"text":"even of Saul's","number":"h7586"},{"text":"and the left","number":"h8041"}],"19":[{"text":"to his master","number":"h113"},{"text":"him away saying","number":"h559"},{"text":"when he came","number":"h935"},{"text":"to David","number":"h1732"},{"text":"to battle","number":"h4421"},{"text":"some of Manasseh","number":"h4519"},{"text":"And there fell","number":"h5307"},{"text":"He will fall","number":"h5307"},{"text":"them not for the lords","number":"h5633"},{"text":"but they helped","number":"h5826"},{"text":"upon advisement","number":"h6098"},{"text":"of the Philistines","number":"h6430"},{"text":"with the Philistines","number":"h6430"},{"text":"to the jeopardy of our heads","number":"h7218"},{"text":"Saul","number":"h7586"},{"text":"against Saul","number":"h7586"},{"text":"sent","number":"h7971"}],"27":[{"text":"of the Aaronites","number":"h175"},{"text":"thousand","number":"h505"},{"text":"And Jehoiada","number":"h3077"},{"text":"hundred","number":"h3967"},{"text":"was the leader","number":"h5057"},{"text":"and seven","number":"h7651"},{"text":"and with him were three","number":"h7969"}],"32":[{"text":"and all their brethren","number":"h251"},{"text":"which were men that had understanding","number":"h998"},{"text":"And of the children","number":"h1121"},{"text":"to know","number":"h3045"},{"text":"what Israel","number":"h3478"},{"text":"of Issachar","number":"h3485"},{"text":"of them were two hundred","number":"h3967"},{"text":"ought to do","number":"h6213"},{"text":"of the times","number":"h6256"},{"text":"were at their commandment","number":"h6310"},{"text":"the heads","number":"h7218"}],"39":[{"text":"for their brethren","number":"h251"},{"text":"eating","number":"h398"},{"text":"And there they were with David","number":"h1732"},{"text":"days","number":"h3117"},{"text":"had prepared","number":"h3559"},{"text":"three","number":"h7969"},{"text":"and drinking","number":"h8354"}],"29":[{"text":"the kindred","number":"h251"},{"text":"thousand","number":"h505"},{"text":"of the house","number":"h1004"},{"text":"And of the children","number":"h1121"},{"text":"of Benjamin","number":"h1144"},{"text":"for hitherto the greatest","number":"h4768"},{"text":"the ward","number":"h4931"},{"text":"of Saul","number":"h7586"},{"text":"of Saul","number":"h7586"},{"text":"three","number":"h7969"},{"text":"part of them had kept","number":"h8104"}],"14":[{"text":"one","number":"h259"},{"text":"over a thousand","number":"h505"},{"text":"These were of the sons","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"and the greatest","number":"h1419"},{"text":"was over an hundred","number":"h3967"},{"text":"of the host","number":"h6635"},{"text":"of the least","number":"h6996"},{"text":"captains","number":"h7218"}],"38":[{"text":"were of one","number":"h259"},{"text":"All these men","number":"h582"},{"text":"came","number":"h935"},{"text":"to make David","number":"h1732"},{"text":"to make David","number":"h1732"},{"text":"to Hebron","number":"h2275"},{"text":"also of Israel","number":"h3478"},{"text":"over all Israel","number":"h3478"},{"text":"heart","number":"h3820"},{"text":"heart","number":"h3824"},{"text":"of war","number":"h4421"},{"text":"king","number":"h4427"},{"text":"king","number":"h4427"},{"text":"rank","number":"h4634"},{"text":"that could keep","number":"h5737"},{"text":"and all the rest","number":"h7611"},{"text":"with a perfect","number":"h8003"}],"3":[{"text":"was Ahiezer","number":"h295"},{"text":"the sons","number":"h1121"},{"text":"the sons","number":"h1121"},{"text":"and Berachah","number":"h1294"},{"text":"the Gibeathite","number":"h1395"},{"text":"and Jehu","number":"h3058"},{"text":"then Joash","number":"h3101"},{"text":"and Jeziel","number":"h3149"},{"text":"of Azmaveth","number":"h5820"},{"text":"the Antothite","number":"h6069"},{"text":"and Pelet","number":"h6404"},{"text":"The chief","number":"h7218"},{"text":"of Shemaah","number":"h8094"}],"18":[{"text":"for thy God","number":"h430"},{"text":"and on thy side thou son","number":"h1121"},{"text":"of the band","number":"h1416"},{"text":"and he said Thine are we David","number":"h1732"},{"text":"thee Then David","number":"h1732"},{"text":"of Jesse","number":"h3448"},{"text":"came","number":"h3847"},{"text":"them and made","number":"h5414"},{"text":"be to thine helpers","number":"h5826"},{"text":"helpeth","number":"h5826"},{"text":"upon Amasai","number":"h6022"},{"text":"received","number":"h6901"},{"text":"them captains","number":"h7218"},{"text":"who was chief","number":"h7218"},{"text":"Then the spirit","number":"h7307"},{"text":"be unto thee and peace","number":"h7965"},{"text":"peace","number":"h7965"},{"text":"peace","number":"h7965"},{"text":"of the captains","number":"h7970"}],"22":[{"text":"of God","number":"h430"},{"text":"there came","number":"h935"},{"text":"him until it was a great","number":"h1419"},{"text":"to David","number":"h1732"},{"text":"by day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"host","number":"h4264"},{"text":"like the host","number":"h4264"},{"text":"to help","number":"h5826"},{"text":"For at that time","number":"h6256"}],"12":[{"text":"Elzabad","number":"h443"},{"text":"Johanan","number":"h3110"},{"text":"the eighth","number":"h8066"},{"text":"the ninth","number":"h8671"}],"9":[{"text":"Eliab","number":"h446"},{"text":"Obadiah","number":"h5662"},{"text":"Ezer","number":"h5829"},{"text":"the first","number":"h7218"},{"text":"the third","number":"h7992"},{"text":"the second","number":"h8145"}],"11":[{"text":"Eliel","number":"h447"},{"text":"Attai","number":"h6262"},{"text":"the seventh","number":"h7637"},{"text":"the sixth","number":"h8345"}],"20":[{"text":"and Elihu","number":"h453"},{"text":"of the thousands","number":"h505"},{"text":"and Jediael","number":"h3043"},{"text":"and Jozabad","number":"h3107"},{"text":"and Jozabad","number":"h3107"},{"text":"As he went","number":"h3212"},{"text":"and Michael","number":"h4317"},{"text":"that were of Manasseh","number":"h4519"},{"text":"to him of Manasseh","number":"h4519"},{"text":"there fell","number":"h5307"},{"text":"Adnah","number":"h5734"},{"text":"and Zilthai","number":"h6769"},{"text":"to Ziklag","number":"h6860"},{"text":"captains","number":"h7218"}],"5":[{"text":"Eluzai","number":"h498"},{"text":"and Bealiah","number":"h1183"},{"text":"the Haruphite","number":"h2741"},{"text":"and Jerimoth","number":"h3406"},{"text":"and Shemariah","number":"h8114"},{"text":"and Shephatiah","number":"h8203"}],"34":[{"text":"a thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"and spear","number":"h2595"},{"text":"And of Naphtali","number":"h5321"},{"text":"and with them with shield","number":"h6793"},{"text":"and seven","number":"h7651"},{"text":"thirty","number":"h7970"},{"text":"captains","number":"h8269"}],"24":[{"text":"thousand","number":"h505"},{"text":"The children","number":"h1121"},{"text":"ready armed","number":"h2502"},{"text":"of Judah","number":"h3063"},{"text":"hundred","number":"h3967"},{"text":"that bare","number":"h5375"},{"text":"to the war","number":"h6635"},{"text":"shield","number":"h6793"},{"text":"and spear","number":"h7420"},{"text":"and eight","number":"h8083"},{"text":"were six","number":"h8337"}],"25":[{"text":"thousand","number":"h505"},{"text":"Of the children","number":"h1121"},{"text":"mighty men","number":"h1368"},{"text":"of valour","number":"h2428"},{"text":"and one hundred","number":"h3967"},{"text":"for the war","number":"h6635"},{"text":"seven","number":"h7651"},{"text":"of Simeon","number":"h8095"}],"26":[{"text":"thousand","number":"h505"},{"text":"four","number":"h702"},{"text":"Of the children","number":"h1121"},{"text":"of Levi","number":"h3878"},{"text":"hundred","number":"h3967"},{"text":"and six","number":"h8337"}],"31":[{"text":"thousand","number":"h505"},{"text":"to come","number":"h935"},{"text":"and make David","number":"h1732"},{"text":"And of the half","number":"h2677"},{"text":"tribe","number":"h4294"},{"text":"king","number":"h4427"},{"text":"of Manasseh","number":"h4519"},{"text":"which were expressed","number":"h5344"},{"text":"by name","number":"h8034"},{"text":"eighteen","number":"h8083"}],"33":[{"text":"thousand","number":"h505"},{"text":"Of Zebulun","number":"h2074"},{"text":"fifty","number":"h2572"},{"text":"such as went forth","number":"h3318"},{"text":"with all instruments","number":"h3627"},{"text":"they were not of double heart","number":"h3820"},{"text":"in war","number":"h4421"},{"text":"of war","number":"h4421"},{"text":"which could keep rank","number":"h5737"},{"text":"expert","number":"h6186"},{"text":"to battle","number":"h6635"}],"35":[{"text":"thousand","number":"h505"},{"text":"And of the Danites","number":"h1839"},{"text":"hundred","number":"h3967"},{"text":"in war","number":"h4421"},{"text":"expert","number":"h6186"},{"text":"twenty","number":"h6242"},{"text":"and eight","number":"h8083"},{"text":"and six","number":"h8337"}],"36":[{"text":"thousand","number":"h505"},{"text":"forty","number":"h705"},{"text":"And of Asher","number":"h836"},{"text":"such as went forth","number":"h3318"},{"text":"in war","number":"h4421"},{"text":"expert","number":"h6186"},{"text":"to battle","number":"h6635"}],"37":[{"text":"thousand","number":"h505"},{"text":"and the Gadites","number":"h1425"},{"text":"and of the half","number":"h2677"},{"text":"of Jordan","number":"h3383"},{"text":"with all manner of instruments","number":"h3627"},{"text":"an hundred","number":"h3967"},{"text":"for the battle","number":"h4421"},{"text":"of Manasseh","number":"h4519"},{"text":"And on the other side","number":"h5676"},{"text":"and twenty","number":"h6242"},{"text":"of war","number":"h6635"},{"text":"of the Reubenites","number":"h7206"},{"text":"tribe","number":"h7626"}],"6":[{"text":"Elkanah","number":"h511"},{"text":"and Joezer","number":"h3134"},{"text":"and Jashobeam","number":"h3434"},{"text":"and Jesiah","number":"h3449"},{"text":"and Azareel","number":"h5832"},{"text":"the Korhites","number":"h7145"}],"8":[{"text":"and men","number":"h582"},{"text":"of lions","number":"h738"},{"text":"there separated","number":"h914"},{"text":"men","number":"h1368"},{"text":"And of the Gadites","number":"h1425"},{"text":"themselves unto David","number":"h1732"},{"text":"upon the mountains","number":"h2022"},{"text":"of might","number":"h2428"},{"text":"to the wilderness","number":"h4057"},{"text":"and were as swift","number":"h4116"},{"text":"fit for the battle","number":"h4421"},{"text":"into the hold","number":"h4679"},{"text":"that could handle","number":"h6186"},{"text":"were like the faces","number":"h6440"},{"text":"whose faces","number":"h6440"},{"text":"of war","number":"h6635"},{"text":"as the roes","number":"h6643"},{"text":"shield","number":"h6793"},{"text":"and buckler","number":"h7420"}],"16":[{"text":"And there came","number":"h935"},{"text":"of the children","number":"h1121"},{"text":"of Benjamin","number":"h1144"},{"text":"unto David","number":"h1732"},{"text":"and Judah","number":"h3063"},{"text":"to the hold","number":"h4679"}],"1":[{"text":"Now these are they that came","number":"h935"},{"text":"the son","number":"h1121"},{"text":"and they were among the mighty men","number":"h1368"},{"text":"to David","number":"h1732"},{"text":"of the war","number":"h4421"},{"text":"helpers","number":"h5826"},{"text":"while he yet kept himself close","number":"h6113"},{"text":"because","number":"h6440"},{"text":"to Ziklag","number":"h6860"},{"text":"of Kish","number":"h7027"},{"text":"of Saul","number":"h7586"}],"23":[{"text":"and came","number":"h935"},{"text":"to David","number":"h1732"},{"text":"to Hebron","number":"h2275"},{"text":"that were ready armed","number":"h2502"},{"text":"of the LORD","number":"h3068"},{"text":"the kingdom","number":"h4438"},{"text":"And these are the numbers","number":"h4557"},{"text":"to turn","number":"h5437"},{"text":"to him according to the word","number":"h6310"},{"text":"to the war","number":"h6635"},{"text":"of the bands","number":"h7218"},{"text":"of Saul","number":"h7586"}],"40":[{"text":"brought","number":"h935"},{"text":"and on oxen","number":"h1241"},{"text":"and oxen","number":"h1241"},{"text":"and on camels","number":"h1581"},{"text":"cakes","number":"h1690"},{"text":"and Zebulun","number":"h2074"},{"text":"on asses","number":"h2543"},{"text":"and wine","number":"h3196"},{"text":"in Israel","number":"h3478"},{"text":"them even unto Issachar","number":"h3485"},{"text":"bread","number":"h3899"},{"text":"and meat","number":"h3978"},{"text":"and Naphtali","number":"h5321"},{"text":"and on mules","number":"h6505"},{"text":"and sheep","number":"h6629"},{"text":"of figs and bunches of raisins","number":"h6778"},{"text":"meal","number":"h7058"},{"text":"Moreover they that were nigh","number":"h7138"},{"text":"abundantly","number":"h7230"},{"text":"for there was joy","number":"h8057"},{"text":"and oil","number":"h8081"}],"7":[{"text":"the sons","number":"h1121"},{"text":"of Gedor","number":"h1446"},{"text":"and Zebadiah","number":"h2069"},{"text":"And Joelah","number":"h3132"},{"text":"of Jeroham","number":"h3395"}],"15":[{"text":"and they put to flight","number":"h1272"},{"text":"all his banks","number":"h1415"},{"text":"month","number":"h2320"},{"text":"Jordan","number":"h3383"},{"text":"both toward the east","number":"h4217"},{"text":"when it had overflown","number":"h4390"},{"text":"and toward the west","number":"h4628"},{"text":"These are they that went over","number":"h5674"},{"text":"all them of the valleys","number":"h6010"},{"text":"in the first","number":"h7223"}],"4":[{"text":"a mighty man","number":"h1368"},{"text":"the Gibeonite","number":"h1393"},{"text":"the Gederathite","number":"h1452"},{"text":"and Josabad","number":"h3107"},{"text":"and Johanan","number":"h3110"},{"text":"and Jahaziel","number":"h3166"},{"text":"and Jeremiah","number":"h3414"},{"text":"And Ismaiah","number":"h3460"},{"text":"among the thirty","number":"h7970"},{"text":"and over the thirty","number":"h7970"}],"21":[{"text":"of the rovers for they were all mighty men","number":"h1368"},{"text":"against the band","number":"h1416"},{"text":"David","number":"h1732"},{"text":"of valour","number":"h2428"},{"text":"And they helped","number":"h5826"},{"text":"in the host","number":"h6635"},{"text":"and were captains","number":"h8269"}],"10":[{"text":"the fifth","number":"h2549"},{"text":"Jeremiah","number":"h3414"},{"text":"Mishmannah","number":"h4925"},{"text":"the fourth","number":"h7243"}],"13":[{"text":"Jeremiah","number":"h3414"},{"text":"Machbanai","number":"h4344"},{"text":"the tenth","number":"h6224"},{"text":"the eleventh","number":"h6249"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"of Abinadab","number":"h41"},{"text":"and Ahio","number":"h283"},{"text":"of God","number":"h430"},{"text":"the ark","number":"h727"},{"text":"out of the house","number":"h1004"},{"text":"in a new","number":"h2319"},{"text":"drave","number":"h5090"},{"text":"cart","number":"h5699"},{"text":"the cart","number":"h5699"},{"text":"and Uzza","number":"h5798"},{"text":"And they carried","number":"h7392"}],"2":[{"text":"unto our brethren","number":"h251"},{"text":"our God","number":"h430"},{"text":"said","number":"h559"},{"text":"in all the land","number":"h776"},{"text":"And David","number":"h1732"},{"text":"If it seem good","number":"h2895"},{"text":"unto you and that it be of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"and with them also to the priests","number":"h3548"},{"text":"and Levites","number":"h3881"},{"text":"and suburbs","number":"h4054"},{"text":"which are in their cities","number":"h5892"},{"text":"abroad","number":"h6555"},{"text":"that they may gather","number":"h6908"},{"text":"unto all the congregation","number":"h6951"},{"text":"every where that are left","number":"h7604"},{"text":"let us send","number":"h7971"}],"9":[{"text":"to hold","number":"h270"},{"text":"the ark","number":"h727"},{"text":"And when they came","number":"h935"},{"text":"for the oxen","number":"h1241"},{"text":"unto the threshingfloor","number":"h1637"},{"text":"his hand","number":"h3027"},{"text":"of Chidon","number":"h3592"},{"text":"Uzza","number":"h5798"},{"text":"put forth","number":"h7971"},{"text":"stumbled","number":"h8058"}],"10":[{"text":"God","number":"h430"},{"text":"And the anger","number":"h639"},{"text":"to the ark","number":"h727"},{"text":"was kindled","number":"h2734"},{"text":"his hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"and there he died","number":"h4191"},{"text":"and he smote","number":"h5221"},{"text":"against Uzza","number":"h5798"},{"text":"before","number":"h6440"},{"text":"him because he put","number":"h7971"}],"8":[{"text":"God","number":"h430"},{"text":"And David","number":"h1732"},{"text":"and with trumpets","number":"h2689"},{"text":"and all Israel","number":"h3478"},{"text":"and with harps","number":"h3658"},{"text":"and with cymbals","number":"h4700"},{"text":"and with psalteries","number":"h5035"},{"text":"with all their might","number":"h5797"},{"text":"before","number":"h6440"},{"text":"played","number":"h7832"},{"text":"and with singing","number":"h7892"},{"text":"and with timbrels","number":"h8596"}],"12":[{"text":"of God","number":"h430"},{"text":"of God","number":"h430"},{"text":"saying","number":"h559"},{"text":"the ark","number":"h727"},{"text":"shall I bring","number":"h935"},{"text":"And David","number":"h1732"},{"text":"How","number":"h1963"},{"text":"that day","number":"h3117"},{"text":"was afraid","number":"h3372"}],"14":[{"text":"of God","number":"h430"},{"text":"And the ark","number":"h727"},{"text":"in his house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"with the family","number":"h1004"},{"text":"blessed","number":"h1288"},{"text":"months","number":"h2320"},{"text":"And the LORD","number":"h3068"},{"text":"remained","number":"h3427"},{"text":"of Obededom","number":"h5654"},{"text":"of Obededom","number":"h5654"},{"text":"three","number":"h7969"}],"5":[{"text":"of God","number":"h430"},{"text":"the ark","number":"h727"},{"text":"even unto the entering","number":"h935"},{"text":"to bring","number":"h935"},{"text":"So David","number":"h1732"},{"text":"of Hemath","number":"h2574"},{"text":"all Israel","number":"h3478"},{"text":"of Egypt","number":"h4714"},{"text":"gathered","number":"h6950"},{"text":"together","number":"h6950"},{"text":"from Kirjathjearim","number":"h7157"},{"text":"from Shihor","number":"h7883"}],"6":[{"text":"of God","number":"h430"},{"text":"thence the ark","number":"h727"},{"text":"to Baalah","number":"h1173"},{"text":"And David","number":"h1732"},{"text":"which belonged to Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"that dwelleth","number":"h3427"},{"text":"and all Israel","number":"h3478"},{"text":"between the cherubims","number":"h3742"},{"text":"to bring up","number":"h5927"},{"text":"went up","number":"h5927"},{"text":"is called","number":"h7121"},{"text":"that is to Kirjathjearim","number":"h7157"},{"text":"whose name","number":"h8034"}],"3":[{"text":"of our God","number":"h430"},{"text":"the ark","number":"h727"},{"text":"to us for we enquired","number":"h1875"},{"text":"not at it in the days","number":"h3117"},{"text":"And let us bring again","number":"h5437"},{"text":"of Saul","number":"h7586"}],"1":[{"text":"of thousands","number":"h505"},{"text":"And David","number":"h1732"},{"text":"consulted","number":"h3289"},{"text":"and hundreds","number":"h3967"},{"text":"and with every leader","number":"h5057"},{"text":"with the captains","number":"h8269"}],"4":[{"text":"said","number":"h559"},{"text":"for the thing","number":"h1697"},{"text":"was right","number":"h3474"},{"text":"in the eyes","number":"h5869"},{"text":"of all the people","number":"h5971"},{"text":"that they would do so","number":"h6213"},{"text":"And all the congregation","number":"h6951"}],"13":[{"text":"not the ark","number":"h727"},{"text":"into the house","number":"h1004"},{"text":"the Gittite","number":"h1663"},{"text":"So David","number":"h1732"},{"text":"of David","number":"h1732"},{"text":"but carried it aside","number":"h5186"},{"text":"brought","number":"h5493"},{"text":"of Obededom","number":"h5654"},{"text":"home to himself to the city","number":"h5892"}],"11":[{"text":"And David","number":"h1732"},{"text":"was displeased","number":"h2734"},{"text":"because the LORD","number":"h3068"},{"text":"to this day","number":"h3117"},{"text":"wherefore that place","number":"h4725"},{"text":"upon Uzza","number":"h5798"},{"text":"had made","number":"h6555"},{"text":"a breach","number":"h6556"},{"text":"Perezuzza","number":"h6560"},{"text":"is called","number":"h7121"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"after","number":"h310"},{"text":"again of God","number":"h430"},{"text":"and God","number":"h430"},{"text":"said","number":"h559"},{"text":"from them and come","number":"h935"},{"text":"the mulberry trees","number":"h1057"},{"text":"Therefore David","number":"h1732"},{"text":"upon them over against","number":"h4136"},{"text":"them turn away","number":"h5437"},{"text":"unto him Go not up","number":"h5927"},{"text":"enquired","number":"h7592"}],"11":[{"text":"upon mine enemies","number":"h341"},{"text":"God","number":"h430"},{"text":"said","number":"h559"},{"text":"Baalperazim","number":"h1188"},{"text":"to Baalperazim","number":"h1188"},{"text":"and David","number":"h1732"},{"text":"them there Then David","number":"h1732"},{"text":"by mine hand","number":"h3027"},{"text":"of waters","number":"h4325"},{"text":"of that place","number":"h4725"},{"text":"smote","number":"h5221"},{"text":"So they came up","number":"h5927"},{"text":"hath broken in","number":"h6555"},{"text":"like the breaking forth","number":"h6556"},{"text":"therefore they called","number":"h7121"},{"text":"the name","number":"h8034"}],"16":[{"text":"as God","number":"h430"},{"text":"from Gibeon","number":"h1391"},{"text":"even to Gazer","number":"h1507"},{"text":"David","number":"h1732"},{"text":"the host","number":"h4264"},{"text":"him and they smote","number":"h5221"},{"text":"therefore did","number":"h6213"},{"text":"of the Philistines","number":"h6430"},{"text":"commanded","number":"h6680"}],"15":[{"text":"for God","number":"h430"},{"text":"of the mulberry trees","number":"h1057"},{"text":"is gone forth","number":"h3318"},{"text":"that then thou shalt go out","number":"h3318"},{"text":"the host","number":"h4264"},{"text":"to battle","number":"h4421"},{"text":"thee to smite","number":"h5221"},{"text":"of the Philistines","number":"h6430"},{"text":"before","number":"h6440"},{"text":"of going","number":"h6807"},{"text":"a sound","number":"h6963"},{"text":"in the tops","number":"h7218"},{"text":"And it shall be when thou shalt hear","number":"h8085"}],"10":[{"text":"of God","number":"h430"},{"text":"said","number":"h559"},{"text":"saying","number":"h559"},{"text":"And David","number":"h1732"},{"text":"them into mine hand","number":"h3027"},{"text":"them into thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"and wilt thou deliver","number":"h5414"},{"text":"for I will deliver","number":"h5414"},{"text":"Shall I go up","number":"h5927"},{"text":"unto him Go up","number":"h5927"},{"text":"against the Philistines","number":"h6430"},{"text":"enquired","number":"h7592"}],"12":[{"text":"their gods","number":"h430"},{"text":"gave a commandment","number":"h559"},{"text":"with fire","number":"h784"},{"text":"there David","number":"h1732"},{"text":"And when they had left","number":"h5800"},{"text":"and they were burned","number":"h8313"}],"7":[{"text":"and Eliphalet","number":"h467"},{"text":"And Elishama","number":"h476"},{"text":"and Beeliada","number":"h1182"}],"5":[{"text":"and Elpalet","number":"h467"},{"text":"and Elishua","number":"h474"},{"text":"And Ibhar","number":"h2984"}],"1":[{"text":"of cedars","number":"h730"},{"text":"him an house","number":"h1004"},{"text":"to build","number":"h1129"},{"text":"to David","number":"h1732"},{"text":"Now Hiram","number":"h2438"},{"text":"and carpenters","number":"h2796"},{"text":"messengers","number":"h4397"},{"text":"king","number":"h4428"},{"text":"and timber","number":"h6086"},{"text":"of Tyre","number":"h6865"},{"text":"with masons","number":"h7023"},{"text":"sent","number":"h7971"}],"17":[{"text":"into all lands","number":"h776"},{"text":"of him upon all nations","number":"h1471"},{"text":"of David","number":"h1732"},{"text":"and the LORD","number":"h3068"},{"text":"went out","number":"h3318"},{"text":"brought","number":"h5414"},{"text":"the fear","number":"h6343"},{"text":"And the fame","number":"h8034"}],"3":[{"text":"more wives","number":"h802"},{"text":"more sons","number":"h1121"},{"text":"and daughters","number":"h1323"},{"text":"And David","number":"h1732"},{"text":"and David","number":"h1732"},{"text":"begat","number":"h3205"},{"text":"at Jerusalem","number":"h3389"},{"text":"took","number":"h3947"}],"9":[{"text":"came","number":"h935"},{"text":"themselves in the valley","number":"h6010"},{"text":"And the Philistines","number":"h6430"},{"text":"and spread","number":"h6584"},{"text":"of Rephaim","number":"h7497"}],"8":[{"text":"to seek","number":"h1245"},{"text":"And David","number":"h1732"},{"text":"David","number":"h1732"},{"text":"that David","number":"h1732"},{"text":"of it and went out","number":"h3318"},{"text":"over all Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"was anointed","number":"h4886"},{"text":"went up","number":"h5927"},{"text":"And when the Philistines","number":"h6430"},{"text":"all the Philistines","number":"h6430"},{"text":"against","number":"h6440"},{"text":"heard","number":"h8085"},{"text":"heard","number":"h8085"}],"2":[{"text":"And David","number":"h1732"},{"text":"perceived","number":"h3045"},{"text":"that the LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"over Israel","number":"h3478"},{"text":"had confirmed","number":"h3559"},{"text":"him king","number":"h4428"},{"text":"for his kingdom","number":"h4438"},{"text":"on high","number":"h4605"},{"text":"was lifted up","number":"h5375"},{"text":"because of his people","number":"h5971"}],"4":[{"text":"of his children","number":"h3205"},{"text":"which he had in Jerusalem","number":"h3389"},{"text":"Nathan","number":"h5416"},{"text":"and Shobab","number":"h7727"},{"text":"and Solomon","number":"h8010"},{"text":"Now these are the names","number":"h8034"},{"text":"Shammua","number":"h8051"}],"13":[{"text":"yet again","number":"h3254"},{"text":"in the valley","number":"h6010"},{"text":"And the Philistines","number":"h6430"},{"text":"spread themselves abroad","number":"h6584"}],"6":[{"text":"and Japhia","number":"h3309"},{"text":"And Nogah","number":"h5052"},{"text":"and Nepheg","number":"h5298"}]}
@@ -0,0 +1 @@
1
+ {"12":[{"text":"of the fathers","number":"h1"},{"text":"yourselves both ye and your brethren","number":"h251"},{"text":"God","number":"h430"},{"text":"And said","number":"h559"},{"text":"the ark","number":"h727"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"unto the place that I have prepared","number":"h3559"},{"text":"of the Levites","number":"h3881"},{"text":"that ye may bring up","number":"h5927"},{"text":"sanctify","number":"h6942"},{"text":"unto them Ye are the chief","number":"h7218"}],"11":[{"text":"and Abiathar","number":"h54"},{"text":"for Uriel","number":"h222"},{"text":"and Eliel","number":"h447"},{"text":"And David","number":"h1732"},{"text":"and Joel","number":"h3100"},{"text":"the priests","number":"h3548"},{"text":"and for the Levites","number":"h3881"},{"text":"and Amminadab","number":"h5992"},{"text":"Asaiah","number":"h6222"},{"text":"for Zadok","number":"h6659"},{"text":"called","number":"h7121"},{"text":"Shemaiah","number":"h8098"}],"1":[{"text":"for it a tent","number":"h168"},{"text":"of God","number":"h430"},{"text":"for the ark","number":"h727"},{"text":"him houses","number":"h1004"},{"text":"of David","number":"h1732"},{"text":"and prepared","number":"h3559"},{"text":"a place","number":"h4725"},{"text":"and pitched","number":"h5186"},{"text":"in the city","number":"h5892"},{"text":"And David made","number":"h6213"}],"4":[{"text":"of Aaron","number":"h175"},{"text":"assembled","number":"h622"},{"text":"the children","number":"h1121"},{"text":"And David","number":"h1732"},{"text":"and the Levites","number":"h3881"}],"5":[{"text":"Uriel","number":"h222"},{"text":"and his brethren","number":"h251"},{"text":"Of the sons","number":"h1121"},{"text":"an hundred","number":"h3967"},{"text":"and twenty","number":"h6242"},{"text":"of Kohath","number":"h6955"},{"text":"the chief","number":"h8269"}],"18":[{"text":"And with them their brethren","number":"h251"},{"text":"Eliab","number":"h446"},{"text":"and Elipheleh","number":"h466"},{"text":"Ben","number":"h1122"},{"text":"and Benaiah","number":"h1141"},{"text":"degree Zechariah","number":"h2148"},{"text":"and Jehiel","number":"h3171"},{"text":"and Jaaziel","number":"h3268"},{"text":"and Jeiel","number":"h3273"},{"text":"and Maaseiah","number":"h4641"},{"text":"and Mikneiah","number":"h4737"},{"text":"of the second","number":"h4932"},{"text":"and Mattithiah","number":"h4993"},{"text":"and Obededom","number":"h5654"},{"text":"and Unni","number":"h6042"},{"text":"the porters","number":"h7778"},{"text":"and Shemiramoth","number":"h8070"}],"10":[{"text":"and his brethren","number":"h251"},{"text":"Of the sons","number":"h1121"},{"text":"an hundred","number":"h3967"},{"text":"of Uzziel","number":"h5816"},{"text":"Amminadab","number":"h5992"},{"text":"and twelve","number":"h8147"},{"text":"the chief","number":"h8269"}],"6":[{"text":"and his brethren","number":"h251"},{"text":"Of the sons","number":"h1121"},{"text":"two hundred","number":"h3967"},{"text":"of Merari","number":"h4847"},{"text":"Asaiah","number":"h6222"},{"text":"and twenty","number":"h6242"},{"text":"the chief","number":"h8269"}],"7":[{"text":"and his brethren","number":"h251"},{"text":"Of the sons","number":"h1121"},{"text":"of Gershom","number":"h1647"},{"text":"Joel","number":"h3100"},{"text":"an hundred","number":"h3967"},{"text":"and thirty","number":"h7970"},{"text":"the chief","number":"h8269"}],"8":[{"text":"and his brethren","number":"h251"},{"text":"of Elizaphan","number":"h469"},{"text":"Of the sons","number":"h1121"},{"text":"two hundred","number":"h3967"},{"text":"Shemaiah","number":"h8098"},{"text":"the chief","number":"h8269"}],"9":[{"text":"and his brethren","number":"h251"},{"text":"Eliel","number":"h447"},{"text":"Of the sons","number":"h1121"},{"text":"of Hebron","number":"h2275"},{"text":"fourscore","number":"h8084"},{"text":"the chief","number":"h8269"}],"17":[{"text":"and of his brethren","number":"h251"},{"text":"their brethren","number":"h251"},{"text":"Ethan","number":"h387"},{"text":"Asaph","number":"h623"},{"text":"and of the sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Berechiah","number":"h1296"},{"text":"Heman","number":"h1968"},{"text":"of Joel","number":"h3100"},{"text":"So the Levites","number":"h3881"},{"text":"of Merari","number":"h4847"},{"text":"appointed","number":"h5975"},{"text":"of Kushaiah","number":"h6984"}],"16":[{"text":"their brethren","number":"h251"},{"text":"spake","number":"h559"},{"text":"And David","number":"h1732"},{"text":"with instruments","number":"h3627"},{"text":"and harps","number":"h3658"},{"text":"of the Levites","number":"h3881"},{"text":"and cymbals","number":"h4700"},{"text":"psalteries","number":"h5035"},{"text":"to appoint","number":"h5975"},{"text":"the voice","number":"h6963"},{"text":"by lifting up","number":"h7311"},{"text":"to be the singers","number":"h7891"},{"text":"of musick","number":"h7892"},{"text":"with joy","number":"h8057"},{"text":"sounding","number":"h8085"},{"text":"to the chief","number":"h8269"}],"26":[{"text":"rams","number":"h352"},{"text":"And it came to pass when God","number":"h430"},{"text":"the ark","number":"h727"},{"text":"of the covenant","number":"h1285"},{"text":"that they offered","number":"h2076"},{"text":"of the LORD","number":"h3068"},{"text":"the Levites","number":"h3881"},{"text":"that bare","number":"h5375"},{"text":"helped","number":"h5826"},{"text":"bullocks","number":"h6499"},{"text":"and seven","number":"h7651"},{"text":"seven","number":"h7651"}],"19":[{"text":"and Ethan","number":"h387"},{"text":"Asaph","number":"h623"},{"text":"Heman","number":"h1968"},{"text":"with cymbals","number":"h4700"},{"text":"of brass","number":"h5178"},{"text":"So the singers","number":"h7891"},{"text":"were appointed to sound","number":"h8085"}],"14":[{"text":"God","number":"h430"},{"text":"the ark","number":"h727"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"So the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"themselves to bring up","number":"h5927"},{"text":"sanctified","number":"h6942"}],"15":[{"text":"of God","number":"h430"},{"text":"the ark","number":"h727"},{"text":"And the children","number":"h1121"},{"text":"according to the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"upon their shoulders","number":"h3802"},{"text":"of the Levites","number":"h3881"},{"text":"with the staves","number":"h4133"},{"text":"thereon as Moses","number":"h4872"},{"text":"bare","number":"h5375"},{"text":"commanded","number":"h6680"}],"2":[{"text":"of God","number":"h430"},{"text":"of God","number":"h430"},{"text":"said","number":"h559"},{"text":"the ark","number":"h727"},{"text":"the ark","number":"h727"},{"text":"chosen","number":"h977"},{"text":"Then David","number":"h1732"},{"text":"for them hath the LORD","number":"h3068"},{"text":"but the Levites","number":"h3881"},{"text":"None ought to carry","number":"h5375"},{"text":"to carry","number":"h5375"},{"text":"unto him for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"and to minister","number":"h8334"}],"24":[{"text":"of God","number":"h430"},{"text":"and Eliezer","number":"h461"},{"text":"for the ark","number":"h727"},{"text":"the ark","number":"h727"},{"text":"and Benaiah","number":"h1141"},{"text":"and Zechariah","number":"h2148"},{"text":"with the trumpets","number":"h2689"},{"text":"did blow","number":"h2690"},{"text":"and Jehoshaphat","number":"h3146"},{"text":"and Jehiah","number":"h3174"},{"text":"the priests","number":"h3548"},{"text":"and Nethaneel","number":"h5417"},{"text":"and Obededom","number":"h5654"},{"text":"and Amasai","number":"h6022"},{"text":"before","number":"h6440"},{"text":"And Shebaniah","number":"h7645"},{"text":"were doorkeepers","number":"h7778"}],"13":[{"text":"our God","number":"h430"},{"text":"upon us for that we sought","number":"h1875"},{"text":"the LORD","number":"h3068"},{"text":"him not after the due order","number":"h4941"},{"text":"made a breach","number":"h6555"},{"text":"For because ye did it not at the first","number":"h7223"}],"20":[{"text":"and Eliab","number":"h446"},{"text":"and Benaiah","number":"h1141"},{"text":"And Zechariah","number":"h2148"},{"text":"and Jehiel","number":"h3171"},{"text":"and Maaseiah","number":"h4641"},{"text":"with psalteries","number":"h5035"},{"text":"and Aziel","number":"h5815"},{"text":"on Alamoth","number":"h5961"},{"text":"and Unni","number":"h6042"},{"text":"and Shemiramoth","number":"h8070"}],"21":[{"text":"and Elipheleh","number":"h466"},{"text":"and Jeiel","number":"h3273"},{"text":"with harps","number":"h3658"},{"text":"and Mikneiah","number":"h4737"},{"text":"And Mattithiah","number":"h4993"},{"text":"to excel","number":"h5329"},{"text":"and Obededom","number":"h5654"},{"text":"and Azaziah","number":"h5812"},{"text":"on the Sheminith","number":"h8067"}],"25":[{"text":"over thousands","number":"h505"},{"text":"the ark","number":"h727"},{"text":"out of the house","number":"h1004"},{"text":"of the covenant","number":"h1285"},{"text":"So David","number":"h1732"},{"text":"went","number":"h1980"},{"text":"and the elders","number":"h2205"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Obededom","number":"h5654"},{"text":"to bring up","number":"h5927"},{"text":"with joy","number":"h8057"},{"text":"and the captains","number":"h8269"}],"23":[{"text":"and Elkanah","number":"h511"},{"text":"for the ark","number":"h727"},{"text":"And Berechiah","number":"h1296"},{"text":"were doorkeepers","number":"h7778"}],"27":[{"text":"also had upon him an ephod","number":"h646"},{"text":"the ark","number":"h727"},{"text":"of linen","number":"h906"},{"text":"of fine linen","number":"h948"},{"text":"And David","number":"h1732"},{"text":"David","number":"h1732"},{"text":"and Chenaniah","number":"h3663"},{"text":"was clothed","number":"h3736"},{"text":"and all the Levites","number":"h3881"},{"text":"with a robe","number":"h4598"},{"text":"of the song","number":"h4853"},{"text":"that bare","number":"h5375"},{"text":"and the singers","number":"h7891"},{"text":"with the singers","number":"h7891"},{"text":"the master","number":"h8269"}],"29":[{"text":"And it came to pass as the ark","number":"h727"},{"text":"came","number":"h935"},{"text":"and she despised","number":"h959"},{"text":"of the covenant","number":"h1285"},{"text":"the daughter","number":"h1323"},{"text":"David","number":"h1732"},{"text":"of David","number":"h1732"},{"text":"at a window","number":"h2474"},{"text":"of the LORD","number":"h3068"},{"text":"him in her heart","number":"h3820"},{"text":"that Michal","number":"h4324"},{"text":"king","number":"h4428"},{"text":"to the city","number":"h5892"},{"text":"saw","number":"h7200"},{"text":"dancing","number":"h7540"},{"text":"of Saul","number":"h7586"},{"text":"and playing","number":"h7832"},{"text":"looking out","number":"h8259"}],"28":[{"text":"the ark","number":"h727"},{"text":"of the covenant","number":"h1285"},{"text":"and with trumpets","number":"h2689"},{"text":"of the LORD","number":"h3068"},{"text":"Thus all Israel","number":"h3478"},{"text":"and harps","number":"h3658"},{"text":"and with cymbals","number":"h4700"},{"text":"with psalteries","number":"h5035"},{"text":"brought up","number":"h5927"},{"text":"and with sound","number":"h6963"},{"text":"of the cornet","number":"h7782"},{"text":"making a noise","number":"h8085"},{"text":"with shouting","number":"h8643"}],"3":[{"text":"the ark","number":"h727"},{"text":"And David","number":"h1732"},{"text":"of the LORD","number":"h3068"},{"text":"to Jerusalem","number":"h3389"},{"text":"all Israel","number":"h3478"},{"text":"which he had prepared","number":"h3559"},{"text":"unto his place","number":"h4725"},{"text":"to bring up","number":"h5927"},{"text":"gathered","number":"h6950"},{"text":"together","number":"h6950"}],"22":[{"text":"because he was skilful","number":"h995"},{"text":"he instructed","number":"h3256"},{"text":"And Chenaniah","number":"h3663"},{"text":"of the Levites","number":"h3881"},{"text":"about the song","number":"h4853"},{"text":"was for song","number":"h4853"},{"text":"chief","number":"h8269"}]}
@@ -0,0 +1 @@
1
+ {"16":[{"text":"with Abraham","number":"h85"},{"text":"unto Isaac","number":"h3327"},{"text":"Even of the covenant which he made","number":"h3772"},{"text":"and of his oath","number":"h7621"}],"1":[{"text":"of the tent","number":"h168"},{"text":"God","number":"h430"},{"text":"of God","number":"h430"},{"text":"the ark","number":"h727"},{"text":"So they brought","number":"h935"},{"text":"that David","number":"h1732"},{"text":"and set","number":"h3322"},{"text":"had pitched","number":"h5186"},{"text":"burnt sacrifices","number":"h5930"},{"text":"before","number":"h6440"},{"text":"for it and they offered","number":"h7126"},{"text":"and peace offerings","number":"h8002"},{"text":"it in the midst","number":"h8432"}],"37":[{"text":"and his brethren","number":"h251"},{"text":"Asaph","number":"h623"},{"text":"the ark","number":"h727"},{"text":"the ark","number":"h727"},{"text":"of the covenant","number":"h1285"},{"text":"work","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"as every day's","number":"h3117"},{"text":"required","number":"h3117"},{"text":"So he left","number":"h5800"},{"text":"before","number":"h6440"},{"text":"there before","number":"h6440"},{"text":"to minister","number":"h8334"},{"text":"continually","number":"h8548"}],"39":[{"text":"and his brethren","number":"h251"},{"text":"in the high place","number":"h1116"},{"text":"that was at Gibeon","number":"h1391"},{"text":"of the LORD","number":"h3068"},{"text":"the priest","number":"h3548"},{"text":"the priests","number":"h3548"},{"text":"the tabernacle","number":"h4908"},{"text":"before","number":"h6440"},{"text":"And Zadok","number":"h6659"}],"7":[{"text":"and his brethren","number":"h251"},{"text":"of Asaph","number":"h623"},{"text":"David","number":"h1732"},{"text":"into the hand","number":"h3027"},{"text":"this psalm to thank","number":"h3034"},{"text":"the LORD","number":"h3068"},{"text":"Then on that day","number":"h3117"},{"text":"delivered","number":"h5414"},{"text":"first","number":"h7218"}],"38":[{"text":"with their brethren","number":"h251"},{"text":"also the son","number":"h1121"},{"text":"and Hosah","number":"h2621"},{"text":"of Jeduthun","number":"h3038"},{"text":"And Obededom","number":"h5654"},{"text":"Obededom","number":"h5654"},{"text":"to be porters","number":"h7778"},{"text":"and eight","number":"h8083"},{"text":"threescore","number":"h8346"}],"20":[{"text":"to another","number":"h312"},{"text":"from nation","number":"h1471"},{"text":"to nation","number":"h1471"},{"text":"And when they went","number":"h1980"},{"text":"and from one kingdom","number":"h4467"},{"text":"people","number":"h5971"}],"3":[{"text":"both man","number":"h376"},{"text":"to every one","number":"h376"},{"text":"to every one","number":"h376"},{"text":"and woman","number":"h802"},{"text":"and a flagon","number":"h809"},{"text":"and a good piece of flesh","number":"h829"},{"text":"And he dealt","number":"h2505"},{"text":"of Israel","number":"h3478"},{"text":"a loaf","number":"h3603"},{"text":"of bread","number":"h3899"}],"43":[{"text":"every man","number":"h376"},{"text":"his house","number":"h1004"},{"text":"to his house","number":"h1004"},{"text":"to bless","number":"h1288"},{"text":"and David","number":"h1732"},{"text":"departed","number":"h3212"},{"text":"returned","number":"h5437"},{"text":"And all the people","number":"h5971"}],"21":[{"text":"no man","number":"h376"},{"text":"yea he reproved","number":"h3198"},{"text":"He suffered","number":"h3240"},{"text":"kings","number":"h4428"},{"text":"to do them wrong","number":"h6231"}],"26":[{"text":"For all the gods","number":"h430"},{"text":"are idols","number":"h457"},{"text":"but the LORD","number":"h3068"},{"text":"of the people","number":"h5971"},{"text":"made","number":"h6213"},{"text":"the heavens","number":"h8064"}],"36":[{"text":"God","number":"h430"},{"text":"Amen","number":"h543"},{"text":"said","number":"h559"},{"text":"Blessed","number":"h1288"},{"text":"and praised","number":"h1984"},{"text":"be the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"and ever","number":"h5769"},{"text":"for ever","number":"h5769"},{"text":"And all the people","number":"h5971"}],"4":[{"text":"God","number":"h430"},{"text":"the ark","number":"h727"},{"text":"and praise","number":"h1984"},{"text":"and to record","number":"h2142"},{"text":"and to thank","number":"h3034"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"certain of the Levites","number":"h3881"},{"text":"And he appointed","number":"h5414"},{"text":"before","number":"h6440"},{"text":"to minister","number":"h8334"}],"25":[{"text":"above all gods","number":"h430"},{"text":"For great","number":"h1419"},{"text":"to be praised","number":"h1984"},{"text":"is the LORD","number":"h3068"},{"text":"he also is to be feared","number":"h3372"},{"text":"and greatly","number":"h3966"}],"42":[{"text":"of God","number":"h430"},{"text":"And the sons","number":"h1121"},{"text":"And with them Heman","number":"h1968"},{"text":"with trumpets","number":"h2689"},{"text":"and Jeduthun","number":"h3038"},{"text":"of Jeduthun","number":"h3038"},{"text":"instruments","number":"h3627"},{"text":"and cymbals","number":"h4700"},{"text":"and with musical","number":"h7892"},{"text":"for those that should make a sound","number":"h8085"},{"text":"were porters","number":"h8179"}],"6":[{"text":"of God","number":"h430"},{"text":"the ark","number":"h727"},{"text":"Benaiah","number":"h1141"},{"text":"of the covenant","number":"h1285"},{"text":"with trumpets","number":"h2689"},{"text":"also and Jahaziel","number":"h3166"},{"text":"the priests","number":"h3548"},{"text":"before","number":"h6440"},{"text":"continually","number":"h8548"}],"14":[{"text":"our God","number":"h430"},{"text":"are in all the earth","number":"h776"},{"text":"He is the LORD","number":"h3068"},{"text":"his judgments","number":"h4941"}],"35":[{"text":"us O God","number":"h430"},{"text":"And say","number":"h559"},{"text":"us from the heathen","number":"h1471"},{"text":"that we may give thanks","number":"h3034"},{"text":"ye Save","number":"h3467"},{"text":"of our salvation","number":"h3468"},{"text":"and deliver","number":"h5337"},{"text":"and gather us together","number":"h6908"},{"text":"to thy holy","number":"h6944"},{"text":"and glory","number":"h7623"},{"text":"name","number":"h8034"},{"text":"in thy praise","number":"h8416"}],"5":[{"text":"and Eliab","number":"h446"},{"text":"Asaph","number":"h623"},{"text":"but Asaph","number":"h623"},{"text":"and Benaiah","number":"h1141"},{"text":"to him Zechariah","number":"h2148"},{"text":"and Jehiel","number":"h3171"},{"text":"Jeiel","number":"h3273"},{"text":"and Jeiel","number":"h3273"},{"text":"and with harps","number":"h3658"},{"text":"with cymbals","number":"h4700"},{"text":"and next","number":"h4932"},{"text":"and Mattithiah","number":"h4993"},{"text":"with psalteries","number":"h5035"},{"text":"and Obededom","number":"h5654"},{"text":"the chief","number":"h7218"},{"text":"and Shemiramoth","number":"h8070"},{"text":"made a sound","number":"h8085"}],"15":[{"text":"to a thousand","number":"h505"},{"text":"of his covenant","number":"h1285"},{"text":"the word","number":"h1697"},{"text":"generations","number":"h1755"},{"text":"Be ye mindful","number":"h2142"},{"text":"always","number":"h5769"},{"text":"which he commanded","number":"h6680"}],"18":[{"text":"Saying","number":"h559"},{"text":"the land","number":"h776"},{"text":"the lot","number":"h2256"},{"text":"of Canaan","number":"h3667"},{"text":"of your inheritance","number":"h5159"},{"text":"Unto thee will I give","number":"h5414"}],"31":[{"text":"and let men say","number":"h559"},{"text":"and let the earth","number":"h776"},{"text":"among the nations","number":"h1471"},{"text":"rejoice","number":"h1523"},{"text":"The LORD","number":"h3068"},{"text":"reigneth","number":"h4427"},{"text":"be glad","number":"h8055"},{"text":"Let the heavens","number":"h8064"}],"23":[{"text":"all the earth","number":"h776"},{"text":"shew forth","number":"h1319"},{"text":"unto the LORD","number":"h3068"},{"text":"from day","number":"h3117"},{"text":"to day","number":"h3117"},{"text":"his salvation","number":"h3444"},{"text":"Sing","number":"h7891"}],"30":[{"text":"him all the earth","number":"h776"},{"text":"Fear","number":"h2342"},{"text":"also shall be stable","number":"h3559"},{"text":"that it be not moved","number":"h4131"},{"text":"before","number":"h6440"},{"text":"the world","number":"h8398"}],"33":[{"text":"the earth","number":"h776"},{"text":"because he cometh","number":"h935"},{"text":"of the LORD","number":"h3068"},{"text":"of the wood","number":"h3293"},{"text":"Then shall the trees","number":"h6086"},{"text":"at the presence","number":"h6440"},{"text":"sing out","number":"h7442"},{"text":"to judge","number":"h8199"}],"29":[{"text":"and come","number":"h935"},{"text":"in the beauty","number":"h1927"},{"text":"Give","number":"h3051"},{"text":"the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"the glory","number":"h3519"},{"text":"an offering","number":"h4503"},{"text":"bring","number":"h5375"},{"text":"before","number":"h6440"},{"text":"of holiness","number":"h6944"},{"text":"him worship","number":"h7812"},{"text":"due unto his name","number":"h8034"}],"13":[{"text":"his chosen ones","number":"h972"},{"text":"ye children","number":"h1121"},{"text":"O ye seed","number":"h2233"},{"text":"of Jacob","number":"h3290"},{"text":"of Israel","number":"h3478"},{"text":"his servant","number":"h5650"}],"40":[{"text":"morning","number":"h1242"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"and to do according to all that is written","number":"h3789"},{"text":"upon the altar","number":"h4196"},{"text":"To offer","number":"h5927"},{"text":"burnt offerings","number":"h5930"},{"text":"of the burnt offering","number":"h5930"},{"text":"and evening","number":"h6153"},{"text":"which he commanded","number":"h6680"},{"text":"in the law","number":"h8451"},{"text":"continually","number":"h8548"}],"11":[{"text":"seek","number":"h1245"},{"text":"Seek","number":"h1875"},{"text":"the LORD","number":"h3068"},{"text":"and his strength","number":"h5797"},{"text":"his face","number":"h6440"},{"text":"continually","number":"h8548"}],"10":[{"text":"that seek","number":"h1245"},{"text":"Glory","number":"h1984"},{"text":"the LORD","number":"h3068"},{"text":"let the heart","number":"h3820"},{"text":"ye in his holy","number":"h6944"},{"text":"name","number":"h8034"},{"text":"of them rejoice","number":"h8055"}],"17":[{"text":"covenant","number":"h1285"},{"text":"for a law","number":"h2706"},{"text":"the same to Jacob","number":"h3290"},{"text":"and to Israel","number":"h3478"},{"text":"for an everlasting","number":"h5769"},{"text":"And hath confirmed","number":"h5975"}],"2":[{"text":"he blessed","number":"h1288"},{"text":"And when David","number":"h1732"},{"text":"of the LORD","number":"h3068"},{"text":"had made an end","number":"h3615"},{"text":"of offering","number":"h5927"},{"text":"the burnt offerings","number":"h5930"},{"text":"the people","number":"h5971"},{"text":"and the peace offerings","number":"h8002"},{"text":"in the name","number":"h8034"}],"41":[{"text":"that were chosen","number":"h1305"},{"text":"And with them Heman","number":"h1968"},{"text":"because his mercy","number":"h2617"},{"text":"to give thanks","number":"h3034"},{"text":"and Jeduthun","number":"h3038"},{"text":"to the LORD","number":"h3068"},{"text":"who were expressed","number":"h5344"},{"text":"endureth for ever","number":"h5769"},{"text":"and the rest","number":"h7605"},{"text":"by name","number":"h8034"}],"24":[{"text":"among the heathen","number":"h1471"},{"text":"his glory","number":"h3519"},{"text":"Declare","number":"h5608"},{"text":"among all nations","number":"h5971"},{"text":"his marvellous works","number":"h6381"}],"19":[{"text":"and strangers","number":"h1481"},{"text":"When ye were but few","number":"h4557"},{"text":"even a few","number":"h4592"}],"27":[{"text":"and honour","number":"h1926"},{"text":"Glory","number":"h1935"},{"text":"and gladness","number":"h2304"},{"text":"are in his place","number":"h4725"},{"text":"strength","number":"h5797"},{"text":"are in his presence","number":"h6440"}],"12":[{"text":"Remember","number":"h2142"},{"text":"his wonders","number":"h4159"},{"text":"and the judgments","number":"h4941"},{"text":"works that he hath done","number":"h6213"},{"text":"of his mouth","number":"h6310"},{"text":"his marvellous","number":"h6381"}],"9":[{"text":"unto him sing psalms","number":"h2167"},{"text":"ye of all his wondrous","number":"h6381"},{"text":"unto him talk","number":"h7878"},{"text":"Sing","number":"h7891"}],"34":[{"text":"for his mercy","number":"h2617"},{"text":"for he is good","number":"h2896"},{"text":"O give thanks","number":"h3034"},{"text":"unto the LORD","number":"h3068"},{"text":"endureth for ever","number":"h5769"}],"8":[{"text":"Give thanks","number":"h3034"},{"text":"make known","number":"h3045"},{"text":"unto the LORD","number":"h3068"},{"text":"his deeds","number":"h5949"},{"text":"among the people","number":"h5971"},{"text":"call","number":"h7121"},{"text":"upon his name","number":"h8034"}],"28":[{"text":"Give","number":"h3051"},{"text":"give","number":"h3051"},{"text":"unto the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"glory","number":"h3519"},{"text":"ye kindreds","number":"h4940"},{"text":"and strength","number":"h5797"},{"text":"of the people","number":"h5971"}],"32":[{"text":"Let the sea","number":"h3220"},{"text":"and the fulness","number":"h4393"},{"text":"rejoice","number":"h5970"},{"text":"roar","number":"h7481"},{"text":"thereof let the fields","number":"h7704"}],"22":[{"text":"not mine anointed","number":"h4899"},{"text":"and do my prophets","number":"h5030"},{"text":"Saying Touch","number":"h5060"},{"text":"no harm","number":"h7489"}]}
@@ -0,0 +1 @@
1
+ {"13":[{"text":"I will be his father","number":"h1"},{"text":"and he shall be my son","number":"h1121"},{"text":"my mercy","number":"h2617"},{"text":"and I will not take","number":"h5493"},{"text":"away","number":"h5493"},{"text":"from him as I took","number":"h5493"},{"text":"it from him that was before","number":"h6440"}],"11":[{"text":"to be with thy fathers","number":"h1"},{"text":"after","number":"h310"},{"text":"thee which shall be of thy sons","number":"h1121"},{"text":"thy seed","number":"h2233"},{"text":"And it shall come to pass when thy days","number":"h3117"},{"text":"that thou must go","number":"h3212"},{"text":"and I will establish","number":"h3559"},{"text":"be expired","number":"h4390"},{"text":"his kingdom","number":"h4438"},{"text":"that I will raise up","number":"h6965"}],"17":[{"text":"of a man","number":"h120"},{"text":"God","number":"h430"},{"text":"O God","number":"h430"},{"text":"house","number":"h1004"},{"text":"for thou hast also spoken","number":"h1696"},{"text":"O LORD","number":"h3068"},{"text":"of high degree","number":"h4609"},{"text":"of thy servant's","number":"h5650"},{"text":"in thine eyes","number":"h5869"},{"text":"And yet this was a small thing","number":"h6994"},{"text":"and hast regarded","number":"h7200"},{"text":"for a great while to come","number":"h7350"},{"text":"me according to the estate","number":"h8448"}],"5":[{"text":"but have gone from tent","number":"h168"},{"text":"to tent","number":"h168"},{"text":"an house","number":"h1004"},{"text":"since the day","number":"h3117"},{"text":"unto this day","number":"h3117"},{"text":"For I have not dwelt in","number":"h3427"},{"text":"Israel","number":"h3478"},{"text":"and from one tabernacle","number":"h4908"},{"text":"that I brought up","number":"h5927"}],"20":[{"text":"with our ears","number":"h241"},{"text":"there is none like thee neither is there any God","number":"h430"},{"text":"beside","number":"h2108"},{"text":"O LORD","number":"h3068"},{"text":"thee according to all that we have heard","number":"h8085"}],"21":[{"text":"And what one","number":"h259"},{"text":"whom God","number":"h430"},{"text":"in the earth","number":"h776"},{"text":"of greatness","number":"h1420"},{"text":"nation","number":"h1471"},{"text":"nations","number":"h1471"},{"text":"by driving out","number":"h1644"},{"text":"went","number":"h1980"},{"text":"and terribleness","number":"h3372"},{"text":"Israel","number":"h3478"},{"text":"out of Egypt","number":"h4714"},{"text":"is like thy people","number":"h5971"},{"text":"thy people","number":"h5971"},{"text":"to be his own people","number":"h5971"},{"text":"to redeem","number":"h6299"},{"text":"whom thou hast redeemed","number":"h6299"},{"text":"from before","number":"h6440"},{"text":"to make","number":"h7760"},{"text":"thee a name","number":"h8034"}],"6":[{"text":"to any","number":"h259"},{"text":"saying","number":"h559"},{"text":"of cedars","number":"h730"},{"text":"me an house","number":"h1004"},{"text":"Why have ye not built","number":"h1129"},{"text":"spake","number":"h1696"},{"text":"I a word","number":"h1697"},{"text":"Wheresoever I have walked","number":"h1980"},{"text":"of Israel","number":"h3478"},{"text":"with all Israel","number":"h3478"},{"text":"my people","number":"h5971"},{"text":"whom I commanded","number":"h6680"},{"text":"to feed","number":"h7462"},{"text":"of the judges","number":"h8199"}],"7":[{"text":"even from following","number":"h310"},{"text":"Now therefore thus shalt thou say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"David","number":"h1732"},{"text":"the LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"I took","number":"h3947"},{"text":"that thou shouldest be ruler","number":"h5057"},{"text":"thee from the sheepcote","number":"h5116"},{"text":"unto my servant","number":"h5650"},{"text":"over my people","number":"h5971"},{"text":"the sheep","number":"h6629"},{"text":"of hosts","number":"h6635"}],"10":[{"text":"all thine enemies","number":"h341"},{"text":"thee an house","number":"h1004"},{"text":"will build","number":"h1129"},{"text":"thee that the LORD","number":"h3068"},{"text":"And since the time","number":"h3117"},{"text":"Israel","number":"h3478"},{"text":"Moreover I will subdue","number":"h3665"},{"text":"Furthermore I tell","number":"h5046"},{"text":"to be over my people","number":"h5971"},{"text":"that I commanded","number":"h6680"},{"text":"judges","number":"h8199"}],"8":[{"text":"all thine enemies","number":"h341"},{"text":"that are in the earth","number":"h776"},{"text":"of the great men","number":"h1419"},{"text":"And I have been with thee whithersoever thou hast walked","number":"h1980"},{"text":"and have cut off","number":"h3772"},{"text":"thee and have made","number":"h6213"},{"text":"from before","number":"h6440"},{"text":"like the name","number":"h8034"},{"text":"thee a name","number":"h8034"}],"25":[{"text":"For thou O my God","number":"h430"},{"text":"him an house","number":"h1004"},{"text":"that thou wilt build","number":"h1129"},{"text":"hast told","number":"h1540"},{"text":"hath found","number":"h4672"},{"text":"therefore thy servant","number":"h5650"},{"text":"thy servant","number":"h5650"},{"text":"in his heart to pray","number":"h6419"},{"text":"before","number":"h6440"}],"16":[{"text":"God","number":"h430"},{"text":"and said","number":"h559"},{"text":"came","number":"h935"},{"text":"that thou hast brought","number":"h935"},{"text":"and what is mine house","number":"h1004"},{"text":"And David","number":"h1732"},{"text":"me hitherto","number":"h1988"},{"text":"Who am I O LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and sat","number":"h3427"},{"text":"the king","number":"h4428"},{"text":"before","number":"h6440"}],"22":[{"text":"becamest their God","number":"h430"},{"text":"and thou LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"didst thou make","number":"h5414"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"For thy people","number":"h5971"},{"text":"thine own people","number":"h5971"}],"24":[{"text":"even a God","number":"h430"},{"text":"is the God","number":"h430"},{"text":"Let it even be established","number":"h539"},{"text":"saying","number":"h559"},{"text":"and let the house","number":"h1004"},{"text":"may be magnified","number":"h1431"},{"text":"of David","number":"h1732"},{"text":"The LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"to Israel","number":"h3478"},{"text":"be established","number":"h3559"},{"text":"thy servant","number":"h5650"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"before","number":"h6440"},{"text":"of hosts","number":"h6635"},{"text":"that thy name","number":"h8034"}],"2":[{"text":"for God","number":"h430"},{"text":"said","number":"h559"},{"text":"unto David","number":"h1732"},{"text":"all that is in thine heart","number":"h3824"},{"text":"Then Nathan","number":"h5416"},{"text":"Do","number":"h6213"}],"3":[{"text":"of God","number":"h430"},{"text":"saying","number":"h559"},{"text":"that the word","number":"h1697"},{"text":"And it came to pass the same night","number":"h3915"},{"text":"came to Nathan","number":"h5416"}],"26":[{"text":"thou art God","number":"h430"},{"text":"and hast promised","number":"h1696"},{"text":"this goodness","number":"h2896"},{"text":"And now LORD","number":"h3068"},{"text":"unto thy servant","number":"h5650"}],"23":[{"text":"be established","number":"h539"},{"text":"and concerning his house","number":"h1004"},{"text":"as thou hast said","number":"h1696"},{"text":"that thou hast spoken","number":"h1696"},{"text":"let the thing","number":"h1697"},{"text":"Therefore now LORD","number":"h3068"},{"text":"concerning thy servant","number":"h5650"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"and do","number":"h6213"}],"4":[{"text":"Thus saith","number":"h559"},{"text":"and tell","number":"h559"},{"text":"me an house","number":"h1004"},{"text":"Thou shalt not build","number":"h1129"},{"text":"David","number":"h1732"},{"text":"the LORD","number":"h3068"},{"text":"Go","number":"h3212"},{"text":"to dwell in","number":"h3427"},{"text":"my servant","number":"h5650"}],"1":[{"text":"said","number":"h559"},{"text":"but the ark","number":"h727"},{"text":"of cedars","number":"h730"},{"text":"in an house","number":"h1004"},{"text":"in his house","number":"h1004"},{"text":"of the covenant","number":"h1285"},{"text":"Now it came to pass as David","number":"h1732"},{"text":"that David","number":"h1732"},{"text":"of the LORD","number":"h3068"},{"text":"remaineth under curtains","number":"h3407"},{"text":"Lo I dwell","number":"h3427"},{"text":"sat","number":"h3427"},{"text":"the prophet","number":"h5030"},{"text":"to Nathan","number":"h5416"}],"14":[{"text":"him in mine house","number":"h1004"},{"text":"shall be established","number":"h3559"},{"text":"and his throne","number":"h3678"},{"text":"and in my kingdom","number":"h4438"},{"text":"for","number":"h5704"},{"text":"evermore","number":"h5769"},{"text":"for ever","number":"h5769"},{"text":"But I will settle","number":"h5975"}],"12":[{"text":"me an house","number":"h1004"},{"text":"He shall build","number":"h1129"},{"text":"and I will stablish","number":"h3559"},{"text":"his throne","number":"h3678"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"}],"27":[{"text":"the house","number":"h1004"},{"text":"and it shall be blessed","number":"h1288"},{"text":"for thou blessest","number":"h1288"},{"text":"thee to bless","number":"h1288"},{"text":"Now therefore let it please","number":"h2974"},{"text":"O LORD","number":"h3068"},{"text":"of thy servant","number":"h5650"},{"text":"for ever","number":"h5769"},{"text":"thee for ever","number":"h5769"},{"text":"that it may be before","number":"h6440"}],"9":[{"text":"waste","number":"h1086"},{"text":"no more neither shall the children","number":"h1121"},{"text":"them any more","number":"h3254"},{"text":"Israel","number":"h3478"},{"text":"a place","number":"h4725"},{"text":"and will plant","number":"h5193"},{"text":"of wickedness","number":"h5766"},{"text":"for my people","number":"h5971"},{"text":"as at the beginning","number":"h7223"},{"text":"in their place and shall be moved","number":"h7264"},{"text":"Also I will ordain","number":"h7760"},{"text":"them and they shall dwell","number":"h7931"}],"19":[{"text":"all these great things","number":"h1420"},{"text":"all this greatness","number":"h1420"},{"text":"in making known","number":"h3045"},{"text":"O LORD","number":"h3068"},{"text":"sake and according to thine own heart","number":"h3820"},{"text":"for thy servant's","number":"h5650"},{"text":"hast thou done","number":"h6213"}],"15":[{"text":"speak","number":"h1696"},{"text":"According to all these words","number":"h1697"},{"text":"unto David","number":"h1732"},{"text":"and according to all this vision","number":"h2377"},{"text":"so did Nathan","number":"h5416"}],"18":[{"text":"David","number":"h1732"},{"text":"for thou knowest","number":"h3045"},{"text":"What can","number":"h3254"},{"text":"speak more","number":"h3254"},{"text":"to thee for the honour","number":"h3519"},{"text":"of thy servant","number":"h5650"},{"text":"thy servant","number":"h5650"}]}
@@ -0,0 +1 @@
1
+ {"16":[{"text":"and Abimelech","number":"h40"},{"text":"of Abiathar","number":"h54"},{"text":"of Ahitub","number":"h285"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"were the priests","number":"h3548"},{"text":"was scribe","number":"h5608"},{"text":"And Zadok","number":"h6659"},{"text":"and Shavsha","number":"h7798"}],"12":[{"text":"Moreover Abishai","number":"h52"},{"text":"of the Edomites","number":"h123"},{"text":"thousand","number":"h505"},{"text":"the son","number":"h1121"},{"text":"in the valley","number":"h1516"},{"text":"of salt","number":"h4417"},{"text":"slew","number":"h5221"},{"text":"of Zeruiah","number":"h6870"},{"text":"eighteen","number":"h8083"}],"13":[{"text":"and all the Edomites","number":"h123"},{"text":"in Edom","number":"h123"},{"text":"David","number":"h1732"},{"text":"became David's","number":"h1732"},{"text":"whithersoever he went","number":"h1980"},{"text":"Thus the LORD","number":"h3068"},{"text":"preserved","number":"h3467"},{"text":"garrisons","number":"h5333"},{"text":"servants","number":"h5650"},{"text":"And he put","number":"h7760"}],"11":[{"text":"from Edom","number":"h123"},{"text":"and from the children","number":"h1121"},{"text":"from all these nations","number":"h1471"},{"text":"David","number":"h1732"},{"text":"and the gold","number":"h2091"},{"text":"unto the LORD","number":"h3068"},{"text":"with the silver","number":"h3701"},{"text":"and from Moab","number":"h4124"},{"text":"Them also king","number":"h4428"},{"text":"that he brought","number":"h5375"},{"text":"of Ammon","number":"h5983"},{"text":"and from Amalek","number":"h6002"},{"text":"and from the Philistines","number":"h6430"},{"text":"dedicated","number":"h6942"}],"15":[{"text":"of Ahilud","number":"h286"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"recorder","number":"h2142"},{"text":"and Jehoshaphat","number":"h3092"},{"text":"And Joab","number":"h3097"},{"text":"was over the host","number":"h6635"},{"text":"of Zeruiah","number":"h6870"}],"1":[{"text":"Now after this","number":"h310"},{"text":"and her towns","number":"h1323"},{"text":"Gath","number":"h1661"},{"text":"it came to pass that David","number":"h1732"},{"text":"out of the hand","number":"h3027"},{"text":"and subdued","number":"h3665"},{"text":"them and took","number":"h3947"},{"text":"smote","number":"h5221"},{"text":"of the Philistines","number":"h6430"},{"text":"the Philistines","number":"h6430"}],"4":[{"text":"footmen","number":"h376"},{"text":"from him a thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"And David","number":"h1732"},{"text":"David","number":"h1732"},{"text":"horses but reserved","number":"h3498"},{"text":"took","number":"h3920"},{"text":"of them an hundred","number":"h3967"},{"text":"also houghed","number":"h6131"},{"text":"and twenty","number":"h6242"},{"text":"horsemen","number":"h6571"},{"text":"all the chariot","number":"h7393"},{"text":"chariots","number":"h7393"},{"text":"chariots","number":"h7393"},{"text":"and seven","number":"h7651"}],"10":[{"text":"had war","number":"h376"},{"text":"his son","number":"h1121"},{"text":"and to congratulate","number":"h1288"},{"text":"David","number":"h1732"},{"text":"Hadoram","number":"h1913"},{"text":"against Hadarezer","number":"h1928"},{"text":"him (for Hadarezer","number":"h1928"},{"text":"of gold","number":"h2091"},{"text":"and with him all manner of vessels","number":"h3627"},{"text":"and silver","number":"h3701"},{"text":"him because he had fought","number":"h3898"},{"text":"to king","number":"h4428"},{"text":"and brass","number":"h5178"},{"text":"and smitten","number":"h5221"},{"text":"to enquire","number":"h7592"},{"text":"of his welfare","number":"h7965"},{"text":"He sent","number":"h7971"},{"text":"with Tou","number":"h8583"}],"5":[{"text":"men","number":"h376"},{"text":"thousand","number":"h505"},{"text":"And when the Syrians","number":"h758"},{"text":"of the Syrians","number":"h758"},{"text":"came","number":"h935"},{"text":"David","number":"h1732"},{"text":"of Damascus","number":"h1834"},{"text":"Hadarezer","number":"h1928"},{"text":"king","number":"h4428"},{"text":"slew","number":"h5221"},{"text":"to help","number":"h5826"},{"text":"and twenty","number":"h6242"},{"text":"of Zobah","number":"h6678"},{"text":"two","number":"h8147"}],"6":[{"text":"and the Syrians","number":"h758"},{"text":"garrisons in Syriadamascus","number":"h758"},{"text":"David","number":"h1732"},{"text":"Then David","number":"h1732"},{"text":"became David's","number":"h1732"},{"text":"whithersoever he went","number":"h1980"},{"text":"Thus the LORD","number":"h3068"},{"text":"preserved","number":"h3467"},{"text":"gifts","number":"h4503"},{"text":"and brought","number":"h5375"},{"text":"servants","number":"h5650"},{"text":"put","number":"h7760"}],"7":[{"text":"and brought","number":"h935"},{"text":"And David","number":"h1732"},{"text":"of Hadarezer","number":"h1928"},{"text":"of gold","number":"h2091"},{"text":"them to Jerusalem","number":"h3389"},{"text":"took","number":"h3947"},{"text":"that were on the servants","number":"h5650"},{"text":"the shields","number":"h7982"}],"17":[{"text":"and the sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"And Benaiah","number":"h1141"},{"text":"of David","number":"h1732"},{"text":"about","number":"h3027"},{"text":"of Jehoiada","number":"h3077"},{"text":"was over the Cherethites","number":"h3774"},{"text":"the king","number":"h4428"},{"text":"and the Pelethites","number":"h6432"},{"text":"were chief","number":"h7223"}],"3":[{"text":"And David","number":"h1732"},{"text":"Hadarezer","number":"h1928"},{"text":"unto Hamath","number":"h2574"},{"text":"his dominion","number":"h3027"},{"text":"as he went","number":"h3212"},{"text":"king","number":"h4428"},{"text":"by the river","number":"h5104"},{"text":"smote","number":"h5221"},{"text":"to stablish","number":"h5324"},{"text":"Euphrates","number":"h6578"},{"text":"of Zobah","number":"h6678"}],"8":[{"text":"David","number":"h1732"},{"text":"of Hadarezer","number":"h1928"},{"text":"Likewise from Tibhath","number":"h2880"},{"text":"sea","number":"h3220"},{"text":"and from Chun","number":"h3560"},{"text":"and the vessels","number":"h3627"},{"text":"brought","number":"h3947"},{"text":"very","number":"h3966"},{"text":"brass","number":"h5178"},{"text":"of brass","number":"h5178"},{"text":"the brasen","number":"h5178"},{"text":"cities","number":"h5892"},{"text":"and the pillars","number":"h5982"},{"text":"made","number":"h6213"},{"text":"much","number":"h7227"},{"text":"wherewith Solomon","number":"h8010"}],"14":[{"text":"So David","number":"h1732"},{"text":"over all Israel","number":"h3478"},{"text":"reigned","number":"h4427"},{"text":"judgment","number":"h4941"},{"text":"among all his people","number":"h5971"},{"text":"and executed","number":"h6213"},{"text":"and justice","number":"h6666"}],"2":[{"text":"became David's","number":"h1732"},{"text":"Moab","number":"h4124"},{"text":"and the Moabites","number":"h4124"},{"text":"gifts","number":"h4503"},{"text":"And he smote","number":"h5221"},{"text":"and brought","number":"h5375"},{"text":"servants","number":"h5650"}],"9":[{"text":"how David","number":"h1732"},{"text":"of Hadarezer","number":"h1928"},{"text":"all the host","number":"h2428"},{"text":"of Hamath","number":"h2574"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"had smitten","number":"h5221"},{"text":"of Zobah","number":"h6678"},{"text":"heard","number":"h8085"},{"text":"Now when Tou","number":"h8583"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"because his father","number":"h1"},{"text":"him concerning his father","number":"h1"},{"text":"said","number":"h559"},{"text":"into the land","number":"h776"},{"text":"came","number":"h935"},{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"And David","number":"h1732"},{"text":"of David","number":"h1732"},{"text":"to me And David","number":"h1732"},{"text":"to Hanun","number":"h2586"},{"text":"unto Hanun","number":"h2586"},{"text":"kindness","number":"h2617"},{"text":"kindness","number":"h2617"},{"text":"messengers","number":"h4397"},{"text":"to comfort","number":"h5162"},{"text":"to comfort","number":"h5162"},{"text":"of Nahash","number":"h5176"},{"text":"So the servants","number":"h5650"},{"text":"of Ammon","number":"h5983"},{"text":"I will shew","number":"h6213"},{"text":"shewed","number":"h6213"},{"text":"sent","number":"h7971"}],"3":[{"text":"thy father","number":"h1"},{"text":"said","number":"h559"},{"text":"the land","number":"h776"},{"text":"come","number":"h935"},{"text":"of the children","number":"h1121"},{"text":"thou that David","number":"h1732"},{"text":"and to overthrow","number":"h2015"},{"text":"to Hanun","number":"h2586"},{"text":"unto thee for to search","number":"h2713"},{"text":"doth honour","number":"h3513"},{"text":"comforters","number":"h5162"},{"text":"unto thee are not his servants","number":"h5650"},{"text":"Thinkest","number":"h5869"},{"text":"of Ammon","number":"h5983"},{"text":"and to spy out","number":"h7270"},{"text":"that he hath sent","number":"h7971"},{"text":"But the princes","number":"h8269"}],"19":[{"text":"neither would","number":"h14"},{"text":"the Syrians","number":"h758"},{"text":"the children","number":"h1121"},{"text":"with David","number":"h1732"},{"text":"of Hadarezer","number":"h1928"},{"text":"help","number":"h3467"},{"text":"Israel","number":"h3478"},{"text":"that they were put to the worse","number":"h5062"},{"text":"and became his servants","number":"h5647"},{"text":"And when the servants","number":"h5650"},{"text":"of Ammon","number":"h5983"},{"text":"before","number":"h6440"},{"text":"saw","number":"h7200"},{"text":"they made peace","number":"h7999"}],"15":[{"text":"Abishai","number":"h52"},{"text":"his brother","number":"h251"},{"text":"that the Syrians","number":"h758"},{"text":"and entered","number":"h935"},{"text":"came","number":"h935"},{"text":"And when the children","number":"h1121"},{"text":"Then Joab","number":"h3097"},{"text":"to Jerusalem","number":"h3389"},{"text":"they likewise fled","number":"h5127"},{"text":"were fled","number":"h5127"},{"text":"into the city","number":"h5892"},{"text":"of Ammon","number":"h5983"},{"text":"before","number":"h6440"},{"text":"saw","number":"h7200"}],"11":[{"text":"of Abishai","number":"h52"},{"text":"his brother","number":"h251"},{"text":"the children","number":"h1121"},{"text":"unto the hand","number":"h3027"},{"text":"And the rest","number":"h3499"},{"text":"he delivered","number":"h5414"},{"text":"of the people","number":"h5971"},{"text":"of Ammon","number":"h5983"},{"text":"and they set themselves in array","number":"h6186"},{"text":"against","number":"h7125"}],"10":[{"text":"and behind","number":"h268"},{"text":"the Syrians","number":"h758"},{"text":"he chose out","number":"h977"},{"text":"of all the choice","number":"h977"},{"text":"Now when Joab","number":"h3097"},{"text":"of Israel","number":"h3478"},{"text":"that the battle","number":"h4421"},{"text":"and put them in array","number":"h6186"},{"text":"was set against him before","number":"h6440"},{"text":"against","number":"h7125"},{"text":"saw","number":"h7200"}],"1":[{"text":"Now it came to pass after this","number":"h310"},{"text":"and his son","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"died","number":"h4191"},{"text":"reigned","number":"h4427"},{"text":"the king","number":"h4428"},{"text":"that Nahash","number":"h5176"},{"text":"of Ammon","number":"h5983"}],"18":[{"text":"footmen","number":"h376"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"and forty","number":"h705"},{"text":"But the Syrians","number":"h758"},{"text":"of the Syrians","number":"h758"},{"text":"and David","number":"h1732"},{"text":"slew","number":"h2026"},{"text":"Israel","number":"h3478"},{"text":"and killed","number":"h4191"},{"text":"fled","number":"h5127"},{"text":"before","number":"h6440"},{"text":"of the host","number":"h6635"},{"text":"men which fought in chariots","number":"h7393"},{"text":"seven","number":"h7651"},{"text":"Shophach","number":"h7780"},{"text":"the captain","number":"h8269"}],"13":[{"text":"of our God","number":"h430"},{"text":"Be of good courage","number":"h2388"},{"text":"and let us behave ourselves valiantly","number":"h2388"},{"text":"that which is good","number":"h2896"},{"text":"and let the LORD","number":"h3068"},{"text":"in his sight","number":"h5869"},{"text":"and for the cities","number":"h5892"},{"text":"for our people","number":"h5971"},{"text":"do","number":"h6213"}],"6":[{"text":"a thousand","number":"h505"},{"text":"and out of Syriamaachah","number":"h758"},{"text":"out of Mesopotamia","number":"h763"},{"text":"that they had made themselves odious","number":"h887"},{"text":"And when the children","number":"h1121"},{"text":"and the children","number":"h1121"},{"text":"to David","number":"h1732"},{"text":"Hanun","number":"h2586"},{"text":"talents","number":"h3603"},{"text":"of silver","number":"h3701"},{"text":"of Ammon","number":"h5983"},{"text":"of Ammon","number":"h5983"},{"text":"and horsemen","number":"h6571"},{"text":"and out of Zobah","number":"h6678"},{"text":"saw","number":"h7200"},{"text":"them chariots","number":"h7393"},{"text":"to hire","number":"h7936"},{"text":"sent","number":"h7971"}],"7":[{"text":"thousand","number":"h505"},{"text":"gathered themselves together","number":"h622"},{"text":"and came","number":"h935"},{"text":"who came","number":"h935"},{"text":"And the children","number":"h1121"},{"text":"and pitched","number":"h2583"},{"text":"Medeba","number":"h4311"},{"text":"to battle","number":"h4421"},{"text":"and the king","number":"h4428"},{"text":"of Maachah","number":"h4601"},{"text":"from their cities","number":"h5892"},{"text":"and his people","number":"h5971"},{"text":"of Ammon","number":"h5983"},{"text":"before","number":"h6440"},{"text":"chariots","number":"h7393"},{"text":"So they hired","number":"h7936"},{"text":"thirty","number":"h7970"},{"text":"and two","number":"h8147"}],"12":[{"text":"And he said","number":"h559"},{"text":"If the Syrians","number":"h758"},{"text":"me but if the children","number":"h1121"},{"text":"be too strong","number":"h2388"},{"text":"be too strong","number":"h2388"},{"text":"for thee then I will help","number":"h3467"},{"text":"of Ammon","number":"h5983"},{"text":"for me then thou shalt help","number":"h8668"}],"5":[{"text":"said","number":"h559"},{"text":"how the men","number":"h582"},{"text":"them for the men","number":"h582"},{"text":"David","number":"h1732"},{"text":"until your beards","number":"h2206"},{"text":"Then there went","number":"h3212"},{"text":"at Jericho","number":"h3405"},{"text":"Tarry","number":"h3427"},{"text":"ashamed","number":"h3637"},{"text":"were greatly","number":"h3966"},{"text":"And the king","number":"h4428"},{"text":"certain and told","number":"h5046"},{"text":"be grown","number":"h6779"},{"text":"to meet","number":"h7125"},{"text":"and then return","number":"h7725"},{"text":"were served And he sent","number":"h7971"}],"17":[{"text":"and he gathered","number":"h622"},{"text":"the Syrians","number":"h758"},{"text":"and came","number":"h935"},{"text":"David","number":"h1732"},{"text":"against them So when David","number":"h1732"},{"text":"Jordan","number":"h3383"},{"text":"all Israel","number":"h3478"},{"text":"they fought","number":"h3898"},{"text":"had put the battle","number":"h4421"},{"text":"And it was told","number":"h5046"},{"text":"and passed over","number":"h5674"},{"text":"in array","number":"h6186"},{"text":"upon them and set the battle in array","number":"h6186"},{"text":"against","number":"h7125"}],"16":[{"text":"And when the Syrians","number":"h758"},{"text":"the Syrians","number":"h758"},{"text":"of Hadarezer","number":"h1928"},{"text":"and drew forth","number":"h3318"},{"text":"Israel","number":"h3478"},{"text":"messengers","number":"h4397"},{"text":"that they were put to the worse","number":"h5062"},{"text":"the river","number":"h5104"},{"text":"that were beyond","number":"h5676"},{"text":"before","number":"h6440"},{"text":"went before","number":"h6440"},{"text":"of the host","number":"h6635"},{"text":"saw","number":"h7200"},{"text":"and Shophach","number":"h7780"},{"text":"they sent","number":"h7971"},{"text":"the captain","number":"h8269"}],"14":[{"text":"the Syrians","number":"h758"},{"text":"So Joab","number":"h3097"},{"text":"unto the battle","number":"h4421"},{"text":"that were with him drew nigh","number":"h5066"},{"text":"and they fled","number":"h5127"},{"text":"and the people","number":"h5971"},{"text":"before","number":"h6440"},{"text":"before","number":"h6440"}],"9":[{"text":"that were come","number":"h935"},{"text":"And the children","number":"h1121"},{"text":"came out","number":"h3318"},{"text":"and put the battle","number":"h4421"},{"text":"and the kings","number":"h4428"},{"text":"of the city","number":"h5892"},{"text":"of Ammon","number":"h5983"},{"text":"in array","number":"h6186"},{"text":"before the gate","number":"h6607"},{"text":"were by themselves in the field","number":"h7704"}],"8":[{"text":"of the mighty men","number":"h1368"},{"text":"And when David","number":"h1732"},{"text":"Joab","number":"h3097"},{"text":"and all the host","number":"h6635"},{"text":"of it he sent","number":"h7971"},{"text":"heard","number":"h8085"}],"4":[{"text":"and shaved","number":"h1548"},{"text":"David's","number":"h1732"},{"text":"Wherefore Hanun","number":"h2586"},{"text":"in the midst","number":"h2677"},{"text":"them and cut off","number":"h3772"},{"text":"took","number":"h3947"},{"text":"their garments","number":"h4063"},{"text":"hard by their buttocks","number":"h4667"},{"text":"servants","number":"h5650"},{"text":"and sent them away","number":"h7971"}]}