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
+ {"1":[{"text":"of the fathers","number":"h1"},{"text":"of the fathers","number":"h1"},{"text":"unto Eleazar","number":"h499"},{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"and unto Joshua","number":"h3091"},{"text":"of Israel","number":"h3478"},{"text":"the priest","number":"h3548"},{"text":"of the Levites","number":"h3881"},{"text":"of the tribes","number":"h4294"},{"text":"Then came near","number":"h5066"},{"text":"of Nun","number":"h5126"},{"text":"and unto the heads","number":"h7218"},{"text":"the heads","number":"h7218"}],"11":[{"text":"the father","number":"h1"},{"text":"of Arba","number":"h704"},{"text":"in the hill","number":"h2022"},{"text":"which city is Hebron","number":"h2275"},{"text":"country of Judah","number":"h3063"},{"text":"with the suburbs","number":"h4054"},{"text":"And they gave","number":"h5414"},{"text":"thereof round about","number":"h5439"},{"text":"of Anak","number":"h6061"},{"text":"them the city","number":"h7151"}],"43":[{"text":"unto their fathers","number":"h1"},{"text":"all the land","number":"h776"},{"text":"And the LORD","number":"h3068"},{"text":"and they possessed","number":"h3423"},{"text":"it and dwelt","number":"h3427"},{"text":"unto Israel","number":"h3478"},{"text":"gave","number":"h5414"},{"text":"to give","number":"h5414"},{"text":"which he sware","number":"h7650"}],"44":[{"text":"unto their fathers","number":"h1"},{"text":"all their enemies","number":"h341"},{"text":"of all their enemies","number":"h341"},{"text":"not a man","number":"h376"},{"text":"into their hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"them the LORD","number":"h3068"},{"text":"gave them rest","number":"h5117"},{"text":"delivered","number":"h5414"},{"text":"round about","number":"h5439"},{"text":"and there stood","number":"h5975"},{"text":"before","number":"h6440"},{"text":"according to all that he sware","number":"h7650"}],"10":[{"text":"of Aaron","number":"h175"},{"text":"Which the children","number":"h1121"},{"text":"who were of the children","number":"h1121"},{"text":"lot","number":"h1486"},{"text":"of Levi","number":"h3878"},{"text":"being of the families","number":"h4940"},{"text":"of the Kohathites","number":"h6956"},{"text":"had for theirs was the first","number":"h7223"}],"13":[{"text":"of Aaron","number":"h175"},{"text":"to the children","number":"h1121"},{"text":"Hebron","number":"h2275"},{"text":"the priest","number":"h3548"},{"text":"and Libnah","number":"h3841"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"of refuge","number":"h4733"},{"text":"Thus they gave","number":"h5414"},{"text":"to be a city","number":"h5892"},{"text":"for the slayer","number":"h7523"}],"19":[{"text":"of Aaron","number":"h175"},{"text":"of the children","number":"h1121"},{"text":"the priests","number":"h3548"},{"text":"with their suburbs","number":"h4054"},{"text":"All the cities","number":"h5892"},{"text":"cities","number":"h5892"},{"text":"were thirteen","number":"h7969"}],"4":[{"text":"of Aaron","number":"h175"},{"text":"and the children","number":"h1121"},{"text":"of Benjamin","number":"h1144"},{"text":"And the lot","number":"h1486"},{"text":"had by lot","number":"h1486"},{"text":"of Judah","number":"h3063"},{"text":"came out","number":"h3318"},{"text":"the priest","number":"h3548"},{"text":"which were of the Levites","number":"h3881"},{"text":"and out of the tribe","number":"h4294"},{"text":"and out of the tribe","number":"h4294"},{"text":"out of the tribe","number":"h4294"},{"text":"for the families","number":"h4940"},{"text":"cities","number":"h5892"},{"text":"of the Kohathites","number":"h6956"},{"text":"thirteen","number":"h7969"},{"text":"of Simeon","number":"h8099"}],"12":[{"text":"for his possession","number":"h272"},{"text":"the son","number":"h1121"},{"text":"and the villages","number":"h2691"},{"text":"of Jephunneh","number":"h3312"},{"text":"they to Caleb","number":"h3612"},{"text":"thereof gave","number":"h5414"},{"text":"of the city","number":"h5892"},{"text":"But the fields","number":"h7704"}],"41":[{"text":"the possession","number":"h272"},{"text":"were forty","number":"h705"},{"text":"of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"of the Levites","number":"h3881"},{"text":"with their suburbs","number":"h4054"},{"text":"All the cities","number":"h5892"},{"text":"cities","number":"h5892"},{"text":"and eight","number":"h8083"},{"text":"within","number":"h8432"}],"24":[{"text":"Aijalon","number":"h357"},{"text":"four","number":"h702"},{"text":"Gathrimmon","number":"h1667"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"cities","number":"h5892"}],"23":[{"text":"Eltekeh","number":"h514"},{"text":"Gibbethon","number":"h1405"},{"text":"of Dan","number":"h1835"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"And out of the tribe","number":"h4294"}],"2":[{"text":"saying","number":"h559"},{"text":"in the land","number":"h776"},{"text":"thereof for our cattle","number":"h929"},{"text":"And they spake","number":"h1696"},{"text":"by the hand","number":"h3027"},{"text":"The LORD","number":"h3068"},{"text":"to dwell in","number":"h3427"},{"text":"of Canaan","number":"h3667"},{"text":"with the suburbs","number":"h4054"},{"text":"of Moses","number":"h4872"},{"text":"to give","number":"h5414"},{"text":"us cities","number":"h5892"},{"text":"commanded","number":"h6680"},{"text":"unto them at Shiloh","number":"h7887"}],"21":[{"text":"Ephraim","number":"h669"},{"text":"and Gezer","number":"h1507"},{"text":"in mount","number":"h2022"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"of refuge","number":"h4733"},{"text":"For they gave","number":"h5414"},{"text":"to be a city","number":"h5892"},{"text":"for the slayer","number":"h7523"},{"text":"them Shechem","number":"h7927"}],"20":[{"text":"of Ephraim","number":"h669"},{"text":"of the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"of their lot","number":"h1486"},{"text":"which remained","number":"h3498"},{"text":"the Levites","number":"h3881"},{"text":"out of the tribe","number":"h4294"},{"text":"And the families","number":"h4940"},{"text":"even they had the cities","number":"h5892"},{"text":"of Kohath","number":"h6955"},{"text":"of Kohath","number":"h6955"}],"5":[{"text":"of Ephraim","number":"h669"},{"text":"of the children","number":"h1121"},{"text":"had by lot","number":"h1486"},{"text":"of Dan","number":"h1835"},{"text":"and out of the half","number":"h2677"},{"text":"And the rest","number":"h3498"},{"text":"and out of the tribe","number":"h4294"},{"text":"of the tribe","number":"h4294"},{"text":"tribe","number":"h4294"},{"text":"of Manasseh","number":"h4519"},{"text":"out of the families","number":"h4940"},{"text":"cities","number":"h5892"},{"text":"ten","number":"h6235"},{"text":"of Kohath","number":"h6955"}],"18":[{"text":"four","number":"h702"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"cities","number":"h5892"},{"text":"and Almon","number":"h5960"},{"text":"Anathoth","number":"h6068"}],"22":[{"text":"four","number":"h702"},{"text":"and Bethhoron","number":"h1032"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"cities","number":"h5892"},{"text":"And Kibzaim","number":"h6911"}],"29":[{"text":"four","number":"h702"},{"text":"Jarmuth","number":"h3412"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"Engannim","number":"h5873"},{"text":"cities","number":"h5892"}],"31":[{"text":"four","number":"h702"},{"text":"Helkath","number":"h2520"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"cities","number":"h5892"},{"text":"and Rehob","number":"h7340"}],"35":[{"text":"four","number":"h702"},{"text":"Dimnah","number":"h1829"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"Nahalal","number":"h5096"},{"text":"cities","number":"h5892"}],"39":[{"text":"four","number":"h702"},{"text":"Heshbon","number":"h2809"},{"text":"Jazer","number":"h3270"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"cities","number":"h5892"}],"37":[{"text":"with her suburbs four","number":"h702"},{"text":"with her suburbs and Mephaath","number":"h4158"},{"text":"cities","number":"h5892"},{"text":"Kedemoth","number":"h6932"}],"30":[{"text":"of Asher","number":"h836"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"And out of the tribe","number":"h4294"},{"text":"Mishal","number":"h4861"},{"text":"Abdon","number":"h5658"}],"6":[{"text":"of Asher","number":"h836"},{"text":"And the children","number":"h1121"},{"text":"in Bashan","number":"h1316"},{"text":"had by lot","number":"h1486"},{"text":"of Gershon","number":"h1648"},{"text":"and out of the half","number":"h2677"},{"text":"of Issachar","number":"h3485"},{"text":"and out of the tribe","number":"h4294"},{"text":"and out of the tribe","number":"h4294"},{"text":"of the tribe","number":"h4294"},{"text":"tribe","number":"h4294"},{"text":"of Manasseh","number":"h4519"},{"text":"out of the families","number":"h4940"},{"text":"of Naphtali","number":"h5321"},{"text":"cities","number":"h5892"},{"text":"thirteen","number":"h7969"}],"14":[{"text":"and Eshtemoa","number":"h851"},{"text":"And Jattir","number":"h3492"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"}],"45":[{"text":"all came to pass","number":"h935"},{"text":"unto the house","number":"h1004"},{"text":"had spoken","number":"h1696"},{"text":"not ought","number":"h1697"},{"text":"thing","number":"h1697"},{"text":"of any good","number":"h2896"},{"text":"which the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"There failed","number":"h5307"}],"16":[{"text":"and Bethshemesh","number":"h1053"},{"text":"and Juttah","number":"h3194"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"And Ain","number":"h5871"},{"text":"cities","number":"h5892"},{"text":"tribes","number":"h7626"},{"text":"out of those two","number":"h8147"},{"text":"nine","number":"h8672"}],"3":[{"text":"And the children","number":"h1121"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"unto the Levites","number":"h3881"},{"text":"and their suburbs","number":"h4054"},{"text":"out of their inheritance","number":"h5159"},{"text":"gave","number":"h5414"},{"text":"these cities","number":"h5892"},{"text":"at the commandment","number":"h6310"}],"8":[{"text":"And the children","number":"h1121"},{"text":"by lot","number":"h1486"},{"text":"by the hand","number":"h3027"},{"text":"as the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"unto the Levites","number":"h3881"},{"text":"with their suburbs","number":"h4054"},{"text":"of Moses","number":"h4872"},{"text":"gave","number":"h5414"},{"text":"these cities","number":"h5892"},{"text":"commanded","number":"h6680"}],"27":[{"text":"And unto the children","number":"h1121"},{"text":"and Beeshterah","number":"h1203"},{"text":"in Bashan","number":"h1316"},{"text":"they gave Golan","number":"h1474"},{"text":"of Gershon","number":"h1648"},{"text":"out of the other half","number":"h2677"},{"text":"of the Levites","number":"h3881"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"tribe","number":"h4294"},{"text":"of Manasseh","number":"h4519"},{"text":"of refuge","number":"h4733"},{"text":"of the families","number":"h4940"},{"text":"cities","number":"h5892"},{"text":"to be a city","number":"h5892"},{"text":"for the slayer","number":"h7523"},{"text":"two","number":"h8147"}],"7":[{"text":"The children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"of Zebulun","number":"h2074"},{"text":"and out of the tribe","number":"h4294"},{"text":"and out of the tribe","number":"h4294"},{"text":"had out of the tribe","number":"h4294"},{"text":"of Merari","number":"h4847"},{"text":"by their families","number":"h4940"},{"text":"cities","number":"h5892"},{"text":"of Reuben","number":"h7205"},{"text":"twelve","number":"h8147"}],"40":[{"text":"for the children","number":"h1121"},{"text":"were by their lot","number":"h1486"},{"text":"which were remaining","number":"h3498"},{"text":"of the Levites","number":"h3881"},{"text":"of Merari","number":"h4847"},{"text":"by their families","number":"h4940"},{"text":"of the families","number":"h4940"},{"text":"So all the cities","number":"h5892"},{"text":"cities","number":"h5892"},{"text":"twelve","number":"h8147"}],"26":[{"text":"of the children","number":"h1121"},{"text":"that remained","number":"h3498"},{"text":"with their suburbs","number":"h4054"},{"text":"for the families","number":"h4940"},{"text":"All the cities","number":"h5892"},{"text":"were ten","number":"h6235"},{"text":"of Kohath","number":"h6955"}],"34":[{"text":"of the children","number":"h1121"},{"text":"of Zebulun","number":"h2074"},{"text":"Jokneam","number":"h3362"},{"text":"the rest","number":"h3498"},{"text":"of the Levites","number":"h3881"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"out of the tribe","number":"h4294"},{"text":"of Merari","number":"h4847"},{"text":"And unto the families","number":"h4940"},{"text":"and Kartah","number":"h7177"}],"9":[{"text":"of the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"of Judah","number":"h3063"},{"text":"and out of the tribe","number":"h4294"},{"text":"out of the tribe","number":"h4294"},{"text":"And they gave","number":"h5414"},{"text":"these cities","number":"h5892"},{"text":"which are here mentioned","number":"h7121"},{"text":"by name","number":"h8034"},{"text":"of Simeon","number":"h8095"}],"17":[{"text":"of Benjamin","number":"h1144"},{"text":"Geba","number":"h1387"},{"text":"Gibeon","number":"h1391"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"And out of the tribe","number":"h4294"}],"36":[{"text":"Bezer","number":"h1221"},{"text":"with her suburbs and Jahazah","number":"h3096"},{"text":"And out of the tribe of Reuben","number":"h7205"}],"38":[{"text":"of Gad","number":"h1410"},{"text":"in Gilead","number":"h1568"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"and Mahanaim","number":"h4266"},{"text":"And out of the tribe","number":"h4294"},{"text":"of refuge","number":"h4733"},{"text":"to be a city","number":"h5892"},{"text":"Ramoth","number":"h7433"},{"text":"for the slayer","number":"h7523"}],"32":[{"text":"in Galilee","number":"h1551"},{"text":"and Hammothdor","number":"h2576"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"And out of the tribe","number":"h4294"},{"text":"of refuge","number":"h4733"},{"text":"of Naphtali","number":"h5321"},{"text":"cities","number":"h5892"},{"text":"to be a city","number":"h5892"},{"text":"Kedesh","number":"h6943"},{"text":"and Kartan","number":"h7178"},{"text":"for the slayer","number":"h7523"},{"text":"three","number":"h7969"}],"33":[{"text":"of the Gershonites","number":"h1649"},{"text":"with their suburbs","number":"h4054"},{"text":"according to their families","number":"h4940"},{"text":"All the cities","number":"h5892"},{"text":"cities","number":"h5892"},{"text":"were thirteen","number":"h7969"}],"25":[{"text":"and Gathrimmon","number":"h1667"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"And out of the half","number":"h4276"},{"text":"tribe","number":"h4294"},{"text":"of Manasseh","number":"h4519"},{"text":"cities","number":"h5892"},{"text":"two","number":"h8147"},{"text":"Tanach","number":"h8590"}],"15":[{"text":"and Debir","number":"h1688"},{"text":"And Holon","number":"h2473"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"}],"28":[{"text":"Dabareh","number":"h1705"},{"text":"of Issachar","number":"h3485"},{"text":"with her suburbs","number":"h4054"},{"text":"with her suburbs","number":"h4054"},{"text":"And out of the tribe","number":"h4294"},{"text":"Kishon","number":"h7191"}],"42":[{"text":"with their suburbs","number":"h4054"},{"text":"round about","number":"h5439"},{"text":"These cities","number":"h5892"},{"text":"them thus were all these cities","number":"h5892"},{"text":"were every one","number":"h5892"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"a prince","number":"h1"},{"text":"of their fathers","number":"h1"},{"text":"of each","number":"h259"},{"text":"and each one","number":"h376"},{"text":"among the thousands","number":"h505"},{"text":"house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"throughout all the tribes","number":"h4294"},{"text":"chief","number":"h5387"},{"text":"princes","number":"h5387"},{"text":"And with him ten","number":"h6235"},{"text":"was an head","number":"h7218"}],"28":[{"text":"which our fathers","number":"h1"},{"text":"Therefore said","number":"h559"},{"text":"that we may say","number":"h559"},{"text":"we that it shall be when they should so say","number":"h559"},{"text":"to us or to our generations","number":"h1755"},{"text":"nor for sacrifices","number":"h2077"},{"text":"of the LORD","number":"h3068"},{"text":"of the altar","number":"h4196"},{"text":"in time to come","number":"h4279"},{"text":"but it is a witness","number":"h5707"},{"text":"not for burnt offerings","number":"h5930"},{"text":"made","number":"h6213"},{"text":"again Behold","number":"h7200"},{"text":"the pattern","number":"h8403"}],"5":[{"text":"you to love","number":"h157"},{"text":"your God","number":"h430"},{"text":"and to cleave","number":"h1692"},{"text":"in all his ways","number":"h1870"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and to walk","number":"h3212"},{"text":"him with all your heart","number":"h3824"},{"text":"But take diligent","number":"h3966"},{"text":"his commandments","number":"h4687"},{"text":"the commandment","number":"h4687"},{"text":"which Moses","number":"h4872"},{"text":"and with all your soul","number":"h5315"},{"text":"unto him and to serve","number":"h5647"},{"text":"the servant","number":"h5650"},{"text":"to do","number":"h6213"},{"text":"charged","number":"h6680"},{"text":"and to keep","number":"h8104"},{"text":"heed","number":"h8104"},{"text":"and the law","number":"h8451"}],"7":[{"text":"also unto their tents","number":"h168"},{"text":"their brethren","number":"h251"},{"text":"then he blessed","number":"h1288"},{"text":"possession in Bashan","number":"h1316"},{"text":"Now to the one half","number":"h2677"},{"text":"but unto the other half","number":"h2677"},{"text":"And when Joshua","number":"h3091"},{"text":"Joshua","number":"h3091"},{"text":"westward","number":"h3220"},{"text":"Jordan","number":"h3383"},{"text":"of Manasseh","number":"h4519"},{"text":"Moses","number":"h4872"},{"text":"had given","number":"h5414"},{"text":"thereof gave","number":"h5414"},{"text":"on this side","number":"h5676"},{"text":"among","number":"h5973"},{"text":"of the tribe","number":"h7626"},{"text":"sent them away","number":"h7971"}],"6":[{"text":"unto their tents","number":"h168"},{"text":"blessed","number":"h1288"},{"text":"So Joshua","number":"h3091"},{"text":"and they went","number":"h3212"},{"text":"them and sent them away","number":"h7971"}],"8":[{"text":"unto your tents","number":"h168"},{"text":"with your brethren","number":"h251"},{"text":"of your enemies","number":"h341"},{"text":"And he spake","number":"h559"},{"text":"unto them saying","number":"h559"},{"text":"and with iron","number":"h1270"},{"text":"and with gold","number":"h2091"},{"text":"divide","number":"h2505"},{"text":"with silver","number":"h3701"},{"text":"and with very","number":"h3966"},{"text":"and with very","number":"h3966"},{"text":"cattle","number":"h4735"},{"text":"and with brass","number":"h5178"},{"text":"riches","number":"h5233"},{"text":"much","number":"h7227"},{"text":"with much","number":"h7227"},{"text":"much","number":"h7235"},{"text":"Return","number":"h7725"},{"text":"the spoil","number":"h7998"},{"text":"raiment","number":"h8008"}],"4":[{"text":"you unto your tents","number":"h168"},{"text":"unto your brethren","number":"h251"},{"text":"of your possession","number":"h272"},{"text":"your God","number":"h430"},{"text":"and unto the land","number":"h776"},{"text":"as he promised","number":"h1696"},{"text":"And now the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"ye and get","number":"h3212"},{"text":"Jordan","number":"h3383"},{"text":"which Moses","number":"h4872"},{"text":"hath given rest","number":"h5117"},{"text":"gave","number":"h5414"},{"text":"the servant","number":"h5650"},{"text":"you on the other side","number":"h5676"},{"text":"them therefore now return","number":"h6437"}],"31":[{"text":"now","number":"h227"},{"text":"of Eleazar","number":"h499"},{"text":"said","number":"h559"},{"text":"and to the children","number":"h1121"},{"text":"and to the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"unto the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"out of the hand","number":"h3027"},{"text":"we perceive","number":"h3045"},{"text":"against the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"that the LORD","number":"h3068"},{"text":"This day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"the priest","number":"h3548"},{"text":"of Manasseh","number":"h4519"},{"text":"us because ye have not committed","number":"h4603"},{"text":"this trespass","number":"h4604"},{"text":"ye have delivered","number":"h5337"},{"text":"And Phinehas","number":"h6372"},{"text":"of Reuben","number":"h7205"},{"text":"is among","number":"h8432"}],"3":[{"text":"your brethren","number":"h251"},{"text":"your God","number":"h430"},{"text":"of the LORD","number":"h3068"},{"text":"days","number":"h3117"},{"text":"unto this day","number":"h3117"},{"text":"of the commandment","number":"h4687"},{"text":"the charge","number":"h4931"},{"text":"Ye have not left","number":"h5800"},{"text":"these many","number":"h7227"},{"text":"but have kept","number":"h8104"}],"20":[{"text":"not alone","number":"h259"},{"text":"and that man","number":"h376"},{"text":"the son","number":"h1121"},{"text":"perished","number":"h1478"},{"text":"fell","number":"h1961"},{"text":"of Zerah","number":"h2226"},{"text":"in the accursed thing","number":"h2764"},{"text":"of Israel","number":"h3478"},{"text":"commit","number":"h4603"},{"text":"a trespass","number":"h4604"},{"text":"on all the congregation","number":"h5712"},{"text":"in his iniquity","number":"h5771"},{"text":"Did not Achan","number":"h5912"},{"text":"and wrath","number":"h7110"}],"19":[{"text":"and take possession","number":"h270"},{"text":"of the possession","number":"h272"},{"text":"of your possession","number":"h272"},{"text":"Notwithstanding","number":"h389"},{"text":"nor","number":"h408"},{"text":"our God","number":"h430"},{"text":"if the land","number":"h776"},{"text":"unto the land","number":"h776"},{"text":"beside","number":"h1107"},{"text":"against us in building","number":"h1129"},{"text":"be unclean","number":"h2931"},{"text":"not against the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"wherein the LORD'S","number":"h3068"},{"text":"the altar","number":"h4196"},{"text":"you an altar","number":"h4196"},{"text":"rebel","number":"h4775"},{"text":"us but rebel","number":"h4775"},{"text":"tabernacle","number":"h4908"},{"text":"then pass ye over","number":"h5674"},{"text":"dwelleth","number":"h7931"},{"text":"among","number":"h8432"}],"9":[{"text":"whereof they were possessed","number":"h270"},{"text":"of their possession","number":"h272"},{"text":"to the land","number":"h776"},{"text":"unto the country","number":"h776"},{"text":"which is in the land","number":"h776"},{"text":"And the children","number":"h1121"},{"text":"and the children","number":"h1121"},{"text":"from the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"of Gilead","number":"h1568"},{"text":"and the half","number":"h2677"},{"text":"by the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"and departed","number":"h3212"},{"text":"to go","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"of Canaan","number":"h3667"},{"text":"of Manasseh","number":"h4519"},{"text":"of Moses","number":"h4872"},{"text":"according to the word","number":"h6310"},{"text":"of Reuben","number":"h7205"},{"text":"tribe","number":"h7626"},{"text":"returned","number":"h7725"},{"text":"out of Shiloh","number":"h7887"}],"27":[{"text":"after","number":"h310"},{"text":"may not say","number":"h559"},{"text":"that your children","number":"h1121"},{"text":"to our children","number":"h1121"},{"text":"between us and you and our generations","number":"h1755"},{"text":"and with our sacrifices","number":"h2077"},{"text":"Ye have no part","number":"h2506"},{"text":"in the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"in time to come","number":"h4279"},{"text":"us that we might do","number":"h5647"},{"text":"the service","number":"h5656"},{"text":"But that it may be a witness","number":"h5707"},{"text":"him with our burnt offerings","number":"h5930"},{"text":"before","number":"h6440"},{"text":"and with our peace offerings","number":"h8002"}],"16":[{"text":"from following","number":"h310"},{"text":"against the God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"in that ye have builded","number":"h1129"},{"text":"against the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"this day","number":"h3117"},{"text":"this day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"you an altar","number":"h4196"},{"text":"is this that ye have committed","number":"h4603"},{"text":"What trespass","number":"h4604"},{"text":"that ye might rebel","number":"h4775"},{"text":"the whole congregation","number":"h5712"},{"text":"to turn away","number":"h7725"}],"18":[{"text":"from following","number":"h310"},{"text":"against the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"this day","number":"h3117"},{"text":"to day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"that to morrow","number":"h4279"},{"text":"and it will be seeing ye rebel","number":"h4775"},{"text":"with the whole congregation","number":"h5712"},{"text":"he will be wroth","number":"h7107"},{"text":"But that ye must turn away","number":"h7725"}],"23":[{"text":"from following","number":"h310"},{"text":"That we have built","number":"h1129"},{"text":"himself require","number":"h1245"},{"text":"offerings","number":"h2077"},{"text":"the LORD","number":"h3068"},{"text":"thereon let the LORD","number":"h3068"},{"text":"us an altar","number":"h4196"},{"text":"or meat offering","number":"h4503"},{"text":"or if to offer","number":"h5927"},{"text":"thereon burnt offering","number":"h5930"},{"text":"or if to offer","number":"h6213"},{"text":"to turn","number":"h7725"},{"text":"peace","number":"h8002"}],"29":[{"text":"from following","number":"h310"},{"text":"our God","number":"h430"},{"text":"to build","number":"h1129"},{"text":"or for sacrifices","number":"h2077"},{"text":"God forbid","number":"h2486"},{"text":"against the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"this day","number":"h3117"},{"text":"an altar","number":"h4196"},{"text":"beside the altar","number":"h4196"},{"text":"for meat offerings","number":"h4503"},{"text":"that we should rebel","number":"h4775"},{"text":"his tabernacle","number":"h4908"},{"text":"for burnt offerings","number":"h5930"},{"text":"that is before","number":"h6440"},{"text":"and turn","number":"h7725"}],"22":[{"text":"God","number":"h410"},{"text":"God","number":"h410"},{"text":"of gods","number":"h430"},{"text":"of gods","number":"h430"},{"text":"he knoweth","number":"h3045"},{"text":"he shall know","number":"h3045"},{"text":"The LORD","number":"h3068"},{"text":"against the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"us not this day","number":"h3117"},{"text":"save","number":"h3467"},{"text":"and Israel","number":"h3478"},{"text":"or if in transgression","number":"h4604"},{"text":"if it be in rebellion","number":"h4777"}],"24":[{"text":"God","number":"h430"},{"text":"might speak","number":"h559"},{"text":"saying","number":"h559"},{"text":"saying","number":"h559"},{"text":"unto our children","number":"h1121"},{"text":"your children","number":"h1121"},{"text":"it for fear","number":"h1674"},{"text":"of this thing","number":"h1697"},{"text":"What have ye to do with the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"In time to come","number":"h4279"},{"text":"And if we have not rather done","number":"h6213"}],"33":[{"text":"God","number":"h430"},{"text":"and did not intend","number":"h559"},{"text":"the land","number":"h776"},{"text":"and the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"wherein the children","number":"h1121"},{"text":"blessed","number":"h1288"},{"text":"and Gad","number":"h1410"},{"text":"And the thing","number":"h1697"},{"text":"pleased","number":"h3190"},{"text":"dwelt","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"to go up","number":"h5927"},{"text":"against them in battle","number":"h6635"},{"text":"of Reuben","number":"h7205"},{"text":"to destroy","number":"h7843"}],"34":[{"text":"is God","number":"h430"},{"text":"And the children","number":"h1121"},{"text":"and the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"between us that the LORD","number":"h3068"},{"text":"the altar","number":"h4196"},{"text":"Ed for it shall be a witness","number":"h5707"},{"text":"called","number":"h7121"},{"text":"of Reuben","number":"h7205"}],"13":[{"text":"of Eleazar","number":"h499"},{"text":"into the land","number":"h776"},{"text":"And the children","number":"h1121"},{"text":"and to the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"unto the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"of Gilead","number":"h1568"},{"text":"and to the half","number":"h2677"},{"text":"of Israel","number":"h3478"},{"text":"the priest","number":"h3548"},{"text":"of Manasseh","number":"h4519"},{"text":"Phinehas","number":"h6372"},{"text":"of Reuben","number":"h7205"},{"text":"tribe","number":"h7626"},{"text":"sent","number":"h7971"}],"32":[{"text":"of Eleazar","number":"h499"},{"text":"out of the land","number":"h776"},{"text":"unto the land","number":"h776"},{"text":"and from the children","number":"h1121"},{"text":"from the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"to the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"of Gilead","number":"h1568"},{"text":"them word","number":"h1697"},{"text":"of Israel","number":"h3478"},{"text":"the priest","number":"h3548"},{"text":"of Canaan","number":"h3667"},{"text":"and the princes","number":"h5387"},{"text":"And Phinehas","number":"h6372"},{"text":"of Reuben","number":"h7205"},{"text":"again","number":"h7725"},{"text":"and brought","number":"h7725"},{"text":"returned","number":"h7725"}],"21":[{"text":"of the thousands","number":"h505"},{"text":"Then the children","number":"h1121"},{"text":"and the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"and said","number":"h1696"},{"text":"and the half","number":"h2677"},{"text":"of Israel","number":"h3478"},{"text":"of Manasseh","number":"h4519"},{"text":"answered","number":"h6030"},{"text":"of Reuben","number":"h7205"},{"text":"unto the heads","number":"h7218"},{"text":"tribe","number":"h7626"}],"30":[{"text":"of the thousands","number":"h505"},{"text":"and the children","number":"h1121"},{"text":"and the children","number":"h1121"},{"text":"that the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"spake","number":"h1696"},{"text":"the words","number":"h1697"},{"text":"it pleased","number":"h3190"},{"text":"of Israel","number":"h3478"},{"text":"the priest","number":"h3548"},{"text":"of Manasseh","number":"h4519"},{"text":"and the princes","number":"h5387"},{"text":"of the congregation","number":"h5712"},{"text":"And when Phinehas","number":"h6372"},{"text":"of Reuben","number":"h7205"},{"text":"and heads","number":"h7218"},{"text":"which were with him heard","number":"h8085"}],"2":[{"text":"And said","number":"h559"},{"text":"of the LORD","number":"h3068"},{"text":"all that Moses","number":"h4872"},{"text":"the servant","number":"h5650"},{"text":"commanded","number":"h6680"},{"text":"in all that I commanded","number":"h6680"},{"text":"my voice","number":"h6963"},{"text":"you and have obeyed","number":"h8085"},{"text":"unto them Ye have kept","number":"h8104"}],"26":[{"text":"Therefore we said","number":"h559"},{"text":"to build","number":"h1129"},{"text":"nor for sacrifice","number":"h2077"},{"text":"us an altar","number":"h4196"},{"text":"not for burnt offering","number":"h5930"},{"text":"Let us now prepare","number":"h6213"}],"11":[{"text":"say","number":"h559"},{"text":"the land","number":"h776"},{"text":"And the children","number":"h1121"},{"text":"Behold the children","number":"h1121"},{"text":"and the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"have built","number":"h1129"},{"text":"of Gad","number":"h1410"},{"text":"in the borders","number":"h1552"},{"text":"and the half","number":"h2677"},{"text":"of Jordan","number":"h3383"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of Canaan","number":"h3667"},{"text":"over against","number":"h4136"},{"text":"an altar","number":"h4196"},{"text":"of Manasseh","number":"h4519"},{"text":"at the passage","number":"h5676"},{"text":"of Reuben","number":"h7205"},{"text":"tribe","number":"h7626"},{"text":"heard","number":"h8085"}],"15":[{"text":"with them saying","number":"h559"},{"text":"unto the land","number":"h776"},{"text":"And they came","number":"h935"},{"text":"and to the children","number":"h1121"},{"text":"unto the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"of Gilead","number":"h1568"},{"text":"and they spake","number":"h1696"},{"text":"and to the half","number":"h2677"},{"text":"of Manasseh","number":"h4519"},{"text":"of Reuben","number":"h7205"},{"text":"tribe","number":"h7626"}],"10":[{"text":"that are in the land","number":"h776"},{"text":"And when they came","number":"h935"},{"text":"and the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"built","number":"h1129"},{"text":"of Gad","number":"h1410"},{"text":"a great","number":"h1419"},{"text":"unto the borders","number":"h1552"},{"text":"and the half","number":"h2677"},{"text":"by Jordan","number":"h3383"},{"text":"of Jordan","number":"h3383"},{"text":"of Canaan","number":"h3667"},{"text":"altar","number":"h4196"},{"text":"there an altar","number":"h4196"},{"text":"of Manasseh","number":"h4519"},{"text":"to see to","number":"h4758"},{"text":"of Reuben","number":"h7205"},{"text":"tribe","number":"h7626"}],"25":[{"text":"from","number":"h1115"},{"text":"and children","number":"h1121"},{"text":"between us and you ye children","number":"h1121"},{"text":"our children","number":"h1121"},{"text":"so shall your children","number":"h1121"},{"text":"a border","number":"h1366"},{"text":"of Gad","number":"h1410"},{"text":"ye have no part","number":"h2506"},{"text":"For the LORD","number":"h3068"},{"text":"in the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"fearing","number":"h3372"},{"text":"Jordan","number":"h3383"},{"text":"hath made","number":"h5414"},{"text":"of Reuben","number":"h7205"},{"text":"cease","number":"h7673"},{"text":"make","number":"h7673"}],"12":[{"text":"And when the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of it the whole congregation","number":"h5712"},{"text":"to go up","number":"h5927"},{"text":"to war","number":"h6635"},{"text":"gathered themselves together","number":"h6950"},{"text":"at Shiloh","number":"h7887"},{"text":"heard","number":"h8085"}],"1":[{"text":"and the Gadites","number":"h1425"},{"text":"and the half","number":"h2677"},{"text":"Then Joshua","number":"h3091"},{"text":"tribe","number":"h4294"},{"text":"of Manasseh","number":"h4519"},{"text":"called","number":"h7121"},{"text":"the Reubenites","number":"h7206"}],"17":[{"text":"for us from which we are not cleansed","number":"h2891"},{"text":"of the LORD","number":"h3068"},{"text":"until this day","number":"h3117"},{"text":"too little","number":"h4592"},{"text":"although there was a plague","number":"h5063"},{"text":"in the congregation","number":"h5712"},{"text":"Is the iniquity","number":"h5771"},{"text":"of Peor","number":"h6465"}]}
@@ -0,0 +1 @@
1
+ {"16":[{"text":"against you and ye shall perish","number":"h6"},{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"your God","number":"h430"},{"text":"yourselves to them then shall the anger","number":"h639"},{"text":"land","number":"h776"},{"text":"the covenant","number":"h1285"},{"text":"you and have gone","number":"h1980"},{"text":"be kindled","number":"h2734"},{"text":"from off the good","number":"h2896"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"quickly","number":"h4120"},{"text":"which he hath given","number":"h5414"},{"text":"and served","number":"h5647"},{"text":"When ye have transgressed","number":"h5674"},{"text":"which he commanded","number":"h6680"},{"text":"and bowed","number":"h7812"}],"13":[{"text":"until ye perish","number":"h6"},{"text":"land","number":"h127"},{"text":"your God","number":"h430"},{"text":"your God","number":"h430"},{"text":"any of these nations","number":"h1471"},{"text":"from off this good","number":"h2896"},{"text":"Know","number":"h3045"},{"text":"for a certainty","number":"h3045"},{"text":"that the LORD","number":"h3068"},{"text":"which the LORD","number":"h3068"},{"text":"will no more","number":"h3254"},{"text":"drive out","number":"h3423"},{"text":"and traps","number":"h4170"},{"text":"hath given","number":"h5414"},{"text":"in your eyes","number":"h5869"},{"text":"you but they shall be snares","number":"h6341"},{"text":"from before","number":"h6440"},{"text":"in your sides","number":"h6654"},{"text":"and thorns","number":"h6796"},{"text":"unto you and scourges","number":"h7850"}],"15":[{"text":"land","number":"h127"},{"text":"your God","number":"h430"},{"text":"your God","number":"h430"},{"text":"are come","number":"h935"},{"text":"bring","number":"h935"},{"text":"promised","number":"h1696"},{"text":"things","number":"h1697"},{"text":"things","number":"h1697"},{"text":"Therefore it shall come to pass that as all good","number":"h2896"},{"text":"you from off this good","number":"h2896"},{"text":"upon you which the LORD","number":"h3068"},{"text":"which the LORD","number":"h3068"},{"text":"you so shall the LORD","number":"h3068"},{"text":"hath given","number":"h5414"},{"text":"upon you all evil","number":"h7451"},{"text":"until he have destroyed","number":"h8045"}],"11":[{"text":"that ye love","number":"h157"},{"text":"your God","number":"h430"},{"text":"the LORD","number":"h3068"},{"text":"Take good","number":"h3966"},{"text":"therefore unto yourselves","number":"h5315"},{"text":"heed","number":"h8104"}],"10":[{"text":"One","number":"h259"},{"text":"man","number":"h376"},{"text":"your God","number":"h430"},{"text":"a thousand","number":"h505"},{"text":"for you as he hath promised","number":"h1696"},{"text":"for the LORD","number":"h3068"},{"text":"he it is that fighteth","number":"h3898"},{"text":"of you shall chase","number":"h7291"}],"14":[{"text":"that not one","number":"h259"},{"text":"unto you and not one","number":"h259"},{"text":"your God","number":"h430"},{"text":"of all the earth","number":"h776"},{"text":"concerning you all are come to pass","number":"h935"},{"text":"spake","number":"h1696"},{"text":"thing","number":"h1697"},{"text":"thing","number":"h1697"},{"text":"things","number":"h1697"},{"text":"the way","number":"h1870"},{"text":"I am going","number":"h1980"},{"text":"of all the good","number":"h2896"},{"text":"and ye know","number":"h3045"},{"text":"which the LORD","number":"h3068"},{"text":"And behold this day","number":"h3117"},{"text":"in all your hearts","number":"h3824"},{"text":"hath failed","number":"h5307"},{"text":"hath failed","number":"h5307"},{"text":"and in all your souls","number":"h5315"}],"1":[{"text":"after","number":"h310"},{"text":"from all their enemies","number":"h341"},{"text":"and stricken","number":"h935"},{"text":"waxed old","number":"h2204"},{"text":"that the LORD","number":"h3068"},{"text":"that Joshua","number":"h3091"},{"text":"in age","number":"h3117"},{"text":"time","number":"h3117"},{"text":"unto Israel","number":"h3478"},{"text":"had given rest","number":"h5117"},{"text":"round about","number":"h5439"},{"text":"And it came to pass a long","number":"h7227"}],"9":[{"text":"but as for you no man","number":"h376"},{"text":"you great","number":"h1419"},{"text":"nations","number":"h1471"},{"text":"For the LORD","number":"h3068"},{"text":"you unto this day","number":"h3117"},{"text":"hath driven out","number":"h3423"},{"text":"hath been able to stand","number":"h5975"},{"text":"and strong","number":"h6099"},{"text":"before","number":"h6440"},{"text":"from before","number":"h6440"}],"7":[{"text":"of their gods","number":"h430"},{"text":"That ye come","number":"h935"},{"text":"not among these nations","number":"h1471"},{"text":"among you neither make mention","number":"h2142"},{"text":"by them neither serve","number":"h5647"},{"text":"these that remain","number":"h7604"},{"text":"nor cause to swear","number":"h7650"},{"text":"them nor bow","number":"h7812"},{"text":"of the name","number":"h8034"}],"3":[{"text":"your God","number":"h430"},{"text":"your God","number":"h430"},{"text":"unto all these nations","number":"h1471"},{"text":"all that the LORD","number":"h3068"},{"text":"of you for the LORD","number":"h3068"},{"text":"is he that hath fought","number":"h3898"},{"text":"hath done","number":"h6213"},{"text":"because","number":"h6440"},{"text":"And ye have seen","number":"h7200"}],"5":[{"text":"your God","number":"h430"},{"text":"your God","number":"h430"},{"text":"their land","number":"h776"},{"text":"hath promised","number":"h1696"},{"text":"he shall expel","number":"h1920"},{"text":"And the LORD","number":"h3068"},{"text":"as the LORD","number":"h3068"},{"text":"and ye shall possess","number":"h3423"},{"text":"you and drive","number":"h3423"},{"text":"them from before","number":"h6440"},{"text":"them from out of your sight","number":"h6440"}],"8":[{"text":"your God","number":"h430"},{"text":"But cleave","number":"h1692"},{"text":"unto the LORD","number":"h3068"},{"text":"unto this day","number":"h3117"},{"text":"as ye have done","number":"h6213"}],"2":[{"text":"and said","number":"h559"},{"text":"and stricken","number":"h935"},{"text":"unto them I am old","number":"h2204"},{"text":"and for their elders","number":"h2205"},{"text":"And Joshua","number":"h3091"},{"text":"in age","number":"h3117"},{"text":"for all Israel","number":"h3478"},{"text":"called","number":"h7121"},{"text":"and for their heads","number":"h7218"},{"text":"and for their officers","number":"h7860"},{"text":"and for their judges","number":"h8199"}],"12":[{"text":"with them and go in","number":"h935"},{"text":"of these nations","number":"h1471"},{"text":"and cleave","number":"h1692"},{"text":"among you and shall make marriages","number":"h2859"},{"text":"unto the remnant","number":"h3499"},{"text":"even these that remain","number":"h7604"},{"text":"Else if ye do in any wise","number":"h7725"},{"text":"go back","number":"h7725"}],"4":[{"text":"even unto the great","number":"h1419"},{"text":"unto you by lot these nations","number":"h1471"},{"text":"with all the nations","number":"h1471"},{"text":"sea","number":"h3220"},{"text":"from Jordan","number":"h3383"},{"text":"that I have cut off","number":"h3772"},{"text":"westward","number":"h3996"},{"text":"to be an inheritance","number":"h5159"},{"text":"I have divided","number":"h5307"},{"text":"Behold","number":"h7200"},{"text":"that remain","number":"h7604"},{"text":"for your tribes","number":"h7626"}],"6":[{"text":"courageous","number":"h2388"},{"text":"not aside therefrom to the right hand","number":"h3225"},{"text":"all that is written","number":"h3789"},{"text":"Be ye therefore very","number":"h3966"},{"text":"of Moses","number":"h4872"},{"text":"that ye turn","number":"h5493"},{"text":"in the book","number":"h5612"},{"text":"and to do","number":"h6213"},{"text":"or to the left","number":"h8040"},{"text":"to keep","number":"h8104"},{"text":"of the law","number":"h8451"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"Your fathers","number":"h1"},{"text":"and the father","number":"h1"},{"text":"the father","number":"h1"},{"text":"of Abraham","number":"h85"},{"text":"other","number":"h312"},{"text":"God","number":"h430"},{"text":"gods","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"said","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"dwelt","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"of the flood","number":"h5104"},{"text":"of Nachor","number":"h5152"},{"text":"and they served","number":"h5647"},{"text":"on the other side","number":"h5676"},{"text":"in old time","number":"h5769"},{"text":"unto all the people","number":"h5971"},{"text":"even Terah","number":"h8646"}],"17":[{"text":"and our fathers","number":"h1"},{"text":"signs","number":"h226"},{"text":"our God","number":"h430"},{"text":"out of the land","number":"h776"},{"text":"from the house","number":"h1004"},{"text":"those great","number":"h1419"},{"text":"us in all the way","number":"h1870"},{"text":"wherein we went","number":"h1980"},{"text":"For the LORD","number":"h3068"},{"text":"of Egypt","number":"h4714"},{"text":"of bondage","number":"h5650"},{"text":"whom we passed","number":"h5674"},{"text":"in our sight","number":"h5869"},{"text":"he it is that brought us up","number":"h5927"},{"text":"and among all the people","number":"h5971"},{"text":"and which did","number":"h6213"},{"text":"through","number":"h7130"},{"text":"and preserved","number":"h8104"}],"32":[{"text":"the father","number":"h1"},{"text":"of the children","number":"h1121"},{"text":"of the sons","number":"h1121"},{"text":"which the children","number":"h1121"},{"text":"in a parcel","number":"h2513"},{"text":"of Hamor","number":"h2544"},{"text":"of Joseph","number":"h3130"},{"text":"of Joseph","number":"h3130"},{"text":"which Jacob","number":"h3290"},{"text":"of Israel","number":"h3478"},{"text":"for an hundred","number":"h3967"},{"text":"out of Egypt","number":"h4714"},{"text":"and it became the inheritance","number":"h5159"},{"text":"brought up","number":"h5927"},{"text":"And the bones","number":"h6106"},{"text":"buried","number":"h6912"},{"text":"bought","number":"h7069"},{"text":"pieces of silver","number":"h7192"},{"text":"of ground","number":"h7704"},{"text":"of Shechem","number":"h7927"},{"text":"they in Shechem","number":"h7927"}],"14":[{"text":"which your fathers","number":"h1"},{"text":"the gods","number":"h430"},{"text":"and in truth","number":"h571"},{"text":"the LORD","number":"h3068"},{"text":"ye the LORD","number":"h3068"},{"text":"Now therefore fear","number":"h3372"},{"text":"and in Egypt","number":"h4714"},{"text":"of the flood","number":"h5104"},{"text":"and put away","number":"h5493"},{"text":"and serve","number":"h5647"},{"text":"and serve","number":"h5647"},{"text":"served","number":"h5647"},{"text":"on the other side","number":"h5676"},{"text":"him in sincerity","number":"h8549"}],"15":[{"text":"which your fathers","number":"h1"},{"text":"or the gods","number":"h430"},{"text":"whether the gods","number":"h430"},{"text":"of the Amorites","number":"h567"},{"text":"in whose land","number":"h776"},{"text":"choose","number":"h977"},{"text":"but as for me and my house","number":"h1004"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"you this day","number":"h3117"},{"text":"ye dwell","number":"h3427"},{"text":"unto you","number":"h4310"},{"text":"of the flood","number":"h5104"},{"text":"served","number":"h5647"},{"text":"to serve","number":"h5647"},{"text":"we will serve","number":"h5647"},{"text":"ye will serve","number":"h5647"},{"text":"that were on the other side","number":"h5676"},{"text":"whom","number":"h5869"},{"text":"And if it seem evil","number":"h7489"}],"3":[{"text":"your father","number":"h1"},{"text":"Abraham","number":"h85"},{"text":"him throughout all the land","number":"h776"},{"text":"his seed","number":"h2233"},{"text":"and led","number":"h3212"},{"text":"him Isaac","number":"h3327"},{"text":"of Canaan","number":"h3667"},{"text":"And I took","number":"h3947"},{"text":"of the flood","number":"h5104"},{"text":"and gave","number":"h5414"},{"text":"from the other side","number":"h5676"},{"text":"and multiplied","number":"h7235"}],"6":[{"text":"your fathers","number":"h1"},{"text":"your fathers","number":"h1"},{"text":"after","number":"h310"},{"text":"and ye came","number":"h935"},{"text":"sea","number":"h3220"},{"text":"unto the sea","number":"h3220"},{"text":"And I brought","number":"h3318"},{"text":"and the Egyptians","number":"h4714"},{"text":"out of Egypt","number":"h4714"},{"text":"unto the Red","number":"h5488"},{"text":"and horsemen","number":"h6571"},{"text":"pursued","number":"h7291"},{"text":"with chariots","number":"h7393"}],"10":[{"text":"But I would","number":"h14"},{"text":"unto Balaam","number":"h1109"},{"text":"therefore he blessed","number":"h1288"},{"text":"you still","number":"h1288"},{"text":"you out of his hand","number":"h3027"},{"text":"so I delivered","number":"h5337"},{"text":"not hearken","number":"h8085"}],"27":[{"text":"Behold this stone","number":"h68"},{"text":"your God","number":"h430"},{"text":"said","number":"h559"},{"text":"all the words","number":"h561"},{"text":"which he spake","number":"h1696"},{"text":"of the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"unto you lest ye deny","number":"h3584"},{"text":"shall be a witness","number":"h5713"},{"text":"unto us it shall be therefore a witness","number":"h5713"},{"text":"unto all the people","number":"h5971"},{"text":"unto us for it hath heard","number":"h8085"}],"26":[{"text":"stone","number":"h68"},{"text":"there under an oak","number":"h427"},{"text":"of God","number":"h430"},{"text":"a great","number":"h1419"},{"text":"these words","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"wrote","number":"h3789"},{"text":"and took","number":"h3947"},{"text":"that was by the sanctuary","number":"h4720"},{"text":"in the book","number":"h5612"},{"text":"and set it up","number":"h6965"},{"text":"of the law","number":"h8451"}],"5":[{"text":"also and Aaron","number":"h175"},{"text":"them and afterward","number":"h310"},{"text":"according to that which","number":"h834"},{"text":"I brought you out","number":"h3318"},{"text":"Egypt","number":"h4714"},{"text":"Moses","number":"h4872"},{"text":"and I plagued","number":"h5062"},{"text":"I did","number":"h6213"},{"text":"among","number":"h7130"},{"text":"I sent","number":"h7971"}],"33":[{"text":"of Aaron","number":"h175"},{"text":"And Eleazar","number":"h499"},{"text":"Ephraim","number":"h669"},{"text":"his son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"him in a hill","number":"h1389"},{"text":"him in mount","number":"h2022"},{"text":"died","number":"h4191"},{"text":"which was given","number":"h5414"},{"text":"that pertained to Phinehas","number":"h6372"},{"text":"and they buried","number":"h6912"}],"29":[{"text":"And it came to pass after","number":"h310"},{"text":"old","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"these things","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"that Joshua","number":"h3091"},{"text":"being an hundred","number":"h3967"},{"text":"died","number":"h4191"},{"text":"of Nun","number":"h5126"},{"text":"the servant","number":"h5650"},{"text":"and ten","number":"h6235"},{"text":"years","number":"h8141"}],"20":[{"text":"you after","number":"h310"},{"text":"gods","number":"h430"},{"text":"the LORD","number":"h3068"},{"text":"that he hath done you good","number":"h3190"},{"text":"and consume","number":"h3615"},{"text":"strange","number":"h5236"},{"text":"and serve","number":"h5647"},{"text":"If ye forsake","number":"h5800"},{"text":"and do you hurt","number":"h7489"},{"text":"then he will turn","number":"h7725"}],"16":[{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"and said","number":"h559"},{"text":"God forbid","number":"h2486"},{"text":"the LORD","number":"h3068"},{"text":"to serve","number":"h5647"},{"text":"that we should forsake","number":"h5800"},{"text":"And the people","number":"h5971"},{"text":"answered","number":"h6030"}],"28":[{"text":"every man","number":"h376"},{"text":"So Joshua","number":"h3091"},{"text":"unto his inheritance","number":"h5159"},{"text":"let the people","number":"h5971"},{"text":"depart","number":"h7971"}],"13":[{"text":"not do ye eat","number":"h398"},{"text":"you a land","number":"h776"},{"text":"which ye built","number":"h1129"},{"text":"and oliveyards","number":"h2132"},{"text":"for which ye did not labour","number":"h3021"},{"text":"not and ye dwell","number":"h3427"},{"text":"in them of the vineyards","number":"h3754"},{"text":"which ye planted","number":"h5193"},{"text":"And I have given","number":"h5414"},{"text":"and cities","number":"h5892"}],"19":[{"text":"God","number":"h410"},{"text":"God","number":"h430"},{"text":"said","number":"h559"},{"text":"nor your sins","number":"h2403"},{"text":"the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"Ye cannot","number":"h3201"},{"text":"he will not forgive","number":"h5375"},{"text":"serve","number":"h5647"},{"text":"unto the people","number":"h5971"},{"text":"your transgressions","number":"h6588"},{"text":"for he is an holy","number":"h6918"},{"text":"he is a jealous","number":"h7072"}],"1":[{"text":"God","number":"h430"},{"text":"gathered","number":"h622"},{"text":"for the elders","number":"h2205"},{"text":"And Joshua","number":"h3091"},{"text":"and they presented","number":"h3320"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"themselves before","number":"h6440"},{"text":"and called","number":"h7121"},{"text":"and for their heads","number":"h7218"},{"text":"all the tribes","number":"h7626"},{"text":"and for their officers","number":"h7860"},{"text":"to Shechem","number":"h7927"},{"text":"and for their judges","number":"h8199"}],"23":[{"text":"God","number":"h430"},{"text":"gods","number":"h430"},{"text":"unto the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"your heart","number":"h3824"},{"text":"you and incline","number":"h5186"},{"text":"said he the strange","number":"h5236"},{"text":"Now therefore put away","number":"h5493"},{"text":"which are among","number":"h7130"}],"18":[{"text":"for he is our God","number":"h430"},{"text":"even the Amorites","number":"h567"},{"text":"in the land","number":"h776"},{"text":"drave out","number":"h1644"},{"text":"And the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"which dwelt","number":"h3427"},{"text":"therefore will we also serve","number":"h5647"},{"text":"us all the people","number":"h5971"},{"text":"from before","number":"h6440"}],"24":[{"text":"our God","number":"h430"},{"text":"said","number":"h559"},{"text":"The LORD","number":"h3068"},{"text":"unto Joshua","number":"h3091"},{"text":"will we serve","number":"h5647"},{"text":"And the people","number":"h5971"},{"text":"and his voice","number":"h6963"},{"text":"will we obey","number":"h8085"}],"22":[{"text":"him And they said","number":"h559"},{"text":"said","number":"h559"},{"text":"against yourselves that ye have chosen","number":"h977"},{"text":"you the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"to serve","number":"h5647"},{"text":"We are witnesses","number":"h5707"},{"text":"Ye are witnesses","number":"h5707"},{"text":"unto the people","number":"h5971"}],"21":[{"text":"said","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"unto Joshua","number":"h3091"},{"text":"Nay but we will serve","number":"h5647"},{"text":"And the people","number":"h5971"}],"11":[{"text":"against you the Amorites","number":"h567"},{"text":"and came","number":"h935"},{"text":"and the men","number":"h1167"},{"text":"and the Girgashites","number":"h1622"},{"text":"the Hivites","number":"h2340"},{"text":"and the Hittites","number":"h2850"},{"text":"and the Jebusites","number":"h2983"},{"text":"them into your hand","number":"h3027"},{"text":"Jordan","number":"h3383"},{"text":"of Jericho","number":"h3405"},{"text":"unto Jericho","number":"h3405"},{"text":"and the Canaanites","number":"h3669"},{"text":"fought","number":"h3898"},{"text":"and I delivered","number":"h5414"},{"text":"And ye went over","number":"h5674"},{"text":"and the Perizzites","number":"h6522"}],"12":[{"text":"of the Amorites","number":"h567"},{"text":"you which drave them out","number":"h1644"},{"text":"but not with thy sword","number":"h2719"},{"text":"kings","number":"h4428"},{"text":"before","number":"h6440"},{"text":"from before","number":"h6440"},{"text":"the hornet","number":"h6880"},{"text":"nor with thy bow","number":"h7198"},{"text":"And I sent","number":"h7971"},{"text":"you even the two","number":"h8147"}],"8":[{"text":"of the Amorites","number":"h567"},{"text":"their land","number":"h776"},{"text":"you into the land","number":"h776"},{"text":"And I brought","number":"h935"},{"text":"them into your hand","number":"h3027"},{"text":"Jordan","number":"h3383"},{"text":"that ye might possess","number":"h3423"},{"text":"which dwelt","number":"h3427"},{"text":"and they fought","number":"h3898"},{"text":"with you and I gave","number":"h5414"},{"text":"on the other side","number":"h5676"},{"text":"them from before","number":"h6440"},{"text":"and I destroyed","number":"h8045"}],"30":[{"text":"Ephraim","number":"h669"},{"text":"him in the border","number":"h1366"},{"text":"of Gaash","number":"h1608"},{"text":"of the hill","number":"h2022"},{"text":"which is in mount","number":"h2022"},{"text":"of his inheritance","number":"h5159"},{"text":"on the north side","number":"h6828"},{"text":"And they buried","number":"h6912"},{"text":"in Timnathserah","number":"h8556"}],"31":[{"text":"that overlived","number":"h748"},{"text":"of the elders","number":"h2205"},{"text":"and which had known","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"Joshua","number":"h3091"},{"text":"of Joshua","number":"h3091"},{"text":"all the days","number":"h3117"},{"text":"and all the days","number":"h3117"},{"text":"And Israel","number":"h3478"},{"text":"for Israel","number":"h3478"},{"text":"all the works","number":"h4639"},{"text":"served","number":"h5647"},{"text":"that he had done","number":"h6213"}],"7":[{"text":"and brought","number":"h935"},{"text":"unto the LORD","number":"h3068"},{"text":"season","number":"h3117"},{"text":"the sea","number":"h3220"},{"text":"and ye dwelt","number":"h3427"},{"text":"upon them and covered","number":"h3680"},{"text":"darkness","number":"h3990"},{"text":"in the wilderness","number":"h4057"},{"text":"between you and the Egyptians","number":"h4713"},{"text":"in Egypt","number":"h4714"},{"text":"them and your eyes","number":"h5869"},{"text":"what I have done","number":"h6213"},{"text":"And when they cried","number":"h6817"},{"text":"have seen","number":"h7200"},{"text":"a long","number":"h7227"},{"text":"he put","number":"h7760"}],"9":[{"text":"Balaam","number":"h1109"},{"text":"Then Balak","number":"h1111"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Beor","number":"h1160"},{"text":"against Israel","number":"h3478"},{"text":"and warred","number":"h3898"},{"text":"of Moab","number":"h4124"},{"text":"king","number":"h4428"},{"text":"of Zippor","number":"h6834"},{"text":"arose","number":"h6965"},{"text":"to curse","number":"h7043"},{"text":"and called","number":"h7121"},{"text":"and sent","number":"h7971"}],"4":[{"text":"and his children","number":"h1121"},{"text":"mount","number":"h2022"},{"text":"Jacob","number":"h3290"},{"text":"it but Jacob","number":"h3290"},{"text":"unto Isaac","number":"h3327"},{"text":"went down","number":"h3381"},{"text":"to possess","number":"h3423"},{"text":"into Egypt","number":"h4714"},{"text":"And I gave","number":"h5414"},{"text":"and I gave","number":"h5414"},{"text":"and Esau","number":"h6215"},{"text":"unto Esau","number":"h6215"},{"text":"Seir","number":"h8165"}],"25":[{"text":"a covenant","number":"h1285"},{"text":"them a statute","number":"h2706"},{"text":"So Joshua","number":"h3091"},{"text":"that day","number":"h3117"},{"text":"made","number":"h3772"},{"text":"and an ordinance","number":"h4941"},{"text":"with the people","number":"h5971"},{"text":"and set","number":"h7760"},{"text":"in Shechem","number":"h7927"}]}
@@ -0,0 +1 @@
1
+ {"11":[{"text":"of the Lord","number":"h113"},{"text":"Behold the ark","number":"h727"},{"text":"of all the earth","number":"h776"},{"text":"of the covenant","number":"h1285"},{"text":"you into Jordan","number":"h3383"},{"text":"passeth over","number":"h5674"},{"text":"before","number":"h6440"}],"13":[{"text":"the Lord","number":"h113"},{"text":"upon an","number":"h259"},{"text":"the ark","number":"h727"},{"text":"of all the earth","number":"h776"},{"text":"of the LORD","number":"h3068"},{"text":"that come down","number":"h3381"},{"text":"of Jordan","number":"h3383"},{"text":"of Jordan","number":"h3383"},{"text":"of the priests","number":"h3548"},{"text":"And it shall come to pass as soon as the soles","number":"h3709"},{"text":"shall be cut off","number":"h3772"},{"text":"from the waters","number":"h4325"},{"text":"in the waters","number":"h4325"},{"text":"that the waters","number":"h4325"},{"text":"from above","number":"h4605"},{"text":"heap","number":"h5067"},{"text":"shall rest","number":"h5117"},{"text":"that bear","number":"h5375"},{"text":"and they shall stand","number":"h5975"},{"text":"of the feet","number":"h7272"}],"16":[{"text":"Adam","number":"h121"},{"text":"upon an","number":"h259"},{"text":"sea","number":"h3220"},{"text":"toward the sea","number":"h3220"},{"text":"and those that came down","number":"h3381"},{"text":"which came down","number":"h3381"},{"text":"right against Jericho","number":"h3405"},{"text":"and were cut off","number":"h3772"},{"text":"very","number":"h3966"},{"text":"That the waters","number":"h4325"},{"text":"even the salt","number":"h4417"},{"text":"from above","number":"h4605"},{"text":"heap","number":"h5067"},{"text":"passed over","number":"h5674"},{"text":"from the city","number":"h5892"},{"text":"and the people","number":"h5971"},{"text":"stood","number":"h5975"},{"text":"of the plain","number":"h6160"},{"text":"that is beside","number":"h6654"},{"text":"Zaretan","number":"h6891"},{"text":"and rose up","number":"h6965"},{"text":"far","number":"h7368"},{"text":"failed","number":"h8552"}],"14":[{"text":"from their tents","number":"h168"},{"text":"the ark","number":"h727"},{"text":"of the covenant","number":"h1285"},{"text":"Jordan","number":"h3383"},{"text":"and the priests","number":"h3548"},{"text":"removed","number":"h5265"},{"text":"bearing","number":"h5375"},{"text":"to pass over","number":"h5674"},{"text":"And it came to pass when the people","number":"h5971"},{"text":"the people","number":"h5971"},{"text":"before","number":"h6440"}],"12":[{"text":"out of every","number":"h259"},{"text":"a man","number":"h376"},{"text":"men","number":"h376"},{"text":"of Israel","number":"h3478"},{"text":"Now therefore take","number":"h3947"},{"text":"out of the tribes","number":"h7626"},{"text":"tribe","number":"h7626"},{"text":"you twelve","number":"h8147"}],"3":[{"text":"after","number":"h310"},{"text":"your God","number":"h430"},{"text":"saying","number":"h559"},{"text":"the ark","number":"h727"},{"text":"of the covenant","number":"h1285"},{"text":"and go","number":"h1980"},{"text":"of the LORD","number":"h3068"},{"text":"and the priests","number":"h3548"},{"text":"the Levites","number":"h3881"},{"text":"from your place","number":"h4725"},{"text":"it then ye shall remove","number":"h5265"},{"text":"bearing","number":"h5375"},{"text":"the people","number":"h5971"},{"text":"And they commanded","number":"h6680"},{"text":"When ye see","number":"h7200"}],"10":[{"text":"God","number":"h410"},{"text":"said","number":"h559"},{"text":"and the Amorites","number":"h567"},{"text":"and the Girgashites","number":"h1622"},{"text":"and the Hivites","number":"h2340"},{"text":"that the living","number":"h2416"},{"text":"and the Hittites","number":"h2850"},{"text":"and the Jebusites","number":"h2983"},{"text":"Hereby ye shall know","number":"h3045"},{"text":"And Joshua","number":"h3091"},{"text":"drive out","number":"h3423"},{"text":"you and that he will without fail","number":"h3423"},{"text":"you the Canaanites","number":"h3669"},{"text":"from before","number":"h6440"},{"text":"and the Perizzites","number":"h6522"},{"text":"is among","number":"h7130"}],"9":[{"text":"your God","number":"h430"},{"text":"said","number":"h559"},{"text":"unto the children","number":"h1121"},{"text":"the words","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"of Israel","number":"h3478"},{"text":"Come hither","number":"h5066"},{"text":"and hear","number":"h8085"}],"4":[{"text":"between you and it about two thousand","number":"h505"},{"text":"cubits","number":"h520"},{"text":"the way","number":"h1870"},{"text":"this way","number":"h1870"},{"text":"unto it that ye may know","number":"h3045"},{"text":"by which ye must go","number":"h3212"},{"text":"by measure","number":"h4060"},{"text":"for ye have not passed","number":"h5674"},{"text":"come not near","number":"h7126"},{"text":"Yet there shall be a space","number":"h7350"},{"text":"heretofore","number":"h8543"}],"5":[{"text":"said","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"yourselves for to morrow","number":"h4279"},{"text":"unto the people","number":"h5971"},{"text":"will do","number":"h6213"},{"text":"wonders","number":"h6381"},{"text":"Sanctify","number":"h6942"},{"text":"among","number":"h7130"}],"7":[{"text":"said","number":"h559"},{"text":"to magnify","number":"h1431"},{"text":"will I begin","number":"h2490"},{"text":"that they may know","number":"h3045"},{"text":"And the LORD","number":"h3068"},{"text":"unto Joshua","number":"h3091"},{"text":"This day","number":"h3117"},{"text":"of all Israel","number":"h3478"},{"text":"that as I was with Moses","number":"h4872"},{"text":"thee in the sight","number":"h5869"}],"6":[{"text":"saying","number":"h559"},{"text":"spake","number":"h559"},{"text":"the ark","number":"h727"},{"text":"the ark","number":"h727"},{"text":"of the covenant","number":"h1285"},{"text":"of the covenant","number":"h1285"},{"text":"And Joshua","number":"h3091"},{"text":"and went","number":"h3212"},{"text":"unto the priests","number":"h3548"},{"text":"And they took up","number":"h5375"},{"text":"Take up","number":"h5375"},{"text":"and pass over","number":"h5674"},{"text":"the people","number":"h5971"},{"text":"the people","number":"h5971"},{"text":"before","number":"h6440"},{"text":"before","number":"h6440"}],"8":[{"text":"saying","number":"h559"},{"text":"the ark","number":"h727"},{"text":"When ye are come","number":"h935"},{"text":"of the covenant","number":"h1285"},{"text":"in Jordan","number":"h3383"},{"text":"of Jordan","number":"h3383"},{"text":"the priests","number":"h3548"},{"text":"of the water","number":"h4325"},{"text":"that bear","number":"h5375"},{"text":"ye shall stand still","number":"h5975"},{"text":"And thou shalt command","number":"h6680"},{"text":"to the brink","number":"h7097"}],"15":[{"text":"the ark","number":"h727"},{"text":"the ark","number":"h727"},{"text":"were come","number":"h935"},{"text":"all his banks","number":"h1415"},{"text":"were dipped","number":"h2881"},{"text":"all the time","number":"h3117"},{"text":"for Jordan","number":"h3383"},{"text":"unto Jordan","number":"h3383"},{"text":"of the priests","number":"h3548"},{"text":"of the water","number":"h4325"},{"text":"overfloweth","number":"h4390"},{"text":"And as they that bare","number":"h5375"},{"text":"that bare","number":"h5375"},{"text":"in the brim","number":"h7097"},{"text":"of harvest","number":"h7105"},{"text":"and the feet","number":"h7272"}],"17":[{"text":"the ark","number":"h727"},{"text":"of the covenant","number":"h1285"},{"text":"until all the people","number":"h1471"},{"text":"on dry ground","number":"h2724"},{"text":"on dry ground","number":"h2724"},{"text":"of the LORD","number":"h3068"},{"text":"Jordan","number":"h3383"},{"text":"of Jordan","number":"h3383"},{"text":"and all the Israelites","number":"h3478"},{"text":"And the priests","number":"h3548"},{"text":"firm","number":"h3559"},{"text":"that bare","number":"h5375"},{"text":"over","number":"h5674"},{"text":"passed over","number":"h5674"},{"text":"were passed","number":"h5674"},{"text":"stood","number":"h5975"},{"text":"in the midst","number":"h8432"},{"text":"clean","number":"h8552"}],"1":[{"text":"and came","number":"h935"},{"text":"he and all the children","number":"h1121"},{"text":"in the morning","number":"h1242"},{"text":"And Joshua","number":"h3091"},{"text":"to Jordan","number":"h3383"},{"text":"of Israel","number":"h3478"},{"text":"and lodged","number":"h3885"},{"text":"and they removed","number":"h5265"},{"text":"there before they passed over","number":"h5674"},{"text":"from Shittim","number":"h7851"},{"text":"rose early","number":"h7925"}],"2":[{"text":"days","number":"h3117"},{"text":"the host","number":"h4264"},{"text":"went","number":"h5674"},{"text":"And it came to pass after","number":"h7097"},{"text":"through","number":"h7130"},{"text":"that the officers","number":"h7860"},{"text":"three","number":"h7969"}]}
@@ -0,0 +1 @@
1
+ {"21":[{"text":"their fathers","number":"h1"},{"text":"What mean these stones","number":"h68"},{"text":"And he spake","number":"h559"},{"text":"saying","number":"h559"},{"text":"saying","number":"h559"},{"text":"When your children","number":"h1121"},{"text":"unto the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"in time to come","number":"h4279"},{"text":"shall ask","number":"h7592"}],"9":[{"text":"stones","number":"h68"},{"text":"the ark","number":"h727"},{"text":"of the covenant","number":"h1285"},{"text":"And Joshua","number":"h3091"},{"text":"and they are there unto this day","number":"h3117"},{"text":"of Jordan","number":"h3383"},{"text":"of the priests","number":"h3548"},{"text":"stood","number":"h4673"},{"text":"which bare","number":"h5375"},{"text":"set up","number":"h6965"},{"text":"in the place where the feet","number":"h7272"},{"text":"twelve","number":"h8147"},{"text":"in the midst","number":"h8432"}],"6":[{"text":"What mean ye by these stones","number":"h68"},{"text":"That this may be a sign","number":"h226"},{"text":"saying","number":"h559"},{"text":"you that when your children","number":"h1121"},{"text":"their fathers in time to come","number":"h4279"},{"text":"among","number":"h7130"},{"text":"ask","number":"h7592"}],"7":[{"text":"and these stones","number":"h68"},{"text":"Then ye shall answer","number":"h559"},{"text":"the ark","number":"h727"},{"text":"unto the children","number":"h1121"},{"text":"of the covenant","number":"h1285"},{"text":"shall be for a memorial","number":"h2146"},{"text":"of the LORD","number":"h3068"},{"text":"Jordan","number":"h3383"},{"text":"of Jordan","number":"h3383"},{"text":"of Jordan","number":"h3383"},{"text":"of Israel","number":"h3478"},{"text":"were cut off","number":"h3772"},{"text":"were cut off","number":"h3772"},{"text":"the waters","number":"h4325"},{"text":"them That the waters","number":"h4325"},{"text":"when it passed over","number":"h5674"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"before","number":"h6440"}],"5":[{"text":"of you a stone","number":"h68"},{"text":"every","number":"h259"},{"text":"man","number":"h376"},{"text":"your God","number":"h430"},{"text":"said","number":"h559"},{"text":"the ark","number":"h727"},{"text":"of the children","number":"h1121"},{"text":"of the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"of Jordan","number":"h3383"},{"text":"of Israel","number":"h3478"},{"text":"according unto the number","number":"h4557"},{"text":"unto them Pass over","number":"h5674"},{"text":"before","number":"h6440"},{"text":"and take ye up","number":"h7311"},{"text":"of the tribes","number":"h7626"},{"text":"upon his shoulder","number":"h7926"},{"text":"into the midst","number":"h8432"}],"20":[{"text":"stones","number":"h68"},{"text":"in Gilgal","number":"h1537"},{"text":"did Joshua","number":"h3091"},{"text":"of Jordan","number":"h3383"},{"text":"which they took out","number":"h3947"},{"text":"pitch","number":"h6965"},{"text":"And those twelve","number":"h8147"}],"3":[{"text":"stones","number":"h68"},{"text":"ye them saying","number":"h559"},{"text":"with you and leave","number":"h3240"},{"text":"of Jordan","number":"h3383"},{"text":"out of the place where the priests","number":"h3548"},{"text":"firm","number":"h3559"},{"text":"where ye shall lodge","number":"h3885"},{"text":"this night","number":"h3915"},{"text":"them in the lodging place","number":"h4411"},{"text":"stood","number":"h4673"},{"text":"Take","number":"h5375"},{"text":"and ye shall carry them over","number":"h5674"},{"text":"And command","number":"h6680"},{"text":"feet","number":"h7272"},{"text":"twelve","number":"h8147"},{"text":"you hence out of the midst","number":"h8432"}],"8":[{"text":"stones","number":"h68"},{"text":"And the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"spake","number":"h1696"},{"text":"as the LORD","number":"h3068"},{"text":"so as Joshua","number":"h3091"},{"text":"unto Joshua","number":"h3091"},{"text":"and laid them down","number":"h3240"},{"text":"of Jordan","number":"h3383"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"with them unto the place where they lodged","number":"h4411"},{"text":"according to the number","number":"h4557"},{"text":"and took up","number":"h5375"},{"text":"and carried them over","number":"h5674"},{"text":"did","number":"h6213"},{"text":"commanded","number":"h6680"},{"text":"of the tribes","number":"h7626"},{"text":"twelve","number":"h8147"},{"text":"out of the midst","number":"h8432"}],"2":[{"text":"out of every","number":"h259"},{"text":"a man","number":"h376"},{"text":"men","number":"h582"},{"text":"Take","number":"h3947"},{"text":"out of the people","number":"h5971"},{"text":"tribe","number":"h7626"},{"text":"you twelve","number":"h8147"}],"4":[{"text":"out of every","number":"h259"},{"text":"men","number":"h376"},{"text":"a man","number":"h376"},{"text":"of the children","number":"h1121"},{"text":"Then Joshua","number":"h3091"},{"text":"of Israel","number":"h3478"},{"text":"whom he had prepared","number":"h3559"},{"text":"called","number":"h7121"},{"text":"tribe","number":"h7626"},{"text":"the twelve","number":"h8147"}],"23":[{"text":"your God","number":"h430"},{"text":"your God","number":"h430"},{"text":"dried up","number":"h3001"},{"text":"which he dried up","number":"h3001"},{"text":"For the LORD","number":"h3068"},{"text":"as the LORD","number":"h3068"},{"text":"sea","number":"h3220"},{"text":"of Jordan","number":"h3383"},{"text":"the waters","number":"h4325"},{"text":"to the Red","number":"h5488"},{"text":"us until we were gone over","number":"h5674"},{"text":"you until ye were passed over","number":"h5674"},{"text":"did","number":"h6213"},{"text":"from before","number":"h6440"},{"text":"from before","number":"h6440"}],"24":[{"text":"your God","number":"h430"},{"text":"of the earth","number":"h776"},{"text":"that it is mighty","number":"h2389"},{"text":"the hand","number":"h3027"},{"text":"might know","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"for ever","number":"h3117"},{"text":"that ye might fear","number":"h3372"},{"text":"That all the people","number":"h5971"}],"13":[{"text":"thousand","number":"h505"},{"text":"About forty","number":"h705"},{"text":"prepared","number":"h2502"},{"text":"the LORD","number":"h3068"},{"text":"of Jericho","number":"h3405"},{"text":"unto battle","number":"h4421"},{"text":"passed over","number":"h5674"},{"text":"to the plains","number":"h6160"},{"text":"before","number":"h6440"},{"text":"for war","number":"h6635"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h559"},{"text":"And it came to pass when all the people","number":"h1471"},{"text":"that the LORD","number":"h3068"},{"text":"unto Joshua","number":"h3091"},{"text":"Jordan","number":"h3383"},{"text":"passed over","number":"h5674"},{"text":"were clean","number":"h8552"}],"15":[{"text":"saying","number":"h559"},{"text":"spake","number":"h559"},{"text":"And the LORD","number":"h3068"},{"text":"unto Joshua","number":"h3091"}],"17":[{"text":"saying","number":"h559"},{"text":"Joshua","number":"h3091"},{"text":"out of Jordan","number":"h3383"},{"text":"the priests","number":"h3548"},{"text":"Come ye up","number":"h5927"},{"text":"therefore commanded","number":"h6680"}],"22":[{"text":"saying","number":"h559"},{"text":"Then ye shall let your children","number":"h1121"},{"text":"on dry land","number":"h3004"},{"text":"know","number":"h3045"},{"text":"this Jordan","number":"h3383"},{"text":"Israel","number":"h3478"},{"text":"came over","number":"h5674"}],"11":[{"text":"that the ark","number":"h727"},{"text":"of the LORD","number":"h3068"},{"text":"and the priests","number":"h3548"},{"text":"passed over","number":"h5674"},{"text":"passed over","number":"h5674"},{"text":"And it came to pass when all the people","number":"h5971"},{"text":"of the people","number":"h5971"},{"text":"in the presence","number":"h6440"},{"text":"were clean","number":"h8552"}],"10":[{"text":"the ark","number":"h727"},{"text":"to speak","number":"h1696"},{"text":"until every thing","number":"h1697"},{"text":"that the LORD","number":"h3068"},{"text":"Joshua","number":"h3091"},{"text":"Joshua","number":"h3091"},{"text":"of Jordan","number":"h3383"},{"text":"For the priests","number":"h3548"},{"text":"hasted","number":"h4116"},{"text":"according to all that Moses","number":"h4872"},{"text":"which bare","number":"h5375"},{"text":"and passed over","number":"h5674"},{"text":"and the people","number":"h5971"},{"text":"unto the people","number":"h5971"},{"text":"stood","number":"h5975"},{"text":"commanded","number":"h6680"},{"text":"commanded","number":"h6680"},{"text":"in the midst","number":"h8432"},{"text":"was finished","number":"h8552"}],"16":[{"text":"the ark","number":"h727"},{"text":"out of Jordan","number":"h3383"},{"text":"the priests","number":"h3548"},{"text":"that bear","number":"h5375"},{"text":"of the testimony","number":"h5715"},{"text":"that they come up","number":"h5927"},{"text":"Command","number":"h6680"}],"18":[{"text":"the ark","number":"h727"},{"text":"of the covenant","number":"h1285"},{"text":"over all his banks","number":"h1415"},{"text":"unto the dry land","number":"h2724"},{"text":"of the LORD","number":"h3068"},{"text":"and flowed","number":"h3212"},{"text":"of Jordan","number":"h3383"},{"text":"of Jordan","number":"h3383"},{"text":"And it came to pass when the priests","number":"h3548"},{"text":"of the priests","number":"h3548"},{"text":"and the soles","number":"h3709"},{"text":"that the waters","number":"h4325"},{"text":"unto their place","number":"h4725"},{"text":"that bare","number":"h5375"},{"text":"were lifted up","number":"h5423"},{"text":"were come up","number":"h5927"},{"text":"feet","number":"h7272"},{"text":"returned","number":"h7725"},{"text":"they did before","number":"h8032"},{"text":"out of the midst","number":"h8432"},{"text":"as","number":"h8543"}],"12":[{"text":"And the children","number":"h1121"},{"text":"and the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"spake","number":"h1696"},{"text":"armed","number":"h2571"},{"text":"and half","number":"h2677"},{"text":"of Israel","number":"h3478"},{"text":"of Manasseh","number":"h4519"},{"text":"as Moses","number":"h4872"},{"text":"passed over","number":"h5674"},{"text":"before","number":"h6440"},{"text":"of Reuben","number":"h7205"},{"text":"the tribe","number":"h7626"}],"14":[{"text":"magnified","number":"h1431"},{"text":"of his life","number":"h2416"},{"text":"the LORD","number":"h3068"},{"text":"Joshua","number":"h3091"},{"text":"On that day","number":"h3117"},{"text":"all the days","number":"h3117"},{"text":"and they feared","number":"h3372"},{"text":"him as they feared","number":"h3372"},{"text":"of all Israel","number":"h3478"},{"text":"Moses","number":"h4872"},{"text":"in the sight","number":"h5869"}],"19":[{"text":"in Gilgal","number":"h1537"},{"text":"month","number":"h2320"},{"text":"and encamped","number":"h2583"},{"text":"out of Jordan","number":"h3383"},{"text":"of Jericho","number":"h3405"},{"text":"in the east","number":"h4217"},{"text":"came up","number":"h5927"},{"text":"And the people","number":"h5971"},{"text":"on the tenth","number":"h6218"},{"text":"border","number":"h7097"},{"text":"day of the first","number":"h7223"}]}
@@ -0,0 +1 @@
1
+ {"6":[{"text":"unto their fathers","number":"h1"},{"text":"that were men","number":"h582"},{"text":"forty","number":"h705"},{"text":"them the land","number":"h776"},{"text":"us a land","number":"h776"},{"text":"For the children","number":"h1121"},{"text":"till all the people","number":"h1471"},{"text":"and honey","number":"h1706"},{"text":"walked","number":"h1980"},{"text":"that floweth","number":"h2100"},{"text":"with milk","number":"h2461"},{"text":"of the LORD","number":"h3068"},{"text":"unto whom the LORD","number":"h3068"},{"text":"which the LORD","number":"h3068"},{"text":"which came out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"in the wilderness","number":"h4057"},{"text":"of war","number":"h4421"},{"text":"of Egypt","number":"h4714"},{"text":"that he would give","number":"h5414"},{"text":"not the voice","number":"h6963"},{"text":"that he would not shew","number":"h7200"},{"text":"sware","number":"h7650"},{"text":"sware","number":"h7650"},{"text":"because they obeyed","number":"h8085"},{"text":"years","number":"h8141"},{"text":"were consumed","number":"h8552"}],"14":[{"text":"my lord","number":"h113"},{"text":"And he said","number":"h559"},{"text":"and said","number":"h559"},{"text":"to the earth","number":"h776"},{"text":"am I now come","number":"h935"},{"text":"unto him What saith","number":"h1696"},{"text":"of the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"fell","number":"h5307"},{"text":"unto his servant","number":"h5650"},{"text":"on his face","number":"h6440"},{"text":"of the host","number":"h6635"},{"text":"and did worship","number":"h7812"},{"text":"Nay but as captain","number":"h8269"}],"13":[{"text":"a man","number":"h376"},{"text":"unto him and said","number":"h559"},{"text":"over against him with his sword","number":"h2719"},{"text":"in his hand","number":"h3027"},{"text":"And it came to pass when Joshua","number":"h3091"},{"text":"and Joshua","number":"h3091"},{"text":"went","number":"h3212"},{"text":"was by Jericho","number":"h3405"},{"text":"that he lifted up","number":"h5375"},{"text":"his eyes","number":"h5869"},{"text":"and behold there stood","number":"h5975"},{"text":"unto him Art thou for us or for our adversaries","number":"h6862"},{"text":"and looked","number":"h7200"},{"text":"drawn","number":"h8025"}],"11":[{"text":"And they did eat","number":"h398"},{"text":"of the land","number":"h776"},{"text":"day","number":"h3117"},{"text":"on the morrow","number":"h4283"},{"text":"unleavened cakes","number":"h4682"},{"text":"of the old corn","number":"h5669"},{"text":"corn in the selfsame","number":"h6106"},{"text":"after the passover","number":"h6453"},{"text":"and parched","number":"h7033"}],"12":[{"text":"after they had eaten","number":"h398"},{"text":"any more but they did eat","number":"h398"},{"text":"of the land","number":"h776"},{"text":"of the land","number":"h776"},{"text":"neither had the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"of Canaan","number":"h3667"},{"text":"on the morrow","number":"h4283"},{"text":"And the manna","number":"h4478"},{"text":"manna","number":"h4478"},{"text":"of the old corn","number":"h5669"},{"text":"ceased","number":"h7673"},{"text":"that year","number":"h8141"},{"text":"of the fruit","number":"h8393"}],"15":[{"text":"said","number":"h559"},{"text":"of the LORD'S","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"unto Joshua","number":"h3091"},{"text":"for the place","number":"h4725"},{"text":"thy shoe","number":"h5275"},{"text":"Loose","number":"h5394"},{"text":"whereon thou standest","number":"h5975"},{"text":"did","number":"h6213"},{"text":"host","number":"h6635"},{"text":"is holy","number":"h6944"},{"text":"from off thy foot","number":"h7272"},{"text":"And the captain","number":"h8269"}],"2":[{"text":"said","number":"h559"},{"text":"the children","number":"h1121"},{"text":"knives","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"unto Joshua","number":"h3091"},{"text":"of Israel","number":"h3478"},{"text":"and circumcise","number":"h4135"},{"text":"Make","number":"h6213"},{"text":"At that time","number":"h6256"},{"text":"thee sharp","number":"h6697"},{"text":"again","number":"h7725"},{"text":"the second time","number":"h8145"}],"9":[{"text":"said","number":"h559"},{"text":"Gilgal","number":"h1537"},{"text":"have I rolled away","number":"h1556"},{"text":"the reproach","number":"h2781"},{"text":"And the LORD","number":"h3068"},{"text":"unto Joshua","number":"h3091"},{"text":"This day","number":"h3117"},{"text":"unto this day","number":"h3117"},{"text":"of Egypt","number":"h4714"},{"text":"of the place","number":"h4725"},{"text":"is called","number":"h7121"},{"text":"from off you Wherefore the name","number":"h8034"}],"1":[{"text":"of the Amorites","number":"h567"},{"text":"of the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"had dried up","number":"h3001"},{"text":"that the LORD","number":"h3068"},{"text":"westward","number":"h3220"},{"text":"which were by the sea","number":"h3220"},{"text":"of Jordan","number":"h3383"},{"text":"of Jordan","number":"h3383"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of the Canaanites","number":"h3669"},{"text":"that their heart","number":"h3824"},{"text":"the waters","number":"h4325"},{"text":"And it came to pass when all the kings","number":"h4428"},{"text":"and all the kings","number":"h4428"},{"text":"melted","number":"h4549"},{"text":"until we were passed over","number":"h5674"},{"text":"which were on the side","number":"h5676"},{"text":"from before","number":"h6440"},{"text":"in them any more because","number":"h6440"},{"text":"neither was there spirit","number":"h7307"},{"text":"heard","number":"h8085"}],"4":[{"text":"even all the men","number":"h582"},{"text":"And this is the cause","number":"h1697"},{"text":"by the way","number":"h1870"},{"text":"that were males","number":"h2145"},{"text":"why Joshua","number":"h3091"},{"text":"after they came out","number":"h3318"},{"text":"that came out","number":"h3318"},{"text":"in the wilderness","number":"h4057"},{"text":"did circumcise","number":"h4135"},{"text":"died","number":"h4191"},{"text":"of war","number":"h4421"},{"text":"of Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"All the people","number":"h5971"}],"10":[{"text":"on the fourteenth","number":"h702"},{"text":"And the children","number":"h1121"},{"text":"in Gilgal","number":"h1537"},{"text":"of the month","number":"h2320"},{"text":"encamped","number":"h2583"},{"text":"day","number":"h3117"},{"text":"of Jericho","number":"h3405"},{"text":"of Israel","number":"h3478"},{"text":"at even","number":"h6153"},{"text":"in the plains","number":"h6160"},{"text":"and kept","number":"h6213"},{"text":"the passover","number":"h6453"}],"7":[{"text":"And their children","number":"h1121"},{"text":"them by the way","number":"h1870"},{"text":"in their stead them Joshua","number":"h3091"},{"text":"because they had not circumcised","number":"h4135"},{"text":"circumcised","number":"h4135"},{"text":"for they were uncircumcised","number":"h6189"},{"text":"whom he raised up","number":"h6965"}],"3":[{"text":"the children","number":"h1121"},{"text":"at the hill","number":"h1389"},{"text":"knives","number":"h2719"},{"text":"And Joshua","number":"h3091"},{"text":"of Israel","number":"h3478"},{"text":"and circumcised","number":"h4135"},{"text":"of the foreskins","number":"h6190"},{"text":"made","number":"h6213"},{"text":"him sharp","number":"h6697"}],"8":[{"text":"all the people","number":"h1471"},{"text":"till they were whole","number":"h2421"},{"text":"that they abode","number":"h3427"},{"text":"circumcising","number":"h4135"},{"text":"in their places in the camp","number":"h4264"},{"text":"And it came to pass when they had done","number":"h8552"}],"5":[{"text":"by the way","number":"h1870"},{"text":"that were born","number":"h3209"},{"text":"as they came forth","number":"h3318"},{"text":"that came out","number":"h3318"},{"text":"Now","number":"h3588"},{"text":"in the wilderness","number":"h4057"},{"text":"them they had not circumcised","number":"h4135"},{"text":"were circumcised","number":"h4135"},{"text":"out of Egypt","number":"h4714"},{"text":"all the people","number":"h5971"},{"text":"but all the people","number":"h5971"}]}
@@ -0,0 +1 @@
1
+ {"23":[{"text":"and her father","number":"h1"},{"text":"and her brethren","number":"h251"},{"text":"and her mother","number":"h517"},{"text":"went in","number":"h935"},{"text":"them without","number":"h2351"},{"text":"and left","number":"h3240"},{"text":"and all that she had and they brought out","number":"h3318"},{"text":"and brought out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"the camp","number":"h4264"},{"text":"all her kindred","number":"h4940"},{"text":"And the young men","number":"h5288"},{"text":"that were spies","number":"h7270"},{"text":"Rahab","number":"h7343"}],"25":[{"text":"and her father's","number":"h1"},{"text":"household","number":"h1004"},{"text":"the harlot","number":"h2181"},{"text":"because she hid","number":"h2244"},{"text":"alive","number":"h2421"},{"text":"saved","number":"h2421"},{"text":"And Joshua","number":"h3091"},{"text":"which Joshua","number":"h3091"},{"text":"even unto this day","number":"h3117"},{"text":"Jericho","number":"h3405"},{"text":"and all that she had and she dwelleth","number":"h3427"},{"text":"Israel","number":"h3478"},{"text":"the messengers","number":"h4397"},{"text":"in","number":"h7130"},{"text":"to spy out","number":"h7270"},{"text":"Rahab","number":"h7343"},{"text":"sent","number":"h7971"}],"19":[{"text":"into the treasury","number":"h214"},{"text":"they shall come","number":"h935"},{"text":"and iron","number":"h1270"},{"text":"and gold","number":"h2091"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"and vessels","number":"h3627"},{"text":"But all the silver","number":"h3701"},{"text":"of brass","number":"h5178"},{"text":"are consecrated","number":"h6944"}],"24":[{"text":"into the treasury","number":"h214"},{"text":"with fire","number":"h784"},{"text":"of the house","number":"h1004"},{"text":"and of iron","number":"h1270"},{"text":"and the gold","number":"h2091"},{"text":"of the LORD","number":"h3068"},{"text":"and the vessels","number":"h3627"},{"text":"and all that was therein only the silver","number":"h3701"},{"text":"of brass","number":"h5178"},{"text":"they put","number":"h5414"},{"text":"the city","number":"h5892"},{"text":"And they burnt","number":"h8313"}],"13":[{"text":"after","number":"h310"},{"text":"them but the rereward","number":"h622"},{"text":"the ark","number":"h727"},{"text":"the ark","number":"h727"},{"text":"came","number":"h1980"},{"text":"continually","number":"h1980"},{"text":"the priests going on","number":"h1980"},{"text":"went","number":"h1980"},{"text":"went on","number":"h1980"},{"text":"and the armed men","number":"h2502"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of rams' horns","number":"h3104"},{"text":"priests","number":"h3548"},{"text":"bearing","number":"h5375"},{"text":"before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"And seven","number":"h7651"},{"text":"seven","number":"h7651"},{"text":"trumpets","number":"h7782"},{"text":"with the trumpets","number":"h7782"},{"text":"with the trumpets","number":"h7782"},{"text":"and blew","number":"h8628"},{"text":"and blowing","number":"h8628"}],"9":[{"text":"after","number":"h310"},{"text":"and the rereward","number":"h622"},{"text":"the ark","number":"h727"},{"text":"came","number":"h1980"},{"text":"men went","number":"h1980"},{"text":"the priests going on","number":"h1980"},{"text":"And the armed","number":"h2502"},{"text":"the priests","number":"h3548"},{"text":"before","number":"h6440"},{"text":"with the trumpets","number":"h7782"},{"text":"with the trumpets","number":"h7782"},{"text":"and blowing","number":"h8628"},{"text":"that blew","number":"h8628"}],"8":[{"text":"them","number":"h310"},{"text":"had spoken","number":"h559"},{"text":"and the ark","number":"h727"},{"text":"of the covenant","number":"h1285"},{"text":"followed","number":"h1980"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"And it came to pass when Joshua","number":"h3091"},{"text":"of rams' horns","number":"h3104"},{"text":"priests","number":"h3548"},{"text":"bearing","number":"h5375"},{"text":"passed on","number":"h5674"},{"text":"unto the people","number":"h5971"},{"text":"before","number":"h6440"},{"text":"that the seven","number":"h7651"},{"text":"the seven","number":"h7651"},{"text":"trumpets","number":"h7782"},{"text":"with the trumpets","number":"h7782"},{"text":"and blew","number":"h8628"}],"26":[{"text":"be the man","number":"h376"},{"text":"saying","number":"h559"},{"text":"Cursed","number":"h779"},{"text":"thereof in his firstborn","number":"h1060"},{"text":"and buildeth","number":"h1129"},{"text":"the gates","number":"h1817"},{"text":"the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"he shall lay the foundation","number":"h3245"},{"text":"Jericho","number":"h3405"},{"text":"son shall he set up","number":"h5324"},{"text":"this city","number":"h5892"},{"text":"them at that time","number":"h6256"},{"text":"before","number":"h6440"},{"text":"and in his youngest","number":"h6810"},{"text":"that riseth up","number":"h6965"},{"text":"adjured","number":"h7650"}],"21":[{"text":"both man","number":"h376"},{"text":"and woman","number":"h802"},{"text":"and old","number":"h2205"},{"text":"and ass","number":"h2543"},{"text":"of the sword","number":"h2719"},{"text":"And they utterly destroyed","number":"h2763"},{"text":"young","number":"h5288"},{"text":"all that was in the city","number":"h5892"},{"text":"with the edge","number":"h6310"},{"text":"and sheep","number":"h7716"},{"text":"and ox","number":"h7794"}],"20":[{"text":"every man","number":"h376"},{"text":"with a great","number":"h1419"},{"text":"that the wall","number":"h2346"},{"text":"straight before him and they took","number":"h3920"},{"text":"fell down flat","number":"h5307"},{"text":"into the city","number":"h5892"},{"text":"the city","number":"h5892"},{"text":"went up","number":"h5927"},{"text":"So the people","number":"h5971"},{"text":"and it came to pass when the people","number":"h5971"},{"text":"and the people","number":"h5971"},{"text":"so that the people","number":"h5971"},{"text":"the sound","number":"h6963"},{"text":"shouted","number":"h7321"},{"text":"shouted","number":"h7321"},{"text":"of the trumpet","number":"h7782"},{"text":"with the trumpets","number":"h7782"},{"text":"heard","number":"h8085"},{"text":"when the priests blew","number":"h8628"},{"text":"shout","number":"h8643"}],"5":[{"text":"every man","number":"h376"},{"text":"with a great","number":"h1419"},{"text":"and the wall","number":"h2346"},{"text":"blast with the ram's","number":"h3104"},{"text":"And it shall come to pass that when they make a long","number":"h4900"},{"text":"shall fall down","number":"h5307"},{"text":"of the city","number":"h5892"},{"text":"shall ascend up","number":"h5927"},{"text":"all the people","number":"h5971"},{"text":"and the people","number":"h5971"},{"text":"the sound","number":"h6963"},{"text":"horn","number":"h7161"},{"text":"shall shout","number":"h7321"},{"text":"of the trumpet","number":"h7782"},{"text":"and when ye hear","number":"h8085"},{"text":"flat","number":"h8478"},{"text":"shout","number":"h8643"}],"7":[{"text":"And he said","number":"h559"},{"text":"the ark","number":"h727"},{"text":"and let him that is armed","number":"h2502"},{"text":"of the LORD","number":"h3068"},{"text":"and compass","number":"h5437"},{"text":"Pass on","number":"h5674"},{"text":"pass on","number":"h5674"},{"text":"the city","number":"h5892"},{"text":"unto the people","number":"h5971"},{"text":"before","number":"h6440"}],"10":[{"text":"I bid","number":"h559"},{"text":"saying","number":"h559"},{"text":"neither shall any word","number":"h1697"},{"text":"And Joshua","number":"h3091"},{"text":"until the day","number":"h3117"},{"text":"proceed","number":"h3318"},{"text":"the people","number":"h5971"},{"text":"out of your mouth","number":"h6310"},{"text":"had commanded","number":"h6680"},{"text":"with your voice","number":"h6963"},{"text":"Ye shall not shout","number":"h7321"},{"text":"then shall ye shout","number":"h7321"},{"text":"you shout","number":"h7321"},{"text":"nor make any noise","number":"h8085"}],"6":[{"text":"and said","number":"h559"},{"text":"the ark","number":"h727"},{"text":"the ark","number":"h727"},{"text":"the son","number":"h1121"},{"text":"of the covenant","number":"h1285"},{"text":"of the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"of rams' horns","number":"h3104"},{"text":"priests","number":"h3548"},{"text":"the priests","number":"h3548"},{"text":"of Nun","number":"h5126"},{"text":"bear","number":"h5375"},{"text":"unto them Take up","number":"h5375"},{"text":"before","number":"h6440"},{"text":"called","number":"h7121"},{"text":"and let seven","number":"h7651"},{"text":"seven","number":"h7651"},{"text":"trumpets","number":"h7782"}],"22":[{"text":"had said","number":"h559"},{"text":"men","number":"h582"},{"text":"the country","number":"h776"},{"text":"thence the woman","number":"h802"},{"text":"Go","number":"h935"},{"text":"house","number":"h1004"},{"text":"into the harlot's","number":"h2181"},{"text":"But Joshua","number":"h3091"},{"text":"and bring out","number":"h3318"},{"text":"that had spied out","number":"h7270"},{"text":"and all that she hath as ye sware","number":"h7650"},{"text":"unto the two","number":"h8147"}],"16":[{"text":"said","number":"h559"},{"text":"for the LORD","number":"h3068"},{"text":"Joshua","number":"h3091"},{"text":"when the priests","number":"h3548"},{"text":"hath given","number":"h5414"},{"text":"you the city","number":"h5892"},{"text":"unto the people","number":"h5971"},{"text":"time","number":"h6471"},{"text":"Shout","number":"h7321"},{"text":"And it came to pass at the seventh","number":"h7637"},{"text":"with the trumpets","number":"h7782"},{"text":"blew","number":"h8628"}],"2":[{"text":"said","number":"h559"},{"text":"thereof and the mighty men","number":"h1368"},{"text":"of valour","number":"h2428"},{"text":"into thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"unto Joshua","number":"h3091"},{"text":"Jericho","number":"h3405"},{"text":"and the king","number":"h4428"},{"text":"I have given","number":"h5414"},{"text":"See","number":"h7200"}],"3":[{"text":"all ye men","number":"h582"},{"text":"days","number":"h3117"},{"text":"of war","number":"h4421"},{"text":"and go round about","number":"h5362"},{"text":"And ye shall compass","number":"h5437"},{"text":"the city","number":"h5892"},{"text":"the city","number":"h5892"},{"text":"Thus shalt thou do","number":"h6213"},{"text":"once","number":"h6471"},{"text":"six","number":"h8337"}],"11":[{"text":"So the ark","number":"h727"},{"text":"and they came","number":"h935"},{"text":"of the LORD","number":"h3068"},{"text":"and lodged","number":"h3885"},{"text":"in the camp","number":"h4264"},{"text":"into the camp","number":"h4264"},{"text":"going about","number":"h5362"},{"text":"compassed","number":"h5437"},{"text":"the city","number":"h5892"},{"text":"it once","number":"h6471"}],"12":[{"text":"the ark","number":"h727"},{"text":"in the morning","number":"h1242"},{"text":"of the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"and the priests","number":"h3548"},{"text":"took up","number":"h5375"},{"text":"rose early","number":"h7925"}],"4":[{"text":"the ark","number":"h727"},{"text":"of rams' horns","number":"h3104"},{"text":"day","number":"h3117"},{"text":"and the priests","number":"h3548"},{"text":"priests","number":"h3548"},{"text":"shall bear","number":"h5375"},{"text":"ye shall compass","number":"h5437"},{"text":"the city","number":"h5892"},{"text":"before","number":"h6440"},{"text":"times","number":"h6471"},{"text":"and the seventh","number":"h7637"},{"text":"And seven","number":"h7651"},{"text":"seven","number":"h7651"},{"text":"seven","number":"h7651"},{"text":"trumpets","number":"h7782"},{"text":"with the trumpets","number":"h7782"},{"text":"shall blow","number":"h8628"}],"27":[{"text":"was noised throughout all the country","number":"h776"},{"text":"So the LORD","number":"h3068"},{"text":"was with Joshua","number":"h3091"},{"text":"and his fame","number":"h8089"}],"1":[{"text":"and none came in","number":"h935"},{"text":"of the children","number":"h1121"},{"text":"none went out","number":"h3318"},{"text":"Now Jericho","number":"h3405"},{"text":"of Israel","number":"h3478"},{"text":"shut up","number":"h5462"},{"text":"was straitly","number":"h5462"},{"text":"because","number":"h6440"}],"17":[{"text":"she and all that are with her in the house","number":"h1004"},{"text":"the harlot","number":"h2181"},{"text":"because she hid","number":"h2244"},{"text":"shall live","number":"h2421"},{"text":"shall be accursed","number":"h2764"},{"text":"even it and all that are therein to the LORD","number":"h3068"},{"text":"the messengers","number":"h4397"},{"text":"And the city","number":"h5892"},{"text":"only Rahab","number":"h7343"},{"text":"that we sent","number":"h7971"}],"18":[{"text":"lest ye make yourselves accursed","number":"h2763"},{"text":"a curse","number":"h2764"},{"text":"of the accursed thing","number":"h2764"},{"text":"yourselves from the accursed thing","number":"h2764"},{"text":"of Israel","number":"h3478"},{"text":"when ye take","number":"h3947"},{"text":"the camp","number":"h4264"},{"text":"and trouble","number":"h5916"},{"text":"And ye in any wise","number":"h7535"},{"text":"and make","number":"h7760"},{"text":"keep","number":"h8104"}],"14":[{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"into the camp","number":"h4264"},{"text":"they compassed","number":"h5437"},{"text":"the city","number":"h5892"},{"text":"so they did","number":"h6213"},{"text":"once","number":"h6471"},{"text":"and returned","number":"h7725"},{"text":"And the second","number":"h8145"},{"text":"six","number":"h8337"}],"15":[{"text":"day","number":"h3117"},{"text":"only on that day","number":"h3117"},{"text":"after the same manner","number":"h4941"},{"text":"and compassed","number":"h5437"},{"text":"they compassed","number":"h5437"},{"text":"the city","number":"h5892"},{"text":"the city","number":"h5892"},{"text":"about the dawning","number":"h5927"},{"text":"times","number":"h6471"},{"text":"times","number":"h6471"},{"text":"And it came to pass on the seventh","number":"h7637"},{"text":"seven","number":"h7651"},{"text":"seven","number":"h7651"},{"text":"of the day","number":"h7837"},{"text":"that they rose early","number":"h7925"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"to destroy","number":"h6"},{"text":"Lord","number":"h136"},{"text":"Alas O","number":"h162"},{"text":"said","number":"h559"},{"text":"of the Amorites","number":"h567"},{"text":"we had been content","number":"h2974"},{"text":"us into the hand","number":"h3027"},{"text":"GOD","number":"h3069"},{"text":"And Joshua","number":"h3091"},{"text":"Jordan","number":"h3383"},{"text":"Jordan","number":"h3383"},{"text":"and dwelt","number":"h3427"},{"text":"us would to God","number":"h3863"},{"text":"to deliver","number":"h5414"},{"text":"brought","number":"h5674"},{"text":"over","number":"h5674"},{"text":"wherefore hast thou at all","number":"h5674"},{"text":"on the other side","number":"h5676"},{"text":"this people","number":"h5971"}],"25":[{"text":"him with stones","number":"h68"},{"text":"them with stones","number":"h68"},{"text":"said","number":"h559"},{"text":"them with fire","number":"h784"},{"text":"us the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"thee this day","number":"h3117"},{"text":"And all Israel","number":"h3478"},{"text":"Why","number":"h4100"},{"text":"stoned","number":"h5619"},{"text":"hast thou troubled","number":"h5916"},{"text":"shall trouble","number":"h5916"},{"text":"after they had stoned","number":"h7275"},{"text":"and burned","number":"h8313"}],"26":[{"text":"of stones","number":"h68"},{"text":"of his anger","number":"h639"},{"text":"over him a great","number":"h1419"},{"text":"heap","number":"h1530"},{"text":"from the fierceness","number":"h2740"},{"text":"So the LORD","number":"h3068"},{"text":"unto this day","number":"h3117"},{"text":"unto this day","number":"h3117"},{"text":"of that place","number":"h4725"},{"text":"of Achor","number":"h5911"},{"text":"The valley","number":"h6010"},{"text":"And they raised","number":"h6965"},{"text":"was called","number":"h7121"},{"text":"turned","number":"h7725"},{"text":"Wherefore the name","number":"h8034"}],"8":[{"text":"Lord","number":"h136"},{"text":"their backs","number":"h310"},{"text":"their enemies","number":"h341"},{"text":"what shall I say","number":"h559"},{"text":"O","number":"h994"},{"text":"turneth","number":"h2015"},{"text":"when Israel","number":"h3478"},{"text":"before","number":"h6440"}],"24":[{"text":"and the garment","number":"h155"},{"text":"and his tent","number":"h168"},{"text":"and his sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"and his daughters","number":"h1323"},{"text":"of gold","number":"h2091"},{"text":"of Zerah","number":"h2226"},{"text":"and his asses","number":"h2543"},{"text":"And Joshua","number":"h3091"},{"text":"and all Israel","number":"h3478"},{"text":"and the silver","number":"h3701"},{"text":"with him took","number":"h3947"},{"text":"and the wedge","number":"h3956"},{"text":"of Achor","number":"h5911"},{"text":"Achan","number":"h5912"},{"text":"and all that he had and they brought","number":"h5927"},{"text":"them unto the valley","number":"h6010"},{"text":"and his sheep","number":"h6629"},{"text":"and his oxen","number":"h7794"}],"21":[{"text":"garment","number":"h155"},{"text":"of my tent","number":"h168"},{"text":"a","number":"h259"},{"text":"and a","number":"h259"},{"text":"in the earth","number":"h776"},{"text":"of gold","number":"h2091"},{"text":"then I coveted","number":"h2530"},{"text":"of fifty","number":"h2572"},{"text":"goodly","number":"h2896"},{"text":"them and behold they are hid","number":"h2934"},{"text":"and the silver","number":"h3701"},{"text":"of silver","number":"h3701"},{"text":"them and took","number":"h3947"},{"text":"wedge","number":"h3956"},{"text":"and two hundred","number":"h3967"},{"text":"weight","number":"h4948"},{"text":"When I saw","number":"h7200"},{"text":"among the spoils","number":"h7998"},{"text":"Babylonish","number":"h8152"},{"text":"shekels","number":"h8255"},{"text":"shekels","number":"h8255"},{"text":"in the midst","number":"h8432"}],"22":[{"text":"in his tent","number":"h168"},{"text":"unto the tent","number":"h168"},{"text":"and behold it was hid","number":"h2934"},{"text":"So Joshua","number":"h3091"},{"text":"and the silver","number":"h3701"},{"text":"messengers","number":"h4397"},{"text":"and they ran","number":"h7323"},{"text":"sent","number":"h7971"}],"23":[{"text":"of the tent","number":"h168"},{"text":"and brought","number":"h935"},{"text":"and unto all the children","number":"h1121"},{"text":"the LORD","number":"h3068"},{"text":"them unto Joshua","number":"h3091"},{"text":"and laid them out","number":"h3332"},{"text":"of Israel","number":"h3478"},{"text":"And they took","number":"h3947"},{"text":"before","number":"h6440"},{"text":"them out of the midst","number":"h8432"}],"12":[{"text":"their enemies","number":"h341"},{"text":"their enemies","number":"h341"},{"text":"Therefore the children","number":"h1121"},{"text":"because they were accursed","number":"h2764"},{"text":"the accursed","number":"h2764"},{"text":"could","number":"h3201"},{"text":"neither will I be with you any more","number":"h3254"},{"text":"of Israel","number":"h3478"},{"text":"except","number":"h3808"},{"text":"their backs","number":"h6203"},{"text":"but turned","number":"h6437"},{"text":"before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"not stand","number":"h6965"},{"text":"from among","number":"h7130"},{"text":"ye destroy","number":"h8045"}],"13":[{"text":"thine enemies","number":"h341"},{"text":"God","number":"h430"},{"text":"and say","number":"h559"},{"text":"for thus saith","number":"h559"},{"text":"There is an accursed thing","number":"h2764"},{"text":"the accursed thing","number":"h2764"},{"text":"the LORD","number":"h3068"},{"text":"thou canst","number":"h3201"},{"text":"of Israel","number":"h3478"},{"text":"of thee O Israel","number":"h3478"},{"text":"yourselves against to morrow","number":"h4279"},{"text":"until ye take away","number":"h5493"},{"text":"the people","number":"h5971"},{"text":"before","number":"h6440"},{"text":"Sanctify","number":"h6942"},{"text":"sanctify","number":"h6942"},{"text":"Up","number":"h6965"},{"text":"not stand","number":"h6965"},{"text":"from among","number":"h7130"},{"text":"in the midst","number":"h7130"}],"3":[{"text":"men","number":"h376"},{"text":"thousand","number":"h505"},{"text":"and said","number":"h559"},{"text":"to labour","number":"h3021"},{"text":"to Joshua","number":"h3091"},{"text":"thither for they are but few","number":"h4592"},{"text":"and smite","number":"h5221"},{"text":"Ai","number":"h5857"},{"text":"go up","number":"h5927"},{"text":"go up","number":"h5927"},{"text":"and make not all the people","number":"h5971"},{"text":"unto him Let not all the people","number":"h5971"},{"text":"And they returned","number":"h7725"},{"text":"but let about two or three","number":"h7969"}],"4":[{"text":"men","number":"h376"},{"text":"thousand","number":"h505"},{"text":"the men","number":"h582"},{"text":"and they fled","number":"h5127"},{"text":"of Ai","number":"h5857"},{"text":"So there went up","number":"h5927"},{"text":"thither of the people","number":"h5971"},{"text":"before","number":"h6440"},{"text":"about three","number":"h7969"}],"5":[{"text":"men","number":"h376"},{"text":"And the men","number":"h582"},{"text":"wherefore the hearts","number":"h3824"},{"text":"them in the going down","number":"h4174"},{"text":"and became as water","number":"h4325"},{"text":"melted","number":"h4549"},{"text":"and smote","number":"h5221"},{"text":"smote","number":"h5221"},{"text":"of Ai","number":"h5857"},{"text":"of the people","number":"h5971"},{"text":"them from before","number":"h6440"},{"text":"for they chased","number":"h7291"},{"text":"even unto Shebarim","number":"h7671"},{"text":"of them about thirty","number":"h7970"},{"text":"the gate","number":"h8179"},{"text":"and six","number":"h8337"}],"19":[{"text":"God","number":"h430"},{"text":"said","number":"h559"},{"text":"My son","number":"h1121"},{"text":"to the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"of Israel","number":"h3478"},{"text":"I pray thee glory","number":"h3519"},{"text":"hide","number":"h3582"},{"text":"unto him and tell","number":"h5046"},{"text":"and make","number":"h5414"},{"text":"unto Achan","number":"h5912"},{"text":"me now what thou hast done","number":"h6213"},{"text":"give","number":"h7760"},{"text":"confession","number":"h8426"}],"20":[{"text":"God","number":"h430"},{"text":"Indeed","number":"h546"},{"text":"and said","number":"h559"},{"text":"I have sinned","number":"h2398"},{"text":"against the LORD","number":"h3068"},{"text":"Joshua","number":"h3091"},{"text":"of Israel","number":"h3478"},{"text":"And Achan","number":"h5912"},{"text":"answered","number":"h6030"},{"text":"and thus and thus have I done","number":"h6213"}],"2":[{"text":"and spake","number":"h559"},{"text":"unto them saying","number":"h559"},{"text":"And the men","number":"h582"},{"text":"men","number":"h582"},{"text":"the country","number":"h776"},{"text":"Bethaven","number":"h1007"},{"text":"of Bethel","number":"h1008"},{"text":"And Joshua","number":"h3091"},{"text":"from Jericho","number":"h3405"},{"text":"Ai","number":"h5857"},{"text":"to Ai","number":"h5857"},{"text":"Go up","number":"h5927"},{"text":"went up","number":"h5927"},{"text":"which is beside","number":"h5973"},{"text":"on the east side","number":"h6924"},{"text":"and view","number":"h7270"},{"text":"and viewed","number":"h7270"},{"text":"sent","number":"h7971"}],"10":[{"text":"said","number":"h559"},{"text":"And the LORD","number":"h3068"},{"text":"unto Joshua","number":"h3091"},{"text":"wherefore liest","number":"h5307"},{"text":"thou thus upon thy face","number":"h6440"},{"text":"Get thee up","number":"h6965"}],"1":[{"text":"and the anger","number":"h639"},{"text":"But the children","number":"h1121"},{"text":"against the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Zabdi","number":"h2067"},{"text":"of Zerah","number":"h2226"},{"text":"was kindled","number":"h2734"},{"text":"in the accursed thing","number":"h2764"},{"text":"of the accursed thing","number":"h2764"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of Carmi","number":"h3756"},{"text":"took","number":"h3947"},{"text":"of the tribe","number":"h4294"},{"text":"committed","number":"h4603"},{"text":"a trespass","number":"h4604"},{"text":"for Achan","number":"h5912"}],"6":[{"text":"the ark","number":"h727"},{"text":"to the earth","number":"h776"},{"text":"he and the elders","number":"h2205"},{"text":"of the LORD","number":"h3068"},{"text":"And Joshua","number":"h3091"},{"text":"of Israel","number":"h3478"},{"text":"and fell","number":"h5307"},{"text":"and put","number":"h5927"},{"text":"dust","number":"h6083"},{"text":"until the eventide","number":"h6153"},{"text":"before","number":"h6440"},{"text":"upon his face","number":"h6440"},{"text":"rent","number":"h7167"},{"text":"upon their heads","number":"h7218"},{"text":"his clothes","number":"h8071"}],"9":[{"text":"from the earth","number":"h776"},{"text":"of the land","number":"h776"},{"text":"unto thy great","number":"h1419"},{"text":"and all the inhabitants","number":"h3427"},{"text":"For the Canaanites","number":"h3669"},{"text":"and cut off","number":"h3772"},{"text":"of it and shall environ us round","number":"h5437"},{"text":"and what wilt thou do","number":"h6213"},{"text":"name","number":"h8034"},{"text":"our name","number":"h8034"},{"text":"shall hear","number":"h8085"}],"15":[{"text":"with fire","number":"h784"},{"text":"the covenant","number":"h1285"},{"text":"with the accursed thing","number":"h2764"},{"text":"of the LORD","number":"h3068"},{"text":"in Israel","number":"h3478"},{"text":"And it shall be that he that is taken","number":"h3920"},{"text":"folly","number":"h5039"},{"text":"he and all that he hath because he hath transgressed","number":"h5674"},{"text":"and because he hath wrought","number":"h6213"},{"text":"shall be burnt","number":"h8313"}],"14":[{"text":"and the household","number":"h1004"},{"text":"by households","number":"h1004"},{"text":"In the morning","number":"h1242"},{"text":"by man","number":"h1397"},{"text":"man","number":"h1397"},{"text":"which the LORD","number":"h3068"},{"text":"which the LORD","number":"h3068"},{"text":"which the LORD","number":"h3068"},{"text":"shall take","number":"h3920"},{"text":"shall take","number":"h3920"},{"text":"taketh","number":"h3920"},{"text":"according to the families","number":"h4940"},{"text":"thereof and the family","number":"h4940"},{"text":"shall come","number":"h7126"},{"text":"shall come","number":"h7126"},{"text":"shall come","number":"h7126"},{"text":"therefore ye shall be brought","number":"h7126"},{"text":"according to your tribes","number":"h7626"},{"text":"and it shall be that the tribe","number":"h7626"}],"18":[{"text":"his household","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"by man","number":"h1397"},{"text":"man","number":"h1397"},{"text":"of Zabdi","number":"h2067"},{"text":"of Zerah","number":"h2226"},{"text":"of Judah","number":"h3063"},{"text":"of Carmi","number":"h3756"},{"text":"was taken","number":"h3920"},{"text":"of the tribe","number":"h4294"},{"text":"and Achan","number":"h5912"},{"text":"And he brought","number":"h7126"}],"16":[{"text":"in the morning","number":"h1242"},{"text":"of Judah","number":"h3063"},{"text":"So Joshua","number":"h3091"},{"text":"Israel","number":"h3478"},{"text":"was taken","number":"h3920"},{"text":"and brought","number":"h7126"},{"text":"and the tribe","number":"h7626"},{"text":"by their tribes","number":"h7626"},{"text":"rose up early","number":"h7925"}],"11":[{"text":"my covenant","number":"h1285"},{"text":"and have also stolen","number":"h1589"},{"text":"hath sinned","number":"h2398"},{"text":"of the accursed thing","number":"h2764"},{"text":"Israel","number":"h3478"},{"text":"and dissembled","number":"h3584"},{"text":"it even among their own stuff","number":"h3627"},{"text":"them for they have even taken","number":"h3947"},{"text":"and they have also transgressed","number":"h5674"},{"text":"which I commanded","number":"h6680"},{"text":"also and they have put","number":"h7760"}],"17":[{"text":"by man","number":"h1397"},{"text":"man","number":"h1397"},{"text":"and Zabdi","number":"h2067"},{"text":"of the Zarhites","number":"h2227"},{"text":"of the Zarhites","number":"h2227"},{"text":"of Judah","number":"h3063"},{"text":"and he took","number":"h3920"},{"text":"was taken","number":"h3920"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"And he brought","number":"h7126"},{"text":"and he brought","number":"h7126"}]}