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
+ {"19":[{"text":"and shall destroy","number":"h6"},{"text":"Out of Jacob","number":"h3290"},{"text":"of the city","number":"h5892"},{"text":"shall come he that shall have dominion","number":"h7287"},{"text":"him that remaineth","number":"h8300"}],"24":[{"text":"and he also shall perish","number":"h8"},{"text":"Asshur","number":"h804"},{"text":"shall come from the coast","number":"h3027"},{"text":"of Chittim","number":"h3794"},{"text":"Eber","number":"h5677"},{"text":"for ever","number":"h5703"},{"text":"and shall afflict","number":"h6031"},{"text":"and shall afflict","number":"h6031"},{"text":"And ships","number":"h6716"}],"20":[{"text":"end shall be that he perish","number":"h8"},{"text":"but his latter","number":"h319"},{"text":"and said","number":"h559"},{"text":"of the nations","number":"h1471"},{"text":"his parable","number":"h4912"},{"text":"he took up","number":"h5375"},{"text":"for ever","number":"h5703"},{"text":"Amalek","number":"h6002"},{"text":"on Amalek","number":"h6002"},{"text":"And when he looked","number":"h7200"},{"text":"was the first","number":"h7225"}],"7":[{"text":"than Agag","number":"h90"},{"text":"of his buckets","number":"h1805"},{"text":"and his seed","number":"h2233"},{"text":"the water","number":"h4325"},{"text":"waters","number":"h4325"},{"text":"and his king","number":"h4428"},{"text":"and his kingdom","number":"h4438"},{"text":"He shall pour","number":"h5140"},{"text":"out","number":"h5140"},{"text":"shall be exalted","number":"h5375"},{"text":"shall be in many","number":"h7227"},{"text":"shall be higher","number":"h7311"}],"18":[{"text":"And Edom","number":"h123"},{"text":"for his enemies","number":"h341"},{"text":"valiantly","number":"h2428"},{"text":"also shall be a possession","number":"h3424"},{"text":"shall be a possession","number":"h3424"},{"text":"and Israel","number":"h3478"},{"text":"shall do","number":"h6213"},{"text":"Seir","number":"h8165"}],"5":[{"text":"are thy tents","number":"h168"},{"text":"How goodly","number":"h2895"},{"text":"O Jacob","number":"h3290"},{"text":"O Israel","number":"h3478"},{"text":"and thy tabernacles","number":"h4908"}],"6":[{"text":"as the trees of lign aloes","number":"h174"},{"text":"and as cedar trees","number":"h730"},{"text":"as gardens","number":"h1593"},{"text":"which the LORD","number":"h3068"},{"text":"beside the waters","number":"h4325"},{"text":"by the river's side","number":"h5104"},{"text":"As the valleys","number":"h5158"},{"text":"are they spread forth","number":"h5186"},{"text":"hath planted","number":"h5193"}],"23":[{"text":"Alas","number":"h188"},{"text":"when God","number":"h410"},{"text":"and said","number":"h559"},{"text":"who shall live","number":"h2421"},{"text":"his parable","number":"h4912"},{"text":"And he took up","number":"h5375"},{"text":"doeth","number":"h7760"}],"14":[{"text":"in the latter","number":"h319"},{"text":"And now behold I go","number":"h1980"},{"text":"days","number":"h3117"},{"text":"come","number":"h3212"},{"text":"therefore and I will advertise","number":"h3289"},{"text":"thee what this people","number":"h5971"},{"text":"to thy people","number":"h5971"},{"text":"unto my people","number":"h5971"},{"text":"shall do","number":"h6213"}],"10":[{"text":"mine enemies","number":"h341"},{"text":"said","number":"h559"},{"text":"anger","number":"h639"},{"text":"against Balaam","number":"h1109"},{"text":"unto Balaam","number":"h1109"},{"text":"And Balak's","number":"h1111"},{"text":"and Balak","number":"h1111"},{"text":"and behold thou hast altogether","number":"h1288"},{"text":"blessed","number":"h1288"},{"text":"was kindled","number":"h2734"},{"text":"his hands","number":"h3709"},{"text":"and he smote","number":"h5606"},{"text":"together","number":"h5606"},{"text":"times","number":"h6471"},{"text":"thee to curse","number":"h6895"},{"text":"I called","number":"h7121"},{"text":"them these three","number":"h7969"}],"21":[{"text":"Strong","number":"h386"},{"text":"and said","number":"h559"},{"text":"is thy dwellingplace","number":"h4186"},{"text":"his parable","number":"h4912"},{"text":"and took up","number":"h5375"},{"text":"in a rock","number":"h5553"},{"text":"on the Kenites","number":"h7017"},{"text":"thy nest","number":"h7064"},{"text":"And he looked","number":"h7200"},{"text":"and thou puttest","number":"h7760"}],"8":[{"text":"he shall eat up","number":"h398"},{"text":"God","number":"h410"},{"text":"the nations","number":"h1471"},{"text":"and shall break","number":"h1633"},{"text":"them through with his arrows","number":"h2671"},{"text":"brought him forth","number":"h3318"},{"text":"and pierce","number":"h4272"},{"text":"out of Egypt","number":"h4714"},{"text":"their bones","number":"h6106"},{"text":"his enemies","number":"h6862"},{"text":"of an unicorn","number":"h7214"},{"text":"he hath as it were the strength","number":"h8443"}],"16":[{"text":"of God","number":"h410"},{"text":"the words","number":"h561"},{"text":"open","number":"h1540"},{"text":"the knowledge","number":"h1847"},{"text":"which saw","number":"h2372"},{"text":"and knew","number":"h3045"},{"text":"the vision","number":"h4236"},{"text":"He hath said","number":"h5002"},{"text":"falling","number":"h5307"},{"text":"into a trance but having his eyes","number":"h5869"},{"text":"of the most High","number":"h5945"},{"text":"of the Almighty","number":"h7706"},{"text":"which heard","number":"h8085"}],"4":[{"text":"of God","number":"h410"},{"text":"the words","number":"h561"},{"text":"open","number":"h1540"},{"text":"which saw","number":"h2372"},{"text":"the vision","number":"h4236"},{"text":"He hath said","number":"h5002"},{"text":"falling","number":"h5307"},{"text":"into a trance but having his eyes","number":"h5869"},{"text":"of the Almighty","number":"h7706"},{"text":"which heard","number":"h8085"}],"2":[{"text":"of God","number":"h430"},{"text":"And Balaam","number":"h1109"},{"text":"Israel","number":"h3478"},{"text":"lifted up","number":"h5375"},{"text":"his eyes","number":"h5869"},{"text":"and he saw","number":"h7200"},{"text":"and the spirit","number":"h7307"},{"text":"in his tents according to their tribes","number":"h7626"},{"text":"abiding","number":"h7931"}],"22":[{"text":"shall","number":"h518"},{"text":"until Asshur","number":"h804"},{"text":"be wasted","number":"h1197"},{"text":"Nevertheless the Kenite","number":"h7014"},{"text":"shall carry thee away captive","number":"h7617"}],"11":[{"text":"I thought","number":"h559"},{"text":"Therefore now flee","number":"h1272"},{"text":"but lo the LORD","number":"h3068"},{"text":"honour","number":"h3513"},{"text":"thee unto great","number":"h3513"},{"text":"to promote","number":"h3513"},{"text":"from honour","number":"h3519"},{"text":"hath kept thee back","number":"h4513"},{"text":"thou to thy place","number":"h4725"}],"15":[{"text":"and said","number":"h559"},{"text":"Balaam","number":"h1109"},{"text":"the son","number":"h1121"},{"text":"of Beor","number":"h1160"},{"text":"and the man","number":"h1397"},{"text":"his parable","number":"h4912"},{"text":"hath said","number":"h5002"},{"text":"hath said","number":"h5002"},{"text":"And he took up","number":"h5375"},{"text":"whose eyes","number":"h5869"},{"text":"are open","number":"h8365"}],"3":[{"text":"and said","number":"h559"},{"text":"Balaam","number":"h1109"},{"text":"the son","number":"h1121"},{"text":"of Beor","number":"h1160"},{"text":"and the man","number":"h1397"},{"text":"his parable","number":"h4912"},{"text":"hath said","number":"h5002"},{"text":"hath said","number":"h5002"},{"text":"And he took up","number":"h5375"},{"text":"whose eyes","number":"h5869"},{"text":"are open","number":"h8365"}],"12":[{"text":"said","number":"h559"},{"text":"unto me saying","number":"h559"},{"text":"And Balaam","number":"h1109"},{"text":"unto Balak","number":"h1111"},{"text":"Spake","number":"h1696"},{"text":"I not also to thy messengers","number":"h4397"},{"text":"which thou sentest","number":"h7971"}],"9":[{"text":"as a lion","number":"h738"},{"text":"is he that curseth","number":"h779"},{"text":"thee and cursed","number":"h779"},{"text":"Blessed","number":"h1288"},{"text":"is he that blesseth","number":"h1288"},{"text":"He couched","number":"h3766"},{"text":"and as a great lion","number":"h3833"},{"text":"who shall stir him up","number":"h6965"},{"text":"he lay down","number":"h7901"}],"13":[{"text":"me his house","number":"h1004"},{"text":"If Balak","number":"h1111"},{"text":"saith","number":"h1696"},{"text":"that will I speak","number":"h1696"},{"text":"and gold","number":"h2091"},{"text":"either good","number":"h2896"},{"text":"but what the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"I cannot","number":"h3201"},{"text":"of silver","number":"h3701"},{"text":"of mine own mind","number":"h3820"},{"text":"full","number":"h4393"},{"text":"would give","number":"h5414"},{"text":"go beyond","number":"h5674"},{"text":"to do","number":"h6213"},{"text":"the commandment","number":"h6310"},{"text":"or bad","number":"h7451"}],"25":[{"text":"And Balaam","number":"h1109"},{"text":"and Balak","number":"h1111"},{"text":"his way","number":"h1870"},{"text":"also went","number":"h1980"},{"text":"and went","number":"h3212"},{"text":"to his place","number":"h4725"},{"text":"rose up","number":"h6965"},{"text":"and returned","number":"h7725"}],"1":[{"text":"And when Balaam","number":"h1109"},{"text":"to bless","number":"h1288"},{"text":"he went","number":"h1980"},{"text":"the LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"toward the wilderness","number":"h4057"},{"text":"for enchantments","number":"h5173"},{"text":"that it pleased","number":"h5869"},{"text":"his face","number":"h6440"},{"text":"not as at other times","number":"h6471"},{"text":"to seek","number":"h7125"},{"text":"saw","number":"h7200"},{"text":"but he set","number":"h7896"}],"17":[{"text":"all the children","number":"h1121"},{"text":"there shall come","number":"h1869"},{"text":"out of Jacob","number":"h3290"},{"text":"out of Israel","number":"h3478"},{"text":"a Star","number":"h3556"},{"text":"of Moab","number":"h4124"},{"text":"and shall smite","number":"h4272"},{"text":"the corners","number":"h6285"},{"text":"shall rise","number":"h6965"},{"text":"and destroy","number":"h6979"},{"text":"him but not nigh","number":"h7138"},{"text":"I shall see","number":"h7200"},{"text":"and a Sceptre","number":"h7626"},{"text":"him but not now I shall behold","number":"h7789"},{"text":"of Sheth","number":"h8352"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"and of a chief","number":"h1"},{"text":"over a people","number":"h523"},{"text":"woman","number":"h802"},{"text":"house","number":"h1004"},{"text":"the daughter","number":"h1323"},{"text":"was Cozbi","number":"h3579"},{"text":"in Midian","number":"h4080"},{"text":"of the Midianitish","number":"h4084"},{"text":"that was slain","number":"h5221"},{"text":"of Zur","number":"h6698"},{"text":"he was head","number":"h7218"},{"text":"And the name","number":"h8034"}],"14":[{"text":"of a chief","number":"h1"},{"text":"of the Israelite","number":"h376"},{"text":"house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"was Zimri","number":"h2174"},{"text":"with the Midianitish woman","number":"h4084"},{"text":"even that was slain","number":"h5221"},{"text":"that was slain","number":"h5221"},{"text":"a prince","number":"h5387"},{"text":"of Salu","number":"h5543"},{"text":"Now the name","number":"h8034"},{"text":"among the Simeonites","number":"h8099"}],"6":[{"text":"of the tabernacle","number":"h168"},{"text":"unto his brethren","number":"h251"},{"text":"And behold one","number":"h376"},{"text":"came","number":"h935"},{"text":"who were weeping","number":"h1058"},{"text":"of the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"a Midianitish woman","number":"h4084"},{"text":"of the congregation","number":"h4150"},{"text":"of Moses","number":"h4872"},{"text":"of all the congregation","number":"h5712"},{"text":"and in the sight","number":"h5869"},{"text":"in the sight","number":"h5869"},{"text":"before the door","number":"h6607"},{"text":"and brought","number":"h7126"}],"11":[{"text":"of Aaron","number":"h175"},{"text":"of Eleazar","number":"h499"},{"text":"from the children","number":"h1121"},{"text":"not the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"my wrath","number":"h2534"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"the priest","number":"h3548"},{"text":"them that I consumed","number":"h3615"},{"text":"Phinehas","number":"h6372"},{"text":"while he was zealous","number":"h7065"},{"text":"for my sake","number":"h7068"},{"text":"in my jealousy","number":"h7068"},{"text":"away","number":"h7725"},{"text":"hath turned","number":"h7725"},{"text":"among","number":"h8432"}],"7":[{"text":"of Aaron","number":"h175"},{"text":"of Eleazar","number":"h499"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"in his hand","number":"h3027"},{"text":"the priest","number":"h3548"},{"text":"and took","number":"h3947"},{"text":"the congregation","number":"h5712"},{"text":"And when Phinehas","number":"h6372"},{"text":"it he rose up","number":"h6965"},{"text":"saw","number":"h7200"},{"text":"a javelin","number":"h7420"},{"text":"from among","number":"h8432"}],"18":[{"text":"their sister","number":"h269"},{"text":"the daughter","number":"h1323"},{"text":"and in the matter","number":"h1697"},{"text":"sake","number":"h1697"},{"text":"you in the matter","number":"h1697"},{"text":"in the day","number":"h3117"},{"text":"of Cozbi","number":"h3579"},{"text":"of the plague","number":"h4046"},{"text":"of Midian","number":"h4080"},{"text":"which was slain","number":"h5221"},{"text":"wherewith they have beguiled","number":"h5230"},{"text":"you with their wiles","number":"h5231"},{"text":"of a prince","number":"h5387"},{"text":"for Peor's","number":"h6465"},{"text":"of Peor","number":"h6465"},{"text":"For they vex","number":"h6887"}],"13":[{"text":"after","number":"h310"},{"text":"for his God","number":"h430"},{"text":"because","number":"h834"},{"text":"for the children","number":"h1121"},{"text":"him even the covenant","number":"h1285"},{"text":"And he shall have it and his seed","number":"h2233"},{"text":"of Israel","number":"h3478"},{"text":"priesthood","number":"h3550"},{"text":"and made an atonement","number":"h3722"},{"text":"of an everlasting","number":"h5769"},{"text":"he was zealous","number":"h7065"}],"8":[{"text":"after","number":"h310"},{"text":"of them through the man","number":"h376"},{"text":"the man","number":"h376"},{"text":"through","number":"h413"},{"text":"and the woman","number":"h802"},{"text":"And he went","number":"h935"},{"text":"from the children","number":"h1121"},{"text":"and thrust","number":"h1856"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"So the plague","number":"h4046"},{"text":"was stayed","number":"h6113"},{"text":"her belly","number":"h6897"},{"text":"into the tent","number":"h6898"},{"text":"both","number":"h8147"}],"5":[{"text":"one","number":"h376"},{"text":"ye every","number":"h376"},{"text":"said","number":"h559"},{"text":"his men","number":"h582"},{"text":"unto Baalpeor","number":"h1187"},{"text":"Slay","number":"h2026"},{"text":"of Israel","number":"h3478"},{"text":"And Moses","number":"h4872"},{"text":"that were joined","number":"h6775"},{"text":"unto the judges","number":"h8199"}],"2":[{"text":"did eat","number":"h398"},{"text":"of their gods","number":"h430"},{"text":"to their gods","number":"h430"},{"text":"unto the sacrifices","number":"h2077"},{"text":"and the people","number":"h5971"},{"text":"the people","number":"h5971"},{"text":"And they called","number":"h7121"},{"text":"and bowed down","number":"h7812"}],"9":[{"text":"thousand","number":"h505"},{"text":"and four","number":"h702"},{"text":"in the plague","number":"h4046"},{"text":"And those that died","number":"h4191"},{"text":"were twenty","number":"h6242"}],"12":[{"text":"Wherefore say","number":"h559"},{"text":"unto him my covenant","number":"h1285"},{"text":"Behold I give","number":"h5414"},{"text":"of peace","number":"h7965"}],"4":[{"text":"said","number":"h559"},{"text":"anger","number":"h639"},{"text":"that the fierce","number":"h2740"},{"text":"And the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and hang them up","number":"h3363"},{"text":"from Israel","number":"h3478"},{"text":"Take","number":"h3947"},{"text":"unto Moses","number":"h4872"},{"text":"before","number":"h5048"},{"text":"of the people","number":"h5971"},{"text":"all the heads","number":"h7218"},{"text":"may be turned away","number":"h7725"},{"text":"against the sun","number":"h8121"}],"10":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"16":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"3":[{"text":"and the anger","number":"h639"},{"text":"himself unto Baalpeor","number":"h1187"},{"text":"was kindled","number":"h2734"},{"text":"of the LORD","number":"h3068"},{"text":"And Israel","number":"h3478"},{"text":"against Israel","number":"h3478"},{"text":"joined","number":"h6775"}],"1":[{"text":"with the daughters","number":"h1323"},{"text":"to commit whoredom","number":"h2181"},{"text":"began","number":"h2490"},{"text":"abode","number":"h3427"},{"text":"And Israel","number":"h3478"},{"text":"of Moab","number":"h4124"},{"text":"and the people","number":"h5971"},{"text":"in Shittim","number":"h7851"}],"17":[{"text":"the Midianites","number":"h4084"},{"text":"and smite","number":"h5221"},{"text":"Vex","number":"h6887"}]}
@@ -0,0 +1 @@
1
+ {"55":[{"text":"of their fathers","number":"h1"},{"text":"Notwithstanding the land","number":"h776"},{"text":"by lot","number":"h1486"},{"text":"shall be divided","number":"h2505"},{"text":"of the tribes","number":"h4294"},{"text":"they shall inherit","number":"h5157"},{"text":"according to the names","number":"h8034"}],"2":[{"text":"throughout their fathers","number":"h1"},{"text":"house","number":"h1004"},{"text":"of the children","number":"h1121"},{"text":"old","number":"h1121"},{"text":"all that are able to go","number":"h3318"},{"text":"in Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"and upward","number":"h4605"},{"text":"Take","number":"h5375"},{"text":"of all the congregation","number":"h5712"},{"text":"from twenty","number":"h6242"},{"text":"to war","number":"h6635"},{"text":"the sum","number":"h7218"},{"text":"years","number":"h8141"}],"60":[{"text":"and Abihu","number":"h30"},{"text":"And unto Aaron","number":"h175"},{"text":"and Ithamar","number":"h385"},{"text":"Eleazar","number":"h499"},{"text":"was born","number":"h3205"},{"text":"Nadab","number":"h5070"}],"61":[{"text":"and Abihu","number":"h30"},{"text":"fire","number":"h784"},{"text":"strange","number":"h2114"},{"text":"the LORD","number":"h3068"},{"text":"died","number":"h4191"},{"text":"And Nadab","number":"h5070"},{"text":"before","number":"h6440"},{"text":"when they offered","number":"h7126"}],"9":[{"text":"and Abiram","number":"h48"},{"text":"and Abiram","number":"h48"},{"text":"and against Aaron","number":"h175"},{"text":"of Eliab","number":"h446"},{"text":"And the sons","number":"h1121"},{"text":"This is that Dathan","number":"h1885"},{"text":"and Dathan","number":"h1885"},{"text":"against the LORD","number":"h3068"},{"text":"against Moses","number":"h4872"},{"text":"Nemuel","number":"h5241"},{"text":"when they strove","number":"h5327"},{"text":"who strove","number":"h5327"},{"text":"in the company","number":"h5712"},{"text":"in the congregation","number":"h5712"},{"text":"of Korah","number":"h7141"},{"text":"which were famous","number":"h7148"}],"59":[{"text":"Aaron","number":"h175"},{"text":"their sister","number":"h269"},{"text":"wife","number":"h802"},{"text":"the daughter","number":"h1323"},{"text":"was Jochebed","number":"h3115"},{"text":"and she bare","number":"h3205"},{"text":"whom her mother bare","number":"h3205"},{"text":"of Levi","number":"h3878"},{"text":"to Levi","number":"h3878"},{"text":"in Egypt","number":"h4714"},{"text":"and Miriam","number":"h4813"},{"text":"and Moses","number":"h4872"},{"text":"of Amram's","number":"h6019"},{"text":"unto Amram","number":"h6019"},{"text":"And the name","number":"h8034"}],"64":[{"text":"and Aaron","number":"h175"},{"text":"But among these there was not a man","number":"h376"},{"text":"the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"the priest","number":"h3548"},{"text":"in the wilderness","number":"h4057"},{"text":"of them whom Moses","number":"h4872"},{"text":"of Sinai","number":"h5514"},{"text":"numbered","number":"h6485"},{"text":"when they numbered","number":"h6485"}],"1":[{"text":"of Aaron","number":"h175"},{"text":"And it came to pass after","number":"h310"},{"text":"and unto Eleazar","number":"h499"},{"text":"saying","number":"h559"},{"text":"spake","number":"h559"},{"text":"the son","number":"h1121"},{"text":"that the LORD","number":"h3068"},{"text":"the priest","number":"h3548"},{"text":"the plague","number":"h4046"},{"text":"unto Moses","number":"h4872"}],"19":[{"text":"and Onan","number":"h209"},{"text":"and Onan","number":"h209"},{"text":"in the land","number":"h776"},{"text":"The sons","number":"h1121"},{"text":"of Judah","number":"h3063"},{"text":"of Canaan","number":"h3667"},{"text":"died","number":"h4191"},{"text":"and Er","number":"h6147"},{"text":"were Er","number":"h6147"}],"16":[{"text":"Of Ozni","number":"h244"},{"text":"of the Oznites","number":"h244"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of Eri","number":"h6179"},{"text":"of the Erites","number":"h6180"}],"38":[{"text":"of Ahiram","number":"h297"},{"text":"of the Ahiramites","number":"h298"},{"text":"of Ashbel","number":"h788"},{"text":"of the Ashbelites","number":"h789"},{"text":"of Bela","number":"h1106"},{"text":"of the Belaites","number":"h1108"},{"text":"The sons","number":"h1121"},{"text":"of Benjamin","number":"h1144"},{"text":"after their families","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"}],"26":[{"text":"of Elon","number":"h356"},{"text":"of the Elonites","number":"h440"},{"text":"Of the sons","number":"h1121"},{"text":"of Zebulun","number":"h2074"},{"text":"of Jahleel","number":"h3177"},{"text":"of the Jahleelites","number":"h3178"},{"text":"after their families","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of Sered","number":"h5624"},{"text":"of the Sardites","number":"h5625"}],"30":[{"text":"of Jeezer","number":"h372"},{"text":"of the Jeezerites","number":"h373"},{"text":"These are the sons","number":"h1121"},{"text":"of Gilead","number":"h1568"},{"text":"of Helek","number":"h2507"},{"text":"of the Helekites","number":"h2516"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"}],"65":[{"text":"a man","number":"h376"},{"text":"had said","number":"h559"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"For the LORD","number":"h3068"},{"text":"and Joshua","number":"h3091"},{"text":"of Jephunneh","number":"h3312"},{"text":"And there was not left","number":"h3498"},{"text":"of them save Caleb","number":"h3612"},{"text":"in the wilderness","number":"h4057"},{"text":"die","number":"h4191"},{"text":"of them They shall surely","number":"h4191"},{"text":"of Nun","number":"h5126"}],"10":[{"text":"men","number":"h376"},{"text":"devoured","number":"h398"},{"text":"And the earth","number":"h776"},{"text":"what time the fire","number":"h784"},{"text":"and swallowed them up","number":"h1104"},{"text":"and fifty","number":"h2572"},{"text":"two hundred","number":"h3967"},{"text":"died","number":"h4194"},{"text":"and they became a sign","number":"h5251"},{"text":"when that company","number":"h5712"},{"text":"her mouth","number":"h6310"},{"text":"opened","number":"h6605"},{"text":"together with Korah","number":"h7141"}],"54":[{"text":"to every one","number":"h376"},{"text":"thou shalt give the less","number":"h4591"},{"text":"and to few","number":"h4592"},{"text":"inheritance","number":"h5159"},{"text":"inheritance","number":"h5159"},{"text":"shall his inheritance","number":"h5159"},{"text":"be given","number":"h5414"},{"text":"according","number":"h6310"},{"text":"to those that were numbered","number":"h6485"},{"text":"To many","number":"h7227"},{"text":"thou shalt give the more","number":"h7235"}],"8":[{"text":"Eliab","number":"h446"},{"text":"And the sons","number":"h1121"},{"text":"of Pallu","number":"h6396"}],"3":[{"text":"and Eleazar","number":"h499"},{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"by Jordan","number":"h3383"},{"text":"near Jericho","number":"h3405"},{"text":"the priest","number":"h3548"},{"text":"of Moab","number":"h4124"},{"text":"And Moses","number":"h4872"},{"text":"with them in the plains","number":"h6160"}],"63":[{"text":"and Eleazar","number":"h499"},{"text":"the children","number":"h1121"},{"text":"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":"by Moses","number":"h4872"},{"text":"in the plains","number":"h6160"},{"text":"These are they that were numbered","number":"h6485"},{"text":"who numbered","number":"h6485"}],"51":[{"text":"and a thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"These were the numbered","number":"h6485"},{"text":"seven","number":"h7651"},{"text":"and thirty","number":"h7970"},{"text":"six","number":"h8337"}],"14":[{"text":"thousand","number":"h505"},{"text":"and two hundred","number":"h3967"},{"text":"These are the families","number":"h4940"},{"text":"twenty","number":"h6242"},{"text":"of the Simeonites","number":"h8099"},{"text":"and two","number":"h8147"}],"18":[{"text":"thousand","number":"h505"},{"text":"of them forty","number":"h705"},{"text":"of the children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"and five","number":"h2568"},{"text":"hundred","number":"h3967"},{"text":"These are the families","number":"h4940"},{"text":"according to those that were numbered","number":"h6485"}],"22":[{"text":"thousand","number":"h505"},{"text":"and five","number":"h2568"},{"text":"of Judah","number":"h3063"},{"text":"hundred","number":"h3967"},{"text":"These are the families","number":"h4940"},{"text":"according to those that were numbered","number":"h6485"},{"text":"of them threescore and sixteen","number":"h7657"}],"25":[{"text":"thousand","number":"h505"},{"text":"and four","number":"h702"},{"text":"of Issachar","number":"h3485"},{"text":"hundred","number":"h3967"},{"text":"These are the families","number":"h4940"},{"text":"according to those that were numbered","number":"h6485"},{"text":"and three","number":"h7969"},{"text":"of them threescore","number":"h8346"}],"27":[{"text":"thousand","number":"h505"},{"text":"of the Zebulunites","number":"h2075"},{"text":"and five","number":"h2568"},{"text":"hundred","number":"h3967"},{"text":"These are the families","number":"h4940"},{"text":"according to those that were numbered","number":"h6485"},{"text":"of them threescore","number":"h8346"}],"34":[{"text":"thousand","number":"h505"},{"text":"of them fifty","number":"h2572"},{"text":"hundred","number":"h3967"},{"text":"of Manasseh","number":"h4519"},{"text":"These are the families","number":"h4940"},{"text":"and those that were numbered","number":"h6485"},{"text":"and seven","number":"h7651"},{"text":"and two","number":"h8147"}],"37":[{"text":"thousand","number":"h505"},{"text":"of Ephraim","number":"h669"},{"text":"These are the sons","number":"h1121"},{"text":"of the sons","number":"h1121"},{"text":"and five","number":"h2568"},{"text":"of Joseph","number":"h3130"},{"text":"hundred","number":"h3967"},{"text":"These are the families","number":"h4940"},{"text":"after their families","number":"h4940"},{"text":"according to those that were numbered","number":"h6485"},{"text":"of them thirty","number":"h7970"},{"text":"and two","number":"h8147"}],"41":[{"text":"thousand","number":"h505"},{"text":"of them were forty","number":"h705"},{"text":"These are the sons","number":"h1121"},{"text":"of Benjamin","number":"h1144"},{"text":"and five","number":"h2568"},{"text":"hundred","number":"h3967"},{"text":"after their families","number":"h4940"},{"text":"and they that were numbered","number":"h6485"},{"text":"and six","number":"h8337"}],"43":[{"text":"thousand","number":"h505"},{"text":"and four","number":"h702"},{"text":"and four","number":"h702"},{"text":"hundred","number":"h3967"},{"text":"All the families","number":"h4940"},{"text":"according to those that were numbered","number":"h6485"},{"text":"of the Shuhamites","number":"h7749"},{"text":"of them were threescore","number":"h8346"}],"47":[{"text":"thousand","number":"h505"},{"text":"and four","number":"h702"},{"text":"of Asher","number":"h836"},{"text":"of the sons","number":"h1121"},{"text":"of them who were fifty","number":"h2572"},{"text":"hundred","number":"h3967"},{"text":"These are the families","number":"h4940"},{"text":"according to those that were numbered","number":"h6485"},{"text":"and three","number":"h7969"}],"50":[{"text":"thousand","number":"h505"},{"text":"and four","number":"h702"},{"text":"of them were forty","number":"h705"},{"text":"and five","number":"h2568"},{"text":"hundred","number":"h3967"},{"text":"These are the families","number":"h4940"},{"text":"according to their families","number":"h4940"},{"text":"of Naphtali","number":"h5321"},{"text":"and they that were numbered","number":"h6485"}],"62":[{"text":"thousand","number":"h505"},{"text":"old","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"all males","number":"h2145"},{"text":"from a month","number":"h2320"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"and upward","number":"h4605"},{"text":"because there was no inheritance","number":"h5159"},{"text":"given","number":"h5414"},{"text":"of them were twenty","number":"h6242"},{"text":"And those that were numbered","number":"h6485"},{"text":"for they were not numbered","number":"h6485"},{"text":"and three","number":"h7969"},{"text":"among","number":"h8432"},{"text":"them among","number":"h8432"}],"7":[{"text":"thousand","number":"h505"},{"text":"of them were forty","number":"h705"},{"text":"hundred","number":"h3967"},{"text":"These are the families","number":"h4940"},{"text":"and they that were numbered","number":"h6485"},{"text":"of the Reubenites","number":"h7206"},{"text":"and seven","number":"h7651"},{"text":"and three","number":"h7969"},{"text":"and thirty","number":"h7970"}],"52":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"28":[{"text":"and Ephraim","number":"h669"},{"text":"The sons","number":"h1121"},{"text":"of Joseph","number":"h3130"},{"text":"were Manasseh","number":"h4519"},{"text":"after their families","number":"h4940"}],"35":[{"text":"of Ephraim","number":"h669"},{"text":"of Becher","number":"h1071"},{"text":"of the Bachrites","number":"h1076"},{"text":"These are the sons","number":"h1121"},{"text":"after their families","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of Shuthelah","number":"h7803"},{"text":"of the Shuthalhites","number":"h8364"},{"text":"of Tahan","number":"h8465"},{"text":"of the Tahanites","number":"h8470"}],"17":[{"text":"of Areli","number":"h692"},{"text":"of the Arelites","number":"h692"},{"text":"Of Arod","number":"h720"},{"text":"of the Arodites","number":"h722"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"}],"40":[{"text":"were Ard","number":"h714"},{"text":"of the Ardites","number":"h716"},{"text":"of Bela","number":"h1106"},{"text":"And the sons","number":"h1121"},{"text":"of Ard the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of the Naamites","number":"h5280"},{"text":"and Naaman","number":"h5283"},{"text":"and of Naaman","number":"h5283"}],"53":[{"text":"Unto these the land","number":"h776"},{"text":"shall be divided","number":"h2505"},{"text":"according to the number","number":"h4557"},{"text":"for an inheritance","number":"h5159"},{"text":"of names","number":"h8034"}],"4":[{"text":"out of the land","number":"h776"},{"text":"and the children","number":"h1121"},{"text":"old","number":"h1121"},{"text":"as the LORD","number":"h3068"},{"text":"which went forth","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"and upward","number":"h4605"},{"text":"of Egypt","number":"h4714"},{"text":"Moses","number":"h4872"},{"text":"Take the sum of the people from twenty","number":"h6242"},{"text":"commanded","number":"h6680"},{"text":"years","number":"h8141"}],"44":[{"text":"of Asher","number":"h836"},{"text":"Of the children","number":"h1121"},{"text":"of Beriah","number":"h1283"},{"text":"of the Beriites","number":"h1284"},{"text":"of Jimna","number":"h3232"},{"text":"of the Jimnites","number":"h3232"},{"text":"of Jesui","number":"h3440"},{"text":"of the Jesuites","number":"h3441"},{"text":"after their families","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"}],"46":[{"text":"of Asher","number":"h836"},{"text":"of the daughter","number":"h1323"},{"text":"And the name","number":"h8034"},{"text":"was Sarah","number":"h8294"}],"31":[{"text":"And of Asriel","number":"h844"},{"text":"of the Asrielites","number":"h845"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"and of Shechem","number":"h7928"},{"text":"of the Shechemites","number":"h7930"}],"5":[{"text":"the eldest","number":"h1060"},{"text":"the children","number":"h1121"},{"text":"Hanoch","number":"h2585"},{"text":"of the Hanochites","number":"h2599"},{"text":"son of Israel","number":"h3478"},{"text":"of whom cometh the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of the Palluites","number":"h6384"},{"text":"of Pallu","number":"h6396"},{"text":"Reuben","number":"h7205"},{"text":"of Reuben","number":"h7205"}],"20":[{"text":"And the sons","number":"h1121"},{"text":"of Zerah","number":"h2226"},{"text":"of the Zarhites","number":"h2227"},{"text":"of Judah","number":"h3063"},{"text":"after their families","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of Pharez","number":"h6557"},{"text":"of the Pharzites","number":"h6558"},{"text":"were of Shelah","number":"h7956"},{"text":"of the Shelanites","number":"h8024"}],"21":[{"text":"And the sons","number":"h1121"},{"text":"of Hamul","number":"h2538"},{"text":"of the Hamulites","number":"h2539"},{"text":"were of Hezron","number":"h2696"},{"text":"of the Hezronites","number":"h2697"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of Pharez","number":"h6557"}],"36":[{"text":"And these are the sons","number":"h1121"},{"text":"the family","number":"h4940"},{"text":"of Eran","number":"h6197"},{"text":"of the Eranites","number":"h6198"},{"text":"of Shuthelah","number":"h7803"}],"11":[{"text":"Notwithstanding the children","number":"h1121"},{"text":"died","number":"h4191"},{"text":"of Korah","number":"h7141"}],"23":[{"text":"Of the sons","number":"h1121"},{"text":"of Issachar","number":"h3485"},{"text":"after their families","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of Pua","number":"h6312"},{"text":"of the Punites","number":"h6324"},{"text":"of Tola","number":"h8439"},{"text":"of the Tolaites","number":"h8440"}],"29":[{"text":"Of the sons","number":"h1121"},{"text":"Gilead","number":"h1568"},{"text":"of Gilead","number":"h1568"},{"text":"of the Gileadites","number":"h1569"},{"text":"begat","number":"h3205"},{"text":"and Machir","number":"h4353"},{"text":"of Machir","number":"h4353"},{"text":"of the Machirites","number":"h4354"},{"text":"of Manasseh","number":"h4519"},{"text":"come the family","number":"h4940"},{"text":"the family","number":"h4940"}],"45":[{"text":"Of the sons","number":"h1121"},{"text":"of Beriah","number":"h1283"},{"text":"of Heber","number":"h2268"},{"text":"of the Heberites","number":"h2277"},{"text":"of Malchiel","number":"h4439"},{"text":"of the Malchielites","number":"h4440"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"}],"48":[{"text":"Of the sons","number":"h1121"},{"text":"of Guni","number":"h1476"},{"text":"of the Gunites","number":"h1477"},{"text":"of Jahzeel","number":"h3183"},{"text":"of the Jahzeelites","number":"h3184"},{"text":"after their families","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of Naphtali","number":"h5321"}],"15":[{"text":"The children","number":"h1121"},{"text":"of Gad","number":"h1410"},{"text":"of Haggi","number":"h2291"},{"text":"of the Haggites","number":"h2291"},{"text":"after their families","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of Zephon","number":"h6827"},{"text":"of the Zephonites","number":"h6831"},{"text":"of Shuni","number":"h7764"},{"text":"of the Shunites","number":"h7765"}],"12":[{"text":"The sons","number":"h1121"},{"text":"of Jachin","number":"h3199"},{"text":"of the Jachinites","number":"h3200"},{"text":"of Jamin","number":"h3226"},{"text":"of the Jaminites","number":"h3228"},{"text":"after their families","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of Nemuel","number":"h5241"},{"text":"of the Nemuelites","number":"h5242"},{"text":"of Simeon","number":"h8095"}],"42":[{"text":"These are the sons","number":"h1121"},{"text":"of Dan","number":"h1835"},{"text":"of Dan","number":"h1835"},{"text":"These are the families","number":"h4940"},{"text":"after their families","number":"h4940"},{"text":"after their families","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of Shuham","number":"h7748"},{"text":"of the Shuhamites","number":"h7749"}],"33":[{"text":"had no sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"but daughters","number":"h1323"},{"text":"of the daughters","number":"h1323"},{"text":"Hoglah","number":"h2295"},{"text":"of Hepher","number":"h2660"},{"text":"were Mahlah","number":"h4244"},{"text":"Milcah","number":"h4435"},{"text":"and Noah","number":"h5270"},{"text":"And Zelophehad","number":"h6765"},{"text":"of Zelophehad","number":"h6765"},{"text":"and the names","number":"h8034"},{"text":"and Tirzah","number":"h8656"}],"56":[{"text":"to the lot","number":"h1486"},{"text":"thereof be divided","number":"h2505"},{"text":"and few","number":"h4592"},{"text":"shall the possession","number":"h5159"},{"text":"According","number":"h6310"},{"text":"between many","number":"h7227"}],"57":[{"text":"of Gershon","number":"h1648"},{"text":"of the Gershonites","number":"h1649"},{"text":"of the Levites","number":"h3881"},{"text":"of Merari","number":"h4847"},{"text":"of the Merarites","number":"h4848"},{"text":"after their families","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"And these are they that were numbered","number":"h6485"},{"text":"of Kohath","number":"h6955"},{"text":"of the Kohathites","number":"h6956"}],"13":[{"text":"Of Zerah","number":"h2226"},{"text":"of the Zarhites","number":"h2227"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of Shaul","number":"h7586"},{"text":"of the Shaulites","number":"h7587"}],"58":[{"text":"of the Hebronites","number":"h2276"},{"text":"begat","number":"h3205"},{"text":"of the Libnites","number":"h3846"},{"text":"of the Levites","number":"h3881"},{"text":"of the Mushites","number":"h4188"},{"text":"of the Mahlites","number":"h4250"},{"text":"These are the families","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"Amram","number":"h6019"},{"text":"And Kohath","number":"h6955"},{"text":"of the Korathites","number":"h7145"}],"39":[{"text":"of Hupham","number":"h2349"},{"text":"of the Huphamites","number":"h2350"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of the Shuphamites","number":"h7781"},{"text":"Of Shupham","number":"h8197"}],"32":[{"text":"and of Hepher","number":"h2660"},{"text":"of the Hepherites","number":"h2662"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"And of Shemida","number":"h8061"},{"text":"of the Shemidaites","number":"h8062"}],"6":[{"text":"Of Hezron","number":"h2696"},{"text":"of the Hezronites","number":"h2697"},{"text":"of Carmi","number":"h3756"},{"text":"of the Carmites","number":"h3757"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"}],"49":[{"text":"Of Jezer","number":"h3337"},{"text":"of the Jezerites","number":"h3340"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of Shillem","number":"h8006"},{"text":"of the Shillemites","number":"h8016"}],"24":[{"text":"of the Jashubites","number":"h3432"},{"text":"Of Jashub","number":"h3437"},{"text":"the family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of Shimron","number":"h8110"},{"text":"of the Shimronites","number":"h8117"}]}
@@ -0,0 +1 @@
1
+ {"11":[{"text":"And if his father","number":"h1"},{"text":"have no brethren","number":"h251"},{"text":"it and it shall be unto the children","number":"h1121"},{"text":"a statute","number":"h2708"},{"text":"as the LORD","number":"h3068"},{"text":"and he shall possess","number":"h3423"},{"text":"of Israel","number":"h3478"},{"text":"Moses","number":"h4872"},{"text":"to him of his family","number":"h4940"},{"text":"of judgment","number":"h4941"},{"text":"his inheritance","number":"h5159"},{"text":"then ye shall give","number":"h5414"},{"text":"commanded","number":"h6680"},{"text":"that is next","number":"h7138"},{"text":"unto his kinsman","number":"h7607"}],"3":[{"text":"Our father","number":"h1"},{"text":"and had no sons","number":"h1121"},{"text":"in his own sin","number":"h2399"},{"text":"against the LORD","number":"h3068"},{"text":"of them that gathered themselves together","number":"h3259"},{"text":"in the wilderness","number":"h4057"},{"text":"but died","number":"h4191"},{"text":"died","number":"h4191"},{"text":"in the company","number":"h5712"},{"text":"the company","number":"h5712"},{"text":"of Korah","number":"h7141"},{"text":"and he was not in","number":"h8432"}],"4":[{"text":"of our father","number":"h1"},{"text":"of our father","number":"h1"},{"text":"the brethren","number":"h251"},{"text":"unto us therefore a possession","number":"h272"},{"text":"because he hath no son","number":"h1121"},{"text":"be done away","number":"h1639"},{"text":"his family","number":"h4940"},{"text":"Give","number":"h5414"},{"text":"Why should the name","number":"h8034"},{"text":"among","number":"h8432"},{"text":"from among","number":"h8432"}],"7":[{"text":"of their father","number":"h1"},{"text":"their father's","number":"h1"},{"text":"brethren","number":"h251"},{"text":"them a possession","number":"h272"},{"text":"The daughters","number":"h1323"},{"text":"speak","number":"h1696"},{"text":"right","number":"h3651"},{"text":"and thou shalt cause the inheritance","number":"h5159"},{"text":"of an inheritance","number":"h5159"},{"text":"give","number":"h5414"},{"text":"thou shalt surely","number":"h5414"},{"text":"to pass","number":"h5674"},{"text":"of Zelophehad","number":"h6765"},{"text":"among","number":"h8432"}],"10":[{"text":"unto his father's","number":"h1"},{"text":"And if he have no brethren","number":"h251"},{"text":"brethren","number":"h251"},{"text":"his inheritance","number":"h5159"},{"text":"then ye shall give","number":"h5414"}],"2":[{"text":"of the tabernacle","number":"h168"},{"text":"Eleazar","number":"h499"},{"text":"saying","number":"h559"},{"text":"the priest","number":"h3548"},{"text":"of the congregation","number":"h4150"},{"text":"Moses","number":"h4872"},{"text":"the princes","number":"h5387"},{"text":"and all the congregation","number":"h5712"},{"text":"And they stood","number":"h5975"},{"text":"and before","number":"h6440"},{"text":"and before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"by the door","number":"h6607"}],"13":[{"text":"as Aaron","number":"h175"},{"text":"thy brother","number":"h251"},{"text":"it thou also shalt be gathered","number":"h622"},{"text":"was gathered","number":"h622"},{"text":"unto thy people","number":"h5971"},{"text":"And when thou hast seen","number":"h7200"}],"21":[{"text":"of Urim","number":"h224"},{"text":"Eleazar","number":"h499"},{"text":"they shall come in","number":"h935"},{"text":"both he and all the children","number":"h1121"},{"text":"the LORD","number":"h3068"},{"text":"shall they go out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"the priest","number":"h3548"},{"text":"counsel for him after the judgment","number":"h4941"},{"text":"with him even all the congregation","number":"h5712"},{"text":"And he shall stand","number":"h5975"},{"text":"and at his word","number":"h6310"},{"text":"at his word","number":"h6310"},{"text":"before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"who shall ask","number":"h7592"}],"9":[{"text":"unto his brethren","number":"h251"},{"text":"And if he have no daughter","number":"h1323"},{"text":"his inheritance","number":"h5159"},{"text":"then ye shall give","number":"h5414"}],"8":[{"text":"If a man","number":"h376"},{"text":"saying","number":"h559"},{"text":"and have no son","number":"h1121"},{"text":"unto the children","number":"h1121"},{"text":"unto his daughter","number":"h1323"},{"text":"And thou shalt speak","number":"h1696"},{"text":"of Israel","number":"h3478"},{"text":"die","number":"h4191"},{"text":"then ye shall cause his inheritance","number":"h5159"},{"text":"to pass","number":"h5674"}],"16":[{"text":"a man","number":"h376"},{"text":"the God","number":"h430"},{"text":"of all flesh","number":"h1320"},{"text":"Let the LORD","number":"h3068"},{"text":"over the congregation","number":"h5712"},{"text":"set","number":"h6485"},{"text":"of the spirits","number":"h7307"}],"18":[{"text":"a man","number":"h376"},{"text":"said","number":"h559"},{"text":"the son","number":"h1121"},{"text":"thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"thee Joshua","number":"h3091"},{"text":"Take","number":"h3947"},{"text":"unto Moses","number":"h4872"},{"text":"of Nun","number":"h5126"},{"text":"and lay","number":"h5564"},{"text":"in whom is the spirit","number":"h7307"}],"19":[{"text":"Eleazar","number":"h499"},{"text":"the priest","number":"h3548"},{"text":"all the congregation","number":"h5712"},{"text":"in their sight","number":"h5869"},{"text":"And set","number":"h5975"},{"text":"and before","number":"h6440"},{"text":"him before","number":"h6440"},{"text":"and give him a charge","number":"h6680"}],"22":[{"text":"Eleazar","number":"h499"},{"text":"as the LORD","number":"h3068"},{"text":"Joshua","number":"h3091"},{"text":"the priest","number":"h3548"},{"text":"him and he took","number":"h3947"},{"text":"And Moses","number":"h4872"},{"text":"all the congregation","number":"h5712"},{"text":"and set","number":"h5975"},{"text":"did","number":"h6213"},{"text":"and before","number":"h6440"},{"text":"him before","number":"h6440"},{"text":"commanded","number":"h6680"}],"12":[{"text":"said","number":"h559"},{"text":"the land","number":"h776"},{"text":"unto the children","number":"h1121"},{"text":"into this mount","number":"h2022"},{"text":"And the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"unto Moses","number":"h4872"},{"text":"which I have given","number":"h5414"},{"text":"Abarim","number":"h5682"},{"text":"Get thee up","number":"h5927"},{"text":"and see","number":"h7200"}],"15":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"unto the LORD","number":"h3068"},{"text":"And Moses","number":"h4872"}],"6":[{"text":"saying","number":"h559"},{"text":"spake","number":"h559"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"17":[{"text":"and which may bring them in","number":"h935"},{"text":"them and which may go in","number":"h935"},{"text":"of the LORD","number":"h3068"},{"text":"Which may go out","number":"h3318"},{"text":"them and which may lead them out","number":"h3318"},{"text":"that the congregation","number":"h5712"},{"text":"before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"be not as sheep","number":"h6629"},{"text":"which have no shepherd","number":"h7462"}],"20":[{"text":"of the children","number":"h1121"},{"text":"some of thine honour","number":"h1935"},{"text":"of Israel","number":"h3478"},{"text":"And thou shalt put","number":"h5414"},{"text":"upon him that all the congregation","number":"h5712"},{"text":"may be obedient","number":"h8085"}],"1":[{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of his daughters","number":"h1323"},{"text":"the daughters","number":"h1323"},{"text":"of Gilead","number":"h1568"},{"text":"and Hoglah","number":"h2295"},{"text":"of Hepher","number":"h2660"},{"text":"of Joseph","number":"h3130"},{"text":"Mahlah","number":"h4244"},{"text":"of Machir","number":"h4353"},{"text":"and Milcah","number":"h4435"},{"text":"of Manasseh","number":"h4519"},{"text":"of Manasseh","number":"h4519"},{"text":"of the families","number":"h4940"},{"text":"Noah","number":"h5270"},{"text":"of Zelophehad","number":"h6765"},{"text":"Then came","number":"h7126"},{"text":"and these are the names","number":"h8034"},{"text":"and Tirzah","number":"h8656"}],"23":[{"text":"commanded","number":"h1696"},{"text":"by the hand","number":"h3027"},{"text":"his hands","number":"h3027"},{"text":"as the LORD","number":"h3068"},{"text":"of Moses","number":"h4872"},{"text":"And he laid","number":"h5564"},{"text":"upon him and gave him a charge","number":"h6680"}],"5":[{"text":"the LORD","number":"h3068"},{"text":"And Moses","number":"h4872"},{"text":"their cause","number":"h4941"},{"text":"before","number":"h6440"},{"text":"brought","number":"h7126"}],"14":[{"text":"in the desert","number":"h4057"},{"text":"in the wilderness","number":"h4057"},{"text":"me at the water","number":"h4325"},{"text":"that is the water","number":"h4325"},{"text":"For ye rebelled","number":"h4784"},{"text":"in the strife","number":"h4808"},{"text":"of Meribah","number":"h4809"},{"text":"of the congregation","number":"h5712"},{"text":"before their eyes","number":"h5869"},{"text":"against my commandment","number":"h6310"},{"text":"of Zin","number":"h6790"},{"text":"of Zin","number":"h6790"},{"text":"to sanctify","number":"h6942"},{"text":"in Kadesh","number":"h6946"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"And one","number":"h259"},{"text":"for a sin offering","number":"h2403"},{"text":"unto the LORD","number":"h3068"},{"text":"and his drink offering","number":"h5262"},{"text":"of the goats","number":"h5795"},{"text":"burnt offering","number":"h5930"},{"text":"shall be offered","number":"h6213"},{"text":"kid","number":"h8163"},{"text":"beside the continual","number":"h8548"}],"22":[{"text":"And one","number":"h259"},{"text":"for a sin offering","number":"h2403"},{"text":"to make an atonement","number":"h3722"},{"text":"goat","number":"h8163"}],"30":[{"text":"And one","number":"h259"},{"text":"to make an atonement","number":"h3722"},{"text":"of the goats","number":"h5795"},{"text":"kid","number":"h8163"}],"4":[{"text":"The one","number":"h259"},{"text":"in the morning","number":"h1242"},{"text":"lamb","number":"h3532"},{"text":"lamb","number":"h3532"},{"text":"at even","number":"h6153"},{"text":"shalt thou offer","number":"h6213"},{"text":"shalt thou offer","number":"h6213"},{"text":"and the other","number":"h8145"}],"11":[{"text":"and one","number":"h259"},{"text":"ram","number":"h352"},{"text":"of the first","number":"h1121"},{"text":"young","number":"h1241"},{"text":"of your months","number":"h2320"},{"text":"unto the LORD","number":"h3068"},{"text":"lambs","number":"h3532"},{"text":"a burnt offering","number":"h5930"},{"text":"bullocks","number":"h6499"},{"text":"ye shall offer","number":"h7126"},{"text":"And in the beginnings","number":"h7218"},{"text":"seven","number":"h7651"},{"text":"year","number":"h8141"},{"text":"two","number":"h8147"},{"text":"without spot","number":"h8549"}],"19":[{"text":"and one","number":"h259"},{"text":"ram","number":"h352"},{"text":"a sacrifice made by fire","number":"h801"},{"text":"of the first","number":"h1121"},{"text":"young","number":"h1241"},{"text":"unto the LORD","number":"h3068"},{"text":"lambs","number":"h3532"},{"text":"for a burnt offering","number":"h5930"},{"text":"bullocks","number":"h6499"},{"text":"But ye shall offer","number":"h7126"},{"text":"and seven","number":"h7651"},{"text":"year","number":"h8141"},{"text":"two","number":"h8147"},{"text":"they shall be unto you without blemish","number":"h8549"}],"21":[{"text":"for every","number":"h259"},{"text":"lamb","number":"h3532"},{"text":"lambs","number":"h3532"},{"text":"shalt thou offer","number":"h6213"},{"text":"A several tenth deal","number":"h6241"},{"text":"throughout the seven","number":"h7651"}],"12":[{"text":"for one","number":"h259"},{"text":"for one","number":"h259"},{"text":"ram","number":"h352"},{"text":"mingled","number":"h1101"},{"text":"mingled","number":"h1101"},{"text":"for a meat offering","number":"h4503"},{"text":"for a meat offering","number":"h4503"},{"text":"deals of flour","number":"h5560"},{"text":"of flour","number":"h5560"},{"text":"tenth","number":"h6241"},{"text":"tenth deals","number":"h6241"},{"text":"bullock","number":"h6499"},{"text":"And three","number":"h7969"},{"text":"with oil","number":"h8081"},{"text":"with oil","number":"h8081"},{"text":"and two","number":"h8147"}],"7":[{"text":"for the one","number":"h259"},{"text":"part of an hin","number":"h1969"},{"text":"unto the LORD","number":"h3068"},{"text":"lamb","number":"h3532"},{"text":"to be poured","number":"h5258"},{"text":"And the drink offering","number":"h5262"},{"text":"for a drink offering","number":"h5262"},{"text":"in the holy","number":"h6944"},{"text":"thereof shall be the fourth","number":"h7243"},{"text":"place shalt thou cause the strong wine","number":"h7941"}],"27":[{"text":"one","number":"h259"},{"text":"ram","number":"h352"},{"text":"of the first","number":"h1121"},{"text":"young","number":"h1241"},{"text":"unto the LORD","number":"h3068"},{"text":"lambs","number":"h3532"},{"text":"for a sweet","number":"h5207"},{"text":"the burnt offering","number":"h5930"},{"text":"bullocks","number":"h6499"},{"text":"But ye shall offer","number":"h7126"},{"text":"savour","number":"h7381"},{"text":"seven","number":"h7651"},{"text":"year","number":"h8141"},{"text":"two","number":"h8147"}],"13":[{"text":"unto one","number":"h259"},{"text":"a sacrifice made by fire","number":"h801"},{"text":"mingled","number":"h1101"},{"text":"unto the LORD","number":"h3068"},{"text":"lamb","number":"h3532"},{"text":"for a meat offering","number":"h4503"},{"text":"of a sweet","number":"h5207"},{"text":"of flour","number":"h5560"},{"text":"for a burnt offering","number":"h5930"},{"text":"And a several tenth deal","number":"h6241"},{"text":"savour","number":"h7381"},{"text":"with oil","number":"h8081"}],"28":[{"text":"unto one","number":"h259"},{"text":"unto one","number":"h259"},{"text":"ram","number":"h352"},{"text":"mingled","number":"h1101"},{"text":"And their meat offering","number":"h4503"},{"text":"of flour","number":"h5560"},{"text":"tenth deals","number":"h6241"},{"text":"tenth deals","number":"h6241"},{"text":"bullock","number":"h6499"},{"text":"three","number":"h7969"},{"text":"with oil","number":"h8081"},{"text":"two","number":"h8147"}],"29":[{"text":"unto one","number":"h259"},{"text":"lamb","number":"h3532"},{"text":"lambs","number":"h3532"},{"text":"A several tenth deal","number":"h6241"},{"text":"throughout the seven","number":"h7651"}],"20":[{"text":"for a ram","number":"h352"},{"text":"mingled","number":"h1101"},{"text":"And their meat offering","number":"h4503"},{"text":"shall be of flour","number":"h5560"},{"text":"shall ye offer","number":"h6213"},{"text":"tenth deals","number":"h6241"},{"text":"tenth deals","number":"h6241"},{"text":"for a bullock","number":"h6499"},{"text":"three","number":"h7969"},{"text":"with oil","number":"h8081"},{"text":"and two","number":"h8147"}],"14":[{"text":"unto a ram","number":"h352"},{"text":"an hin","number":"h1969"},{"text":"part of an hin","number":"h1969"},{"text":"part of an hin","number":"h1969"},{"text":"of every month","number":"h2320"},{"text":"throughout the months","number":"h2320"},{"text":"shall be half","number":"h2677"},{"text":"of wine","number":"h3196"},{"text":"unto a lamb","number":"h3532"},{"text":"And their drink offerings","number":"h5262"},{"text":"this is the burnt offering","number":"h5930"},{"text":"unto a bullock","number":"h6499"},{"text":"and a fourth","number":"h7243"},{"text":"and the third","number":"h7992"},{"text":"of the year","number":"h8141"}],"5":[{"text":"part of an ephah","number":"h374"},{"text":"mingled","number":"h1101"},{"text":"part of an hin","number":"h1969"},{"text":"of beaten","number":"h3795"},{"text":"for a meat offering","number":"h4503"},{"text":"of flour","number":"h5560"},{"text":"And a tenth","number":"h6224"},{"text":"with the fourth","number":"h7243"},{"text":"oil","number":"h8081"}],"17":[{"text":"be eaten","number":"h398"},{"text":"is the feast","number":"h2282"},{"text":"of this month","number":"h2320"},{"text":"And in the fifteenth","number":"h2568"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"shall unleavened bread","number":"h4682"},{"text":"seven","number":"h7651"}],"3":[{"text":"And thou shalt say","number":"h559"},{"text":"unto them This is the offering made by fire","number":"h801"},{"text":"of the first","number":"h1121"},{"text":"unto the LORD","number":"h3068"},{"text":"day by day","number":"h3117"},{"text":"lambs","number":"h3532"},{"text":"burnt offering","number":"h5930"},{"text":"which ye shall offer","number":"h7126"},{"text":"year","number":"h8141"},{"text":"two","number":"h8147"},{"text":"for a continual","number":"h8548"},{"text":"without spot","number":"h8549"}],"2":[{"text":"and say","number":"h559"},{"text":"for my sacrifices made by fire","number":"h801"},{"text":"the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"and my bread","number":"h3899"},{"text":"unto me in their due season","number":"h4150"},{"text":"for a sweet","number":"h5207"},{"text":"Command","number":"h6680"},{"text":"to offer","number":"h7126"},{"text":"unto them My offering","number":"h7133"},{"text":"savour","number":"h7381"},{"text":"unto me shall ye observe","number":"h8104"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"16":[{"text":"And in the fourteenth","number":"h702"},{"text":"month","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"is the passover","number":"h6453"},{"text":"of the first","number":"h7223"}],"6":[{"text":"a sacrifice made by fire","number":"h801"},{"text":"in mount","number":"h2022"},{"text":"unto the LORD","number":"h3068"},{"text":"for a sweet","number":"h5207"},{"text":"Sinai","number":"h5514"},{"text":"burnt offering","number":"h5930"},{"text":"which was ordained","number":"h6213"},{"text":"savour","number":"h7381"},{"text":"It is a continual","number":"h8548"}],"8":[{"text":"it a sacrifice made by fire","number":"h801"},{"text":"of the morning","number":"h1242"},{"text":"unto the LORD","number":"h3068"},{"text":"lamb","number":"h3532"},{"text":"as the meat offering","number":"h4503"},{"text":"of a sweet","number":"h5207"},{"text":"and as the drink offering","number":"h5262"},{"text":"at even","number":"h6153"},{"text":"shalt thou offer","number":"h6213"},{"text":"thereof thou shalt offer","number":"h6213"},{"text":"savour","number":"h7381"},{"text":"And the other","number":"h8145"}],"24":[{"text":"of the sacrifice made by fire","number":"h801"},{"text":"unto the LORD","number":"h3068"},{"text":"daily","number":"h3117"},{"text":"days","number":"h3117"},{"text":"the meat","number":"h3899"},{"text":"of a sweet","number":"h5207"},{"text":"and his drink offering","number":"h5262"},{"text":"burnt offering","number":"h5930"},{"text":"After this manner ye shall offer","number":"h6213"},{"text":"it shall be offered","number":"h6213"},{"text":"savour","number":"h7381"},{"text":"throughout the seven","number":"h7651"},{"text":"beside the continual","number":"h8548"}],"26":[{"text":"of the firstfruits","number":"h1061"},{"text":"a new","number":"h2319"},{"text":"unto the LORD","number":"h3068"},{"text":"Also in the day","number":"h3117"},{"text":"work","number":"h4399"},{"text":"meat offering","number":"h4503"},{"text":"convocation","number":"h4744"},{"text":"no servile","number":"h5656"},{"text":"ye shall do","number":"h6213"},{"text":"be out ye shall have an holy","number":"h6944"},{"text":"when ye bring","number":"h7126"},{"text":"after your weeks","number":"h7620"}],"9":[{"text":"mingled","number":"h1101"},{"text":"of the first","number":"h1121"},{"text":"day","number":"h3117"},{"text":"lambs","number":"h3532"},{"text":"for a meat offering","number":"h4503"},{"text":"and the drink offering","number":"h5262"},{"text":"deals of flour","number":"h5560"},{"text":"tenth","number":"h6241"},{"text":"And on the sabbath","number":"h7676"},{"text":"with oil","number":"h8081"},{"text":"year","number":"h8141"},{"text":"and two","number":"h8147"},{"text":"two","number":"h8147"},{"text":"without spot","number":"h8549"}],"23":[{"text":"in the morning","number":"h1242"},{"text":"burnt offering","number":"h5930"},{"text":"these beside the burnt offering","number":"h5930"},{"text":"Ye shall offer","number":"h6213"},{"text":"which is for a continual","number":"h8548"}],"18":[{"text":"day","number":"h3117"},{"text":"work","number":"h4399"},{"text":"convocation","number":"h4744"},{"text":"no manner of servile","number":"h5656"},{"text":"ye shall do","number":"h6213"},{"text":"shall be an holy","number":"h6944"},{"text":"In the first","number":"h7223"}],"25":[{"text":"day","number":"h3117"},{"text":"work","number":"h4399"},{"text":"convocation","number":"h4744"},{"text":"no servile","number":"h5656"},{"text":"ye shall do","number":"h6213"},{"text":"ye shall have an holy","number":"h6944"},{"text":"And on the seventh","number":"h7637"}],"31":[{"text":"and his meat offering","number":"h4503"},{"text":"and their drink offerings","number":"h5262"},{"text":"burnt offering","number":"h5930"},{"text":"Ye shall offer","number":"h6213"},{"text":"them beside the continual","number":"h8548"},{"text":"they shall be unto you without blemish","number":"h8549"}],"10":[{"text":"and his drink offering","number":"h5262"},{"text":"This is the burnt offering","number":"h5930"},{"text":"burnt offering","number":"h5930"},{"text":"of every sabbath","number":"h7676"},{"text":"beside the continual","number":"h8548"}]}
@@ -0,0 +1 @@
1
+ {"16":[{"text":"And one","number":"h259"},{"text":"for a sin offering","number":"h2403"},{"text":"his meat offering","number":"h4503"},{"text":"and his drink offering","number":"h5262"},{"text":"of the goats","number":"h5795"},{"text":"burnt offering","number":"h5930"},{"text":"kid","number":"h8163"},{"text":"beside the continual","number":"h8548"}],"19":[{"text":"And one","number":"h259"},{"text":"for a sin offering","number":"h2403"},{"text":"and the meat offering","number":"h4503"},{"text":"thereof and their drink offerings","number":"h5262"},{"text":"of the goats","number":"h5795"},{"text":"burnt offering","number":"h5930"},{"text":"kid","number":"h8163"},{"text":"beside the continual","number":"h8548"}],"22":[{"text":"And one","number":"h259"},{"text":"for a sin offering","number":"h2403"},{"text":"and his meat offering","number":"h4503"},{"text":"and his drink offering","number":"h5262"},{"text":"burnt offering","number":"h5930"},{"text":"goat","number":"h8163"},{"text":"beside the continual","number":"h8548"}],"25":[{"text":"And one","number":"h259"},{"text":"for a sin offering","number":"h2403"},{"text":"his meat offering","number":"h4503"},{"text":"and his drink offering","number":"h5262"},{"text":"of the goats","number":"h5795"},{"text":"burnt offering","number":"h5930"},{"text":"kid","number":"h8163"},{"text":"beside the continual","number":"h8548"}],"28":[{"text":"And one","number":"h259"},{"text":"for a sin offering","number":"h2403"},{"text":"and his meat offering","number":"h4503"},{"text":"and his drink offering","number":"h5262"},{"text":"burnt offering","number":"h5930"},{"text":"goat","number":"h8163"},{"text":"beside the continual","number":"h8548"}],"31":[{"text":"And one","number":"h259"},{"text":"for a sin offering","number":"h2403"},{"text":"his meat offering","number":"h4503"},{"text":"and his drink offering","number":"h5262"},{"text":"burnt offering","number":"h5930"},{"text":"goat","number":"h8163"},{"text":"beside the continual","number":"h8548"}],"34":[{"text":"And one","number":"h259"},{"text":"for a sin offering","number":"h2403"},{"text":"his meat offering","number":"h4503"},{"text":"and his drink offering","number":"h5262"},{"text":"burnt offering","number":"h5930"},{"text":"goat","number":"h8163"},{"text":"beside the continual","number":"h8548"}],"38":[{"text":"And one","number":"h259"},{"text":"for a sin offering","number":"h2403"},{"text":"and his meat offering","number":"h4503"},{"text":"and his drink offering","number":"h5262"},{"text":"burnt offering","number":"h5930"},{"text":"goat","number":"h8163"},{"text":"beside the continual","number":"h8548"}],"4":[{"text":"And one","number":"h259"},{"text":"for one","number":"h259"},{"text":"lamb","number":"h3532"},{"text":"lambs","number":"h3532"},{"text":"tenth deal","number":"h6241"},{"text":"throughout the seven","number":"h7651"}],"5":[{"text":"And one","number":"h259"},{"text":"for a sin offering","number":"h2403"},{"text":"to make an atonement","number":"h3722"},{"text":"of the goats","number":"h5795"},{"text":"kid","number":"h8163"}],"11":[{"text":"One","number":"h259"},{"text":"beside the sin offering","number":"h2403"},{"text":"for a sin offering","number":"h2403"},{"text":"of atonement","number":"h3725"},{"text":"and the meat offering","number":"h4503"},{"text":"of it and their drink offerings","number":"h5262"},{"text":"of the goats","number":"h5795"},{"text":"burnt offering","number":"h5930"},{"text":"kid","number":"h8163"},{"text":"and the continual","number":"h8548"}],"10":[{"text":"for one","number":"h259"},{"text":"lamb","number":"h3532"},{"text":"lambs","number":"h3532"},{"text":"A several tenth deal","number":"h6241"},{"text":"throughout the seven","number":"h7651"}],"1":[{"text":"on the first","number":"h259"},{"text":"day of the month","number":"h2320"},{"text":"month","number":"h2320"},{"text":"it is a day","number":"h3117"},{"text":"work","number":"h4399"},{"text":"convocation","number":"h4744"},{"text":"no servile","number":"h5656"},{"text":"ye shall do","number":"h6213"},{"text":"ye shall have an holy","number":"h6944"},{"text":"And in the seventh","number":"h7637"},{"text":"of blowing","number":"h8643"}],"2":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"ram","number":"h352"},{"text":"of the first","number":"h1121"},{"text":"young","number":"h1241"},{"text":"unto the LORD","number":"h3068"},{"text":"lambs","number":"h3532"},{"text":"for a sweet","number":"h5207"},{"text":"a burnt offering","number":"h5930"},{"text":"And ye shall offer","number":"h6213"},{"text":"bullock","number":"h6499"},{"text":"savour","number":"h7381"},{"text":"and seven","number":"h7651"},{"text":"year","number":"h8141"},{"text":"without blemish","number":"h8549"}],"36":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"ram","number":"h352"},{"text":"a sacrifice made by fire","number":"h801"},{"text":"of the first","number":"h1121"},{"text":"unto the LORD","number":"h3068"},{"text":"lambs","number":"h3532"},{"text":"of a sweet","number":"h5207"},{"text":"a burnt offering","number":"h5930"},{"text":"bullock","number":"h6499"},{"text":"But ye shall offer","number":"h7126"},{"text":"savour","number":"h7381"},{"text":"seven","number":"h7651"},{"text":"year","number":"h8141"},{"text":"without blemish","number":"h8549"}],"8":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"ram","number":"h352"},{"text":"of the first","number":"h1121"},{"text":"young","number":"h1241"},{"text":"unto the LORD","number":"h3068"},{"text":"lambs","number":"h3532"},{"text":"for a sweet","number":"h5207"},{"text":"a burnt offering","number":"h5930"},{"text":"bullock","number":"h6499"},{"text":"But ye shall offer","number":"h7126"},{"text":"savour","number":"h7381"},{"text":"and seven","number":"h7651"},{"text":"year","number":"h8141"},{"text":"they shall be unto you without blemish","number":"h8549"}],"14":[{"text":"to each","number":"h259"},{"text":"unto every","number":"h259"},{"text":"ram","number":"h352"},{"text":"rams","number":"h352"},{"text":"mingled","number":"h1101"},{"text":"And their meat offering","number":"h4503"},{"text":"shall be of flour","number":"h5560"},{"text":"tenth deals","number":"h6241"},{"text":"tenth deals","number":"h6241"},{"text":"bullock","number":"h6499"},{"text":"bullocks","number":"h6499"},{"text":"of the thirteen","number":"h7969"},{"text":"three","number":"h7969"},{"text":"with oil","number":"h8081"},{"text":"of the two","number":"h8147"},{"text":"two","number":"h8147"}],"15":[{"text":"to each","number":"h259"},{"text":"of the fourteen","number":"h702"},{"text":"lamb","number":"h3532"},{"text":"lambs","number":"h3532"},{"text":"And a several tenth deal","number":"h6241"}],"9":[{"text":"to one","number":"h259"},{"text":"ram","number":"h352"},{"text":"mingled","number":"h1101"},{"text":"And their meat offering","number":"h4503"},{"text":"shall be of flour","number":"h5560"},{"text":"tenth deals","number":"h6241"},{"text":"tenth deals","number":"h6241"},{"text":"to a bullock","number":"h6499"},{"text":"three","number":"h7969"},{"text":"with oil","number":"h8081"},{"text":"and two","number":"h8147"}],"3":[{"text":"for a ram","number":"h352"},{"text":"mingled","number":"h1101"},{"text":"And their meat offering","number":"h4503"},{"text":"shall be of flour","number":"h5560"},{"text":"tenth deals","number":"h6241"},{"text":"tenth deals","number":"h6241"},{"text":"for a bullock","number":"h6499"},{"text":"three","number":"h7969"},{"text":"with oil","number":"h8081"},{"text":"and two","number":"h8147"}],"37":[{"text":"for the ram","number":"h352"},{"text":"and for the lambs","number":"h3532"},{"text":"Their meat offering","number":"h4503"},{"text":"shall be according to their number","number":"h4557"},{"text":"after the manner","number":"h4941"},{"text":"and their drink offerings","number":"h5262"},{"text":"for the bullock","number":"h6499"}],"18":[{"text":"for the rams","number":"h352"},{"text":"and for the lambs","number":"h3532"},{"text":"And their meat offering","number":"h4503"},{"text":"shall be according to their number","number":"h4557"},{"text":"after the manner","number":"h4941"},{"text":"and their drink offerings","number":"h5262"},{"text":"for the bullocks","number":"h6499"}],"21":[{"text":"for the rams","number":"h352"},{"text":"and for the lambs","number":"h3532"},{"text":"And their meat offering","number":"h4503"},{"text":"shall be according to their number","number":"h4557"},{"text":"after the manner","number":"h4941"},{"text":"and their drink offerings","number":"h5262"},{"text":"for the bullocks","number":"h6499"}],"24":[{"text":"for the rams","number":"h352"},{"text":"and for the lambs","number":"h3532"},{"text":"Their meat offering","number":"h4503"},{"text":"shall be according to their number","number":"h4557"},{"text":"after the manner","number":"h4941"},{"text":"and their drink offerings","number":"h5262"},{"text":"for the bullocks","number":"h6499"}],"27":[{"text":"for the rams","number":"h352"},{"text":"and for the lambs","number":"h3532"},{"text":"And their meat offering","number":"h4503"},{"text":"shall be according to their number","number":"h4557"},{"text":"after the manner","number":"h4941"},{"text":"and their drink offerings","number":"h5262"},{"text":"for the bullocks","number":"h6499"}],"30":[{"text":"for the rams","number":"h352"},{"text":"and for the lambs","number":"h3532"},{"text":"And their meat offering","number":"h4503"},{"text":"shall be according to their number","number":"h4557"},{"text":"after the manner","number":"h4941"},{"text":"and their drink offerings","number":"h5262"},{"text":"for the bullocks","number":"h6499"}],"33":[{"text":"for the rams","number":"h352"},{"text":"and for the lambs","number":"h3532"},{"text":"And their meat offering","number":"h4503"},{"text":"shall be according to their number","number":"h4557"},{"text":"after the manner","number":"h4941"},{"text":"and their drink offerings","number":"h5262"},{"text":"for the bullocks","number":"h6499"}],"13":[{"text":"rams","number":"h352"},{"text":"and fourteen","number":"h702"},{"text":"a sacrifice made by fire","number":"h801"},{"text":"of the first","number":"h1121"},{"text":"young","number":"h1241"},{"text":"unto the LORD","number":"h3068"},{"text":"lambs","number":"h3532"},{"text":"of a sweet","number":"h5207"},{"text":"a burnt offering","number":"h5930"},{"text":"bullocks","number":"h6499"},{"text":"And ye shall offer","number":"h7126"},{"text":"savour","number":"h7381"},{"text":"thirteen","number":"h7969"},{"text":"year","number":"h8141"},{"text":"two","number":"h8147"},{"text":"they shall be without blemish","number":"h8549"}],"17":[{"text":"rams","number":"h352"},{"text":"fourteen","number":"h702"},{"text":"of the first","number":"h1121"},{"text":"young","number":"h1121"},{"text":"day","number":"h3117"},{"text":"lambs","number":"h3532"},{"text":"bullocks","number":"h6499"},{"text":"year","number":"h8141"},{"text":"And on the second","number":"h8145"},{"text":"two","number":"h8147"},{"text":"ye shall offer twelve","number":"h8147"},{"text":"without spot","number":"h8549"}],"20":[{"text":"rams","number":"h352"},{"text":"fourteen","number":"h702"},{"text":"of the first","number":"h1121"},{"text":"day","number":"h3117"},{"text":"lambs","number":"h3532"},{"text":"eleven","number":"h6249"},{"text":"bullocks","number":"h6499"},{"text":"And on the third","number":"h7992"},{"text":"year","number":"h8141"},{"text":"two","number":"h8147"},{"text":"without blemish","number":"h8549"}],"23":[{"text":"rams","number":"h352"},{"text":"and fourteen","number":"h702"},{"text":"of the first","number":"h1121"},{"text":"day","number":"h3117"},{"text":"lambs","number":"h3532"},{"text":"ten","number":"h6235"},{"text":"bullocks","number":"h6499"},{"text":"And on the fourth","number":"h7243"},{"text":"year","number":"h8141"},{"text":"two","number":"h8147"},{"text":"without blemish","number":"h8549"}],"26":[{"text":"rams","number":"h352"},{"text":"and fourteen","number":"h702"},{"text":"of the first","number":"h1121"},{"text":"And on the fifth","number":"h2549"},{"text":"day","number":"h3117"},{"text":"lambs","number":"h3532"},{"text":"bullocks","number":"h6499"},{"text":"year","number":"h8141"},{"text":"two","number":"h8147"},{"text":"without spot","number":"h8549"},{"text":"nine","number":"h8672"}],"29":[{"text":"rams","number":"h352"},{"text":"and fourteen","number":"h702"},{"text":"of the first","number":"h1121"},{"text":"day","number":"h3117"},{"text":"lambs","number":"h3532"},{"text":"bullocks","number":"h6499"},{"text":"eight","number":"h8083"},{"text":"year","number":"h8141"},{"text":"two","number":"h8147"},{"text":"And on the sixth","number":"h8345"},{"text":"without blemish","number":"h8549"}],"32":[{"text":"rams","number":"h352"},{"text":"and fourteen","number":"h702"},{"text":"of the first","number":"h1121"},{"text":"day","number":"h3117"},{"text":"lambs","number":"h3532"},{"text":"bullocks","number":"h6499"},{"text":"And on the seventh","number":"h7637"},{"text":"seven","number":"h7651"},{"text":"year","number":"h8141"},{"text":"two","number":"h8147"},{"text":"without blemish","number":"h8549"}],"40":[{"text":"told","number":"h559"},{"text":"the children","number":"h1121"},{"text":"according to all that the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"And Moses","number":"h4872"},{"text":"Moses","number":"h4872"},{"text":"commanded","number":"h6680"}],"6":[{"text":"a sacrifice made by fire","number":"h801"},{"text":"of the month","number":"h2320"},{"text":"unto the LORD","number":"h3068"},{"text":"and his meat offering","number":"h4503"},{"text":"and his meat offering","number":"h4503"},{"text":"according unto their manner","number":"h4941"},{"text":"for a sweet","number":"h5207"},{"text":"and their drink offerings","number":"h5262"},{"text":"Beside the burnt offering","number":"h5930"},{"text":"burnt offering","number":"h5930"},{"text":"savour","number":"h7381"},{"text":"and the daily","number":"h8548"}],"12":[{"text":"a feast","number":"h2282"},{"text":"and ye shall keep","number":"h2287"},{"text":"month","number":"h2320"},{"text":"And on the fifteenth","number":"h2568"},{"text":"unto the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"work","number":"h4399"},{"text":"convocation","number":"h4744"},{"text":"no servile","number":"h5656"},{"text":"ye shall do","number":"h6213"},{"text":"ye shall have an holy","number":"h6944"},{"text":"of the seventh","number":"h7637"},{"text":"seven","number":"h7651"}],"7":[{"text":"month","number":"h2320"},{"text":"any work","number":"h4399"},{"text":"convocation","number":"h4744"},{"text":"your souls","number":"h5315"},{"text":"and ye shall afflict","number":"h6031"},{"text":"ye shall not do","number":"h6213"},{"text":"And ye shall have on the tenth","number":"h6218"},{"text":"an holy","number":"h6944"},{"text":"day of this seventh","number":"h7637"}],"39":[{"text":"unto the LORD","number":"h3068"},{"text":"in your set feasts","number":"h4150"},{"text":"and for your meat offerings","number":"h4503"},{"text":"and your freewill offerings","number":"h5071"},{"text":"beside your vows","number":"h5088"},{"text":"and for your drink offerings","number":"h5262"},{"text":"for your burnt offerings","number":"h5930"},{"text":"These things ye shall do","number":"h6213"},{"text":"and for your peace offerings","number":"h8002"}],"35":[{"text":"day","number":"h3117"},{"text":"work","number":"h4399"},{"text":"no servile","number":"h5656"},{"text":"ye shall have a solemn assembly","number":"h6116"},{"text":"ye shall do","number":"h6213"},{"text":"On the eighth","number":"h8066"}]}
@@ -0,0 +1 @@
1
+ {"24":[{"text":"of the father","number":"h1"},{"text":"shall be Eliasaph","number":"h460"},{"text":"of the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"of the Gershonites","number":"h1649"},{"text":"of Lael","number":"h3815"},{"text":"And the chief","number":"h5387"}],"30":[{"text":"of the father","number":"h1"},{"text":"shall be Elizaphan","number":"h469"},{"text":"of the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"of the families","number":"h4940"},{"text":"And the chief","number":"h5387"},{"text":"of Uzziel","number":"h5816"},{"text":"of the Kohathites","number":"h6956"}],"35":[{"text":"of the father","number":"h1"},{"text":"of Abihail","number":"h32"},{"text":"of the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"these shall pitch","number":"h2583"},{"text":"on the side","number":"h3409"},{"text":"of Merari","number":"h4847"},{"text":"of the tabernacle","number":"h4908"},{"text":"of the families","number":"h4940"},{"text":"And the chief","number":"h5387"},{"text":"was Zuriel","number":"h6700"},{"text":"northward","number":"h6828"}],"15":[{"text":"of their fathers","number":"h1"},{"text":"after the house","number":"h1004"},{"text":"old","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"every male","number":"h2145"},{"text":"from a month","number":"h2320"},{"text":"of Levi","number":"h3878"},{"text":"and upward","number":"h4605"},{"text":"by their families","number":"h4940"},{"text":"Number","number":"h6485"},{"text":"shalt thou number","number":"h6485"}],"20":[{"text":"of their fathers","number":"h1"},{"text":"according to the house","number":"h1004"},{"text":"And the sons","number":"h1121"},{"text":"These are","number":"h1992"},{"text":"of the Levites","number":"h3881"},{"text":"and Mushi","number":"h4187"},{"text":"Mahli","number":"h4249"},{"text":"of Merari","number":"h4847"},{"text":"by their families","number":"h4940"},{"text":"the families","number":"h4940"}],"4":[{"text":"their father","number":"h1"},{"text":"and Abihu","number":"h30"},{"text":"of Aaron","number":"h175"},{"text":"and Ithamar","number":"h385"},{"text":"and Eleazar","number":"h499"},{"text":"fire","number":"h784"},{"text":"and they had no children","number":"h1121"},{"text":"strange","number":"h2114"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"ministered in the priest's office","number":"h3547"},{"text":"in the wilderness","number":"h4057"},{"text":"died","number":"h4191"},{"text":"And Nadab","number":"h5070"},{"text":"of Sinai","number":"h5514"},{"text":"before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"in the sight","number":"h6440"},{"text":"when they offered","number":"h7126"}],"2":[{"text":"and Abihu","number":"h30"},{"text":"of Aaron","number":"h175"},{"text":"and Ithamar","number":"h385"},{"text":"Eleazar","number":"h499"},{"text":"the firstborn","number":"h1060"},{"text":"of the sons","number":"h1121"},{"text":"Nadab","number":"h5070"},{"text":"And these are the names","number":"h8034"}],"13":[{"text":"both man","number":"h120"},{"text":"in the land","number":"h776"},{"text":"and beast","number":"h929"},{"text":"Because all the firstborn","number":"h1060"},{"text":"all the firstborn","number":"h1060"},{"text":"unto me all the firstborn","number":"h1060"},{"text":"mine shall they be I am the LORD","number":"h3068"},{"text":"are mine for on the day","number":"h3117"},{"text":"in Israel","number":"h3478"},{"text":"of Egypt","number":"h4714"},{"text":"that I smote","number":"h5221"},{"text":"I hallowed","number":"h6942"}],"37":[{"text":"and their sockets","number":"h134"},{"text":"of the court","number":"h2691"},{"text":"and their pins","number":"h3489"},{"text":"and their cords","number":"h4340"},{"text":"round about","number":"h5439"},{"text":"And the pillars","number":"h5982"}],"36":[{"text":"thereof and the sockets","number":"h134"},{"text":"of the sons","number":"h1121"},{"text":"and the bars","number":"h1280"},{"text":"thereof and all the vessels","number":"h3627"},{"text":"of Merari","number":"h4847"},{"text":"of the tabernacle","number":"h4908"},{"text":"and charge","number":"h4931"},{"text":"thereof and all that serveth","number":"h5656"},{"text":"thereof and the pillars","number":"h5982"},{"text":"And under the custody","number":"h6486"},{"text":"shall be the boards","number":"h7175"}],"25":[{"text":"and the tent","number":"h168"},{"text":"in the tabernacle","number":"h168"},{"text":"of the tabernacle","number":"h168"},{"text":"of the sons","number":"h1121"},{"text":"of Gershon","number":"h1648"},{"text":"of the congregation","number":"h4150"},{"text":"of the congregation","number":"h4150"},{"text":"the covering","number":"h4372"},{"text":"thereof and the hanging","number":"h4539"},{"text":"shall be the tabernacle","number":"h4908"},{"text":"And the charge","number":"h4931"},{"text":"for the door","number":"h6607"}],"8":[{"text":"of the tabernacle","number":"h168"},{"text":"of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"all the instruments","number":"h3627"},{"text":"of the congregation","number":"h4150"},{"text":"of the tabernacle","number":"h4908"},{"text":"and the charge","number":"h4931"},{"text":"to do","number":"h5647"},{"text":"the service","number":"h5656"},{"text":"And they shall keep","number":"h8104"}],"38":[{"text":"the tabernacle","number":"h168"},{"text":"and Aaron","number":"h175"},{"text":"and his sons","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"and the stranger","number":"h2114"},{"text":"But those that encamp","number":"h2583"},{"text":"of Israel","number":"h3478"},{"text":"of the congregation","number":"h4150"},{"text":"shall be put to death","number":"h4191"},{"text":"eastward","number":"h4217"},{"text":"of the sanctuary","number":"h4720"},{"text":"shall be Moses","number":"h4872"},{"text":"the tabernacle","number":"h4908"},{"text":"for the charge","number":"h4931"},{"text":"the charge","number":"h4931"},{"text":"before","number":"h6440"},{"text":"even before","number":"h6440"},{"text":"toward the east","number":"h6924"},{"text":"that cometh nigh","number":"h7131"},{"text":"keeping","number":"h8104"}],"7":[{"text":"the tabernacle","number":"h168"},{"text":"of the congregation","number":"h4150"},{"text":"of the tabernacle","number":"h4908"},{"text":"and the charge","number":"h4931"},{"text":"his charge","number":"h4931"},{"text":"to do","number":"h5647"},{"text":"the service","number":"h5656"},{"text":"of the whole congregation","number":"h5712"},{"text":"before","number":"h6440"},{"text":"And they shall keep","number":"h8104"}],"10":[{"text":"Aaron","number":"h175"},{"text":"and his sons","number":"h1121"},{"text":"and the stranger","number":"h2114"},{"text":"their priest's office","number":"h3550"},{"text":"shall be put to death","number":"h4191"},{"text":"And thou shalt appoint","number":"h6485"},{"text":"that cometh nigh","number":"h7131"},{"text":"and they shall wait on","number":"h8104"}],"6":[{"text":"Aaron","number":"h175"},{"text":"the priest","number":"h3548"},{"text":"of Levi","number":"h3878"},{"text":"the tribe","number":"h4294"},{"text":"and present","number":"h5975"},{"text":"them before","number":"h6440"},{"text":"Bring","number":"h7126"},{"text":"near","number":"h7126"},{"text":"that they may minister","number":"h8334"}],"39":[{"text":"and Aaron","number":"h175"},{"text":"thousand","number":"h505"},{"text":"old","number":"h1121"},{"text":"all the males","number":"h2145"},{"text":"from a month","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"of the Levites","number":"h3881"},{"text":"and upward","number":"h4605"},{"text":"which Moses","number":"h4872"},{"text":"throughout their families","number":"h4940"},{"text":"were twenty","number":"h6242"},{"text":"at the commandment","number":"h6310"},{"text":"All that were numbered","number":"h6485"},{"text":"numbered","number":"h6485"},{"text":"and two","number":"h8147"}],"1":[{"text":"of Aaron","number":"h175"},{"text":"spake","number":"h1696"},{"text":"in mount","number":"h2022"},{"text":"that the LORD","number":"h3068"},{"text":"in the day","number":"h3117"},{"text":"and Moses","number":"h4872"},{"text":"with Moses","number":"h4872"},{"text":"Sinai","number":"h5514"},{"text":"These also are the generations","number":"h8435"}],"3":[{"text":"of Aaron","number":"h175"},{"text":"of the sons","number":"h1121"},{"text":"to minister in the priest's office","number":"h3547"},{"text":"the priests","number":"h3548"},{"text":"whom he consecrated","number":"h4390"},{"text":"which were anointed","number":"h4886"},{"text":"These are the names","number":"h8034"}],"32":[{"text":"of Aaron","number":"h175"},{"text":"And Eleazar","number":"h499"},{"text":"the son","number":"h1121"},{"text":"the priest","number":"h3548"},{"text":"of the Levites","number":"h3881"},{"text":"the charge","number":"h4931"},{"text":"over the chief","number":"h5387"},{"text":"shall be chief","number":"h5387"},{"text":"and have the oversight","number":"h6486"},{"text":"of the sanctuary","number":"h6944"},{"text":"of them that keep","number":"h8104"}],"48":[{"text":"unto Aaron","number":"h175"},{"text":"and to his sons","number":"h1121"},{"text":"the money","number":"h3701"},{"text":"And thou shalt give","number":"h5414"},{"text":"wherewith the odd number","number":"h5736"},{"text":"of them is to be redeemed","number":"h6302"}],"51":[{"text":"unto Aaron","number":"h175"},{"text":"and to his sons","number":"h1121"},{"text":"as the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"the money","number":"h3701"},{"text":"And Moses","number":"h4872"},{"text":"Moses","number":"h4872"},{"text":"gave","number":"h5414"},{"text":"of them that were redeemed","number":"h6302"},{"text":"according to the word","number":"h6310"},{"text":"commanded","number":"h6680"}],"9":[{"text":"unto Aaron","number":"h175"},{"text":"and to his sons","number":"h1121"},{"text":"unto him out of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"the Levites","number":"h3881"},{"text":"And thou shalt give","number":"h5414"},{"text":"they are wholly given","number":"h5414"}],"23":[{"text":"behind","number":"h310"},{"text":"of the Gershonites","number":"h1649"},{"text":"shall pitch","number":"h2583"},{"text":"westward","number":"h3220"},{"text":"the tabernacle","number":"h4908"},{"text":"The families","number":"h4940"}],"50":[{"text":"a thousand","number":"h505"},{"text":"Of the firstborn","number":"h1060"},{"text":"of the children","number":"h1121"},{"text":"and five","number":"h2568"},{"text":"of Israel","number":"h3478"},{"text":"he the money","number":"h3701"},{"text":"took","number":"h3947"},{"text":"hundred","number":"h3967"},{"text":"of the sanctuary","number":"h6944"},{"text":"three","number":"h7969"},{"text":"shekels after the shekel","number":"h8255"},{"text":"and threescore","number":"h8346"}],"22":[{"text":"thousand","number":"h505"},{"text":"old","number":"h1121"},{"text":"of all the males","number":"h2145"},{"text":"from a month","number":"h2320"},{"text":"and five","number":"h2568"},{"text":"hundred","number":"h3967"},{"text":"of them according to the number","number":"h4557"},{"text":"and upward","number":"h4605"},{"text":"Those that were numbered","number":"h6485"},{"text":"even those that were numbered","number":"h6485"},{"text":"of them were seven","number":"h7651"}],"28":[{"text":"thousand","number":"h505"},{"text":"old","number":"h1121"},{"text":"of all the males","number":"h2145"},{"text":"from a month","number":"h2320"},{"text":"hundred","number":"h3967"},{"text":"In the number","number":"h4557"},{"text":"and upward","number":"h4605"},{"text":"the charge","number":"h4931"},{"text":"of the sanctuary","number":"h6944"},{"text":"were eight","number":"h8083"},{"text":"keeping","number":"h8104"},{"text":"and six","number":"h8337"}],"34":[{"text":"thousand","number":"h505"},{"text":"old","number":"h1121"},{"text":"of all the males","number":"h2145"},{"text":"from a month","number":"h2320"},{"text":"and two hundred","number":"h3967"},{"text":"of them according to the number","number":"h4557"},{"text":"and upward","number":"h4605"},{"text":"And those that were numbered","number":"h6485"},{"text":"were six","number":"h8337"}],"43":[{"text":"thousand","number":"h505"},{"text":"And all the firstborn","number":"h1060"},{"text":"old","number":"h1121"},{"text":"males","number":"h2145"},{"text":"from a month","number":"h2320"},{"text":"two hundred","number":"h3967"},{"text":"by the number","number":"h4557"},{"text":"and upward","number":"h4605"},{"text":"of them were twenty","number":"h6242"},{"text":"of those that were numbered","number":"h6485"},{"text":"and threescore and thirteen","number":"h7657"},{"text":"of names","number":"h8034"},{"text":"and two","number":"h8147"}],"40":[{"text":"said","number":"h559"},{"text":"all the firstborn","number":"h1060"},{"text":"of the children","number":"h1121"},{"text":"old","number":"h1121"},{"text":"of the males","number":"h2145"},{"text":"from a month","number":"h2320"},{"text":"And the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"the number","number":"h4557"},{"text":"and upward","number":"h4605"},{"text":"unto Moses","number":"h4872"},{"text":"and take","number":"h5375"},{"text":"Number","number":"h6485"},{"text":"of their names","number":"h8034"}],"11":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"14":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"in the wilderness","number":"h4057"},{"text":"unto Moses","number":"h4872"},{"text":"of Sinai","number":"h5514"}],"44":[{"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"}],"31":[{"text":"shall be the ark","number":"h727"},{"text":"and the vessels","number":"h3627"},{"text":"and the altars","number":"h4196"},{"text":"and the candlestick","number":"h4501"},{"text":"and the hanging","number":"h4539"},{"text":"And their charge","number":"h4931"},{"text":"and all the service","number":"h5656"},{"text":"of the sanctuary","number":"h6944"},{"text":"and the table","number":"h7979"},{"text":"wherewith they minister","number":"h8334"}],"41":[{"text":"among the cattle","number":"h929"},{"text":"and the cattle","number":"h929"},{"text":"instead of all the firstborn","number":"h1060"},{"text":"instead of all the firstlings","number":"h1060"},{"text":"among the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"for me (I am the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of the Levites","number":"h3881"},{"text":"the Levites","number":"h3881"},{"text":"And thou shalt take","number":"h3947"}],"45":[{"text":"and the cattle","number":"h929"},{"text":"instead of their cattle","number":"h929"},{"text":"instead of all the firstborn","number":"h1060"},{"text":"among the children","number":"h1121"},{"text":"shall be mine I am the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"and the Levites","number":"h3881"},{"text":"of the Levites","number":"h3881"},{"text":"the Levites","number":"h3881"},{"text":"Take","number":"h3947"}],"42":[{"text":"him all the firstborn","number":"h1060"},{"text":"among the children","number":"h1121"},{"text":"as the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"And Moses","number":"h4872"},{"text":"numbered","number":"h6485"},{"text":"commanded","number":"h6680"}],"12":[{"text":"instead of all the firstborn","number":"h1060"},{"text":"among the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"the Levites","number":"h3881"},{"text":"therefore the Levites","number":"h3881"},{"text":"And I behold I have taken","number":"h3947"},{"text":"that openeth","number":"h6363"},{"text":"the matrix","number":"h7358"},{"text":"from among","number":"h8432"}],"46":[{"text":"of the firstborn","number":"h1060"},{"text":"of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"the Levites","number":"h3881"},{"text":"of the two hundred","number":"h3967"},{"text":"which are more","number":"h5736"},{"text":"than","number":"h5921"},{"text":"And for those that are to be redeemed","number":"h6302"},{"text":"and threescore and thirteen","number":"h7657"}],"19":[{"text":"And the sons","number":"h1121"},{"text":"Hebron","number":"h2275"},{"text":"and Izehar","number":"h3324"},{"text":"by their families","number":"h4940"},{"text":"and Uzziel","number":"h5816"},{"text":"Amram","number":"h6019"},{"text":"of Kohath","number":"h6955"}],"17":[{"text":"And these were the sons","number":"h1121"},{"text":"Gershon","number":"h1648"},{"text":"of Levi","number":"h3878"},{"text":"and Merari","number":"h4847"},{"text":"and Kohath","number":"h6955"},{"text":"by their names","number":"h8034"}],"18":[{"text":"of the sons","number":"h1121"},{"text":"of Gershon","number":"h1648"},{"text":"Libni","number":"h3845"},{"text":"by their families","number":"h4940"},{"text":"And these are the names","number":"h8034"},{"text":"and Shimei","number":"h8096"}],"29":[{"text":"of the sons","number":"h1121"},{"text":"shall pitch","number":"h2583"},{"text":"on the side","number":"h3409"},{"text":"of the tabernacle","number":"h4908"},{"text":"The families","number":"h4940"},{"text":"of Kohath","number":"h6955"},{"text":"southward","number":"h8486"}],"47":[{"text":"apiece by the poll","number":"h1538"},{"text":"gerahs","number":"h1626"},{"text":"five","number":"h2568"},{"text":"Thou shalt even take","number":"h3947"},{"text":"shalt thou take","number":"h3947"},{"text":"is twenty","number":"h6242"},{"text":"of the sanctuary","number":"h6944"},{"text":"after the shekel","number":"h8255"},{"text":"shekels","number":"h8255"},{"text":"them (the shekel","number":"h8255"}],"21":[{"text":"Of Gershon","number":"h1648"},{"text":"of the Gershonites","number":"h1649"},{"text":"of the Libnites","number":"h3846"},{"text":"and the family","number":"h4940"},{"text":"these are the families","number":"h4940"},{"text":"was the family","number":"h4940"},{"text":"of the Shimites","number":"h8097"}],"27":[{"text":"of the Hebronites","number":"h2276"},{"text":"of the Izeharites","number":"h3325"},{"text":"and the family","number":"h4940"},{"text":"and the family","number":"h4940"},{"text":"and the family","number":"h4940"},{"text":"these are the families","number":"h4940"},{"text":"was the family","number":"h4940"},{"text":"of the Uzzielites","number":"h5817"},{"text":"of the Amramites","number":"h6020"},{"text":"And of Kohath","number":"h6955"},{"text":"of the Kohathites","number":"h6956"}],"26":[{"text":"of the court","number":"h2691"},{"text":"of the court","number":"h2691"},{"text":"and by the altar","number":"h4196"},{"text":"and the cords","number":"h4340"},{"text":"and the curtain","number":"h4539"},{"text":"which is by the tabernacle","number":"h4908"},{"text":"round about","number":"h5439"},{"text":"of it for all the service","number":"h5656"},{"text":"for the door","number":"h6607"},{"text":"And the hangings","number":"h7050"}],"16":[{"text":"of the LORD","number":"h3068"},{"text":"And Moses","number":"h4872"},{"text":"them according to the word","number":"h6310"},{"text":"numbered","number":"h6485"},{"text":"as he was commanded","number":"h6680"}],"49":[{"text":"money","number":"h3701"},{"text":"by the Levites","number":"h3881"},{"text":"took","number":"h3947"},{"text":"And Moses","number":"h4872"},{"text":"of them that were over","number":"h5736"},{"text":"and above them that were redeemed","number":"h6302"},{"text":"the redemption","number":"h6306"}],"33":[{"text":"of the Mushites","number":"h4188"},{"text":"of the Mahlites","number":"h4250"},{"text":"Of Merari","number":"h4847"},{"text":"of Merari","number":"h4847"},{"text":"and the family","number":"h4940"},{"text":"these are the families","number":"h4940"},{"text":"was the family","number":"h4940"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"And her father","number":"h1"},{"text":"and her father","number":"h1"},{"text":"wherewith she hath bound","number":"h631"},{"text":"wherewith she hath bound","number":"h631"},{"text":"and every bond","number":"h632"},{"text":"and her bond","number":"h632"},{"text":"shall hold his peace","number":"h2790"},{"text":"at her then all her vows","number":"h5088"},{"text":"her vow","number":"h5088"},{"text":"her soul","number":"h5315"},{"text":"her soul","number":"h5315"},{"text":"shall stand","number":"h6965"},{"text":"shall stand","number":"h6965"},{"text":"hear","number":"h8085"}],"5":[{"text":"But if her father","number":"h1"},{"text":"her because her father","number":"h1"},{"text":"wherewith she hath bound","number":"h631"},{"text":"or of her bonds","number":"h632"},{"text":"and the LORD","number":"h3068"},{"text":"her in the day","number":"h3117"},{"text":"not any of her vows","number":"h5088"},{"text":"disallow","number":"h5106"},{"text":"disallowed","number":"h5106"},{"text":"her soul","number":"h5315"},{"text":"shall forgive","number":"h5545"},{"text":"shall stand","number":"h6965"},{"text":"that he heareth","number":"h8085"}],"3":[{"text":"being in her father's","number":"h1"},{"text":"and bind","number":"h631"},{"text":"herself by a bond","number":"h632"},{"text":"If a woman","number":"h802"},{"text":"house","number":"h1004"},{"text":"unto the LORD","number":"h3068"},{"text":"also vow","number":"h5087"},{"text":"a vow","number":"h5088"},{"text":"in her youth","number":"h5271"}],"16":[{"text":"between the father","number":"h1"},{"text":"in her father's","number":"h1"},{"text":"between a man","number":"h376"},{"text":"and his wife","number":"h802"},{"text":"house","number":"h1004"},{"text":"and his daughter","number":"h1323"},{"text":"These are the statutes","number":"h2706"},{"text":"which the LORD","number":"h3068"},{"text":"Moses","number":"h4872"},{"text":"being yet in her youth","number":"h5271"},{"text":"commanded","number":"h6680"}],"15":[{"text":"after","number":"h310"},{"text":"them then he shall bear","number":"h5375"},{"text":"her iniquity","number":"h5771"},{"text":"But if he shall any ways","number":"h6565"},{"text":"make them void","number":"h6565"},{"text":"that he hath heard","number":"h8085"}],"11":[{"text":"And her husband","number":"h376"},{"text":"wherewith she bound","number":"h631"},{"text":"and every bond","number":"h632"},{"text":"it and held his peace","number":"h2790"},{"text":"her not then all her vows","number":"h5088"},{"text":"at her and disallowed","number":"h5106"},{"text":"her soul","number":"h5315"},{"text":"shall stand","number":"h6965"},{"text":"shall stand","number":"h6965"},{"text":"heard","number":"h8085"}],"7":[{"text":"And her husband","number":"h376"},{"text":"wherewith she bound","number":"h631"},{"text":"and her bonds","number":"h632"},{"text":"it and held his peace","number":"h2790"},{"text":"at her in the day","number":"h3117"},{"text":"it then her vows","number":"h5088"},{"text":"her soul","number":"h5315"},{"text":"shall stand","number":"h6965"},{"text":"shall stand","number":"h6965"},{"text":"heard","number":"h8085"},{"text":"that he heard","number":"h8085"}],"6":[{"text":"And if she had at all an husband","number":"h376"},{"text":"wherewith she bound","number":"h631"},{"text":"or uttered","number":"h4008"},{"text":"when she vowed","number":"h5088"},{"text":"her soul","number":"h5315"},{"text":"ought out of her lips","number":"h8193"}],"12":[{"text":"But if her husband","number":"h376"},{"text":"her husband","number":"h376"},{"text":"or concerning the bond","number":"h632"},{"text":"and the LORD","number":"h3068"},{"text":"on the day","number":"h3117"},{"text":"them then whatsoever proceeded","number":"h4161"},{"text":"concerning her vows","number":"h5088"},{"text":"of her soul","number":"h5315"},{"text":"shall forgive","number":"h5545"},{"text":"hath made them void","number":"h6565"},{"text":"hath utterly","number":"h6565"},{"text":"made them void","number":"h6565"},{"text":"shall not stand","number":"h6965"},{"text":"he heard","number":"h8085"},{"text":"out of her lips","number":"h8193"}],"14":[{"text":"But if her husband","number":"h376"},{"text":"or all her bonds","number":"h632"},{"text":"altogether","number":"h2790"},{"text":"hold his peace","number":"h2790"},{"text":"them because he held his peace","number":"h2790"},{"text":"at her from day","number":"h3117"},{"text":"at her in the day","number":"h3117"},{"text":"to day","number":"h3117"},{"text":"all her vows","number":"h5088"},{"text":"then he establisheth","number":"h6965"},{"text":"which are upon her he confirmeth","number":"h6965"},{"text":"that he heard","number":"h8085"}],"8":[{"text":"But if her husband","number":"h376"},{"text":"wherewith she bound","number":"h631"},{"text":"and the LORD","number":"h3068"},{"text":"her on the day","number":"h3117"},{"text":"and that which she uttered","number":"h4008"},{"text":"it then he shall make her vow which she vowed","number":"h5088"},{"text":"disallowed","number":"h5106"},{"text":"her soul","number":"h5315"},{"text":"shall forgive","number":"h5545"},{"text":"of none effect","number":"h6565"},{"text":"that he heard","number":"h8085"},{"text":"with her lips","number":"h8193"}],"2":[{"text":"If a man","number":"h376"},{"text":"to bind","number":"h631"},{"text":"with a bond","number":"h632"},{"text":"his word","number":"h1697"},{"text":"he shall not break","number":"h2490"},{"text":"unto the LORD","number":"h3068"},{"text":"according to all that proceedeth","number":"h3318"},{"text":"vow","number":"h5087"},{"text":"a vow","number":"h5088"},{"text":"his soul","number":"h5315"},{"text":"he shall do","number":"h6213"},{"text":"out of his mouth","number":"h6310"},{"text":"an oath","number":"h7621"},{"text":"or swear","number":"h7650"}],"13":[{"text":"her husband","number":"h376"},{"text":"it or her husband","number":"h376"},{"text":"and every binding","number":"h632"},{"text":"Every vow","number":"h5088"},{"text":"the soul","number":"h5315"},{"text":"to afflict","number":"h6031"},{"text":"may make it void","number":"h6565"},{"text":"may establish","number":"h6965"},{"text":"oath","number":"h7621"}],"10":[{"text":"in her husband's","number":"h376"},{"text":"or bound","number":"h631"},{"text":"by a bond","number":"h632"},{"text":"house","number":"h1004"},{"text":"And if she vowed","number":"h5087"},{"text":"her soul","number":"h5315"},{"text":"with an oath","number":"h7621"}],"9":[{"text":"of a widow","number":"h490"},{"text":"wherewith they have bound","number":"h631"},{"text":"and of her that is divorced","number":"h1644"},{"text":"But every vow","number":"h5088"},{"text":"their souls","number":"h5315"},{"text":"shall stand","number":"h6965"}],"1":[{"text":"saying","number":"h559"},{"text":"concerning the children","number":"h1121"},{"text":"spake","number":"h1696"},{"text":"This is the thing","number":"h1697"},{"text":"which the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of the tribes","number":"h4294"},{"text":"And Moses","number":"h4872"},{"text":"hath commanded","number":"h6680"},{"text":"unto the heads","number":"h7218"}]}