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
+ {"26":[{"text":"fathers","number":"h1"},{"text":"both of man","number":"h120"},{"text":"thou and Eleazar","number":"h499"},{"text":"and of beast","number":"h929"},{"text":"the priest","number":"h3548"},{"text":"of the prey","number":"h4455"},{"text":"Take","number":"h5375"},{"text":"of the congregation","number":"h5712"},{"text":"and the chief","number":"h7218"},{"text":"the sum","number":"h7218"},{"text":"that was taken","number":"h7628"}],"40":[{"text":"And the persons","number":"h120"},{"text":"thousand","number":"h505"},{"text":"of which the LORD'S","number":"h3068"},{"text":"tribute","number":"h4371"},{"text":"persons","number":"h5315"},{"text":"was thirty","number":"h7970"},{"text":"and two","number":"h8147"},{"text":"were sixteen","number":"h8337"}],"47":[{"text":"both of man","number":"h120"},{"text":"one","number":"h259"},{"text":"portion","number":"h270"},{"text":"and of beast","number":"h929"},{"text":"Even of the children","number":"h1121"},{"text":"of fifty","number":"h2572"},{"text":"as the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel's","number":"h3478"},{"text":"them unto the Levites","number":"h3881"},{"text":"took","number":"h3947"},{"text":"half","number":"h4276"},{"text":"Moses","number":"h4872"},{"text":"Moses","number":"h4872"},{"text":"of the tabernacle","number":"h4908"},{"text":"the charge","number":"h4931"},{"text":"and gave","number":"h5414"},{"text":"commanded","number":"h6680"},{"text":"which kept","number":"h8104"}],"11":[{"text":"both of men","number":"h120"},{"text":"and of beasts","number":"h929"},{"text":"And they took","number":"h3947"},{"text":"and all the prey","number":"h4455"},{"text":"all the spoil","number":"h7998"}],"28":[{"text":"both of the persons","number":"h120"},{"text":"one","number":"h259"},{"text":"of the men","number":"h582"},{"text":"and of the beeves","number":"h1241"},{"text":"and of the asses","number":"h2543"},{"text":"of five","number":"h2568"},{"text":"unto the LORD","number":"h3068"},{"text":"which went out","number":"h3318"},{"text":"hundred","number":"h3967"},{"text":"a tribute","number":"h4371"},{"text":"of war","number":"h4421"},{"text":"soul","number":"h5315"},{"text":"and of the sheep","number":"h6629"},{"text":"to battle","number":"h6635"},{"text":"And levy","number":"h7311"}],"30":[{"text":"of the persons","number":"h120"},{"text":"one","number":"h259"},{"text":"portion","number":"h270"},{"text":"of all manner of beasts","number":"h929"},{"text":"And of the children","number":"h1121"},{"text":"of the beeves","number":"h1241"},{"text":"of the asses","number":"h2543"},{"text":"of fifty","number":"h2572"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel's","number":"h3478"},{"text":"them unto the Levites","number":"h3881"},{"text":"thou shalt take","number":"h3947"},{"text":"half","number":"h4276"},{"text":"of the tabernacle","number":"h4908"},{"text":"the charge","number":"h4931"},{"text":"and give","number":"h5414"},{"text":"and of the flocks","number":"h6629"},{"text":"which keep","number":"h8104"}],"54":[{"text":"it into the tabernacle","number":"h168"},{"text":"and Eleazar","number":"h499"},{"text":"of thousands","number":"h505"},{"text":"and brought","number":"h935"},{"text":"for the children","number":"h1121"},{"text":"the gold","number":"h2091"},{"text":"for a memorial","number":"h2146"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"the priest","number":"h3548"},{"text":"took","number":"h3947"},{"text":"and of hundreds","number":"h3967"},{"text":"of the congregation","number":"h4150"},{"text":"And Moses","number":"h4872"},{"text":"before","number":"h6440"},{"text":"of the captains","number":"h8269"}],"8":[{"text":"namely Evi","number":"h189"},{"text":"Balaam","number":"h1109"},{"text":"also the son","number":"h1121"},{"text":"of Beor","number":"h1160"},{"text":"And they slew","number":"h2026"},{"text":"they slew","number":"h2026"},{"text":"and Hur","number":"h2354"},{"text":"the rest of them that were slain","number":"h2491"},{"text":"five","number":"h2568"},{"text":"with the sword","number":"h2719"},{"text":"of Midian","number":"h4080"},{"text":"of Midian","number":"h4080"},{"text":"kings","number":"h4428"},{"text":"the kings","number":"h4428"},{"text":"beside","number":"h5921"},{"text":"and Zur","number":"h6698"},{"text":"and Reba","number":"h7254"},{"text":"and Rekem","number":"h7552"}],"34":[{"text":"and one","number":"h259"},{"text":"thousand","number":"h505"},{"text":"asses","number":"h2543"},{"text":"And threescore","number":"h8346"}],"39":[{"text":"and one","number":"h259"},{"text":"thousand","number":"h505"},{"text":"And the asses","number":"h2543"},{"text":"and five","number":"h2568"},{"text":"of which the LORD'S","number":"h3068"},{"text":"hundred","number":"h3967"},{"text":"tribute","number":"h4371"},{"text":"were thirty","number":"h7970"},{"text":"was threescore","number":"h8346"}],"2":[{"text":"afterward","number":"h310"},{"text":"shalt thou be gathered","number":"h622"},{"text":"the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"of the Midianites","number":"h4084"},{"text":"Avenge","number":"h5358"},{"text":"unto thy people","number":"h5971"}],"24":[{"text":"and afterward","number":"h310"},{"text":"your clothes","number":"h899"},{"text":"ye shall come","number":"h935"},{"text":"and ye shall be clean","number":"h2891"},{"text":"day","number":"h3117"},{"text":"And ye shall wash","number":"h3526"},{"text":"into the camp","number":"h4264"},{"text":"on the seventh","number":"h7637"}],"53":[{"text":"every man","number":"h376"},{"text":"For the men","number":"h582"},{"text":"had taken spoil","number":"h962"},{"text":"of war","number":"h6635"}],"17":[{"text":"man","number":"h376"},{"text":"every woman","number":"h802"},{"text":"Now therefore kill","number":"h2026"},{"text":"and kill","number":"h2026"},{"text":"every male","number":"h2145"},{"text":"with him","number":"h2145"},{"text":"among the little ones","number":"h2945"},{"text":"that hath known","number":"h3045"},{"text":"by lying","number":"h4904"}],"49":[{"text":"not one man","number":"h376"},{"text":"And they said","number":"h559"},{"text":"of the men","number":"h582"},{"text":"which are under our charge","number":"h3027"},{"text":"of war","number":"h4421"},{"text":"unto Moses","number":"h4872"},{"text":"have taken","number":"h5375"},{"text":"Thy servants","number":"h5650"},{"text":"and there lacketh","number":"h6485"},{"text":"the sum","number":"h7218"}],"50":[{"text":"what every man","number":"h376"},{"text":"chains","number":"h685"},{"text":"of gold","number":"h2091"},{"text":"rings","number":"h2885"},{"text":"for the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and tablets","number":"h3558"},{"text":"of jewels","number":"h3627"},{"text":"to make an atonement","number":"h3722"},{"text":"hath gotten","number":"h4672"},{"text":"for our souls","number":"h5315"},{"text":"earrings","number":"h5694"},{"text":"before","number":"h6440"},{"text":"and bracelets","number":"h6781"},{"text":"We have therefore brought","number":"h7126"},{"text":"an oblation","number":"h7133"}],"21":[{"text":"And Eleazar","number":"h499"},{"text":"said","number":"h559"},{"text":"unto the men","number":"h582"},{"text":"which went","number":"h935"},{"text":"This is the ordinance","number":"h2708"},{"text":"which the LORD","number":"h3068"},{"text":"the priest","number":"h3548"},{"text":"to the battle","number":"h4421"},{"text":"Moses","number":"h4872"},{"text":"of war","number":"h6635"},{"text":"commanded","number":"h6680"},{"text":"of the law","number":"h8451"}],"12":[{"text":"and Eleazar","number":"h499"},{"text":"And they brought","number":"h935"},{"text":"of the children","number":"h1121"},{"text":"which are by Jordan","number":"h3383"},{"text":"near Jericho","number":"h3405"},{"text":"of Israel","number":"h3478"},{"text":"the priest","number":"h3548"},{"text":"of Moab","number":"h4124"},{"text":"unto the camp","number":"h4264"},{"text":"and the prey","number":"h4455"},{"text":"unto Moses","number":"h4872"},{"text":"and unto the congregation","number":"h5712"},{"text":"at the plains","number":"h6160"},{"text":"the captives","number":"h7628"},{"text":"and the spoil","number":"h7998"}],"13":[{"text":"and Eleazar","number":"h499"},{"text":"them without","number":"h2351"},{"text":"went forth","number":"h3318"},{"text":"the priest","number":"h3548"},{"text":"the camp","number":"h4264"},{"text":"And Moses","number":"h4872"},{"text":"and all the princes","number":"h5387"},{"text":"of the congregation","number":"h5712"},{"text":"to meet","number":"h7125"}],"31":[{"text":"and Eleazar","number":"h499"},{"text":"as the LORD","number":"h3068"},{"text":"the priest","number":"h3548"},{"text":"And Moses","number":"h4872"},{"text":"Moses","number":"h4872"},{"text":"did","number":"h6213"},{"text":"commanded","number":"h6680"}],"51":[{"text":"and Eleazar","number":"h499"},{"text":"the gold","number":"h2091"},{"text":"the priest","number":"h3548"},{"text":"jewels","number":"h3627"},{"text":"took","number":"h3947"},{"text":"of them even all wrought","number":"h4639"},{"text":"And Moses","number":"h4872"}],"29":[{"text":"it unto Eleazar","number":"h499"},{"text":"of the LORD","number":"h3068"},{"text":"the priest","number":"h3548"},{"text":"Take","number":"h3947"},{"text":"it of their half","number":"h4276"},{"text":"and give","number":"h5414"},{"text":"for an heave offering","number":"h8641"}],"6":[{"text":"of Eleazar","number":"h499"},{"text":"a thousand","number":"h505"},{"text":"the son","number":"h1121"},{"text":"and the trumpets","number":"h2689"},{"text":"in his hand","number":"h3027"},{"text":"the priest","number":"h3548"},{"text":"instruments","number":"h3627"},{"text":"of every tribe","number":"h4294"},{"text":"And Moses","number":"h4872"},{"text":"them and Phinehas","number":"h6372"},{"text":"them to the war","number":"h6635"},{"text":"to the war","number":"h6635"},{"text":"with the holy","number":"h6944"},{"text":"sent","number":"h7971"},{"text":"to blow","number":"h8643"}],"41":[{"text":"unto Eleazar","number":"h499"},{"text":"as the LORD","number":"h3068"},{"text":"which was the LORD'S","number":"h3068"},{"text":"the priest","number":"h3548"},{"text":"the tribute","number":"h4371"},{"text":"And Moses","number":"h4872"},{"text":"Moses","number":"h4872"},{"text":"gave","number":"h5414"},{"text":"commanded","number":"h6680"},{"text":"heave offering","number":"h8641"}],"4":[{"text":"a thousand","number":"h505"},{"text":"of Israel","number":"h3478"},{"text":"Of every tribe","number":"h4294"},{"text":"throughout all the tribes","number":"h4294"},{"text":"to the war","number":"h6635"},{"text":"shall ye send","number":"h7971"}],"5":[{"text":"a thousand","number":"h505"},{"text":"out of the thousands","number":"h505"},{"text":"thousand","number":"h505"},{"text":"armed","number":"h2502"},{"text":"of Israel","number":"h3478"},{"text":"of every tribe","number":"h4294"},{"text":"So there were delivered","number":"h4560"},{"text":"for war","number":"h6635"},{"text":"twelve","number":"h8147"}],"48":[{"text":"of thousands","number":"h505"},{"text":"which were over thousands","number":"h505"},{"text":"of hundreds","number":"h3967"},{"text":"unto Moses","number":"h4872"},{"text":"And the officers","number":"h6485"},{"text":"of the host","number":"h6635"},{"text":"came near","number":"h7126"},{"text":"and captains","number":"h8269"},{"text":"the captains","number":"h8269"}],"52":[{"text":"of thousands","number":"h505"},{"text":"thousand","number":"h505"},{"text":"And all the gold","number":"h2091"},{"text":"and fifty","number":"h2572"},{"text":"to the LORD","number":"h3068"},{"text":"hundred","number":"h3967"},{"text":"of hundreds","number":"h3967"},{"text":"that they offered up","number":"h7311"},{"text":"seven","number":"h7651"},{"text":"shekels","number":"h8255"},{"text":"and of the captains","number":"h8269"},{"text":"of the captains","number":"h8269"},{"text":"was sixteen","number":"h8337"},{"text":"of the offering","number":"h8641"}],"14":[{"text":"over thousands","number":"h505"},{"text":"which came","number":"h935"},{"text":"of the host","number":"h2428"},{"text":"over hundreds","number":"h3967"},{"text":"the battle","number":"h4421"},{"text":"And Moses","number":"h4872"},{"text":"with the officers","number":"h6485"},{"text":"from","number":"h6635"},{"text":"was wroth","number":"h7107"},{"text":"and captains","number":"h8269"},{"text":"with the captains","number":"h8269"}],"32":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"of the prey","number":"h957"},{"text":"had caught","number":"h962"},{"text":"and five","number":"h2568"},{"text":"being the rest","number":"h3499"},{"text":"hundred","number":"h3967"},{"text":"And the booty","number":"h4455"},{"text":"which the men of","number":"h5971"},{"text":"sheep","number":"h6629"},{"text":"war","number":"h6635"},{"text":"and seventy","number":"h7657"},{"text":"was six","number":"h8337"}],"33":[{"text":"thousand","number":"h505"},{"text":"beeves","number":"h1241"},{"text":"And threescore and twelve","number":"h7657"}],"35":[{"text":"thousand","number":"h505"},{"text":"of women","number":"h802"},{"text":"man","number":"h2145"},{"text":"that had not known","number":"h3045"},{"text":"in all","number":"h3605"},{"text":"by lying","number":"h4904"},{"text":"persons","number":"h5315"},{"text":"And thirty","number":"h7970"},{"text":"and two","number":"h8147"}],"36":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"which was the portion","number":"h2506"},{"text":"and five","number":"h2568"},{"text":"of them that went out","number":"h3318"},{"text":"hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"And the half","number":"h4275"},{"text":"was in number","number":"h4557"},{"text":"sheep","number":"h6629"},{"text":"to war","number":"h6635"},{"text":"and seven","number":"h7651"},{"text":"three","number":"h7969"},{"text":"and thirty","number":"h7970"}],"38":[{"text":"thousand","number":"h505"},{"text":"And the beeves","number":"h1241"},{"text":"of which the LORD'S","number":"h3068"},{"text":"tribute","number":"h4371"},{"text":"was threescore and twelve","number":"h7657"},{"text":"were thirty","number":"h7970"},{"text":"and six","number":"h8337"}],"43":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"and five","number":"h2568"},{"text":"hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"Now the half","number":"h4275"},{"text":"sheep","number":"h4480"},{"text":"that pertained unto the congregation","number":"h5712"},{"text":"and seven","number":"h7651"},{"text":"was three","number":"h7969"},{"text":"and thirty","number":"h7970"}],"44":[{"text":"thousand","number":"h505"},{"text":"beeves","number":"h1241"},{"text":"And thirty","number":"h7970"},{"text":"and six","number":"h8337"}],"45":[{"text":"thousand","number":"h505"},{"text":"asses","number":"h2543"},{"text":"and five","number":"h2568"},{"text":"hundred","number":"h3967"},{"text":"And thirty","number":"h7970"}],"46":[{"text":"thousand","number":"h505"},{"text":"persons","number":"h5315"},{"text":"And sixteen","number":"h8337"}],"15":[{"text":"said","number":"h559"},{"text":"alive","number":"h2421"},{"text":"unto them Have ye saved","number":"h2421"},{"text":"And Moses","number":"h4872"},{"text":"all the women","number":"h5347"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"25":[{"text":"saying","number":"h559"},{"text":"spake","number":"h559"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"3":[{"text":"saying","number":"h559"},{"text":"some","number":"h582"},{"text":"spake","number":"h1696"},{"text":"Arm","number":"h2502"},{"text":"the LORD","number":"h3068"},{"text":"and let them go against the Midianites","number":"h4080"},{"text":"of Midian","number":"h4080"},{"text":"And Moses","number":"h4872"},{"text":"and avenge","number":"h5414"},{"text":"unto the people","number":"h5971"},{"text":"of yourselves unto the war","number":"h6635"}],"42":[{"text":"from the men","number":"h582"},{"text":"And of the children","number":"h1121"},{"text":"divided","number":"h2673"},{"text":"of Israel's","number":"h3478"},{"text":"half","number":"h4276"},{"text":"which Moses","number":"h4872"},{"text":"that warred","number":"h6633"}],"23":[{"text":"not the fire","number":"h784"},{"text":"the fire","number":"h784"},{"text":"the fire","number":"h784"},{"text":"and all that abideth","number":"h935"},{"text":"that may abide","number":"h935"},{"text":"Every thing","number":"h1697"},{"text":"nevertheless it shall be purified","number":"h2398"},{"text":"and it shall be clean","number":"h2891"},{"text":"the water","number":"h4325"},{"text":"with the water","number":"h4325"},{"text":"of separation","number":"h5079"},{"text":"ye shall make go through","number":"h5674"},{"text":"ye shall make it go through","number":"h5674"}],"10":[{"text":"with fire","number":"h784"},{"text":"and all their goodly castles","number":"h2918"},{"text":"wherein they dwelt","number":"h4186"},{"text":"all their cities","number":"h5892"},{"text":"And they burnt","number":"h8313"}],"18":[{"text":"But all the women","number":"h802"},{"text":"a man","number":"h2145"},{"text":"with him keep alive","number":"h2421"},{"text":"children","number":"h2945"},{"text":"that have not known","number":"h3045"},{"text":"by lying","number":"h4904"}],"9":[{"text":"took all the women","number":"h802"},{"text":"of all their cattle","number":"h929"},{"text":"and took the spoil","number":"h962"},{"text":"And the children","number":"h1121"},{"text":"and all their goods","number":"h2428"},{"text":"and their little ones","number":"h2945"},{"text":"of Israel","number":"h3478"},{"text":"of Midian","number":"h4080"},{"text":"and all their flocks","number":"h4735"},{"text":"captives","number":"h7617"}],"20":[{"text":"all your raiment","number":"h899"},{"text":"And purify","number":"h2398"},{"text":"and all that is made","number":"h3627"},{"text":"hair and all things made","number":"h3627"},{"text":"and all work","number":"h4639"},{"text":"of skins","number":"h5785"},{"text":"of goats","number":"h5795"},{"text":"of wood","number":"h6086"}],"22":[{"text":"the tin","number":"h913"},{"text":"the iron","number":"h1270"},{"text":"Only the gold","number":"h2091"},{"text":"and the silver","number":"h3701"},{"text":"the brass","number":"h5178"},{"text":"and the lead","number":"h5777"}],"16":[{"text":"of Balaam","number":"h1109"},{"text":"the children","number":"h1121"},{"text":"in the matter","number":"h1697"},{"text":"through the counsel","number":"h1697"},{"text":"caused","number":"h1961"},{"text":"Behold these","number":"h2007"},{"text":"against the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"and there was a plague","number":"h4046"},{"text":"to commit","number":"h4560"},{"text":"trespass","number":"h4604"},{"text":"among the congregation","number":"h5712"},{"text":"of Peor","number":"h6465"}],"7":[{"text":"and they slew","number":"h2026"},{"text":"all the males","number":"h2145"},{"text":"as the LORD","number":"h3068"},{"text":"against the Midianites","number":"h4080"},{"text":"Moses","number":"h4872"},{"text":"And they warred","number":"h6633"},{"text":"commanded","number":"h6680"}],"19":[{"text":"whosoever hath killed","number":"h2026"},{"text":"without","number":"h2351"},{"text":"purify","number":"h2398"},{"text":"any slain","number":"h2491"},{"text":"And do ye abide","number":"h2583"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"the camp","number":"h4264"},{"text":"and whosoever hath touched","number":"h5060"},{"text":"any person","number":"h5315"},{"text":"both yourselves and your captives","number":"h7628"},{"text":"and on the seventh","number":"h7637"},{"text":"seven","number":"h7651"},{"text":"on the third","number":"h7992"}],"27":[{"text":"And divide","number":"h2673"},{"text":"into two parts","number":"h2673"},{"text":"upon them who went out","number":"h3318"},{"text":"the war","number":"h4421"},{"text":"the prey","number":"h4455"},{"text":"and between all the congregation","number":"h5712"},{"text":"to battle","number":"h6635"},{"text":"between them that took","number":"h8610"}],"37":[{"text":"And the LORD'S","number":"h3068"},{"text":"hundred","number":"h3967"},{"text":"tribute","number":"h4371"},{"text":"of the sheep","number":"h6629"},{"text":"and threescore and fifteen","number":"h7657"},{"text":"was six","number":"h8337"}]}
@@ -0,0 +1 @@
1
+ {"28":[{"text":"fathers","number":"h1"},{"text":"Eleazar","number":"h499"},{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"and Joshua","number":"h3091"},{"text":"of Israel","number":"h3478"},{"text":"the priest","number":"h3548"},{"text":"of the tribes","number":"h4294"},{"text":"So concerning them Moses","number":"h4872"},{"text":"of Nun","number":"h5126"},{"text":"commanded","number":"h6680"},{"text":"and the chief","number":"h7218"}],"14":[{"text":"in your fathers","number":"h1"},{"text":"men","number":"h582"},{"text":"anger","number":"h639"},{"text":"of sinful","number":"h2400"},{"text":"yet the fierce","number":"h2740"},{"text":"of the LORD","number":"h3068"},{"text":"toward Israel","number":"h3478"},{"text":"to augment","number":"h5595"},{"text":"And behold ye are risen up","number":"h6965"},{"text":"stead an increase","number":"h8635"}],"8":[{"text":"your fathers","number":"h1"},{"text":"the land","number":"h776"},{"text":"Thus did","number":"h6213"},{"text":"them from Kadeshbarnea","number":"h6947"},{"text":"to see","number":"h7200"},{"text":"when I sent","number":"h7971"}],"11":[{"text":"unto Abraham","number":"h85"},{"text":"the land","number":"h127"},{"text":"followed","number":"h310"},{"text":"Surely","number":"h518"},{"text":"none of the men","number":"h582"},{"text":"old","number":"h1121"},{"text":"and unto Jacob","number":"h3290"},{"text":"unto Isaac","number":"h3327"},{"text":"because they have not wholly","number":"h4390"},{"text":"and upward","number":"h4605"},{"text":"out of Egypt","number":"h4714"},{"text":"that came up","number":"h5927"},{"text":"from twenty","number":"h6242"},{"text":"shall see","number":"h7200"},{"text":"which I sware","number":"h7650"},{"text":"years","number":"h8141"}],"25":[{"text":"as my lord","number":"h113"},{"text":"saying","number":"h559"},{"text":"spake","number":"h559"},{"text":"And the children","number":"h1121"},{"text":"and the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"unto Moses","number":"h4872"},{"text":"Thy servants","number":"h5650"},{"text":"will do","number":"h6213"},{"text":"commandeth","number":"h6680"},{"text":"of Reuben","number":"h7205"}],"27":[{"text":"as my lord","number":"h113"},{"text":"saith","number":"h1696"},{"text":"every man armed","number":"h2502"},{"text":"the LORD","number":"h3068"},{"text":"to battle","number":"h4421"},{"text":"But thy servants","number":"h5650"},{"text":"will pass over","number":"h5674"},{"text":"before","number":"h6440"},{"text":"for war","number":"h6635"}],"6":[{"text":"Shall your brethren","number":"h251"},{"text":"said","number":"h559"},{"text":"go","number":"h935"},{"text":"and to the children","number":"h1121"},{"text":"unto the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"and shall ye sit","number":"h3427"},{"text":"to war","number":"h4421"},{"text":"And Moses","number":"h4872"},{"text":"of Reuben","number":"h7205"}],"30":[{"text":"they shall have possessions","number":"h270"},{"text":"you in the land","number":"h776"},{"text":"with you armed","number":"h2502"},{"text":"of Canaan","number":"h3667"},{"text":"But if they will not pass over","number":"h5674"},{"text":"among","number":"h8432"}],"29":[{"text":"for a possession","number":"h272"},{"text":"said","number":"h559"},{"text":"and the land","number":"h776"},{"text":"them the land","number":"h776"},{"text":"and the children","number":"h1121"},{"text":"unto them If the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"of Gilead","number":"h1568"},{"text":"every man armed","number":"h2502"},{"text":"the LORD","number":"h3068"},{"text":"Jordan","number":"h3383"},{"text":"shall be subdued","number":"h3533"},{"text":"to battle","number":"h4421"},{"text":"And Moses","number":"h4872"},{"text":"you then ye shall give","number":"h5414"},{"text":"will pass with you over","number":"h5674"},{"text":"before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"of Reuben","number":"h7205"}],"5":[{"text":"for a possession","number":"h272"},{"text":"Wherefore said","number":"h559"},{"text":"let this land","number":"h776"},{"text":"grace","number":"h2580"},{"text":"Jordan","number":"h3383"},{"text":"they if we have found","number":"h4672"},{"text":"be given","number":"h5414"},{"text":"unto thy servants","number":"h5650"},{"text":"and bring us not over","number":"h5674"},{"text":"in thy sight","number":"h5869"}],"22":[{"text":"shall be your possession","number":"h272"},{"text":"then afterward","number":"h310"},{"text":"And the land","number":"h776"},{"text":"and this land","number":"h776"},{"text":"before the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and before Israel","number":"h3478"},{"text":"be subdued","number":"h3533"},{"text":"and be guiltless","number":"h5355"},{"text":"before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"ye shall return","number":"h7725"}],"32":[{"text":"that the possession","number":"h272"},{"text":"into the land","number":"h776"},{"text":"armed","number":"h2502"},{"text":"the LORD","number":"h3068"},{"text":"Jordan","number":"h3383"},{"text":"of Canaan","number":"h3667"},{"text":"of our inheritance","number":"h5159"},{"text":"We will","number":"h5168"},{"text":"pass over","number":"h5674"},{"text":"on this side","number":"h5676"},{"text":"before","number":"h6440"}],"12":[{"text":"followed","number":"h310"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the LORD","number":"h3068"},{"text":"and Joshua","number":"h3091"},{"text":"of Jephunneh","number":"h3312"},{"text":"Save Caleb","number":"h3612"},{"text":"for they have wholly","number":"h4390"},{"text":"of Nun","number":"h5126"},{"text":"the Kenezite","number":"h7074"}],"15":[{"text":"from after","number":"h310"},{"text":"leave","number":"h3240"},{"text":"him he will yet again","number":"h3254"},{"text":"them in the wilderness","number":"h4057"},{"text":"all this people","number":"h5971"},{"text":"For if ye turn away","number":"h7725"},{"text":"and ye shall destroy","number":"h7843"}],"21":[{"text":"his enemies","number":"h341"},{"text":"all of you armed","number":"h2502"},{"text":"the LORD","number":"h3068"},{"text":"Jordan","number":"h3383"},{"text":"until he hath driven out","number":"h3423"},{"text":"And will go","number":"h5674"},{"text":"over","number":"h5674"},{"text":"before","number":"h6440"},{"text":"from before","number":"h6440"}],"18":[{"text":"every man","number":"h376"},{"text":"unto our houses","number":"h1004"},{"text":"until the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"have inherited","number":"h5157"},{"text":"his inheritance","number":"h5159"},{"text":"We will not return","number":"h7725"}],"2":[{"text":"and to Eleazar","number":"h499"},{"text":"and spake","number":"h559"},{"text":"saying","number":"h559"},{"text":"came","number":"h935"},{"text":"The children","number":"h1121"},{"text":"and the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"the priest","number":"h3548"},{"text":"unto Moses","number":"h4872"},{"text":"and unto the princes","number":"h5387"},{"text":"of the congregation","number":"h5712"},{"text":"of Reuben","number":"h7205"}],"3":[{"text":"and Elealeh","number":"h500"},{"text":"and Beon","number":"h1194"},{"text":"and Dibon","number":"h1769"},{"text":"and Heshbon","number":"h2809"},{"text":"and Jazer","number":"h3270"},{"text":"and Nebo","number":"h5015"},{"text":"and Nimrah","number":"h5247"},{"text":"Ataroth","number":"h5852"},{"text":"and Shebam","number":"h7643"}],"37":[{"text":"and Elealeh","number":"h500"},{"text":"And the children","number":"h1121"},{"text":"built","number":"h1129"},{"text":"Heshbon","number":"h2809"},{"text":"and Kirjathaim","number":"h7156"},{"text":"of Reuben","number":"h7205"}],"20":[{"text":"said","number":"h559"},{"text":"this thing","number":"h1697"},{"text":"if ye will go armed","number":"h2502"},{"text":"the LORD","number":"h3068"},{"text":"to war","number":"h4421"},{"text":"And Moses","number":"h4872"},{"text":"unto them If ye will do","number":"h6213"},{"text":"before","number":"h6440"}],"10":[{"text":"saying","number":"h559"},{"text":"anger","number":"h639"},{"text":"was kindled","number":"h2734"},{"text":"And the LORD'S","number":"h3068"},{"text":"the same time","number":"h3117"},{"text":"and he sware","number":"h7650"}],"31":[{"text":"saying","number":"h559"},{"text":"And the children","number":"h1121"},{"text":"and the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"hath said","number":"h1696"},{"text":"As the LORD","number":"h3068"},{"text":"unto thy servants","number":"h5650"},{"text":"answered","number":"h6030"},{"text":"so will we do","number":"h6213"},{"text":"of Reuben","number":"h7205"}],"16":[{"text":"unto him and said","number":"h559"},{"text":"We will build","number":"h1129"},{"text":"sheepfolds","number":"h1448"},{"text":"for our little ones","number":"h2945"},{"text":"here for our cattle","number":"h4735"},{"text":"And they came near","number":"h5066"},{"text":"and cities","number":"h5892"}],"33":[{"text":"of the Amorites","number":"h567"},{"text":"of the country","number":"h776"},{"text":"the land","number":"h776"},{"text":"and to the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"unto them even to the children","number":"h1121"},{"text":"of Bashan","number":"h1316"},{"text":"thereof in the coasts","number":"h1367"},{"text":"of Gad","number":"h1410"},{"text":"and unto half","number":"h2677"},{"text":"of Joseph","number":"h3130"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"and the kingdom","number":"h4467"},{"text":"the kingdom","number":"h4467"},{"text":"of Manasseh","number":"h4519"},{"text":"And Moses","number":"h4872"},{"text":"gave","number":"h5414"},{"text":"round about","number":"h5439"},{"text":"of Sihon","number":"h5511"},{"text":"of Og","number":"h5747"},{"text":"even the cities","number":"h5892"},{"text":"with the cities","number":"h5892"},{"text":"of Reuben","number":"h7205"},{"text":"the tribe","number":"h7626"}],"39":[{"text":"the Amorite","number":"h567"},{"text":"And the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"to Gilead","number":"h1568"},{"text":"went","number":"h3212"},{"text":"it and dispossessed","number":"h3423"},{"text":"and took","number":"h3920"},{"text":"of Machir","number":"h4353"},{"text":"of Manasseh","number":"h4519"}],"17":[{"text":"But we ourselves","number":"h587"},{"text":"of the land","number":"h776"},{"text":"until we have brought","number":"h935"},{"text":"the children","number":"h1121"},{"text":"will go ready","number":"h2363"},{"text":"armed","number":"h2502"},{"text":"and our little ones","number":"h2945"},{"text":"of the inhabitants","number":"h3427"},{"text":"shall dwell","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"in the fenced","number":"h4013"},{"text":"them unto their place","number":"h4725"},{"text":"cities","number":"h5892"},{"text":"because","number":"h6440"},{"text":"before","number":"h6440"}],"13":[{"text":"anger","number":"h639"},{"text":"forty","number":"h705"},{"text":"until all the generation","number":"h1755"},{"text":"was kindled","number":"h2734"},{"text":"And the LORD'S","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"against Israel","number":"h3478"},{"text":"in the wilderness","number":"h4057"},{"text":"and he made them wander","number":"h5128"},{"text":"in the sight","number":"h5869"},{"text":"that had done","number":"h6213"},{"text":"evil","number":"h7451"},{"text":"years","number":"h8141"},{"text":"was consumed","number":"h8552"}],"4":[{"text":"Even the country","number":"h776"},{"text":"is a land","number":"h776"},{"text":"which the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"for cattle","number":"h4735"},{"text":"have cattle","number":"h4735"},{"text":"smote","number":"h5221"},{"text":"and thy servants","number":"h5650"},{"text":"the congregation","number":"h5712"},{"text":"before","number":"h6440"}],"1":[{"text":"and the land","number":"h776"},{"text":"the land","number":"h776"},{"text":"Now the children","number":"h1121"},{"text":"and the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"of Gilead","number":"h1568"},{"text":"of Jazer","number":"h3270"},{"text":"had a very","number":"h3966"},{"text":"that behold the place","number":"h4725"},{"text":"was a place","number":"h4725"},{"text":"for cattle","number":"h4735"},{"text":"of cattle","number":"h4735"},{"text":"great","number":"h6099"},{"text":"and when they saw","number":"h7200"},{"text":"of Reuben","number":"h7205"},{"text":"multitude","number":"h7227"}],"7":[{"text":"into the land","number":"h776"},{"text":"of the children","number":"h1121"},{"text":"which the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"the heart","number":"h3820"},{"text":"And wherefore discourage ye","number":"h5106"},{"text":"hath given","number":"h5414"},{"text":"from going over","number":"h5674"}],"9":[{"text":"into the land","number":"h776"},{"text":"the land","number":"h776"},{"text":"of Eshcol","number":"h812"},{"text":"that they should not go","number":"h935"},{"text":"of the children","number":"h1121"},{"text":"which the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"the heart","number":"h3820"},{"text":"they discouraged","number":"h5106"},{"text":"unto the valley","number":"h5158"},{"text":"had given","number":"h5414"},{"text":"For when they went up","number":"h5927"},{"text":"and saw","number":"h7200"}],"26":[{"text":"our wives","number":"h802"},{"text":"and all our cattle","number":"h929"},{"text":"of Gilead","number":"h1568"},{"text":"Our little ones","number":"h2945"},{"text":"our flocks","number":"h4735"},{"text":"shall be there in the cities","number":"h5892"}],"19":[{"text":"is fallen","number":"h935"},{"text":"or forward","number":"h1973"},{"text":"Jordan","number":"h3383"},{"text":"Jordan","number":"h3383"},{"text":"eastward","number":"h4217"},{"text":"For we will not inherit","number":"h5157"},{"text":"because our inheritance","number":"h5159"},{"text":"to us on this side","number":"h5676"},{"text":"with them on yonder side","number":"h5676"}],"36":[{"text":"and Bethharan","number":"h1028"},{"text":"And Bethnimrah","number":"h1039"},{"text":"and folds","number":"h1448"},{"text":"fenced","number":"h4013"},{"text":"cities","number":"h5892"},{"text":"for sheep","number":"h6629"}],"34":[{"text":"And the children","number":"h1121"},{"text":"built","number":"h1129"},{"text":"of Gad","number":"h1410"},{"text":"Dibon","number":"h1769"},{"text":"and Ataroth","number":"h5852"},{"text":"and Aroer","number":"h6177"}],"40":[{"text":"the son","number":"h1121"},{"text":"Gilead","number":"h1568"},{"text":"and he dwelt","number":"h3427"},{"text":"unto Machir","number":"h4353"},{"text":"of Manasseh","number":"h4519"},{"text":"And Moses","number":"h4872"},{"text":"gave","number":"h5414"}],"41":[{"text":"the son","number":"h1121"},{"text":"went","number":"h1980"},{"text":"the small towns","number":"h2333"},{"text":"them Havothjair","number":"h2334"},{"text":"And Jair","number":"h2971"},{"text":"and took","number":"h3920"},{"text":"of Manasseh","number":"h4519"},{"text":"thereof and called","number":"h7121"}],"24":[{"text":"Build","number":"h1129"},{"text":"and folds","number":"h1448"},{"text":"for your little ones","number":"h2945"},{"text":"that which hath proceeded","number":"h3318"},{"text":"you cities","number":"h5892"},{"text":"and do","number":"h6213"},{"text":"out of your mouth","number":"h6310"},{"text":"for your sheep","number":"h6792"}],"38":[{"text":"which they builded","number":"h1129"},{"text":"and Baalmeon","number":"h1186"},{"text":"being changed","number":"h4142"},{"text":"And Nebo","number":"h5015"},{"text":"unto the cities","number":"h5892"},{"text":"and gave","number":"h7121"},{"text":"and Shibmah","number":"h7643"},{"text":"their names","number":"h8034"},{"text":"other names","number":"h8034"}],"42":[{"text":"and the villages","number":"h1323"},{"text":"went","number":"h1980"},{"text":"and took","number":"h3920"},{"text":"And Nobah","number":"h5025"},{"text":"it Nobah","number":"h5025"},{"text":"Kenath","number":"h7079"},{"text":"thereof and called","number":"h7121"},{"text":"after his own name","number":"h8034"}],"23":[{"text":"behold ye have sinned","number":"h2398"},{"text":"your sin","number":"h2403"},{"text":"and be sure","number":"h3045"},{"text":"against the LORD","number":"h3068"},{"text":"will find you out","number":"h4672"},{"text":"But if ye will not do so","number":"h6213"}],"35":[{"text":"and Jogbehah","number":"h3011"},{"text":"and Jaazer","number":"h3270"},{"text":"And Atroth Shophan","number":"h5855"}]}
@@ -0,0 +1 @@
1
+ {"54":[{"text":"of your fathers","number":"h1"},{"text":"the land","number":"h776"},{"text":"by lot","number":"h1486"},{"text":"every man's inheritance shall be in the place where his lot","number":"h1486"},{"text":"falleth","number":"h3318"},{"text":"according to the tribes","number":"h4294"},{"text":"ye shall give the less","number":"h4591"},{"text":"and to the fewer","number":"h4592"},{"text":"among your families","number":"h4940"},{"text":"And ye shall divide","number":"h5157"},{"text":"for an inheritance","number":"h5157"},{"text":"ye shall inherit","number":"h5157"},{"text":"inheritance","number":"h5159"},{"text":"inheritance","number":"h5159"},{"text":"and to the more","number":"h7227"},{"text":"ye shall give the more","number":"h7235"}],"52":[{"text":"and destroy","number":"h6"},{"text":"you and destroy","number":"h6"},{"text":"of the land","number":"h776"},{"text":"all their high places","number":"h1116"},{"text":"Then ye shall drive out","number":"h3423"},{"text":"all the inhabitants","number":"h3427"},{"text":"all their molten","number":"h4541"},{"text":"all their pictures","number":"h4906"},{"text":"from before","number":"h6440"},{"text":"images","number":"h6754"},{"text":"and quite pluck down","number":"h8045"}],"49":[{"text":"even unto Abelshittim","number":"h63"},{"text":"from Bethjesimoth","number":"h1020"},{"text":"And they pitched","number":"h2583"},{"text":"by Jordan","number":"h3383"},{"text":"of Moab","number":"h4124"},{"text":"in the plains","number":"h6160"}],"44":[{"text":"from Oboth","number":"h88"},{"text":"in the border","number":"h1366"},{"text":"and pitched","number":"h2583"},{"text":"of Moab","number":"h4124"},{"text":"And they departed","number":"h5265"},{"text":"in Ijeabarim","number":"h5863"}],"43":[{"text":"in Oboth","number":"h88"},{"text":"and pitched","number":"h2583"},{"text":"And they departed","number":"h5265"},{"text":"from Punon","number":"h6325"}],"37":[{"text":"of Edom","number":"h123"},{"text":"of the land","number":"h776"},{"text":"in mount","number":"h2022"},{"text":"Hor","number":"h2023"},{"text":"and pitched","number":"h2583"},{"text":"And they removed","number":"h5265"},{"text":"from Kadesh","number":"h6946"},{"text":"in the edge","number":"h7097"}],"38":[{"text":"And Aaron","number":"h175"},{"text":"in the first","number":"h259"},{"text":"there in the fortieth","number":"h705"},{"text":"of the land","number":"h776"},{"text":"after the children","number":"h1121"},{"text":"into mount","number":"h2022"},{"text":"Hor","number":"h2023"},{"text":"month","number":"h2320"},{"text":"day of the fifth","number":"h2549"},{"text":"of the LORD","number":"h3068"},{"text":"were come out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"the priest","number":"h3548"},{"text":"and died","number":"h4191"},{"text":"of Egypt","number":"h4714"},{"text":"went up","number":"h5927"},{"text":"at the commandment","number":"h6310"},{"text":"year","number":"h8141"}],"39":[{"text":"And Aaron","number":"h175"},{"text":"old","number":"h1121"},{"text":"in mount","number":"h2022"},{"text":"Hor","number":"h2023"},{"text":"was an hundred","number":"h3967"},{"text":"when he died","number":"h4194"},{"text":"and twenty","number":"h6242"},{"text":"and three","number":"h7969"},{"text":"years","number":"h8141"}],"1":[{"text":"and Aaron","number":"h175"},{"text":"out of the land","number":"h776"},{"text":"of the children","number":"h1121"},{"text":"under the hand","number":"h3027"},{"text":"which went forth","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"These are the journeys","number":"h4550"},{"text":"of Egypt","number":"h4714"},{"text":"of Moses","number":"h4872"},{"text":"with their armies","number":"h6635"}],"9":[{"text":"and in Elim","number":"h362"},{"text":"unto Elim","number":"h362"},{"text":"and came","number":"h935"},{"text":"and they pitched","number":"h2583"},{"text":"of water","number":"h4325"},{"text":"from Marah","number":"h4785"},{"text":"And they removed","number":"h5265"},{"text":"fountains","number":"h5869"},{"text":"and threescore and ten","number":"h7657"},{"text":"were twelve","number":"h8147"},{"text":"palm trees","number":"h8558"}],"10":[{"text":"from Elim","number":"h362"},{"text":"and encamped","number":"h2583"},{"text":"sea","number":"h3220"},{"text":"And they removed","number":"h5265"},{"text":"by the Red","number":"h5488"}],"4":[{"text":"among them upon their gods","number":"h430"},{"text":"all their firstborn","number":"h1060"},{"text":"also the LORD","number":"h3068"},{"text":"which the LORD","number":"h3068"},{"text":"For the Egyptians","number":"h4714"},{"text":"had smitten","number":"h5221"},{"text":"executed","number":"h6213"},{"text":"buried","number":"h6912"},{"text":"judgments","number":"h8201"}],"14":[{"text":"from Alush","number":"h442"},{"text":"and encamped","number":"h2583"},{"text":"where was no water","number":"h4325"},{"text":"And they removed","number":"h5265"},{"text":"for the people","number":"h5971"},{"text":"at Rephidim","number":"h7508"},{"text":"to drink","number":"h8354"}],"13":[{"text":"in Alush","number":"h442"},{"text":"from Dophkah","number":"h1850"},{"text":"and encamped","number":"h2583"},{"text":"And they departed","number":"h5265"}],"51":[{"text":"and say","number":"h559"},{"text":"into the land","number":"h776"},{"text":"unto the children","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"Jordan","number":"h3383"},{"text":"of Israel","number":"h3478"},{"text":"of Canaan","number":"h3667"},{"text":"unto them When ye are passed over","number":"h5674"}],"50":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"by Jordan","number":"h3383"},{"text":"near Jericho","number":"h3405"},{"text":"of Moab","number":"h4124"},{"text":"unto Moses","number":"h4872"},{"text":"in the plains","number":"h6160"}],"40":[{"text":"in the land","number":"h776"},{"text":"of the coming","number":"h935"},{"text":"of the children","number":"h1121"},{"text":"which dwelt","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"of Canaan","number":"h3667"},{"text":"the Canaanite","number":"h3669"},{"text":"And king","number":"h4428"},{"text":"in the south","number":"h5045"},{"text":"Arad","number":"h6166"},{"text":"heard","number":"h8085"}],"55":[{"text":"of the land","number":"h776"},{"text":"you in the land","number":"h776"},{"text":"But if ye will not drive out","number":"h3423"},{"text":"the inhabitants","number":"h3427"},{"text":"wherein ye dwell","number":"h3427"},{"text":"you then it shall come to pass that those which ye let remain","number":"h3498"},{"text":"in your eyes","number":"h5869"},{"text":"from before","number":"h6440"},{"text":"in your sides","number":"h6654"},{"text":"and thorns","number":"h6796"},{"text":"and shall vex","number":"h6887"},{"text":"of them shall be pricks","number":"h7899"}],"53":[{"text":"the inhabitants of the land","number":"h776"},{"text":"you the land","number":"h776"},{"text":"And ye shall dispossess","number":"h3423"},{"text":"to possess","number":"h3423"},{"text":"and dwell","number":"h3427"},{"text":"therein for I have given","number":"h5414"}],"7":[{"text":"from Etham","number":"h864"},{"text":"which is before Baalzephon","number":"h1189"},{"text":"and they pitched","number":"h2583"},{"text":"Migdol","number":"h4024"},{"text":"And they removed","number":"h5265"},{"text":"unto Pihahiroth","number":"h6367"},{"text":"before","number":"h6440"},{"text":"and turned again","number":"h7725"}],"6":[{"text":"in Etham","number":"h864"},{"text":"and pitched","number":"h2583"},{"text":"of the wilderness","number":"h4057"},{"text":"And they departed","number":"h5265"},{"text":"from Succoth","number":"h5523"},{"text":"which is in the edge","number":"h7097"}],"8":[{"text":"of Etham","number":"h864"},{"text":"journey","number":"h1870"},{"text":"and pitched","number":"h2583"},{"text":"days","number":"h3117"},{"text":"and went","number":"h3212"},{"text":"of the sea","number":"h3220"},{"text":"in the wilderness","number":"h4057"},{"text":"into the wilderness","number":"h4057"},{"text":"in Marah","number":"h4785"},{"text":"And they departed","number":"h5265"},{"text":"and passed through","number":"h5674"},{"text":"Pihahiroth","number":"h6367"},{"text":"from before","number":"h6440"},{"text":"three","number":"h7969"},{"text":"the midst","number":"h8432"}],"5":[{"text":"And the children","number":"h1121"},{"text":"and pitched","number":"h2583"},{"text":"of Israel","number":"h3478"},{"text":"removed","number":"h5265"},{"text":"in Succoth","number":"h5523"},{"text":"from Rameses","number":"h7486"}],"3":[{"text":"the children","number":"h1121"},{"text":"month","number":"h2320"},{"text":"month","number":"h2320"},{"text":"hand","number":"h3027"},{"text":"day","number":"h3117"},{"text":"went out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"on the morrow","number":"h4283"},{"text":"of all the Egyptians","number":"h4714"},{"text":"And they departed","number":"h5265"},{"text":"in the sight","number":"h5869"},{"text":"on the fifteenth","number":"h6240"},{"text":"after the passover","number":"h6453"},{"text":"in the first","number":"h7223"},{"text":"of the first","number":"h7223"},{"text":"with an high","number":"h7311"},{"text":"from Rameses","number":"h7486"}],"32":[{"text":"from Benejaakan","number":"h1142"},{"text":"and encamped","number":"h2583"},{"text":"at Horhagidgad","number":"h2735"},{"text":"And they removed","number":"h5265"}],"31":[{"text":"in Benejaakan","number":"h1142"},{"text":"and pitched","number":"h2583"},{"text":"from Moseroth","number":"h4149"},{"text":"And they departed","number":"h5265"}],"46":[{"text":"from Dibongad","number":"h1769"},{"text":"and encamped","number":"h2583"},{"text":"And they removed","number":"h5265"},{"text":"in Almondiblathaim","number":"h5963"}],"45":[{"text":"in Dibongad","number":"h1769"},{"text":"and pitched","number":"h2583"},{"text":"And they departed","number":"h5265"},{"text":"from Iim","number":"h5864"}],"56":[{"text":"unto you as I thought","number":"h1819"},{"text":"Moreover it shall come to pass that I shall do","number":"h6213"},{"text":"to do","number":"h6213"}],"12":[{"text":"in Dophkah","number":"h1850"},{"text":"and encamped","number":"h2583"},{"text":"out of the wilderness","number":"h4057"},{"text":"And they took their journey","number":"h5265"},{"text":"of Sin","number":"h5512"}],"24":[{"text":"from mount","number":"h2022"},{"text":"and encamped","number":"h2583"},{"text":"in Haradah","number":"h2732"},{"text":"And they removed","number":"h5265"},{"text":"Shapher","number":"h8234"}],"41":[{"text":"from mount","number":"h2022"},{"text":"Hor","number":"h2023"},{"text":"and pitched","number":"h2583"},{"text":"And they departed","number":"h5265"},{"text":"in Zalmonah","number":"h6758"}],"48":[{"text":"from the mountains","number":"h2022"},{"text":"and pitched","number":"h2583"},{"text":"by Jordan","number":"h3383"},{"text":"near Jericho","number":"h3405"},{"text":"of Moab","number":"h4124"},{"text":"And they departed","number":"h5265"},{"text":"of Abarim","number":"h5682"},{"text":"in the plains","number":"h6160"}],"23":[{"text":"in mount","number":"h2022"},{"text":"and pitched","number":"h2583"},{"text":"And they went","number":"h5265"},{"text":"from Kehelathah","number":"h6954"},{"text":"Shapher","number":"h8234"}],"47":[{"text":"in the mountains","number":"h2022"},{"text":"and pitched","number":"h2583"},{"text":"Nebo","number":"h5015"},{"text":"And they removed","number":"h5265"},{"text":"of Abarim","number":"h5682"},{"text":"from Almondiblathaim","number":"h5963"},{"text":"before","number":"h6440"}],"11":[{"text":"and encamped","number":"h2583"},{"text":"sea","number":"h3220"},{"text":"in the wilderness","number":"h4057"},{"text":"And they removed","number":"h5265"},{"text":"from the Red","number":"h5488"},{"text":"of Sin","number":"h5512"}],"17":[{"text":"and encamped","number":"h2583"},{"text":"at Hazeroth","number":"h2698"},{"text":"And they departed","number":"h5265"},{"text":"from Kibrothhattaavah","number":"h6914"}],"26":[{"text":"and encamped","number":"h2583"},{"text":"from Makheloth","number":"h4722"},{"text":"And they removed","number":"h5265"},{"text":"at Tahath","number":"h8480"}],"30":[{"text":"and encamped","number":"h2583"},{"text":"from Hashmonah","number":"h2832"},{"text":"at Moseroth","number":"h4149"},{"text":"And they departed","number":"h5265"}],"34":[{"text":"and encamped","number":"h2583"},{"text":"from Jotbathah","number":"h3193"},{"text":"And they removed","number":"h5265"},{"text":"at Ebronah","number":"h5684"}],"35":[{"text":"and encamped","number":"h2583"},{"text":"And they departed","number":"h5265"},{"text":"from Ebronah","number":"h5684"},{"text":"at Eziongaber","number":"h6100"}],"15":[{"text":"and pitched","number":"h2583"},{"text":"in the wilderness","number":"h4057"},{"text":"And they departed","number":"h5265"},{"text":"of Sinai","number":"h5514"},{"text":"from Rephidim","number":"h7508"}],"16":[{"text":"and pitched","number":"h2583"},{"text":"from the desert","number":"h4057"},{"text":"And they removed","number":"h5265"},{"text":"of Sinai","number":"h5514"},{"text":"at Kibrothhattaavah","number":"h6914"}],"18":[{"text":"and pitched","number":"h2583"},{"text":"from Hazeroth","number":"h2698"},{"text":"And they departed","number":"h5265"},{"text":"in Rithmah","number":"h7575"}],"19":[{"text":"and pitched","number":"h2583"},{"text":"And they departed","number":"h5265"},{"text":"at Rimmonparez","number":"h7428"},{"text":"from Rithmah","number":"h7575"}],"20":[{"text":"and pitched","number":"h2583"},{"text":"in Libnah","number":"h3841"},{"text":"And they departed","number":"h5265"},{"text":"from Rimmonparez","number":"h7428"}],"21":[{"text":"and pitched","number":"h2583"},{"text":"from Libnah","number":"h3841"},{"text":"And they removed","number":"h5265"},{"text":"at Rissah","number":"h7446"}],"22":[{"text":"and pitched","number":"h2583"},{"text":"And they journeyed","number":"h5265"},{"text":"in Kehelathah","number":"h6954"},{"text":"from Rissah","number":"h7446"}],"25":[{"text":"and pitched","number":"h2583"},{"text":"from Haradah","number":"h2732"},{"text":"in Makheloth","number":"h4722"},{"text":"And they removed","number":"h5265"}],"27":[{"text":"and pitched","number":"h2583"},{"text":"And they departed","number":"h5265"},{"text":"from Tahath","number":"h8480"},{"text":"at Tarah","number":"h8646"}],"28":[{"text":"and pitched","number":"h2583"},{"text":"in Mithcah","number":"h4989"},{"text":"And they removed","number":"h5265"},{"text":"from Tarah","number":"h8646"}],"29":[{"text":"and pitched","number":"h2583"},{"text":"in Hashmonah","number":"h2832"},{"text":"from Mithcah","number":"h4989"},{"text":"And they went","number":"h5265"}],"33":[{"text":"and pitched","number":"h2583"},{"text":"from Horhagidgad","number":"h2735"},{"text":"in Jotbathah","number":"h3193"},{"text":"And they went","number":"h5265"}],"36":[{"text":"and pitched","number":"h2583"},{"text":"in the wilderness","number":"h4057"},{"text":"And they removed","number":"h5265"},{"text":"from Eziongaber","number":"h6100"},{"text":"of Zin","number":"h6790"},{"text":"which is Kadesh","number":"h6946"}],"42":[{"text":"and pitched","number":"h2583"},{"text":"And they departed","number":"h5265"},{"text":"in Punon","number":"h6325"},{"text":"from Zalmonah","number":"h6758"}],"2":[{"text":"of the LORD","number":"h3068"},{"text":"wrote","number":"h3789"},{"text":"according to their goings out","number":"h4161"},{"text":"their goings out","number":"h4161"},{"text":"according to their journeys","number":"h4550"},{"text":"and these are their journeys","number":"h4550"},{"text":"And Moses","number":"h4872"},{"text":"by the commandment","number":"h6310"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"of their fathers","number":"h1"},{"text":"of their fathers","number":"h1"},{"text":"according to the house","number":"h1004"},{"text":"according to the house","number":"h1004"},{"text":"of the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"of Gad","number":"h1425"},{"text":"their inheritance and half","number":"h2677"},{"text":"have received","number":"h3947"},{"text":"have received","number":"h3947"},{"text":"For the tribe","number":"h4294"},{"text":"and the tribe","number":"h4294"},{"text":"the tribe","number":"h4294"},{"text":"of Manasseh","number":"h4519"},{"text":"their inheritance","number":"h5159"},{"text":"of Reuben","number":"h7206"}],"3":[{"text":"of Edom","number":"h123"},{"text":"border","number":"h1366"},{"text":"along by the coast","number":"h3027"},{"text":"sea","number":"h3220"},{"text":"shall be from the wilderness","number":"h4057"},{"text":"of the salt","number":"h4417"},{"text":"Then your south","number":"h5045"},{"text":"and your south","number":"h5045"},{"text":"quarter","number":"h6285"},{"text":"of Zin","number":"h6790"},{"text":"eastward","number":"h6924"},{"text":"shall be the outmost coast","number":"h7097"}],"10":[{"text":"And ye shall point out","number":"h184"},{"text":"border","number":"h1366"},{"text":"from Hazarenan","number":"h2704"},{"text":"your east","number":"h6924"},{"text":"to Shepham","number":"h8221"}],"18":[{"text":"one","number":"h259"},{"text":"the land","number":"h776"},{"text":"And ye shall take","number":"h3947"},{"text":"of every tribe","number":"h4294"},{"text":"by inheritance","number":"h5157"},{"text":"to divide","number":"h5157"},{"text":"prince","number":"h5387"}],"27":[{"text":"Ahihud","number":"h282"},{"text":"of Asher","number":"h836"},{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of the tribe","number":"h4294"},{"text":"And the prince","number":"h5387"},{"text":"of Shelomi","number":"h8015"}],"21":[{"text":"Elidad","number":"h449"},{"text":"the son","number":"h1121"},{"text":"of Benjamin","number":"h1144"},{"text":"of Chislon","number":"h3692"},{"text":"Of the tribe","number":"h4294"}],"25":[{"text":"Elizaphan","number":"h469"},{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Zebulun","number":"h2074"},{"text":"of the tribe","number":"h4294"},{"text":"And the prince","number":"h5387"},{"text":"of Parnach","number":"h6535"}],"17":[{"text":"unto you Eleazar","number":"h499"},{"text":"of the men","number":"h582"},{"text":"the land","number":"h776"},{"text":"the son","number":"h1121"},{"text":"and Joshua","number":"h3091"},{"text":"the priest","number":"h3548"},{"text":"of Nun","number":"h5126"},{"text":"which shall divide","number":"h5157"},{"text":"These are the names","number":"h8034"}],"2":[{"text":"and say","number":"h559"},{"text":"this is the land","number":"h776"},{"text":"even the land","number":"h776"},{"text":"into the land","number":"h776"},{"text":"unto them When ye come","number":"h935"},{"text":"the children","number":"h1121"},{"text":"with the coasts","number":"h1367"},{"text":"of Israel","number":"h3478"},{"text":"of Canaan","number":"h3667"},{"text":"of Canaan","number":"h3667"},{"text":"unto you for an inheritance","number":"h5159"},{"text":"that shall fall","number":"h5307"},{"text":"Command","number":"h6680"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"13":[{"text":"saying","number":"h559"},{"text":"This is the land","number":"h776"},{"text":"the children","number":"h1121"},{"text":"by lot","number":"h1486"},{"text":"and to the half","number":"h2677"},{"text":"which the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"tribe","number":"h4294"},{"text":"tribes","number":"h4294"},{"text":"And Moses","number":"h4872"},{"text":"which ye shall inherit","number":"h5157"},{"text":"to give","number":"h5414"},{"text":"commanded","number":"h6680"},{"text":"commanded","number":"h6680"},{"text":"unto the nine","number":"h8672"}],"16":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"19":[{"text":"of the men","number":"h582"},{"text":"the son","number":"h1121"},{"text":"of Judah","number":"h3063"},{"text":"of Jephunneh","number":"h3312"},{"text":"Caleb","number":"h3612"},{"text":"are these Of the tribe","number":"h4294"},{"text":"And the names","number":"h8034"}],"23":[{"text":"of Ephod","number":"h641"},{"text":"of the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"Hanniel","number":"h2592"},{"text":"of Joseph","number":"h3130"},{"text":"for the tribe","number":"h4294"},{"text":"of Manasseh","number":"h4519"},{"text":"The prince","number":"h5387"}],"24":[{"text":"of Ephraim","number":"h669"},{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of the tribe","number":"h4294"},{"text":"And the prince","number":"h5387"},{"text":"Kemuel","number":"h7055"},{"text":"of Shiphtan","number":"h8204"}],"29":[{"text":"in the land","number":"h776"},{"text":"unto the children","number":"h1121"},{"text":"These are they whom the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Canaan","number":"h3667"},{"text":"to divide the inheritance","number":"h5157"},{"text":"commanded","number":"h6680"}],"12":[{"text":"this shall be your land","number":"h776"},{"text":"And the border","number":"h1366"},{"text":"with the coasts","number":"h1367"},{"text":"sea","number":"h3220"},{"text":"shall go down","number":"h3381"},{"text":"to Jordan","number":"h3383"},{"text":"of it shall be at the salt","number":"h4417"},{"text":"thereof round about","number":"h5439"},{"text":"and the goings out","number":"h8444"}],"8":[{"text":"your border unto the entrance","number":"h935"},{"text":"of the border","number":"h1366"},{"text":"From mount","number":"h2022"},{"text":"Hor","number":"h2023"},{"text":"of Hamath","number":"h2574"},{"text":"shall be to Zedad","number":"h6657"},{"text":"ye shall point out","number":"h8376"},{"text":"and the goings forth","number":"h8444"}],"20":[{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"And of the tribe","number":"h4294"},{"text":"of Ammihud","number":"h5989"},{"text":"Shemuel","number":"h8050"},{"text":"of Simeon","number":"h8095"}],"22":[{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"Bukki","number":"h1231"},{"text":"of Dan","number":"h1835"},{"text":"of Jogli","number":"h3020"},{"text":"of the tribe","number":"h4294"},{"text":"And the prince","number":"h5387"}],"26":[{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Issachar","number":"h3485"},{"text":"of the tribe","number":"h4294"},{"text":"And the prince","number":"h5387"},{"text":"of Azzan","number":"h5821"},{"text":"Paltiel","number":"h6409"}],"28":[{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of the tribe","number":"h4294"},{"text":"of Naphtali","number":"h5321"},{"text":"And the prince","number":"h5387"},{"text":"of Ammihud","number":"h5989"},{"text":"Pedahel","number":"h6300"}],"5":[{"text":"And the border","number":"h1366"},{"text":"of it shall be at the sea","number":"h3220"},{"text":"of Egypt","number":"h4714"},{"text":"unto the river","number":"h5158"},{"text":"shall fetch a compass","number":"h5437"},{"text":"from Azmon","number":"h6111"},{"text":"and the goings out","number":"h8444"}],"9":[{"text":"And the border","number":"h1366"},{"text":"border","number":"h1366"},{"text":"to Ziphron","number":"h2202"},{"text":"of it shall be at Hazarenan","number":"h2704"},{"text":"shall go on","number":"h3318"},{"text":"this shall be your north","number":"h6828"},{"text":"and the goings out","number":"h8444"}],"11":[{"text":"And the coast","number":"h1366"},{"text":"and the border","number":"h1366"},{"text":"of the sea","number":"h3220"},{"text":"shall descend","number":"h3381"},{"text":"shall go down","number":"h3381"},{"text":"of Chinnereth","number":"h3672"},{"text":"unto the side","number":"h3802"},{"text":"and shall reach","number":"h4229"},{"text":"of Ain","number":"h5871"},{"text":"eastward","number":"h6924"},{"text":"on the east side","number":"h6924"},{"text":"to Riblah","number":"h7247"},{"text":"from Shepham","number":"h8221"}],"4":[{"text":"And your border","number":"h1366"},{"text":"to Hazaraddar","number":"h2692"},{"text":"and shall go on","number":"h3318"},{"text":"to the ascent","number":"h4608"},{"text":"of Akrabbim","number":"h4610"},{"text":"from the south","number":"h5045"},{"text":"thereof shall be from the south","number":"h5045"},{"text":"shall turn","number":"h5437"},{"text":"and pass on","number":"h5674"},{"text":"and pass on","number":"h5674"},{"text":"to Azmon","number":"h6111"},{"text":"to Zin","number":"h6790"},{"text":"to Kadeshbarnea","number":"h6947"},{"text":"and the going forth","number":"h8444"}],"6":[{"text":"border","number":"h1366"},{"text":"border","number":"h1366"},{"text":"for a border","number":"h1366"},{"text":"ye shall even have the great","number":"h1419"},{"text":"And as for the western","number":"h3220"},{"text":"sea","number":"h3220"},{"text":"this shall be your west","number":"h3220"}],"7":[{"text":"border","number":"h1366"},{"text":"from the great","number":"h1419"},{"text":"for you mount","number":"h2022"},{"text":"Hor","number":"h2023"},{"text":"sea","number":"h3220"},{"text":"And this shall be your north","number":"h6828"},{"text":"ye shall point out","number":"h8376"}],"15":[{"text":"and the half","number":"h2677"},{"text":"Jordan","number":"h3383"},{"text":"near Jericho","number":"h3405"},{"text":"have received","number":"h3947"},{"text":"toward the sunrising","number":"h4217"},{"text":"tribe","number":"h4294"},{"text":"tribes","number":"h4294"},{"text":"their inheritance","number":"h5159"},{"text":"on this side","number":"h5676"},{"text":"eastward","number":"h6924"},{"text":"The two","number":"h8147"}]}
@@ -0,0 +1 @@
1
+ {"23":[{"text":"Or with any stone","number":"h68"},{"text":"and was not his enemy","number":"h341"},{"text":"neither sought","number":"h1245"},{"text":"him not","number":"h3808"},{"text":"it upon him that he die","number":"h4191"},{"text":"wherewith a man may die","number":"h4191"},{"text":"and cast","number":"h5307"},{"text":"seeing","number":"h7200"},{"text":"his harm","number":"h7451"}],"17":[{"text":"a stone","number":"h68"},{"text":"him with throwing","number":"h3027"},{"text":"and he die","number":"h4191"},{"text":"be put to death","number":"h4191"},{"text":"shall surely","number":"h4191"},{"text":"wherewith he may die","number":"h4191"},{"text":"And if he smite","number":"h5221"},{"text":"he is a murderer","number":"h7523"},{"text":"the murderer","number":"h7523"}],"30":[{"text":"but one","number":"h259"},{"text":"to cause him to die","number":"h4191"},{"text":"Whoso killeth","number":"h5221"},{"text":"against any person","number":"h5315"},{"text":"any person","number":"h5315"},{"text":"of witnesses","number":"h5707"},{"text":"witness","number":"h5707"},{"text":"shall not testify","number":"h6030"},{"text":"by the mouth","number":"h6310"},{"text":"shall be put to death","number":"h7523"},{"text":"the murderer","number":"h7523"}],"28":[{"text":"of his possession","number":"h272"},{"text":"but after","number":"h310"},{"text":"into the land","number":"h776"},{"text":"of the high","number":"h1419"},{"text":"of the high","number":"h1419"},{"text":"Because he should have remained","number":"h3427"},{"text":"priest","number":"h3548"},{"text":"priest","number":"h3548"},{"text":"the death","number":"h4194"},{"text":"until the death","number":"h4194"},{"text":"of his refuge","number":"h4733"},{"text":"in the city","number":"h5892"},{"text":"the slayer","number":"h7523"},{"text":"shall return","number":"h7725"}],"2":[{"text":"of their possession","number":"h272"},{"text":"the children","number":"h1121"},{"text":"to dwell in","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"also unto the Levites","number":"h3881"},{"text":"unto the Levites","number":"h3881"},{"text":"suburbs","number":"h4054"},{"text":"of the inheritance","number":"h5159"},{"text":"and ye shall give","number":"h5414"},{"text":"that they give","number":"h5414"},{"text":"round about","number":"h5439"},{"text":"cities","number":"h5892"},{"text":"for the cities","number":"h5892"},{"text":"Command","number":"h6680"}],"8":[{"text":"shall be of the possession","number":"h272"},{"text":"every one","number":"h376"},{"text":"of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"unto the Levites","number":"h3881"},{"text":"ye shall give few","number":"h4591"},{"text":"but from them that have few","number":"h4592"},{"text":"which he inheriteth","number":"h5157"},{"text":"to his inheritance","number":"h5159"},{"text":"shall give","number":"h5414"},{"text":"which ye shall give","number":"h5414"},{"text":"And the cities","number":"h5892"},{"text":"of his cities","number":"h5892"},{"text":"according","number":"h6310"},{"text":"from them that have many","number":"h7227"},{"text":"ye shall give many","number":"h7235"}],"21":[{"text":"Or in enmity","number":"h342"},{"text":"the revenger","number":"h1350"},{"text":"of blood","number":"h1818"},{"text":"him with his hand","number":"h3027"},{"text":"be put to death","number":"h4191"},{"text":"him shall surely","number":"h4191"},{"text":"shall slay","number":"h4191"},{"text":"that he die","number":"h4191"},{"text":"he that smote","number":"h5221"},{"text":"smite","number":"h5221"},{"text":"when he meeteth","number":"h6293"},{"text":"for he is a murderer","number":"h7523"},{"text":"the murderer","number":"h7523"}],"22":[{"text":"enmity","number":"h342"},{"text":"But if he thrust","number":"h1920"},{"text":"upon him any thing","number":"h3627"},{"text":"without","number":"h3808"},{"text":"him suddenly","number":"h6621"},{"text":"without laying of wait","number":"h6660"},{"text":"or have cast","number":"h7993"}],"4":[{"text":"a thousand","number":"h505"},{"text":"cubits","number":"h520"},{"text":"and outward","number":"h2351"},{"text":"unto the Levites","number":"h3881"},{"text":"And the suburbs","number":"h4054"},{"text":"which ye shall give","number":"h5414"},{"text":"round about","number":"h5439"},{"text":"of the cities","number":"h5892"},{"text":"of the city","number":"h5892"},{"text":"shall reach from the wall","number":"h7023"}],"5":[{"text":"two thousand","number":"h505"},{"text":"two thousand","number":"h505"},{"text":"two thousand","number":"h505"},{"text":"two thousand","number":"h505"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"from without","number":"h2351"},{"text":"and on the west","number":"h3220"},{"text":"this shall be to them the suburbs","number":"h4054"},{"text":"And ye shall measure","number":"h4058"},{"text":"and on the south","number":"h5045"},{"text":"and the city","number":"h5892"},{"text":"of the cities","number":"h5892"},{"text":"the city","number":"h5892"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"and on the north","number":"h6828"},{"text":"on the east","number":"h6924"},{"text":"shall be in the midst","number":"h8432"}],"10":[{"text":"and say","number":"h559"},{"text":"into the land","number":"h776"},{"text":"unto the children","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"Jordan","number":"h3383"},{"text":"of Israel","number":"h3478"},{"text":"of Canaan","number":"h3667"},{"text":"unto them When ye be come over","number":"h5674"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"by Jordan","number":"h3383"},{"text":"near Jericho","number":"h3405"},{"text":"of Moab","number":"h4124"},{"text":"unto Moses","number":"h4872"},{"text":"in the plains","number":"h6160"}],"9":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"6":[{"text":"forty","number":"h705"},{"text":"unto the Levites","number":"h3881"},{"text":"for refuge","number":"h4733"},{"text":"that he may flee","number":"h5127"},{"text":"thither and to them ye shall add","number":"h5414"},{"text":"which ye shall appoint","number":"h5414"},{"text":"which ye shall give","number":"h5414"},{"text":"And among the cities","number":"h5892"},{"text":"cities","number":"h5892"},{"text":"cities","number":"h5892"},{"text":"for the manslayer","number":"h7523"},{"text":"and two","number":"h8147"},{"text":"there shall be six","number":"h8337"}],"7":[{"text":"shall be forty","number":"h705"},{"text":"to the Levites","number":"h3881"},{"text":"them shall ye give with their suburbs","number":"h4054"},{"text":"which ye shall give","number":"h5414"},{"text":"So all the cities","number":"h5892"},{"text":"cities","number":"h5892"},{"text":"and eight","number":"h8083"}],"33":[{"text":"and the land","number":"h776"},{"text":"the land","number":"h776"},{"text":"the land","number":"h776"},{"text":"of the blood","number":"h1818"},{"text":"therein but by the blood","number":"h1818"},{"text":"wherein ye are for blood","number":"h1818"},{"text":"So ye shall not pollute","number":"h2610"},{"text":"it defileth","number":"h2610"},{"text":"cannot be cleansed","number":"h3722"},{"text":"of him that shed","number":"h8210"},{"text":"that is shed","number":"h8210"}],"14":[{"text":"in the land","number":"h776"},{"text":"Jordan","number":"h3383"},{"text":"of Canaan","number":"h3667"},{"text":"of refuge","number":"h4733"},{"text":"Ye shall give","number":"h5414"},{"text":"shall ye give","number":"h5414"},{"text":"on this side","number":"h5676"},{"text":"cities","number":"h5892"},{"text":"cities","number":"h5892"},{"text":"which shall be cities","number":"h5892"},{"text":"and three","number":"h7969"},{"text":"three","number":"h7969"}],"32":[{"text":"in the land","number":"h776"},{"text":"to dwell","number":"h3427"},{"text":"of the priest","number":"h3548"},{"text":"no satisfaction","number":"h3724"},{"text":"And ye shall take","number":"h3947"},{"text":"until the death","number":"h4194"},{"text":"of his refuge","number":"h4733"},{"text":"for him that is fled","number":"h5127"},{"text":"to the city","number":"h5892"},{"text":"that he should come again","number":"h7725"}],"34":[{"text":"not therefore the land","number":"h776"},{"text":"the children","number":"h1121"},{"text":"Defile","number":"h2930"},{"text":"for I the LORD","number":"h3068"},{"text":"which ye shall inhabit","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"I dwell","number":"h7931"},{"text":"dwell","number":"h7931"},{"text":"among","number":"h8432"},{"text":"wherein","number":"h8432"}],"3":[{"text":"of them shall be for their cattle","number":"h929"},{"text":"and for all their beasts","number":"h2416"},{"text":"shall they have to dwell in","number":"h3427"},{"text":"and the suburbs","number":"h4054"},{"text":"And the cities","number":"h5892"},{"text":"and for their goods","number":"h7399"}],"15":[{"text":"both for the children","number":"h1121"},{"text":"and for the stranger","number":"h1616"},{"text":"of Israel","number":"h3478"},{"text":"shall be a refuge","number":"h4733"},{"text":"may flee","number":"h5127"},{"text":"them that every one that killeth","number":"h5221"},{"text":"any person","number":"h5315"},{"text":"cities","number":"h5892"},{"text":"unawares","number":"h7684"},{"text":"These six","number":"h8337"},{"text":"among","number":"h8432"},{"text":"and for the sojourner","number":"h8453"}],"16":[{"text":"of iron","number":"h1270"},{"text":"him with an instrument","number":"h3627"},{"text":"be put to death","number":"h4191"},{"text":"shall surely","number":"h4191"},{"text":"so that he die","number":"h4191"},{"text":"And if he smite","number":"h5221"},{"text":"he is a murderer","number":"h7523"},{"text":"the murderer","number":"h7523"}],"27":[{"text":"And the revenger","number":"h1350"},{"text":"and the revenger","number":"h1350"},{"text":"the borders","number":"h1366"},{"text":"he shall not be guilty of blood","number":"h1818"},{"text":"of blood","number":"h1818"},{"text":"of blood","number":"h1818"},{"text":"him without","number":"h2351"},{"text":"find","number":"h4672"},{"text":"of his refuge","number":"h4733"},{"text":"of the city","number":"h5892"},{"text":"kill","number":"h7523"},{"text":"the slayer","number":"h7523"}],"19":[{"text":"The revenger","number":"h1350"},{"text":"of blood","number":"h1818"},{"text":"him he","number":"h1931"},{"text":"himself shall slay","number":"h4191"},{"text":"shall slay","number":"h4191"},{"text":"when he meeteth","number":"h6293"},{"text":"the murderer","number":"h7523"}],"24":[{"text":"and the revenger","number":"h1350"},{"text":"of blood","number":"h1818"},{"text":"according to these judgments","number":"h4941"},{"text":"between the slayer","number":"h5221"},{"text":"Then the congregation","number":"h5712"},{"text":"shall judge","number":"h8199"}],"12":[{"text":"from the avenger","number":"h1350"},{"text":"die","number":"h4191"},{"text":"for refuge","number":"h4733"},{"text":"in judgment","number":"h4941"},{"text":"the congregation","number":"h5712"},{"text":"And they shall be unto you cities","number":"h5892"},{"text":"not until he stand","number":"h5975"},{"text":"before","number":"h6440"},{"text":"that the manslayer","number":"h7523"}],"25":[{"text":"of the revenger","number":"h1350"},{"text":"of the high","number":"h1419"},{"text":"of blood","number":"h1818"},{"text":"out of the hand","number":"h3027"},{"text":"and he shall abide","number":"h3427"},{"text":"priest","number":"h3548"},{"text":"in it unto the death","number":"h4194"},{"text":"of his refuge","number":"h4733"},{"text":"which was anointed","number":"h4886"},{"text":"whither he was fled","number":"h5127"},{"text":"shall deliver","number":"h5337"},{"text":"And the congregation","number":"h5712"},{"text":"and the congregation","number":"h5712"},{"text":"him to the city","number":"h5892"},{"text":"with the holy","number":"h6944"},{"text":"the slayer","number":"h7523"},{"text":"shall restore","number":"h7725"},{"text":"oil","number":"h8081"}],"26":[{"text":"without the border","number":"h1366"},{"text":"come","number":"h3318"},{"text":"shall at any time","number":"h3318"},{"text":"of his refuge","number":"h4733"},{"text":"whither he was fled","number":"h5127"},{"text":"of the city","number":"h5892"},{"text":"But if the slayer","number":"h7523"}],"29":[{"text":"unto you throughout your generations","number":"h1755"},{"text":"So these things shall be for a statute","number":"h2708"},{"text":"in all your dwellings","number":"h4186"},{"text":"of judgment","number":"h4941"}],"20":[{"text":"But if he thrust","number":"h1920"},{"text":"that he die","number":"h4191"},{"text":"at him by laying of wait","number":"h6660"},{"text":"or hurl","number":"h7993"},{"text":"him of hatred","number":"h8135"}],"18":[{"text":"him with an hand","number":"h3027"},{"text":"weapon","number":"h3627"},{"text":"and he die","number":"h4191"},{"text":"be put to death","number":"h4191"},{"text":"shall surely","number":"h4191"},{"text":"wherewith he may die","number":"h4191"},{"text":"Or if he smite","number":"h5221"},{"text":"of wood","number":"h6086"},{"text":"he is a murderer","number":"h7523"},{"text":"the murderer","number":"h7523"}],"31":[{"text":"no satisfaction","number":"h3724"},{"text":"Moreover ye shall take","number":"h3947"},{"text":"but he shall be surely","number":"h4191"},{"text":"of death","number":"h4191"},{"text":"put to death","number":"h4191"},{"text":"for the life","number":"h5315"},{"text":"of a murderer","number":"h7523"},{"text":"which is guilty","number":"h7563"}],"11":[{"text":"of refuge","number":"h4733"},{"text":"may flee","number":"h5127"},{"text":"thither which killeth","number":"h5221"},{"text":"any person","number":"h5315"},{"text":"to be cities","number":"h5892"},{"text":"you cities","number":"h5892"},{"text":"Then ye shall appoint","number":"h7136"},{"text":"for you that the slayer","number":"h7523"},{"text":"at unawares","number":"h7684"}],"13":[{"text":"shall ye have for refuge","number":"h4733"},{"text":"which ye shall give","number":"h5414"},{"text":"And of these cities","number":"h5892"},{"text":"cities","number":"h5892"},{"text":"six","number":"h8337"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"fathers","number":"h1"},{"text":"fathers","number":"h1"},{"text":"of the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"of the sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Gilead","number":"h1568"},{"text":"and spake","number":"h1696"},{"text":"of Joseph","number":"h3130"},{"text":"of Israel","number":"h3478"},{"text":"of Machir","number":"h4353"},{"text":"of Manasseh","number":"h4519"},{"text":"Moses","number":"h4872"},{"text":"of the families","number":"h4940"},{"text":"of the families","number":"h4940"},{"text":"the princes","number":"h5387"},{"text":"and before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"came near","number":"h7126"},{"text":"And the chief","number":"h7218"},{"text":"the chief","number":"h7218"}],"8":[{"text":"of her father","number":"h1"},{"text":"of his fathers","number":"h1"},{"text":"unto one","number":"h259"},{"text":"every man","number":"h376"},{"text":"shall be wife","number":"h802"},{"text":"of the children","number":"h1121"},{"text":"that the children","number":"h1121"},{"text":"And every daughter","number":"h1323"},{"text":"may enjoy","number":"h3423"},{"text":"that possesseth","number":"h3423"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"in any tribe","number":"h4294"},{"text":"of the tribe","number":"h4294"},{"text":"of the family","number":"h4940"},{"text":"an inheritance","number":"h5159"},{"text":"the inheritance","number":"h5159"}],"7":[{"text":"of his fathers","number":"h1"},{"text":"for every one","number":"h376"},{"text":"of the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"shall keep","number":"h1692"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"from tribe","number":"h4294"},{"text":"of the tribe","number":"h4294"},{"text":"to tribe","number":"h4294"},{"text":"So shall not the inheritance","number":"h5159"},{"text":"himself to the inheritance","number":"h5159"},{"text":"remove","number":"h5437"}],"3":[{"text":"of our fathers","number":"h1"},{"text":"to any","number":"h259"},{"text":"And if they be married","number":"h802"},{"text":"of the children","number":"h1121"},{"text":"of the sons","number":"h1121"},{"text":"from the lot","number":"h1486"},{"text":"be taken","number":"h1639"},{"text":"whereunto they are received so shall it be taken","number":"h1639"},{"text":"and shall be put","number":"h3254"},{"text":"of Israel","number":"h3478"},{"text":"of the tribe","number":"h4294"},{"text":"from the inheritance","number":"h5159"},{"text":"of our inheritance","number":"h5159"},{"text":"then shall their inheritance","number":"h5159"},{"text":"to the inheritance","number":"h5159"},{"text":"of the other tribes","number":"h7626"}],"4":[{"text":"of our fathers","number":"h1"},{"text":"of the children","number":"h1121"},{"text":"be taken away","number":"h1639"},{"text":"And when the jubile","number":"h3104"},{"text":"be put","number":"h3254"},{"text":"of Israel","number":"h3478"},{"text":"of the tribe","number":"h4294"},{"text":"of the tribe","number":"h4294"},{"text":"from the inheritance","number":"h5159"},{"text":"shall be then shall their inheritance","number":"h5159"},{"text":"unto the inheritance","number":"h5159"},{"text":"whereunto they are received so shall their inheritance","number":"h5159"}],"12":[{"text":"of their father","number":"h1"},{"text":"And they were married","number":"h802"},{"text":"of the sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Joseph","number":"h3130"},{"text":"remained in the tribe","number":"h4294"},{"text":"of Manasseh","number":"h4519"},{"text":"into the families","number":"h4940"},{"text":"of the family","number":"h4940"},{"text":"and their inheritance","number":"h5159"}],"6":[{"text":"of their father","number":"h1"},{"text":"saying","number":"h559"},{"text":"Let them marry","number":"h802"},{"text":"shall they marry","number":"h802"},{"text":"concerning the daughters","number":"h1323"},{"text":"This is the thing","number":"h1697"},{"text":"best","number":"h2896"},{"text":"which the LORD","number":"h3068"},{"text":"of the tribe","number":"h4294"},{"text":"only to the family","number":"h4940"},{"text":"to whom they think","number":"h5869"},{"text":"doth command","number":"h6680"},{"text":"of Zelophehad","number":"h6765"}],"2":[{"text":"and my lord","number":"h113"},{"text":"my lord","number":"h113"},{"text":"our brother","number":"h251"},{"text":"And they said","number":"h559"},{"text":"the land","number":"h776"},{"text":"to the children","number":"h1121"},{"text":"unto his daughters","number":"h1323"},{"text":"by lot","number":"h1486"},{"text":"The LORD","number":"h3068"},{"text":"by the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"for an inheritance","number":"h5159"},{"text":"the inheritance","number":"h5159"},{"text":"to give","number":"h5414"},{"text":"to give","number":"h5414"},{"text":"commanded","number":"h6680"},{"text":"was commanded","number":"h6680"},{"text":"of Zelophehad","number":"h6765"}],"9":[{"text":"to another","number":"h312"},{"text":"but every one","number":"h376"},{"text":"of the children","number":"h1121"},{"text":"shall keep","number":"h1692"},{"text":"of Israel","number":"h3478"},{"text":"from one tribe","number":"h4294"},{"text":"of the tribes","number":"h4294"},{"text":"tribe","number":"h4294"},{"text":"Neither shall the inheritance","number":"h5159"},{"text":"himself to his own inheritance","number":"h5159"},{"text":"remove","number":"h5437"}],"5":[{"text":"saying","number":"h559"},{"text":"of the sons","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"hath said","number":"h1696"},{"text":"of the LORD","number":"h3068"},{"text":"of Joseph","number":"h3130"},{"text":"of Israel","number":"h3478"},{"text":"The tribe","number":"h4294"},{"text":"And Moses","number":"h4872"},{"text":"according to the word","number":"h6310"},{"text":"commanded","number":"h6680"}],"11":[{"text":"were married","number":"h802"},{"text":"brothers' sons","number":"h1121"},{"text":"the daughters","number":"h1323"},{"text":"unto their father's","number":"h1730"},{"text":"and Hoglah","number":"h2295"},{"text":"For Mahlah","number":"h4244"},{"text":"and Milcah","number":"h4435"},{"text":"and Noah","number":"h5270"},{"text":"of Zelophehad","number":"h6765"},{"text":"Tirzah","number":"h8656"}],"13":[{"text":"unto the children","number":"h1121"},{"text":"by the hand","number":"h3027"},{"text":"which the LORD","number":"h3068"},{"text":"by Jordan","number":"h3383"},{"text":"near Jericho","number":"h3405"},{"text":"of Israel","number":"h3478"},{"text":"of Moab","number":"h4124"},{"text":"These are the commandments","number":"h4687"},{"text":"of Moses","number":"h4872"},{"text":"and the judgments","number":"h4941"},{"text":"in the plains","number":"h6160"},{"text":"commanded","number":"h6680"}],"10":[{"text":"the daughters","number":"h1323"},{"text":"Even as the LORD","number":"h3068"},{"text":"Moses","number":"h4872"},{"text":"so did","number":"h6213"},{"text":"commanded","number":"h6680"},{"text":"of Zelophehad","number":"h6765"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"of their fathers","number":"h1"},{"text":"by the house","number":"h1004"},{"text":"of the sons","number":"h1121"},{"text":"the sons","number":"h1121"},{"text":"of Levi","number":"h3878"},{"text":"after their families","number":"h4940"},{"text":"Take","number":"h5375"},{"text":"of Kohath","number":"h6955"},{"text":"the sum","number":"h7218"},{"text":"from among","number":"h8432"}],"22":[{"text":"of their fathers","number":"h1"},{"text":"throughout the houses","number":"h1004"},{"text":"of the sons","number":"h1121"},{"text":"of Gershon","number":"h1648"},{"text":"by their families","number":"h4940"},{"text":"Take","number":"h5375"},{"text":"also the sum","number":"h7218"}],"29":[{"text":"of their fathers","number":"h1"},{"text":"by the house","number":"h1004"},{"text":"As for the sons","number":"h1121"},{"text":"of Merari","number":"h4847"},{"text":"them after their families","number":"h4940"},{"text":"thou shalt number","number":"h6485"}],"34":[{"text":"of their fathers","number":"h1"},{"text":"and Aaron","number":"h175"},{"text":"and after the house","number":"h1004"},{"text":"the sons","number":"h1121"},{"text":"And Moses","number":"h4872"},{"text":"after their families","number":"h4940"},{"text":"and the chief","number":"h5387"},{"text":"of the congregation","number":"h5712"},{"text":"numbered","number":"h6485"},{"text":"of the Kohathites","number":"h6956"}],"38":[{"text":"of their fathers","number":"h1"},{"text":"and by the house","number":"h1004"},{"text":"of the sons","number":"h1121"},{"text":"of Gershon","number":"h1648"},{"text":"throughout their families","number":"h4940"},{"text":"And those that were numbered","number":"h6485"}],"40":[{"text":"of their fathers","number":"h1"},{"text":"were two thousand","number":"h505"},{"text":"by the house","number":"h1004"},{"text":"hundred","number":"h3967"},{"text":"of them throughout their families","number":"h4940"},{"text":"Even those that were numbered","number":"h6485"},{"text":"and thirty","number":"h7970"},{"text":"and six","number":"h8337"}],"42":[{"text":"of their fathers","number":"h1"},{"text":"by the house","number":"h1004"},{"text":"of the sons","number":"h1121"},{"text":"of Merari","number":"h4847"},{"text":"of the families","number":"h4940"},{"text":"throughout their families","number":"h4940"},{"text":"And those that were numbered","number":"h6485"}],"46":[{"text":"of their fathers","number":"h1"},{"text":"and Aaron","number":"h175"},{"text":"and after the house","number":"h1004"},{"text":"of Israel","number":"h3478"},{"text":"of the Levites","number":"h3881"},{"text":"whom Moses","number":"h4872"},{"text":"after their families","number":"h4940"},{"text":"and the chief","number":"h5387"},{"text":"All those that were numbered","number":"h6485"},{"text":"numbered","number":"h6485"}],"32":[{"text":"and their sockets","number":"h134"},{"text":"of the court","number":"h2691"},{"text":"and their pins","number":"h3489"},{"text":"the instruments","number":"h3627"},{"text":"with all their instruments","number":"h3627"},{"text":"and their cords","number":"h4340"},{"text":"of their burden","number":"h4853"},{"text":"of the charge","number":"h4931"},{"text":"round about","number":"h5439"},{"text":"and with all their service","number":"h5656"},{"text":"And the pillars","number":"h5982"},{"text":"ye shall reckon","number":"h6485"},{"text":"and by name","number":"h8034"}],"31":[{"text":"thereof and sockets","number":"h134"},{"text":"in the tabernacle","number":"h168"},{"text":"and the bars","number":"h1280"},{"text":"of the congregation","number":"h4150"},{"text":"of their burden","number":"h4853"},{"text":"of the tabernacle","number":"h4908"},{"text":"And this is the charge","number":"h4931"},{"text":"according to all their service","number":"h5656"},{"text":"thereof and the pillars","number":"h5982"},{"text":"the boards","number":"h7175"}],"25":[{"text":"and the tabernacle","number":"h168"},{"text":"of the tabernacle","number":"h168"},{"text":"the curtains","number":"h3407"},{"text":"of the congregation","number":"h4150"},{"text":"of the congregation","number":"h4150"},{"text":"and the covering","number":"h4372"},{"text":"his covering","number":"h4372"},{"text":"upon it and the hanging","number":"h4539"},{"text":"skins that is above","number":"h4605"},{"text":"of the tabernacle","number":"h4908"},{"text":"And they shall bear","number":"h5375"},{"text":"for the door","number":"h6607"},{"text":"of the badgers","number":"h8476"}],"15":[{"text":"in the tabernacle","number":"h168"},{"text":"And when Aaron","number":"h175"},{"text":"after","number":"h310"},{"text":"shall come","number":"h935"},{"text":"and his sons","number":"h1121"},{"text":"of the sons","number":"h1121"},{"text":"that the sons","number":"h1121"},{"text":"have made an end","number":"h3615"},{"text":"and all the vessels","number":"h3627"},{"text":"of covering","number":"h3680"},{"text":"of the congregation","number":"h4150"},{"text":"lest they die","number":"h4191"},{"text":"as the camp","number":"h4264"},{"text":"These things are the burden","number":"h4853"},{"text":"it but they shall not touch","number":"h5060"},{"text":"is to set forward","number":"h5265"},{"text":"to bear","number":"h5375"},{"text":"any holy thing","number":"h6944"},{"text":"of the sanctuary","number":"h6944"},{"text":"the sanctuary","number":"h6944"},{"text":"of Kohath","number":"h6955"},{"text":"of Kohath","number":"h6955"}],"23":[{"text":"in the tabernacle","number":"h168"},{"text":"them all that enter in","number":"h935"},{"text":"old","number":"h1121"},{"text":"old","number":"h1121"},{"text":"until fifty","number":"h2572"},{"text":"of the congregation","number":"h4150"},{"text":"and upward","number":"h4605"},{"text":"to do","number":"h5647"},{"text":"the work","number":"h5656"},{"text":"shalt thou number","number":"h6485"},{"text":"to perform","number":"h6633"},{"text":"the service","number":"h6635"},{"text":"From thirty","number":"h7970"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"28":[{"text":"in the tabernacle","number":"h168"},{"text":"of Aaron","number":"h175"},{"text":"of Ithamar","number":"h385"},{"text":"of the sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Gershon","number":"h1649"},{"text":"shall be under the hand","number":"h3027"},{"text":"the priest","number":"h3548"},{"text":"of the congregation","number":"h4150"},{"text":"and their charge","number":"h4931"},{"text":"of the families","number":"h4940"},{"text":"This is the service","number":"h5656"}],"3":[{"text":"in the tabernacle","number":"h168"},{"text":"all that enter","number":"h935"},{"text":"old","number":"h1121"},{"text":"old","number":"h1121"},{"text":"even until fifty","number":"h2572"},{"text":"of the congregation","number":"h4150"},{"text":"the work","number":"h4399"},{"text":"and upward","number":"h4605"},{"text":"to do","number":"h6213"},{"text":"into the host","number":"h6635"},{"text":"From thirty","number":"h7970"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"33":[{"text":"in the tabernacle","number":"h168"},{"text":"of Aaron","number":"h175"},{"text":"of Ithamar","number":"h385"},{"text":"of the sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"under the hand","number":"h3027"},{"text":"the priest","number":"h3548"},{"text":"of the congregation","number":"h4150"},{"text":"of Merari","number":"h4847"},{"text":"of the families","number":"h4940"},{"text":"This is the service","number":"h5656"},{"text":"according to all their service","number":"h5656"}],"35":[{"text":"in the tabernacle","number":"h168"},{"text":"every one that entereth","number":"h935"},{"text":"old","number":"h1121"},{"text":"old","number":"h1121"},{"text":"even unto fifty","number":"h2572"},{"text":"of the congregation","number":"h4150"},{"text":"and upward","number":"h4605"},{"text":"for the work","number":"h5656"},{"text":"into the service","number":"h6635"},{"text":"From thirty","number":"h7970"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"37":[{"text":"in the tabernacle","number":"h168"},{"text":"and Aaron","number":"h175"},{"text":"by the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"of the congregation","number":"h4150"},{"text":"of Moses","number":"h4872"},{"text":"which Moses","number":"h4872"},{"text":"of the families","number":"h4940"},{"text":"all that might do service","number":"h5647"},{"text":"according to the commandment","number":"h6310"},{"text":"These were they that were numbered","number":"h6485"},{"text":"did number","number":"h6485"},{"text":"of the Kohathites","number":"h6956"}],"39":[{"text":"in the tabernacle","number":"h168"},{"text":"every one that entereth","number":"h935"},{"text":"old","number":"h1121"},{"text":"old","number":"h1121"},{"text":"even unto fifty","number":"h2572"},{"text":"of the congregation","number":"h4150"},{"text":"and upward","number":"h4605"},{"text":"for the work","number":"h5656"},{"text":"into the service","number":"h6635"},{"text":"From thirty","number":"h7970"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"4":[{"text":"in the tabernacle","number":"h168"},{"text":"of the sons","number":"h1121"},{"text":"of the congregation","number":"h4150"},{"text":"This shall be the service","number":"h5656"},{"text":"about the most","number":"h6944"},{"text":"holy things","number":"h6944"},{"text":"of Kohath","number":"h6955"}],"41":[{"text":"in the tabernacle","number":"h168"},{"text":"and Aaron","number":"h175"},{"text":"of the sons","number":"h1121"},{"text":"of Gershon","number":"h1648"},{"text":"of the LORD","number":"h3068"},{"text":"of the congregation","number":"h4150"},{"text":"whom Moses","number":"h4872"},{"text":"of the families","number":"h4940"},{"text":"of all that might do service","number":"h5647"},{"text":"according to the commandment","number":"h6310"},{"text":"These are they that were numbered","number":"h6485"},{"text":"did number","number":"h6485"}],"43":[{"text":"in the tabernacle","number":"h168"},{"text":"every one that entereth","number":"h935"},{"text":"old","number":"h1121"},{"text":"old","number":"h1121"},{"text":"even unto fifty","number":"h2572"},{"text":"of the congregation","number":"h4150"},{"text":"and upward","number":"h4605"},{"text":"for the work","number":"h5656"},{"text":"into the service","number":"h6635"},{"text":"From thirty","number":"h7970"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"47":[{"text":"in the tabernacle","number":"h168"},{"text":"every one that came","number":"h935"},{"text":"old","number":"h1121"},{"text":"old","number":"h1121"},{"text":"even unto fifty","number":"h2572"},{"text":"of the congregation","number":"h4150"},{"text":"and upward","number":"h4605"},{"text":"of the burden","number":"h4853"},{"text":"to do","number":"h5647"},{"text":"and the service","number":"h5656"},{"text":"the service of the ministry","number":"h5656"},{"text":"From thirty","number":"h7970"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"30":[{"text":"of the tabernacle","number":"h168"},{"text":"them every one that entereth","number":"h935"},{"text":"old","number":"h1121"},{"text":"old","number":"h1121"},{"text":"even unto fifty","number":"h2572"},{"text":"of the congregation","number":"h4150"},{"text":"and upward","number":"h4605"},{"text":"to do","number":"h5647"},{"text":"the work","number":"h5656"},{"text":"shalt thou number","number":"h6485"},{"text":"into the service","number":"h6635"},{"text":"From thirty","number":"h7970"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"19":[{"text":"Aaron","number":"h175"},{"text":"one","number":"h376"},{"text":"them every","number":"h376"},{"text":"shall go in","number":"h935"},{"text":"and his sons","number":"h1121"},{"text":"unto them that they may live","number":"h2421"},{"text":"and not die","number":"h4191"},{"text":"and to his burden","number":"h4853"},{"text":"when they approach","number":"h5066"},{"text":"to his service","number":"h5656"},{"text":"But thus do","number":"h6213"},{"text":"holy things","number":"h6944"},{"text":"unto the most","number":"h6944"},{"text":"and appoint","number":"h7760"}],"5":[{"text":"Aaron","number":"h175"},{"text":"the ark","number":"h727"},{"text":"shall come","number":"h935"},{"text":"and his sons","number":"h1121"},{"text":"and they shall take down","number":"h3381"},{"text":"and cover","number":"h3680"},{"text":"And when the camp","number":"h4264"},{"text":"the covering","number":"h4539"},{"text":"setteth forward","number":"h5265"},{"text":"of testimony","number":"h5715"},{"text":"vail","number":"h6532"}],"45":[{"text":"and Aaron","number":"h175"},{"text":"of the sons","number":"h1121"},{"text":"by the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"of Merari","number":"h4847"},{"text":"of Moses","number":"h4872"},{"text":"whom Moses","number":"h4872"},{"text":"of the families","number":"h4940"},{"text":"according to the word","number":"h6310"},{"text":"These be those that were numbered","number":"h6485"},{"text":"numbered","number":"h6485"}],"1":[{"text":"and unto Aaron","number":"h175"},{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"17":[{"text":"and unto Aaron","number":"h175"},{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"16":[{"text":"of Aaron","number":"h175"},{"text":"of Eleazar","number":"h499"},{"text":"the son","number":"h1121"},{"text":"the priest","number":"h3548"},{"text":"and in the vessels","number":"h3627"},{"text":"for the light","number":"h3974"},{"text":"meat offering","number":"h4503"},{"text":"and the anointing","number":"h4888"},{"text":"of all the tabernacle","number":"h4908"},{"text":"and the sweet","number":"h5561"},{"text":"And to the office","number":"h6486"},{"text":"and the oversight","number":"h6486"},{"text":"and of all that therein is in the sanctuary","number":"h6944"},{"text":"incense","number":"h7004"},{"text":"oil","number":"h8081"},{"text":"pertaineth the oil","number":"h8081"},{"text":"and the daily","number":"h8548"}],"27":[{"text":"of Aaron","number":"h175"},{"text":"and his sons","number":"h1121"},{"text":"of the sons","number":"h1121"},{"text":"of the Gershonites","number":"h1649"},{"text":"all their burdens","number":"h4853"},{"text":"in all their burdens","number":"h4853"},{"text":"unto them in charge","number":"h4931"},{"text":"and in all their service","number":"h5656"},{"text":"shall be all the service","number":"h5656"},{"text":"At the appointment","number":"h6310"},{"text":"and ye shall appoint","number":"h6485"}],"49":[{"text":"every","number":"h376"},{"text":"one","number":"h376"},{"text":"by the hand","number":"h3027"},{"text":"of him as the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"and according to his burden","number":"h4853"},{"text":"Moses","number":"h4872"},{"text":"of Moses","number":"h4872"},{"text":"according to his service","number":"h5656"},{"text":"According to the commandment","number":"h6310"},{"text":"they were numbered","number":"h6485"},{"text":"thus were they numbered","number":"h6485"},{"text":"commanded","number":"h6680"}],"44":[{"text":"thousand","number":"h505"},{"text":"and two hundred","number":"h3967"},{"text":"of them after their families","number":"h4940"},{"text":"Even those that were numbered","number":"h6485"},{"text":"were three","number":"h7969"}],"48":[{"text":"thousand","number":"h505"},{"text":"and five","number":"h2568"},{"text":"hundred","number":"h3967"},{"text":"Even those that were numbered","number":"h6485"},{"text":"of them were eight","number":"h8083"},{"text":"and fourscore","number":"h8084"}],"36":[{"text":"were two thousand","number":"h505"},{"text":"and fifty","number":"h2572"},{"text":"hundred","number":"h3967"},{"text":"of them by their families","number":"h4940"},{"text":"And those that were numbered","number":"h6485"},{"text":"seven","number":"h7651"}],"21":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"13":[{"text":"a purple","number":"h713"},{"text":"cloth","number":"h899"},{"text":"And they shall take away the ashes","number":"h1878"},{"text":"from the altar","number":"h4196"},{"text":"and spread","number":"h6566"}],"11":[{"text":"a cloth","number":"h899"},{"text":"to the staves","number":"h905"},{"text":"And upon the golden","number":"h2091"},{"text":"and cover","number":"h3680"},{"text":"altar","number":"h4196"},{"text":"it with a covering","number":"h4372"},{"text":"skins","number":"h5785"},{"text":"they shall spread","number":"h6566"},{"text":"and shall put","number":"h7760"},{"text":"of badgers","number":"h8476"},{"text":"of blue","number":"h8504"}],"7":[{"text":"a cloth","number":"h899"},{"text":"and the spoons","number":"h3709"},{"text":"bread","number":"h3899"},{"text":"and the bowls","number":"h4518"},{"text":"to cover withal","number":"h5262"},{"text":"and put","number":"h5414"},{"text":"of shewbread","number":"h6440"},{"text":"they shall spread","number":"h6566"},{"text":"thereon the dishes","number":"h7086"},{"text":"and covers","number":"h7184"},{"text":"And upon the table","number":"h7979"},{"text":"of blue","number":"h8504"},{"text":"and the continual","number":"h8548"}],"9":[{"text":"a cloth","number":"h899"},{"text":"vessels","number":"h3627"},{"text":"and cover","number":"h3680"},{"text":"And they shall take","number":"h3947"},{"text":"of the light","number":"h3974"},{"text":"and his snuffdishes","number":"h4289"},{"text":"and his tongs","number":"h4457"},{"text":"the candlestick","number":"h4501"},{"text":"and his lamps","number":"h5216"},{"text":"and all the oil","number":"h8081"},{"text":"thereof wherewith they minister","number":"h8334"},{"text":"of blue","number":"h8504"}],"6":[{"text":"it a cloth","number":"h899"},{"text":"in the staves","number":"h905"},{"text":"wholly","number":"h3632"},{"text":"thereon the covering","number":"h3681"},{"text":"over","number":"h4605"},{"text":"And shall put","number":"h5414"},{"text":"skins","number":"h5785"},{"text":"and shall spread","number":"h6566"},{"text":"and shall put","number":"h7760"},{"text":"of badgers","number":"h8476"},{"text":"of blue","number":"h8504"}],"12":[{"text":"them in a cloth","number":"h899"},{"text":"all the instruments","number":"h3627"},{"text":"and cover","number":"h3680"},{"text":"And they shall take","number":"h3947"},{"text":"them on a bar","number":"h4132"},{"text":"them with a covering","number":"h4372"},{"text":"and put","number":"h5414"},{"text":"and shall put","number":"h5414"},{"text":"skins","number":"h5785"},{"text":"in the sanctuary","number":"h6944"},{"text":"wherewith they minister","number":"h8334"},{"text":"of ministry","number":"h8335"},{"text":"of badgers","number":"h8476"},{"text":"of blue","number":"h8504"}],"8":[{"text":"upon them a cloth","number":"h899"},{"text":"in the staves","number":"h905"},{"text":"and cover","number":"h3680"},{"text":"the same with a covering","number":"h4372"},{"text":"skins","number":"h5785"},{"text":"And they shall spread","number":"h6566"},{"text":"and shall put","number":"h7760"},{"text":"of scarlet","number":"h8438"},{"text":"of badgers","number":"h8476"}],"14":[{"text":"to the staves","number":"h905"},{"text":"and the shovels","number":"h3257"},{"text":"all the vessels","number":"h3627"},{"text":"upon it all the vessels","number":"h3627"},{"text":"upon it a covering","number":"h3681"},{"text":"of the altar","number":"h4196"},{"text":"the fleshhooks","number":"h4207"},{"text":"and the basons","number":"h4219"},{"text":"about it even the censers","number":"h4289"},{"text":"And they shall put","number":"h5414"},{"text":"skins","number":"h5785"},{"text":"and they shall spread","number":"h6566"},{"text":"and put","number":"h7760"},{"text":"thereof wherewith they minister","number":"h8334"},{"text":"of badgers","number":"h8476"}],"20":[{"text":"But they shall not go in","number":"h935"},{"text":"are covered","number":"h1104"},{"text":"lest they die","number":"h4191"},{"text":"when the holy things","number":"h6944"},{"text":"to see","number":"h7200"}],"24":[{"text":"of the Gershonites","number":"h1649"},{"text":"and for burdens","number":"h4853"},{"text":"of the families","number":"h4940"},{"text":"to serve","number":"h5647"},{"text":"This is the service","number":"h5656"}],"26":[{"text":"of the court","number":"h2691"},{"text":"of the court","number":"h2691"},{"text":"and all the instruments","number":"h3627"},{"text":"and by the altar","number":"h4196"},{"text":"and their cords","number":"h4340"},{"text":"and the hanging","number":"h4539"},{"text":"which is by the tabernacle","number":"h4908"},{"text":"round about","number":"h5439"},{"text":"for them so shall they serve","number":"h5647"},{"text":"of their service","number":"h5656"},{"text":"and all that is made","number":"h6213"},{"text":"for the door","number":"h6607"},{"text":"And the hangings","number":"h7050"},{"text":"of the gate","number":"h8179"}],"10":[{"text":"it and all the vessels","number":"h3627"},{"text":"it upon a bar","number":"h4132"},{"text":"thereof within a covering","number":"h4372"},{"text":"And they shall put","number":"h5414"},{"text":"and shall put","number":"h5414"},{"text":"skins","number":"h5785"},{"text":"of badgers","number":"h8476"}],"18":[{"text":"Cut ye not off","number":"h3772"},{"text":"the Levites","number":"h3881"},{"text":"of the families","number":"h4940"},{"text":"of the Kohathites","number":"h6956"},{"text":"the tribe","number":"h7626"},{"text":"from among","number":"h8432"}]}
@@ -0,0 +1 @@
1
+ {"6":[{"text":"that men","number":"h120"},{"text":"When a man","number":"h376"},{"text":"or woman","number":"h802"},{"text":"be guilty","number":"h816"},{"text":"unto the children","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"any sin","number":"h2403"},{"text":"against the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"commit","number":"h4603"},{"text":"to do a trespass","number":"h4604"},{"text":"and that person","number":"h5315"},{"text":"shall commit","number":"h6213"}],"26":[{"text":"even the memorial","number":"h234"},{"text":"and afterward","number":"h310"},{"text":"shall cause the woman","number":"h802"},{"text":"And the priest","number":"h3548"},{"text":"it upon the altar","number":"h4196"},{"text":"the water","number":"h4325"},{"text":"of the offering","number":"h4503"},{"text":"thereof and burn","number":"h6999"},{"text":"shall take an handful","number":"h7061"},{"text":"to drink","number":"h8248"}],"8":[{"text":"beside the ram","number":"h352"},{"text":"But if the man","number":"h376"},{"text":"the trespass","number":"h817"},{"text":"unto let the trespass","number":"h817"},{"text":"have no kinsman","number":"h1350"},{"text":"unto the LORD","number":"h3068"},{"text":"even to the priest","number":"h3548"},{"text":"whereby an atonement shall be made","number":"h3722"},{"text":"of the atonement","number":"h3725"},{"text":"be recompensed","number":"h7725"},{"text":"to recompense","number":"h7725"}],"15":[{"text":"part of an ephah","number":"h374"},{"text":"Then shall the man","number":"h376"},{"text":"his wife","number":"h802"},{"text":"and he shall bring","number":"h935"},{"text":"bring","number":"h935"},{"text":"bringing","number":"h2142"},{"text":"to remembrance","number":"h2142"},{"text":"of memorial","number":"h2146"},{"text":"he shall pour","number":"h3332"},{"text":"unto the priest","number":"h3548"},{"text":"frankincense","number":"h3828"},{"text":"an offering","number":"h4503"},{"text":"thereon for it is an offering","number":"h4503"},{"text":"upon it nor put","number":"h5414"},{"text":"iniquity","number":"h5771"},{"text":"for her the tenth","number":"h6224"},{"text":"meal","number":"h7058"},{"text":"of jealousy","number":"h7068"},{"text":"her offering","number":"h7133"},{"text":"no oil","number":"h8081"},{"text":"of barley","number":"h8184"}],"13":[{"text":"And a man","number":"h376"},{"text":"of her husband","number":"h376"},{"text":"and she be defiled","number":"h2930"},{"text":"and be kept close","number":"h5641"},{"text":"and there be no witness","number":"h5707"},{"text":"from the eyes","number":"h5869"},{"text":"and it be hid","number":"h5956"},{"text":"lie","number":"h7901"},{"text":"with her carnally","number":"h7902"},{"text":"against her neither she be taken","number":"h8610"}],"10":[{"text":"And every man's","number":"h376"},{"text":"shall be his whatsoever any man","number":"h376"},{"text":"the priest","number":"h3548"},{"text":"giveth","number":"h5414"},{"text":"hallowed things","number":"h6944"}],"19":[{"text":"If no man","number":"h376"},{"text":"with another instead of thy husband","number":"h376"},{"text":"and say","number":"h559"},{"text":"that causeth the curse","number":"h779"},{"text":"unto the woman","number":"h802"},{"text":"to uncleanness","number":"h2932"},{"text":"And the priest","number":"h3548"},{"text":"water","number":"h4325"},{"text":"from this bitter","number":"h4751"},{"text":"be thou free","number":"h5352"},{"text":"shall charge her by an oath","number":"h7650"},{"text":"with thee and if thou hast not gone aside","number":"h7847"},{"text":"have lain","number":"h7901"}],"31":[{"text":"Then shall the man","number":"h376"},{"text":"woman","number":"h802"},{"text":"and this","number":"h1931"},{"text":"be guiltless","number":"h5352"},{"text":"shall bear","number":"h5375"},{"text":"from iniquity","number":"h5771"},{"text":"her iniquity","number":"h5771"}],"27":[{"text":"against her husband","number":"h376"},{"text":"shall be a curse","number":"h423"},{"text":"that causeth the curse","number":"h779"},{"text":"and the woman","number":"h802"},{"text":"shall enter","number":"h935"},{"text":"and her belly","number":"h990"},{"text":"then it shall come to pass that if she be defiled","number":"h2930"},{"text":"and her thigh","number":"h3409"},{"text":"that the water","number":"h4325"},{"text":"the water","number":"h4325"},{"text":"and have done","number":"h4603"},{"text":"trespass","number":"h4604"},{"text":"into her and become bitter","number":"h4751"},{"text":"shall rot","number":"h5307"},{"text":"her people","number":"h5971"},{"text":"shall swell","number":"h6638"},{"text":"among","number":"h7130"},{"text":"And when he hath made her to drink","number":"h8248"}],"20":[{"text":"and some man","number":"h376"},{"text":"thine husband","number":"h376"},{"text":"to another instead of thy husband","number":"h376"},{"text":"with thee beside","number":"h1107"},{"text":"and if thou be defiled","number":"h2930"},{"text":"have","number":"h5414"},{"text":"But if thou hast gone aside","number":"h7847"},{"text":"lain","number":"h7903"}],"12":[{"text":"man's","number":"h376"},{"text":"unto them If any","number":"h376"},{"text":"and say","number":"h559"},{"text":"wife","number":"h802"},{"text":"unto the children","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"of Israel","number":"h3478"},{"text":"and commit","number":"h4603"},{"text":"a trespass","number":"h4604"},{"text":"go aside","number":"h7847"}],"29":[{"text":"to another instead of her husband","number":"h376"},{"text":"when a wife","number":"h802"},{"text":"and is defiled","number":"h2930"},{"text":"of jealousies","number":"h7068"},{"text":"goeth aside","number":"h7847"},{"text":"This is the law","number":"h8451"}],"30":[{"text":"upon him","number":"h376"},{"text":"over his wife","number":"h802"},{"text":"the woman","number":"h802"},{"text":"the LORD","number":"h3068"},{"text":"and the priest","number":"h3548"},{"text":"cometh","number":"h5674"},{"text":"and shall set","number":"h5975"},{"text":"shall execute","number":"h6213"},{"text":"before","number":"h6440"},{"text":"and he be jealous","number":"h7065"},{"text":"of jealousy","number":"h7068"},{"text":"Or when the spirit","number":"h7307"},{"text":"upon her all this law","number":"h8451"}],"21":[{"text":"of cursing","number":"h423"},{"text":"thee a curse","number":"h423"},{"text":"shall say","number":"h559"},{"text":"the woman","number":"h802"},{"text":"unto the woman","number":"h802"},{"text":"and thy belly","number":"h990"},{"text":"The LORD","number":"h3068"},{"text":"when the LORD","number":"h3068"},{"text":"thy thigh","number":"h3409"},{"text":"Then the priest","number":"h3548"},{"text":"and the priest","number":"h3548"},{"text":"to rot","number":"h5307"},{"text":"doth make","number":"h5414"},{"text":"make","number":"h5414"},{"text":"thy people","number":"h5971"},{"text":"to swell","number":"h6639"},{"text":"and an oath","number":"h7621"},{"text":"with an oath","number":"h7621"},{"text":"shall charge","number":"h7650"},{"text":"among","number":"h8432"}],"23":[{"text":"these curses","number":"h423"},{"text":"And the priest","number":"h3548"},{"text":"shall write","number":"h3789"},{"text":"and he shall blot","number":"h4229"},{"text":"water","number":"h4325"},{"text":"them out with the bitter","number":"h4751"},{"text":"in a book","number":"h5612"}],"22":[{"text":"Amen","number":"h543"},{"text":"amen","number":"h543"},{"text":"shall say","number":"h559"},{"text":"that causeth the curse","number":"h779"},{"text":"And the woman","number":"h802"},{"text":"shall go","number":"h935"},{"text":"to make thy belly","number":"h990"},{"text":"and thy thigh","number":"h3409"},{"text":"And this water","number":"h4325"},{"text":"into thy bowels","number":"h4578"},{"text":"to rot","number":"h5307"},{"text":"to swell","number":"h6638"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"11":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"5":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"18":[{"text":"that causeth the curse","number":"h779"},{"text":"the woman","number":"h802"},{"text":"the woman's","number":"h802"},{"text":"of memorial","number":"h2146"},{"text":"shall have in his hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"And the priest","number":"h3548"},{"text":"and the priest","number":"h3548"},{"text":"in her hands","number":"h3709"},{"text":"water","number":"h4325"},{"text":"offering","number":"h4503"},{"text":"the offering","number":"h4503"},{"text":"the bitter","number":"h4751"},{"text":"and put","number":"h5414"},{"text":"shall set","number":"h5975"},{"text":"before","number":"h6440"},{"text":"and uncover","number":"h6544"},{"text":"which is the jealousy","number":"h7068"},{"text":"head","number":"h7218"}],"24":[{"text":"that causeth the curse","number":"h779"},{"text":"that causeth the curse","number":"h779"},{"text":"And he shall cause the woman","number":"h802"},{"text":"shall enter","number":"h935"},{"text":"and the water","number":"h4325"},{"text":"water","number":"h4325"},{"text":"into her and become bitter","number":"h4751"},{"text":"the bitter","number":"h4751"},{"text":"to drink","number":"h8248"}],"28":[{"text":"And if the woman","number":"h802"},{"text":"and shall conceive","number":"h2232"},{"text":"seed","number":"h2233"},{"text":"but be clean","number":"h2889"},{"text":"be not defiled","number":"h2930"},{"text":"then she shall be free","number":"h5352"}],"14":[{"text":"of his wife","number":"h802"},{"text":"of his wife","number":"h802"},{"text":"and she be defiled","number":"h2930"},{"text":"and she be not defiled","number":"h2930"},{"text":"come","number":"h5674"},{"text":"come","number":"h5674"},{"text":"upon him and he be jealous","number":"h7065"},{"text":"upon him and he be jealous","number":"h7065"},{"text":"of jealousy","number":"h7068"},{"text":"of jealousy","number":"h7068"},{"text":"And the spirit","number":"h7307"},{"text":"or if the spirit","number":"h7307"}],"25":[{"text":"out of the woman's","number":"h802"},{"text":"hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"Then the priest","number":"h3548"},{"text":"shall take","number":"h3947"},{"text":"it upon the altar","number":"h4196"},{"text":"offering","number":"h4503"},{"text":"the offering","number":"h4503"},{"text":"and shall wave","number":"h5130"},{"text":"before","number":"h6440"},{"text":"the jealousy","number":"h7068"},{"text":"and offer","number":"h7126"}],"7":[{"text":"it unto him against whom he hath trespassed","number":"h816"},{"text":"his trespass","number":"h817"},{"text":"their sin","number":"h2403"},{"text":"unto it the fifth","number":"h2549"},{"text":"Then they shall confess","number":"h3034"},{"text":"thereof and add","number":"h3254"},{"text":"part thereof and give","number":"h5414"},{"text":"which they have done","number":"h6213"},{"text":"with the principal","number":"h7218"},{"text":"and he shall recompense","number":"h7725"}],"3":[{"text":"whereof","number":"h834"},{"text":"Both male","number":"h2145"},{"text":"without","number":"h2351"},{"text":"them that they defile","number":"h2930"},{"text":"not their camps","number":"h4264"},{"text":"the camp","number":"h4264"},{"text":"and female","number":"h5347"},{"text":"I dwell","number":"h7931"},{"text":"shall ye put","number":"h7971"},{"text":"shall ye put out","number":"h7971"},{"text":"in the midst","number":"h8432"}],"4":[{"text":"And the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"spake","number":"h1696"},{"text":"without","number":"h2351"},{"text":"as the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"the camp","number":"h4264"},{"text":"unto Moses","number":"h4872"},{"text":"did so","number":"h6213"},{"text":"so did","number":"h6213"},{"text":"and put them out","number":"h7971"}],"9":[{"text":"of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"unto the priest","number":"h3548"},{"text":"of all the holy things","number":"h6944"},{"text":"which they bring","number":"h7126"},{"text":"And every offering","number":"h8641"}],"2":[{"text":"the children","number":"h1121"},{"text":"and every one that hath an issue","number":"h2100"},{"text":"and whosoever is defiled","number":"h2931"},{"text":"of Israel","number":"h3478"},{"text":"of the camp","number":"h4264"},{"text":"by the dead","number":"h5315"},{"text":"Command","number":"h6680"},{"text":"every leper","number":"h6879"},{"text":"that they put out","number":"h7971"}],"17":[{"text":"in an earthen","number":"h2789"},{"text":"And the priest","number":"h3548"},{"text":"the priest","number":"h3548"},{"text":"vessel","number":"h3627"},{"text":"shall take","number":"h3947"},{"text":"shall take","number":"h3947"},{"text":"it into the water","number":"h4325"},{"text":"water","number":"h4325"},{"text":"of the tabernacle","number":"h4908"},{"text":"and put","number":"h5414"},{"text":"and of the dust","number":"h6083"},{"text":"holy","number":"h6918"},{"text":"that is in the floor","number":"h7172"}],"16":[{"text":"the LORD","number":"h3068"},{"text":"And the priest","number":"h3548"},{"text":"and set","number":"h5975"},{"text":"her before","number":"h6440"},{"text":"shall bring her near","number":"h7126"}]}