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
+ {"11":[{"text":"Moreover my father","number":"h1"},{"text":"and killed","number":"h2026"},{"text":"and I have not sinned","number":"h2398"},{"text":"in mine hand","number":"h3027"},{"text":"in my hand","number":"h3027"},{"text":"thee not know","number":"h3045"},{"text":"the skirt","number":"h3671"},{"text":"the skirt","number":"h3671"},{"text":"for in that I cut off","number":"h3772"},{"text":"to take","number":"h3947"},{"text":"of thy robe","number":"h4598"},{"text":"of thy robe","number":"h4598"},{"text":"my soul","number":"h5315"},{"text":"nor transgression","number":"h6588"},{"text":"against thee yet thou huntest","number":"h6658"},{"text":"see","number":"h7200"},{"text":"thou and see","number":"h7200"},{"text":"yea see","number":"h7200"},{"text":"that there is neither evil","number":"h7451"}],"21":[{"text":"out of my father's","number":"h1"},{"text":"after","number":"h310"},{"text":"that thou wilt not","number":"h518"},{"text":"house","number":"h1004"},{"text":"my seed","number":"h2233"},{"text":"now therefore unto me by the LORD","number":"h3068"},{"text":"cut off","number":"h3772"},{"text":"Swear","number":"h7650"},{"text":"my name","number":"h8034"},{"text":"me and that thou wilt not destroy","number":"h8045"}],"8":[{"text":"My lord","number":"h113"},{"text":"after","number":"h310"},{"text":"behind","number":"h310"},{"text":"saying","number":"h559"},{"text":"with his face","number":"h639"},{"text":"to the earth","number":"h776"},{"text":"David","number":"h1732"},{"text":"him David","number":"h1732"},{"text":"afterward and went out","number":"h3318"},{"text":"the king","number":"h4428"},{"text":"of the cave","number":"h4631"},{"text":"looked","number":"h5027"},{"text":"stooped","number":"h6915"},{"text":"also arose","number":"h6965"},{"text":"and cried","number":"h7121"},{"text":"And when Saul","number":"h7586"},{"text":"Saul","number":"h7586"},{"text":"and bowed","number":"h7812"}],"10":[{"text":"against my lord","number":"h113"},{"text":"and some bade","number":"h559"},{"text":"thee and I said","number":"h559"},{"text":"me kill","number":"h2026"},{"text":"thee but mine eye spared","number":"h2347"},{"text":"into mine hand","number":"h3027"},{"text":"mine hand","number":"h3027"},{"text":"for he is the LORD'S","number":"h3068"},{"text":"how that the LORD","number":"h3068"},{"text":"Behold this day","number":"h3117"},{"text":"thee to day","number":"h3117"},{"text":"in the cave","number":"h4631"},{"text":"anointed","number":"h4899"},{"text":"had delivered","number":"h5414"},{"text":"thine eyes","number":"h5869"},{"text":"have seen","number":"h7200"},{"text":"I will not put forth","number":"h7971"}],"6":[{"text":"unto my master","number":"h113"},{"text":"And he said","number":"h559"},{"text":"unto his men","number":"h582"},{"text":"this thing","number":"h1697"},{"text":"forbid","number":"h2486"},{"text":"mine hand","number":"h3027"},{"text":"The LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD'S","number":"h3068"},{"text":"against him seeing he is the anointed","number":"h4899"},{"text":"anointed","number":"h4899"},{"text":"that I should do","number":"h6213"},{"text":"to stretch forth","number":"h7971"}],"9":[{"text":"thou men's","number":"h120"},{"text":"said","number":"h559"},{"text":"saying","number":"h559"},{"text":"seeketh","number":"h1245"},{"text":"words","number":"h1697"},{"text":"And David","number":"h1732"},{"text":"Behold David","number":"h1732"},{"text":"thy hurt","number":"h7451"},{"text":"to Saul","number":"h7586"},{"text":"Wherefore hearest","number":"h8085"}],"14":[{"text":"a","number":"h259"},{"text":"After","number":"h310"},{"text":"after","number":"h310"},{"text":"after","number":"h310"},{"text":"after","number":"h310"},{"text":"come out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"dog","number":"h3611"},{"text":"a dead","number":"h4191"},{"text":"whom is the king","number":"h4428"},{"text":"flea","number":"h6550"},{"text":"whom dost thou pursue","number":"h7291"}],"5":[{"text":"And it came to pass afterward","number":"h310"},{"text":"that David's","number":"h1732"},{"text":"skirt","number":"h3671"},{"text":"him because he had cut off","number":"h3772"},{"text":"heart","number":"h3820"},{"text":"smote","number":"h5221"},{"text":"Saul's","number":"h7586"}],"1":[{"text":"from following","number":"h310"},{"text":"him saying","number":"h559"},{"text":"Behold David","number":"h1732"},{"text":"is in the wilderness","number":"h4057"},{"text":"that it was told","number":"h5046"},{"text":"of Engedi","number":"h5872"},{"text":"the Philistines","number":"h6430"},{"text":"And it came to pass when Saul","number":"h7586"},{"text":"was returned","number":"h7725"}],"19":[{"text":"his enemy","number":"h341"},{"text":"For if a man","number":"h376"},{"text":"away","number":"h1870"},{"text":"thee good","number":"h2896"},{"text":"well","number":"h2896"},{"text":"wherefore the LORD","number":"h3068"},{"text":"unto me this day","number":"h3117"},{"text":"find","number":"h4672"},{"text":"for that thou hast done","number":"h6213"},{"text":"will he let him go","number":"h7971"},{"text":"reward","number":"h7999"}],"4":[{"text":"thine enemy","number":"h341"},{"text":"said","number":"h559"},{"text":"said","number":"h559"},{"text":"And the men","number":"h582"},{"text":"Then David","number":"h1732"},{"text":"of David","number":"h1732"},{"text":"into thine hand","number":"h3027"},{"text":"of which the LORD","number":"h3068"},{"text":"unto him Behold the day","number":"h3117"},{"text":"to him as it shall seem good","number":"h3190"},{"text":"the skirt","number":"h3671"},{"text":"and cut off","number":"h3772"},{"text":"privily","number":"h3909"},{"text":"robe","number":"h4598"},{"text":"unto thee Behold I will deliver","number":"h5414"},{"text":"unto thee","number":"h5869"},{"text":"that thou mayest do","number":"h6213"},{"text":"arose","number":"h6965"},{"text":"of Saul's","number":"h7586"}],"2":[{"text":"men","number":"h376"},{"text":"thousand","number":"h505"},{"text":"and his men","number":"h582"},{"text":"chosen","number":"h977"},{"text":"to seek","number":"h1245"},{"text":"David","number":"h1732"},{"text":"and went","number":"h3212"},{"text":"of the wild goats","number":"h3277"},{"text":"out of all Israel","number":"h3478"},{"text":"took","number":"h3947"},{"text":"upon","number":"h6440"},{"text":"the rocks","number":"h6697"},{"text":"Then Saul","number":"h7586"},{"text":"three","number":"h7969"}],"17":[{"text":"And he said","number":"h559"},{"text":"than I for thou hast rewarded","number":"h1580"},{"text":"whereas I have rewarded","number":"h1580"},{"text":"to David","number":"h1732"},{"text":"me good","number":"h2896"},{"text":"Thou art more righteous","number":"h6662"},{"text":"thee evil","number":"h7451"}],"13":[{"text":"As saith","number":"h559"},{"text":"but mine hand","number":"h3027"},{"text":"proceedeth","number":"h3318"},{"text":"the proverb","number":"h4912"},{"text":"of the ancients","number":"h6931"},{"text":"Wickedness","number":"h7562"},{"text":"from the wicked","number":"h7563"}],"16":[{"text":"said","number":"h559"},{"text":"and wept","number":"h1058"},{"text":"my son","number":"h1121"},{"text":"of speaking","number":"h1696"},{"text":"these words","number":"h1697"},{"text":"And it came to pass when David","number":"h1732"},{"text":"David","number":"h1732"},{"text":"had made an end","number":"h3615"},{"text":"lifted up","number":"h5375"},{"text":"Is this thy voice","number":"h6963"},{"text":"his voice","number":"h6963"},{"text":"And Saul","number":"h7586"},{"text":"that Saul","number":"h7586"},{"text":"unto Saul","number":"h7586"}],"22":[{"text":"and his men","number":"h582"},{"text":"home","number":"h1004"},{"text":"And David","number":"h1732"},{"text":"but David","number":"h1732"},{"text":"went","number":"h3212"},{"text":"unto the hold","number":"h4686"},{"text":"gat them up","number":"h5927"},{"text":"And Saul","number":"h7586"},{"text":"unto Saul","number":"h7586"},{"text":"sware","number":"h7650"}],"3":[{"text":"and his men","number":"h582"},{"text":"And he came","number":"h935"},{"text":"went in","number":"h935"},{"text":"to the sheepcotes","number":"h1448"},{"text":"and David","number":"h1732"},{"text":"by the way","number":"h1870"},{"text":"in the sides","number":"h3411"},{"text":"remained","number":"h3427"},{"text":"of the cave","number":"h4631"},{"text":"where was a cave","number":"h4631"},{"text":"to cover","number":"h5526"},{"text":"his feet","number":"h7272"},{"text":"and Saul","number":"h7586"}],"7":[{"text":"his servants","number":"h582"},{"text":"with these words","number":"h1697"},{"text":"So David","number":"h1732"},{"text":"on his way","number":"h1870"},{"text":"and went","number":"h3212"},{"text":"out of the cave","number":"h4631"},{"text":"and suffered","number":"h5414"},{"text":"rose up","number":"h6965"},{"text":"them not to rise","number":"h6965"},{"text":"But Saul","number":"h7586"},{"text":"against Saul","number":"h7586"},{"text":"stayed","number":"h8156"}],"15":[{"text":"therefore be judge","number":"h1781"},{"text":"me out of thine hand","number":"h3027"},{"text":"The LORD","number":"h3068"},{"text":"between me and thee and see","number":"h7200"},{"text":"and plead","number":"h7378"},{"text":"my cause","number":"h7379"},{"text":"and deliver","number":"h8199"},{"text":"and judge","number":"h8199"}],"18":[{"text":"thou killedst","number":"h2026"},{"text":"well","number":"h2896"},{"text":"me into thine hand","number":"h3027"},{"text":"with me forasmuch as when the LORD","number":"h3068"},{"text":"this day","number":"h3117"},{"text":"And thou hast shewed","number":"h5046"},{"text":"had delivered","number":"h5462"},{"text":"how that thou hast dealt","number":"h6213"}],"20":[{"text":"in thine hand","number":"h3027"},{"text":"And now behold I know well","number":"h3045"},{"text":"of Israel","number":"h3478"},{"text":"be king","number":"h4427"},{"text":"that thou shalt surely","number":"h4427"},{"text":"and that the kingdom","number":"h4467"},{"text":"shall be established","number":"h6965"}],"12":[{"text":"me of thee but mine hand","number":"h3027"},{"text":"The LORD","number":"h3068"},{"text":"between me and thee and the LORD","number":"h3068"},{"text":"avenge","number":"h5358"},{"text":"judge","number":"h8199"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"Abigail","number":"h26"},{"text":"our master","number":"h113"},{"text":"But one","number":"h259"},{"text":"saying","number":"h559"},{"text":"wife","number":"h802"},{"text":"to salute","number":"h1288"},{"text":"Behold David","number":"h1732"},{"text":"out of the wilderness","number":"h4057"},{"text":"messengers","number":"h4397"},{"text":"Nabal's","number":"h5037"},{"text":"told","number":"h5046"},{"text":"of the young men","number":"h5288"},{"text":"and he railed","number":"h5860"},{"text":"sent","number":"h7971"}],"3":[{"text":"Abigail","number":"h26"},{"text":"but the man","number":"h376"},{"text":"of the man","number":"h376"},{"text":"and she was a woman","number":"h802"},{"text":"of his wife","number":"h802"},{"text":"of good","number":"h2896"},{"text":"and of a beautiful","number":"h3303"},{"text":"and he was of the house of Caleb","number":"h3614"},{"text":"in his doings","number":"h4611"},{"text":"was Nabal","number":"h5037"},{"text":"was churlish","number":"h7186"},{"text":"and evil","number":"h7451"},{"text":"understanding","number":"h7922"},{"text":"Now the name","number":"h8034"},{"text":"and the name","number":"h8034"},{"text":"countenance","number":"h8389"}],"36":[{"text":"And Abigail","number":"h26"},{"text":"light","number":"h216"},{"text":"came","number":"h935"},{"text":"in his house","number":"h1004"},{"text":"until the morning","number":"h1242"},{"text":"or more","number":"h1419"},{"text":"him nothing","number":"h1697"},{"text":"was merry","number":"h2896"},{"text":"heart","number":"h3820"},{"text":"within him for he was very","number":"h3966"},{"text":"of a king","number":"h4428"},{"text":"and behold he held a feast","number":"h4960"},{"text":"like the feast","number":"h4960"},{"text":"and Nabal's","number":"h5037"},{"text":"to Nabal","number":"h5037"},{"text":"wherefore she told","number":"h5046"},{"text":"less","number":"h6996"},{"text":"drunken","number":"h7910"}],"42":[{"text":"And Abigail","number":"h26"},{"text":"after","number":"h310"},{"text":"and became his wife","number":"h802"},{"text":"of David","number":"h1732"},{"text":"of hers that went","number":"h1980"},{"text":"upon an ass","number":"h2543"},{"text":"with five","number":"h2568"},{"text":"her and she went","number":"h3212"},{"text":"hasted","number":"h4116"},{"text":"the messengers","number":"h4397"},{"text":"damsels","number":"h5291"},{"text":"and arose","number":"h6965"},{"text":"after","number":"h7272"},{"text":"and rode","number":"h7392"}],"23":[{"text":"And when Abigail","number":"h26"},{"text":"before","number":"h639"},{"text":"herself to the ground","number":"h776"},{"text":"David","number":"h1732"},{"text":"David","number":"h1732"},{"text":"the ass","number":"h2543"},{"text":"and lighted off","number":"h3381"},{"text":"she hasted","number":"h4116"},{"text":"and fell","number":"h5307"},{"text":"on her face","number":"h6440"},{"text":"saw","number":"h7200"},{"text":"and bowed","number":"h7812"}],"18":[{"text":"Then Abigail","number":"h26"},{"text":"cakes","number":"h1690"},{"text":"them on asses","number":"h2543"},{"text":"and five","number":"h2568"},{"text":"and five","number":"h2568"},{"text":"of wine","number":"h3196"},{"text":"loaves","number":"h3899"},{"text":"and took","number":"h3947"},{"text":"and two hundred","number":"h3967"},{"text":"corn and an hundred","number":"h3967"},{"text":"two hundred","number":"h3967"},{"text":"made haste","number":"h4116"},{"text":"bottles","number":"h5035"},{"text":"measures","number":"h5429"},{"text":"ready dressed","number":"h6213"},{"text":"sheep","number":"h6629"},{"text":"clusters of raisins","number":"h6778"},{"text":"of parched","number":"h7039"},{"text":"of figs and laid","number":"h7760"},{"text":"and two","number":"h8147"}],"32":[{"text":"to Abigail","number":"h26"},{"text":"God","number":"h430"},{"text":"said","number":"h559"},{"text":"Blessed","number":"h1288"},{"text":"And David","number":"h1732"},{"text":"be the LORD","number":"h3068"},{"text":"thee this day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"to meet","number":"h7125"},{"text":"which sent","number":"h7971"}],"40":[{"text":"to Abigail","number":"h26"},{"text":"unto her saying","number":"h559"},{"text":"thee to him to wife","number":"h802"},{"text":"were come","number":"h935"},{"text":"they spake","number":"h1696"},{"text":"David","number":"h1732"},{"text":"of David","number":"h1732"},{"text":"to Carmel","number":"h3760"},{"text":"us unto thee to take","number":"h3947"},{"text":"And when the servants","number":"h5650"},{"text":"sent","number":"h7971"}],"39":[{"text":"with Abigail","number":"h26"},{"text":"he said","number":"h559"},{"text":"her to him to wife","number":"h802"},{"text":"Blessed","number":"h1288"},{"text":"and communed","number":"h1696"},{"text":"And David","number":"h1732"},{"text":"And when David","number":"h1732"},{"text":"of my reproach","number":"h2781"},{"text":"and hath kept","number":"h2820"},{"text":"from the hand","number":"h3027"},{"text":"be the LORD","number":"h3068"},{"text":"for the LORD","number":"h3068"},{"text":"to take","number":"h3947"},{"text":"was dead","number":"h4191"},{"text":"of Nabal","number":"h5037"},{"text":"of Nabal","number":"h5037"},{"text":"that Nabal","number":"h5037"},{"text":"his servant","number":"h5650"},{"text":"upon his own head","number":"h7218"},{"text":"that hath pleaded","number":"h7378"},{"text":"the cause","number":"h7379"},{"text":"from evil","number":"h7451"},{"text":"the wickedness","number":"h7451"},{"text":"hath returned","number":"h7725"},{"text":"sent","number":"h7971"},{"text":"heard","number":"h8085"}],"37":[{"text":"him and he became as a stone","number":"h68"},{"text":"and his wife","number":"h802"},{"text":"But it came to pass in the morning","number":"h1242"},{"text":"him these things","number":"h1697"},{"text":"when the wine","number":"h3196"},{"text":"was gone out","number":"h3318"},{"text":"that his heart","number":"h3820"},{"text":"died","number":"h4191"},{"text":"of Nabal","number":"h5037"},{"text":"had told","number":"h5046"},{"text":"within","number":"h7130"}],"26":[{"text":"Now therefore my lord","number":"h113"},{"text":"to my lord","number":"h113"},{"text":"now let thine enemies","number":"h341"},{"text":"thee from coming","number":"h935"},{"text":"and they that seek","number":"h1245"},{"text":"to shed blood","number":"h1818"},{"text":"liveth","number":"h2416"},{"text":"liveth","number":"h2416"},{"text":"thyself with thine own hand","number":"h3027"},{"text":"as the LORD","number":"h3068"},{"text":"seeing the LORD","number":"h3068"},{"text":"and from avenging","number":"h3467"},{"text":"hath withholden","number":"h4513"},{"text":"be as Nabal","number":"h5037"},{"text":"and as thy soul","number":"h5315"},{"text":"evil","number":"h7451"}],"24":[{"text":"Upon me my lord","number":"h113"},{"text":"in thine audience","number":"h241"},{"text":"be and let thine handmaid","number":"h519"},{"text":"and said","number":"h559"},{"text":"of thine handmaid","number":"h589"},{"text":"I pray thee speak","number":"h1696"},{"text":"the words","number":"h1697"},{"text":"And fell","number":"h5307"},{"text":"upon me let this iniquity","number":"h5771"},{"text":"at his feet","number":"h7272"},{"text":"and hear","number":"h8085"}],"17":[{"text":"against our master","number":"h113"},{"text":"and against all his household","number":"h1004"},{"text":"of Belial","number":"h1100"},{"text":"for he is such a son","number":"h1121"},{"text":"that a man cannot speak","number":"h1696"},{"text":"Now therefore know","number":"h3045"},{"text":"is determined","number":"h3615"},{"text":"what thou wilt do","number":"h6213"},{"text":"and consider","number":"h7200"},{"text":"for evil","number":"h7451"}],"28":[{"text":"because my lord","number":"h113"},{"text":"my lord","number":"h113"},{"text":"of thine handmaid","number":"h519"},{"text":"a sure","number":"h539"},{"text":"house","number":"h1004"},{"text":"for the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"in thee all thy days","number":"h3117"},{"text":"fighteth","number":"h3898"},{"text":"the battles","number":"h4421"},{"text":"hath not been found","number":"h4672"},{"text":"I pray thee forgive","number":"h5375"},{"text":"make","number":"h6213"},{"text":"will certainly","number":"h6213"},{"text":"the trespass","number":"h6588"},{"text":"and evil","number":"h7451"}],"10":[{"text":"his master","number":"h113"},{"text":"every man","number":"h376"},{"text":"and said","number":"h559"},{"text":"and who is the son","number":"h1121"},{"text":"David's","number":"h1732"},{"text":"Who is David","number":"h1732"},{"text":"now a days","number":"h3117"},{"text":"of Jesse","number":"h3448"},{"text":"And Nabal","number":"h5037"},{"text":"servants","number":"h5650"},{"text":"servants","number":"h5650"},{"text":"answered","number":"h6030"},{"text":"from","number":"h6440"},{"text":"that break away","number":"h6555"},{"text":"there be many","number":"h7231"}],"27":[{"text":"my lord","number":"h113"},{"text":"unto my lord","number":"h113"},{"text":"hath brought","number":"h935"},{"text":"And now this blessing","number":"h1293"},{"text":"that follow","number":"h1980"},{"text":"unto the young men","number":"h5288"},{"text":"let it even be given","number":"h5414"},{"text":"which thine handmaid","number":"h8198"}],"25":[{"text":"not my lord","number":"h113"},{"text":"of my lord","number":"h113"},{"text":"this man","number":"h376"},{"text":"is with him but I thine handmaid","number":"h519"},{"text":"of Belial","number":"h1100"},{"text":"I pray thee regard","number":"h3820"},{"text":"even Nabal","number":"h5037"},{"text":"is so is he Nabal","number":"h5037"},{"text":"and folly","number":"h5039"},{"text":"not the young men","number":"h5288"},{"text":"saw","number":"h7200"},{"text":"Let","number":"h7760"},{"text":"whom thou didst send","number":"h7971"},{"text":"for as his name","number":"h8034"},{"text":"is his name","number":"h8034"}],"29":[{"text":"of my lord","number":"h113"},{"text":"Yet a man","number":"h120"},{"text":"of thine enemies","number":"h341"},{"text":"thy God","number":"h430"},{"text":"thee and to seek","number":"h1245"},{"text":"of life","number":"h2416"},{"text":"with the LORD","number":"h3068"},{"text":"and the souls","number":"h5315"},{"text":"but the soul","number":"h5315"},{"text":"thy soul","number":"h5315"},{"text":"in the bundle","number":"h6872"},{"text":"shall be bound","number":"h6887"},{"text":"is risen","number":"h6965"},{"text":"them shall he sling out","number":"h7049"},{"text":"of a sling","number":"h7050"},{"text":"to pursue","number":"h7291"},{"text":"as out of the middle","number":"h8432"}],"41":[{"text":"of my lord","number":"h113"},{"text":"Behold let thine handmaid","number":"h519"},{"text":"and said","number":"h559"},{"text":"herself on her face","number":"h639"},{"text":"to the earth","number":"h776"},{"text":"of the servants","number":"h5650"},{"text":"And she arose","number":"h6965"},{"text":"the feet","number":"h7272"},{"text":"to wash","number":"h7364"},{"text":"and bowed","number":"h7812"},{"text":"be a servant","number":"h8198"}],"31":[{"text":"or that my lord","number":"h113"},{"text":"unto my lord","number":"h113"},{"text":"with my lord","number":"h113"},{"text":"thine handmaid","number":"h519"},{"text":"blood","number":"h1818"},{"text":"then remember","number":"h2142"},{"text":"causeless","number":"h2600"},{"text":"himself but when the LORD","number":"h3068"},{"text":"shall have dealt well","number":"h3190"},{"text":"hath avenged","number":"h3467"},{"text":"of heart","number":"h3820"},{"text":"unto thee nor offence","number":"h4383"},{"text":"That this shall be no grief","number":"h6330"},{"text":"either that thou hast shed","number":"h8210"}],"30":[{"text":"to my lord","number":"h113"},{"text":"that he hath spoken","number":"h1696"},{"text":"according to all the good","number":"h2896"},{"text":"And it shall come to pass when the LORD","number":"h3068"},{"text":"over Israel","number":"h3478"},{"text":"thee ruler","number":"h5057"},{"text":"shall have done","number":"h6213"},{"text":"concerning thee and shall have appointed","number":"h6680"}],"34":[{"text":"For in very deed","number":"h199"},{"text":"light","number":"h216"},{"text":"God","number":"h430"},{"text":"and come","number":"h935"},{"text":"by the morning","number":"h1242"},{"text":"liveth","number":"h2416"},{"text":"as the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"me surely there had not been left","number":"h3498"},{"text":"thee except","number":"h3884"},{"text":"thou hadst hasted","number":"h4116"},{"text":"which hath kept me back","number":"h4513"},{"text":"unto Nabal","number":"h5037"},{"text":"against the wall","number":"h7023"},{"text":"to meet","number":"h7125"},{"text":"from hurting","number":"h7489"},{"text":"any that pisseth","number":"h8366"}],"22":[{"text":"light","number":"h216"},{"text":"unto the enemies","number":"h341"},{"text":"God","number":"h430"},{"text":"the morning","number":"h1242"},{"text":"of David","number":"h1732"},{"text":"and more","number":"h3254"},{"text":"So","number":"h3541"},{"text":"of all that pertain to him by","number":"h5704"},{"text":"also do","number":"h6213"},{"text":"against the wall","number":"h7023"},{"text":"if I leave","number":"h7604"},{"text":"any that pisseth","number":"h8366"}],"43":[{"text":"Ahinoam","number":"h293"},{"text":"of them his wives","number":"h802"},{"text":"David","number":"h1732"},{"text":"of Jezreel","number":"h3157"},{"text":"also took","number":"h3947"},{"text":"and they were also both","number":"h8147"}],"13":[{"text":"after","number":"h310"},{"text":"every man","number":"h376"},{"text":"every man","number":"h376"},{"text":"men","number":"h376"},{"text":"said","number":"h559"},{"text":"unto his men","number":"h582"},{"text":"about four","number":"h702"},{"text":"And David","number":"h1732"},{"text":"David","number":"h1732"},{"text":"and David","number":"h1732"},{"text":"And they girded on","number":"h2296"},{"text":"Gird ye on","number":"h2296"},{"text":"also girded on","number":"h2296"},{"text":"his sword","number":"h2719"},{"text":"his sword","number":"h2719"},{"text":"his sword","number":"h2719"},{"text":"abode","number":"h3427"},{"text":"by the stuff","number":"h3627"},{"text":"and two hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"and there went up","number":"h5927"}],"19":[{"text":"after","number":"h310"},{"text":"not her husband","number":"h376"},{"text":"And she said","number":"h559"},{"text":"me behold I come","number":"h935"},{"text":"Nabal","number":"h5037"},{"text":"you But she told","number":"h5046"},{"text":"unto her servants","number":"h5288"},{"text":"Go on","number":"h5674"},{"text":"before","number":"h6440"}],"2":[{"text":"And there was a man","number":"h376"},{"text":"and the man","number":"h376"},{"text":"and a thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"great","number":"h1419"},{"text":"and he was shearing","number":"h1494"},{"text":"in Carmel","number":"h3760"},{"text":"were in Carmel","number":"h3760"},{"text":"was very","number":"h3966"},{"text":"in Maon","number":"h4584"},{"text":"whose possessions","number":"h4639"},{"text":"goats","number":"h5795"},{"text":"his sheep","number":"h6629"},{"text":"sheep","number":"h6629"},{"text":"and he had three","number":"h7969"}],"6":[{"text":"And thus shall ye say","number":"h559"},{"text":"be to thine house","number":"h1004"},{"text":"to him that liveth","number":"h2416"},{"text":"and peace","number":"h7965"},{"text":"be both to thee and peace","number":"h7965"},{"text":"in prosperity Peace","number":"h7965"}],"21":[{"text":"had said","number":"h559"},{"text":"Now David","number":"h1732"},{"text":"all that this","number":"h2088"},{"text":"for good","number":"h2896"},{"text":"so that nothing","number":"h3972"},{"text":"fellow hath in the wilderness","number":"h4057"},{"text":"was missed","number":"h6485"},{"text":"me evil","number":"h7451"},{"text":"of all that pertained unto him and he hath requited","number":"h7725"},{"text":"have I kept","number":"h8104"},{"text":"Surely in vain","number":"h8267"}],"35":[{"text":"him and said","number":"h559"},{"text":"that which she had brought","number":"h935"},{"text":"to thine house","number":"h1004"},{"text":"So David","number":"h1732"},{"text":"of her hand","number":"h3027"},{"text":"received","number":"h3947"},{"text":"and have accepted","number":"h5375"},{"text":"unto her Go up","number":"h5927"},{"text":"thy person","number":"h6440"},{"text":"to thy voice","number":"h6963"},{"text":"see","number":"h7200"},{"text":"in peace","number":"h7965"},{"text":"I have hearkened","number":"h8085"}],"5":[{"text":"said","number":"h559"},{"text":"and go","number":"h935"},{"text":"And David","number":"h1732"},{"text":"and David","number":"h1732"},{"text":"to Carmel","number":"h3760"},{"text":"to Nabal","number":"h5037"},{"text":"unto the young men","number":"h5288"},{"text":"young men","number":"h5288"},{"text":"Get you up","number":"h5927"},{"text":"ten","number":"h6235"},{"text":"and greet","number":"h7592"},{"text":"sent out","number":"h7971"},{"text":"him in my name","number":"h8034"}],"15":[{"text":"But the men","number":"h582"},{"text":"we were conversant","number":"h1980"},{"text":"good","number":"h2896"},{"text":"as long as","number":"h3117"},{"text":"unto us and we were not hurt","number":"h3637"},{"text":"were very","number":"h3966"},{"text":"we any thing","number":"h3972"},{"text":"neither missed","number":"h6485"},{"text":"with them when we were in the fields","number":"h7704"}],"20":[{"text":"and his men","number":"h582"},{"text":"and behold David","number":"h1732"},{"text":"of the hill","number":"h2022"},{"text":"on the ass","number":"h2543"},{"text":"came down","number":"h3381"},{"text":"that she came down","number":"h3381"},{"text":"by the covert","number":"h5643"},{"text":"her and she met","number":"h6298"},{"text":"against","number":"h7125"},{"text":"And it was so as she rode","number":"h7392"}],"11":[{"text":"it unto men","number":"h582"},{"text":"for my shearers","number":"h1494"},{"text":"that I have killed","number":"h2873"},{"text":"and my flesh","number":"h2878"},{"text":"whom I know","number":"h3045"},{"text":"my bread","number":"h3899"},{"text":"Shall I then take","number":"h3947"},{"text":"and my water","number":"h4325"},{"text":"and give","number":"h5414"}],"44":[{"text":"wife","number":"h802"},{"text":"the son","number":"h1121"},{"text":"his daughter","number":"h1323"},{"text":"which was of Gallim","number":"h1554"},{"text":"David's","number":"h1732"},{"text":"of Laish","number":"h3919"},{"text":"Michal","number":"h4324"},{"text":"had given","number":"h5414"},{"text":"to Phalti","number":"h6406"},{"text":"But Saul","number":"h7586"}],"12":[{"text":"and came","number":"h935"},{"text":"him all those sayings","number":"h1697"},{"text":"So David's","number":"h1732"},{"text":"their way","number":"h1870"},{"text":"turned","number":"h2015"},{"text":"and told","number":"h5046"},{"text":"young men","number":"h5288"},{"text":"and went again","number":"h7725"}],"9":[{"text":"came","number":"h935"},{"text":"they spake","number":"h1696"},{"text":"according to all those words","number":"h1697"},{"text":"And when David's","number":"h1732"},{"text":"of David","number":"h1732"},{"text":"to Nabal","number":"h5037"},{"text":"and ceased","number":"h5117"},{"text":"young men","number":"h5288"},{"text":"in the name","number":"h8034"}],"8":[{"text":"for we come","number":"h935"},{"text":"and to thy son","number":"h1121"},{"text":"David","number":"h1732"},{"text":"favour","number":"h2580"},{"text":"in a good","number":"h2896"},{"text":"to thine hand","number":"h3027"},{"text":"day","number":"h3117"},{"text":"I pray thee whatsoever cometh","number":"h4672"},{"text":"find","number":"h4672"},{"text":"and they will shew","number":"h5046"},{"text":"thee Wherefore let the young men","number":"h5288"},{"text":"thy young men","number":"h5288"},{"text":"give","number":"h5414"},{"text":"unto thy servants","number":"h5650"},{"text":"in thine eyes","number":"h5869"},{"text":"Ask","number":"h7592"}],"33":[{"text":"from coming","number":"h935"},{"text":"And blessed","number":"h1288"},{"text":"and blessed","number":"h1288"},{"text":"to shed blood","number":"h1818"},{"text":"be thy advice","number":"h2940"},{"text":"myself with mine own hand","number":"h3027"},{"text":"me this day","number":"h3117"},{"text":"and from avenging","number":"h3467"},{"text":"be thou which hast kept","number":"h3607"}],"1":[{"text":"him in his house","number":"h1004"},{"text":"And David","number":"h1732"},{"text":"and went down","number":"h3381"},{"text":"and all the Israelites","number":"h3478"},{"text":"to the wilderness","number":"h4057"},{"text":"died","number":"h4191"},{"text":"and lamented","number":"h5594"},{"text":"of Paran","number":"h6290"},{"text":"were gathered together","number":"h6908"},{"text":"him and buried","number":"h6912"},{"text":"arose","number":"h6965"},{"text":"at Ramah","number":"h7414"},{"text":"And Samuel","number":"h8050"}],"4":[{"text":"did shear","number":"h1494"},{"text":"And David","number":"h1732"},{"text":"in the wilderness","number":"h4057"},{"text":"that Nabal","number":"h5037"},{"text":"his sheep","number":"h6629"},{"text":"heard","number":"h8085"}],"7":[{"text":"that thou hast shearers","number":"h1494"},{"text":"unto them all the while","number":"h3117"},{"text":"which were with us we hurt","number":"h3637"},{"text":"they were in Carmel","number":"h3760"},{"text":"them not neither was there ought","number":"h3972"},{"text":"missing","number":"h6485"},{"text":"now thy shepherds","number":"h7462"},{"text":"And now I have heard","number":"h8085"}],"16":[{"text":"They were a wall","number":"h2346"},{"text":"all the while","number":"h3117"},{"text":"and day","number":"h3119"},{"text":"unto us both by night","number":"h3915"},{"text":"the sheep","number":"h6629"},{"text":"we were with them keeping","number":"h7462"}],"38":[{"text":"after that the LORD","number":"h3068"},{"text":"days","number":"h3117"},{"text":"that he died","number":"h4191"},{"text":"Nabal","number":"h5037"},{"text":"smote","number":"h5062"},{"text":"And it came to pass about ten","number":"h6235"}]}
@@ -0,0 +1 @@
1
+ {"23":[{"text":"but I would","number":"h14"},{"text":"to every man","number":"h376"},{"text":"and his faithfulness","number":"h530"},{"text":"mine hand","number":"h3027"},{"text":"thee into my hand","number":"h3027"},{"text":"The LORD","number":"h3068"},{"text":"against the LORD'S","number":"h3068"},{"text":"for the LORD","number":"h3068"},{"text":"to day","number":"h3117"},{"text":"anointed","number":"h4899"},{"text":"delivered","number":"h5414"},{"text":"his righteousness","number":"h6666"},{"text":"render","number":"h7725"},{"text":"not stretch forth","number":"h7971"}],"8":[{"text":"Abishai","number":"h52"},{"text":"thine enemy","number":"h341"},{"text":"God","number":"h430"},{"text":"Then said","number":"h559"},{"text":"even to the earth","number":"h776"},{"text":"to David","number":"h1732"},{"text":"him I pray thee with the spear","number":"h2595"},{"text":"into thine hand","number":"h3027"},{"text":"this day","number":"h3117"},{"text":"now therefore let me smite","number":"h5221"},{"text":"hath delivered","number":"h5462"},{"text":"at once","number":"h6471"},{"text":"and I will not smite him the second time","number":"h8138"}],"6":[{"text":"And Abishai","number":"h52"},{"text":"and to Abishai","number":"h52"},{"text":"brother","number":"h251"},{"text":"to Ahimelech","number":"h288"},{"text":"and said","number":"h559"},{"text":"said","number":"h559"},{"text":"saying","number":"h559"},{"text":"the son","number":"h1121"},{"text":"David","number":"h1732"},{"text":"the Hittite","number":"h2850"},{"text":"to Joab","number":"h3097"},{"text":"I will go down","number":"h3381"},{"text":"Who will go down","number":"h3381"},{"text":"to the camp","number":"h4264"},{"text":"Then answered","number":"h6030"},{"text":"of Zeruiah","number":"h6870"},{"text":"with me to Saul","number":"h7586"}],"7":[{"text":"and Abishai","number":"h52"},{"text":"but Abner","number":"h74"},{"text":"in the ground","number":"h776"},{"text":"came","number":"h935"},{"text":"So David","number":"h1732"},{"text":"and his spear","number":"h2595"},{"text":"sleeping","number":"h3463"},{"text":"by night","number":"h3915"},{"text":"within the trench","number":"h4570"},{"text":"stuck","number":"h4600"},{"text":"at his bolster","number":"h4763"},{"text":"round about","number":"h5439"},{"text":"and the people","number":"h5971"},{"text":"to the people","number":"h5971"},{"text":"and behold Saul","number":"h7586"},{"text":"lay","number":"h7901"},{"text":"lay","number":"h7901"}],"9":[{"text":"to Abishai","number":"h52"},{"text":"said","number":"h559"},{"text":"And David","number":"h1732"},{"text":"his hand","number":"h3027"},{"text":"against the LORD'S","number":"h3068"},{"text":"anointed","number":"h4899"},{"text":"and be guiltless","number":"h5352"},{"text":"Destroy","number":"h7843"},{"text":"him not for who can stretch forth","number":"h7971"}],"14":[{"text":"Then Abner","number":"h74"},{"text":"and to Abner","number":"h74"},{"text":"thou not Abner","number":"h74"},{"text":"and said","number":"h559"},{"text":"saying","number":"h559"},{"text":"the son","number":"h1121"},{"text":"And David","number":"h1732"},{"text":"to the king","number":"h4428"},{"text":"of Ner","number":"h5369"},{"text":"to the people","number":"h5971"},{"text":"Answerest","number":"h6030"},{"text":"answered","number":"h6030"},{"text":"Who art thou that criest","number":"h7121"},{"text":"cried","number":"h7121"}],"5":[{"text":"and Abner","number":"h74"},{"text":"and came","number":"h935"},{"text":"the son","number":"h1121"},{"text":"And David","number":"h1732"},{"text":"and David","number":"h1732"},{"text":"had pitched","number":"h2583"},{"text":"pitched","number":"h2583"},{"text":"in the trench","number":"h4570"},{"text":"the place","number":"h4725"},{"text":"to the place","number":"h4725"},{"text":"of Ner","number":"h5369"},{"text":"round about","number":"h5439"},{"text":"and the people","number":"h5971"},{"text":"of his host","number":"h6635"},{"text":"arose","number":"h6965"},{"text":"beheld","number":"h7200"},{"text":"and Saul","number":"h7586"},{"text":"where Saul","number":"h7586"},{"text":"where Saul","number":"h7586"},{"text":"lay","number":"h7901"},{"text":"lay","number":"h7901"},{"text":"the captain","number":"h8269"}],"15":[{"text":"to Abner","number":"h74"},{"text":"thy lord","number":"h113"},{"text":"thy lord","number":"h113"},{"text":"one","number":"h259"},{"text":"Art not thou a valiant man","number":"h376"},{"text":"said","number":"h559"},{"text":"for there came","number":"h935"},{"text":"And David","number":"h1732"},{"text":"and who is like to thee in Israel","number":"h3478"},{"text":"the king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"of the people","number":"h5971"},{"text":"in to destroy","number":"h7843"},{"text":"wherefore then hast thou not kept","number":"h8104"}],"19":[{"text":"Now therefore I pray thee let my lord","number":"h113"},{"text":"of men","number":"h120"},{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"saying","number":"h559"},{"text":"cursed","number":"h779"},{"text":"but if they be the children","number":"h1121"},{"text":"for they have driven","number":"h1644"},{"text":"the words","number":"h1697"},{"text":"If the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"me out this day","number":"h3117"},{"text":"Go","number":"h3212"},{"text":"the king","number":"h4428"},{"text":"an offering","number":"h4503"},{"text":"in the inheritance","number":"h5159"},{"text":"have stirred thee up","number":"h5496"},{"text":"from abiding","number":"h5596"},{"text":"serve","number":"h5647"},{"text":"of his servant","number":"h5650"},{"text":"be they before","number":"h6440"},{"text":"against me let him accept","number":"h7306"},{"text":"hear","number":"h8085"}],"18":[{"text":"Wherefore doth my lord","number":"h113"},{"text":"after","number":"h310"},{"text":"And he said","number":"h559"},{"text":"is in mine hand","number":"h3027"},{"text":"his servant","number":"h5650"},{"text":"for what have I done","number":"h6213"},{"text":"thus pursue","number":"h7291"},{"text":"or what evil","number":"h7451"}],"17":[{"text":"my lord","number":"h113"},{"text":"and said","number":"h559"},{"text":"said","number":"h559"},{"text":"my son","number":"h1121"},{"text":"And David","number":"h1732"},{"text":"David","number":"h1732"},{"text":"David's","number":"h1732"},{"text":"O king","number":"h4428"},{"text":"knew","number":"h5234"},{"text":"Is this thy voice","number":"h6963"},{"text":"It is my voice","number":"h6963"},{"text":"voice","number":"h6963"},{"text":"And Saul","number":"h7586"}],"16":[{"text":"your master","number":"h113"},{"text":"ye are worthy","number":"h1121"},{"text":"This thing","number":"h1697"},{"text":"liveth","number":"h2416"},{"text":"spear","number":"h2595"},{"text":"is not good","number":"h2896"},{"text":"As the LORD","number":"h3068"},{"text":"the LORD'S","number":"h3068"},{"text":"to die","number":"h4194"},{"text":"of water","number":"h4325"},{"text":"where the king's","number":"h4428"},{"text":"that was at his bolster","number":"h4763"},{"text":"anointed","number":"h4899"},{"text":"that thou hast done","number":"h6213"},{"text":"is and the cruse","number":"h6835"},{"text":"And now see","number":"h7200"},{"text":"because ye have not kept","number":"h8104"}],"22":[{"text":"and let one","number":"h259"},{"text":"and said","number":"h559"},{"text":"And David","number":"h1732"},{"text":"spear","number":"h2595"},{"text":"and fetch","number":"h3947"},{"text":"Behold the king's","number":"h4428"},{"text":"of the young men","number":"h5288"},{"text":"come over","number":"h5674"},{"text":"answered","number":"h6030"}],"20":[{"text":"a","number":"h259"},{"text":"to the earth","number":"h776"},{"text":"to seek","number":"h1245"},{"text":"Now therefore let not my blood","number":"h1818"},{"text":"in the mountains","number":"h2022"},{"text":"of the LORD","number":"h3068"},{"text":"is come out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"for the king","number":"h4428"},{"text":"fall","number":"h5307"},{"text":"before the face","number":"h6440"},{"text":"flea","number":"h6550"},{"text":"a partridge","number":"h7124"},{"text":"as when one doth hunt","number":"h7291"}],"3":[{"text":"after","number":"h310"},{"text":"came","number":"h935"},{"text":"in the hill","number":"h1389"},{"text":"But David","number":"h1732"},{"text":"by the way","number":"h1870"},{"text":"of Hachilah","number":"h2444"},{"text":"pitched","number":"h2583"},{"text":"abode","number":"h3427"},{"text":"Jeshimon","number":"h3452"},{"text":"him into the wilderness","number":"h4057"},{"text":"in the wilderness","number":"h4057"},{"text":"which is before","number":"h6440"},{"text":"and he saw","number":"h7200"},{"text":"And Saul","number":"h7586"},{"text":"that Saul","number":"h7586"}],"2":[{"text":"men","number":"h376"},{"text":"thousand","number":"h505"},{"text":"chosen","number":"h977"},{"text":"with him to seek","number":"h1245"},{"text":"David","number":"h1732"},{"text":"of Ziph","number":"h2128"},{"text":"of Ziph","number":"h2128"},{"text":"and went down","number":"h3381"},{"text":"of Israel","number":"h3478"},{"text":"in the wilderness","number":"h4057"},{"text":"to the wilderness","number":"h4057"},{"text":"arose","number":"h6965"},{"text":"Then Saul","number":"h7586"},{"text":"having three","number":"h7969"}],"21":[{"text":"Then said","number":"h559"},{"text":"my son","number":"h1121"},{"text":"David","number":"h1732"},{"text":"I have sinned","number":"h2398"},{"text":"this day","number":"h3117"},{"text":"was precious","number":"h3365"},{"text":"because my soul","number":"h5315"},{"text":"behold I have played the fool","number":"h5528"},{"text":"in thine eyes","number":"h5869"},{"text":"exceedingly","number":"h7235"},{"text":"for I will no more do thee harm","number":"h7489"},{"text":"Saul","number":"h7586"},{"text":"and have erred","number":"h7686"},{"text":"return","number":"h7725"}],"10":[{"text":"said","number":"h559"},{"text":"shall come","number":"h935"},{"text":"David","number":"h1732"},{"text":"liveth","number":"h2416"},{"text":"furthermore As the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"him or his day","number":"h3117"},{"text":"or he shall descend","number":"h3381"},{"text":"to die","number":"h4191"},{"text":"into battle","number":"h4421"},{"text":"shall smite","number":"h5062"},{"text":"and perish","number":"h5595"}],"25":[{"text":"said","number":"h559"},{"text":"be thou my son","number":"h1121"},{"text":"Blessed","number":"h1288"},{"text":"David","number":"h1732"},{"text":"So David","number":"h1732"},{"text":"to David","number":"h1732"},{"text":"on his way","number":"h1870"},{"text":"prevail","number":"h3201"},{"text":"things and also shalt still","number":"h3201"},{"text":"went","number":"h3212"},{"text":"to his place","number":"h4725"},{"text":"great","number":"h6213"},{"text":"thou shalt both do","number":"h6213"},{"text":"Then Saul","number":"h7586"},{"text":"and Saul","number":"h7586"},{"text":"returned","number":"h7725"}],"1":[{"text":"saying","number":"h559"},{"text":"came","number":"h935"},{"text":"himself in the hill","number":"h1389"},{"text":"to Gibeah","number":"h1390"},{"text":"Doth not David","number":"h1732"},{"text":"And the Ziphites","number":"h2130"},{"text":"of Hachilah","number":"h2444"},{"text":"Jeshimon","number":"h3452"},{"text":"hide","number":"h5641"},{"text":"which is before","number":"h6440"},{"text":"unto Saul","number":"h7586"}],"4":[{"text":"was come","number":"h935"},{"text":"David","number":"h1732"},{"text":"and understood","number":"h3045"},{"text":"in very deed","number":"h3559"},{"text":"spies","number":"h7270"},{"text":"that Saul","number":"h7586"},{"text":"therefore sent out","number":"h7971"}],"24":[{"text":"be much set by","number":"h1431"},{"text":"was much set by","number":"h1431"},{"text":"of the LORD","number":"h3068"},{"text":"this day","number":"h3117"},{"text":"And behold as thy life","number":"h5315"},{"text":"so let my life","number":"h5315"},{"text":"and let him deliver","number":"h5337"},{"text":"in mine eyes","number":"h5869"},{"text":"in the eyes","number":"h5869"},{"text":"me out of all tribulation","number":"h6869"}],"12":[{"text":"So David","number":"h1732"},{"text":"the spear","number":"h2595"},{"text":"it nor knew","number":"h3045"},{"text":"from the LORD","number":"h3068"},{"text":"and they gat them away","number":"h3212"},{"text":"for they were all asleep","number":"h3463"},{"text":"took","number":"h3947"},{"text":"of water","number":"h4325"},{"text":"was fallen","number":"h5307"},{"text":"and the cruse","number":"h6835"},{"text":"it neither awaked","number":"h6974"},{"text":"and no man saw","number":"h7200"},{"text":"bolster","number":"h7226"},{"text":"from Saul's","number":"h7586"},{"text":"because a deep sleep","number":"h8639"}],"13":[{"text":"Then David","number":"h1732"},{"text":"of an hill","number":"h2022"},{"text":"space","number":"h4725"},{"text":"went over","number":"h5674"},{"text":"to the other side","number":"h5676"},{"text":"and stood","number":"h5975"},{"text":"on the top","number":"h7218"},{"text":"a great","number":"h7227"},{"text":"afar off","number":"h7350"}],"11":[{"text":"forbid","number":"h2486"},{"text":"thou now the spear","number":"h2595"},{"text":"mine hand","number":"h3027"},{"text":"The LORD","number":"h3068"},{"text":"against the LORD'S","number":"h3068"},{"text":"and let us go","number":"h3212"},{"text":"but I pray thee take","number":"h3947"},{"text":"of water","number":"h4325"},{"text":"that is at his bolster","number":"h4763"},{"text":"anointed","number":"h4899"},{"text":"and the cruse","number":"h6835"},{"text":"that I should stretch forth","number":"h7971"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"and Abigail","number":"h26"},{"text":"Ahinoam","number":"h293"},{"text":"every man","number":"h376"},{"text":"with Achish","number":"h397"},{"text":"he and his men","number":"h582"},{"text":"wife","number":"h802"},{"text":"wives","number":"h802"},{"text":"with his household","number":"h1004"},{"text":"at Gath","number":"h1661"},{"text":"And David","number":"h1732"},{"text":"even David","number":"h1732"},{"text":"the Jezreelitess","number":"h3159"},{"text":"dwelt","number":"h3427"},{"text":"the Carmelitess","number":"h3762"},{"text":"Nabal's","number":"h5037"},{"text":"with his two","number":"h8147"}],"5":[{"text":"in some","number":"h259"},{"text":"unto Achish","number":"h397"},{"text":"said","number":"h559"},{"text":"And David","number":"h1732"},{"text":"grace","number":"h2580"},{"text":"dwell","number":"h3427"},{"text":"that I may dwell","number":"h3427"},{"text":"in the royal","number":"h4467"},{"text":"If I have now found","number":"h4672"},{"text":"me a place","number":"h4725"},{"text":"let them give","number":"h5414"},{"text":"there for why should thy servant","number":"h5650"},{"text":"in thine eyes","number":"h5869"},{"text":"city","number":"h5892"},{"text":"town","number":"h5892"},{"text":"in the country","number":"h7704"}],"1":[{"text":"one","number":"h259"},{"text":"said","number":"h559"},{"text":"into the land","number":"h776"},{"text":"of me to seek","number":"h1245"},{"text":"me any more in any coast","number":"h1366"},{"text":"And David","number":"h1732"},{"text":"there is nothing better","number":"h2896"},{"text":"shall despair","number":"h2976"},{"text":"by the hand","number":"h3027"},{"text":"out of his hand","number":"h3027"},{"text":"day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"for me than that","number":"h3588"},{"text":"in his heart","number":"h3820"},{"text":"I should speedily","number":"h4422"},{"text":"escape","number":"h4422"},{"text":"so shall I escape","number":"h4422"},{"text":"I shall now perish","number":"h5595"},{"text":"of the Philistines","number":"h6430"},{"text":"and Saul","number":"h7586"},{"text":"of Saul","number":"h7586"}],"9":[{"text":"and left neither man","number":"h376"},{"text":"to Achish","number":"h397"},{"text":"the land","number":"h776"},{"text":"nor woman","number":"h802"},{"text":"and the apparel","number":"h899"},{"text":"and came","number":"h935"},{"text":"and the oxen","number":"h1241"},{"text":"and the camels","number":"h1581"},{"text":"And David","number":"h1732"},{"text":"alive","number":"h2421"},{"text":"and the asses","number":"h2543"},{"text":"and took away","number":"h3947"},{"text":"smote","number":"h5221"},{"text":"the sheep","number":"h6629"},{"text":"and returned","number":"h7725"}],"2":[{"text":"men","number":"h376"},{"text":"that were with him unto Achish","number":"h397"},{"text":"the son","number":"h1121"},{"text":"of Gath","number":"h1661"},{"text":"And David","number":"h1732"},{"text":"hundred","number":"h3967"},{"text":"king","number":"h4428"},{"text":"of Maoch","number":"h4582"},{"text":"and he passed over","number":"h5674"},{"text":"arose","number":"h6965"},{"text":"with the six","number":"h8337"}],"11":[{"text":"neither man","number":"h376"},{"text":"on us saying","number":"h559"},{"text":"saying","number":"h559"},{"text":"nor woman","number":"h802"},{"text":"to bring","number":"h935"},{"text":"tidings to Gath","number":"h1661"},{"text":"And David","number":"h1732"},{"text":"David","number":"h1732"},{"text":"alive","number":"h2421"},{"text":"saved","number":"h2421"},{"text":"all the while","number":"h3117"},{"text":"he dwelleth","number":"h3427"},{"text":"and so will be his manner","number":"h4941"},{"text":"Lest they should tell","number":"h5046"},{"text":"So did","number":"h6213"},{"text":"of the Philistines","number":"h6430"},{"text":"in the country","number":"h7704"}],"10":[{"text":"And Achish","number":"h397"},{"text":"Whither","number":"h408"},{"text":"said","number":"h559"},{"text":"said","number":"h559"},{"text":"And David","number":"h1732"},{"text":"of Judah","number":"h3063"},{"text":"to day","number":"h3117"},{"text":"of the Jerahmeelites","number":"h3397"},{"text":"Against the south","number":"h5045"},{"text":"and against the south","number":"h5045"},{"text":"and against the south","number":"h5045"},{"text":"have ye made a road","number":"h6584"},{"text":"of the Kenites","number":"h7017"}],"12":[{"text":"And Achish","number":"h397"},{"text":"believed","number":"h539"},{"text":"saying","number":"h559"},{"text":"to abhor","number":"h887"},{"text":"utterly","number":"h887"},{"text":"David","number":"h1732"},{"text":"Israel","number":"h3478"},{"text":"him therefore he shall be my servant","number":"h5650"},{"text":"for ever","number":"h5769"},{"text":"He hath made his people","number":"h5971"}],"6":[{"text":"Then Achish","number":"h397"},{"text":"of Judah","number":"h3063"},{"text":"that day","number":"h3117"},{"text":"unto this day","number":"h3117"},{"text":"pertaineth unto the kings","number":"h4428"},{"text":"gave","number":"h5414"},{"text":"him Ziklag","number":"h6860"},{"text":"wherefore Ziklag","number":"h6860"}],"8":[{"text":"and his men","number":"h582"},{"text":"even unto the land","number":"h776"},{"text":"of the land","number":"h776"},{"text":"as thou goest","number":"h935"},{"text":"and the Gezrites","number":"h1511"},{"text":"the Geshurites","number":"h1651"},{"text":"And David","number":"h1732"},{"text":"for those","number":"h2007"},{"text":"the inhabitants","number":"h3427"},{"text":"of Egypt","number":"h4714"},{"text":"nations were of old","number":"h5769"},{"text":"went up","number":"h5927"},{"text":"and the Amalekites","number":"h6003"},{"text":"and invaded","number":"h6584"},{"text":"to Shur","number":"h7793"}],"7":[{"text":"and four","number":"h702"},{"text":"that David","number":"h1732"},{"text":"months","number":"h2320"},{"text":"was a full year","number":"h3117"},{"text":"dwelt","number":"h3427"},{"text":"And the time","number":"h4557"},{"text":"of the Philistines","number":"h6430"},{"text":"in the country","number":"h7704"}],"4":[{"text":"and he sought","number":"h1245"},{"text":"was fled","number":"h1272"},{"text":"to Gath","number":"h1661"},{"text":"that David","number":"h1732"},{"text":"no more again","number":"h3254"},{"text":"And it was told","number":"h5046"},{"text":"Saul","number":"h7586"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"a familiar spirit","number":"h178"},{"text":"a familiar spirit","number":"h178"},{"text":"Then said","number":"h559"},{"text":"said","number":"h559"},{"text":"me a woman","number":"h802"},{"text":"to him Behold there is a woman","number":"h802"},{"text":"that hath","number":"h1172"},{"text":"that hath","number":"h1172"},{"text":"Seek","number":"h1245"},{"text":"to her and enquire","number":"h1875"},{"text":"that I may go","number":"h3212"},{"text":"of her And his servants","number":"h5650"},{"text":"unto his servants","number":"h5650"},{"text":"at Endor","number":"h5874"},{"text":"Saul","number":"h7586"}],"3":[{"text":"those that had familiar spirits","number":"h178"},{"text":"out of the land","number":"h776"},{"text":"and the wizards","number":"h3049"},{"text":"and all Israel","number":"h3478"},{"text":"was dead","number":"h4191"},{"text":"had put away","number":"h5493"},{"text":"had lamented","number":"h5594"},{"text":"even in his own city","number":"h5892"},{"text":"him and buried","number":"h6912"},{"text":"him in Ramah","number":"h7414"},{"text":"And Saul","number":"h7586"},{"text":"Now Samuel","number":"h8050"}],"9":[{"text":"those that have familiar spirits","number":"h178"},{"text":"said","number":"h559"},{"text":"out of the land","number":"h776"},{"text":"And the woman","number":"h802"},{"text":"unto him Behold thou knowest","number":"h3045"},{"text":"and the wizards","number":"h3049"},{"text":"how he hath cut off","number":"h3772"},{"text":"to cause me to die","number":"h4191"},{"text":"for my life","number":"h5315"},{"text":"wherefore then layest thou a snare","number":"h5367"},{"text":"hath done","number":"h6213"},{"text":"what Saul","number":"h7586"}],"8":[{"text":"unto me by the familiar spirit","number":"h178"},{"text":"other","number":"h312"},{"text":"and he said","number":"h559"},{"text":"whom I shall name","number":"h559"},{"text":"men","number":"h582"},{"text":"to the woman","number":"h802"},{"text":"raiment","number":"h899"},{"text":"with him and they came","number":"h935"},{"text":"disguised","number":"h2664"},{"text":"and he went","number":"h3212"},{"text":"himself and put on","number":"h3847"},{"text":"by night","number":"h3915"},{"text":"and bring me him up","number":"h5927"},{"text":"I pray thee divine","number":"h7080"},{"text":"And Saul","number":"h7586"},{"text":"and two","number":"h8147"}],"6":[{"text":"nor by Urim","number":"h224"},{"text":"him not neither by dreams","number":"h2472"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"nor by prophets","number":"h5030"},{"text":"answered","number":"h6030"},{"text":"And when Saul","number":"h7586"},{"text":"enquired","number":"h7592"}],"14":[{"text":"man","number":"h376"},{"text":"And he said","number":"h559"},{"text":"is he of And she said","number":"h559"},{"text":"with his face","number":"h639"},{"text":"to the ground","number":"h776"},{"text":"An old","number":"h2205"},{"text":"perceived","number":"h3045"},{"text":"with a mantle","number":"h4598"},{"text":"and he is covered","number":"h5844"},{"text":"cometh up","number":"h5927"},{"text":"and he stooped","number":"h6915"},{"text":"And Saul","number":"h7586"},{"text":"and bowed","number":"h7812"},{"text":"that it was Samuel","number":"h8050"},{"text":"unto her What form","number":"h8389"}],"1":[{"text":"And Achish","number":"h397"},{"text":"said","number":"h559"},{"text":"thou and thy men","number":"h582"},{"text":"unto David","number":"h1732"},{"text":"Know","number":"h3045"},{"text":"thou assuredly","number":"h3045"},{"text":"And it came to pass in those days","number":"h3117"},{"text":"that thou shalt go out","number":"h3318"},{"text":"with Israel","number":"h3478"},{"text":"to fight","number":"h3898"},{"text":"their armies","number":"h4264"},{"text":"with me to battle","number":"h4264"},{"text":"that the Philistines","number":"h6430"},{"text":"for warfare","number":"h6635"},{"text":"gathered","number":"h6908"},{"text":"together","number":"h6908"}],"2":[{"text":"And Achish","number":"h397"},{"text":"to Achish","number":"h397"},{"text":"said","number":"h559"},{"text":"said","number":"h559"},{"text":"And David","number":"h1732"},{"text":"to David","number":"h1732"},{"text":"thou shalt know","number":"h3045"},{"text":"for ever","number":"h3117"},{"text":"Surely","number":"h3651"},{"text":"what thy servant","number":"h5650"},{"text":"can do","number":"h6213"},{"text":"of mine head","number":"h7218"},{"text":"Therefore will I make","number":"h7760"},{"text":"thee keeper","number":"h8104"}],"23":[{"text":"I will not eat","number":"h398"},{"text":"and said","number":"h559"},{"text":"from the earth","number":"h776"},{"text":"together with the woman","number":"h802"},{"text":"and sat","number":"h3427"},{"text":"But he refused","number":"h3985"},{"text":"upon the bed","number":"h4296"},{"text":"But his servants","number":"h5650"},{"text":"compelled","number":"h6555"},{"text":"unto their voice","number":"h6963"},{"text":"So he arose","number":"h6965"},{"text":"him and he hearkened","number":"h8085"}],"25":[{"text":"and they did eat","number":"h398"},{"text":"and went away","number":"h3212"},{"text":"that night","number":"h3915"},{"text":"And she brought","number":"h5066"},{"text":"his servants","number":"h5650"},{"text":"and before","number":"h6440"},{"text":"it before","number":"h6440"},{"text":"Then they rose up","number":"h6965"},{"text":"Saul","number":"h7586"}],"20":[{"text":"in him for he had eaten","number":"h398"},{"text":"on the earth","number":"h776"},{"text":"because of the words","number":"h1697"},{"text":"all the day","number":"h3117"},{"text":"afraid","number":"h3372"},{"text":"and there was no strength","number":"h3581"},{"text":"no bread","number":"h3899"},{"text":"nor all the night","number":"h3915"},{"text":"and was sore","number":"h3966"},{"text":"straightway","number":"h4116"},{"text":"all","number":"h4393"},{"text":"fell","number":"h5307"},{"text":"along","number":"h6967"},{"text":"Then Saul","number":"h7586"},{"text":"of Samuel","number":"h8050"}],"22":[{"text":"thee and eat","number":"h398"},{"text":"on thy way","number":"h1870"},{"text":"when thou goest","number":"h3212"},{"text":"that thou mayest have strength","number":"h3581"},{"text":"of bread","number":"h3899"},{"text":"before","number":"h6440"},{"text":"a morsel","number":"h6595"},{"text":"thou also unto the voice","number":"h6963"},{"text":"and let me set","number":"h7760"},{"text":"Now therefore I pray thee hearken","number":"h8085"},{"text":"of thine handmaid","number":"h8198"}],"15":[{"text":"against me and God","number":"h430"},{"text":"answered","number":"h559"},{"text":"said","number":"h559"},{"text":"nor by dreams","number":"h2472"},{"text":"me no more neither by","number":"h3027"},{"text":"thee that thou mayest make known","number":"h3045"},{"text":"make war","number":"h3898"},{"text":"I am sore","number":"h3966"},{"text":"prophets","number":"h5030"},{"text":"is departed","number":"h5493"},{"text":"me to bring me up","number":"h5927"},{"text":"from me and answereth","number":"h6030"},{"text":"unto me what I shall do","number":"h6213"},{"text":"for the Philistines","number":"h6430"},{"text":"distressed","number":"h6887"},{"text":"therefore I have called","number":"h7121"},{"text":"Why hast thou disquieted","number":"h7264"},{"text":"And Saul","number":"h7586"},{"text":"to Saul","number":"h7586"},{"text":"And Samuel","number":"h8050"}],"13":[{"text":"gods","number":"h430"},{"text":"said","number":"h559"},{"text":"said","number":"h559"},{"text":"out of the earth","number":"h776"},{"text":"thou And the woman","number":"h802"},{"text":"unto her Be not afraid","number":"h3372"},{"text":"And the king","number":"h4428"},{"text":"ascending","number":"h5927"},{"text":"I saw","number":"h7200"},{"text":"for what sawest","number":"h7200"},{"text":"unto Saul","number":"h7586"}],"10":[{"text":"there shall","number":"h518"},{"text":"saying","number":"h559"},{"text":"to thee for this thing","number":"h1697"},{"text":"liveth","number":"h2416"},{"text":"As the LORD","number":"h3068"},{"text":"to her by the LORD","number":"h3068"},{"text":"no punishment","number":"h5771"},{"text":"happen","number":"h7136"},{"text":"And Saul","number":"h7586"},{"text":"sware","number":"h7650"}],"11":[{"text":"Then said","number":"h559"},{"text":"unto thee And he said","number":"h559"},{"text":"the woman","number":"h802"},{"text":"Bring me up","number":"h5927"},{"text":"Whom shall I bring up","number":"h5927"},{"text":"Samuel","number":"h8050"}],"16":[{"text":"Then said","number":"h559"},{"text":"of me seeing the LORD","number":"h3068"},{"text":"is departed","number":"h5493"},{"text":"from thee and is become thine enemy","number":"h6145"},{"text":"Wherefore then dost thou ask","number":"h7592"},{"text":"Samuel","number":"h8050"}],"21":[{"text":"and said","number":"h559"},{"text":"And the woman","number":"h802"},{"text":"troubled","number":"h926"},{"text":"came","number":"h935"},{"text":"which thou spakest","number":"h1696"},{"text":"unto thy words","number":"h1697"},{"text":"in my hand","number":"h3709"},{"text":"that he was sore","number":"h3966"},{"text":"my life","number":"h5315"},{"text":"thy voice","number":"h6963"},{"text":"and saw","number":"h7200"},{"text":"unto Saul","number":"h7586"},{"text":"and I have put","number":"h7760"},{"text":"and have hearkened","number":"h8085"},{"text":"hath obeyed","number":"h8085"},{"text":"unto him Behold thine handmaid","number":"h8198"}],"12":[{"text":"saying","number":"h559"},{"text":"spake","number":"h559"},{"text":"And when the woman","number":"h802"},{"text":"and the woman","number":"h802"},{"text":"with a loud","number":"h1419"},{"text":"she cried","number":"h2199"},{"text":"voice","number":"h6963"},{"text":"saw","number":"h7200"},{"text":"Why hast thou deceived","number":"h7411"},{"text":"me for thou art Saul","number":"h7586"},{"text":"to Saul","number":"h7586"},{"text":"Samuel","number":"h8050"}],"18":[{"text":"wrath","number":"h639"},{"text":"Because","number":"h834"},{"text":"this thing","number":"h1697"},{"text":"his fierce","number":"h2740"},{"text":"of the LORD","number":"h3068"},{"text":"therefore hath the LORD","number":"h3068"},{"text":"unto thee this day","number":"h3117"},{"text":"upon Amalek","number":"h6002"},{"text":"done","number":"h6213"},{"text":"nor executedst","number":"h6213"},{"text":"not the voice","number":"h6963"},{"text":"thou obeyedst","number":"h8085"}],"24":[{"text":"it and did bake","number":"h644"},{"text":"And the woman","number":"h802"},{"text":"in the house","number":"h1004"},{"text":"and killed","number":"h2076"},{"text":"and kneaded","number":"h3888"},{"text":"it and took","number":"h3947"},{"text":"and she hasted","number":"h4116"},{"text":"unleavened bread","number":"h4682"},{"text":"had a fat","number":"h4770"},{"text":"calf","number":"h5695"},{"text":"flour","number":"h7058"}],"4":[{"text":"and came","number":"h935"},{"text":"in Gilboa","number":"h1533"},{"text":"and pitched","number":"h2583"},{"text":"and they pitched","number":"h2583"},{"text":"all Israel","number":"h3478"},{"text":"And the Philistines","number":"h6430"},{"text":"gathered","number":"h6908"},{"text":"gathered themselves together","number":"h6908"},{"text":"together","number":"h6908"},{"text":"and Saul","number":"h7586"},{"text":"in Shunem","number":"h7766"}],"19":[{"text":"shalt thou and thy sons","number":"h1121"},{"text":"into the hand","number":"h3027"},{"text":"with thee into the hand","number":"h3027"},{"text":"Moreover the LORD","number":"h3068"},{"text":"be with me the LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"the host","number":"h4264"},{"text":"and to morrow","number":"h4279"},{"text":"also shall deliver","number":"h5414"},{"text":"will also deliver","number":"h5414"},{"text":"of the Philistines","number":"h6430"},{"text":"of the Philistines","number":"h6430"}],"17":[{"text":"to him as he spake","number":"h1696"},{"text":"even to David","number":"h1732"},{"text":"by me","number":"h3027"},{"text":"out of thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"for the LORD","number":"h3068"},{"text":"the kingdom","number":"h4467"},{"text":"and given","number":"h5414"},{"text":"hath done","number":"h6213"},{"text":"hath rent","number":"h7167"},{"text":"it to thy neighbour","number":"h7453"}],"5":[{"text":"trembled","number":"h2729"},{"text":"he was afraid","number":"h3372"},{"text":"and his heart","number":"h3820"},{"text":"greatly","number":"h3966"},{"text":"the host","number":"h4264"},{"text":"of the Philistines","number":"h6430"},{"text":"saw","number":"h7200"},{"text":"And when Saul","number":"h7586"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"himself unto his master","number":"h113"},{"text":"this fellow","number":"h376"},{"text":"said","number":"h559"},{"text":"of these men","number":"h582"},{"text":"him and let him not go down","number":"h3381"},{"text":"lest in the battle","number":"h4421"},{"text":"with us to battle","number":"h4421"},{"text":"to his place","number":"h4725"},{"text":"of the Philistines","number":"h6430"},{"text":"of the Philistines","number":"h6430"},{"text":"which thou hast appointed","number":"h6485"},{"text":"were wroth","number":"h7107"},{"text":"should it not be with the heads","number":"h7218"},{"text":"to us for wherewith should he reconcile","number":"h7521"},{"text":"return","number":"h7725"},{"text":"that he may go again","number":"h7725"},{"text":"unto him Make","number":"h7725"},{"text":"he be an adversary","number":"h7854"},{"text":"And the princes","number":"h8269"},{"text":"with him and the princes","number":"h8269"}],"8":[{"text":"of my lord","number":"h113"},{"text":"against the enemies","number":"h341"},{"text":"unto Achish","number":"h397"},{"text":"said","number":"h559"},{"text":"that I may not go","number":"h935"},{"text":"And David","number":"h1732"},{"text":"so long as","number":"h3117"},{"text":"unto this day","number":"h3117"},{"text":"fight","number":"h3898"},{"text":"the king","number":"h4428"},{"text":"and what hast thou found","number":"h4672"},{"text":"in thy servant","number":"h5650"},{"text":"But what have I done","number":"h6213"},{"text":"I have been with thee","number":"h6440"}],"10":[{"text":"with thy master's","number":"h113"},{"text":"and have light","number":"h215"},{"text":"that are come","number":"h935"},{"text":"in the morning","number":"h1242"},{"text":"in the morning","number":"h1242"},{"text":"depart","number":"h3212"},{"text":"servants","number":"h5650"},{"text":"Wherefore now rise up early","number":"h7925"},{"text":"with thee and as soon as ye be up early","number":"h7925"}],"2":[{"text":"in the rereward","number":"h314"},{"text":"with Achish","number":"h397"},{"text":"and by thousands","number":"h505"},{"text":"and his men","number":"h582"},{"text":"but David","number":"h1732"},{"text":"by hundreds","number":"h3967"},{"text":"And the lords","number":"h5633"},{"text":"passed on","number":"h5674"},{"text":"passed on","number":"h5674"},{"text":"of the Philistines","number":"h6430"}],"9":[{"text":"And Achish","number":"h397"},{"text":"of God","number":"h430"},{"text":"and said","number":"h559"},{"text":"have said","number":"h559"},{"text":"to David","number":"h1732"},{"text":"that thou art good","number":"h2896"},{"text":"I know","number":"h3045"},{"text":"as an angel","number":"h4397"},{"text":"with us to the battle","number":"h4421"},{"text":"in my sight","number":"h5869"},{"text":"He shall not go up","number":"h5927"},{"text":"answered","number":"h6030"},{"text":"of the Philistines","number":"h6430"},{"text":"notwithstanding the princes","number":"h8269"}],"6":[{"text":"Then Achish","number":"h397"},{"text":"and said","number":"h559"},{"text":"and thy coming in","number":"h935"},{"text":"of thy coming","number":"h935"},{"text":"David","number":"h1732"},{"text":"liveth","number":"h2416"},{"text":"favour","number":"h2896"},{"text":"is good","number":"h2896"},{"text":"unto him Surely as the LORD","number":"h3068"},{"text":"in thee since the day","number":"h3117"},{"text":"unto me unto this day","number":"h3117"},{"text":"and thy going out","number":"h3318"},{"text":"thou hast been upright","number":"h3477"},{"text":"with me in the host","number":"h4264"},{"text":"for I have not found","number":"h4672"},{"text":"nevertheless the lords","number":"h5633"},{"text":"in my sight","number":"h5869"},{"text":"thee not","number":"h5869"},{"text":"called","number":"h7121"},{"text":"evil","number":"h7451"}],"3":[{"text":"here And Achish","number":"h397"},{"text":"Then said","number":"h559"},{"text":"said","number":"h559"},{"text":"Is not this David","number":"h1732"},{"text":"in him since","number":"h3117"},{"text":"unto me unto this day","number":"h3117"},{"text":"which hath been with me these days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"no fault","number":"h3972"},{"text":"the king","number":"h4428"},{"text":"and I have found","number":"h4672"},{"text":"he fell","number":"h5307"},{"text":"the servant","number":"h5650"},{"text":"What do these Hebrews","number":"h5680"},{"text":"of the Philistines","number":"h6430"},{"text":"of the Philistines","number":"h6430"},{"text":"of Saul","number":"h7586"},{"text":"or these years","number":"h8141"},{"text":"the princes","number":"h8269"},{"text":"unto the princes","number":"h8269"}],"5":[{"text":"his thousands","number":"h505"},{"text":"saying","number":"h559"},{"text":"Is not this David","number":"h1732"},{"text":"and David","number":"h1732"},{"text":"one to another in dances","number":"h4246"},{"text":"slew","number":"h5221"},{"text":"of whom they sang","number":"h6030"},{"text":"his ten thousands","number":"h7233"},{"text":"Saul","number":"h7586"}],"11":[{"text":"and his men","number":"h582"},{"text":"into the land","number":"h776"},{"text":"in the morning","number":"h1242"},{"text":"So David","number":"h1732"},{"text":"to Jezreel","number":"h3157"},{"text":"to depart","number":"h3212"},{"text":"went up","number":"h5927"},{"text":"And the Philistines","number":"h6430"},{"text":"of the Philistines","number":"h6430"},{"text":"to return","number":"h7725"},{"text":"rose up early","number":"h7925"}],"1":[{"text":"to Aphek","number":"h663"},{"text":"pitched","number":"h2583"},{"text":"which is in Jezreel","number":"h3157"},{"text":"and the Israelites","number":"h3478"},{"text":"all their armies","number":"h4264"},{"text":"by a fountain","number":"h5869"},{"text":"Now the Philistines","number":"h6430"},{"text":"gathered together","number":"h6908"}],"7":[{"text":"and go","number":"h3212"},{"text":"not the lords","number":"h5633"},{"text":"that thou displease","number":"h6213"},{"text":"of the Philistines","number":"h6430"},{"text":"Wherefore now return","number":"h7725"},{"text":"in peace","number":"h7965"}]}
@@ -0,0 +1 @@
1
+ {"11":[{"text":"the ears","number":"h241"},{"text":"said","number":"h559"},{"text":"a thing","number":"h1697"},{"text":"And the LORD","number":"h3068"},{"text":"in Israel","number":"h3478"},{"text":"Behold I will do","number":"h6213"},{"text":"it shall tingle","number":"h6750"},{"text":"to Samuel","number":"h8050"},{"text":"of every one that heareth","number":"h8085"},{"text":"at which both","number":"h8147"}],"12":[{"text":"concerning","number":"h413"},{"text":"his house","number":"h1004"},{"text":"all things which I have spoken","number":"h1696"},{"text":"when I begin","number":"h2490"},{"text":"In that day","number":"h3117"},{"text":"I will also make an end","number":"h3615"},{"text":"against Eli","number":"h5941"},{"text":"I will perform","number":"h6965"}],"17":[{"text":"it not from me God","number":"h430"},{"text":"And he said","number":"h559"},{"text":"that he said","number":"h1696"},{"text":"that the LORD hath said","number":"h1696"},{"text":"What is the thing","number":"h1697"},{"text":"any thing","number":"h1697"},{"text":"from me of all the things","number":"h1697"},{"text":"to thee and more also","number":"h3254"},{"text":"if thou hide","number":"h3582"},{"text":"unto thee I pray thee hide","number":"h3582"},{"text":"do so","number":"h6213"}],"3":[{"text":"of God","number":"h430"},{"text":"of God","number":"h430"},{"text":"where the ark","number":"h727"},{"text":"in the temple","number":"h1964"},{"text":"of the LORD","number":"h3068"},{"text":"went out","number":"h3518"},{"text":"And ere the lamp","number":"h5216"},{"text":"was laid down","number":"h7901"},{"text":"was and Samuel","number":"h8050"}],"20":[{"text":"was established","number":"h539"},{"text":"even to Beersheba","number":"h884"},{"text":"from Dan","number":"h1835"},{"text":"knew","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"And all Israel","number":"h3478"},{"text":"to be a prophet","number":"h5030"},{"text":"that Samuel","number":"h8050"}],"16":[{"text":"And he answered","number":"h559"},{"text":"and said","number":"h559"},{"text":"my son","number":"h1121"},{"text":"Then Eli","number":"h5941"},{"text":"called","number":"h7121"},{"text":"Samuel","number":"h8050"},{"text":"Samuel","number":"h8050"}],"4":[{"text":"and he answered","number":"h559"},{"text":"That the LORD","number":"h3068"},{"text":"called","number":"h7121"},{"text":"Samuel","number":"h8050"}],"5":[{"text":"and said","number":"h559"},{"text":"me And he said","number":"h559"},{"text":"Here am I","number":"h2009"},{"text":"And he went","number":"h3212"},{"text":"unto Eli","number":"h5941"},{"text":"I called","number":"h7121"},{"text":"for thou calledst","number":"h7121"},{"text":"And he ran","number":"h7323"},{"text":"again","number":"h7725"},{"text":"and lay down","number":"h7901"},{"text":"not lie down","number":"h7901"}],"6":[{"text":"and said","number":"h559"},{"text":"me And he answered","number":"h559"},{"text":"not my son","number":"h1121"},{"text":"And the LORD","number":"h3068"},{"text":"and went","number":"h3212"},{"text":"yet again","number":"h3254"},{"text":"to Eli","number":"h5941"},{"text":"arose","number":"h6965"},{"text":"Here am I for thou didst call","number":"h7121"},{"text":"I called","number":"h7121"},{"text":"called","number":"h7121"},{"text":"again","number":"h7725"},{"text":"lie down","number":"h7901"},{"text":"And Samuel","number":"h8050"},{"text":"Samuel","number":"h8050"}],"8":[{"text":"and said","number":"h559"},{"text":"perceived","number":"h995"},{"text":"And the LORD","number":"h3068"},{"text":"that the LORD","number":"h3068"},{"text":"and went","number":"h3212"},{"text":"again","number":"h3254"},{"text":"the child","number":"h5288"},{"text":"me And Eli","number":"h5941"},{"text":"to Eli","number":"h5941"},{"text":"And he arose","number":"h6965"},{"text":"Here am I for thou didst call","number":"h7121"},{"text":"called","number":"h7121"},{"text":"had called","number":"h7121"},{"text":"the third time","number":"h7992"},{"text":"Samuel","number":"h8050"}],"10":[{"text":"answered","number":"h559"},{"text":"came","number":"h935"},{"text":"Speak","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"and stood","number":"h3320"},{"text":"for thy servant","number":"h5650"},{"text":"as at other times","number":"h6471"},{"text":"and called","number":"h7121"},{"text":"Samuel","number":"h8050"},{"text":"Samuel","number":"h8050"},{"text":"Then Samuel","number":"h8050"},{"text":"heareth","number":"h8085"}],"18":[{"text":"nothing from him And he said","number":"h559"},{"text":"him every whit","number":"h1697"},{"text":"him good","number":"h2896"},{"text":"It is the LORD","number":"h3068"},{"text":"and hid","number":"h3582"},{"text":"told","number":"h5046"},{"text":"what seemeth","number":"h5869"},{"text":"let him do","number":"h6213"},{"text":"And Samuel","number":"h8050"}],"9":[{"text":"said","number":"h559"},{"text":"thee that thou shalt say","number":"h559"},{"text":"Speak","number":"h1696"},{"text":"LORD","number":"h3068"},{"text":"Go","number":"h3212"},{"text":"went","number":"h3212"},{"text":"in his place","number":"h4725"},{"text":"for thy servant","number":"h5650"},{"text":"Therefore Eli","number":"h5941"},{"text":"and it shall be if he call","number":"h7121"},{"text":"and lay down","number":"h7901"},{"text":"lie down","number":"h7901"},{"text":"So Samuel","number":"h8050"},{"text":"unto Samuel","number":"h8050"},{"text":"heareth","number":"h8085"}],"19":[{"text":"to the ground","number":"h776"},{"text":"grew","number":"h1431"},{"text":"was with him and did let none of his words","number":"h1697"},{"text":"and the LORD","number":"h3068"},{"text":"fall","number":"h5307"},{"text":"And Samuel","number":"h8050"}],"13":[{"text":"his house","number":"h1004"},{"text":"because his sons","number":"h1121"},{"text":"which he knoweth","number":"h3045"},{"text":"and he restrained","number":"h3543"},{"text":"For I have told","number":"h5046"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"for the iniquity","number":"h5771"},{"text":"made themselves vile","number":"h7043"},{"text":"him that I will judge","number":"h8199"}],"14":[{"text":"house","number":"h1004"},{"text":"unto the house","number":"h1004"},{"text":"with sacrifice","number":"h2077"},{"text":"shall not be purged","number":"h3722"},{"text":"nor offering","number":"h4503"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"that the iniquity","number":"h5771"},{"text":"of Eli","number":"h5941"},{"text":"of Eli's","number":"h5941"},{"text":"And therefore I have sworn","number":"h7650"}],"15":[{"text":"of the house","number":"h1004"},{"text":"until the morning","number":"h1242"},{"text":"the doors","number":"h1817"},{"text":"of the LORD","number":"h3068"},{"text":"feared","number":"h3372"},{"text":"the vision","number":"h4759"},{"text":"to shew","number":"h5046"},{"text":"Eli","number":"h5941"},{"text":"and opened","number":"h6605"},{"text":"lay","number":"h7901"},{"text":"And Samuel","number":"h8050"},{"text":"And Samuel","number":"h8050"}],"21":[{"text":"revealed","number":"h1540"},{"text":"by the word","number":"h1697"},{"text":"And the LORD","number":"h3068"},{"text":"for the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"again","number":"h3254"},{"text":"appeared","number":"h7200"},{"text":"in Shiloh","number":"h7887"},{"text":"in Shiloh","number":"h7887"},{"text":"himself to Samuel","number":"h8050"}],"7":[{"text":"yet revealed","number":"h1540"},{"text":"neither was the word","number":"h1697"},{"text":"did not yet","number":"h2962"},{"text":"know","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"Now Samuel","number":"h8050"}],"1":[{"text":"And the word","number":"h1697"},{"text":"vision","number":"h2377"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"in those days","number":"h3117"},{"text":"was precious","number":"h3368"},{"text":"And the child","number":"h5288"},{"text":"Eli","number":"h5941"},{"text":"before","number":"h6440"},{"text":"there was no open","number":"h6555"},{"text":"Samuel","number":"h8050"},{"text":"ministered","number":"h8334"}],"2":[{"text":"began","number":"h2490"},{"text":"And it came to pass at that time","number":"h3117"},{"text":"that he could","number":"h3201"},{"text":"to wax dim","number":"h3544"},{"text":"in his place","number":"h4725"},{"text":"and his eyes","number":"h5869"},{"text":"when Eli","number":"h5941"},{"text":"not see","number":"h7200"},{"text":"was laid down","number":"h7901"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"and Abigail","number":"h26"},{"text":"Ahinoam","number":"h293"},{"text":"the wife","number":"h802"},{"text":"wives","number":"h802"},{"text":"And David's","number":"h1732"},{"text":"the Jezreelitess","number":"h3159"},{"text":"the Carmelite","number":"h3761"},{"text":"of Nabal","number":"h5037"},{"text":"were taken captives","number":"h7617"},{"text":"two","number":"h8147"}],"7":[{"text":"And Abiathar","number":"h54"},{"text":"to Abiathar","number":"h54"},{"text":"Ahimelech's","number":"h288"},{"text":"said","number":"h559"},{"text":"the ephod","number":"h646"},{"text":"thither the ephod","number":"h646"},{"text":"son","number":"h1121"},{"text":"And David","number":"h1732"},{"text":"to David","number":"h1732"},{"text":"the priest","number":"h3548"},{"text":"I pray thee bring me hither","number":"h5066"},{"text":"brought","number":"h5066"}],"13":[{"text":"and my master","number":"h113"},{"text":"to an Amalekite","number":"h376"},{"text":"said","number":"h559"},{"text":"unto him To whom belongest thou and whence art thou And he said","number":"h559"},{"text":"And David","number":"h1732"},{"text":"agone I fell sick","number":"h2470"},{"text":"days","number":"h3117"},{"text":"of Egypt","number":"h4713"},{"text":"I am a young man","number":"h5288"},{"text":"servant","number":"h5650"},{"text":"left","number":"h5800"},{"text":"me because three","number":"h7969"}],"15":[{"text":"of my master","number":"h113"},{"text":"unto me by God","number":"h430"},{"text":"me nor","number":"h518"},{"text":"And he said","number":"h559"},{"text":"said","number":"h559"},{"text":"to this company","number":"h1416"},{"text":"to this company","number":"h1416"},{"text":"And David","number":"h1732"},{"text":"me into the hands","number":"h3027"},{"text":"and I will bring thee down","number":"h3381"},{"text":"to him Canst thou bring me down","number":"h3381"},{"text":"that thou wilt neither kill","number":"h4191"},{"text":"deliver","number":"h5462"},{"text":"Swear","number":"h7650"}],"23":[{"text":"my brethren","number":"h251"},{"text":"Then said","number":"h559"},{"text":"that came","number":"h935"},{"text":"the company","number":"h1416"},{"text":"David","number":"h1732"},{"text":"against us into our hand","number":"h3027"},{"text":"with that which the LORD","number":"h3068"},{"text":"hath given","number":"h5414"},{"text":"us and delivered","number":"h5414"},{"text":"Ye shall not do so","number":"h6213"},{"text":"us who hath preserved","number":"h8104"}],"8":[{"text":"after","number":"h310"},{"text":"saying","number":"h559"},{"text":"them And he answered","number":"h559"},{"text":"this troop","number":"h1416"},{"text":"And David","number":"h1732"},{"text":"at the LORD","number":"h3068"},{"text":"recover","number":"h5337"},{"text":"them and without fail","number":"h5337"},{"text":"for thou shalt surely","number":"h5381"},{"text":"overtake","number":"h5381"},{"text":"shall I overtake","number":"h5381"},{"text":"Shall I pursue","number":"h7291"},{"text":"him Pursue","number":"h7291"},{"text":"enquired","number":"h7592"}],"26":[{"text":"of the enemies","number":"h341"},{"text":"saying","number":"h559"},{"text":"came","number":"h935"},{"text":"Behold a present","number":"h1293"},{"text":"And when David","number":"h1732"},{"text":"unto the elders","number":"h2205"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"to Ziklag","number":"h6860"},{"text":"even to his friends","number":"h7453"},{"text":"he sent","number":"h7971"},{"text":"for you of the spoil","number":"h7998"},{"text":"of the spoil","number":"h7998"}],"11":[{"text":"an Egyptian","number":"h376"},{"text":"and he did eat","number":"h398"},{"text":"him to David","number":"h1732"},{"text":"him bread","number":"h3899"},{"text":"and brought","number":"h3947"},{"text":"water","number":"h4325"},{"text":"And they found","number":"h4672"},{"text":"and gave","number":"h5414"},{"text":"in the field","number":"h7704"},{"text":"and they made him drink","number":"h8248"}],"6":[{"text":"every man","number":"h376"},{"text":"his God","number":"h430"},{"text":"spake","number":"h559"},{"text":"for his sons","number":"h1121"},{"text":"and for his daughters","number":"h1323"},{"text":"And David","number":"h1732"},{"text":"but David","number":"h1732"},{"text":"encouraged","number":"h2388"},{"text":"himself in the LORD","number":"h3068"},{"text":"distressed","number":"h3334"},{"text":"was greatly","number":"h3966"},{"text":"was grieved","number":"h4843"},{"text":"him because the soul","number":"h5315"},{"text":"of stoning","number":"h5619"},{"text":"for the people","number":"h5971"},{"text":"of all the people","number":"h5971"}],"10":[{"text":"men","number":"h376"},{"text":"he and four","number":"h702"},{"text":"Besor","number":"h1308"},{"text":"But David","number":"h1732"},{"text":"for two hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"the brook","number":"h5158"},{"text":"that they could not go over","number":"h5674"},{"text":"abode behind","number":"h5975"},{"text":"which were so faint","number":"h6296"},{"text":"pursued","number":"h7291"}],"17":[{"text":"men","number":"h376"},{"text":"not a man","number":"h376"},{"text":"of them save four","number":"h702"},{"text":"upon camels","number":"h1581"},{"text":"And David","number":"h1732"},{"text":"hundred","number":"h3967"},{"text":"of the next day","number":"h4283"},{"text":"and there escaped","number":"h4422"},{"text":"and fled","number":"h5127"},{"text":"smote","number":"h5221"},{"text":"young","number":"h5288"},{"text":"them from the twilight","number":"h5399"},{"text":"even unto the evening","number":"h6153"},{"text":"which rode","number":"h7392"}],"22":[{"text":"men","number":"h376"},{"text":"save to every man","number":"h376"},{"text":"and said","number":"h559"},{"text":"of those","number":"h582"},{"text":"his wife","number":"h802"},{"text":"and men of Belial","number":"h1100"},{"text":"and his children","number":"h1121"},{"text":"with David","number":"h1732"},{"text":"Because they went","number":"h1980"},{"text":"that went","number":"h1980"},{"text":"and depart","number":"h3212"},{"text":"that they may lead them away","number":"h5090"},{"text":"that we have recovered","number":"h5337"},{"text":"not with us we will not give","number":"h5414"},{"text":"Then answered","number":"h6030"},{"text":"all the wicked","number":"h7451"},{"text":"them ought of the spoil","number":"h7998"}],"9":[{"text":"men","number":"h376"},{"text":"that were with him and came","number":"h935"},{"text":"Besor","number":"h1308"},{"text":"So David","number":"h1732"},{"text":"went","number":"h3212"},{"text":"where those that were left behind","number":"h3498"},{"text":"hundred","number":"h3967"},{"text":"to the brook","number":"h5158"},{"text":"stayed","number":"h5975"},{"text":"he and the six","number":"h8337"}],"2":[{"text":"not any","number":"h376"},{"text":"And had taken the women","number":"h802"},{"text":"either great","number":"h1419"},{"text":"on their way","number":"h1870"},{"text":"and went","number":"h3212"},{"text":"that were therein they slew","number":"h4191"},{"text":"but carried them away","number":"h5090"},{"text":"or small","number":"h6996"},{"text":"captives","number":"h7617"}],"12":[{"text":"and when he had eaten","number":"h398"},{"text":"to him for he had eaten","number":"h398"},{"text":"of a cake","number":"h1690"},{"text":"days","number":"h3117"},{"text":"no bread","number":"h3899"},{"text":"nights","number":"h3915"},{"text":"any water","number":"h4325"},{"text":"And they gave","number":"h5414"},{"text":"him a piece","number":"h6400"},{"text":"clusters of raisins","number":"h6778"},{"text":"his spirit","number":"h7307"},{"text":"came again","number":"h7725"},{"text":"and three","number":"h7969"},{"text":"three","number":"h7969"},{"text":"of figs and two","number":"h8147"},{"text":"nor drunk","number":"h8354"}],"16":[{"text":"eating","number":"h398"},{"text":"and out of the land","number":"h776"},{"text":"out of the land","number":"h776"},{"text":"the earth","number":"h776"},{"text":"because of all the great","number":"h1419"},{"text":"and dancing","number":"h2287"},{"text":"of Judah","number":"h3063"},{"text":"And when he had brought him down","number":"h3381"},{"text":"that they had taken","number":"h3947"},{"text":"behold they were spread abroad","number":"h5203"},{"text":"of the Philistines","number":"h6430"},{"text":"upon all","number":"h6440"},{"text":"spoil","number":"h7998"},{"text":"and drinking","number":"h8354"}],"20":[{"text":"and said","number":"h559"},{"text":"and the herds","number":"h1241"},{"text":"And David","number":"h1732"},{"text":"This is David's","number":"h1732"},{"text":"those","number":"h1931"},{"text":"took","number":"h3947"},{"text":"other cattle","number":"h4735"},{"text":"which they drave","number":"h5090"},{"text":"before","number":"h6440"},{"text":"all the flocks","number":"h6629"},{"text":"spoil","number":"h7998"}],"1":[{"text":"and his men","number":"h582"},{"text":"it with fire","number":"h784"},{"text":"were come","number":"h935"},{"text":"And it came to pass when David","number":"h1732"},{"text":"day","number":"h3117"},{"text":"the south","number":"h5045"},{"text":"and smitten","number":"h5221"},{"text":"that the Amalekites","number":"h6003"},{"text":"had invaded","number":"h6584"},{"text":"Ziklag","number":"h6860"},{"text":"and Ziklag","number":"h6860"},{"text":"to Ziklag","number":"h6860"},{"text":"on the third","number":"h7992"},{"text":"and burned","number":"h8313"}],"3":[{"text":"and his men","number":"h582"},{"text":"with fire","number":"h784"},{"text":"and their wives","number":"h802"},{"text":"came","number":"h935"},{"text":"and their sons","number":"h1121"},{"text":"and their daughters","number":"h1323"},{"text":"So David","number":"h1732"},{"text":"to the city","number":"h5892"},{"text":"were taken captives","number":"h7617"},{"text":"and behold it was burned","number":"h8313"}],"31":[{"text":"himself and his men","number":"h582"},{"text":"where David","number":"h1732"},{"text":"were wont to haunt","number":"h1980"},{"text":"And to them which were in Hebron","number":"h2275"},{"text":"and to all the places","number":"h4725"}],"21":[{"text":"men","number":"h582"},{"text":"came","number":"h935"},{"text":"Besor","number":"h1308"},{"text":"And David","number":"h1732"},{"text":"David","number":"h1732"},{"text":"David","number":"h1732"},{"text":"that were with him and when David","number":"h1732"},{"text":"that they could not follow","number":"h3212"},{"text":"and they went forth","number":"h3318"},{"text":"whom they had made also to abide","number":"h3427"},{"text":"to the two hundred","number":"h3967"},{"text":"came near","number":"h5066"},{"text":"at the brook","number":"h5158"},{"text":"the people","number":"h5971"},{"text":"to the people","number":"h5971"},{"text":"which were so faint","number":"h6296"},{"text":"and to meet","number":"h7125"},{"text":"to meet","number":"h7125"},{"text":"he saluted","number":"h7592"}],"14":[{"text":"with fire","number":"h784"},{"text":"and upon the coast which belongeth to Judah","number":"h3063"},{"text":"of Caleb","number":"h3612"},{"text":"of the Cherethites","number":"h3774"},{"text":"and upon the south","number":"h5045"},{"text":"upon the south","number":"h5045"},{"text":"We made an invasion","number":"h6584"},{"text":"Ziklag","number":"h6860"},{"text":"and we burned","number":"h8313"}],"18":[{"text":"wives","number":"h802"},{"text":"And David","number":"h1732"},{"text":"and David","number":"h1732"},{"text":"had carried away","number":"h3947"},{"text":"recovered","number":"h5337"},{"text":"rescued","number":"h5337"},{"text":"all that the Amalekites","number":"h6002"},{"text":"his two","number":"h8147"}],"27":[{"text":"To them","number":"h834"},{"text":"which were in Bethel","number":"h1008"},{"text":"and to them which were in Jattir","number":"h3492"},{"text":"and to them which were in south","number":"h5045"},{"text":"Ramoth","number":"h7418"}],"28":[{"text":"and to them which were in Eshtemoa","number":"h851"},{"text":"And to them which were in Aroer","number":"h6177"},{"text":"and to them which were in Siphmoth","number":"h8224"}],"4":[{"text":"and wept","number":"h1058"},{"text":"to weep","number":"h1058"},{"text":"Then David","number":"h1732"},{"text":"until they had no more power","number":"h3581"},{"text":"that were with him lifted up","number":"h5375"},{"text":"and the people","number":"h5971"},{"text":"their voice","number":"h6963"}],"19":[{"text":"neither sons","number":"h1121"},{"text":"nor daughters","number":"h1323"},{"text":"nor great","number":"h1419"},{"text":"to them David","number":"h1732"},{"text":"nor any thing that they had taken","number":"h3947"},{"text":"to them neither","number":"h4480"},{"text":"And there was nothing lacking","number":"h5737"},{"text":"small","number":"h6996"},{"text":"recovered","number":"h7725"},{"text":"neither spoil","number":"h7998"}],"24":[{"text":"unto you in this matter","number":"h1697"},{"text":"they shall part","number":"h2505"},{"text":"but as his part","number":"h2506"},{"text":"so shall his part","number":"h2506"},{"text":"alike","number":"h3162"},{"text":"is that goeth down","number":"h3381"},{"text":"be that tarrieth","number":"h3427"},{"text":"by the stuff","number":"h3627"},{"text":"to the battle","number":"h4421"},{"text":"For who will hearken","number":"h8085"}],"25":[{"text":"it a statute","number":"h2706"},{"text":"And it was so from that day","number":"h3117"},{"text":"unto this day","number":"h3117"},{"text":"for Israel","number":"h3478"},{"text":"forward","number":"h4605"},{"text":"and an ordinance","number":"h4941"},{"text":"that he made","number":"h7760"}],"30":[{"text":"And to them which were in Hormah","number":"h2767"},{"text":"and to them which were in Chorashan","number":"h3565"},{"text":"and to them which were in Athach","number":"h6269"}],"29":[{"text":"of the Jerahmeelites","number":"h3397"},{"text":"and to them which were in the cities","number":"h5892"},{"text":"and to them which were in the cities","number":"h5892"},{"text":"of the Kenites","number":"h7017"},{"text":"And to them which were in Rachal","number":"h7403"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"would","number":"h14"},{"text":"Then said","number":"h559"},{"text":"come","number":"h935"},{"text":"and thrust me through","number":"h1856"},{"text":"and thrust me through","number":"h1856"},{"text":"a sword","number":"h2719"},{"text":"thy sword","number":"h2719"},{"text":"afraid","number":"h3372"},{"text":"took","number":"h3947"},{"text":"not for he was sore","number":"h3966"},{"text":"and fell","number":"h5307"},{"text":"me But his armourbearer","number":"h5375"},{"text":"unto his armourbearer","number":"h5375"},{"text":"and abuse","number":"h5953"},{"text":"therewith lest these uncircumcised","number":"h6189"},{"text":"Saul","number":"h7586"},{"text":"Therefore Saul","number":"h7586"},{"text":"Draw","number":"h8025"}],"2":[{"text":"and Abinadab","number":"h41"},{"text":"and upon his sons","number":"h1121"},{"text":"sons","number":"h1121"},{"text":"followed hard","number":"h1692"},{"text":"Jonathan","number":"h3083"},{"text":"and Malchishua","number":"h4444"},{"text":"slew","number":"h5221"},{"text":"And the Philistines","number":"h6430"},{"text":"and the Philistines","number":"h6430"},{"text":"Saul's","number":"h7586"},{"text":"upon Saul","number":"h7586"}],"12":[{"text":"men","number":"h376"},{"text":"and came","number":"h935"},{"text":"of Bethshan","number":"h1052"},{"text":"of his sons","number":"h1121"},{"text":"and the bodies","number":"h1472"},{"text":"the body","number":"h1472"},{"text":"from the wall","number":"h2346"},{"text":"All the valiant","number":"h2428"},{"text":"to Jabesh","number":"h3003"},{"text":"and went","number":"h3212"},{"text":"all night","number":"h3915"},{"text":"and took","number":"h3947"},{"text":"arose","number":"h6965"},{"text":"of Saul","number":"h7586"},{"text":"and burnt","number":"h8313"}],"7":[{"text":"And when the men","number":"h582"},{"text":"that the men","number":"h582"},{"text":"came","number":"h935"},{"text":"and his sons","number":"h1121"},{"text":"Jordan","number":"h3383"},{"text":"and dwelt","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"were dead","number":"h4191"},{"text":"and fled","number":"h5127"},{"text":"fled","number":"h5127"},{"text":"and they that were on the other side","number":"h5676"},{"text":"that were on the other side","number":"h5676"},{"text":"they forsook","number":"h5800"},{"text":"the cities","number":"h5892"},{"text":"of the valley","number":"h6010"},{"text":"and the Philistines","number":"h6430"},{"text":"saw","number":"h7200"},{"text":"and that Saul","number":"h7586"}],"6":[{"text":"and all his men","number":"h582"},{"text":"sons","number":"h1121"},{"text":"that same day","number":"h3117"},{"text":"together","number":"h3162"},{"text":"died","number":"h4191"},{"text":"and his armourbearer","number":"h5375"},{"text":"So Saul","number":"h7586"},{"text":"and his three","number":"h7969"}],"1":[{"text":"and the men","number":"h582"},{"text":"Gilboa","number":"h1533"},{"text":"in mount","number":"h2022"},{"text":"slain","number":"h2491"},{"text":"against Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"fought","number":"h3898"},{"text":"fled","number":"h5127"},{"text":"and fell down","number":"h5307"},{"text":"Now the Philistines","number":"h6430"},{"text":"the Philistines","number":"h6430"},{"text":"from before","number":"h6440"}],"9":[{"text":"into the land","number":"h776"},{"text":"it in the house","number":"h1004"},{"text":"to publish","number":"h1319"},{"text":"his armour","number":"h3627"},{"text":"And they cut off","number":"h3772"},{"text":"round about","number":"h5439"},{"text":"and among the people","number":"h5971"},{"text":"of their idols","number":"h6091"},{"text":"of the Philistines","number":"h6430"},{"text":"and stripped off","number":"h6584"},{"text":"his head","number":"h7218"},{"text":"and sent","number":"h7971"}],"13":[{"text":"them under a tree","number":"h815"},{"text":"at Jabesh","number":"h3003"},{"text":"days","number":"h3117"},{"text":"And they took","number":"h3947"},{"text":"their bones","number":"h6106"},{"text":"and fasted","number":"h6684"},{"text":"and buried","number":"h6912"},{"text":"seven","number":"h7651"}],"8":[{"text":"came","number":"h935"},{"text":"sons","number":"h1121"},{"text":"Gilboa","number":"h1533"},{"text":"in mount","number":"h2022"},{"text":"the slain","number":"h2491"},{"text":"And it came to pass on the morrow","number":"h4283"},{"text":"that they found","number":"h4672"},{"text":"fallen","number":"h5307"},{"text":"when the Philistines","number":"h6430"},{"text":"to strip","number":"h6584"},{"text":"Saul","number":"h7586"},{"text":"and his three","number":"h7969"}],"10":[{"text":"in the house","number":"h1004"},{"text":"of Bethshan","number":"h1052"},{"text":"his body","number":"h1472"},{"text":"to the wall","number":"h2346"},{"text":"his armour","number":"h3627"},{"text":"of Ashtaroth","number":"h6252"},{"text":"And they put","number":"h7760"},{"text":"and they fastened","number":"h8628"}],"3":[{"text":"wounded","number":"h2342"},{"text":"and the archers","number":"h3384"},{"text":"of the archers","number":"h3384"},{"text":"went sore","number":"h3513"},{"text":"him and he was sore","number":"h3966"},{"text":"And the battle","number":"h4421"},{"text":"hit","number":"h4672"},{"text":"against Saul","number":"h7586"}],"5":[{"text":"likewise upon his sword","number":"h2719"},{"text":"and died","number":"h4191"},{"text":"was dead","number":"h4191"},{"text":"he fell","number":"h5307"},{"text":"And when his armourbearer","number":"h5375"},{"text":"saw","number":"h7200"},{"text":"that Saul","number":"h7586"}],"11":[{"text":"of Jabeshgilead","number":"h3003"},{"text":"And when the inhabitants","number":"h3427"},{"text":"had done","number":"h6213"},{"text":"of that which the Philistines","number":"h6430"},{"text":"to Saul","number":"h7586"},{"text":"heard","number":"h8085"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"beside Ebenezer","number":"h72"},{"text":"in Aphek","number":"h663"},{"text":"And the word","number":"h1697"},{"text":"and pitched","number":"h2583"},{"text":"pitched","number":"h2583"},{"text":"went out","number":"h3318"},{"text":"Now Israel","number":"h3478"},{"text":"came to all Israel","number":"h3478"},{"text":"to battle","number":"h4421"},{"text":"and the Philistines","number":"h6430"},{"text":"the Philistines","number":"h6430"},{"text":"against","number":"h7125"},{"text":"of Samuel","number":"h8050"}],"8":[{"text":"of these mighty","number":"h117"},{"text":"Woe","number":"h188"},{"text":"Gods","number":"h430"},{"text":"these are the Gods","number":"h430"},{"text":"us out of the hand","number":"h3027"},{"text":"in the wilderness","number":"h4057"},{"text":"with all the plagues","number":"h4347"},{"text":"the Egyptians","number":"h4714"},{"text":"that smote","number":"h5221"},{"text":"unto us! who shall deliver","number":"h5337"}],"12":[{"text":"and with earth","number":"h127"},{"text":"a man","number":"h376"},{"text":"and came","number":"h935"},{"text":"of Benjamin","number":"h1144"},{"text":"the same day","number":"h3117"},{"text":"with his clothes","number":"h4055"},{"text":"out of the army","number":"h4634"},{"text":"rent","number":"h7167"},{"text":"upon his head","number":"h7218"},{"text":"And there ran","number":"h7323"},{"text":"to Shiloh","number":"h7887"}],"10":[{"text":"into his tent","number":"h168"},{"text":"every man","number":"h376"},{"text":"thousand","number":"h505"},{"text":"great","number":"h1419"},{"text":"and Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"fought","number":"h3898"},{"text":"and there was a very","number":"h3966"},{"text":"slaughter","number":"h4347"},{"text":"was smitten","number":"h5062"},{"text":"and they fled","number":"h5127"},{"text":"for there fell","number":"h5307"},{"text":"And the Philistines","number":"h6430"},{"text":"footmen","number":"h7273"},{"text":"thirty","number":"h7970"}],"7":[{"text":"Woe","number":"h188"},{"text":"God","number":"h430"},{"text":"And they said","number":"h559"},{"text":"for they said","number":"h559"},{"text":"unto us! for there hath not been such a thing heretofore","number":"h865"},{"text":"is come","number":"h935"},{"text":"were afraid","number":"h3372"},{"text":"into the camp","number":"h4264"},{"text":"And the Philistines","number":"h6430"}],"18":[{"text":"backward","number":"h322"},{"text":"man","number":"h376"},{"text":"of God","number":"h430"},{"text":"forty","number":"h705"},{"text":"of the ark","number":"h727"},{"text":"by","number":"h1157"},{"text":"And it came to pass when he made mention","number":"h2142"},{"text":"for he was an old","number":"h2204"},{"text":"the side","number":"h3027"},{"text":"Israel","number":"h3478"},{"text":"and heavy","number":"h3513"},{"text":"from off the seat","number":"h3678"},{"text":"and he died","number":"h4191"},{"text":"and his neck","number":"h4665"},{"text":"that he fell","number":"h5307"},{"text":"brake","number":"h7665"},{"text":"years","number":"h8141"},{"text":"of the gate","number":"h8179"},{"text":"And he had judged","number":"h8199"}],"3":[{"text":"of our enemies","number":"h341"},{"text":"said","number":"h559"},{"text":"the ark","number":"h727"},{"text":"unto us that when it cometh","number":"h935"},{"text":"were come","number":"h935"},{"text":"of the covenant","number":"h1285"},{"text":"the elders","number":"h2205"},{"text":"Wherefore hath the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"us to day","number":"h3117"},{"text":"us it may save","number":"h3467"},{"text":"of Israel","number":"h3478"},{"text":"us out of the hand","number":"h3709"},{"text":"Let us fetch","number":"h3947"},{"text":"into the camp","number":"h4264"},{"text":"smitten","number":"h5062"},{"text":"And when the people","number":"h5971"},{"text":"the Philistines","number":"h6430"},{"text":"before","number":"h6440"},{"text":"among","number":"h7130"},{"text":"out of Shiloh","number":"h7887"}],"21":[{"text":"Ichabod","number":"h350"},{"text":"and her husband","number":"h376"},{"text":"because","number":"h413"},{"text":"of God","number":"h430"},{"text":"saying","number":"h559"},{"text":"the ark","number":"h727"},{"text":"is departed","number":"h1540"},{"text":"and because of her father in law","number":"h2524"},{"text":"from Israel","number":"h3478"},{"text":"The glory","number":"h3519"},{"text":"was taken","number":"h3947"},{"text":"the child","number":"h5288"},{"text":"And she named","number":"h7121"}],"14":[{"text":"And the man","number":"h376"},{"text":"he said","number":"h559"},{"text":"came","number":"h935"},{"text":"of this tumult","number":"h1995"},{"text":"in hastily","number":"h4116"},{"text":"and told","number":"h5046"},{"text":"And when Eli","number":"h5941"},{"text":"Eli","number":"h5941"},{"text":"of the crying","number":"h6818"},{"text":"What meaneth the noise","number":"h6963"},{"text":"the noise","number":"h6963"},{"text":"heard","number":"h8085"}],"16":[{"text":"And the man","number":"h376"},{"text":"And he said","number":"h559"},{"text":"said","number":"h559"},{"text":"I am he that came","number":"h935"},{"text":"my son","number":"h1121"},{"text":"What is there done","number":"h1697"},{"text":"to day","number":"h3117"},{"text":"out of the army","number":"h4634"},{"text":"out of the army","number":"h4634"},{"text":"and I fled","number":"h5127"},{"text":"unto Eli","number":"h5941"}],"13":[{"text":"And when the man","number":"h376"},{"text":"of God","number":"h430"},{"text":"for the ark","number":"h727"},{"text":"And when he came","number":"h935"},{"text":"came","number":"h935"},{"text":"by the wayside","number":"h1870"},{"text":"cried out","number":"h2199"},{"text":"trembled","number":"h2730"},{"text":"sat","number":"h3427"},{"text":"upon a seat","number":"h3678"},{"text":"for his heart","number":"h3820"},{"text":"and told","number":"h5046"},{"text":"into the city","number":"h5892"},{"text":"it all the city","number":"h5892"},{"text":"lo Eli","number":"h5941"},{"text":"watching","number":"h6822"}],"19":[{"text":"and her husband","number":"h376"},{"text":"that","number":"h413"},{"text":"of God","number":"h430"},{"text":"the ark","number":"h727"},{"text":"wife","number":"h802"},{"text":"came","number":"h2015"},{"text":"was with child","number":"h2030"},{"text":"and that her father in law","number":"h2524"},{"text":"herself and travailed","number":"h3205"},{"text":"near to be delivered","number":"h3205"},{"text":"And his daughter in law","number":"h3618"},{"text":"she bowed","number":"h3766"},{"text":"was taken","number":"h3947"},{"text":"were dead","number":"h4191"},{"text":"Phinehas","number":"h6372"},{"text":"for her pains","number":"h6735"},{"text":"the tidings","number":"h8052"},{"text":"and when she heard","number":"h8085"}],"2":[{"text":"men","number":"h376"},{"text":"thousand","number":"h505"},{"text":"about four","number":"h702"},{"text":"Israel","number":"h3478"},{"text":"Israel","number":"h3478"},{"text":"battle","number":"h4421"},{"text":"of the army","number":"h4634"},{"text":"was smitten","number":"h5062"},{"text":"and when they joined","number":"h5203"},{"text":"and they slew","number":"h5221"},{"text":"put themselves in array","number":"h6186"},{"text":"And the Philistines","number":"h6430"},{"text":"the Philistines","number":"h6430"},{"text":"before","number":"h6440"},{"text":"against","number":"h7125"},{"text":"in the field","number":"h7704"}],"11":[{"text":"of God","number":"h430"},{"text":"And the ark","number":"h727"},{"text":"sons","number":"h1121"},{"text":"Hophni","number":"h2652"},{"text":"was taken","number":"h3947"},{"text":"were slain","number":"h4191"},{"text":"of Eli","number":"h5941"},{"text":"and Phinehas","number":"h6372"},{"text":"and the two","number":"h8147"}],"17":[{"text":"of God","number":"h430"},{"text":"and said","number":"h559"},{"text":"and the ark","number":"h727"},{"text":"sons","number":"h1121"},{"text":"And the messenger","number":"h1319"},{"text":"and there hath been also a great","number":"h1419"},{"text":"also Hophni","number":"h2652"},{"text":"Israel","number":"h3478"},{"text":"is taken","number":"h3947"},{"text":"slaughter","number":"h4046"},{"text":"are dead","number":"h4191"},{"text":"is fled","number":"h5127"},{"text":"among the people","number":"h5971"},{"text":"answered","number":"h6030"},{"text":"and Phinehas","number":"h6372"},{"text":"the Philistines","number":"h6430"},{"text":"before","number":"h6440"},{"text":"and thy two","number":"h8147"}],"22":[{"text":"of God","number":"h430"},{"text":"And she said","number":"h559"},{"text":"for the ark","number":"h727"},{"text":"is departed","number":"h1540"},{"text":"from Israel","number":"h3478"},{"text":"The glory","number":"h3519"},{"text":"is taken","number":"h3947"}],"4":[{"text":"of God","number":"h430"},{"text":"from thence the ark","number":"h727"},{"text":"were there with the ark","number":"h727"},{"text":"sons","number":"h1121"},{"text":"of the covenant","number":"h1285"},{"text":"of the covenant","number":"h1285"},{"text":"Hophni","number":"h2652"},{"text":"of the LORD","number":"h3068"},{"text":"which dwelleth","number":"h3427"},{"text":"between the cherubims","number":"h3742"},{"text":"that they might bring","number":"h5375"},{"text":"of Eli","number":"h5941"},{"text":"So the people","number":"h5971"},{"text":"and Phinehas","number":"h6372"},{"text":"of hosts","number":"h6635"},{"text":"to Shiloh","number":"h7887"},{"text":"sent","number":"h7971"},{"text":"and the two","number":"h8147"}],"6":[{"text":"they said","number":"h559"},{"text":"that the ark","number":"h727"},{"text":"was come","number":"h935"},{"text":"of this great","number":"h1419"},{"text":"And they understood","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"in the camp","number":"h4264"},{"text":"into the camp","number":"h4264"},{"text":"of the Hebrews","number":"h5680"},{"text":"And when the Philistines","number":"h6430"},{"text":"What meaneth the noise","number":"h6963"},{"text":"the noise","number":"h6963"},{"text":"heard","number":"h8085"},{"text":"of the shout","number":"h8643"},{"text":"shout","number":"h8643"}],"9":[{"text":"yourselves like men","number":"h582"},{"text":"yourselves like men","number":"h582"},{"text":"and quit","number":"h1961"},{"text":"to you quit","number":"h1961"},{"text":"Be strong","number":"h2388"},{"text":"and fight","number":"h3898"},{"text":"as they have been","number":"h5647"},{"text":"that ye be not servants","number":"h5647"},{"text":"unto the Hebrews","number":"h5680"},{"text":"O ye Philistines","number":"h6430"}],"5":[{"text":"And when the ark","number":"h727"},{"text":"so that the earth","number":"h776"},{"text":"came","number":"h935"},{"text":"of the covenant","number":"h1285"},{"text":"with a great","number":"h1419"},{"text":"rang again","number":"h1949"},{"text":"of the LORD","number":"h3068"},{"text":"all Israel","number":"h3478"},{"text":"into the camp","number":"h4264"},{"text":"shouted","number":"h7321"},{"text":"shout","number":"h8643"}],"20":[{"text":"a son","number":"h1121"},{"text":"by her said","number":"h1696"},{"text":"not for thou hast born","number":"h3205"},{"text":"unto her Fear","number":"h3372"},{"text":"of her death","number":"h4191"},{"text":"the women that stood","number":"h5324"},{"text":"But she answered","number":"h6030"},{"text":"And about the time","number":"h6256"},{"text":"not neither did she regard","number":"h7896"}],"15":[{"text":"old","number":"h1121"},{"text":"that he could","number":"h3201"},{"text":"and his eyes","number":"h5869"},{"text":"Now Eli","number":"h5941"},{"text":"were dim","number":"h6965"},{"text":"not see","number":"h7200"},{"text":"and eight","number":"h8083"},{"text":"years","number":"h8141"},{"text":"was ninety","number":"h8673"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"it from Ebenezer","number":"h72"},{"text":"of God","number":"h430"},{"text":"the ark","number":"h727"},{"text":"unto Ashdod","number":"h795"},{"text":"and brought","number":"h935"},{"text":"took","number":"h3947"},{"text":"And the Philistines","number":"h6430"}],"9":[{"text":"And it was so that after","number":"h310"},{"text":"the men","number":"h582"},{"text":"and great","number":"h1419"},{"text":"great","number":"h1419"},{"text":"and they had emerods","number":"h2914"},{"text":"the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"with a very","number":"h3966"},{"text":"destruction","number":"h4103"},{"text":"and he smote","number":"h5221"},{"text":"they had carried it about","number":"h5437"},{"text":"of the city","number":"h5892"},{"text":"was against the city","number":"h5892"},{"text":"both small","number":"h6996"},{"text":"in their secret parts","number":"h8368"}],"10":[{"text":"of God","number":"h430"},{"text":"of God","number":"h430"},{"text":"of the God","number":"h430"},{"text":"saying","number":"h559"},{"text":"And it came to pass as the ark","number":"h727"},{"text":"the ark","number":"h727"},{"text":"the ark","number":"h727"},{"text":"came","number":"h935"},{"text":"cried out","number":"h2199"},{"text":"of Israel","number":"h3478"},{"text":"to us to slay","number":"h4191"},{"text":"They have brought about","number":"h5437"},{"text":"us and our people","number":"h5971"},{"text":"to Ekron","number":"h6138"},{"text":"to Ekron","number":"h6138"},{"text":"that the Ekronites","number":"h6139"},{"text":"Therefore they sent","number":"h7971"}],"11":[{"text":"of God","number":"h430"},{"text":"of the God","number":"h430"},{"text":"and said","number":"h559"},{"text":"and gathered together","number":"h622"},{"text":"the ark","number":"h727"},{"text":"the hand","number":"h3027"},{"text":"of Israel","number":"h3478"},{"text":"heavy","number":"h3513"},{"text":"was very","number":"h3966"},{"text":"destruction","number":"h4103"},{"text":"that it slay","number":"h4191"},{"text":"for there was a deadly","number":"h4194"},{"text":"to his own place","number":"h4725"},{"text":"all the lords","number":"h5633"},{"text":"throughout all the city","number":"h5892"},{"text":"us not and our people","number":"h5971"},{"text":"of the Philistines","number":"h6430"},{"text":"and let it go again","number":"h7725"},{"text":"Send away","number":"h7971"},{"text":"So they sent","number":"h7971"}],"2":[{"text":"of God","number":"h430"},{"text":"it by","number":"h681"},{"text":"the ark","number":"h727"},{"text":"they brought","number":"h935"},{"text":"it into the house","number":"h1004"},{"text":"Dagon","number":"h1712"},{"text":"of Dagon","number":"h1712"},{"text":"and set","number":"h3322"},{"text":"took","number":"h3947"},{"text":"When the Philistines","number":"h6430"}],"7":[{"text":"of the God","number":"h430"},{"text":"our god","number":"h430"},{"text":"that it was so they said","number":"h559"},{"text":"And when the men","number":"h582"},{"text":"The ark","number":"h727"},{"text":"of Ashdod","number":"h795"},{"text":"upon us and upon Dagon","number":"h1712"},{"text":"with us for his hand","number":"h3027"},{"text":"shall not abide","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"is sore","number":"h7185"},{"text":"saw","number":"h7200"}],"8":[{"text":"of the God","number":"h430"},{"text":"of the God","number":"h430"},{"text":"of the God","number":"h430"},{"text":"And they answered","number":"h559"},{"text":"unto them and said","number":"h559"},{"text":"therefore and gathered","number":"h622"},{"text":"Let the ark","number":"h727"},{"text":"the ark","number":"h727"},{"text":"with the ark","number":"h727"},{"text":"unto Gath","number":"h1661"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"And they carried","number":"h5437"},{"text":"about","number":"h5437"},{"text":"be carried about","number":"h5437"},{"text":"all the lords","number":"h5633"},{"text":"What shall we do","number":"h6213"},{"text":"of the Philistines","number":"h6430"},{"text":"They sent","number":"h7971"}],"12":[{"text":"And the men","number":"h582"},{"text":"with the emerods","number":"h2914"},{"text":"that died","number":"h4191"},{"text":"not were smitten","number":"h5221"},{"text":"of the city","number":"h5892"},{"text":"went up","number":"h5927"},{"text":"and the cry","number":"h7775"},{"text":"to heaven","number":"h8064"}],"3":[{"text":"the ark","number":"h727"},{"text":"to the earth","number":"h776"},{"text":"And when they of Ashdod","number":"h796"},{"text":"Dagon","number":"h1712"},{"text":"behold Dagon","number":"h1712"},{"text":"of the LORD","number":"h3068"},{"text":"And they took","number":"h3947"},{"text":"on the morrow","number":"h4283"},{"text":"him in his place","number":"h4725"},{"text":"was fallen","number":"h5307"},{"text":"before","number":"h6440"},{"text":"upon his face","number":"h6440"},{"text":"again","number":"h7725"},{"text":"and set","number":"h7725"},{"text":"arose early","number":"h7925"}],"4":[{"text":"the ark","number":"h727"},{"text":"to the ground","number":"h776"},{"text":"morning","number":"h1242"},{"text":"behold Dagon","number":"h1712"},{"text":"of Dagon","number":"h1712"},{"text":"only the stump of Dagon","number":"h1712"},{"text":"of his hands","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"the palms","number":"h3709"},{"text":"were cut off","number":"h3772"},{"text":"on the morrow","number":"h4283"},{"text":"upon the threshold","number":"h4670"},{"text":"was fallen","number":"h5307"},{"text":"before","number":"h6440"},{"text":"upon his face","number":"h6440"},{"text":"and the head","number":"h7218"},{"text":"was left","number":"h7604"},{"text":"And when they arose early","number":"h7925"},{"text":"and both","number":"h8147"}],"6":[{"text":"even Ashdod","number":"h795"},{"text":"upon them of Ashdod","number":"h796"},{"text":"and the coasts","number":"h1366"},{"text":"them with emerods","number":"h2914"},{"text":"But the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"was heavy","number":"h3513"},{"text":"them and smote","number":"h5221"},{"text":"and he destroyed","number":"h8074"}],"5":[{"text":"in Ashdod","number":"h795"},{"text":"nor any that come","number":"h935"},{"text":"house","number":"h1004"},{"text":"into Dagon's","number":"h1712"},{"text":"of Dagon","number":"h1712"},{"text":"of Dagon","number":"h1712"},{"text":"tread","number":"h1869"},{"text":"unto this day","number":"h3117"},{"text":"Therefore neither the priests","number":"h3548"},{"text":"on the threshold","number":"h4670"}]}