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
+ {"4":[{"text":"and at Edrei","number":"h154"},{"text":"of Bashan","number":"h1316"},{"text":"And the coast","number":"h1366"},{"text":"that dwelt","number":"h3427"},{"text":"which was of the remnant","number":"h3499"},{"text":"king","number":"h4428"},{"text":"of Og","number":"h5747"},{"text":"at Ashtaroth","number":"h6252"},{"text":"of the giants","number":"h7497"}],"24":[{"text":"and one","number":"h259"},{"text":"one","number":"h259"},{"text":"The king","number":"h4428"},{"text":"all the kings","number":"h4428"},{"text":"thirty","number":"h7970"},{"text":"of Tirzah","number":"h8656"}],"10":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"of Hebron","number":"h2275"},{"text":"of Jerusalem","number":"h3389"},{"text":"The king","number":"h4428"},{"text":"the king","number":"h4428"}],"11":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"of Jarmuth","number":"h3412"},{"text":"of Lachish","number":"h3923"},{"text":"The king","number":"h4428"},{"text":"the king","number":"h4428"}],"12":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"of Gezer","number":"h1507"},{"text":"The king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"of Eglon","number":"h5700"}],"13":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"of Geder","number":"h1445"},{"text":"of Debir","number":"h1688"},{"text":"The king","number":"h4428"},{"text":"the king","number":"h4428"}],"14":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"of Hormah","number":"h2767"},{"text":"The king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"of Arad","number":"h6166"}],"15":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"of Libnah","number":"h3841"},{"text":"The king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"of Adullam","number":"h5725"}],"16":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"of Bethel","number":"h1008"},{"text":"The king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"of Makkedah","number":"h4719"}],"17":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"of Hepher","number":"h2660"},{"text":"The king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"of Tappuah","number":"h8599"}],"18":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"of Aphek","number":"h663"},{"text":"The king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"of Lasharon","number":"h8289"}],"19":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"of Hazor","number":"h2674"},{"text":"of Madon","number":"h4068"},{"text":"The king","number":"h4428"},{"text":"the king","number":"h4428"}],"20":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"of Achshaph","number":"h407"},{"text":"The king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"of Shimronmeron","number":"h8112"}],"21":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"of Megiddo","number":"h4023"},{"text":"The king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"of Taanach","number":"h8590"}],"22":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"of Jokneam","number":"h3362"},{"text":"of Carmel","number":"h3760"},{"text":"The king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"of Kedesh","number":"h6943"}],"23":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"of the nations","number":"h1471"},{"text":"of Gilgal","number":"h1537"},{"text":"of Dor","number":"h1756"},{"text":"of Dor","number":"h1756"},{"text":"The king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"in the coast","number":"h5299"}],"9":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"Bethel","number":"h1008"},{"text":"of Jericho","number":"h3405"},{"text":"The king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"of Ai","number":"h5857"},{"text":"which is beside","number":"h6654"}],"2":[{"text":"of the Amorites","number":"h567"},{"text":"Arnon","number":"h769"},{"text":"of the children","number":"h1121"},{"text":"which is the border","number":"h1366"},{"text":"Gilead","number":"h1568"},{"text":"and from half","number":"h2677"},{"text":"in Heshbon","number":"h2809"},{"text":"Jabbok","number":"h2999"},{"text":"who dwelt","number":"h3427"},{"text":"king","number":"h4428"},{"text":"and ruled","number":"h4910"},{"text":"even unto the river","number":"h5158"},{"text":"of the river","number":"h5158"},{"text":"of the river","number":"h5158"},{"text":"Sihon","number":"h5511"},{"text":"of Ammon","number":"h5983"},{"text":"from Aroer","number":"h6177"},{"text":"which is upon the bank","number":"h8193"},{"text":"and from the middle","number":"h8432"}],"8":[{"text":"the Amorites","number":"h567"},{"text":"and in the springs","number":"h794"},{"text":"In the mountains","number":"h2022"},{"text":"the Hivites","number":"h2340"},{"text":"the Hittites","number":"h2850"},{"text":"and the Jebusites","number":"h2983"},{"text":"and the Canaanites","number":"h3669"},{"text":"and in the wilderness","number":"h4057"},{"text":"and in the south country","number":"h5045"},{"text":"and in the plains","number":"h6160"},{"text":"the Perizzites","number":"h6522"},{"text":"and in the valleys","number":"h8219"}],"1":[{"text":"Arnon","number":"h769"},{"text":"of the land","number":"h776"},{"text":"their land","number":"h776"},{"text":"which the children","number":"h1121"},{"text":"unto mount","number":"h2022"},{"text":"Hermon","number":"h2768"},{"text":"Jordan","number":"h3383"},{"text":"and possessed","number":"h3423"},{"text":"of Israel","number":"h3478"},{"text":"on the east","number":"h4217"},{"text":"toward the rising","number":"h4217"},{"text":"Now these are the kings","number":"h4428"},{"text":"from the river","number":"h5158"},{"text":"smote","number":"h5221"},{"text":"on the other side","number":"h5676"},{"text":"and all the plain","number":"h6160"},{"text":"of the sun","number":"h8121"}],"7":[{"text":"of the country","number":"h776"},{"text":"and the children","number":"h1121"},{"text":"from Baalgad","number":"h1171"},{"text":"in the valley","number":"h1237"},{"text":"even unto the mount","number":"h2022"},{"text":"Halak","number":"h2510"},{"text":"which Joshua","number":"h3091"},{"text":"which Joshua","number":"h3091"},{"text":"on the west","number":"h3220"},{"text":"Jordan","number":"h3383"},{"text":"for a possession","number":"h3425"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of Lebanon","number":"h3844"},{"text":"according to their divisions","number":"h4256"},{"text":"And these are the kings","number":"h4428"},{"text":"smote","number":"h5221"},{"text":"gave","number":"h5414"},{"text":"on this side","number":"h5676"},{"text":"that goeth up","number":"h5927"},{"text":"unto the tribes","number":"h7626"},{"text":"to Seir","number":"h8165"}],"3":[{"text":"under Ashdothpisgah","number":"h798"},{"text":"to Bethjeshimoth","number":"h1020"},{"text":"the way","number":"h1870"},{"text":"and unto the sea","number":"h3220"},{"text":"sea","number":"h3220"},{"text":"to the sea","number":"h3220"},{"text":"of Chinneroth","number":"h3672"},{"text":"on the east","number":"h4217"},{"text":"on the east","number":"h4217"},{"text":"even the salt","number":"h4417"},{"text":"And from the plain","number":"h6160"},{"text":"of the plain","number":"h6160"},{"text":"and from the south","number":"h8486"}],"6":[{"text":"and the children","number":"h1121"},{"text":"and the Gadites","number":"h1425"},{"text":"and the half","number":"h2677"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"it for a possession","number":"h3425"},{"text":"of Israel","number":"h3478"},{"text":"of Manasseh","number":"h4519"},{"text":"Them did Moses","number":"h4872"},{"text":"and Moses","number":"h4872"},{"text":"smite","number":"h5221"},{"text":"gave","number":"h5414"},{"text":"the servant","number":"h5650"},{"text":"the servant","number":"h5650"},{"text":"unto the Reubenites","number":"h7206"},{"text":"tribe","number":"h7626"}],"5":[{"text":"and in all Bashan","number":"h1316"},{"text":"the border","number":"h1366"},{"text":"unto the border","number":"h1366"},{"text":"Gilead","number":"h1568"},{"text":"of the Geshurites","number":"h1651"},{"text":"in mount","number":"h2022"},{"text":"and half","number":"h2677"},{"text":"Hermon","number":"h2768"},{"text":"of Heshbon","number":"h2809"},{"text":"king","number":"h4428"},{"text":"and the Maachathites","number":"h4602"},{"text":"And reigned","number":"h4910"},{"text":"of Sihon","number":"h5511"},{"text":"and in Salcah","number":"h5548"}]}
@@ -0,0 +1 @@
1
+ {"31":[{"text":"and Edrei","number":"h154"},{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"were pertaining unto the children","number":"h1121"},{"text":"in Bashan","number":"h1316"},{"text":"Gilead","number":"h1568"},{"text":"And half","number":"h2677"},{"text":"even to the one half","number":"h2677"},{"text":"of Machir","number":"h4353"},{"text":"of Machir","number":"h4353"},{"text":"of the kingdom","number":"h4468"},{"text":"of Manasseh","number":"h4519"},{"text":"by their families","number":"h4940"},{"text":"of Og","number":"h5747"},{"text":"cities","number":"h5892"},{"text":"and Ashtaroth","number":"h6252"}],"12":[{"text":"and in Edrei","number":"h154"},{"text":"in Bashan","number":"h1316"},{"text":"and cast them out","number":"h3423"},{"text":"of the remnant","number":"h3499"},{"text":"which reigned","number":"h4427"},{"text":"All the kingdom","number":"h4468"},{"text":"for these did Moses","number":"h4872"},{"text":"smite","number":"h5221"},{"text":"of Og","number":"h5747"},{"text":"in Ashtaroth","number":"h6252"},{"text":"of the giants","number":"h7497"},{"text":"who remained","number":"h7604"}],"21":[{"text":"Evi","number":"h189"},{"text":"of the Amorites","number":"h567"},{"text":"in the country","number":"h776"},{"text":"and Hur","number":"h2354"},{"text":"in Heshbon","number":"h2809"},{"text":"dwelling","number":"h3427"},{"text":"of Midian","number":"h4080"},{"text":"of the plain","number":"h4334"},{"text":"which reigned","number":"h4427"},{"text":"king","number":"h4428"},{"text":"and all the kingdom","number":"h4468"},{"text":"whom Moses","number":"h4872"},{"text":"smote","number":"h5221"},{"text":"which were dukes","number":"h5257"},{"text":"with the princes","number":"h5387"},{"text":"of Sihon","number":"h5511"},{"text":"of Sihon","number":"h5511"},{"text":"And all the cities","number":"h5892"},{"text":"and Zur","number":"h6698"},{"text":"and Reba","number":"h7254"},{"text":"and Rekem","number":"h7552"}],"22":[{"text":"among them","number":"h413"},{"text":"Balaam","number":"h1109"},{"text":"also the son","number":"h1121"},{"text":"did the children","number":"h1121"},{"text":"of Beor","number":"h1160"},{"text":"slay","number":"h2026"},{"text":"that were slain","number":"h2491"},{"text":"with the sword","number":"h2719"},{"text":"of Israel","number":"h3478"},{"text":"the soothsayer","number":"h7080"}],"14":[{"text":"God","number":"h430"},{"text":"made by fire","number":"h801"},{"text":"the sacrifices","number":"h801"},{"text":"as he said","number":"h1696"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Levi","number":"h3878"},{"text":"are their inheritance","number":"h5159"},{"text":"none inheritance","number":"h5159"},{"text":"he gave","number":"h5414"},{"text":"Only unto the tribe","number":"h7626"}],"33":[{"text":"God","number":"h430"},{"text":"as he said","number":"h1696"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Levi","number":"h3878"},{"text":"Moses","number":"h4872"},{"text":"not any inheritance","number":"h5159"},{"text":"was their inheritance","number":"h5159"},{"text":"gave","number":"h5414"},{"text":"But unto the tribe","number":"h7626"}],"1":[{"text":"said","number":"h559"},{"text":"land","number":"h776"},{"text":"and stricken","number":"h935"},{"text":"and stricken","number":"h935"},{"text":"unto him Thou art old","number":"h2204"},{"text":"was old","number":"h2204"},{"text":"and the LORD","number":"h3068"},{"text":"Now Joshua","number":"h3091"},{"text":"in years","number":"h3117"},{"text":"in years","number":"h3117"},{"text":"to be possessed","number":"h3423"},{"text":"yet very","number":"h3966"},{"text":"much","number":"h7235"},{"text":"and there remaineth","number":"h7604"}],"10":[{"text":"of the Amorites","number":"h567"},{"text":"of the children","number":"h1121"},{"text":"unto the border","number":"h1366"},{"text":"in Heshbon","number":"h2809"},{"text":"which reigned","number":"h4427"},{"text":"king","number":"h4428"},{"text":"of Sihon","number":"h5511"},{"text":"And all the cities","number":"h5892"},{"text":"of Ammon","number":"h5983"}],"4":[{"text":"of the Amorites","number":"h567"},{"text":"unto Aphek","number":"h663"},{"text":"all the land","number":"h776"},{"text":"to the borders","number":"h1366"},{"text":"of the Canaanites","number":"h3669"},{"text":"and Mearah","number":"h4632"},{"text":"that is beside the Sidonians","number":"h6722"},{"text":"From the south","number":"h8486"}],"16":[{"text":"Arnon","number":"h769"},{"text":"And their coast","number":"h1366"},{"text":"by Medeba","number":"h4311"},{"text":"and all the plain","number":"h4334"},{"text":"of the river","number":"h5158"},{"text":"of the river","number":"h5158"},{"text":"and the city","number":"h5892"},{"text":"was from Aroer","number":"h6177"},{"text":"that is on the bank","number":"h8193"},{"text":"that is in the midst","number":"h8432"}],"9":[{"text":"Arnon","number":"h769"},{"text":"unto Dibon","number":"h1769"},{"text":"of Medeba","number":"h4311"},{"text":"and all the plain","number":"h4334"},{"text":"of the river","number":"h5158"},{"text":"of the river","number":"h5158"},{"text":"and the city","number":"h5892"},{"text":"From Aroer","number":"h6177"},{"text":"that is upon the bank","number":"h8193"},{"text":"that is in the midst","number":"h8432"}],"5":[{"text":"And the land","number":"h776"},{"text":"unto the entering","number":"h935"},{"text":"from Baalgad","number":"h1171"},{"text":"of the Giblites","number":"h1382"},{"text":"under mount","number":"h2022"},{"text":"into Hamath","number":"h2574"},{"text":"Hermon","number":"h2768"},{"text":"and all Lebanon","number":"h3844"},{"text":"toward the sunrising","number":"h4217"}],"2":[{"text":"This is the land","number":"h776"},{"text":"all the borders","number":"h1552"},{"text":"and all Geshuri","number":"h1651"},{"text":"of the Philistines","number":"h6430"},{"text":"that yet remaineth","number":"h7604"}],"25":[{"text":"the land","number":"h776"},{"text":"of the children","number":"h1121"},{"text":"And their coast","number":"h1366"},{"text":"of Gilead","number":"h1568"},{"text":"and half","number":"h2677"},{"text":"was Jazer","number":"h3270"},{"text":"and all the cities","number":"h5892"},{"text":"of Ammon","number":"h5983"},{"text":"unto Aroer","number":"h6177"},{"text":"that is before","number":"h6440"},{"text":"Rabbah","number":"h7237"}],"7":[{"text":"this land","number":"h776"},{"text":"Now therefore divide","number":"h2505"},{"text":"and the half","number":"h2677"},{"text":"of Manasseh","number":"h4519"},{"text":"for an inheritance","number":"h5159"},{"text":"tribe","number":"h7626"},{"text":"tribes","number":"h7626"},{"text":"unto the nine","number":"h8672"}],"3":[{"text":"and the Ashdothites","number":"h796"},{"text":"the Eshkalonites","number":"h832"},{"text":"even unto the borders","number":"h1366"},{"text":"the Gittites","number":"h1663"},{"text":"five","number":"h2568"},{"text":"which is counted","number":"h2803"},{"text":"to the Canaanite","number":"h3669"},{"text":"Egypt","number":"h4714"},{"text":"lords","number":"h5633"},{"text":"also the Avites","number":"h5761"},{"text":"the Gazathites","number":"h5841"},{"text":"of Ekron","number":"h6138"},{"text":"and the Ekronites","number":"h6139"},{"text":"of the Philistines","number":"h6430"},{"text":"which is before","number":"h6440"},{"text":"northward","number":"h6828"},{"text":"From Sihor","number":"h7883"}],"20":[{"text":"and Ashdothpisgah","number":"h798"},{"text":"and Bethjeshimoth","number":"h1020"},{"text":"And Bethpeor","number":"h1047"}],"26":[{"text":"and Betonim","number":"h993"},{"text":"unto the border","number":"h1366"},{"text":"of Debir","number":"h1688"},{"text":"And from Heshbon","number":"h2809"},{"text":"and from Mahanaim","number":"h4266"},{"text":"unto Ramathmizpeh","number":"h7434"}],"17":[{"text":"and Bethbaalmeon","number":"h1010"},{"text":"and Bamothbaal","number":"h1120"},{"text":"Dibon","number":"h1769"},{"text":"Heshbon","number":"h2809"},{"text":"that are in the plain","number":"h4334"},{"text":"and all her cities","number":"h5892"}],"27":[{"text":"Betharam","number":"h1027"},{"text":"and Bethnimrah","number":"h1039"},{"text":"and his border","number":"h1366"},{"text":"of Heshbon","number":"h2809"},{"text":"of the sea","number":"h3220"},{"text":"Jordan","number":"h3383"},{"text":"Jordan","number":"h3383"},{"text":"the rest","number":"h3499"},{"text":"of Chinnereth","number":"h3672"},{"text":"eastward","number":"h4217"},{"text":"king","number":"h4428"},{"text":"of the kingdom","number":"h4468"},{"text":"of Sihon","number":"h5511"},{"text":"and Succoth","number":"h5523"},{"text":"on the other side","number":"h5676"},{"text":"And in the valley","number":"h6010"},{"text":"and Zaphon","number":"h6829"},{"text":"even unto the edge","number":"h7097"}],"13":[{"text":"Nevertheless the children","number":"h1121"},{"text":"but the Geshurites","number":"h1650"},{"text":"not the Geshurites","number":"h1651"},{"text":"until this day","number":"h3117"},{"text":"expelled","number":"h3423"},{"text":"dwell","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"the Israelites","number":"h3478"},{"text":"and the Maachathites","number":"h4601"},{"text":"nor the Maachathites","number":"h4602"},{"text":"among","number":"h7130"}],"24":[{"text":"even unto the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"of Gad","number":"h1410"},{"text":"inheritance unto the tribe","number":"h4294"},{"text":"And Moses","number":"h4872"},{"text":"according to their families","number":"h4940"},{"text":"gave","number":"h5414"}],"15":[{"text":"of the children","number":"h1121"},{"text":"unto the tribe","number":"h4294"},{"text":"And Moses","number":"h4872"},{"text":"inheritance according to their families","number":"h4940"},{"text":"gave","number":"h5414"},{"text":"of Reuben","number":"h7205"}],"23":[{"text":"of the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"And the border","number":"h1366"},{"text":"and the border","number":"h1366"},{"text":"and the villages","number":"h2691"},{"text":"was Jordan","number":"h3383"},{"text":"after their families","number":"h4940"},{"text":"thereof This was the inheritance","number":"h5159"},{"text":"the cities","number":"h5892"},{"text":"of Reuben","number":"h7205"},{"text":"of Reuben","number":"h7205"}],"28":[{"text":"of the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"and their villages","number":"h2691"},{"text":"after their families","number":"h4940"},{"text":"This is the inheritance","number":"h5159"},{"text":"the cities","number":"h5892"}],"29":[{"text":"of the children","number":"h1121"},{"text":"and this was the possession of the half","number":"h2677"},{"text":"inheritance unto the half","number":"h2677"},{"text":"tribe","number":"h4294"},{"text":"of Manasseh","number":"h4519"},{"text":"of Manasseh","number":"h4519"},{"text":"And Moses","number":"h4872"},{"text":"by their families","number":"h4940"},{"text":"gave","number":"h5414"},{"text":"tribe","number":"h7626"}],"6":[{"text":"the children","number":"h1121"},{"text":"of the hill country","number":"h2022"},{"text":"them will I drive out","number":"h3423"},{"text":"All the inhabitants","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"unto the Israelites","number":"h3478"},{"text":"from Lebanon","number":"h3844"},{"text":"unto Misrephothmaim","number":"h4956"},{"text":"for an inheritance","number":"h5159"},{"text":"only divide thou it by lot","number":"h5307"},{"text":"from before","number":"h6440"},{"text":"as I have commanded","number":"h6680"},{"text":"and all the Sidonians","number":"h6722"}],"30":[{"text":"all Bashan","number":"h1316"},{"text":"of Bashan","number":"h1316"},{"text":"which are in Bashan","number":"h1316"},{"text":"And their coast","number":"h1366"},{"text":"and all the towns","number":"h2333"},{"text":"of Jair","number":"h2971"},{"text":"was from Mahanaim","number":"h4266"},{"text":"king","number":"h4428"},{"text":"all the kingdom","number":"h4468"},{"text":"of Og","number":"h5747"},{"text":"cities","number":"h5892"},{"text":"threescore","number":"h8346"}],"11":[{"text":"and all Bashan","number":"h1316"},{"text":"and the border","number":"h1366"},{"text":"And Gilead","number":"h1568"},{"text":"of the Geshurites","number":"h1651"},{"text":"and all mount","number":"h2022"},{"text":"Hermon","number":"h2768"},{"text":"and Maachathites","number":"h4602"},{"text":"unto Salcah","number":"h5548"}],"8":[{"text":"and the Gadites","number":"h1425"},{"text":"of the LORD","number":"h3068"},{"text":"Jordan","number":"h3383"},{"text":"have received","number":"h3947"},{"text":"eastward","number":"h4217"},{"text":"even as Moses","number":"h4872"},{"text":"which Moses","number":"h4872"},{"text":"their inheritance","number":"h5159"},{"text":"gave","number":"h5414"},{"text":"gave","number":"h5414"},{"text":"the servant","number":"h5650"},{"text":"them beyond","number":"h5676"},{"text":"With whom the Reubenites","number":"h7206"}],"19":[{"text":"in the mount","number":"h2022"},{"text":"of the valley","number":"h6010"},{"text":"and Zarethshahar","number":"h6890"},{"text":"And Kirjathaim","number":"h7156"},{"text":"and Sibmah","number":"h7643"}],"18":[{"text":"And Jahazah","number":"h3096"},{"text":"and Mephaath","number":"h4158"},{"text":"and Kedemoth","number":"h6932"}],"32":[{"text":"Jordan","number":"h3383"},{"text":"by Jericho","number":"h3405"},{"text":"of Moab","number":"h4124"},{"text":"eastward","number":"h4217"},{"text":"These are the countries which Moses","number":"h4872"},{"text":"did distribute for inheritance","number":"h5157"},{"text":"on the other side","number":"h5676"},{"text":"in the plains","number":"h6160"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"of the fathers","number":"h1"},{"text":"which Eleazar","number":"h499"},{"text":"in the land","number":"h776"},{"text":"And these are the countries which the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"and Joshua","number":"h3091"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"the priest","number":"h3548"},{"text":"of Canaan","number":"h3667"},{"text":"of the tribes","number":"h4294"},{"text":"of Nun","number":"h5126"},{"text":"distributed for inheritance","number":"h5157"},{"text":"inherited","number":"h5157"},{"text":"and the heads","number":"h7218"}],"15":[{"text":"man","number":"h120"},{"text":"And the land","number":"h776"},{"text":"which Arba was a great","number":"h1419"},{"text":"of Hebron","number":"h2275"},{"text":"from war","number":"h4421"},{"text":"among the Anakims","number":"h6062"},{"text":"before","number":"h6440"},{"text":"was Kirjatharba","number":"h7153"},{"text":"And the name","number":"h8034"},{"text":"had rest","number":"h8252"}],"6":[{"text":"and thee","number":"h182"},{"text":"concerning me","number":"h182"},{"text":"the man","number":"h376"},{"text":"of God","number":"h430"},{"text":"said","number":"h559"},{"text":"Then the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"in Gilgal","number":"h1537"},{"text":"said","number":"h1696"},{"text":"the thing","number":"h1697"},{"text":"unto him Thou knowest","number":"h3045"},{"text":"of Judah","number":"h3063"},{"text":"that the LORD","number":"h3068"},{"text":"unto Joshua","number":"h3091"},{"text":"of Jephunneh","number":"h3312"},{"text":"and Caleb","number":"h3612"},{"text":"unto Moses","number":"h4872"},{"text":"came","number":"h5066"},{"text":"in Kadeshbarnea","number":"h6947"},{"text":"the Kenezite","number":"h7074"}],"12":[{"text":"if so be","number":"h194"},{"text":"will be with","number":"h854"},{"text":"and fenced","number":"h1219"},{"text":"were great","number":"h1419"},{"text":"said","number":"h1696"},{"text":"spake","number":"h1696"},{"text":"me this mountain","number":"h2022"},{"text":"as the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"whereof the LORD","number":"h3068"},{"text":"in that day","number":"h3117"},{"text":"in that day","number":"h3117"},{"text":"me then I shall be able to drive them out","number":"h3423"},{"text":"Now therefore give","number":"h5414"},{"text":"were there and that the cities","number":"h5892"},{"text":"how the Anakims","number":"h6062"},{"text":"for thou heardest","number":"h8085"}],"10":[{"text":"even since","number":"h227"},{"text":"these forty","number":"h705"},{"text":"old","number":"h1121"},{"text":"as he said","number":"h1696"},{"text":"spake","number":"h1696"},{"text":"this word","number":"h1697"},{"text":"wandered","number":"h1980"},{"text":"hath kept me alive","number":"h2421"},{"text":"and five","number":"h2568"},{"text":"and five","number":"h2568"},{"text":"And now behold the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and now lo I am this day","number":"h3117"},{"text":"while the children of Israel","number":"h3478"},{"text":"in the wilderness","number":"h4057"},{"text":"unto Moses","number":"h4872"},{"text":"fourscore","number":"h8084"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"8":[{"text":"Nevertheless my brethren","number":"h251"},{"text":"followed","number":"h310"},{"text":"my God","number":"h430"},{"text":"the LORD","number":"h3068"},{"text":"with me made the heart","number":"h3820"},{"text":"but I wholly","number":"h4390"},{"text":"melt","number":"h4529"},{"text":"that went up","number":"h5927"},{"text":"of the people","number":"h5971"}],"14":[{"text":"followed","number":"h310"},{"text":"God","number":"h430"},{"text":"the son","number":"h1121"},{"text":"Hebron","number":"h2275"},{"text":"the LORD","number":"h3068"},{"text":"unto this day","number":"h3117"},{"text":"of Jephunneh","number":"h3312"},{"text":"of Israel","number":"h3478"},{"text":"of Caleb","number":"h3612"},{"text":"because that he wholly","number":"h4390"},{"text":"therefore became the inheritance","number":"h5159"},{"text":"the Kenezite","number":"h7074"}],"9":[{"text":"followed","number":"h310"},{"text":"my God","number":"h430"},{"text":"saying","number":"h559"},{"text":"Surely the land","number":"h776"},{"text":"and thy children's","number":"h1121"},{"text":"have trodden","number":"h1869"},{"text":"the LORD","number":"h3068"},{"text":"on that day","number":"h3117"},{"text":"because thou hast wholly","number":"h4390"},{"text":"And Moses","number":"h4872"},{"text":"shall be thine inheritance","number":"h5159"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"whereon thy feet","number":"h7272"},{"text":"sware","number":"h7650"}],"4":[{"text":"and Ephraim","number":"h669"},{"text":"in the land","number":"h776"},{"text":"For the children","number":"h1121"},{"text":"no part","number":"h2506"},{"text":"of Joseph","number":"h3130"},{"text":"to dwell","number":"h3427"},{"text":"unto the Levites","number":"h3881"},{"text":"in with their suburbs","number":"h4054"},{"text":"tribes","number":"h4294"},{"text":"Manasseh","number":"h4519"},{"text":"for their cattle","number":"h4735"},{"text":"therefore they gave","number":"h5414"},{"text":"save cities","number":"h5892"},{"text":"and for their substance","number":"h7075"},{"text":"were two","number":"h8147"}],"7":[{"text":"Forty","number":"h705"},{"text":"the land","number":"h776"},{"text":"old","number":"h1121"},{"text":"him word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"as it was in mine heart","number":"h3824"},{"text":"was I when Moses","number":"h4872"},{"text":"the servant","number":"h5650"},{"text":"me from Kadeshbarnea","number":"h6947"},{"text":"to espy out","number":"h7270"},{"text":"again","number":"h7725"},{"text":"and I brought","number":"h7725"},{"text":"sent","number":"h7971"},{"text":"years","number":"h8141"}],"5":[{"text":"the land","number":"h776"},{"text":"so the children","number":"h1121"},{"text":"and they divided","number":"h2505"},{"text":"As the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"Moses","number":"h4872"},{"text":"did","number":"h6213"},{"text":"commanded","number":"h6680"}],"11":[{"text":"and to come in","number":"h935"},{"text":"As yet I am as strong","number":"h2389"},{"text":"as I was in the day","number":"h3117"},{"text":"this day","number":"h3117"},{"text":"both to go out","number":"h3318"},{"text":"me as my strength","number":"h3581"},{"text":"was then even so is my strength","number":"h3581"},{"text":"now for war","number":"h4421"},{"text":"that Moses","number":"h4872"},{"text":"sent","number":"h7971"}],"13":[{"text":"the son","number":"h1121"},{"text":"blessed","number":"h1288"},{"text":"Hebron","number":"h2275"},{"text":"And Joshua","number":"h3091"},{"text":"of Jephunneh","number":"h3312"},{"text":"unto Caleb","number":"h3612"},{"text":"for an inheritance","number":"h5159"},{"text":"him and gave","number":"h5414"}],"2":[{"text":"By lot","number":"h1486"},{"text":"and for the half","number":"h2677"},{"text":"by the hand","number":"h3027"},{"text":"as the LORD","number":"h3068"},{"text":"tribe","number":"h4294"},{"text":"tribes","number":"h4294"},{"text":"of Moses","number":"h4872"},{"text":"was their inheritance","number":"h5159"},{"text":"commanded","number":"h6680"},{"text":"for the nine","number":"h8672"}],"3":[{"text":"and an half","number":"h2677"},{"text":"Jordan","number":"h3383"},{"text":"but unto the Levites","number":"h3881"},{"text":"tribe","number":"h4294"},{"text":"tribes","number":"h4294"},{"text":"For Moses","number":"h4872"},{"text":"none inheritance","number":"h5159"},{"text":"the inheritance","number":"h5159"},{"text":"had given","number":"h5414"},{"text":"he gave","number":"h5414"},{"text":"on the other side","number":"h5676"},{"text":"of two","number":"h8147"},{"text":"among","number":"h8432"}]}
@@ -0,0 +1 @@
1
+ {"18":[{"text":"of her father","number":"h1"},{"text":"said","number":"h559"},{"text":"And it came to pass as she came","number":"h935"},{"text":"her ass","number":"h2543"},{"text":"and Caleb","number":"h3612"},{"text":"unto him that she moved","number":"h5496"},{"text":"and she lighted off","number":"h6795"},{"text":"him to ask","number":"h7592"},{"text":"a field","number":"h7704"}],"13":[{"text":"the father","number":"h1"},{"text":"according","number":"h413"},{"text":"of Arba","number":"h704"},{"text":"the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"which city is Hebron","number":"h2275"},{"text":"a part","number":"h2506"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"to Joshua","number":"h3091"},{"text":"of Jephunneh","number":"h3312"},{"text":"And unto Caleb","number":"h3612"},{"text":"he gave","number":"h5414"},{"text":"of Anak","number":"h6061"},{"text":"to the commandment","number":"h6310"},{"text":"even the city","number":"h7151"},{"text":"among","number":"h8432"}],"6":[{"text":"to the stone","number":"h68"},{"text":"of Bohan","number":"h932"},{"text":"of Betharabah","number":"h1026"},{"text":"to Bethhogla","number":"h1031"},{"text":"the son","number":"h1121"},{"text":"And the border","number":"h1366"},{"text":"and the border","number":"h1366"},{"text":"and passed","number":"h5674"},{"text":"went up","number":"h5927"},{"text":"went up","number":"h5927"},{"text":"along by the north","number":"h6828"},{"text":"of Reuben","number":"h7205"}],"1":[{"text":"of Edom","number":"h123"},{"text":"of the children","number":"h1121"},{"text":"even to the border","number":"h1366"},{"text":"This then was the lot","number":"h1486"},{"text":"of Judah","number":"h3063"},{"text":"the wilderness","number":"h4057"},{"text":"of the tribe","number":"h4294"},{"text":"by their families","number":"h4940"},{"text":"southward","number":"h5045"},{"text":"of Zin","number":"h6790"},{"text":"was the uttermost part","number":"h7097"},{"text":"of the south coast","number":"h8486"}],"21":[{"text":"of Edom","number":"h123"},{"text":"of the children","number":"h1121"},{"text":"toward the coast","number":"h1366"},{"text":"and Jagur","number":"h3017"},{"text":"of Judah","number":"h3063"},{"text":"of the tribe","number":"h4294"},{"text":"southward","number":"h5045"},{"text":"and Eder","number":"h5740"},{"text":"cities","number":"h5892"},{"text":"were Kabzeel","number":"h6909"},{"text":"And the uttermost","number":"h7097"}],"7":[{"text":"to Adummim","number":"h131"},{"text":"And the border","number":"h1366"},{"text":"and the border","number":"h1366"},{"text":"toward Gilgal","number":"h1537"},{"text":"toward Debir","number":"h1688"},{"text":"toward the waters","number":"h4325"},{"text":"the going up","number":"h4608"},{"text":"which is on the south side","number":"h5045"},{"text":"of the river","number":"h5158"},{"text":"that is before","number":"h5227"},{"text":"passed","number":"h5674"},{"text":"thereof were at Enrogel","number":"h5883"},{"text":"of Enshemesh","number":"h5885"},{"text":"of Achor","number":"h5911"},{"text":"went up","number":"h5927"},{"text":"from the valley","number":"h6010"},{"text":"looking","number":"h6437"},{"text":"and so northward","number":"h6828"},{"text":"and the goings out","number":"h8444"}],"3":[{"text":"to Adar","number":"h146"},{"text":"along to Hezron","number":"h2696"},{"text":"And it went out","number":"h3318"},{"text":"to Maalehacrabbim","number":"h4610"},{"text":"on the south side","number":"h5045"},{"text":"to the south side","number":"h5045"},{"text":"and fetched a compass","number":"h5437"},{"text":"and passed","number":"h5674"},{"text":"and passed","number":"h5674"},{"text":"and ascended up","number":"h5927"},{"text":"and went up","number":"h5927"},{"text":"along to Zin","number":"h6790"},{"text":"unto Kadeshbarnea","number":"h6947"},{"text":"to Karkaa","number":"h7173"}],"17":[{"text":"the brother","number":"h251"},{"text":"to wife","number":"h802"},{"text":"the son","number":"h1121"},{"text":"his daughter","number":"h1323"},{"text":"of Caleb","number":"h3612"},{"text":"took","number":"h3920"},{"text":"it and he gave","number":"h5414"},{"text":"him Achsah","number":"h5915"},{"text":"And Othniel","number":"h6274"},{"text":"of Kenaz","number":"h7073"}],"51":[{"text":"eleven","number":"h259"},{"text":"and Giloh","number":"h1542"},{"text":"And Goshen","number":"h1657"},{"text":"and Holon","number":"h2473"},{"text":"with their villages","number":"h2691"},{"text":"cities","number":"h5892"}],"14":[{"text":"and Ahiman","number":"h289"},{"text":"sons","number":"h1121"},{"text":"the children","number":"h3211"},{"text":"drove","number":"h3423"},{"text":"And Caleb","number":"h3612"},{"text":"of Anak","number":"h6061"},{"text":"of Anak","number":"h6061"},{"text":"thence the three","number":"h7969"},{"text":"Sheshai","number":"h8344"},{"text":"and Talmai","number":"h8526"}],"44":[{"text":"and Achzib","number":"h392"},{"text":"with their villages","number":"h2691"},{"text":"and Mareshah","number":"h4762"},{"text":"cities","number":"h5892"},{"text":"And Keilah","number":"h7084"},{"text":"nine","number":"h8672"}],"30":[{"text":"And Eltolad","number":"h513"},{"text":"and Hormah","number":"h2767"},{"text":"and Chesil","number":"h3686"}],"59":[{"text":"and Eltekon","number":"h515"},{"text":"and Bethanoth","number":"h1042"},{"text":"with their villages","number":"h2691"},{"text":"And Maarath","number":"h4638"},{"text":"cities","number":"h5892"},{"text":"six","number":"h8337"}],"26":[{"text":"Amam","number":"h538"},{"text":"and Moladah","number":"h4137"},{"text":"and Shema","number":"h8090"}],"19":[{"text":"Who answered","number":"h559"},{"text":"land","number":"h776"},{"text":"me a blessing","number":"h1293"},{"text":"me also springs","number":"h1543"},{"text":"springs","number":"h1543"},{"text":"springs","number":"h1543"},{"text":"of water","number":"h4325"},{"text":"me a south","number":"h5045"},{"text":"And he gave","number":"h5414"},{"text":"Give","number":"h5414"},{"text":"for thou hast given","number":"h5414"},{"text":"give","number":"h5414"},{"text":"her the upper","number":"h5942"},{"text":"and the nether","number":"h8482"}],"16":[{"text":"said","number":"h559"},{"text":"to wife","number":"h802"},{"text":"my daughter","number":"h1323"},{"text":"And Caleb","number":"h3612"},{"text":"and taketh","number":"h3920"},{"text":"He that smiteth","number":"h5221"},{"text":"it to him will I give","number":"h5414"},{"text":"Achsah","number":"h5915"},{"text":"Kirjathsepher","number":"h7158"}],"53":[{"text":"and Aphekah","number":"h664"},{"text":"and Bethtappuah","number":"h1054"},{"text":"And Janum","number":"h3241"}],"52":[{"text":"Arab","number":"h694"},{"text":"and Eshean","number":"h824"},{"text":"and Dumah","number":"h1746"}],"36":[{"text":"fourteen","number":"h702"},{"text":"and Gederah","number":"h1449"},{"text":"and Gederothaim","number":"h1453"},{"text":"with their villages","number":"h2691"},{"text":"and Adithaim","number":"h5723"},{"text":"cities","number":"h5892"},{"text":"And Sharaim","number":"h8189"}],"46":[{"text":"Ashdod","number":"h795"},{"text":"with their villages","number":"h2691"},{"text":"all that lay near","number":"h3027"},{"text":"even unto the sea","number":"h3220"},{"text":"From Ekron","number":"h6138"}],"47":[{"text":"Ashdod","number":"h795"},{"text":"with her towns","number":"h1323"},{"text":"with her towns","number":"h1323"},{"text":"and the border","number":"h1366"},{"text":"and the great","number":"h1419"},{"text":"and her villages","number":"h2691"},{"text":"and her villages","number":"h2691"},{"text":"sea","number":"h3220"},{"text":"of Egypt","number":"h4714"},{"text":"unto the river","number":"h5158"},{"text":"Gaza","number":"h5804"}],"33":[{"text":"and Ashnah","number":"h823"},{"text":"Eshtaol","number":"h847"},{"text":"and Zoreah","number":"h6881"},{"text":"And in the valley","number":"h8219"}],"43":[{"text":"and Ashnah","number":"h823"},{"text":"And Jiphtah","number":"h3316"},{"text":"and Nezib","number":"h5334"}],"50":[{"text":"and Eshtemoh","number":"h851"},{"text":"And Anab","number":"h6024"},{"text":"and Anim","number":"h6044"}],"28":[{"text":"and Beersheba","number":"h884"},{"text":"and Bizjothjah","number":"h964"},{"text":"And Hazarshual","number":"h2705"}],"41":[{"text":"Bethdagon","number":"h1016"},{"text":"And Gederoth","number":"h1450"},{"text":"with their villages","number":"h2691"},{"text":"and Makkedah","number":"h4719"},{"text":"and Naamah","number":"h5279"},{"text":"cities","number":"h5892"},{"text":"sixteen","number":"h8337"}],"61":[{"text":"Betharabah","number":"h1026"},{"text":"In the wilderness","number":"h4057"},{"text":"Middin","number":"h4081"},{"text":"and Secacah","number":"h5527"}],"27":[{"text":"and Bethpalet","number":"h1046"},{"text":"And Hazargaddah","number":"h2693"},{"text":"and Heshmon","number":"h2829"}],"58":[{"text":"Bethzur","number":"h1049"},{"text":"and Gedor","number":"h1446"},{"text":"Halhul","number":"h2478"}],"10":[{"text":"to Bethshemesh","number":"h1053"},{"text":"from Baalah","number":"h1173"},{"text":"And the border","number":"h1366"},{"text":"of mount","number":"h2022"},{"text":"unto mount","number":"h2022"},{"text":"westward","number":"h3220"},{"text":"Jearim","number":"h3297"},{"text":"and went down","number":"h3381"},{"text":"which is Chesalon","number":"h3693"},{"text":"along unto the side","number":"h3802"},{"text":"compassed","number":"h5437"},{"text":"and passed","number":"h5674"},{"text":"and passed on","number":"h5674"},{"text":"on the north side","number":"h6828"},{"text":"Seir","number":"h8165"},{"text":"to Timnah","number":"h8553"}],"12":[{"text":"of the children","number":"h1121"},{"text":"and the coast","number":"h1366"},{"text":"border","number":"h1366"},{"text":"thereof This is the coast","number":"h1366"},{"text":"was to the great","number":"h1419"},{"text":"of Judah","number":"h3063"},{"text":"And the west","number":"h3220"},{"text":"sea","number":"h3220"},{"text":"according to their families","number":"h4940"},{"text":"round about","number":"h5439"}],"20":[{"text":"of the children","number":"h1121"},{"text":"of Judah","number":"h3063"},{"text":"of the tribe","number":"h4294"},{"text":"according to their families","number":"h4940"},{"text":"This is the inheritance","number":"h5159"}],"8":[{"text":"of the son","number":"h1121"},{"text":"And the border","number":"h1366"},{"text":"and the border","number":"h1366"},{"text":"by the valley","number":"h1516"},{"text":"the valley","number":"h1516"},{"text":"of Hinnom","number":"h2011"},{"text":"of Hinnom","number":"h2011"},{"text":"of the mountain","number":"h2022"},{"text":"of the Jebusite","number":"h2983"},{"text":"westward","number":"h3220"},{"text":"the same is Jerusalem","number":"h3389"},{"text":"side","number":"h3802"},{"text":"unto the south","number":"h5045"},{"text":"went up","number":"h5927"},{"text":"went up","number":"h5927"},{"text":"of the valley","number":"h6010"},{"text":"that lieth before","number":"h6440"},{"text":"northward","number":"h6828"},{"text":"which is at the end","number":"h7097"},{"text":"to the top","number":"h7218"},{"text":"of the giants","number":"h7497"}],"63":[{"text":"the children","number":"h1121"},{"text":"with the children","number":"h1121"},{"text":"As for the Jebusites","number":"h2983"},{"text":"but the Jebusites","number":"h2983"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"unto this day","number":"h3117"},{"text":"could","number":"h3201"},{"text":"at Jerusalem","number":"h3389"},{"text":"of Jerusalem","number":"h3389"},{"text":"not drive them out","number":"h3423"},{"text":"dwell","number":"h3427"},{"text":"the inhabitants","number":"h3427"}],"11":[{"text":"Baalah","number":"h1173"},{"text":"And the border","number":"h1366"},{"text":"and the border","number":"h1366"},{"text":"of the border","number":"h1366"},{"text":"to mount","number":"h2022"},{"text":"unto Jabneel","number":"h2995"},{"text":"were at the sea","number":"h3220"},{"text":"and went out","number":"h3318"},{"text":"went out","number":"h3318"},{"text":"unto the side","number":"h3802"},{"text":"and passed along","number":"h5674"},{"text":"of Ekron","number":"h6138"},{"text":"northward","number":"h6828"},{"text":"to Shicron","number":"h7942"},{"text":"was drawn","number":"h8388"},{"text":"and the goings out","number":"h8444"}],"29":[{"text":"Baalah","number":"h1173"},{"text":"and Iim","number":"h5864"},{"text":"and Azem","number":"h6107"}],"9":[{"text":"to Baalah","number":"h1173"},{"text":"And the border","number":"h1366"},{"text":"and the border","number":"h1366"},{"text":"of mount","number":"h2022"},{"text":"of the hill","number":"h2022"},{"text":"and went out","number":"h3318"},{"text":"of the water","number":"h4325"},{"text":"unto the fountain","number":"h4599"},{"text":"of Nephtoah","number":"h5318"},{"text":"to the cities","number":"h5892"},{"text":"Ephron","number":"h6085"},{"text":"which is Kirjathjearim","number":"h7157"},{"text":"from the top","number":"h7218"},{"text":"was drawn","number":"h8388"},{"text":"was drawn","number":"h8388"}],"24":[{"text":"and Bealoth","number":"h1175"},{"text":"Ziph","number":"h2128"},{"text":"and Telem","number":"h2928"}],"39":[{"text":"and Bozkath","number":"h1218"},{"text":"Lachish","number":"h3923"},{"text":"and Eglon","number":"h5700"}],"45":[{"text":"with her towns","number":"h1323"},{"text":"and her villages","number":"h2691"},{"text":"Ekron","number":"h6138"}],"5":[{"text":"And their border","number":"h1366"},{"text":"border","number":"h1366"},{"text":"of the sea","number":"h3220"},{"text":"sea","number":"h3220"},{"text":"of Jordan","number":"h3383"},{"text":"of Jordan","number":"h3383"},{"text":"was from the bay","number":"h3956"},{"text":"was the salt","number":"h4417"},{"text":"quarter","number":"h6285"},{"text":"in the north","number":"h6828"},{"text":"And the east","number":"h6924"},{"text":"at the uttermost part","number":"h7097"},{"text":"even unto the end","number":"h7097"}],"2":[{"text":"border","number":"h1366"},{"text":"sea","number":"h3220"},{"text":"from the bay","number":"h3956"},{"text":"of the salt","number":"h4417"},{"text":"And their south","number":"h5045"},{"text":"southward","number":"h5045"},{"text":"that looketh","number":"h6437"},{"text":"was from the shore","number":"h7097"}],"4":[{"text":"coast","number":"h1366"},{"text":"of that coast","number":"h1366"},{"text":"were at the sea","number":"h3220"},{"text":"and went out","number":"h3318"},{"text":"of Egypt","number":"h4714"},{"text":"this shall be your south","number":"h5045"},{"text":"unto the river","number":"h5158"},{"text":"From thence it passed","number":"h5674"},{"text":"toward Azmon","number":"h6111"},{"text":"and the goings out","number":"h8444"}],"57":[{"text":"Gibeah","number":"h1390"},{"text":"with their villages","number":"h2691"},{"text":"cities","number":"h5892"},{"text":"ten","number":"h6235"},{"text":"Cain","number":"h7014"},{"text":"and Timnah","number":"h8553"}],"15":[{"text":"of Debir","number":"h1688"},{"text":"of Debir","number":"h1688"},{"text":"thence to the inhabitants","number":"h3427"},{"text":"And he went up","number":"h5927"},{"text":"before","number":"h6440"},{"text":"was Kirjathsepher","number":"h7158"},{"text":"and the name","number":"h8034"}],"49":[{"text":"which is Debir","number":"h1688"},{"text":"And Dannah","number":"h1837"},{"text":"and Kirjathsannah","number":"h7158"}],"22":[{"text":"and Dimonah","number":"h1776"},{"text":"and Adadah","number":"h5735"},{"text":"And Kinah","number":"h7016"}],"38":[{"text":"And Dilean","number":"h1810"},{"text":"and Joktheel","number":"h3371"},{"text":"and Mizpeh","number":"h4708"}],"48":[{"text":"And in the mountains","number":"h2022"},{"text":"and Jattir","number":"h3492"},{"text":"and Socoh","number":"h7755"},{"text":"Shamir","number":"h8069"}],"55":[{"text":"and Ziph","number":"h2128"},{"text":"and Juttah","number":"h3194"},{"text":"Carmel","number":"h3760"},{"text":"Maon","number":"h4584"}],"34":[{"text":"And Zanoah","number":"h2182"},{"text":"and Engannim","number":"h5873"},{"text":"and Enam","number":"h5879"},{"text":"Tappuah","number":"h8599"}],"56":[{"text":"and Zanoah","number":"h2182"},{"text":"And Jezreel","number":"h3157"},{"text":"and Jokdeam","number":"h3347"}],"54":[{"text":"which is Hebron","number":"h2275"},{"text":"And Humtah","number":"h2547"},{"text":"with their villages","number":"h2691"},{"text":"cities","number":"h5892"},{"text":"and Zior","number":"h6730"},{"text":"and Kirjatharba","number":"h7153"},{"text":"nine","number":"h8672"}],"37":[{"text":"and Hadashah","number":"h2322"},{"text":"and Migdalgad","number":"h4028"},{"text":"Zenan","number":"h6799"}],"25":[{"text":"And Hazor","number":"h2674"},{"text":"which is Hazor","number":"h2674"},{"text":"Hadattah","number":"h2675"},{"text":"and Hezron","number":"h2696"},{"text":"and Kerioth","number":"h7152"}],"23":[{"text":"and Hazor","number":"h2674"},{"text":"and Ithnan","number":"h3497"},{"text":"And Kedesh","number":"h6943"}],"32":[{"text":"with their villages","number":"h2691"},{"text":"And Lebaoth","number":"h3822"},{"text":"and Ain","number":"h5871"},{"text":"all the cities","number":"h5892"},{"text":"are twenty","number":"h6242"},{"text":"and Rimmon","number":"h7417"},{"text":"and Shilhim","number":"h7978"},{"text":"and nine","number":"h8672"}],"60":[{"text":"with their villages","number":"h2691"},{"text":"cities","number":"h5892"},{"text":"Kirjathbaal","number":"h7154"},{"text":"which is Kirjathjearim","number":"h7157"},{"text":"and Rabbah","number":"h7237"},{"text":"two","number":"h8147"}],"62":[{"text":"with their villages","number":"h2691"},{"text":"And Nibshan","number":"h5044"},{"text":"and Engedi","number":"h5872"},{"text":"cities","number":"h5892"},{"text":"and the city of Salt","number":"h5898"},{"text":"six","number":"h8337"}],"35":[{"text":"Jarmuth","number":"h3412"},{"text":"and Adullam","number":"h5725"},{"text":"and Azekah","number":"h5825"},{"text":"Socoh","number":"h7755"}],"40":[{"text":"And Cabbon","number":"h3522"},{"text":"and Kithlish","number":"h3798"},{"text":"and Lahmam","number":"h3903"}],"42":[{"text":"Libnah","number":"h3841"},{"text":"and Ashan","number":"h6228"},{"text":"and Ether","number":"h6281"}],"31":[{"text":"and Madmannah","number":"h4089"},{"text":"and Sansannah","number":"h5578"},{"text":"And Ziklag","number":"h6860"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"and Ephraim","number":"h669"},{"text":"So the children","number":"h1121"},{"text":"of Joseph","number":"h3130"},{"text":"Manasseh","number":"h4519"},{"text":"took their inheritance","number":"h5157"}],"5":[{"text":"of Ephraim","number":"h669"},{"text":"unto Bethhoron","number":"h1032"},{"text":"of the children","number":"h1121"},{"text":"And the border","number":"h1366"},{"text":"was thus even the border","number":"h1366"},{"text":"on the east side","number":"h4217"},{"text":"according to their families","number":"h4940"},{"text":"of their inheritance","number":"h5159"},{"text":"was Atarothaddar","number":"h5853"},{"text":"the upper","number":"h5945"}],"8":[{"text":"of Ephraim","number":"h669"},{"text":"of the children","number":"h1121"},{"text":"The border","number":"h1366"},{"text":"went out","number":"h3212"},{"text":"thereof were at the sea","number":"h3220"},{"text":"westward","number":"h3220"},{"text":"of the tribe","number":"h4294"},{"text":"by their families","number":"h4940"},{"text":"unto the river","number":"h5158"},{"text":"This is the inheritance","number":"h5159"},{"text":"Kanah","number":"h7071"},{"text":"and the goings out","number":"h8444"},{"text":"from Tappuah","number":"h8599"}],"9":[{"text":"of Ephraim","number":"h669"},{"text":"for the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"with their villages","number":"h2691"},{"text":"And the separate","number":"h3995"},{"text":"of Manasseh","number":"h4519"},{"text":"the inheritance","number":"h5159"},{"text":"all the cities","number":"h5892"},{"text":"cities","number":"h5892"},{"text":"were among","number":"h8432"}],"10":[{"text":"the Ephraimites","number":"h669"},{"text":"in Gezer","number":"h1507"},{"text":"unto this day","number":"h3117"},{"text":"And they drave not out","number":"h3423"},{"text":"dwell","number":"h3427"},{"text":"that dwelt","number":"h3427"},{"text":"but the Canaanites","number":"h3669"},{"text":"the Canaanites","number":"h3669"},{"text":"under tribute","number":"h4522"},{"text":"and serve","number":"h5647"},{"text":"among","number":"h7130"}],"2":[{"text":"of Archi","number":"h757"},{"text":"from Bethel","number":"h1008"},{"text":"unto the borders","number":"h1366"},{"text":"And goeth out","number":"h3318"},{"text":"to Luz","number":"h3870"},{"text":"and passeth along","number":"h5674"},{"text":"to Ataroth","number":"h5852"}],"1":[{"text":"Bethel","number":"h1008"},{"text":"of the children","number":"h1121"},{"text":"And the lot","number":"h1486"},{"text":"throughout mount","number":"h2022"},{"text":"of Joseph","number":"h3130"},{"text":"fell","number":"h3318"},{"text":"from Jordan","number":"h3383"},{"text":"by Jericho","number":"h3405"},{"text":"from Jericho","number":"h3405"},{"text":"of Jericho","number":"h3405"},{"text":"to the wilderness","number":"h4057"},{"text":"on the east","number":"h4217"},{"text":"unto the water","number":"h4325"},{"text":"that goeth up","number":"h5927"}],"3":[{"text":"of Bethhoron","number":"h1032"},{"text":"to the coast","number":"h1366"},{"text":"unto the coast","number":"h1366"},{"text":"and to Gezer","number":"h1507"},{"text":"thereof are at the sea","number":"h3220"},{"text":"westward","number":"h3220"},{"text":"of Japhleti","number":"h3311"},{"text":"And goeth down","number":"h3381"},{"text":"and the goings out","number":"h8444"},{"text":"the nether","number":"h8481"}],"6":[{"text":"And the border","number":"h1366"},{"text":"and the border","number":"h1366"},{"text":"toward the sea","number":"h3220"},{"text":"to Janohah","number":"h3239"},{"text":"went out","number":"h3318"},{"text":"by it on the east","number":"h4217"},{"text":"eastward","number":"h4217"},{"text":"to Michmethah","number":"h4366"},{"text":"went about","number":"h5437"},{"text":"and passed","number":"h5674"},{"text":"on the north side","number":"h6828"},{"text":"unto Taanathshiloh","number":"h8387"}],"7":[{"text":"from Janohah","number":"h3239"},{"text":"and went out","number":"h3318"},{"text":"And it went down","number":"h3381"},{"text":"at Jordan","number":"h3383"},{"text":"to Jericho","number":"h3405"},{"text":"and to Naarath","number":"h5292"},{"text":"to Ataroth","number":"h5852"},{"text":"and came","number":"h6293"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"of their father","number":"h1"},{"text":"our brethren","number":"h251"},{"text":"the brethren","number":"h251"},{"text":"Eleazar","number":"h499"},{"text":"saying","number":"h559"},{"text":"the son","number":"h1121"},{"text":"The LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"Joshua","number":"h3091"},{"text":"the priest","number":"h3548"},{"text":"Moses","number":"h4872"},{"text":"of Nun","number":"h5126"},{"text":"them an inheritance","number":"h5159"},{"text":"us an inheritance","number":"h5159"},{"text":"the princes","number":"h5387"},{"text":"he gave","number":"h5414"},{"text":"to give","number":"h5414"},{"text":"Therefore according to the commandment","number":"h6310"},{"text":"and before","number":"h6440"},{"text":"and before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"commanded","number":"h6680"},{"text":"And they came near","number":"h7126"},{"text":"among","number":"h8432"},{"text":"among","number":"h8432"}],"1":[{"text":"the father","number":"h1"},{"text":"because he was a man","number":"h376"},{"text":"for he was the firstborn","number":"h1060"},{"text":"the firstborn","number":"h1060"},{"text":"and Bashan","number":"h1316"},{"text":"There was also a lot","number":"h1486"},{"text":"of Gilead","number":"h1568"},{"text":"therefore he had Gilead","number":"h1568"},{"text":"of Joseph","number":"h3130"},{"text":"for the tribe","number":"h4294"},{"text":"to wit for Machir","number":"h4353"},{"text":"of war","number":"h4421"},{"text":"of Manasseh","number":"h4519"},{"text":"of Manasseh","number":"h4519"}],"2":[{"text":"of Abiezer","number":"h44"},{"text":"of Asriel","number":"h844"},{"text":"and for the children","number":"h1121"},{"text":"and for the children","number":"h1121"},{"text":"and for the children","number":"h1121"},{"text":"and for the children","number":"h1121"},{"text":"and for the children","number":"h1121"},{"text":"children","number":"h1121"},{"text":"for the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"these were the male","number":"h2145"},{"text":"of Helek","number":"h2507"},{"text":"of Hepher","number":"h2660"},{"text":"of Joseph","number":"h3130"},{"text":"There was also a lot for the rest","number":"h3498"},{"text":"of Manasseh","number":"h4519"},{"text":"of Manasseh","number":"h4519"},{"text":"by their families","number":"h4940"},{"text":"by their families","number":"h4940"},{"text":"of Shechem","number":"h7928"},{"text":"of Shemida","number":"h8061"}],"15":[{"text":"be too narrow","number":"h213"},{"text":"answered","number":"h559"},{"text":"Ephraim","number":"h669"},{"text":"for thyself there in the land","number":"h776"},{"text":"country and cut down","number":"h1254"},{"text":"if mount","number":"h2022"},{"text":"And Joshua","number":"h3091"},{"text":"to the wood","number":"h3293"},{"text":"then get thee up","number":"h5927"},{"text":"people","number":"h5971"},{"text":"of the Perizzites","number":"h6522"},{"text":"them If thou be a great","number":"h7227"},{"text":"and of the giants","number":"h7497"}],"14":[{"text":"and one","number":"h259"},{"text":"me but one","number":"h259"},{"text":"saying","number":"h559"},{"text":"And the children","number":"h1121"},{"text":"hath blessed","number":"h1288"},{"text":"lot","number":"h1486"},{"text":"spake","number":"h1696"},{"text":"portion","number":"h2256"},{"text":"the LORD","number":"h3068"},{"text":"unto Joshua","number":"h3091"},{"text":"of Joseph","number":"h3130"},{"text":"me hitherto","number":"h3541"},{"text":"to inherit","number":"h5159"},{"text":"Why hast thou given","number":"h5414"},{"text":"forasmuch as","number":"h5704"},{"text":"people","number":"h5971"},{"text":"seeing I am a great","number":"h7227"}],"17":[{"text":"thou shalt not have one","number":"h259"},{"text":"saying","number":"h559"},{"text":"spake","number":"h559"},{"text":"even to Ephraim","number":"h669"},{"text":"unto the house","number":"h1004"},{"text":"and hast great","number":"h1419"},{"text":"lot","number":"h1486"},{"text":"And Joshua","number":"h3091"},{"text":"of Joseph","number":"h3130"},{"text":"power","number":"h3581"},{"text":"and to Manasseh","number":"h4519"},{"text":"people","number":"h5971"},{"text":"Thou art a great","number":"h7227"}],"16":[{"text":"said","number":"h559"},{"text":"in the land","number":"h776"},{"text":"both they who are of Bethshean","number":"h1052"},{"text":"And the children","number":"h1121"},{"text":"of iron","number":"h1270"},{"text":"and her towns","number":"h1323"},{"text":"The hill","number":"h2022"},{"text":"of Joseph","number":"h3130"},{"text":"of Jezreel","number":"h3157"},{"text":"that dwell","number":"h3427"},{"text":"for us and all the Canaanites","number":"h3669"},{"text":"is not enough","number":"h4672"},{"text":"and they who are of the valley","number":"h6010"},{"text":"of the valley","number":"h6010"},{"text":"have chariots","number":"h7393"}],"10":[{"text":"it was Ephraim's","number":"h669"},{"text":"in Asher","number":"h836"},{"text":"is his border","number":"h1366"},{"text":"and the sea","number":"h3220"},{"text":"and in Issachar","number":"h3485"},{"text":"on the east","number":"h4217"},{"text":"it was Manasseh's","number":"h4519"},{"text":"Southward","number":"h5045"},{"text":"and they met together","number":"h6293"},{"text":"and northward","number":"h6828"},{"text":"on the north","number":"h6828"}],"8":[{"text":"of Ephraim","number":"h669"},{"text":"had the land","number":"h776"},{"text":"belonged to the children","number":"h1121"},{"text":"on the border","number":"h1366"},{"text":"Now Manasseh","number":"h4519"},{"text":"of Manasseh","number":"h4519"},{"text":"but Tappuah","number":"h8599"},{"text":"of Tappuah","number":"h8599"}],"9":[{"text":"of Ephraim","number":"h669"},{"text":"And the coast","number":"h1366"},{"text":"the coast","number":"h1366"},{"text":"of it were at the sea","number":"h3220"},{"text":"descended","number":"h3381"},{"text":"of Manasseh","number":"h4519"},{"text":"of Manasseh","number":"h4519"},{"text":"southward","number":"h5045"},{"text":"of the river","number":"h5158"},{"text":"of the river","number":"h5158"},{"text":"unto the river","number":"h5158"},{"text":"the cities","number":"h5892"},{"text":"these cities","number":"h5892"},{"text":"also was on the north side","number":"h6828"},{"text":"Kanah","number":"h7071"},{"text":"are among","number":"h8432"},{"text":"and the outgoings","number":"h8444"}],"5":[{"text":"beside the land","number":"h776"},{"text":"and Bashan","number":"h1316"},{"text":"of Gilead","number":"h1568"},{"text":"portions","number":"h2256"},{"text":"Jordan","number":"h3383"},{"text":"to Manasseh","number":"h4519"},{"text":"And there fell","number":"h5307"},{"text":"which were on the other side","number":"h5676"},{"text":"ten","number":"h6235"}],"6":[{"text":"had the land","number":"h776"},{"text":"his sons","number":"h1121"},{"text":"sons","number":"h1121"},{"text":"Because the daughters","number":"h1323"},{"text":"of Gilead","number":"h1568"},{"text":"and the rest","number":"h3498"},{"text":"of Manasseh","number":"h4519"},{"text":"of Manasseh's","number":"h4519"},{"text":"had","number":"h5157"},{"text":"an inheritance","number":"h5159"},{"text":"among","number":"h8432"}],"12":[{"text":"in that land","number":"h776"},{"text":"Yet the children","number":"h1121"},{"text":"would","number":"h2974"},{"text":"could","number":"h3201"},{"text":"not drive out","number":"h3423"},{"text":"dwell","number":"h3427"},{"text":"but the Canaanites","number":"h3669"},{"text":"of Manasseh","number":"h4519"},{"text":"the inhabitants of those cities","number":"h5892"}],"11":[{"text":"and in Asher","number":"h836"},{"text":"Bethshean","number":"h1052"},{"text":"and her towns","number":"h1323"},{"text":"and her towns","number":"h1323"},{"text":"and her towns","number":"h1323"},{"text":"and her towns","number":"h1323"},{"text":"and her towns","number":"h1323"},{"text":"and her towns","number":"h1323"},{"text":"of Dor","number":"h1756"},{"text":"and Ibleam","number":"h2991"},{"text":"and the inhabitants","number":"h3427"},{"text":"and the inhabitants","number":"h3427"},{"text":"and the inhabitants","number":"h3427"},{"text":"and the inhabitants","number":"h3427"},{"text":"had in Issachar","number":"h3485"},{"text":"of Megiddo","number":"h4023"},{"text":"And Manasseh","number":"h4519"},{"text":"countries","number":"h5316"},{"text":"of Endor","number":"h5874"},{"text":"even three","number":"h7969"},{"text":"of Taanach","number":"h8590"}],"7":[{"text":"was from Asher","number":"h836"},{"text":"And the coast","number":"h1366"},{"text":"and the border","number":"h1366"},{"text":"went along","number":"h1980"},{"text":"on the right hand","number":"h3225"},{"text":"unto the inhabitants","number":"h3427"},{"text":"to Michmethah","number":"h4366"},{"text":"of Manasseh","number":"h4519"},{"text":"of Entappuah","number":"h5887"},{"text":"that lieth before","number":"h6440"},{"text":"Shechem","number":"h7927"}],"13":[{"text":"Yet it came to pass when the children","number":"h1121"},{"text":"were waxen strong","number":"h2388"},{"text":"but did not utterly","number":"h3423"},{"text":"drive them out","number":"h3423"},{"text":"of Israel","number":"h3478"},{"text":"the Canaanites","number":"h3669"},{"text":"to tribute","number":"h4522"},{"text":"that they put","number":"h5414"}],"3":[{"text":"had no sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"but daughters","number":"h1323"},{"text":"of his daughters","number":"h1323"},{"text":"of Gilead","number":"h1568"},{"text":"Hoglah","number":"h2295"},{"text":"of Hepher","number":"h2660"},{"text":"Mahlah","number":"h4244"},{"text":"of Machir","number":"h4353"},{"text":"Milcah","number":"h4435"},{"text":"of Manasseh","number":"h4519"},{"text":"and Noah","number":"h5270"},{"text":"But Zelophehad","number":"h6765"},{"text":"and these are the names","number":"h8034"},{"text":"and Tirzah","number":"h8656"}],"18":[{"text":"and thou shalt cut it down","number":"h1254"},{"text":"though they have iron","number":"h1270"},{"text":"But the mountain","number":"h2022"},{"text":"and though they be strong","number":"h2389"},{"text":"shall be thine for it is a wood","number":"h3293"},{"text":"of it shall be thine for thou shalt drive out","number":"h3423"},{"text":"the Canaanites","number":"h3669"},{"text":"chariots","number":"h7393"},{"text":"and the outgoings","number":"h8444"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"of your fathers","number":"h1"},{"text":"God","number":"h430"},{"text":"said","number":"h559"},{"text":"the land","number":"h776"},{"text":"to go","number":"h935"},{"text":"unto the children","number":"h1121"},{"text":"which the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"to possess","number":"h3423"},{"text":"of Israel","number":"h3478"},{"text":"hath given","number":"h5414"},{"text":"How long are ye slack","number":"h7503"}],"17":[{"text":"to the stone","number":"h68"},{"text":"of Adummim","number":"h131"},{"text":"of Bohan","number":"h932"},{"text":"the son","number":"h1121"},{"text":"toward Geliloth","number":"h1553"},{"text":"and went forth","number":"h3318"},{"text":"and went forth","number":"h3318"},{"text":"and descended","number":"h3381"},{"text":"the going up","number":"h4608"},{"text":"which is over against","number":"h5227"},{"text":"to Enshemesh","number":"h5885"},{"text":"from the north","number":"h6828"},{"text":"of Reuben","number":"h7205"},{"text":"And was drawn","number":"h8388"}],"1":[{"text":"the tabernacle","number":"h168"},{"text":"there And the land","number":"h776"},{"text":"of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"was subdued","number":"h3533"},{"text":"of the congregation","number":"h4150"},{"text":"And the whole congregation","number":"h5712"},{"text":"before","number":"h6440"},{"text":"assembled together","number":"h6950"},{"text":"at Shiloh","number":"h7887"},{"text":"and set up","number":"h7931"}],"6":[{"text":"our God","number":"h430"},{"text":"the land","number":"h776"},{"text":"and bring","number":"h935"},{"text":"lots","number":"h1486"},{"text":"parts","number":"h2506"},{"text":"the LORD","number":"h3068"},{"text":"the description hither to me that I may cast","number":"h3384"},{"text":"Ye shall therefore describe","number":"h3789"},{"text":"for you here before","number":"h6440"},{"text":"into seven","number":"h7651"}],"28":[{"text":"Eleph","number":"h507"},{"text":"fourteen","number":"h702"},{"text":"of the children","number":"h1121"},{"text":"of Benjamin","number":"h1144"},{"text":"Gibeath","number":"h1394"},{"text":"with their villages","number":"h2691"},{"text":"and Jebusi","number":"h2983"},{"text":"which is Jerusalem","number":"h3389"},{"text":"according to their families","number":"h4940"},{"text":"This is the inheritance","number":"h5159"},{"text":"cities","number":"h5892"},{"text":"And Zelah","number":"h6762"},{"text":"and Kirjath","number":"h7157"}],"8":[{"text":"saying","number":"h559"},{"text":"And the men","number":"h582"},{"text":"the land","number":"h776"},{"text":"through the land","number":"h776"},{"text":"lots","number":"h1486"},{"text":"and walk","number":"h1980"},{"text":"them that went","number":"h1980"},{"text":"the LORD","number":"h3068"},{"text":"and Joshua","number":"h3091"},{"text":"Go","number":"h3212"},{"text":"and went away","number":"h3212"},{"text":"and describe","number":"h3789"},{"text":"to describe","number":"h3789"},{"text":"for you before","number":"h6440"},{"text":"charged","number":"h6680"},{"text":"arose","number":"h6965"},{"text":"it and come again","number":"h7725"},{"text":"in Shiloh","number":"h7887"},{"text":"to me that I may here cast","number":"h7993"}],"9":[{"text":"And the men","number":"h582"},{"text":"the land","number":"h776"},{"text":"and came","number":"h935"},{"text":"parts","number":"h2506"},{"text":"again to Joshua","number":"h3091"},{"text":"went","number":"h3212"},{"text":"and described","number":"h3789"},{"text":"to the host","number":"h4264"},{"text":"in a book","number":"h5612"},{"text":"and passed through","number":"h5674"},{"text":"it by cities","number":"h5892"},{"text":"into seven","number":"h7651"},{"text":"at Shiloh","number":"h7887"}],"4":[{"text":"men","number":"h582"},{"text":"through the land","number":"h776"},{"text":"of them and they shall come","number":"h935"},{"text":"and go","number":"h1980"},{"text":"Give out","number":"h3051"},{"text":"and describe","number":"h3789"},{"text":"to the inheritance","number":"h5159"},{"text":"it according","number":"h6310"},{"text":"them and they shall rise","number":"h6965"},{"text":"for each tribe","number":"h7626"},{"text":"from among you three","number":"h7969"},{"text":"and I will send","number":"h7971"}],"10":[{"text":"the land","number":"h776"},{"text":"unto the children","number":"h1121"},{"text":"lots","number":"h1486"},{"text":"divided","number":"h2505"},{"text":"the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"and there Joshua","number":"h3091"},{"text":"of Israel","number":"h3478"},{"text":"according to their divisions","number":"h4256"},{"text":"before","number":"h6440"},{"text":"for them in Shiloh","number":"h7887"},{"text":"cast","number":"h7993"}],"25":[{"text":"and Beeroth","number":"h881"},{"text":"Gibeon","number":"h1391"},{"text":"and Ramah","number":"h7414"}],"5":[{"text":"and the house","number":"h1004"},{"text":"in their coast","number":"h1366"},{"text":"in their coasts","number":"h1366"},{"text":"And they shall divide","number":"h2505"},{"text":"parts","number":"h2506"},{"text":"Judah","number":"h3063"},{"text":"of Joseph","number":"h3130"},{"text":"on the south","number":"h5045"},{"text":"shall abide","number":"h5975"},{"text":"shall abide","number":"h5975"},{"text":"on the north","number":"h6828"},{"text":"it into seven","number":"h7651"}],"12":[{"text":"of Bethaven","number":"h1007"},{"text":"And their border","number":"h1366"},{"text":"and the border","number":"h1366"},{"text":"through the mountains","number":"h2022"},{"text":"westward","number":"h3220"},{"text":"was from Jordan","number":"h3383"},{"text":"of Jericho","number":"h3405"},{"text":"to the side","number":"h3802"},{"text":"thereof were at the wilderness","number":"h4057"},{"text":"side and went up","number":"h5927"},{"text":"went up","number":"h5927"},{"text":"side","number":"h6285"},{"text":"on the north","number":"h6828"},{"text":"on the north","number":"h6828"},{"text":"and the goings out","number":"h8444"}],"22":[{"text":"and Bethel","number":"h1008"},{"text":"And Betharabah","number":"h1026"},{"text":"and Zemaraim","number":"h6787"}],"13":[{"text":"which is Bethel","number":"h1008"},{"text":"Bethhoron","number":"h1032"},{"text":"And the border","number":"h1366"},{"text":"and the border","number":"h1366"},{"text":"near the hill","number":"h2022"},{"text":"descended","number":"h3381"},{"text":"to the side","number":"h3802"},{"text":"from thence toward Luz","number":"h3870"},{"text":"of Luz","number":"h3870"},{"text":"southward","number":"h5045"},{"text":"that lieth on the south side","number":"h5045"},{"text":"went over","number":"h5674"},{"text":"to Atarothadar","number":"h5853"},{"text":"of the nether","number":"h8481"}],"21":[{"text":"and Bethhoglah","number":"h1031"},{"text":"of the children","number":"h1121"},{"text":"of Benjamin","number":"h1144"},{"text":"were Jericho","number":"h3405"},{"text":"of the tribe","number":"h4294"},{"text":"according to their families","number":"h4940"},{"text":"Now the cities","number":"h5892"},{"text":"and the valley","number":"h6010"},{"text":"of Keziz","number":"h7104"}],"19":[{"text":"of Bethhoglah","number":"h1031"},{"text":"And the border","number":"h1366"},{"text":"coast","number":"h1366"},{"text":"of the border","number":"h1366"},{"text":"sea","number":"h3220"},{"text":"of Jordan","number":"h3383"},{"text":"to the side","number":"h3802"},{"text":"bay","number":"h3956"},{"text":"of the salt","number":"h4417"},{"text":"at the south","number":"h5045"},{"text":"this was the south","number":"h5045"},{"text":"passed along","number":"h5674"},{"text":"northward","number":"h6828"},{"text":"were at the north","number":"h6828"},{"text":"end","number":"h7097"},{"text":"and the outgoings","number":"h8444"}],"14":[{"text":"Bethhoron","number":"h1032"},{"text":"of the children","number":"h1121"},{"text":"And the border","number":"h1366"},{"text":"from the hill","number":"h2022"},{"text":"of Judah","number":"h3063"},{"text":"of the sea","number":"h3220"},{"text":"this was the west","number":"h3220"},{"text":"southward","number":"h5045"},{"text":"southward","number":"h5045"},{"text":"thence and compassed","number":"h5437"},{"text":"a city","number":"h5892"},{"text":"quarter","number":"h6285"},{"text":"the corner","number":"h6285"},{"text":"that lieth before","number":"h6440"},{"text":"thereof were at Kirjathbaal","number":"h7154"},{"text":"which is Kirjathjearim","number":"h7157"},{"text":"was drawn","number":"h8388"},{"text":"and the goings out","number":"h8444"}],"2":[{"text":"among the children","number":"h1121"},{"text":"which had not yet received","number":"h2505"},{"text":"of Israel","number":"h3478"},{"text":"And there remained","number":"h3498"},{"text":"their inheritance","number":"h5159"},{"text":"tribes","number":"h7626"},{"text":"seven","number":"h7651"}],"11":[{"text":"and the children","number":"h1121"},{"text":"between the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"of Benjamin","number":"h1144"},{"text":"and the coast","number":"h1366"},{"text":"And the lot","number":"h1486"},{"text":"of their lot","number":"h1486"},{"text":"of Judah","number":"h3063"},{"text":"of Joseph","number":"h3130"},{"text":"came forth","number":"h3318"},{"text":"of the tribe","number":"h4294"},{"text":"according to their families","number":"h4940"},{"text":"came up","number":"h5927"}],"20":[{"text":"of the children","number":"h1121"},{"text":"of Benjamin","number":"h1144"},{"text":"by the coasts","number":"h1367"},{"text":"was the border","number":"h1379"},{"text":"And Jordan","number":"h3383"},{"text":"according to their families","number":"h4940"},{"text":"This was the inheritance","number":"h5159"},{"text":"thereof round about","number":"h5439"},{"text":"side","number":"h6285"},{"text":"of it on the east","number":"h6924"}],"16":[{"text":"of the son","number":"h1121"},{"text":"And the border","number":"h1366"},{"text":"the valley","number":"h1516"},{"text":"to the valley","number":"h1516"},{"text":"of Hinnom","number":"h2011"},{"text":"of Hinnom","number":"h2011"},{"text":"of the mountain","number":"h2022"},{"text":"of Jebusi","number":"h2983"},{"text":"and descended","number":"h3381"},{"text":"and descended","number":"h3381"},{"text":"came down","number":"h3381"},{"text":"to the side","number":"h3802"},{"text":"on the south","number":"h5045"},{"text":"to Enrogel","number":"h5883"},{"text":"and which is in the valley","number":"h6010"},{"text":"that lieth before","number":"h6440"},{"text":"on the north","number":"h6828"},{"text":"to the end","number":"h7097"},{"text":"of the giants","number":"h7497"}],"15":[{"text":"and the border","number":"h1366"},{"text":"on the west","number":"h3220"},{"text":"and went out","number":"h3318"},{"text":"went out","number":"h3318"},{"text":"of waters","number":"h4325"},{"text":"to the well","number":"h4599"},{"text":"And the south","number":"h5045"},{"text":"of Nephtoah","number":"h5318"},{"text":"quarter","number":"h6285"},{"text":"was from the end","number":"h7097"},{"text":"of Kirjathjearim","number":"h7157"}],"24":[{"text":"and Gaba","number":"h1387"},{"text":"with their villages","number":"h2691"},{"text":"And Chepharhaammonai","number":"h3726"},{"text":"cities","number":"h5892"},{"text":"and Ophni","number":"h6078"},{"text":"twelve","number":"h8147"}],"7":[{"text":"and Gad","number":"h1410"},{"text":"have no part","number":"h2506"},{"text":"and half","number":"h2677"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"Jordan","number":"h3383"},{"text":"you for the priesthood","number":"h3550"},{"text":"But the Levites","number":"h3881"},{"text":"have received","number":"h3947"},{"text":"on the east","number":"h4217"},{"text":"of Manasseh","number":"h4519"},{"text":"which Moses","number":"h4872"},{"text":"is their inheritance","number":"h5159"},{"text":"their inheritance","number":"h5159"},{"text":"gave","number":"h5414"},{"text":"the servant","number":"h5650"},{"text":"beyond","number":"h5676"},{"text":"among","number":"h7130"},{"text":"and Reuben","number":"h7205"},{"text":"the tribe","number":"h7626"}],"18":[{"text":"and went down","number":"h3381"},{"text":"toward the side","number":"h3802"},{"text":"over against","number":"h4136"},{"text":"And passed along","number":"h5674"},{"text":"Arabah","number":"h6160"},{"text":"unto Arabah","number":"h6160"},{"text":"northward","number":"h6828"}],"27":[{"text":"and Irpeel","number":"h3416"},{"text":"And Rekem","number":"h7552"},{"text":"and Taralah","number":"h8634"}],"26":[{"text":"and Chephirah","number":"h3716"},{"text":"and Mozah","number":"h4681"},{"text":"And Mizpeh","number":"h4708"}],"23":[{"text":"And Avim","number":"h5761"},{"text":"and Ophrah","number":"h6084"},{"text":"and Parah","number":"h6511"}]}
@@ -0,0 +1 @@
1
+ {"51":[{"text":"of the fathers","number":"h1"},{"text":"of the tabernacle","number":"h168"},{"text":"which Eleazar","number":"h499"},{"text":"the country","number":"h776"},{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"by lot","number":"h1486"},{"text":"of dividing","number":"h2505"},{"text":"the LORD","number":"h3068"},{"text":"and Joshua","number":"h3091"},{"text":"of Israel","number":"h3478"},{"text":"the priest","number":"h3548"},{"text":"So they made an end","number":"h3615"},{"text":"of the congregation","number":"h4150"},{"text":"of the tribes","number":"h4294"},{"text":"of Nun","number":"h5126"},{"text":"divided for an inheritance","number":"h5157"},{"text":"These are the inheritances","number":"h5159"},{"text":"before","number":"h6440"},{"text":"at the door","number":"h6607"},{"text":"and the heads","number":"h7218"},{"text":"in Shiloh","number":"h7887"}],"47":[{"text":"their father","number":"h1"},{"text":"of the children","number":"h1121"},{"text":"too little for them therefore the children","number":"h1121"},{"text":"And the coast","number":"h1366"},{"text":"Dan","number":"h1835"},{"text":"of Dan","number":"h1835"},{"text":"of Dan","number":"h1835"},{"text":"of Dan","number":"h1835"},{"text":"of the sword","number":"h2719"},{"text":"went out","number":"h3318"},{"text":"and possessed","number":"h3423"},{"text":"it and dwelt","number":"h3427"},{"text":"to fight","number":"h3898"},{"text":"and took","number":"h3920"},{"text":"Leshem","number":"h3959"},{"text":"against Leshem","number":"h3959"},{"text":"it and smote","number":"h5221"},{"text":"went up","number":"h5927"},{"text":"it with the edge","number":"h6310"},{"text":"therein and called","number":"h7121"},{"text":"after the name","number":"h8034"}],"20":[{"text":"and Abez","number":"h77"},{"text":"and Kishion","number":"h7191"},{"text":"And Rabbith","number":"h7245"}],"36":[{"text":"And Adamah","number":"h128"},{"text":"and Hazor","number":"h2674"},{"text":"and Ramah","number":"h7414"}],"33":[{"text":"and Adami","number":"h129"},{"text":"from Allon","number":"h438"},{"text":"And their coast","number":"h1366"},{"text":"was from Heleph","number":"h2501"},{"text":"and Jabneel","number":"h2995"},{"text":"thereof were at Jordan","number":"h3383"},{"text":"unto Lakum","number":"h3946"},{"text":"Nekeb","number":"h5346"},{"text":"to Zaanannim","number":"h6815"},{"text":"and the outgoings","number":"h8444"}],"37":[{"text":"and Edrei","number":"h154"},{"text":"and Enhazor","number":"h5877"},{"text":"And Kedesh","number":"h6943"}],"34":[{"text":"to Aznothtabor","number":"h243"},{"text":"to Asher","number":"h836"},{"text":"And then the coast","number":"h1366"},{"text":"to Zebulun","number":"h2074"},{"text":"from thence to Hukkok","number":"h2712"},{"text":"and to Judah","number":"h3063"},{"text":"on the west side","number":"h3220"},{"text":"westward","number":"h3220"},{"text":"and goeth out","number":"h3318"},{"text":"upon Jordan","number":"h3383"},{"text":"toward the sunrising","number":"h4217"},{"text":"on the south side","number":"h5045"},{"text":"and reacheth","number":"h6293"},{"text":"and reacheth","number":"h6293"},{"text":"turneth","number":"h7725"}],"43":[{"text":"And Elon","number":"h356"},{"text":"and Ekron","number":"h6138"},{"text":"and Thimnathah","number":"h8553"}],"42":[{"text":"and Ajalon","number":"h357"},{"text":"and Jethlah","number":"h3494"},{"text":"And Shaalabbin","number":"h8169"}],"29":[{"text":"to Achzib","number":"h392"},{"text":"And then the coast","number":"h1366"},{"text":"and the coast","number":"h1366"},{"text":"from the coast","number":"h2256"},{"text":"to Hosah","number":"h2621"},{"text":"thereof are at the sea","number":"h3220"},{"text":"and to the strong","number":"h4013"},{"text":"city","number":"h5892"},{"text":"Tyre","number":"h6865"},{"text":"to Ramah","number":"h7414"},{"text":"turneth","number":"h7725"},{"text":"turneth","number":"h7725"},{"text":"and the outgoings","number":"h8444"}],"25":[{"text":"and Achshaph","number":"h407"},{"text":"and Beten","number":"h991"},{"text":"And their border","number":"h1366"},{"text":"and Hali","number":"h2482"},{"text":"was Helkath","number":"h2520"}],"26":[{"text":"And Alammelech","number":"h487"},{"text":"westward","number":"h3220"},{"text":"to Carmel","number":"h3760"},{"text":"and Misheal","number":"h4861"},{"text":"and Amad","number":"h6008"},{"text":"and reacheth","number":"h6293"},{"text":"and to Shihorlibnath","number":"h7884"}],"4":[{"text":"And Eltolad","number":"h513"},{"text":"and Bethul","number":"h1329"},{"text":"and Hormah","number":"h2767"}],"44":[{"text":"And Eltekeh","number":"h514"},{"text":"and Baalath","number":"h1191"},{"text":"and Gibbethon","number":"h1405"}],"19":[{"text":"and Anaharath","number":"h588"},{"text":"And Hapharaim","number":"h2663"},{"text":"and Shion","number":"h7866"}],"30":[{"text":"also and Aphek","number":"h663"},{"text":"with their villages","number":"h2691"},{"text":"cities","number":"h5892"},{"text":"Ummah","number":"h5981"},{"text":"twenty","number":"h6242"},{"text":"and Rehob","number":"h7340"},{"text":"and two","number":"h8147"}],"50":[{"text":"Ephraim","number":"h669"},{"text":"and he built","number":"h1129"},{"text":"in mount","number":"h2022"},{"text":"of the LORD","number":"h3068"},{"text":"and dwelt","number":"h3427"},{"text":"they gave","number":"h5414"},{"text":"him the city","number":"h5892"},{"text":"the city","number":"h5892"},{"text":"According to the word","number":"h6310"},{"text":"which he asked","number":"h7592"},{"text":"even Timnathserah","number":"h8556"}],"7":[{"text":"four","number":"h702"},{"text":"and their villages","number":"h2691"},{"text":"Ain","number":"h5871"},{"text":"cities","number":"h5892"},{"text":"and Ashan","number":"h6228"},{"text":"and Ether","number":"h6281"},{"text":"Remmon","number":"h7417"}],"49":[{"text":"of dividing the land","number":"h776"},{"text":"the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"by their coasts","number":"h1367"},{"text":"to Joshua","number":"h3091"},{"text":"of Israel","number":"h3478"},{"text":"When they had made an end","number":"h3615"},{"text":"of Nun","number":"h5126"},{"text":"for inheritance","number":"h5157"},{"text":"an inheritance","number":"h5159"},{"text":"gave","number":"h5414"},{"text":"among","number":"h8432"}],"24":[{"text":"of Asher","number":"h836"},{"text":"of the children","number":"h1121"},{"text":"lot","number":"h1486"},{"text":"And the fifth","number":"h2549"},{"text":"came out","number":"h3318"},{"text":"for the tribe","number":"h4294"},{"text":"according to their families","number":"h4940"}],"31":[{"text":"of Asher","number":"h836"},{"text":"of the children","number":"h1121"},{"text":"with their villages","number":"h2691"},{"text":"of the tribe","number":"h4294"},{"text":"according to their families","number":"h4940"},{"text":"This is the inheritance","number":"h5159"},{"text":"these cities","number":"h5892"}],"41":[{"text":"and Eshtaol","number":"h847"},{"text":"And the coast","number":"h1366"},{"text":"of their inheritance","number":"h5159"},{"text":"and Irshemesh","number":"h5905"},{"text":"was Zorah","number":"h6881"}],"2":[{"text":"Beersheba","number":"h884"},{"text":"and Moladah","number":"h4137"},{"text":"And they had in their inheritance","number":"h5159"},{"text":"or Sheba","number":"h7652"}],"27":[{"text":"to Bethdagon","number":"h1016"},{"text":"of Bethemek","number":"h1025"},{"text":"and to the valley","number":"h1516"},{"text":"to Zebulun","number":"h2074"},{"text":"of Jiphthahel","number":"h3317"},{"text":"and goeth out","number":"h3318"},{"text":"to Cabul","number":"h3521"},{"text":"toward the sunrising","number":"h4217"},{"text":"and Neiel","number":"h5272"},{"text":"and reacheth","number":"h6293"},{"text":"toward the north side","number":"h6828"},{"text":"And turneth","number":"h7725"},{"text":"on the left hand","number":"h8040"}],"5":[{"text":"and Bethmarcaboth","number":"h1024"},{"text":"and Hazarsusah","number":"h2701"},{"text":"And Ziklag","number":"h6860"}],"6":[{"text":"And Bethlebaoth","number":"h1034"},{"text":"and their villages","number":"h2691"},{"text":"cities","number":"h5892"},{"text":"thirteen","number":"h7969"},{"text":"and Sharuhen","number":"h8287"}],"15":[{"text":"and Bethlehem","number":"h1035"},{"text":"with their villages","number":"h2691"},{"text":"and Idalah","number":"h3030"},{"text":"and Nahallal","number":"h5096"},{"text":"cities","number":"h5892"},{"text":"And Kattath","number":"h7005"},{"text":"and Shimron","number":"h8110"},{"text":"twelve","number":"h8147"}],"38":[{"text":"and Bethanath","number":"h1043"},{"text":"and Bethshemesh","number":"h1053"},{"text":"with their villages","number":"h2691"},{"text":"Horem","number":"h2765"},{"text":"And Iron","number":"h3375"},{"text":"and Migdalel","number":"h4027"},{"text":"cities","number":"h5892"},{"text":"nineteen","number":"h8672"}],"21":[{"text":"and Bethpazzez","number":"h1048"},{"text":"and Engannim","number":"h5873"},{"text":"and Enhaddah","number":"h5876"},{"text":"And Remeth","number":"h7432"}],"22":[{"text":"and Bethshemesh","number":"h1053"},{"text":"And the coast","number":"h1366"},{"text":"of their border","number":"h1366"},{"text":"with their villages","number":"h2691"},{"text":"were at Jordan","number":"h3383"},{"text":"cities","number":"h5892"},{"text":"reacheth","number":"h6293"},{"text":"and Shahazimah","number":"h7831"},{"text":"sixteen","number":"h8337"},{"text":"to Tabor","number":"h8396"},{"text":"and the outgoings","number":"h8444"}],"3":[{"text":"and Balah","number":"h1088"},{"text":"And Hazarshual","number":"h2705"},{"text":"and Azem","number":"h6107"}],"32":[{"text":"even for the children","number":"h1121"},{"text":"to the children","number":"h1121"},{"text":"lot","number":"h1486"},{"text":"came out","number":"h3318"},{"text":"according to their families","number":"h4940"},{"text":"of Naphtali","number":"h5321"},{"text":"of Naphtali","number":"h5321"},{"text":"The sixth","number":"h8345"}],"10":[{"text":"for the children","number":"h1121"},{"text":"and the border","number":"h1366"},{"text":"lot","number":"h1486"},{"text":"of Zebulun","number":"h2074"},{"text":"according to their families","number":"h4940"},{"text":"of their inheritance","number":"h5159"},{"text":"came up","number":"h5927"},{"text":"And the third","number":"h7992"},{"text":"was unto Sarid","number":"h8301"}],"17":[{"text":"for the children","number":"h1121"},{"text":"lot","number":"h1486"},{"text":"came out","number":"h3318"},{"text":"of Issachar","number":"h3485"},{"text":"to Issachar","number":"h3485"},{"text":"according to their families","number":"h4940"},{"text":"And the fourth","number":"h7243"}],"9":[{"text":"for them therefore the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"Out of the portion","number":"h2256"},{"text":"for the part","number":"h2506"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"had their inheritance","number":"h5157"},{"text":"the inheritance","number":"h5159"},{"text":"was the inheritance","number":"h5159"},{"text":"was too much","number":"h7227"},{"text":"of Simeon","number":"h8095"},{"text":"of Simeon","number":"h8095"},{"text":"within","number":"h8432"}],"1":[{"text":"of the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"lot","number":"h1486"},{"text":"of Judah","number":"h3063"},{"text":"came forth","number":"h3318"},{"text":"even for the tribe","number":"h4294"},{"text":"according to their families","number":"h4940"},{"text":"and their inheritance","number":"h5159"},{"text":"the inheritance","number":"h5159"},{"text":"of Simeon","number":"h8095"},{"text":"to Simeon","number":"h8095"},{"text":"And the second","number":"h8145"},{"text":"was within","number":"h8432"}],"16":[{"text":"of the children","number":"h1121"},{"text":"of Zebulun","number":"h2074"},{"text":"with their villages","number":"h2691"},{"text":"according to their families","number":"h4940"},{"text":"This is the inheritance","number":"h5159"},{"text":"these cities","number":"h5892"}],"23":[{"text":"of the children","number":"h1121"},{"text":"and their villages","number":"h2691"},{"text":"of Issachar","number":"h3485"},{"text":"of the tribe","number":"h4294"},{"text":"according to their families","number":"h4940"},{"text":"This is the inheritance","number":"h5159"},{"text":"the cities","number":"h5892"}],"39":[{"text":"of the children","number":"h1121"},{"text":"and their villages","number":"h2691"},{"text":"of the tribe","number":"h4294"},{"text":"according to their families","number":"h4940"},{"text":"This is the inheritance","number":"h5159"},{"text":"of Naphtali","number":"h5321"},{"text":"the cities","number":"h5892"}],"40":[{"text":"of the children","number":"h1121"},{"text":"lot","number":"h1486"},{"text":"of Dan","number":"h1835"},{"text":"came out","number":"h3318"},{"text":"for the tribe","number":"h4294"},{"text":"according to their families","number":"h4940"},{"text":"And the seventh","number":"h7637"}],"48":[{"text":"of the children","number":"h1121"},{"text":"of Dan","number":"h1835"},{"text":"with their villages","number":"h2691"},{"text":"of the tribe","number":"h4294"},{"text":"according to their families","number":"h4940"},{"text":"This is the inheritance","number":"h5159"},{"text":"these cities","number":"h5892"}],"8":[{"text":"of the children","number":"h1121"},{"text":"to Baalathbeer","number":"h1192"},{"text":"And all the villages","number":"h2691"},{"text":"of the tribe","number":"h4294"},{"text":"according to their families","number":"h4940"},{"text":"of the south","number":"h5045"},{"text":"This is the inheritance","number":"h5159"},{"text":"that were round about","number":"h5439"},{"text":"these cities","number":"h5892"},{"text":"Ramath","number":"h7414"},{"text":"of Simeon","number":"h8095"}],"45":[{"text":"and Beneberak","number":"h1139"},{"text":"and Gathrimmon","number":"h1667"},{"text":"And Jehud","number":"h3055"}],"14":[{"text":"And the border","number":"h1366"},{"text":"thereof are in the valley","number":"h1516"},{"text":"to Hannathon","number":"h2615"},{"text":"of Jiphthahel","number":"h3317"},{"text":"compasseth","number":"h5437"},{"text":"it on the north side","number":"h6828"},{"text":"and the outgoings","number":"h8444"}],"11":[{"text":"And their border","number":"h1366"},{"text":"to Dabbasheth","number":"h1708"},{"text":"toward the sea","number":"h3220"},{"text":"Jokneam","number":"h3362"},{"text":"and Maralah","number":"h4831"},{"text":"to the river","number":"h5158"},{"text":"went up","number":"h5927"},{"text":"and reached","number":"h6293"},{"text":"and reached","number":"h6293"},{"text":"that is before","number":"h6440"}],"18":[{"text":"And their border","number":"h1366"},{"text":"was toward Jezreel","number":"h3157"},{"text":"and Chesulloth","number":"h3694"},{"text":"and Shunem","number":"h7766"}],"12":[{"text":"unto the border","number":"h1366"},{"text":"to Daberath","number":"h1705"},{"text":"to Japhia","number":"h3309"},{"text":"and then goeth out","number":"h3318"},{"text":"of Chislothtabor","number":"h3696"},{"text":"toward the sunrising","number":"h4217"},{"text":"and goeth up","number":"h5927"},{"text":"eastward","number":"h6924"},{"text":"And turned","number":"h7725"},{"text":"from Sarid","number":"h8301"}],"46":[{"text":"with the border","number":"h1366"},{"text":"Japho","number":"h3305"},{"text":"before","number":"h4136"},{"text":"And Mejarkon","number":"h4313"},{"text":"and Rakkon","number":"h7542"}],"13":[{"text":"to Gittahhepher","number":"h1662"},{"text":"and goeth out","number":"h3318"},{"text":"on the east","number":"h4217"},{"text":"to Neah","number":"h5269"},{"text":"And from thence passeth on along","number":"h5674"},{"text":"to Ittahkazin","number":"h6278"},{"text":"to Remmonmethoar","number":"h7417"}],"28":[{"text":"and Hammon","number":"h2540"},{"text":"And Hebron","number":"h5683"},{"text":"Zidon","number":"h6721"},{"text":"and Kanah","number":"h7071"},{"text":"even unto great","number":"h7227"},{"text":"and Rehob","number":"h7340"}],"35":[{"text":"and Hammath","number":"h2575"},{"text":"and Chinnereth","number":"h3672"},{"text":"And the fenced","number":"h4013"},{"text":"cities","number":"h5892"},{"text":"are Ziddim","number":"h6661"},{"text":"Zer","number":"h6863"},{"text":"Rakkath","number":"h7557"}]}
@@ -0,0 +1 @@
1
+ {"18":[{"text":"and all thy father's","number":"h1"},{"text":"thy father","number":"h1"},{"text":"and thy brethren","number":"h251"},{"text":"and thy mother","number":"h517"},{"text":"and thou shalt bring","number":"h622"},{"text":"into the land","number":"h776"},{"text":"Behold when we come","number":"h935"},{"text":"home","number":"h1004"},{"text":"household","number":"h1004"},{"text":"thread","number":"h2339"},{"text":"in the window","number":"h2474"},{"text":"which thou didst let us down by","number":"h3381"},{"text":"thou shalt bind","number":"h7194"},{"text":"of scarlet","number":"h8144"},{"text":"this line","number":"h8615"}],"13":[{"text":"my father","number":"h1"},{"text":"and my brethren","number":"h251"},{"text":"and my sisters","number":"h269"},{"text":"and my mother","number":"h517"},{"text":"And that ye will save alive","number":"h2421"},{"text":"from death","number":"h4194"},{"text":"our lives","number":"h5315"},{"text":"and all that they have and deliver","number":"h5337"}],"12":[{"text":"unto my father's","number":"h1"},{"text":"token","number":"h226"},{"text":"me a true","number":"h571"},{"text":"house","number":"h1004"},{"text":"kindness","number":"h2617"},{"text":"you kindness","number":"h2617"},{"text":"unto me by the LORD","number":"h3068"},{"text":"since","number":"h3588"},{"text":"and give","number":"h5414"},{"text":"I have shewed","number":"h6213"},{"text":"that ye will also shew","number":"h6213"},{"text":"Now therefore I pray you swear","number":"h7650"}],"5":[{"text":"after","number":"h310"},{"text":"that the men","number":"h582"},{"text":"whither the men","number":"h582"},{"text":"went","number":"h1980"},{"text":"when it was dark","number":"h2822"},{"text":"I wot","number":"h3045"},{"text":"went out","number":"h3318"},{"text":"them quickly","number":"h4118"},{"text":"for ye shall overtake","number":"h5381"},{"text":"And it came to pass about the time of shutting","number":"h5462"},{"text":"not pursue","number":"h7291"},{"text":"of the gate","number":"h8179"}],"7":[{"text":"after","number":"h310"},{"text":"after","number":"h310"},{"text":"And the men","number":"h582"},{"text":"them the way","number":"h1870"},{"text":"them were gone out","number":"h3318"},{"text":"to Jordan","number":"h3383"},{"text":"unto the fords","number":"h4569"},{"text":"they shut","number":"h5462"},{"text":"and as soon as they which pursued","number":"h7291"},{"text":"pursued","number":"h7291"},{"text":"the gate","number":"h8179"}],"16":[{"text":"and afterward","number":"h310"},{"text":"And she said","number":"h559"},{"text":"your way","number":"h1870"},{"text":"you to the mountain","number":"h2022"},{"text":"you and hide","number":"h2247"},{"text":"days","number":"h3117"},{"text":"may ye go","number":"h3212"},{"text":"unto them Get","number":"h3212"},{"text":"meet","number":"h6293"},{"text":"lest the pursuers","number":"h7291"},{"text":"until the pursuers","number":"h7291"},{"text":"be returned","number":"h7725"},{"text":"yourselves there three","number":"h7969"}],"9":[{"text":"and that your terror","number":"h367"},{"text":"And she said","number":"h559"},{"text":"unto the men","number":"h582"},{"text":"of the land","number":"h776"},{"text":"you the land","number":"h776"},{"text":"I know","number":"h3045"},{"text":"that the LORD","number":"h3068"},{"text":"upon us and that all the inhabitants","number":"h3427"},{"text":"faint","number":"h4127"},{"text":"is fallen","number":"h5307"},{"text":"hath given","number":"h5414"},{"text":"because","number":"h6440"}],"4":[{"text":"not whence","number":"h370"},{"text":"them and said","number":"h559"},{"text":"men","number":"h582"},{"text":"men","number":"h582"},{"text":"And the woman","number":"h802"},{"text":"thus There came","number":"h935"},{"text":"unto me but I wist","number":"h3045"},{"text":"took","number":"h3947"},{"text":"and hid","number":"h6845"},{"text":"the two","number":"h8147"}],"11":[{"text":"in any man","number":"h376"},{"text":"he is God","number":"h430"},{"text":"your God","number":"h430"},{"text":"and in earth","number":"h776"},{"text":"of you for the LORD","number":"h3068"},{"text":"these things our hearts","number":"h3824"},{"text":"did melt","number":"h4549"},{"text":"above","number":"h4605"},{"text":"because","number":"h6440"},{"text":"neither did there remain","number":"h6965"},{"text":"any more courage","number":"h7307"},{"text":"in heaven","number":"h8064"},{"text":"And as soon as we had heard","number":"h8085"}],"2":[{"text":"And it was told","number":"h559"},{"text":"saying","number":"h559"},{"text":"men","number":"h582"},{"text":"the country","number":"h776"},{"text":"Behold there came","number":"h935"},{"text":"of the children","number":"h1121"},{"text":"to search out","number":"h2658"},{"text":"of Jericho","number":"h3405"},{"text":"of Israel","number":"h3478"},{"text":"in hither to night","number":"h3915"},{"text":"the king","number":"h4428"}],"21":[{"text":"And she said","number":"h559"},{"text":"According unto your words","number":"h1697"},{"text":"in the window","number":"h2474"},{"text":"and they departed","number":"h3212"},{"text":"and she bound","number":"h7194"},{"text":"so be it And she sent them away","number":"h7971"},{"text":"the scarlet","number":"h8144"},{"text":"line","number":"h8615"}],"24":[{"text":"And they said","number":"h559"},{"text":"all the land","number":"h776"},{"text":"of the country","number":"h776"},{"text":"into our hands","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"unto Joshua","number":"h3091"},{"text":"for even all the inhabitants","number":"h3427"},{"text":"Truly","number":"h3588"},{"text":"do faint","number":"h4127"},{"text":"hath delivered","number":"h5414"},{"text":"because","number":"h6440"}],"14":[{"text":"answered","number":"h559"},{"text":"and truly","number":"h571"},{"text":"And the men","number":"h582"},{"text":"us the land","number":"h776"},{"text":"not this our business","number":"h1697"},{"text":"kindly","number":"h2617"},{"text":"And it shall be when the LORD","number":"h3068"},{"text":"for yours","number":"h4191"},{"text":"if ye utter","number":"h5046"},{"text":"her Our life","number":"h5315"},{"text":"hath given","number":"h5414"},{"text":"that we will deal","number":"h6213"}],"17":[{"text":"said","number":"h559"},{"text":"And the men","number":"h582"},{"text":"unto her We will be blameless","number":"h5355"},{"text":"of this thine oath","number":"h7621"},{"text":"which thou hast made us swear","number":"h7650"}],"1":[{"text":"saying","number":"h559"},{"text":"men","number":"h582"},{"text":"the land","number":"h776"},{"text":"house","number":"h802"},{"text":"and came","number":"h935"},{"text":"the son","number":"h1121"},{"text":"into an harlot's","number":"h2181"},{"text":"secretly","number":"h2791"},{"text":"And Joshua","number":"h3091"},{"text":"And they went","number":"h3212"},{"text":"Go","number":"h3212"},{"text":"even Jericho","number":"h3405"},{"text":"of Nun","number":"h5126"},{"text":"view","number":"h7200"},{"text":"to spy","number":"h7270"},{"text":"Rahab","number":"h7343"},{"text":"out of Shittim","number":"h7851"},{"text":"and lodged","number":"h7901"},{"text":"sent","number":"h7971"},{"text":"named","number":"h8034"},{"text":"two","number":"h8147"}],"3":[{"text":"saying","number":"h559"},{"text":"the men","number":"h582"},{"text":"all the country","number":"h776"},{"text":"for they be come","number":"h935"},{"text":"that are come","number":"h935"},{"text":"to thee which are entered","number":"h935"},{"text":"into thine house","number":"h1004"},{"text":"to search out","number":"h2658"},{"text":"Bring forth","number":"h3318"},{"text":"of Jericho","number":"h3405"},{"text":"And the king","number":"h4428"},{"text":"unto Rahab","number":"h7343"},{"text":"sent","number":"h7971"}],"10":[{"text":"of the Amorites","number":"h567"},{"text":"whom ye utterly destroyed","number":"h2763"},{"text":"dried up","number":"h3001"},{"text":"how the LORD","number":"h3068"},{"text":"sea","number":"h3220"},{"text":"when ye came out","number":"h3318"},{"text":"Jordan","number":"h3383"},{"text":"the water","number":"h4325"},{"text":"kings","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"of the Red","number":"h5488"},{"text":"Sihon","number":"h5511"},{"text":"that were on the other side","number":"h5676"},{"text":"and Og","number":"h5747"},{"text":"and what ye did","number":"h6213"},{"text":"for you","number":"h6440"},{"text":"For we have heard","number":"h8085"},{"text":"unto the two","number":"h8147"}],"23":[{"text":"men","number":"h582"},{"text":"and came","number":"h935"},{"text":"the son","number":"h1121"},{"text":"from the mountain","number":"h2022"},{"text":"to Joshua","number":"h3091"},{"text":"and descended","number":"h3381"},{"text":"him all things that befell","number":"h4672"},{"text":"of Nun","number":"h5126"},{"text":"and told","number":"h5608"},{"text":"and passed over","number":"h5674"},{"text":"returned","number":"h7725"},{"text":"So the two","number":"h8147"}],"19":[{"text":"And it shall be that whosoever","number":"h834"},{"text":"and whosoever shall be with thee in the house","number":"h1004"},{"text":"of thy house","number":"h1004"},{"text":"of the doors","number":"h1817"},{"text":"his blood","number":"h1818"},{"text":"his blood","number":"h1818"},{"text":"into the street","number":"h2351"},{"text":"if any hand","number":"h3027"},{"text":"shall go out","number":"h3318"},{"text":"and we will be guiltless","number":"h5355"},{"text":"shall be on our head","number":"h7218"},{"text":"shall be upon his head","number":"h7218"}],"22":[{"text":"and came","number":"h935"},{"text":"sought","number":"h1245"},{"text":"them throughout all the way","number":"h1870"},{"text":"unto the mountain","number":"h2022"},{"text":"days","number":"h3117"},{"text":"And they went","number":"h3212"},{"text":"and abode","number":"h3427"},{"text":"but found","number":"h4672"},{"text":"and the pursuers","number":"h7291"},{"text":"until the pursuers","number":"h7291"},{"text":"were returned","number":"h7725"},{"text":"there three","number":"h7969"}],"15":[{"text":"for her house","number":"h1004"},{"text":"through","number":"h1157"},{"text":"by a cord","number":"h2256"},{"text":"upon the wall","number":"h2346"},{"text":"wall","number":"h2346"},{"text":"the window","number":"h2474"},{"text":"Then she let them down","number":"h3381"},{"text":"and she dwelt","number":"h3427"},{"text":"was upon the town","number":"h7023"}],"6":[{"text":"to the roof","number":"h1406"},{"text":"upon the roof","number":"h1406"},{"text":"of the house and hid","number":"h2934"},{"text":"But she had brought them up","number":"h5927"},{"text":"them with the stalks","number":"h6086"},{"text":"which she had laid in order","number":"h6186"},{"text":"of flax","number":"h6593"}],"8":[{"text":"unto them upon the roof","number":"h1406"},{"text":"she came up","number":"h5927"},{"text":"And before they were laid down","number":"h7901"}],"20":[{"text":"this our business","number":"h1697"},{"text":"And if thou utter","number":"h5046"},{"text":"then we will be quit","number":"h5355"},{"text":"of thine oath","number":"h7621"},{"text":"which thou hast made us to swear","number":"h7650"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"in the ears","number":"h241"},{"text":"unto one","number":"h259"},{"text":"they shall take","number":"h622"},{"text":"and shall declare","number":"h1696"},{"text":"his cause","number":"h1697"},{"text":"of the elders","number":"h2205"},{"text":"that he may dwell","number":"h3427"},{"text":"him a place","number":"h4725"},{"text":"And when he that doth flee","number":"h5127"},{"text":"unto them and give","number":"h5414"},{"text":"him into the city","number":"h5892"},{"text":"of that city","number":"h5892"},{"text":"of the city","number":"h5892"},{"text":"of those cities","number":"h5892"},{"text":"shall stand","number":"h5975"},{"text":"at the entering","number":"h6607"},{"text":"of the gate","number":"h8179"}],"5":[{"text":"after","number":"h310"},{"text":"unwittingly","number":"h1097"},{"text":"And if the avenger","number":"h1350"},{"text":"of blood","number":"h1818"},{"text":"up into his hand","number":"h3027"},{"text":"because he smote","number":"h5221"},{"text":"him then they shall not deliver","number":"h5462"},{"text":"pursue","number":"h7291"},{"text":"his neighbour","number":"h7453"},{"text":"the slayer","number":"h7523"},{"text":"and hated","number":"h8130"},{"text":"him not beforetime","number":"h8543"}],"1":[{"text":"saying","number":"h559"},{"text":"also spake","number":"h1696"},{"text":"The LORD","number":"h3068"},{"text":"unto Joshua","number":"h3091"}],"2":[{"text":"saying","number":"h559"},{"text":"to the children","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"whereof I spake","number":"h1696"},{"text":"unto you by the hand","number":"h3027"},{"text":"of Israel","number":"h3478"},{"text":"of refuge","number":"h4733"},{"text":"of Moses","number":"h4872"},{"text":"Appoint out","number":"h5414"},{"text":"for you cities","number":"h5892"}],"7":[{"text":"Ephraim","number":"h669"},{"text":"in Galilee","number":"h1551"},{"text":"in mount","number":"h2022"},{"text":"in mount","number":"h2022"},{"text":"in the mountain","number":"h2022"},{"text":"which is Hebron","number":"h2275"},{"text":"of Judah","number":"h3063"},{"text":"Naphtali","number":"h5321"},{"text":"And they appointed","number":"h6942"},{"text":"Kedesh","number":"h6943"},{"text":"and Kirjatharba","number":"h7153"},{"text":"and Shechem","number":"h7927"}],"6":[{"text":"that","number":"h834"},{"text":"and come","number":"h935"},{"text":"and unto his own house","number":"h1004"},{"text":"of the high","number":"h1419"},{"text":"shall be in those days","number":"h3117"},{"text":"And he shall dwell","number":"h3427"},{"text":"priest","number":"h3548"},{"text":"and until the death","number":"h4194"},{"text":"for judgment","number":"h4941"},{"text":"from whence he fled","number":"h5127"},{"text":"the congregation","number":"h5712"},{"text":"in that city","number":"h5892"},{"text":"unto his own city","number":"h5892"},{"text":"unto the city","number":"h5892"},{"text":"until he stand","number":"h5975"},{"text":"before","number":"h6440"},{"text":"then shall the slayer","number":"h7523"},{"text":"return","number":"h7725"}],"9":[{"text":"for all the children","number":"h1121"},{"text":"of the avenger","number":"h1350"},{"text":"that sojourneth","number":"h1481"},{"text":"and for the stranger","number":"h1616"},{"text":"of blood","number":"h1818"},{"text":"by the hand","number":"h3027"},{"text":"of Israel","number":"h3478"},{"text":"appointed","number":"h4152"},{"text":"thither and not die","number":"h4191"},{"text":"might flee","number":"h5127"},{"text":"them that whosoever killeth","number":"h5221"},{"text":"any person","number":"h5315"},{"text":"the congregation","number":"h5712"},{"text":"These were the cities","number":"h5892"},{"text":"until he stood","number":"h5975"},{"text":"before","number":"h6440"},{"text":"at unawares","number":"h7684"},{"text":"among","number":"h8432"}],"8":[{"text":"Bezer","number":"h1221"},{"text":"in Bashan","number":"h1316"},{"text":"of Gad","number":"h1410"},{"text":"and Golan","number":"h1474"},{"text":"in Gilead","number":"h1568"},{"text":"Jordan","number":"h3383"},{"text":"by Jericho","number":"h3405"},{"text":"in the wilderness","number":"h4057"},{"text":"eastward","number":"h4217"},{"text":"out of the tribe","number":"h4294"},{"text":"out of the tribe","number":"h4294"},{"text":"out of the tribe","number":"h4294"},{"text":"upon the plain","number":"h4334"},{"text":"of Manasseh","number":"h4519"},{"text":"they assigned","number":"h5414"},{"text":"And on the other side","number":"h5676"},{"text":"of Reuben","number":"h7205"},{"text":"and Ramoth","number":"h7216"}],"3":[{"text":"from the avenger","number":"h1350"},{"text":"of blood","number":"h1818"},{"text":"and unwittingly","number":"h1847"},{"text":"thither and they shall be your refuge","number":"h4733"},{"text":"may flee","number":"h5127"},{"text":"that killeth","number":"h5221"},{"text":"any person","number":"h5315"},{"text":"That the slayer","number":"h7523"},{"text":"unawares","number":"h7684"}]}