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
+ {"15":[{"text":"his father's","number":"h1"},{"text":"at Bethlehem","number":"h1035"},{"text":"But David","number":"h1732"},{"text":"went","number":"h1980"},{"text":"sheep","number":"h6629"},{"text":"to feed","number":"h7462"},{"text":"from Saul","number":"h7586"},{"text":"and returned","number":"h7725"}],"25":[{"text":"his father's","number":"h1"},{"text":"And the men","number":"h376"},{"text":"and it shall be that the man","number":"h376"},{"text":"this man","number":"h376"},{"text":"said","number":"h559"},{"text":"house","number":"h1004"},{"text":"him his daughter","number":"h1323"},{"text":"him with great","number":"h1419"},{"text":"free","number":"h2670"},{"text":"surely to defy","number":"h2778"},{"text":"Israel","number":"h3478"},{"text":"in Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"him the king","number":"h4428"},{"text":"who killeth","number":"h5221"},{"text":"and will give","number":"h5414"},{"text":"is he come up","number":"h5927"},{"text":"that is come up","number":"h5927"},{"text":"and make","number":"h6213"},{"text":"will enrich","number":"h6238"},{"text":"riches","number":"h6239"},{"text":"Have ye seen","number":"h7200"}],"34":[{"text":"his father's","number":"h1"},{"text":"said","number":"h559"},{"text":"a lion","number":"h738"},{"text":"and there came","number":"h935"},{"text":"and a bear","number":"h1677"},{"text":"And David","number":"h1732"},{"text":"and took","number":"h5375"},{"text":"Thy servant","number":"h5650"},{"text":"out of the flock","number":"h5739"},{"text":"sheep","number":"h6629"},{"text":"kept","number":"h7462"},{"text":"unto Saul","number":"h7586"},{"text":"a lamb","number":"h7716"}],"13":[{"text":"unto him Abinadab","number":"h41"},{"text":"and followed","number":"h310"},{"text":"were Eliab","number":"h446"},{"text":"the firstborn","number":"h1060"},{"text":"sons","number":"h1121"},{"text":"sons","number":"h1121"},{"text":"eldest","number":"h1419"},{"text":"that went","number":"h1980"},{"text":"went","number":"h3212"},{"text":"of Jesse","number":"h3448"},{"text":"to the battle","number":"h4421"},{"text":"to the battle","number":"h4421"},{"text":"and next","number":"h4932"},{"text":"Saul","number":"h7586"},{"text":"And the three","number":"h7969"},{"text":"of his three","number":"h7969"},{"text":"and the third","number":"h7992"},{"text":"and the names","number":"h8034"},{"text":"Shammah","number":"h8048"}],"50":[{"text":"and with a stone","number":"h68"},{"text":"So David","number":"h1732"},{"text":"of David","number":"h1732"},{"text":"prevailed","number":"h2388"},{"text":"him but there was no sword","number":"h2719"},{"text":"in the hand","number":"h3027"},{"text":"and slew","number":"h4191"},{"text":"over","number":"h4480"},{"text":"and smote","number":"h5221"},{"text":"the Philistine","number":"h6430"},{"text":"the Philistine","number":"h6430"},{"text":"with a sling","number":"h7050"}],"40":[{"text":"stones","number":"h68"},{"text":"and chose","number":"h977"},{"text":"smooth","number":"h2512"},{"text":"him five","number":"h2568"},{"text":"in his hand","number":"h3027"},{"text":"was in his hand","number":"h3027"},{"text":"which he had even in a scrip","number":"h3219"},{"text":"bag","number":"h3627"},{"text":"And he took","number":"h3947"},{"text":"his staff","number":"h4731"},{"text":"and he drew near","number":"h5066"},{"text":"out of the brook","number":"h5158"},{"text":"to the Philistine","number":"h6430"},{"text":"and his sling","number":"h7050"},{"text":"them in a shepherd's","number":"h7462"},{"text":"and put","number":"h7760"}],"49":[{"text":"that the stone","number":"h68"},{"text":"thence a stone","number":"h68"},{"text":"to the earth","number":"h776"},{"text":"And David","number":"h1732"},{"text":"sunk","number":"h2883"},{"text":"his hand","number":"h3027"},{"text":"in his bag","number":"h3627"},{"text":"and took","number":"h3947"},{"text":"in his forehead","number":"h4696"},{"text":"into his forehead","number":"h4696"},{"text":"it and smote","number":"h5221"},{"text":"and he fell","number":"h5307"},{"text":"the Philistine","number":"h6430"},{"text":"upon his face","number":"h6440"},{"text":"and slang","number":"h7049"},{"text":"put","number":"h7971"}],"55":[{"text":"Abner","number":"h74"},{"text":"And Abner","number":"h74"},{"text":"unto Abner","number":"h74"},{"text":"I cannot","number":"h518"},{"text":"he said","number":"h559"},{"text":"said","number":"h559"},{"text":"whose son","number":"h1121"},{"text":"David","number":"h1732"},{"text":"liveth","number":"h2416"},{"text":"tell","number":"h3045"},{"text":"go forth","number":"h3318"},{"text":"O king","number":"h4428"},{"text":"is this youth","number":"h5288"},{"text":"As thy soul","number":"h5315"},{"text":"the Philistine","number":"h6430"},{"text":"of the host","number":"h6635"},{"text":"against","number":"h7125"},{"text":"saw","number":"h7200"},{"text":"And when Saul","number":"h7586"},{"text":"the captain","number":"h8269"}],"57":[{"text":"Abner","number":"h74"},{"text":"him and brought","number":"h935"},{"text":"And as David","number":"h1732"},{"text":"in his hand","number":"h3027"},{"text":"took","number":"h3947"},{"text":"from the slaughter","number":"h5221"},{"text":"of the Philistine","number":"h6430"},{"text":"of the Philistine","number":"h6430"},{"text":"him before","number":"h6440"},{"text":"with the head","number":"h7218"},{"text":"Saul","number":"h7586"},{"text":"returned","number":"h7725"}],"32":[{"text":"Let no man's","number":"h120"},{"text":"said","number":"h559"},{"text":"And David","number":"h1732"},{"text":"will go","number":"h3212"},{"text":"heart","number":"h3820"},{"text":"and fight","number":"h3898"},{"text":"fail","number":"h5307"},{"text":"because of him thy servant","number":"h5650"},{"text":"with this Philistine","number":"h6430"},{"text":"to Saul","number":"h7586"}],"42":[{"text":"and ruddy","number":"h132"},{"text":"he disdained","number":"h959"},{"text":"David","number":"h1732"},{"text":"and of a fair","number":"h3303"},{"text":"countenance","number":"h4758"},{"text":"looked about","number":"h5027"},{"text":"him for he was but a youth","number":"h5288"},{"text":"And when the Philistine","number":"h6430"},{"text":"and saw","number":"h7200"}],"54":[{"text":"in his tent","number":"h168"},{"text":"and brought","number":"h935"},{"text":"And David","number":"h1732"},{"text":"it to Jerusalem","number":"h3389"},{"text":"his armour","number":"h3627"},{"text":"took","number":"h3947"},{"text":"of the Philistine","number":"h6430"},{"text":"the head","number":"h7218"},{"text":"but he put","number":"h7760"}],"28":[{"text":"brother","number":"h251"},{"text":"And Eliab","number":"h446"},{"text":"and Eliab's","number":"h446"},{"text":"and he said","number":"h559"},{"text":"unto the men","number":"h582"},{"text":"anger","number":"h639"},{"text":"his eldest","number":"h1419"},{"text":"when he spake","number":"h1696"},{"text":"against David","number":"h1732"},{"text":"those","number":"h2007"},{"text":"thy pride","number":"h2087"},{"text":"was kindled","number":"h2734"},{"text":"I know","number":"h3045"},{"text":"Why camest thou down","number":"h3381"},{"text":"for thou art come down","number":"h3381"},{"text":"of thine heart","number":"h3824"},{"text":"in the wilderness","number":"h4057"},{"text":"the battle","number":"h4421"},{"text":"few","number":"h4592"},{"text":"hither and with whom hast thou left","number":"h5203"},{"text":"sheep","number":"h6629"},{"text":"that thou mightest see","number":"h7200"},{"text":"and the naughtiness","number":"h7455"},{"text":"heard","number":"h8085"}],"22":[{"text":"his brethren","number":"h251"},{"text":"and came","number":"h935"},{"text":"And David","number":"h1732"},{"text":"in the hand","number":"h3027"},{"text":"his carriage","number":"h3627"},{"text":"of the carriage","number":"h3627"},{"text":"into the army","number":"h4634"},{"text":"left","number":"h5203"},{"text":"and ran","number":"h7323"},{"text":"and saluted","number":"h7592"},{"text":"of the keeper","number":"h8104"}],"18":[{"text":"how thy brethren","number":"h251"},{"text":"of their thousand","number":"h505"},{"text":"And carry","number":"h935"},{"text":"cheeses","number":"h2461"},{"text":"and take","number":"h3947"},{"text":"their pledge","number":"h6161"},{"text":"these ten","number":"h6235"},{"text":"and look","number":"h6485"},{"text":"fare","number":"h7965"},{"text":"unto the captain","number":"h8269"}],"17":[{"text":"now for thy brethren","number":"h251"},{"text":"to thy brethren","number":"h251"},{"text":"an ephah","number":"h374"},{"text":"said","number":"h559"},{"text":"his son","number":"h1121"},{"text":"unto David","number":"h1732"},{"text":"of this","number":"h2088"},{"text":"And Jesse","number":"h3448"},{"text":"loaves","number":"h3899"},{"text":"Take","number":"h3947"},{"text":"to the camp","number":"h4264"},{"text":"corn and these ten","number":"h6235"},{"text":"parched","number":"h7039"},{"text":"and run","number":"h7323"}],"36":[{"text":"shall be as one","number":"h259"},{"text":"God","number":"h430"},{"text":"both the lion","number":"h738"},{"text":"and the bear","number":"h1677"},{"text":"of the living","number":"h2416"},{"text":"of them seeing he hath defied","number":"h2778"},{"text":"the armies","number":"h4634"},{"text":"slew","number":"h5221"},{"text":"Thy servant","number":"h5650"},{"text":"and this uncircumcised","number":"h6189"},{"text":"Philistine","number":"h6430"}],"35":[{"text":"after","number":"h310"},{"text":"him by his beard","number":"h2206"},{"text":"against me I caught","number":"h2388"},{"text":"And I went out","number":"h3318"},{"text":"him and slew","number":"h4191"},{"text":"and smote","number":"h5221"},{"text":"him and smote","number":"h5221"},{"text":"him and delivered","number":"h5337"},{"text":"it out of his mouth","number":"h6310"},{"text":"and when he arose","number":"h6965"}],"53":[{"text":"after","number":"h310"},{"text":"And the children","number":"h1121"},{"text":"from chasing","number":"h1814"},{"text":"of Israel","number":"h3478"},{"text":"their tents","number":"h4264"},{"text":"the Philistines","number":"h6430"},{"text":"returned","number":"h7725"},{"text":"and they spoiled","number":"h8155"}],"30":[{"text":"another","number":"h312"},{"text":"and spake","number":"h559"},{"text":"from him","number":"h681"},{"text":"after the same manner","number":"h1697"},{"text":"answered","number":"h1697"},{"text":"manner","number":"h1697"},{"text":"toward","number":"h4136"},{"text":"And he turned","number":"h5437"},{"text":"and the people","number":"h5971"},{"text":"after the former","number":"h7223"},{"text":"him again","number":"h7725"}],"24":[{"text":"And all the men","number":"h376"},{"text":"the man","number":"h376"},{"text":"afraid","number":"h3372"},{"text":"of Israel","number":"h3478"},{"text":"and were sore","number":"h3966"},{"text":"fled","number":"h5127"},{"text":"from him","number":"h6440"},{"text":"when they saw","number":"h7200"}],"4":[{"text":"a champion","number":"h376"},{"text":"cubits","number":"h520"},{"text":"whose height","number":"h1363"},{"text":"Goliath","number":"h1555"},{"text":"of Gath","number":"h1661"},{"text":"and a span","number":"h2239"},{"text":"And there went out","number":"h3318"},{"text":"out of the camp","number":"h4264"},{"text":"of the Philistines","number":"h6430"},{"text":"named","number":"h8034"},{"text":"was six","number":"h8337"}],"33":[{"text":"and he a man","number":"h376"},{"text":"said","number":"h559"},{"text":"to David","number":"h1732"},{"text":"Thou art not able","number":"h3201"},{"text":"to go","number":"h3212"},{"text":"to fight","number":"h3898"},{"text":"of war","number":"h4421"},{"text":"from his youth","number":"h5271"},{"text":"with him for thou art but a youth","number":"h5288"},{"text":"against this Philistine","number":"h6430"},{"text":"And Saul","number":"h7586"}],"12":[{"text":"and the man","number":"h376"},{"text":"of that Ephrathite","number":"h376"},{"text":"among men","number":"h582"},{"text":"went","number":"h935"},{"text":"of Bethlehemjudah","number":"h1035"},{"text":"sons","number":"h1121"},{"text":"was the son","number":"h1121"},{"text":"Now David","number":"h1732"},{"text":"for an old man","number":"h2204"},{"text":"in the days","number":"h3117"},{"text":"was Jesse","number":"h3448"},{"text":"of Saul","number":"h7586"},{"text":"whose name","number":"h8034"},{"text":"and he had eight","number":"h8083"}],"41":[{"text":"and the man","number":"h376"},{"text":"unto David","number":"h1732"},{"text":"on","number":"h1980"},{"text":"came","number":"h3212"},{"text":"that bare","number":"h5375"},{"text":"And the Philistine","number":"h6430"},{"text":"went before","number":"h6440"},{"text":"the shield","number":"h6793"},{"text":"and drew near","number":"h7131"}],"2":[{"text":"and the men","number":"h376"},{"text":"of Elah","number":"h425"},{"text":"were gathered together","number":"h622"},{"text":"and pitched","number":"h2583"},{"text":"of Israel","number":"h3478"},{"text":"and set the battle","number":"h4421"},{"text":"by the valley","number":"h6010"},{"text":"in array","number":"h6186"},{"text":"the Philistines","number":"h6430"},{"text":"against","number":"h7125"},{"text":"And Saul","number":"h7586"}],"19":[{"text":"and they and all the men","number":"h376"},{"text":"of Elah","number":"h425"},{"text":"of Israel","number":"h3478"},{"text":"fighting","number":"h3898"},{"text":"were in the valley","number":"h6010"},{"text":"with the Philistines","number":"h6430"},{"text":"Now Saul","number":"h7586"}],"10":[{"text":"me a man","number":"h376"},{"text":"said","number":"h559"},{"text":"I defy","number":"h2778"},{"text":"this day","number":"h3117"},{"text":"together","number":"h3162"},{"text":"of Israel","number":"h3478"},{"text":"that we may fight","number":"h3898"},{"text":"the armies","number":"h4634"},{"text":"give","number":"h5414"},{"text":"And the Philistine","number":"h6430"}],"23":[{"text":"the champion","number":"h376"},{"text":"according to the same","number":"h428"},{"text":"Goliath","number":"h1555"},{"text":"of Gath","number":"h1661"},{"text":"And as he talked","number":"h1696"},{"text":"and spake","number":"h1696"},{"text":"words","number":"h1697"},{"text":"and David","number":"h1732"},{"text":"out of the armies","number":"h4634"},{"text":"with them behold there came up","number":"h5927"},{"text":"of the Philistines","number":"h6430"},{"text":"the Philistine","number":"h6430"},{"text":"by name","number":"h8034"},{"text":"heard","number":"h8085"}],"26":[{"text":"to the man","number":"h376"},{"text":"God","number":"h430"},{"text":"by him saying","number":"h559"},{"text":"spake","number":"h559"},{"text":"to the men","number":"h582"},{"text":"And David","number":"h1732"},{"text":"this","number":"h1975"},{"text":"of the living","number":"h2416"},{"text":"that he should defy","number":"h2778"},{"text":"the reproach","number":"h2781"},{"text":"from Israel","number":"h3478"},{"text":"the armies","number":"h4634"},{"text":"that killeth","number":"h5221"},{"text":"and taketh away","number":"h5493"},{"text":"that stood","number":"h5975"},{"text":"for who is this uncircumcised","number":"h6189"},{"text":"What shall be done","number":"h6213"},{"text":"Philistine","number":"h6430"},{"text":"Philistine","number":"h6430"}],"27":[{"text":"to the man","number":"h376"},{"text":"answered","number":"h559"},{"text":"saying","number":"h559"},{"text":"him after this manner","number":"h1697"},{"text":"that killeth","number":"h5221"},{"text":"And the people","number":"h5971"},{"text":"So shall it be done","number":"h6213"}],"8":[{"text":"you a man","number":"h376"},{"text":"and said","number":"h559"},{"text":"choose","number":"h1262"},{"text":"unto them Why are ye come out","number":"h3318"},{"text":"for you and let him come down","number":"h3381"},{"text":"of Israel","number":"h3478"},{"text":"to set your battle","number":"h4421"},{"text":"unto the armies","number":"h4634"},{"text":"and ye servants","number":"h5650"},{"text":"And he stood","number":"h5975"},{"text":"in array","number":"h6186"},{"text":"am not I a Philistine","number":"h6430"},{"text":"and cried","number":"h7121"},{"text":"to Saul","number":"h7586"}],"46":[{"text":"a God","number":"h430"},{"text":"of the earth","number":"h776"},{"text":"that all the earth","number":"h776"},{"text":"and to the wild beasts","number":"h2416"},{"text":"thee into mine hand","number":"h3027"},{"text":"may know","number":"h3045"},{"text":"will the LORD","number":"h3068"},{"text":"This day","number":"h3117"},{"text":"this day","number":"h3117"},{"text":"that there is","number":"h3426"},{"text":"in Israel","number":"h3478"},{"text":"of the host","number":"h4264"},{"text":"and I will smite","number":"h5221"},{"text":"from thee and I will give","number":"h5414"},{"text":"deliver","number":"h5462"},{"text":"thee and take","number":"h5493"},{"text":"unto the fowls","number":"h5775"},{"text":"the carcases","number":"h6297"},{"text":"of the Philistines","number":"h6430"},{"text":"thine head","number":"h7218"},{"text":"of the air","number":"h8064"}],"43":[{"text":"by his gods","number":"h430"},{"text":"said","number":"h559"},{"text":"that thou comest","number":"h935"},{"text":"David","number":"h1732"},{"text":"unto David","number":"h1732"},{"text":"Am I a dog","number":"h3611"},{"text":"to me with staves","number":"h4731"},{"text":"And the Philistine","number":"h6430"},{"text":"And the Philistine","number":"h6430"},{"text":"cursed","number":"h7043"}],"45":[{"text":"the God","number":"h430"},{"text":"Then said","number":"h559"},{"text":"Thou comest","number":"h935"},{"text":"but I come","number":"h935"},{"text":"David","number":"h1732"},{"text":"and with a spear","number":"h2595"},{"text":"to me with a sword","number":"h2719"},{"text":"whom thou hast defied","number":"h2778"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"and with a shield","number":"h3591"},{"text":"of the armies","number":"h4634"},{"text":"to the Philistine","number":"h6430"},{"text":"of hosts","number":"h6635"},{"text":"to thee in the name","number":"h8034"}],"5":[{"text":"thousand","number":"h505"},{"text":"was five","number":"h2568"},{"text":"And he had an helmet","number":"h3553"},{"text":"and he was armed","number":"h3847"},{"text":"and the weight","number":"h4948"},{"text":"of brass","number":"h5178"},{"text":"of brass","number":"h5178"},{"text":"of mail","number":"h7193"},{"text":"upon his head","number":"h7218"},{"text":"shekels","number":"h8255"},{"text":"of the coat","number":"h8302"},{"text":"with a coat","number":"h8302"}],"58":[{"text":"answered","number":"h559"},{"text":"said","number":"h559"},{"text":"the Bethlehemite","number":"h1022"},{"text":"I am the son","number":"h1121"},{"text":"to him Whose son","number":"h1121"},{"text":"And David","number":"h1732"},{"text":"Jesse","number":"h3448"},{"text":"art thou thou young man","number":"h5288"},{"text":"of thy servant","number":"h5650"},{"text":"And Saul","number":"h7586"}],"29":[{"text":"said","number":"h559"},{"text":"Is there not a cause","number":"h1697"},{"text":"And David","number":"h1732"},{"text":"What have I now done","number":"h6213"}],"37":[{"text":"said","number":"h559"},{"text":"said","number":"h559"},{"text":"of the lion","number":"h738"},{"text":"of the bear","number":"h1677"},{"text":"David","number":"h1732"},{"text":"unto David","number":"h1732"},{"text":"and out of the paw","number":"h3027"},{"text":"me out of the hand","number":"h3027"},{"text":"me out of the paw","number":"h3027"},{"text":"and the LORD","number":"h3068"},{"text":"moreover The LORD","number":"h3068"},{"text":"Go","number":"h3212"},{"text":"he will deliver","number":"h5337"},{"text":"that delivered","number":"h5337"},{"text":"of this Philistine","number":"h6430"},{"text":"And Saul","number":"h7586"}],"39":[{"text":"said","number":"h559"},{"text":"And David","number":"h1732"},{"text":"it And David","number":"h1732"},{"text":"them And David","number":"h1732"},{"text":"girded","number":"h2296"},{"text":"his sword","number":"h2719"},{"text":"and he assayed","number":"h2974"},{"text":"I cannot","number":"h3201"},{"text":"go","number":"h3212"},{"text":"to go","number":"h3212"},{"text":"upon his armour","number":"h4055"},{"text":"for he had not proved","number":"h5254"},{"text":"with these for I have not proved","number":"h5254"},{"text":"put","number":"h5493"},{"text":"unto Saul","number":"h7586"}],"44":[{"text":"said","number":"h559"},{"text":"and to the beasts","number":"h929"},{"text":"thy flesh","number":"h1320"},{"text":"to David","number":"h1732"},{"text":"Come","number":"h3212"},{"text":"to me and I will give","number":"h5414"},{"text":"unto the fowls","number":"h5775"},{"text":"And the Philistine","number":"h6430"},{"text":"of the field","number":"h7704"},{"text":"of the air","number":"h8064"}],"56":[{"text":"said","number":"h559"},{"text":"thou whose son","number":"h1121"},{"text":"And the king","number":"h4428"},{"text":"the stripling","number":"h5958"},{"text":"Enquire","number":"h7592"}],"52":[{"text":"And the men","number":"h582"},{"text":"until thou come","number":"h935"},{"text":"to the valley","number":"h1516"},{"text":"even unto Gath","number":"h1661"},{"text":"by the way","number":"h1870"},{"text":"And the wounded","number":"h2491"},{"text":"and of Judah","number":"h3063"},{"text":"of Israel","number":"h3478"},{"text":"fell down","number":"h5307"},{"text":"and unto Ekron","number":"h6138"},{"text":"of Ekron","number":"h6138"},{"text":"of the Philistines","number":"h6430"},{"text":"the Philistines","number":"h6430"},{"text":"arose","number":"h6965"},{"text":"and pursued","number":"h7291"},{"text":"and shouted","number":"h7321"},{"text":"and to the gates","number":"h8179"},{"text":"to Shaaraim","number":"h8189"}],"1":[{"text":"and were gathered together","number":"h622"},{"text":"gathered together","number":"h622"},{"text":"in Ephesdammim","number":"h658"},{"text":"and pitched","number":"h2583"},{"text":"which belongeth to Judah","number":"h3063"},{"text":"their armies","number":"h4264"},{"text":"to battle","number":"h4421"},{"text":"and Azekah","number":"h5825"},{"text":"Now the Philistines","number":"h6430"},{"text":"at Shochoh","number":"h7755"},{"text":"between Shochoh","number":"h7755"}],"16":[{"text":"himself forty","number":"h705"},{"text":"days","number":"h3117"},{"text":"and presented","number":"h3320"},{"text":"drew near","number":"h5066"},{"text":"and evening","number":"h6150"},{"text":"And the Philistine","number":"h6430"},{"text":"morning","number":"h7925"}],"7":[{"text":"was like a weaver's","number":"h707"},{"text":"of iron","number":"h1270"},{"text":"went","number":"h1980"},{"text":"and his spear's","number":"h2595"},{"text":"of his spear","number":"h2595"},{"text":"head","number":"h3852"},{"text":"hundred","number":"h3967"},{"text":"beam","number":"h4500"},{"text":"and one bearing","number":"h5375"},{"text":"And the staff","number":"h6086"},{"text":"before","number":"h6440"},{"text":"a shield","number":"h6793"},{"text":"shekels","number":"h8255"},{"text":"weighed six","number":"h8337"}],"20":[{"text":"him and he came","number":"h935"},{"text":"in the morning","number":"h1242"},{"text":"And David","number":"h1732"},{"text":"as the host","number":"h2428"},{"text":"and went","number":"h3212"},{"text":"was going forth","number":"h3318"},{"text":"as Jesse","number":"h3448"},{"text":"for the battle","number":"h4421"},{"text":"to the trench","number":"h4570"},{"text":"to the fight","number":"h4634"},{"text":"and left","number":"h5203"},{"text":"and took","number":"h5375"},{"text":"the sheep","number":"h6629"},{"text":"had commanded","number":"h6680"},{"text":"and shouted","number":"h7321"},{"text":"rose up early","number":"h7925"},{"text":"with a keeper","number":"h8104"}],"51":[{"text":"their champion","number":"h1368"},{"text":"Therefore David","number":"h1732"},{"text":"his sword","number":"h2719"},{"text":"him and cut off","number":"h3772"},{"text":"and took","number":"h3947"},{"text":"thereof and slew","number":"h4191"},{"text":"was dead","number":"h4191"},{"text":"they fled","number":"h5127"},{"text":"and stood","number":"h5975"},{"text":"therewith And when the Philistines","number":"h6430"},{"text":"upon the Philistine","number":"h6430"},{"text":"saw","number":"h7200"},{"text":"his head","number":"h7218"},{"text":"ran","number":"h7323"},{"text":"and drew","number":"h8025"},{"text":"it out of the sheath","number":"h8593"}],"14":[{"text":"eldest","number":"h1419"},{"text":"And David","number":"h1732"},{"text":"followed","number":"h1980"},{"text":"was the youngest","number":"h6996"},{"text":"Saul","number":"h7586"},{"text":"and the three","number":"h7969"}],"3":[{"text":"on the other side and there was a valley","number":"h1516"},{"text":"on a mountain","number":"h2022"},{"text":"on a mountain","number":"h2022"},{"text":"on the one side and Israel","number":"h3478"},{"text":"stood","number":"h5975"},{"text":"stood","number":"h5975"},{"text":"And the Philistines","number":"h6430"}],"31":[{"text":"spake","number":"h1696"},{"text":"And when the words","number":"h1697"},{"text":"which David","number":"h1732"},{"text":"and he sent","number":"h3947"},{"text":"they rehearsed","number":"h5046"},{"text":"them before","number":"h6440"},{"text":"Saul","number":"h7586"},{"text":"were heard","number":"h8085"}],"11":[{"text":"those words","number":"h1697"},{"text":"they were dismayed","number":"h2865"},{"text":"afraid","number":"h3372"},{"text":"and all Israel","number":"h3478"},{"text":"and greatly","number":"h3966"},{"text":"of the Philistine","number":"h6430"},{"text":"When Saul","number":"h7586"},{"text":"heard","number":"h8085"}],"38":[{"text":"David","number":"h1732"},{"text":"also he armed","number":"h3847"},{"text":"armed","number":"h3847"},{"text":"with his armour","number":"h4055"},{"text":"of brass","number":"h5178"},{"text":"and he put","number":"h5414"},{"text":"an helmet","number":"h6959"},{"text":"upon his head","number":"h7218"},{"text":"And Saul","number":"h7586"},{"text":"him with a coat of mail","number":"h8302"}],"48":[{"text":"David","number":"h1732"},{"text":"that David","number":"h1732"},{"text":"and came","number":"h3212"},{"text":"hasted","number":"h4116"},{"text":"toward the army","number":"h4634"},{"text":"And it came to pass when the Philistine","number":"h6430"},{"text":"the Philistine","number":"h6430"},{"text":"arose","number":"h6965"},{"text":"to meet","number":"h7125"},{"text":"to meet","number":"h7125"},{"text":"and drew nigh","number":"h7126"},{"text":"and ran","number":"h7323"}],"47":[{"text":"and spear","number":"h2595"},{"text":"not with sword","number":"h2719"},{"text":"you into our hands","number":"h3027"},{"text":"shall know","number":"h3045"},{"text":"is the LORD'S","number":"h3068"},{"text":"that the LORD","number":"h3068"},{"text":"saveth","number":"h3467"},{"text":"for the battle","number":"h4421"},{"text":"and he will give","number":"h5414"},{"text":"And all this assembly","number":"h6951"}],"9":[{"text":"If he be able","number":"h3201"},{"text":"but if I prevail","number":"h3201"},{"text":"to fight","number":"h3898"},{"text":"against him and kill","number":"h5221"},{"text":"with me and to kill","number":"h5221"},{"text":"and serve","number":"h5647"},{"text":"him then shall ye be our servants","number":"h5650"},{"text":"me then will we be your servants","number":"h5650"}],"21":[{"text":"For Israel","number":"h3478"},{"text":"army","number":"h4634"},{"text":"army","number":"h4634"},{"text":"had put the battle in array","number":"h6186"},{"text":"and the Philistines","number":"h6430"},{"text":"against","number":"h7125"}],"6":[{"text":"and a target","number":"h3591"},{"text":"between his shoulders","number":"h3802"},{"text":"And he had greaves","number":"h4697"},{"text":"of brass","number":"h5178"},{"text":"of brass","number":"h5178"},{"text":"upon his legs","number":"h7272"}]}
@@ -0,0 +1 @@
1
+ {"18":[{"text":"or my father's","number":"h1"},{"text":"said","number":"h559"},{"text":"And David","number":"h1732"},{"text":"Who am I and what is my life","number":"h2416"},{"text":"that I should be son in law","number":"h2860"},{"text":"in Israel","number":"h3478"},{"text":"to the king","number":"h4428"},{"text":"family","number":"h4940"},{"text":"unto Saul","number":"h7586"}],"2":[{"text":"to his father's","number":"h1"},{"text":"house","number":"h1004"},{"text":"him that day","number":"h3117"},{"text":"took","number":"h3947"},{"text":"and would let","number":"h5414"},{"text":"And Saul","number":"h7586"},{"text":"him go no more home","number":"h7725"}],"22":[{"text":"love","number":"h157"},{"text":"and say","number":"h559"},{"text":"saying Commune","number":"h1696"},{"text":"with David","number":"h1732"},{"text":"hath delight","number":"h2654"},{"text":"son in law","number":"h2859"},{"text":"secretly","number":"h3909"},{"text":"Behold the king","number":"h4428"},{"text":"thee now therefore be the king's","number":"h4428"},{"text":"his servants","number":"h5650"},{"text":"in thee and all his servants","number":"h5650"},{"text":"commanded","number":"h6680"},{"text":"And Saul","number":"h7586"}],"1":[{"text":"loved","number":"h157"},{"text":"of speaking","number":"h1696"},{"text":"of David","number":"h1732"},{"text":"and Jonathan","number":"h3083"},{"text":"of Jonathan","number":"h3083"},{"text":"And it came to pass when he had made an end","number":"h3615"},{"text":"him as his own soul","number":"h5315"},{"text":"that the soul","number":"h5315"},{"text":"with the soul","number":"h5315"},{"text":"was knit","number":"h7194"},{"text":"unto Saul","number":"h7586"}],"16":[{"text":"loved","number":"h157"},{"text":"and came in","number":"h935"},{"text":"David","number":"h1732"},{"text":"and Judah","number":"h3063"},{"text":"because he went out","number":"h3318"},{"text":"But all Israel","number":"h3478"},{"text":"before","number":"h6440"}],"20":[{"text":"loved","number":"h157"},{"text":"daughter","number":"h1323"},{"text":"and the thing","number":"h1697"},{"text":"David","number":"h1732"},{"text":"pleased","number":"h3474"},{"text":"And Michal","number":"h4324"},{"text":"and they told","number":"h5046"},{"text":"Saul","number":"h7586"},{"text":"Saul's","number":"h7586"}],"28":[{"text":"loved","number":"h157"},{"text":"daughter","number":"h1323"},{"text":"was with David","number":"h1732"},{"text":"and knew","number":"h3045"},{"text":"that the LORD","number":"h3068"},{"text":"and that Michal","number":"h4324"},{"text":"saw","number":"h7200"},{"text":"And Saul","number":"h7586"},{"text":"Saul's","number":"h7586"}],"3":[{"text":"because he loved","number":"h160"},{"text":"a covenant","number":"h1285"},{"text":"and David","number":"h1732"},{"text":"Then Jonathan","number":"h3083"},{"text":"made","number":"h3772"},{"text":"him as his own soul","number":"h5315"}],"23":[{"text":"in the ears","number":"h241"},{"text":"man","number":"h376"},{"text":"said","number":"h559"},{"text":"spake","number":"h1696"},{"text":"those words","number":"h1697"},{"text":"And David","number":"h1732"},{"text":"of David","number":"h1732"},{"text":"son in law","number":"h2859"},{"text":"thing to be a king's","number":"h4428"},{"text":"servants","number":"h5650"},{"text":"Seemeth","number":"h5869"},{"text":"and lightly esteemed","number":"h7034"},{"text":"it to you a light","number":"h7043"},{"text":"seeing that I am a poor","number":"h7326"},{"text":"And Saul's","number":"h7586"}],"25":[{"text":"enemies","number":"h341"},{"text":"Thus shall ye say","number":"h559"},{"text":"said","number":"h559"},{"text":"to David","number":"h1732"},{"text":"to make David","number":"h1732"},{"text":"desireth","number":"h2656"},{"text":"thought","number":"h2803"},{"text":"by the hand","number":"h3027"},{"text":"but an hundred","number":"h3967"},{"text":"not any dowry","number":"h4119"},{"text":"The king","number":"h4428"},{"text":"of the king's","number":"h4428"},{"text":"fall","number":"h5307"},{"text":"to be avenged","number":"h5358"},{"text":"foreskins","number":"h6190"},{"text":"of the Philistines","number":"h6430"},{"text":"of the Philistines","number":"h6430"},{"text":"And Saul","number":"h7586"},{"text":"But Saul","number":"h7586"}],"29":[{"text":"enemy","number":"h341"},{"text":"David","number":"h1732"},{"text":"became David's","number":"h1732"},{"text":"continually","number":"h3117"},{"text":"was yet the more","number":"h3254"},{"text":"afraid","number":"h3372"},{"text":"of","number":"h6440"},{"text":"And Saul","number":"h7586"},{"text":"and Saul","number":"h7586"}],"27":[{"text":"men","number":"h376"},{"text":"he and his men","number":"h582"},{"text":"to wife","number":"h802"},{"text":"brought","number":"h935"},{"text":"his daughter","number":"h1323"},{"text":"Wherefore David","number":"h1732"},{"text":"and David","number":"h1732"},{"text":"son in law","number":"h2859"},{"text":"and went","number":"h3212"},{"text":"two hundred","number":"h3967"},{"text":"him Michal","number":"h4324"},{"text":"and they gave them in full tale","number":"h4390"},{"text":"that he might be the king's","number":"h4428"},{"text":"to the king","number":"h4428"},{"text":"and slew","number":"h5221"},{"text":"gave","number":"h5414"},{"text":"their foreskins","number":"h6190"},{"text":"of the Philistines","number":"h6430"},{"text":"arose","number":"h6965"},{"text":"And Saul","number":"h7586"}],"10":[{"text":"from God","number":"h430"},{"text":"of the house","number":"h1004"},{"text":"and David","number":"h1732"},{"text":"and there was a javelin","number":"h2595"},{"text":"hand","number":"h3027"},{"text":"with his hand","number":"h3027"},{"text":"as at other times","number":"h3117"},{"text":"And it came to pass on the morrow","number":"h4283"},{"text":"and he prophesied","number":"h5012"},{"text":"played","number":"h5059"},{"text":"came","number":"h6743"},{"text":"spirit","number":"h7307"},{"text":"that the evil","number":"h7451"},{"text":"in Saul's","number":"h7586"},{"text":"upon Saul","number":"h7586"},{"text":"in the midst","number":"h8432"}],"8":[{"text":"but thousands","number":"h505"},{"text":"him and he said","number":"h559"},{"text":"and the saying","number":"h1697"},{"text":"unto David","number":"h1732"},{"text":"wroth","number":"h2734"},{"text":"displeased","number":"h3415"},{"text":"was very","number":"h3966"},{"text":"and what can he have more but the kingdom","number":"h4410"},{"text":"They have ascribed","number":"h5414"},{"text":"and to me they have ascribed","number":"h5414"},{"text":"ten thousands","number":"h7233"},{"text":"And Saul","number":"h7586"}],"7":[{"text":"his thousands","number":"h505"},{"text":"and said","number":"h559"},{"text":"And the women","number":"h802"},{"text":"and David","number":"h1732"},{"text":"hath slain","number":"h5221"},{"text":"answered","number":"h6030"},{"text":"his ten thousands","number":"h7233"},{"text":"Saul","number":"h7586"},{"text":"one another as they played","number":"h7832"}],"13":[{"text":"over a thousand","number":"h505"},{"text":"and came in","number":"h935"},{"text":"and he went out","number":"h3318"},{"text":"removed","number":"h5493"},{"text":"the people","number":"h5971"},{"text":"before","number":"h6440"},{"text":"Therefore Saul","number":"h7586"},{"text":"him from him and made","number":"h7760"},{"text":"him his captain","number":"h8269"}],"11":[{"text":"for he said","number":"h559"},{"text":"David","number":"h1732"},{"text":"with it And David","number":"h1732"},{"text":"the javelin","number":"h2595"},{"text":"cast","number":"h2904"},{"text":"I will smite","number":"h5221"},{"text":"avoided out","number":"h5437"},{"text":"of his presence","number":"h6440"},{"text":"twice","number":"h6471"},{"text":"even to the wall","number":"h7023"},{"text":"And Saul","number":"h7586"}],"24":[{"text":"him saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"On this manner","number":"h1697"},{"text":"David","number":"h1732"},{"text":"told","number":"h5046"},{"text":"And the servants","number":"h5650"},{"text":"of Saul","number":"h7586"}],"17":[{"text":"said","number":"h559"},{"text":"said","number":"h559"},{"text":"thee to wife","number":"h802"},{"text":"only be thou valiant","number":"h1121"},{"text":"daughter","number":"h1323"},{"text":"Behold my elder","number":"h1419"},{"text":"to David","number":"h1732"},{"text":"Let not mine hand","number":"h3027"},{"text":"be upon him but let the hand","number":"h3027"},{"text":"the LORD'S","number":"h3068"},{"text":"for me and fight","number":"h3898"},{"text":"battles","number":"h4421"},{"text":"Merab","number":"h4764"},{"text":"her will I give","number":"h5414"},{"text":"of the Philistines","number":"h6430"},{"text":"And Saul","number":"h7586"},{"text":"For Saul","number":"h7586"}],"21":[{"text":"said","number":"h559"},{"text":"said","number":"h559"},{"text":"to David","number":"h1732"},{"text":"be my son in law","number":"h2859"},{"text":"to him and that the hand","number":"h3027"},{"text":"Thou shalt this day","number":"h3117"},{"text":"him her that she may be a snare","number":"h4170"},{"text":"I will give","number":"h5414"},{"text":"of the Philistines","number":"h6430"},{"text":"And Saul","number":"h7586"},{"text":"may be against him Wherefore Saul","number":"h7586"},{"text":"in the one of the twain","number":"h8147"}],"5":[{"text":"him over the men","number":"h582"},{"text":"And David","number":"h1732"},{"text":"and he was accepted","number":"h3190"},{"text":"went out","number":"h3318"},{"text":"of war","number":"h4421"},{"text":"servants","number":"h5650"},{"text":"and also in the sight","number":"h5869"},{"text":"in the sight","number":"h5869"},{"text":"of all the people","number":"h5971"},{"text":"and Saul","number":"h7586"},{"text":"of Saul's","number":"h7586"},{"text":"whithersoever Saul","number":"h7586"},{"text":"set","number":"h7760"},{"text":"him and behaved himself wisely","number":"h7919"},{"text":"sent","number":"h7971"}],"6":[{"text":"that the women","number":"h802"},{"text":"And it came to pass as they came","number":"h935"},{"text":"when David","number":"h1732"},{"text":"came out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"and dancing","number":"h4246"},{"text":"king","number":"h4428"},{"text":"from the slaughter","number":"h5221"},{"text":"of all cities","number":"h5892"},{"text":"of the Philistine","number":"h6430"},{"text":"to meet","number":"h7125"},{"text":"Saul","number":"h7586"},{"text":"was returned","number":"h7725"},{"text":"singing","number":"h7891"},{"text":"and with instruments","number":"h7991"},{"text":"with joy","number":"h8057"},{"text":"with tabrets","number":"h8596"}],"19":[{"text":"to wife","number":"h802"},{"text":"daughter","number":"h1323"},{"text":"to David","number":"h1732"},{"text":"the Meholathite","number":"h4259"},{"text":"when Merab","number":"h4764"},{"text":"should have been given","number":"h5414"},{"text":"that she was given","number":"h5414"},{"text":"unto Adriel","number":"h5741"},{"text":"But it came to pass at the time","number":"h6256"},{"text":"Saul's","number":"h7586"}],"15":[{"text":"he was afraid","number":"h1481"},{"text":"himself very","number":"h3966"},{"text":"of","number":"h6440"},{"text":"saw","number":"h7200"},{"text":"Wherefore when Saul","number":"h7586"},{"text":"that he behaved","number":"h7919"},{"text":"wisely","number":"h7919"}],"26":[{"text":"these words","number":"h1697"},{"text":"David","number":"h1732"},{"text":"David","number":"h1732"},{"text":"son in law","number":"h2859"},{"text":"and the days","number":"h3117"},{"text":"it pleased","number":"h3474"},{"text":"were not expired","number":"h4390"},{"text":"well to be the king's","number":"h4428"},{"text":"told","number":"h5046"},{"text":"And when his servants","number":"h5650"}],"14":[{"text":"And David","number":"h1732"},{"text":"in all his ways","number":"h1870"},{"text":"and the LORD","number":"h3068"},{"text":"behaved himself wisely","number":"h7919"}],"12":[{"text":"David","number":"h1732"},{"text":"because the LORD","number":"h3068"},{"text":"was afraid","number":"h3372"},{"text":"was with him and was departed","number":"h5493"},{"text":"of","number":"h6440"},{"text":"And Saul","number":"h7586"},{"text":"from Saul","number":"h7586"}],"9":[{"text":"David","number":"h1732"},{"text":"and forward","number":"h1973"},{"text":"from that day","number":"h3117"},{"text":"eyed","number":"h5770"},{"text":"And Saul","number":"h7586"}],"4":[{"text":"it to David","number":"h1732"},{"text":"and to his girdle","number":"h2289"},{"text":"even to his sword","number":"h2719"},{"text":"And Jonathan","number":"h3083"},{"text":"and his garments","number":"h4055"},{"text":"himself of the robe","number":"h4598"},{"text":"that was upon him and gave","number":"h5414"},{"text":"stripped","number":"h6584"},{"text":"and to his bow","number":"h7198"}],"30":[{"text":"that David","number":"h1732"},{"text":"and it came to pass after","number":"h1767"},{"text":"they went forth","number":"h3318"},{"text":"went forth","number":"h3318"},{"text":"set by","number":"h3365"},{"text":"was much","number":"h3966"},{"text":"than all the servants","number":"h5650"},{"text":"of the Philistines","number":"h6430"},{"text":"of Saul","number":"h7586"},{"text":"behaved himself more wisely","number":"h7919"},{"text":"so that his name","number":"h8034"},{"text":"Then the princes","number":"h8269"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"his father","number":"h1"},{"text":"and said","number":"h559"},{"text":"spake","number":"h1696"},{"text":"against David","number":"h1732"},{"text":"of David","number":"h1732"},{"text":"because he hath not sinned","number":"h2398"},{"text":"sin","number":"h2398"},{"text":"good","number":"h2896"},{"text":"good","number":"h2896"},{"text":"And Jonathan","number":"h3083"},{"text":"have been to thee-ward very","number":"h3966"},{"text":"unto him Let not the king","number":"h4428"},{"text":"against thee and because his works","number":"h4639"},{"text":"against his servant","number":"h5650"},{"text":"unto Saul","number":"h7586"}],"2":[{"text":"my father","number":"h1"},{"text":"saying","number":"h559"},{"text":"son","number":"h1121"},{"text":"to thyself until the morning","number":"h1242"},{"text":"seeketh","number":"h1245"},{"text":"David","number":"h1732"},{"text":"in David","number":"h1732"},{"text":"place and hide","number":"h2244"},{"text":"delighted","number":"h2654"},{"text":"But Jonathan","number":"h3083"},{"text":"and Jonathan","number":"h3083"},{"text":"and abide","number":"h3427"},{"text":"much","number":"h3966"},{"text":"to kill","number":"h4191"},{"text":"told","number":"h5046"},{"text":"in a secret","number":"h5643"},{"text":"Saul","number":"h7586"},{"text":"Saul's","number":"h7586"},{"text":"thee now therefore I pray thee take heed","number":"h8104"}],"3":[{"text":"my father","number":"h1"},{"text":"with my father","number":"h1"},{"text":"where thou art and I will commune","number":"h1696"},{"text":"beside","number":"h3027"},{"text":"And I will go out","number":"h3318"},{"text":"of thee and what","number":"h4100"},{"text":"that I will tell","number":"h5046"},{"text":"and stand","number":"h5975"},{"text":"I see","number":"h7200"},{"text":"in the field","number":"h7704"}],"21":[{"text":"other","number":"h312"},{"text":"again","number":"h3254"},{"text":"messengers","number":"h4397"},{"text":"messengers","number":"h4397"},{"text":"and they prophesied","number":"h5012"},{"text":"time and they prophesied","number":"h5012"},{"text":"And when it was told","number":"h5046"},{"text":"Saul","number":"h7586"},{"text":"likewise And Saul","number":"h7586"},{"text":"he sent","number":"h7971"},{"text":"sent","number":"h7971"},{"text":"the third","number":"h7992"}],"17":[{"text":"mine enemy","number":"h341"},{"text":"He said","number":"h559"},{"text":"answered","number":"h559"},{"text":"said","number":"h559"},{"text":"why should I kill","number":"h4191"},{"text":"And Michal","number":"h4324"},{"text":"unto Michal","number":"h4324"},{"text":"that he is escaped","number":"h4422"},{"text":"Why hast thou deceived me so","number":"h7411"},{"text":"And Saul","number":"h7586"},{"text":"Saul","number":"h7586"},{"text":"and sent away","number":"h7971"},{"text":"unto me Let me go","number":"h7971"}],"22":[{"text":"Where","number":"h375"},{"text":"And one said","number":"h559"},{"text":"and said","number":"h559"},{"text":"and came","number":"h935"},{"text":"well","number":"h953"},{"text":"to a great","number":"h1419"},{"text":"and David","number":"h1732"},{"text":"Then went","number":"h3212"},{"text":"Behold they be at Naioth","number":"h5121"},{"text":"he also to Ramah","number":"h7414"},{"text":"in Ramah","number":"h7414"},{"text":"and he asked","number":"h7592"},{"text":"that is in Sechu","number":"h7906"},{"text":"are Samuel","number":"h8050"}],"20":[{"text":"of God","number":"h430"},{"text":"David","number":"h1732"},{"text":"the company","number":"h3862"},{"text":"to take","number":"h3947"},{"text":"messengers","number":"h4397"},{"text":"was upon the messengers","number":"h4397"},{"text":"and they also prophesied","number":"h5012"},{"text":"prophesying","number":"h5012"},{"text":"of the prophets","number":"h5030"},{"text":"as appointed","number":"h5324"},{"text":"standing","number":"h5975"},{"text":"and when they saw","number":"h7200"},{"text":"over them the Spirit","number":"h7307"},{"text":"And Saul","number":"h7586"},{"text":"of Saul","number":"h7586"},{"text":"sent","number":"h7971"},{"text":"and Samuel","number":"h8050"}],"23":[{"text":"of God","number":"h430"},{"text":"until he came","number":"h935"},{"text":"on","number":"h1980"},{"text":"And he went","number":"h3212"},{"text":"was upon him also and he went","number":"h3212"},{"text":"and prophesied","number":"h5012"},{"text":"thither to Naioth","number":"h5121"},{"text":"to Naioth","number":"h5121"},{"text":"and the Spirit","number":"h7307"},{"text":"in Ramah","number":"h7414"},{"text":"in Ramah","number":"h7414"}],"6":[{"text":"he shall not","number":"h518"},{"text":"liveth","number":"h2416"},{"text":"As the LORD","number":"h3068"},{"text":"of Jonathan","number":"h3083"},{"text":"be slain","number":"h4191"},{"text":"unto the voice","number":"h6963"},{"text":"And Saul","number":"h7586"},{"text":"and Saul","number":"h7586"},{"text":"sware","number":"h7650"},{"text":"hearkened","number":"h8085"}],"24":[{"text":"Wherefore they say","number":"h559"},{"text":"his clothes","number":"h899"},{"text":"also","number":"h1571"},{"text":"all that day","number":"h3117"},{"text":"and all that night","number":"h3915"},{"text":"and prophesied","number":"h5012"},{"text":"also among the prophets","number":"h5030"},{"text":"in like manner and lay down","number":"h5307"},{"text":"naked","number":"h6174"},{"text":"before","number":"h6440"},{"text":"And he stripped off","number":"h6584"},{"text":"Is Saul","number":"h7586"},{"text":"Samuel","number":"h8050"}],"11":[{"text":"him saying","number":"h559"},{"text":"wife","number":"h802"},{"text":"house","number":"h1004"},{"text":"him in the morning","number":"h1242"},{"text":"David's","number":"h1732"},{"text":"unto David's","number":"h1732"},{"text":"to night","number":"h3915"},{"text":"him and to slay","number":"h4191"},{"text":"thou shalt be slain","number":"h4191"},{"text":"to morrow","number":"h4279"},{"text":"and Michal","number":"h4324"},{"text":"messengers","number":"h4397"},{"text":"If thou save","number":"h4422"},{"text":"told","number":"h5046"},{"text":"not thy life","number":"h5315"},{"text":"Saul","number":"h7586"},{"text":"also sent","number":"h7971"},{"text":"to watch","number":"h8104"}],"15":[{"text":"saying","number":"h559"},{"text":"David","number":"h1732"},{"text":"that I may slay","number":"h4191"},{"text":"to me in the bed","number":"h4296"},{"text":"the messengers","number":"h4397"},{"text":"Bring him up","number":"h5927"},{"text":"again to see","number":"h7200"},{"text":"And Saul","number":"h7586"},{"text":"sent","number":"h7971"}],"19":[{"text":"saying","number":"h559"},{"text":"Behold David","number":"h1732"},{"text":"And it was told","number":"h5046"},{"text":"is at Naioth","number":"h5121"},{"text":"in Ramah","number":"h7414"},{"text":"Saul","number":"h7586"}],"14":[{"text":"she said","number":"h559"},{"text":"David","number":"h1732"},{"text":"He is sick","number":"h2470"},{"text":"to take","number":"h3947"},{"text":"messengers","number":"h4397"},{"text":"And when Saul","number":"h7586"},{"text":"sent","number":"h7971"}],"7":[{"text":"as in times past","number":"h865"},{"text":"brought","number":"h935"},{"text":"him all those things","number":"h1697"},{"text":"David","number":"h1732"},{"text":"David","number":"h1732"},{"text":"And Jonathan","number":"h3083"},{"text":"And Jonathan","number":"h3083"},{"text":"and Jonathan","number":"h3083"},{"text":"shewed","number":"h5046"},{"text":"and he was in his presence","number":"h6440"},{"text":"called","number":"h7121"},{"text":"to Saul","number":"h7586"}],"13":[{"text":"it with a cloth","number":"h899"},{"text":"a pillow","number":"h3523"},{"text":"and covered","number":"h3680"},{"text":"took","number":"h3947"},{"text":"it in the bed","number":"h4296"},{"text":"And Michal","number":"h4324"},{"text":"hair for his bolster","number":"h4763"},{"text":"of goats","number":"h5795"},{"text":"and laid","number":"h7760"},{"text":"and put","number":"h7760"},{"text":"an image","number":"h8655"}],"18":[{"text":"and came","number":"h935"},{"text":"fled","number":"h1272"},{"text":"So David","number":"h1732"},{"text":"went","number":"h3212"},{"text":"and dwelt","number":"h3427"},{"text":"and escaped","number":"h4422"},{"text":"and told","number":"h5046"},{"text":"in Naioth","number":"h5121"},{"text":"had done","number":"h6213"},{"text":"to Ramah","number":"h7414"},{"text":"him all that Saul","number":"h7586"},{"text":"to Samuel","number":"h8050"},{"text":"to him And he and Samuel","number":"h8050"}],"16":[{"text":"were come in","number":"h935"},{"text":"with a pillow","number":"h3523"},{"text":"in the bed","number":"h4296"},{"text":"And when the messengers","number":"h4397"},{"text":"hair for his bolster","number":"h4763"},{"text":"of goats","number":"h5795"},{"text":"behold there was an image","number":"h8655"}],"9":[{"text":"in his house","number":"h1004"},{"text":"and David","number":"h1732"},{"text":"with his javelin","number":"h2595"},{"text":"in his hand","number":"h3027"},{"text":"with his hand","number":"h3027"},{"text":"from the LORD","number":"h3068"},{"text":"as he sat","number":"h3427"},{"text":"played","number":"h5059"},{"text":"spirit","number":"h7307"},{"text":"And the evil","number":"h7451"},{"text":"was upon Saul","number":"h7586"}],"1":[{"text":"his son","number":"h1121"},{"text":"spake","number":"h1696"},{"text":"David","number":"h1732"},{"text":"to Jonathan","number":"h3129"},{"text":"that they should kill","number":"h4191"},{"text":"and to all his servants","number":"h5650"},{"text":"And Saul","number":"h7586"}],"10":[{"text":"sought","number":"h1245"},{"text":"David","number":"h1732"},{"text":"and David","number":"h1732"},{"text":"the javelin","number":"h2595"},{"text":"with the javelin","number":"h2595"},{"text":"that night","number":"h3915"},{"text":"and escaped","number":"h4422"},{"text":"fled","number":"h5127"},{"text":"and he smote","number":"h5221"},{"text":"to smite","number":"h5221"},{"text":"but he slipped away","number":"h6362"},{"text":"presence","number":"h6440"},{"text":"even to the wall","number":"h7023"},{"text":"into the wall","number":"h7023"},{"text":"And Saul","number":"h7586"},{"text":"out of Saul's","number":"h7586"}],"12":[{"text":"and fled","number":"h1272"},{"text":"David","number":"h1732"},{"text":"through a window","number":"h2474"},{"text":"and he went","number":"h3212"},{"text":"down","number":"h3381"},{"text":"let","number":"h3381"},{"text":"So Michal","number":"h4324"},{"text":"and escaped","number":"h4422"}],"5":[{"text":"a great","number":"h1419"},{"text":"David","number":"h1732"},{"text":"blood","number":"h1818"},{"text":"wherefore then wilt thou sin","number":"h2398"},{"text":"without a cause","number":"h2600"},{"text":"and the LORD","number":"h3068"},{"text":"for all Israel","number":"h3478"},{"text":"in his hand","number":"h3709"},{"text":"to slay","number":"h4191"},{"text":"and slew","number":"h5221"},{"text":"his life","number":"h5315"},{"text":"against innocent","number":"h5355"},{"text":"wrought","number":"h6213"},{"text":"the Philistine","number":"h6430"},{"text":"thou sawest","number":"h7200"},{"text":"For he did put","number":"h7760"},{"text":"it and didst rejoice","number":"h8055"},{"text":"salvation","number":"h8668"}],"8":[{"text":"them with a great","number":"h1419"},{"text":"and David","number":"h1732"},{"text":"again","number":"h3254"},{"text":"went out","number":"h3318"},{"text":"and fought","number":"h3898"},{"text":"slaughter","number":"h4347"},{"text":"And there was war","number":"h4421"},{"text":"and they fled","number":"h5127"},{"text":"and slew","number":"h5221"},{"text":"with the Philistines","number":"h6430"},{"text":"from","number":"h6440"}]}
@@ -0,0 +1 @@
1
+ {"25":[{"text":"of their father","number":"h1"},{"text":"If one man","number":"h376"},{"text":"against another","number":"h376"},{"text":"him but if a man","number":"h376"},{"text":"the judge","number":"h430"},{"text":"sin","number":"h2398"},{"text":"sin","number":"h2398"},{"text":"would","number":"h2654"},{"text":"against the LORD","number":"h3068"},{"text":"because the LORD","number":"h3068"},{"text":"slay","number":"h4191"},{"text":"shall judge","number":"h6419"},{"text":"who shall intreat","number":"h6419"},{"text":"not unto the voice","number":"h6963"},{"text":"for him Notwithstanding they hearkened","number":"h8085"}],"27":[{"text":"of thy father","number":"h1"},{"text":"a man","number":"h376"},{"text":"of God","number":"h430"},{"text":"and said","number":"h559"},{"text":"unto him Thus saith","number":"h559"},{"text":"And there came","number":"h935"},{"text":"house","number":"h1004"},{"text":"unto the house","number":"h1004"},{"text":"Did I plainly","number":"h1540"},{"text":"appear","number":"h1540"},{"text":"the LORD","number":"h3068"},{"text":"when they were in Egypt","number":"h4714"},{"text":"unto Eli","number":"h5941"},{"text":"in Pharaoh's","number":"h6547"}],"28":[{"text":"of thy father","number":"h1"},{"text":"an ephod","number":"h646"},{"text":"all the offerings made by fire","number":"h801"},{"text":"And did I choose","number":"h977"},{"text":"unto the house","number":"h1004"},{"text":"of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"to be my priest","number":"h3548"},{"text":"upon mine altar","number":"h4196"},{"text":"to wear","number":"h5375"},{"text":"me and did I give","number":"h5414"},{"text":"to offer","number":"h5927"},{"text":"before","number":"h6440"},{"text":"to burn","number":"h6999"},{"text":"incense","number":"h7004"},{"text":"him out of all the tribes","number":"h7626"}],"30":[{"text":"of thy father","number":"h1"},{"text":"God","number":"h430"},{"text":"I said","number":"h559"},{"text":"indeed","number":"h559"},{"text":"and they that despise","number":"h959"},{"text":"and the house","number":"h1004"},{"text":"that thy house","number":"h1004"},{"text":"should walk","number":"h1980"},{"text":"Be it far from me","number":"h2486"},{"text":"Wherefore the LORD","number":"h3068"},{"text":"but now the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"for them that honour","number":"h3513"},{"text":"me I will honour","number":"h3513"},{"text":"saith","number":"h5002"},{"text":"saith","number":"h5002"},{"text":"me for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"before","number":"h6440"},{"text":"me shall be lightly esteemed","number":"h7043"}],"31":[{"text":"of thy father's","number":"h1"},{"text":"come","number":"h935"},{"text":"house","number":"h1004"},{"text":"in thine house","number":"h1004"},{"text":"that I will cut off","number":"h1438"},{"text":"that there shall not be an old man","number":"h2205"},{"text":"and the arm","number":"h2220"},{"text":"thine arm","number":"h2220"},{"text":"Behold the days","number":"h3117"}],"8":[{"text":"the beggar","number":"h34"},{"text":"of the earth","number":"h776"},{"text":"from the dunghill","number":"h830"},{"text":"the poor","number":"h1800"},{"text":"are the LORD'S","number":"h3068"},{"text":"to set","number":"h3427"},{"text":"of glory","number":"h3519"},{"text":"the throne","number":"h3678"},{"text":"for the pillars","number":"h4690"},{"text":"them among princes","number":"h5081"},{"text":"and to make them inherit","number":"h5157"},{"text":"out of the dust","number":"h6083"},{"text":"He raiseth up","number":"h6965"},{"text":"and lifteth up","number":"h7311"},{"text":"and he hath set","number":"h7896"},{"text":"the world","number":"h8398"}],"36":[{"text":"to him for a piece","number":"h95"},{"text":"me I pray thee into one","number":"h259"},{"text":"that I may eat","number":"h398"},{"text":"and shall say","number":"h559"},{"text":"shall come","number":"h935"},{"text":"in thine house","number":"h1004"},{"text":"And it shall come to pass that every one that is left","number":"h3498"},{"text":"of the priests' offices","number":"h3550"},{"text":"and a morsel","number":"h3603"},{"text":"of silver","number":"h3701"},{"text":"of bread","number":"h3899"},{"text":"of bread","number":"h3899"},{"text":"Put","number":"h5596"},{"text":"a piece","number":"h6595"},{"text":"and crouch","number":"h7812"}],"33":[{"text":"and to grieve","number":"h109"},{"text":"And the man","number":"h376"},{"text":"in the flower of their age","number":"h582"},{"text":"of thine house","number":"h1004"},{"text":"shall be to consume","number":"h3615"},{"text":"of thine whom I shall not cut off","number":"h3772"},{"text":"shall die","number":"h4191"},{"text":"from mine altar","number":"h4196"},{"text":"and all the increase","number":"h4768"},{"text":"thine heart","number":"h5315"},{"text":"thine eyes","number":"h5869"}],"22":[{"text":"of the tabernacle","number":"h168"},{"text":"with the women","number":"h802"},{"text":"all that his sons","number":"h1121"},{"text":"old","number":"h2204"},{"text":"unto all Israel","number":"h3478"},{"text":"was very","number":"h3966"},{"text":"of the congregation","number":"h4150"},{"text":"Now Eli","number":"h5941"},{"text":"did","number":"h6213"},{"text":"at the door","number":"h6607"},{"text":"that assembled","number":"h6633"},{"text":"and how they lay","number":"h7901"},{"text":"and heard","number":"h8085"}],"16":[{"text":"desireth","number":"h183"},{"text":"And if any man","number":"h376"},{"text":"said","number":"h559"},{"text":"then he would answer","number":"h559"},{"text":"it by force","number":"h2394"},{"text":"the fat","number":"h2459"},{"text":"presently","number":"h3117"},{"text":"and then take","number":"h3947"},{"text":"it me now and if not I will take","number":"h3947"},{"text":"as much as thy soul","number":"h5315"},{"text":"him Nay but thou shalt give","number":"h5414"},{"text":"to burn","number":"h6999"},{"text":"unto him Let them not fail","number":"h6999"}],"34":[{"text":"And this shall be a sign","number":"h226"},{"text":"in one","number":"h259"},{"text":"unto thee that shall come","number":"h935"},{"text":"sons","number":"h1121"},{"text":"on Hophni","number":"h2652"},{"text":"day","number":"h3117"},{"text":"they shall die","number":"h4191"},{"text":"and Phinehas","number":"h6372"},{"text":"both","number":"h8147"},{"text":"upon thy two","number":"h8147"}],"4":[{"text":"are girded","number":"h247"},{"text":"of the mighty men","number":"h1368"},{"text":"with strength","number":"h2428"},{"text":"are broken","number":"h2844"},{"text":"and they that stumbled","number":"h3782"},{"text":"The bows","number":"h7198"}],"1":[{"text":"over mine enemies","number":"h341"},{"text":"and said","number":"h559"},{"text":"And Hannah","number":"h2584"},{"text":"in the LORD","number":"h3068"},{"text":"in the LORD","number":"h3068"},{"text":"in thy salvation","number":"h3444"},{"text":"My heart","number":"h3820"},{"text":"rejoiceth","number":"h5970"},{"text":"my mouth","number":"h6310"},{"text":"prayed","number":"h6419"},{"text":"mine horn","number":"h7161"},{"text":"is exalted","number":"h7311"},{"text":"is enlarged","number":"h7337"},{"text":"because I rejoice","number":"h8055"}],"9":[{"text":"shall no man","number":"h376"},{"text":"prevail","number":"h1396"},{"text":"shall be silent","number":"h1826"},{"text":"of his saints","number":"h2623"},{"text":"in darkness","number":"h2822"},{"text":"for by strength","number":"h3581"},{"text":"the feet","number":"h7272"},{"text":"and the wicked","number":"h7563"},{"text":"He will keep","number":"h8104"}],"15":[{"text":"to the man","number":"h376"},{"text":"and said","number":"h559"},{"text":"came","number":"h935"},{"text":"sodden","number":"h1310"},{"text":"flesh","number":"h1320"},{"text":"flesh","number":"h1320"},{"text":"that sacrificed","number":"h2076"},{"text":"of thee but raw","number":"h2416"},{"text":"the fat","number":"h2459"},{"text":"for the priest","number":"h3548"},{"text":"the priest's","number":"h3548"},{"text":"for he will not have","number":"h3947"},{"text":"servant","number":"h5288"},{"text":"Give","number":"h5414"},{"text":"to roast","number":"h6740"},{"text":"Also before they burnt","number":"h6999"}],"13":[{"text":"was that when any man","number":"h376"},{"text":"came","number":"h935"},{"text":"was in seething","number":"h1310"},{"text":"while the flesh","number":"h1320"},{"text":"offered","number":"h2076"},{"text":"sacrifice","number":"h2077"},{"text":"in his hand","number":"h3027"},{"text":"And the priests","number":"h3548"},{"text":"the priest's","number":"h3548"},{"text":"with a fleshhook","number":"h4207"},{"text":"custom","number":"h4941"},{"text":"servant","number":"h5288"},{"text":"with the people","number":"h5971"},{"text":"of three","number":"h7969"},{"text":"teeth","number":"h8127"}],"19":[{"text":"with her husband","number":"h376"},{"text":"Moreover his mother","number":"h517"},{"text":"to offer","number":"h2076"},{"text":"sacrifice","number":"h2077"},{"text":"it to him from year","number":"h3117"},{"text":"the yearly","number":"h3117"},{"text":"to year","number":"h3117"},{"text":"coat","number":"h4598"},{"text":"and brought","number":"h5927"},{"text":"when she came up","number":"h5927"},{"text":"made","number":"h6213"},{"text":"him a little","number":"h6996"}],"3":[{"text":"is a God","number":"h410"},{"text":"proudly","number":"h1364"},{"text":"so exceeding","number":"h1364"},{"text":"Talk","number":"h1696"},{"text":"of knowledge","number":"h1844"},{"text":"for the LORD","number":"h3068"},{"text":"come","number":"h3318"},{"text":"and by him actions","number":"h5949"},{"text":"let not arrogancy","number":"h6277"},{"text":"out of your mouth","number":"h6310"},{"text":"no more","number":"h7235"},{"text":"are weighed","number":"h8505"}],"2":[{"text":"like our God","number":"h430"},{"text":"for there is none beside","number":"h1115"},{"text":"as the LORD","number":"h3068"},{"text":"thee neither is there any rock","number":"h6697"},{"text":"There is none holy","number":"h6918"}],"11":[{"text":"And Elkanah","number":"h511"},{"text":"to his house","number":"h1004"},{"text":"did","number":"h1961"},{"text":"unto the LORD","number":"h3068"},{"text":"went","number":"h3212"},{"text":"the priest","number":"h3548"},{"text":"And the child","number":"h5288"},{"text":"Eli","number":"h5941"},{"text":"before","number":"h6440"},{"text":"to Ramah","number":"h7414"},{"text":"minister","number":"h8334"}],"20":[{"text":"Elkanah","number":"h511"},{"text":"and said","number":"h559"},{"text":"and his wife","number":"h802"},{"text":"of this woman","number":"h802"},{"text":"blessed","number":"h1288"},{"text":"And they went","number":"h1980"},{"text":"thee seed","number":"h2233"},{"text":"The LORD","number":"h3068"},{"text":"to the LORD","number":"h3068"},{"text":"unto their own home","number":"h4725"},{"text":"And Eli","number":"h5941"},{"text":"which is lent","number":"h7592"},{"text":"for the loan","number":"h7596"},{"text":"give","number":"h7760"}],"5":[{"text":"is waxed feeble","number":"h535"},{"text":"children","number":"h1121"},{"text":"ceased","number":"h2308"},{"text":"hath born","number":"h3205"},{"text":"themselves for bread","number":"h3899"},{"text":"so that the barren","number":"h6135"},{"text":"and she that hath many","number":"h7227"},{"text":"and they that were hungry","number":"h7457"},{"text":"They that were full","number":"h7649"},{"text":"seven","number":"h7651"},{"text":"have hired out","number":"h7936"}],"35":[{"text":"a faithful","number":"h539"},{"text":"him a sure","number":"h539"},{"text":"house","number":"h1004"},{"text":"and I will build","number":"h1129"},{"text":"and he shall walk","number":"h1980"},{"text":"for ever","number":"h3117"},{"text":"priest","number":"h3548"},{"text":"according to that which is in mine heart","number":"h3824"},{"text":"mine anointed","number":"h4899"},{"text":"and in my mind","number":"h5315"},{"text":"that shall do","number":"h6213"},{"text":"before","number":"h6440"},{"text":"And I will raise me up","number":"h6965"}],"23":[{"text":"And he said","number":"h559"},{"text":"dealings","number":"h1697"},{"text":"ye such things","number":"h1697"},{"text":"by all this people","number":"h5971"},{"text":"unto them Why do","number":"h6213"},{"text":"of your evil","number":"h7451"},{"text":"for I hear","number":"h8085"}],"26":[{"text":"and also with men","number":"h582"},{"text":"grew","number":"h1432"},{"text":"on","number":"h1980"},{"text":"and was in favour","number":"h2896"},{"text":"both with the LORD","number":"h3068"},{"text":"And the child","number":"h5288"},{"text":"Samuel","number":"h8050"}],"17":[{"text":"for men","number":"h582"},{"text":"great","number":"h1419"},{"text":"Wherefore the sin","number":"h2403"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"was very","number":"h3966"},{"text":"the offering","number":"h4503"},{"text":"abhorred","number":"h5006"},{"text":"of the young men","number":"h5288"},{"text":"before","number":"h6440"}],"7":[{"text":"and","number":"h637"},{"text":"The LORD","number":"h3068"},{"text":"maketh poor","number":"h3423"},{"text":"and maketh rich","number":"h6238"},{"text":"lifteth up","number":"h7311"},{"text":"he bringeth low","number":"h8213"}],"18":[{"text":"ephod","number":"h646"},{"text":"with a linen","number":"h906"},{"text":"girded","number":"h2296"},{"text":"the LORD","number":"h3068"},{"text":"being a child","number":"h5288"},{"text":"before","number":"h6440"},{"text":"But Samuel","number":"h8050"},{"text":"ministered","number":"h8334"}],"10":[{"text":"the ends","number":"h657"},{"text":"of the earth","number":"h776"},{"text":"shall judge","number":"h1777"},{"text":"shall be broken to pieces","number":"h2865"},{"text":"of the LORD","number":"h3068"},{"text":"upon them the LORD","number":"h3068"},{"text":"unto his king","number":"h4428"},{"text":"of his anointed","number":"h4899"},{"text":"and he shall give","number":"h5414"},{"text":"strength","number":"h5797"},{"text":"the horn","number":"h7161"},{"text":"and exalt","number":"h7311"},{"text":"The adversaries","number":"h7378"},{"text":"shall he thunder","number":"h7481"},{"text":"out of heaven","number":"h8064"}],"14":[{"text":"that came","number":"h935"},{"text":"or kettle","number":"h1731"},{"text":"unto all the Israelites","number":"h3478"},{"text":"the priest","number":"h3548"},{"text":"it into the pan","number":"h3595"},{"text":"took","number":"h3947"},{"text":"all that the fleshhook","number":"h4207"},{"text":"And he struck","number":"h5221"},{"text":"brought up","number":"h5927"},{"text":"for himself So they did","number":"h6213"},{"text":"or pot","number":"h6517"},{"text":"or caldron","number":"h7037"},{"text":"in Shiloh","number":"h7887"}],"32":[{"text":"in thine house","number":"h1004"},{"text":"and there shall not be an old man","number":"h2205"},{"text":"for ever","number":"h3117"},{"text":"in all the wealth which God shall give","number":"h3190"},{"text":"Israel","number":"h3478"},{"text":"in my habitation","number":"h4583"},{"text":"And thou shalt see","number":"h5027"},{"text":"an enemy","number":"h6862"}],"12":[{"text":"of Belial","number":"h1100"},{"text":"Now the sons","number":"h1121"},{"text":"were sons","number":"h1121"},{"text":"they knew","number":"h3045"},{"text":"not the LORD","number":"h3068"},{"text":"of Eli","number":"h5941"}],"24":[{"text":"Nay my sons","number":"h1121"},{"text":"for it is no good","number":"h2896"},{"text":"ye make the LORD'S","number":"h3068"},{"text":"to transgress","number":"h5674"},{"text":"people","number":"h5971"},{"text":"report","number":"h8052"},{"text":"that I hear","number":"h8085"}],"21":[{"text":"sons","number":"h1121"},{"text":"daughters","number":"h1323"},{"text":"grew","number":"h1431"},{"text":"so that she conceived","number":"h2029"},{"text":"Hannah","number":"h2584"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and bare","number":"h3205"},{"text":"And","number":"h3588"},{"text":"And the child","number":"h5288"},{"text":"before","number":"h5973"},{"text":"visited","number":"h6485"},{"text":"three","number":"h7969"},{"text":"Samuel","number":"h8050"},{"text":"and two","number":"h8147"}],"29":[{"text":"thy sons","number":"h1121"},{"text":"Wherefore kick","number":"h1163"},{"text":"above me to make yourselves fat","number":"h1254"},{"text":"ye at my sacrifice","number":"h2077"},{"text":"of Israel","number":"h3478"},{"text":"and honourest","number":"h3513"},{"text":"and at mine offering","number":"h4503"},{"text":"of all the offerings","number":"h4503"},{"text":"in my habitation","number":"h4583"},{"text":"my people","number":"h5971"},{"text":"which I have commanded","number":"h6680"},{"text":"with the chiefest","number":"h7225"}],"6":[{"text":"and maketh alive","number":"h2421"},{"text":"The LORD","number":"h3068"},{"text":"he bringeth down","number":"h3381"},{"text":"killeth","number":"h4191"},{"text":"and bringeth up","number":"h5927"},{"text":"to the grave","number":"h7585"}]}
@@ -0,0 +1 @@
1
+ {"6":[{"text":"If thy father","number":"h1"},{"text":"me then say","number":"h559"},{"text":"to Bethlehem","number":"h1035"},{"text":"David","number":"h1732"},{"text":"sacrifice","number":"h2077"},{"text":"for there is a yearly","number":"h3117"},{"text":"there for all the family","number":"h4940"},{"text":"his city","number":"h5892"},{"text":"at all","number":"h6485"},{"text":"miss","number":"h6485"},{"text":"leave of me that he might run","number":"h7323"},{"text":"asked","number":"h7592"},{"text":"earnestly","number":"h7592"}],"3":[{"text":"Thy father","number":"h1"},{"text":"but truly","number":"h199"},{"text":"and he saith","number":"h559"},{"text":"moreover and said","number":"h559"},{"text":"And David","number":"h1732"},{"text":"liveth","number":"h2416"},{"text":"liveth","number":"h2416"},{"text":"grace","number":"h2580"},{"text":"certainly","number":"h3045"},{"text":"know","number":"h3045"},{"text":"knoweth","number":"h3045"},{"text":"as the LORD","number":"h3068"},{"text":"Let not Jonathan","number":"h3083"},{"text":"between me and death","number":"h4194"},{"text":"that I have found","number":"h4672"},{"text":"and as thy soul","number":"h5315"},{"text":"in thine eyes","number":"h5869"},{"text":"this lest he be grieved","number":"h6087"},{"text":"there is but a step","number":"h6587"},{"text":"sware","number":"h7650"}],"13":[{"text":"be with thee as he hath been with my father","number":"h1"},{"text":"my father","number":"h1"},{"text":"then I will shew","number":"h1540"},{"text":"that thou mayest go","number":"h1980"},{"text":"The LORD","number":"h3068"},{"text":"and the LORD","number":"h3068"},{"text":"to Jonathan","number":"h3083"},{"text":"but if it please","number":"h3190"},{"text":"and much more","number":"h3254"},{"text":"so","number":"h3541"},{"text":"do","number":"h6213"},{"text":"to do thee evil","number":"h7451"},{"text":"in peace","number":"h7965"},{"text":"it thee and send thee away","number":"h7971"}],"34":[{"text":"because his father","number":"h1"},{"text":"and did eat","number":"h398"},{"text":"anger","number":"h639"},{"text":"for David","number":"h1732"},{"text":"of the month","number":"h2320"},{"text":"in fierce","number":"h2750"},{"text":"So Jonathan","number":"h3083"},{"text":"day","number":"h3117"},{"text":"had done him shame","number":"h3637"},{"text":"no meat","number":"h3899"},{"text":"for he was grieved","number":"h6087"},{"text":"arose","number":"h6965"},{"text":"from the table","number":"h7979"},{"text":"the second","number":"h8145"}],"2":[{"text":"behold my father","number":"h1"},{"text":"it me and why should my father","number":"h1"},{"text":"And he said","number":"h559"},{"text":"either great","number":"h1419"},{"text":"but that he will shew","number":"h1540"},{"text":"nothing","number":"h1697"},{"text":"this thing","number":"h1697"},{"text":"unto him God forbid","number":"h2486"},{"text":"thou shalt not die","number":"h4191"},{"text":"hide","number":"h5641"},{"text":"will do","number":"h6213"},{"text":"or small","number":"h6996"}],"9":[{"text":"by my father","number":"h1"},{"text":"said","number":"h559"},{"text":"to come","number":"h935"},{"text":"Far be it from thee","number":"h2486"},{"text":"certainly","number":"h3045"},{"text":"for if I knew","number":"h3045"},{"text":"And Jonathan","number":"h3083"},{"text":"were determined","number":"h3615"},{"text":"upon thee then would not I tell","number":"h5046"},{"text":"that evil","number":"h7451"}],"32":[{"text":"his father","number":"h1"},{"text":"and said","number":"h559"},{"text":"And Jonathan","number":"h3083"},{"text":"unto him Wherefore shall he be slain","number":"h4191"},{"text":"answered","number":"h6030"},{"text":"what hath he done","number":"h6213"},{"text":"Saul","number":"h7586"}],"10":[{"text":"me or what if thy father","number":"h1"},{"text":"Then said","number":"h559"},{"text":"David","number":"h1732"},{"text":"to Jonathan","number":"h3083"},{"text":"Who shall tell","number":"h5046"},{"text":"answer","number":"h6030"},{"text":"thee roughly","number":"h7186"}],"8":[{"text":"me to thy father","number":"h1"},{"text":"for thou hast brought","number":"h935"},{"text":"me thyself for why shouldest thou bring","number":"h935"},{"text":"into a covenant","number":"h1285"},{"text":"kindly","number":"h2617"},{"text":"of the LORD","number":"h3068"},{"text":"with thee notwithstanding if there be","number":"h3426"},{"text":"slay","number":"h4191"},{"text":"thy servant","number":"h5650"},{"text":"with thy servant","number":"h5650"},{"text":"in me iniquity","number":"h5771"},{"text":"Therefore thou shalt deal","number":"h6213"}],"12":[{"text":"my father","number":"h1"},{"text":"God","number":"h430"},{"text":"said","number":"h559"},{"text":"not unto thee and shew","number":"h1540"},{"text":"toward David","number":"h1732"},{"text":"unto David","number":"h1732"},{"text":"when I have sounded","number":"h2713"},{"text":"day and behold if there be good","number":"h2895"},{"text":"O LORD","number":"h3068"},{"text":"And Jonathan","number":"h3083"},{"text":"of Israel","number":"h3478"},{"text":"about to morrow","number":"h4279"},{"text":"any time","number":"h6256"},{"text":"and I then send","number":"h7971"},{"text":"or the third","number":"h7992"}],"33":[{"text":"of his father","number":"h1"},{"text":"David","number":"h1732"},{"text":"a javelin","number":"h2595"},{"text":"cast","number":"h2904"},{"text":"knew","number":"h3045"},{"text":"him whereby Jonathan","number":"h3083"},{"text":"that it was determined","number":"h3617"},{"text":"to slay","number":"h4191"},{"text":"at him to smite","number":"h5221"},{"text":"And Saul","number":"h7586"}],"1":[{"text":"thy father","number":"h1"},{"text":"and said","number":"h559"},{"text":"and came","number":"h935"},{"text":"that he seeketh","number":"h1245"},{"text":"fled","number":"h1272"},{"text":"And David","number":"h1732"},{"text":"and what is my sin","number":"h2403"},{"text":"Jonathan","number":"h3083"},{"text":"from Naioth","number":"h5121"},{"text":"my life","number":"h5315"},{"text":"what is mine iniquity","number":"h5771"},{"text":"What have I done","number":"h6213"},{"text":"before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"in Ramah","number":"h7414"}],"19":[{"text":"the stone","number":"h68"},{"text":"Ezel","number":"h237"},{"text":"by","number":"h681"},{"text":"and come","number":"h935"},{"text":"thyself when","number":"h3117"},{"text":"then thou shalt go down","number":"h3381"},{"text":"was in hand and shalt remain","number":"h3427"},{"text":"quickly","number":"h3966"},{"text":"the business","number":"h4639"},{"text":"to the place","number":"h4725"},{"text":"where thou didst hide","number":"h5641"},{"text":"And when thou hast stayed three days","number":"h8027"}],"25":[{"text":"and Abner","number":"h74"},{"text":"and David's","number":"h1732"},{"text":"and Jonathan","number":"h3083"},{"text":"sat","number":"h3427"},{"text":"sat","number":"h3427"},{"text":"even upon a seat","number":"h4186"},{"text":"upon his seat","number":"h4186"},{"text":"And the king","number":"h4428"},{"text":"place","number":"h4725"},{"text":"as at other times","number":"h6471"},{"text":"was empty","number":"h6485"},{"text":"side","number":"h6654"},{"text":"arose","number":"h6965"},{"text":"by the wall","number":"h7023"},{"text":"by Saul's","number":"h7586"}],"38":[{"text":"to his master","number":"h113"},{"text":"after","number":"h310"},{"text":"and came","number":"h935"},{"text":"haste","number":"h2363"},{"text":"the arrows","number":"h2671"},{"text":"And Jonathan","number":"h3083"},{"text":"not And Jonathan's","number":"h3083"},{"text":"gathered up","number":"h3950"},{"text":"Make speed","number":"h4120"},{"text":"lad","number":"h5288"},{"text":"the lad","number":"h5288"},{"text":"stay","number":"h5975"},{"text":"cried","number":"h7121"}],"15":[{"text":"of the earth","number":"h127"},{"text":"the enemies","number":"h341"},{"text":"every one","number":"h376"},{"text":"from my house","number":"h1004"},{"text":"of David","number":"h1732"},{"text":"thy kindness","number":"h2617"},{"text":"no not when the LORD","number":"h3068"},{"text":"But also thou shalt not cut off","number":"h3772"},{"text":"hath cut off","number":"h3772"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"from the face","number":"h6440"}],"31":[{"text":"upon the ground","number":"h127"},{"text":"him unto me for he shall surely die","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"liveth","number":"h2425"},{"text":"For as long as","number":"h3117"},{"text":"of Jesse","number":"h3448"},{"text":"thou shalt not be established","number":"h3559"},{"text":"and fetch","number":"h3947"},{"text":"nor thy kingdom","number":"h4438"},{"text":"Wherefore now send","number":"h7971"}],"17":[{"text":"him for he loved","number":"h157"},{"text":"because he loved","number":"h160"},{"text":"him as he loved","number":"h160"},{"text":"caused David","number":"h1732"},{"text":"And Jonathan","number":"h3083"},{"text":"again","number":"h3254"},{"text":"his own soul","number":"h5315"},{"text":"to swear","number":"h7650"}],"29":[{"text":"and my brother","number":"h251"},{"text":"my brethren","number":"h251"},{"text":"And he said","number":"h559"},{"text":"Therefore he cometh","number":"h935"},{"text":"hath a sacrifice","number":"h2077"},{"text":"favour","number":"h2580"},{"text":"let me get away","number":"h4422"},{"text":"not unto the king's","number":"h4428"},{"text":"me to be there and now if I have found","number":"h4672"},{"text":"I pray thee for our family","number":"h4940"},{"text":"in thine eyes","number":"h5869"},{"text":"in the city","number":"h5892"},{"text":"he hath commanded","number":"h6680"},{"text":"I pray thee and see","number":"h7200"},{"text":"Let me go","number":"h7971"},{"text":"table","number":"h7979"}],"37":[{"text":"after","number":"h310"},{"text":"and said","number":"h559"},{"text":"was come","number":"h935"},{"text":"beyond","number":"h1973"},{"text":"Is not the arrow","number":"h2678"},{"text":"of the arrow","number":"h2678"},{"text":"Jonathan","number":"h3083"},{"text":"which Jonathan","number":"h3083"},{"text":"had shot","number":"h3384"},{"text":"to the place","number":"h4725"},{"text":"And when the lad","number":"h5288"},{"text":"the lad","number":"h5288"},{"text":"cried","number":"h7121"}],"16":[{"text":"enemies","number":"h341"},{"text":"a covenant with the house","number":"h1004"},{"text":"even require","number":"h1245"},{"text":"of David","number":"h1732"},{"text":"of David's","number":"h1732"},{"text":"it at the hand","number":"h3027"},{"text":"saying Let the LORD","number":"h3068"},{"text":"So Jonathan","number":"h3083"},{"text":"made","number":"h3772"}],"41":[{"text":"one","number":"h376"},{"text":"one","number":"h376"},{"text":"on his face","number":"h639"},{"text":"out of a place toward","number":"h681"},{"text":"to the ground","number":"h776"},{"text":"was gone","number":"h935"},{"text":"and wept","number":"h1058"},{"text":"exceeded","number":"h1431"},{"text":"David","number":"h1732"},{"text":"until David","number":"h1732"},{"text":"the south","number":"h5045"},{"text":"And as soon as the lad","number":"h5288"},{"text":"and fell","number":"h5307"},{"text":"and they kissed","number":"h5401"},{"text":"times","number":"h6471"},{"text":"arose","number":"h6965"},{"text":"another","number":"h7453"},{"text":"with another","number":"h7453"},{"text":"and bowed","number":"h7812"},{"text":"himself three","number":"h7969"}],"5":[{"text":"at meat","number":"h398"},{"text":"said","number":"h559"},{"text":"And David","number":"h1732"},{"text":"is the new moon","number":"h2320"},{"text":"unto Jonathan","number":"h3083"},{"text":"and I should not fail","number":"h3427"},{"text":"to sit","number":"h3427"},{"text":"Behold to morrow","number":"h4279"},{"text":"with the king","number":"h4428"},{"text":"that I may hide","number":"h5641"},{"text":"day at even","number":"h6153"},{"text":"myself in the field","number":"h7704"},{"text":"but let me go","number":"h7971"},{"text":"unto the third","number":"h7992"}],"24":[{"text":"to eat","number":"h398"},{"text":"So David","number":"h1732"},{"text":"and when the new moon","number":"h2320"},{"text":"sat him down","number":"h3427"},{"text":"meat","number":"h3899"},{"text":"was come the king","number":"h4428"},{"text":"hid","number":"h5641"},{"text":"himself in the field","number":"h7704"}],"30":[{"text":"of thy mother's","number":"h517"},{"text":"and he said","number":"h559"},{"text":"anger","number":"h639"},{"text":"that thou hast chosen","number":"h977"},{"text":"the son","number":"h1121"},{"text":"unto him Thou son","number":"h1121"},{"text":"and unto the confusion","number":"h1322"},{"text":"to thine own confusion","number":"h1322"},{"text":"was kindled","number":"h2734"},{"text":"woman do not I know","number":"h3045"},{"text":"against Jonathan","number":"h3083"},{"text":"of Jesse","number":"h3448"},{"text":"rebellious","number":"h4780"},{"text":"of the perverse","number":"h5753"},{"text":"nakedness","number":"h6172"},{"text":"Then Saul's","number":"h7586"}],"14":[{"text":"And thou shalt not only while yet","number":"h518"},{"text":"I live","number":"h2416"},{"text":"me the kindness","number":"h2617"},{"text":"of the LORD","number":"h3068"},{"text":"that I die","number":"h4191"},{"text":"shew","number":"h6213"}],"36":[{"text":"And he said","number":"h559"},{"text":"now the arrows","number":"h2671"},{"text":"an arrow","number":"h2678"},{"text":"he shot","number":"h3384"},{"text":"which I shoot","number":"h3384"},{"text":"find out","number":"h4672"},{"text":"And as the lad","number":"h5288"},{"text":"unto his lad","number":"h5288"},{"text":"beyond","number":"h5674"},{"text":"Run","number":"h7323"},{"text":"ran","number":"h7323"}],"22":[{"text":"But if I say","number":"h559"},{"text":"are beyond","number":"h1973"},{"text":"Behold the arrows","number":"h2671"},{"text":"for the LORD","number":"h3068"},{"text":"thee go thy way","number":"h3212"},{"text":"thus unto the young man","number":"h5958"},{"text":"hath sent thee away","number":"h7971"}],"21":[{"text":"If I expressly","number":"h559"},{"text":"say","number":"h559"},{"text":"them then come","number":"h935"},{"text":"to thee and no hurt","number":"h1697"},{"text":"liveth","number":"h2416"},{"text":"Behold the arrows","number":"h2671"},{"text":"the arrows","number":"h2671"},{"text":"as the LORD","number":"h3068"},{"text":"saying Go","number":"h3212"},{"text":"are on this side of thee take","number":"h3947"},{"text":"find out","number":"h4672"},{"text":"a lad","number":"h5288"},{"text":"unto the lad","number":"h5288"},{"text":"thou for there is peace","number":"h7965"},{"text":"And behold I will send","number":"h7971"}],"7":[{"text":"If he say","number":"h559"},{"text":"but if he be very","number":"h2734"},{"text":"wroth","number":"h2734"},{"text":"thus It is well","number":"h2896"},{"text":"then be sure","number":"h3045"},{"text":"is determined","number":"h3615"},{"text":"thy servant","number":"h5650"},{"text":"that evil","number":"h7451"},{"text":"shall have peace","number":"h7965"}],"4":[{"text":"Then said","number":"h559"},{"text":"desireth","number":"h559"},{"text":"unto David","number":"h1732"},{"text":"Jonathan","number":"h3083"},{"text":"Whatsoever thy soul","number":"h5315"},{"text":"I will even do","number":"h6213"}],"40":[{"text":"and said","number":"h559"},{"text":"carry","number":"h935"},{"text":"And Jonathan","number":"h3083"},{"text":"unto him Go","number":"h3212"},{"text":"his artillery","number":"h3627"},{"text":"unto his lad","number":"h5288"},{"text":"gave","number":"h5414"},{"text":"them to the city","number":"h5892"}],"26":[{"text":"for he thought","number":"h559"},{"text":"him he is not","number":"h1115"},{"text":"spake","number":"h1696"},{"text":"clean","number":"h2889"},{"text":"surely he is not clean","number":"h2889"},{"text":"that day","number":"h3117"},{"text":"not any thing","number":"h3972"},{"text":"Something hath befallen","number":"h4745"},{"text":"Nevertheless Saul","number":"h7586"}],"11":[{"text":"said","number":"h559"},{"text":"unto David","number":"h1732"},{"text":"And Jonathan","number":"h3083"},{"text":"Come","number":"h3212"},{"text":"And they went out","number":"h3318"},{"text":"and let us go out","number":"h3318"},{"text":"into the field","number":"h7704"},{"text":"of them into the field","number":"h7704"},{"text":"both","number":"h8147"}],"18":[{"text":"said","number":"h559"},{"text":"to David","number":"h1732"},{"text":"is the new moon","number":"h2320"},{"text":"Then Jonathan","number":"h3083"},{"text":"because thy seat","number":"h4186"},{"text":"To morrow","number":"h4279"},{"text":"and thou shalt be missed","number":"h6485"},{"text":"will be empty","number":"h6485"}],"27":[{"text":"said","number":"h559"},{"text":"Wherefore cometh","number":"h935"},{"text":"his son","number":"h1121"},{"text":"not the son","number":"h1121"},{"text":"that David's","number":"h1732"},{"text":"day of the month","number":"h2320"},{"text":"unto Jonathan","number":"h3083"},{"text":"nor to day","number":"h3117"},{"text":"of Jesse","number":"h3448"},{"text":"to meat","number":"h3899"},{"text":"And it came to pass on the morrow","number":"h4283"},{"text":"place","number":"h4725"},{"text":"was empty","number":"h6485"},{"text":"and Saul","number":"h7586"},{"text":"which was the second","number":"h8145"},{"text":"neither yesterday","number":"h8543"}],"42":[{"text":"said","number":"h559"},{"text":"saying","number":"h559"},{"text":"went","number":"h935"},{"text":"to David","number":"h1732"},{"text":"and thy seed","number":"h2233"},{"text":"be between me and thee and between my seed","number":"h2233"},{"text":"The LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"And Jonathan","number":"h3083"},{"text":"and Jonathan","number":"h3083"},{"text":"Go","number":"h3212"},{"text":"and departed","number":"h3212"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"into the city","number":"h5892"},{"text":"And he arose","number":"h6965"},{"text":"forasmuch as we have sworn","number":"h7650"},{"text":"in peace","number":"h7965"},{"text":"of us in the name","number":"h8034"},{"text":"both","number":"h8147"}],"28":[{"text":"to go to Bethlehem","number":"h1035"},{"text":"David","number":"h1732"},{"text":"And Jonathan","number":"h3083"},{"text":"leave of me","number":"h5978"},{"text":"answered","number":"h6030"},{"text":"Saul","number":"h7586"},{"text":"asked","number":"h7592"},{"text":"earnestly","number":"h7592"}],"35":[{"text":"And it came to pass in the morning","number":"h1242"},{"text":"with David","number":"h1732"},{"text":"that Jonathan","number":"h3083"},{"text":"went out","number":"h3318"},{"text":"at the time appointed","number":"h4150"},{"text":"lad","number":"h5288"},{"text":"and a little","number":"h6996"},{"text":"into the field","number":"h7704"}],"23":[{"text":"which thou and I have spoken","number":"h1696"},{"text":"And as touching the matter","number":"h1697"},{"text":"of behold the LORD","number":"h3068"},{"text":"be between thee and me for","number":"h5704"},{"text":"ever","number":"h5769"}],"39":[{"text":"the matter","number":"h1697"},{"text":"and David","number":"h1732"},{"text":"knew","number":"h3045"},{"text":"knew","number":"h3045"},{"text":"only Jonathan","number":"h3083"},{"text":"not any thing","number":"h3972"},{"text":"But the lad","number":"h5288"}],"20":[{"text":"arrows","number":"h2671"},{"text":"And I will shoot","number":"h3384"},{"text":"at a mark","number":"h4307"},{"text":"on the side","number":"h6654"},{"text":"three","number":"h7969"},{"text":"thereof as though I shot","number":"h7971"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"the chiefest","number":"h47"},{"text":"an Edomite","number":"h130"},{"text":"Now a certain man","number":"h376"},{"text":"was Doeg","number":"h1673"},{"text":"the LORD","number":"h3068"},{"text":"was there that day","number":"h3117"},{"text":"of the servants","number":"h5650"},{"text":"detained","number":"h6113"},{"text":"before","number":"h6440"},{"text":"of the herdmen","number":"h7462"},{"text":"of Saul","number":"h7586"},{"text":"that belonged to Saul","number":"h7586"},{"text":"and his name","number":"h8034"}],"1":[{"text":"and Ahimelech","number":"h288"},{"text":"to Ahimelech","number":"h288"},{"text":"unto him Why art thou alone and no man","number":"h376"},{"text":"and said","number":"h559"},{"text":"Then came","number":"h935"},{"text":"David","number":"h1732"},{"text":"of David","number":"h1732"},{"text":"was afraid","number":"h2729"},{"text":"the priest","number":"h3548"},{"text":"to Nob","number":"h5011"},{"text":"at the meeting","number":"h7125"}],"2":[{"text":"unto Ahimelech","number":"h288"},{"text":"unto me Let no man","number":"h376"},{"text":"and such","number":"h492"},{"text":"and hath said","number":"h559"},{"text":"said","number":"h559"},{"text":"me a business","number":"h1697"},{"text":"of the business","number":"h1697"},{"text":"And David","number":"h1732"},{"text":"know","number":"h3045"},{"text":"thee and I have appointed","number":"h3045"},{"text":"the priest","number":"h3548"},{"text":"any thing","number":"h3972"},{"text":"The king","number":"h4428"},{"text":"a place","number":"h4725"},{"text":"my servants","number":"h5288"},{"text":"to such","number":"h6423"},{"text":"hath commanded","number":"h6680"},{"text":"thee and what I have commanded","number":"h6680"},{"text":"whereabout I send","number":"h7971"}],"8":[{"text":"unto Ahimelech","number":"h288"},{"text":"not","number":"h371"},{"text":"said","number":"h559"},{"text":"business","number":"h1697"},{"text":"And David","number":"h1732"},{"text":"required","number":"h1961"},{"text":"spear","number":"h2595"},{"text":"my sword","number":"h2719"},{"text":"or sword","number":"h2719"},{"text":"here under thine hand","number":"h3027"},{"text":"with me","number":"h3027"},{"text":"And is there","number":"h3426"},{"text":"nor my weapons","number":"h3627"},{"text":"for I have neither brought","number":"h3947"},{"text":"because the king's","number":"h4428"},{"text":"haste","number":"h5169"}],"9":[{"text":"behind","number":"h310"},{"text":"it for there is no other","number":"h312"},{"text":"of Elah","number":"h425"},{"text":"said","number":"h559"},{"text":"said","number":"h559"},{"text":"the ephod","number":"h646"},{"text":"of Goliath","number":"h1555"},{"text":"And David","number":"h1732"},{"text":"that here","number":"h2088"},{"text":"save","number":"h2108"},{"text":"The sword","number":"h2719"},{"text":"And the priest","number":"h3548"},{"text":"behold it is here wrapped","number":"h3874"},{"text":"if thou wilt take","number":"h3947"},{"text":"that take","number":"h3947"},{"text":"whom thou slewest","number":"h5221"},{"text":"There is none like that give","number":"h5414"},{"text":"in the valley","number":"h6010"},{"text":"the Philistine","number":"h6430"},{"text":"in a cloth","number":"h8071"}],"14":[{"text":"the man","number":"h376"},{"text":"Achish","number":"h397"},{"text":"Then said","number":"h559"},{"text":"wherefore then have ye brought","number":"h935"},{"text":"unto his servants","number":"h5650"},{"text":"Lo ye see","number":"h7200"},{"text":"is mad","number":"h7696"}],"4":[{"text":"themselves at least","number":"h389"},{"text":"and said","number":"h559"},{"text":"from women","number":"h802"},{"text":"David","number":"h1732"},{"text":"There is no common","number":"h2455"},{"text":"under mine hand","number":"h3027"},{"text":"but there is","number":"h3426"},{"text":"And the priest","number":"h3548"},{"text":"bread","number":"h3899"},{"text":"bread","number":"h3899"},{"text":"if the young men","number":"h5288"},{"text":"answered","number":"h6030"},{"text":"hallowed","number":"h6944"},{"text":"have kept","number":"h8104"}],"12":[{"text":"Achish","number":"h397"},{"text":"of Gath","number":"h1661"},{"text":"these words","number":"h1697"},{"text":"And David","number":"h1732"},{"text":"afraid","number":"h3372"},{"text":"in his heart","number":"h3824"},{"text":"and was sore","number":"h3966"},{"text":"the king","number":"h4428"},{"text":"of","number":"h6440"},{"text":"laid up","number":"h7760"}],"11":[{"text":"of Achish","number":"h397"},{"text":"his thousands","number":"h505"},{"text":"said","number":"h559"},{"text":"saying","number":"h559"},{"text":"of the land","number":"h776"},{"text":"and David","number":"h1732"},{"text":"unto him Is not this David","number":"h1732"},{"text":"one to another of him","number":"h2088"},{"text":"in dances","number":"h4246"},{"text":"the king","number":"h4428"},{"text":"hath slain","number":"h5221"},{"text":"And the servants","number":"h5650"},{"text":"did they not sing","number":"h6030"},{"text":"his ten thousands","number":"h7233"},{"text":"Saul","number":"h7586"}],"10":[{"text":"to Achish","number":"h397"},{"text":"and went","number":"h935"},{"text":"and fled","number":"h1272"},{"text":"of Gath","number":"h1661"},{"text":"And David","number":"h1732"},{"text":"that day","number":"h3117"},{"text":"the king","number":"h4428"},{"text":"for fear","number":"h6440"},{"text":"arose","number":"h6965"},{"text":"of Saul","number":"h7586"}],"5":[{"text":"unto him Of a truth","number":"h518"},{"text":"and said","number":"h559"},{"text":"women","number":"h802"},{"text":"And David","number":"h1732"},{"text":"and the bread is in a manner","number":"h1870"},{"text":"common","number":"h2455"},{"text":"this day","number":"h3117"},{"text":"since I came out","number":"h3318"},{"text":"the priest","number":"h3548"},{"text":"and the vessels","number":"h3627"},{"text":"in the vessel","number":"h3627"},{"text":"of the young men","number":"h5288"},{"text":"answered","number":"h6030"},{"text":"have been kept","number":"h6113"},{"text":"yea though it were sanctified","number":"h6942"},{"text":"are holy","number":"h6944"},{"text":"from us about these three","number":"h8032"},{"text":"days","number":"h8543"}],"15":[{"text":"in my presence shall this fellow come","number":"h935"},{"text":"that ye have brought","number":"h935"},{"text":"into my house","number":"h1004"},{"text":"Have I need","number":"h2638"},{"text":"of mad men","number":"h7696"},{"text":"this fellow to play the mad man","number":"h7696"}],"13":[{"text":"on the doors","number":"h1817"},{"text":"them and feigned himself mad","number":"h1984"},{"text":"upon his beard","number":"h2206"},{"text":"his behaviour","number":"h2940"},{"text":"in their hands","number":"h3027"},{"text":"fall down","number":"h3381"},{"text":"before","number":"h5869"},{"text":"and let his spittle","number":"h7388"},{"text":"And he changed","number":"h8138"},{"text":"of the gate","number":"h8179"},{"text":"and scrabbled","number":"h8427"}],"6":[{"text":"hot","number":"h2527"},{"text":"the LORD","number":"h3068"},{"text":"in the day","number":"h3117"},{"text":"So the priest","number":"h3548"},{"text":"bread","number":"h3899"},{"text":"bread for there was no bread","number":"h3899"},{"text":"there but the shewbread","number":"h3899"},{"text":"when it was taken away","number":"h3947"},{"text":"gave","number":"h5414"},{"text":"that was taken","number":"h5493"},{"text":"from before","number":"h6440"},{"text":"him hallowed","number":"h6944"},{"text":"to put","number":"h7760"}],"3":[{"text":"me five","number":"h2568"},{"text":"in mine hand","number":"h3027"},{"text":"under thine hand","number":"h3027"},{"text":"Now therefore what is","number":"h3426"},{"text":"loaves of bread","number":"h3899"},{"text":"or what there is present","number":"h4672"},{"text":"give","number":"h5414"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"Let my father","number":"h1"},{"text":"what God","number":"h430"},{"text":"and my mother","number":"h517"},{"text":"and he said","number":"h559"},{"text":"And David","number":"h1732"},{"text":"and be with you till I know","number":"h3045"},{"text":"went","number":"h3212"},{"text":"I pray thee come forth","number":"h3318"},{"text":"of Moab","number":"h4124"},{"text":"of Moab","number":"h4124"},{"text":"unto the king","number":"h4428"},{"text":"thence to Mizpeh","number":"h4708"},{"text":"will do","number":"h6213"}],"1":[{"text":"and all his father's","number":"h1"},{"text":"and when his brethren","number":"h251"},{"text":"house","number":"h1004"},{"text":"David","number":"h1732"},{"text":"therefore departed","number":"h3212"},{"text":"it they went down","number":"h3381"},{"text":"thence and escaped","number":"h4422"},{"text":"to the cave","number":"h4631"},{"text":"Adullam","number":"h5725"},{"text":"heard","number":"h8085"}],"11":[{"text":"and all his father's","number":"h1"},{"text":"of Ahitub","number":"h285"},{"text":"Ahimelech","number":"h288"},{"text":"and they came","number":"h935"},{"text":"house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"the priest","number":"h3548"},{"text":"the priests","number":"h3548"},{"text":"Then the king","number":"h4428"},{"text":"all of them to the king","number":"h4428"},{"text":"that were in Nob","number":"h5011"},{"text":"to call","number":"h7121"},{"text":"sent","number":"h7971"}],"15":[{"text":"of my father","number":"h1"},{"text":"of God","number":"h430"},{"text":"nor to all the house","number":"h1004"},{"text":"or more","number":"h1419"},{"text":"any thing","number":"h1697"},{"text":"nothing","number":"h1697"},{"text":"for him be it far from me","number":"h2486"},{"text":"begin","number":"h2490"},{"text":"knew","number":"h3045"},{"text":"Did I then","number":"h3117"},{"text":"let not the king","number":"h4428"},{"text":"for thy servant","number":"h5650"},{"text":"unto his servant","number":"h5650"},{"text":"of all this less","number":"h6996"},{"text":"to enquire","number":"h7592"},{"text":"impute","number":"h7760"}],"22":[{"text":"of thy father's","number":"h1"},{"text":"unto Abiathar","number":"h54"},{"text":"the Edomite","number":"h130"},{"text":"said","number":"h559"},{"text":"house","number":"h1004"},{"text":"when Doeg","number":"h1673"},{"text":"And David","number":"h1732"},{"text":"I knew","number":"h3045"},{"text":"it that day","number":"h3117"},{"text":"tell","number":"h5046"},{"text":"was there that he would surely","number":"h5046"},{"text":"the death of all the persons","number":"h5315"},{"text":"I have occasioned","number":"h5437"},{"text":"Saul","number":"h7586"}],"16":[{"text":"thou and all thy father's","number":"h1"},{"text":"Ahimelech","number":"h288"},{"text":"said","number":"h559"},{"text":"house","number":"h1004"},{"text":"Thou shalt surely","number":"h4191"},{"text":"die","number":"h4191"},{"text":"And the king","number":"h4428"}],"17":[{"text":"would","number":"h14"},{"text":"said","number":"h559"},{"text":"when he fled","number":"h1272"},{"text":"and did not shew","number":"h1540"},{"text":"also is with David","number":"h1732"},{"text":"because their hand","number":"h3027"},{"text":"their hand","number":"h3027"},{"text":"and because they knew","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"the priests","number":"h3548"},{"text":"upon the priests","number":"h3548"},{"text":"and slay","number":"h4191"},{"text":"And the king","number":"h4428"},{"text":"of the king","number":"h4428"},{"text":"that stood","number":"h5324"},{"text":"about him Turn","number":"h5437"},{"text":"it to me But the servants","number":"h5650"},{"text":"to fall","number":"h6293"},{"text":"unto the footmen","number":"h7323"},{"text":"not put forth","number":"h7971"}],"20":[{"text":"Abiathar","number":"h54"},{"text":"And one","number":"h259"},{"text":"of Ahitub","number":"h285"},{"text":"of Ahimelech","number":"h288"},{"text":"after","number":"h310"},{"text":"of the sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"and fled","number":"h1272"},{"text":"David","number":"h1732"},{"text":"escaped","number":"h4422"},{"text":"named","number":"h8034"}],"21":[{"text":"And Abiathar","number":"h54"},{"text":"David","number":"h1732"},{"text":"had slain","number":"h2026"},{"text":"the LORD'S","number":"h3068"},{"text":"priests","number":"h3548"},{"text":"shewed","number":"h5046"},{"text":"that Saul","number":"h7586"}],"12":[{"text":"Here I am my lord","number":"h113"},{"text":"of Ahitub","number":"h285"},{"text":"And he answered","number":"h559"},{"text":"said","number":"h559"},{"text":"now thou son","number":"h1121"},{"text":"And Saul","number":"h7586"},{"text":"Hear","number":"h8085"}],"18":[{"text":"the Edomite","number":"h130"},{"text":"persons","number":"h376"},{"text":"said","number":"h559"},{"text":"ephod","number":"h646"},{"text":"a linen","number":"h906"},{"text":"And Doeg","number":"h1673"},{"text":"to Doeg","number":"h1673"},{"text":"and five","number":"h2568"},{"text":"on that day","number":"h3117"},{"text":"upon the priests","number":"h3548"},{"text":"upon the priests","number":"h3548"},{"text":"and slew","number":"h4191"},{"text":"And the king","number":"h4428"},{"text":"that did wear","number":"h5375"},{"text":"Turn","number":"h5437"},{"text":"turned","number":"h5437"},{"text":"and he fell","number":"h6293"},{"text":"thou and fall","number":"h6293"},{"text":"fourscore","number":"h8084"}],"9":[{"text":"the Edomite","number":"h130"},{"text":"of Ahitub","number":"h285"},{"text":"to Ahimelech","number":"h288"},{"text":"and said","number":"h559"},{"text":"coming","number":"h935"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"Doeg","number":"h1673"},{"text":"of Jesse","number":"h3448"},{"text":"to Nob","number":"h5011"},{"text":"which was set","number":"h5324"},{"text":"over the servants","number":"h5650"},{"text":"Then answered","number":"h6030"},{"text":"I saw","number":"h7200"},{"text":"of Saul","number":"h7586"}],"14":[{"text":"Then Ahimelech","number":"h288"},{"text":"And who is so faithful","number":"h539"},{"text":"and said","number":"h559"},{"text":"in thine house","number":"h1004"},{"text":"as David","number":"h1732"},{"text":"son in law","number":"h2860"},{"text":"and is honourable","number":"h3513"},{"text":"the king","number":"h4428"},{"text":"which is the king's","number":"h4428"},{"text":"at thy bidding","number":"h4928"},{"text":"and goeth","number":"h5493"},{"text":"among all thy servants","number":"h5650"},{"text":"answered","number":"h6030"}],"2":[{"text":"And every one","number":"h376"},{"text":"and every one","number":"h376"},{"text":"and every one","number":"h376"},{"text":"men","number":"h376"},{"text":"over them and there were with him about four","number":"h702"},{"text":"hundred","number":"h3967"},{"text":"that was in distress","number":"h4689"},{"text":"that was discontented","number":"h4751"},{"text":"that was in debt","number":"h5378"},{"text":"gathered","number":"h6908"},{"text":"themselves unto him and he became a captain","number":"h8269"}],"19":[{"text":"both men","number":"h376"},{"text":"and women","number":"h802"},{"text":"and asses","number":"h2543"},{"text":"of the sword","number":"h2719"},{"text":"of the sword","number":"h2719"},{"text":"and sucklings","number":"h3243"},{"text":"of the priests","number":"h3548"},{"text":"And Nob","number":"h5011"},{"text":"smote","number":"h5221"},{"text":"children","number":"h5768"},{"text":"the city","number":"h5892"},{"text":"he with the edge","number":"h6310"},{"text":"with the edge","number":"h6310"},{"text":"and sheep","number":"h7716"},{"text":"and oxen","number":"h7794"}],"13":[{"text":"of God","number":"h430"},{"text":"said","number":"h559"},{"text":"against me to lie in wait","number":"h693"},{"text":"against me thou and the son","number":"h1121"},{"text":"and a sword","number":"h2719"},{"text":"as at this day","number":"h3117"},{"text":"of Jesse","number":"h3448"},{"text":"him bread","number":"h3899"},{"text":"in that thou hast given","number":"h5414"},{"text":"for him that he should rise","number":"h6965"},{"text":"unto him Why have ye conspired","number":"h7194"},{"text":"And Saul","number":"h7586"},{"text":"and hast enquired","number":"h7592"}],"7":[{"text":"of thousands","number":"h505"},{"text":"said","number":"h559"},{"text":"will the son","number":"h1121"},{"text":"ye Benjamites","number":"h1145"},{"text":"of Jesse","number":"h3448"},{"text":"and vineyards","number":"h3754"},{"text":"of hundreds","number":"h3967"},{"text":"that stood","number":"h5324"},{"text":"give","number":"h5414"},{"text":"unto his servants","number":"h5650"},{"text":"Then Saul","number":"h7586"},{"text":"every one of you fields","number":"h7704"},{"text":"and make","number":"h7760"},{"text":"about him Hear now","number":"h8085"},{"text":"and captains","number":"h8269"},{"text":"you all captains","number":"h8269"}],"5":[{"text":"said","number":"h559"},{"text":"thee into the land","number":"h776"},{"text":"and came","number":"h935"},{"text":"and get","number":"h935"},{"text":"Gad","number":"h1410"},{"text":"Then David","number":"h1732"},{"text":"unto David","number":"h1732"},{"text":"of Hareth","number":"h2802"},{"text":"of Judah","number":"h3063"},{"text":"depart","number":"h3212"},{"text":"departed","number":"h3212"},{"text":"into the forest","number":"h3293"},{"text":"Abide","number":"h3427"},{"text":"not in the hold","number":"h4686"},{"text":"And the prophet","number":"h5030"}],"6":[{"text":"and the men","number":"h582"},{"text":"under a tree","number":"h815"},{"text":"in Gibeah","number":"h1390"},{"text":"that David","number":"h1732"},{"text":"having his spear","number":"h2595"},{"text":"in his hand","number":"h3027"},{"text":"was discovered","number":"h3045"},{"text":"abode","number":"h3427"},{"text":"were standing","number":"h5324"},{"text":"and all his servants","number":"h5650"},{"text":"in Ramah","number":"h7414"},{"text":"When Saul","number":"h7586"},{"text":"that were with him (now Saul","number":"h7586"},{"text":"heard","number":"h8085"}],"8":[{"text":"against me to lie in wait","number":"h693"},{"text":"me that my son","number":"h1121"},{"text":"unto me that my son","number":"h1121"},{"text":"with the son","number":"h1121"},{"text":"against me and there is none that sheweth","number":"h1540"},{"text":"for me or sheweth","number":"h1540"},{"text":"and there is none of you that is sorry","number":"h2470"},{"text":"as at this day","number":"h3117"},{"text":"of Jesse","number":"h3448"},{"text":"hath made a league","number":"h3772"},{"text":"my servant","number":"h5650"},{"text":"hath stirred up","number":"h6965"},{"text":"That all of you have conspired","number":"h7194"}],"23":[{"text":"not for he that seeketh","number":"h1245"},{"text":"seeketh","number":"h1245"},{"text":"thou with me fear","number":"h3372"},{"text":"Abide","number":"h3427"},{"text":"but with me thou shalt be in safeguard","number":"h4931"},{"text":"my life","number":"h5315"},{"text":"thy life","number":"h5315"}],"10":[{"text":"of Goliath","number":"h1555"},{"text":"him the sword","number":"h2719"},{"text":"of the LORD","number":"h3068"},{"text":"and gave","number":"h5414"},{"text":"for him and gave","number":"h5414"},{"text":"the Philistine","number":"h6430"},{"text":"him victuals","number":"h6720"},{"text":"And he enquired","number":"h7592"}],"4":[{"text":"that David","number":"h1732"},{"text":"with him all the while","number":"h3117"},{"text":"and they dwelt","number":"h3427"},{"text":"of Moab","number":"h4124"},{"text":"the king","number":"h4428"},{"text":"was in the hold","number":"h4686"},{"text":"And he brought","number":"h5148"},{"text":"them before","number":"h6440"}]}
@@ -0,0 +1 @@
1
+ {"17":[{"text":"my father","number":"h1"},{"text":"my father","number":"h1"},{"text":"And he said","number":"h559"},{"text":"not for the hand","number":"h3027"},{"text":"knoweth","number":"h3045"},{"text":"unto him Fear","number":"h3372"},{"text":"over Israel","number":"h3478"},{"text":"thee and thou shalt be king","number":"h4427"},{"text":"shall not find","number":"h4672"},{"text":"and I shall be next","number":"h4932"},{"text":"of Saul","number":"h7586"},{"text":"unto thee and that also Saul","number":"h7586"}],"6":[{"text":"And it came to pass when Abiathar","number":"h54"},{"text":"of Ahimelech","number":"h288"},{"text":"with an ephod","number":"h646"},{"text":"the son","number":"h1121"},{"text":"fled","number":"h1272"},{"text":"to David","number":"h1732"},{"text":"in his hand","number":"h3027"},{"text":"that he came down","number":"h3381"},{"text":"to Keilah","number":"h7084"}],"9":[{"text":"to Abiathar","number":"h54"},{"text":"against him and he said","number":"h559"},{"text":"the ephod","number":"h646"},{"text":"And David","number":"h1732"},{"text":"secretly practised","number":"h2790"},{"text":"knew","number":"h3045"},{"text":"the priest","number":"h3548"},{"text":"Bring hither","number":"h5066"},{"text":"mischief","number":"h7451"},{"text":"that Saul","number":"h7586"}],"20":[{"text":"according to all the desire","number":"h185"},{"text":"hand","number":"h3027"},{"text":"come down","number":"h3381"},{"text":"to come down","number":"h3381"},{"text":"Now therefore O king","number":"h4428"},{"text":"him into the king's","number":"h4428"},{"text":"of thy soul","number":"h5315"},{"text":"and our part shall be to deliver","number":"h5462"}],"25":[{"text":"after","number":"h310"},{"text":"also and his men","number":"h582"},{"text":"to seek","number":"h1245"},{"text":"David","number":"h1732"},{"text":"David","number":"h1732"},{"text":"went","number":"h3212"},{"text":"wherefore he came down","number":"h3381"},{"text":"and abode","number":"h3427"},{"text":"in the wilderness","number":"h4057"},{"text":"in the wilderness","number":"h4057"},{"text":"of Maon","number":"h4584"},{"text":"of Maon","number":"h4584"},{"text":"him And they told","number":"h5046"},{"text":"into a rock","number":"h5553"},{"text":"that he pursued","number":"h7291"},{"text":"And when Saul","number":"h7586"},{"text":"Saul","number":"h7586"},{"text":"heard","number":"h8085"}],"28":[{"text":"after","number":"h310"},{"text":"David","number":"h1732"},{"text":"and went","number":"h3212"},{"text":"that place","number":"h4725"},{"text":"Selahammahlekoth","number":"h5555"},{"text":"the Philistines","number":"h6430"},{"text":"therefore they called","number":"h7121"},{"text":"against","number":"h7125"},{"text":"from pursuing","number":"h7291"},{"text":"Wherefore Saul","number":"h7586"},{"text":"returned","number":"h7725"}],"10":[{"text":"God","number":"h430"},{"text":"Then said","number":"h559"},{"text":"to come","number":"h935"},{"text":"seeketh","number":"h1245"},{"text":"David","number":"h1732"},{"text":"O LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"thy servant","number":"h5650"},{"text":"the city","number":"h5892"},{"text":"to Keilah","number":"h7084"},{"text":"that Saul","number":"h7586"},{"text":"to destroy","number":"h7843"},{"text":"hath certainly","number":"h8085"},{"text":"heard","number":"h8085"}],"11":[{"text":"God","number":"h430"},{"text":"said","number":"h559"},{"text":"Will the men","number":"h1167"},{"text":"into his hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"O LORD","number":"h3068"},{"text":"He will come down","number":"h3381"},{"text":"come down","number":"h3381"},{"text":"of Israel","number":"h3478"},{"text":"I beseech thee tell","number":"h5046"},{"text":"deliver me up","number":"h5462"},{"text":"as thy servant","number":"h5650"},{"text":"thy servant","number":"h5650"},{"text":"of Keilah","number":"h7084"},{"text":"will Saul","number":"h7586"},{"text":"hath heard","number":"h8085"}],"7":[{"text":"God","number":"h430"},{"text":"said","number":"h559"},{"text":"by entering","number":"h935"},{"text":"was come","number":"h935"},{"text":"and bars","number":"h1280"},{"text":"that David","number":"h1732"},{"text":"that hath gates","number":"h1817"},{"text":"him into mine hand","number":"h3027"},{"text":"And it was told","number":"h5046"},{"text":"hath delivered","number":"h5234"},{"text":"for he is shut in","number":"h5462"},{"text":"into a town","number":"h5892"},{"text":"to Keilah","number":"h7084"},{"text":"And Saul","number":"h7586"},{"text":"Saul","number":"h7586"}],"14":[{"text":"but God","number":"h430"},{"text":"sought","number":"h1245"},{"text":"And David","number":"h1732"},{"text":"in a mountain","number":"h2022"},{"text":"of Ziph","number":"h2128"},{"text":"him not into his hand","number":"h3027"},{"text":"him every day","number":"h3117"},{"text":"abode","number":"h3427"},{"text":"and remained","number":"h3427"},{"text":"in the wilderness","number":"h4057"},{"text":"in the wilderness","number":"h4057"},{"text":"in strong holds","number":"h4679"},{"text":"delivered","number":"h5414"},{"text":"And Saul","number":"h7586"}],"16":[{"text":"in God","number":"h430"},{"text":"son","number":"h1121"},{"text":"to David","number":"h1732"},{"text":"and strengthened","number":"h2388"},{"text":"into the wood","number":"h2793"},{"text":"his hand","number":"h3027"},{"text":"And Jonathan","number":"h3083"},{"text":"and went","number":"h3212"},{"text":"arose","number":"h6965"},{"text":"Saul's","number":"h7586"}],"23":[{"text":"him out throughout all the thousands","number":"h505"},{"text":"in the land","number":"h776"},{"text":"and I will go","number":"h1980"},{"text":"where he hideth","number":"h2244"},{"text":"that I will search","number":"h2664"},{"text":"therefore and take knowledge","number":"h3045"},{"text":"of Judah","number":"h3063"},{"text":"with you and it shall come to pass if he be","number":"h3426"},{"text":"to me with the certainty","number":"h3559"},{"text":"of all the lurking places","number":"h4224"},{"text":"See","number":"h7200"},{"text":"himself and come ye again","number":"h7725"}],"12":[{"text":"Then said","number":"h559"},{"text":"said","number":"h559"},{"text":"me and my men","number":"h582"},{"text":"Will the men","number":"h1167"},{"text":"David","number":"h1732"},{"text":"into the hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"They will deliver thee up","number":"h5462"},{"text":"deliver","number":"h5462"},{"text":"of Keilah","number":"h7084"},{"text":"of Saul","number":"h7586"}],"4":[{"text":"him and said","number":"h559"},{"text":"Then David","number":"h1732"},{"text":"into thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"yet again","number":"h3254"},{"text":"go down","number":"h3381"},{"text":"for I will deliver","number":"h5414"},{"text":"answered","number":"h6030"},{"text":"the Philistines","number":"h6430"},{"text":"Arise","number":"h6965"},{"text":"to Keilah","number":"h7084"},{"text":"enquired","number":"h7592"}],"22":[{"text":"him there for it is told","number":"h559"},{"text":"yet and know","number":"h3045"},{"text":"Go","number":"h3212"},{"text":"I pray you prepare","number":"h3559"},{"text":"his place","number":"h4725"},{"text":"me that he dealeth very","number":"h6191"},{"text":"subtilly","number":"h6191"},{"text":"and see","number":"h7200"},{"text":"is and who hath seen","number":"h7200"},{"text":"where his haunt","number":"h7272"}],"2":[{"text":"said","number":"h559"},{"text":"saying","number":"h559"},{"text":"Therefore David","number":"h1732"},{"text":"unto David","number":"h1732"},{"text":"And the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"Go","number":"h3212"},{"text":"Shall I go","number":"h3212"},{"text":"and save","number":"h3467"},{"text":"and smite","number":"h5221"},{"text":"and smite","number":"h5221"},{"text":"the Philistines","number":"h6430"},{"text":"these Philistines","number":"h6430"},{"text":"Keilah","number":"h7084"},{"text":"enquired","number":"h7592"}],"21":[{"text":"said","number":"h559"},{"text":"Blessed","number":"h1288"},{"text":"for ye have compassion","number":"h2550"},{"text":"be ye of the LORD","number":"h3068"},{"text":"And Saul","number":"h7586"}],"3":[{"text":"said","number":"h559"},{"text":"men","number":"h582"},{"text":"And David's","number":"h1732"},{"text":"here in Judah","number":"h3063"},{"text":"how much more then if we come","number":"h3212"},{"text":"unto him Behold we be afraid","number":"h3373"},{"text":"against the armies","number":"h4634"},{"text":"of the Philistines","number":"h6430"},{"text":"to Keilah","number":"h7084"}],"1":[{"text":"saying","number":"h559"},{"text":"the threshingfloors","number":"h1637"},{"text":"David","number":"h1732"},{"text":"fight","number":"h3898"},{"text":"Then they told","number":"h5046"},{"text":"Behold the Philistines","number":"h6430"},{"text":"against Keilah","number":"h7084"},{"text":"and they rob","number":"h8154"}],"19":[{"text":"saying","number":"h559"},{"text":"in the hill","number":"h1389"},{"text":"to Gibeah","number":"h1390"},{"text":"Doth not David","number":"h1732"},{"text":"the Ziphites","number":"h2130"},{"text":"of Hachilah","number":"h2444"},{"text":"in the wood","number":"h2793"},{"text":"which is on the south","number":"h3225"},{"text":"of Jeshimon","number":"h3452"},{"text":"himself with us in strong holds","number":"h4679"},{"text":"hide","number":"h5641"},{"text":"Then came up","number":"h5927"},{"text":"to Saul","number":"h7586"}],"27":[{"text":"saying","number":"h559"},{"text":"the land","number":"h776"},{"text":"But there came","number":"h935"},{"text":"thee and come","number":"h3212"},{"text":"Haste","number":"h4116"},{"text":"a messenger","number":"h4397"},{"text":"for the Philistines","number":"h6430"},{"text":"have invaded","number":"h6584"},{"text":"unto Saul","number":"h7586"}],"13":[{"text":"and his men","number":"h582"},{"text":"whithersoever","number":"h834"},{"text":"Then David","number":"h1732"},{"text":"that David","number":"h1732"},{"text":"and went","number":"h1980"},{"text":"they could go","number":"h1980"},{"text":"and he forbare","number":"h2308"},{"text":"and departed","number":"h3318"},{"text":"to go forth","number":"h3318"},{"text":"hundred","number":"h3967"},{"text":"was escaped","number":"h4422"},{"text":"And it was told","number":"h5046"},{"text":"arose","number":"h6965"},{"text":"from Keilah","number":"h7084"},{"text":"out of Keilah","number":"h7084"},{"text":"Saul","number":"h7586"},{"text":"which were about six","number":"h8337"}],"24":[{"text":"and his men","number":"h582"},{"text":"but David","number":"h1732"},{"text":"to Ziph","number":"h2128"},{"text":"and went","number":"h3212"},{"text":"on the south","number":"h3225"},{"text":"of Jeshimon","number":"h3452"},{"text":"were in the wilderness","number":"h4057"},{"text":"of Maon","number":"h4584"},{"text":"in the plain","number":"h6160"},{"text":"before","number":"h6440"},{"text":"And they arose","number":"h6965"},{"text":"Saul","number":"h7586"}],"26":[{"text":"and his men","number":"h582"},{"text":"and his men","number":"h582"},{"text":"and his men","number":"h582"},{"text":"David","number":"h1732"},{"text":"and David","number":"h1732"},{"text":"and David","number":"h1732"},{"text":"of the mountain","number":"h2022"},{"text":"of the mountain","number":"h2022"},{"text":"made haste","number":"h2648"},{"text":"to get away","number":"h3212"},{"text":"went","number":"h3212"},{"text":"compassed","number":"h5849"},{"text":"round about","number":"h5849"},{"text":"for fear","number":"h6440"},{"text":"on that side","number":"h6654"},{"text":"on this side","number":"h6654"},{"text":"And Saul","number":"h7586"},{"text":"for Saul","number":"h7586"},{"text":"of Saul","number":"h7586"},{"text":"to take","number":"h8610"}],"5":[{"text":"and his men","number":"h582"},{"text":"them with a great","number":"h1419"},{"text":"So David","number":"h1732"},{"text":"So David","number":"h1732"},{"text":"went","number":"h3212"},{"text":"the inhabitants","number":"h3427"},{"text":"saved","number":"h3467"},{"text":"and fought","number":"h3898"},{"text":"slaughter","number":"h4347"},{"text":"their cattle","number":"h4735"},{"text":"and brought away","number":"h5090"},{"text":"and smote","number":"h5221"},{"text":"with the Philistines","number":"h6430"},{"text":"of Keilah","number":"h7084"},{"text":"to Keilah","number":"h7084"}],"8":[{"text":"and his men","number":"h582"},{"text":"David","number":"h1732"},{"text":"to go down","number":"h3381"},{"text":"to war","number":"h4421"},{"text":"all the people","number":"h5971"},{"text":"to besiege","number":"h6696"},{"text":"to Keilah","number":"h7084"},{"text":"And Saul","number":"h7586"},{"text":"called","number":"h8085"},{"text":"together","number":"h8085"}],"18":[{"text":"to his house","number":"h1004"},{"text":"a covenant","number":"h1285"},{"text":"and David","number":"h1732"},{"text":"went","number":"h1980"},{"text":"in the wood","number":"h2793"},{"text":"the LORD","number":"h3068"},{"text":"and Jonathan","number":"h3083"},{"text":"abode","number":"h3427"},{"text":"made","number":"h3772"},{"text":"before","number":"h6440"},{"text":"And they two","number":"h8147"}],"15":[{"text":"to seek","number":"h1245"},{"text":"And David","number":"h1732"},{"text":"and David","number":"h1732"},{"text":"of Ziph","number":"h2128"},{"text":"in a wood","number":"h2793"},{"text":"was come out","number":"h3318"},{"text":"was in the wilderness","number":"h4057"},{"text":"his life","number":"h5315"},{"text":"saw","number":"h7200"},{"text":"that Saul","number":"h7586"}],"29":[{"text":"And David","number":"h1732"},{"text":"from thence and dwelt","number":"h3427"},{"text":"in strong holds","number":"h4679"},{"text":"at Engedi","number":"h5872"},{"text":"went up","number":"h5927"}]}