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
+ {"30":[{"text":"will I destroy","number":"h6"},{"text":"day","number":"h3117"},{"text":"any work","number":"h4399"},{"text":"And whatsoever soul","number":"h5315"},{"text":"the same soul","number":"h5315"},{"text":"his people","number":"h5971"},{"text":"in that same","number":"h6106"},{"text":"it be that doeth","number":"h6213"},{"text":"from among","number":"h7130"}],"42":[{"text":"born","number":"h249"},{"text":"days","number":"h3117"},{"text":"Ye shall dwell","number":"h3427"},{"text":"shall dwell","number":"h3427"},{"text":"all that are Israelites","number":"h3478"},{"text":"in booths","number":"h5521"},{"text":"in booths","number":"h5521"},{"text":"seven","number":"h7651"}],"18":[{"text":"and one","number":"h259"},{"text":"rams","number":"h352"},{"text":"even an offering made by fire","number":"h801"},{"text":"of the first","number":"h1121"},{"text":"young","number":"h1241"},{"text":"unto the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"lambs","number":"h3532"},{"text":"with the bread","number":"h3899"},{"text":"with their meat offering","number":"h4503"},{"text":"of sweet","number":"h5207"},{"text":"and their drink offerings","number":"h5262"},{"text":"they shall be for a burnt offering","number":"h5930"},{"text":"bullock","number":"h6499"},{"text":"And ye shall offer","number":"h7126"},{"text":"savour","number":"h7381"},{"text":"seven","number":"h7651"},{"text":"year","number":"h8141"},{"text":"and two","number":"h8147"},{"text":"without blemish","number":"h8549"}],"24":[{"text":"in the first","number":"h259"},{"text":"saying","number":"h559"},{"text":"unto the children","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"a memorial","number":"h2146"},{"text":"day of the month","number":"h2320"},{"text":"month","number":"h2320"},{"text":"of Israel","number":"h3478"},{"text":"convocation","number":"h4744"},{"text":"of trumpets an holy","number":"h6944"},{"text":"In the seventh","number":"h7637"},{"text":"shall ye have a sabbath","number":"h7677"},{"text":"of blowing","number":"h8643"}],"19":[{"text":"one","number":"h259"},{"text":"of the first","number":"h1121"},{"text":"for a sacrifice","number":"h2077"},{"text":"for a sin offering","number":"h2403"},{"text":"lambs","number":"h3532"},{"text":"of the goats","number":"h5795"},{"text":"Then ye shall sacrifice","number":"h6213"},{"text":"of peace offerings","number":"h8002"},{"text":"year","number":"h8141"},{"text":"and two","number":"h8147"},{"text":"kid","number":"h8163"}],"27":[{"text":"Also","number":"h389"},{"text":"an offering made by fire","number":"h801"},{"text":"month","number":"h2320"},{"text":"unto the LORD","number":"h3068"},{"text":"there shall be a day","number":"h3117"},{"text":"of atonement","number":"h3725"},{"text":"convocation","number":"h4744"},{"text":"your souls","number":"h5315"},{"text":"unto you and ye shall afflict","number":"h6031"},{"text":"on the tenth","number":"h6218"},{"text":"it shall be an holy","number":"h6944"},{"text":"and offer","number":"h7126"},{"text":"day of this seventh","number":"h7637"}],"14":[{"text":"And ye shall eat","number":"h398"},{"text":"unto your God","number":"h430"},{"text":"ye have brought","number":"h935"},{"text":"throughout your generations","number":"h1755"},{"text":"it shall be a statute","number":"h2708"},{"text":"day","number":"h3117"},{"text":"nor green ears","number":"h3759"},{"text":"neither bread","number":"h3899"},{"text":"in all your dwellings","number":"h4186"},{"text":"that","number":"h5704"},{"text":"for ever","number":"h5769"},{"text":"until the selfsame","number":"h6106"},{"text":"nor parched corn","number":"h7039"},{"text":"an offering","number":"h7133"}],"6":[{"text":"ye must eat","number":"h398"},{"text":"is the feast","number":"h2282"},{"text":"of the same 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":"of unleavened bread","number":"h4682"},{"text":"unleavened bread","number":"h4682"},{"text":"seven","number":"h7651"}],"22":[{"text":"your God","number":"h430"},{"text":"of your land","number":"h776"},{"text":"and to the stranger","number":"h1616"},{"text":"I am the LORD","number":"h3068"},{"text":"thou shalt not make clean riddance","number":"h3615"},{"text":"neither shalt thou gather","number":"h3950"},{"text":"any gleaning","number":"h3951"},{"text":"thou shalt leave","number":"h5800"},{"text":"them unto the poor","number":"h6041"},{"text":"of the corners","number":"h6285"},{"text":"of thy harvest","number":"h7105"},{"text":"the harvest","number":"h7105"},{"text":"And when ye reap","number":"h7114"},{"text":"when thou reapest","number":"h7114"},{"text":"of thy field","number":"h7704"}],"28":[{"text":"your God","number":"h430"},{"text":"the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"for it is a day","number":"h3117"},{"text":"to make an atonement","number":"h3722"},{"text":"of atonement","number":"h3725"},{"text":"no work","number":"h4399"},{"text":"in that same","number":"h6106"},{"text":"And ye shall do","number":"h6213"},{"text":"for you before","number":"h6440"}],"40":[{"text":"your God","number":"h430"},{"text":"of goodly","number":"h1926"},{"text":"the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"branches","number":"h3709"},{"text":"And ye shall take","number":"h3947"},{"text":"of the brook","number":"h5158"},{"text":"of thick","number":"h5687"},{"text":"trees and the boughs","number":"h6057"},{"text":"trees","number":"h6086"},{"text":"trees","number":"h6086"},{"text":"and willows","number":"h6155"},{"text":"before","number":"h6440"},{"text":"the boughs","number":"h6529"},{"text":"you on the first","number":"h7223"},{"text":"seven","number":"h7651"},{"text":"and ye shall rejoice","number":"h8055"},{"text":"of palm","number":"h8558"}],"43":[{"text":"your God","number":"h430"},{"text":"of the land","number":"h776"},{"text":"that I made the children","number":"h1121"},{"text":"That your generations","number":"h1755"},{"text":"may know","number":"h3045"},{"text":"I am the LORD","number":"h3068"},{"text":"when I brought them out","number":"h3318"},{"text":"to dwell","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"of Egypt","number":"h4714"},{"text":"in booths","number":"h5521"}],"10":[{"text":"and say","number":"h559"},{"text":"into the land","number":"h776"},{"text":"thereof then ye shall bring","number":"h935"},{"text":"unto them When ye be come","number":"h935"},{"text":"unto the children","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"of Israel","number":"h3478"},{"text":"unto the priest","number":"h3548"},{"text":"which I give","number":"h5414"},{"text":"a sheaf","number":"h6016"},{"text":"of your harvest","number":"h7105"},{"text":"the harvest","number":"h7105"},{"text":"unto you and shall reap","number":"h7114"},{"text":"of the firstfruits","number":"h7225"}],"2":[{"text":"and say","number":"h559"},{"text":"unto the children","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"even these are my feasts","number":"h4150"},{"text":"unto them Concerning the feasts","number":"h4150"},{"text":"convocations","number":"h4744"},{"text":"to be holy","number":"h6944"},{"text":"which ye shall proclaim","number":"h7121"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"23":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"26":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"33":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"34":[{"text":"saying","number":"h559"},{"text":"unto the children","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"shall be the feast","number":"h2282"},{"text":"month","number":"h2320"},{"text":"The fifteenth","number":"h2568"},{"text":"unto the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"of tabernacles","number":"h5521"},{"text":"of this seventh","number":"h7637"},{"text":"for seven","number":"h7651"}],"9":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"39":[{"text":"when ye have gathered","number":"h622"},{"text":"of the land","number":"h776"},{"text":"a feast","number":"h2282"},{"text":"ye shall keep","number":"h2287"},{"text":"month","number":"h2320"},{"text":"Also in the fifteenth","number":"h2568"},{"text":"unto the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"on the first","number":"h7223"},{"text":"of the seventh","number":"h7637"},{"text":"seven","number":"h7651"},{"text":"shall be a sabbath","number":"h7677"},{"text":"shall be a sabbath","number":"h7677"},{"text":"and on the eighth","number":"h8066"},{"text":"in the fruit","number":"h8393"}],"17":[{"text":"they shall be baken","number":"h644"},{"text":"Ye shall bring out","number":"h935"},{"text":"they are the firstfruits","number":"h1061"},{"text":"with leaven","number":"h2557"},{"text":"unto the LORD","number":"h3068"},{"text":"loaves","number":"h3899"},{"text":"of your habitations","number":"h4186"},{"text":"they shall be of fine flour","number":"h5560"},{"text":"tenth deals","number":"h6241"},{"text":"of two","number":"h8147"},{"text":"two","number":"h8147"},{"text":"wave","number":"h8573"}],"5":[{"text":"In the fourteenth","number":"h702"},{"text":"month","number":"h2320"},{"text":"is the LORD'S","number":"h3068"},{"text":"at even","number":"h6153"},{"text":"day","number":"h6240"},{"text":"passover","number":"h6453"},{"text":"of the first","number":"h7223"}],"13":[{"text":"an offering made by fire","number":"h801"},{"text":"mingled","number":"h1101"},{"text":"part of an hin","number":"h1969"},{"text":"unto the LORD","number":"h3068"},{"text":"thereof shall be of wine","number":"h3196"},{"text":"And the meat offering","number":"h4503"},{"text":"for a sweet","number":"h5207"},{"text":"and the drink offering","number":"h5262"},{"text":"of fine flour","number":"h5560"},{"text":"tenth deals","number":"h6241"},{"text":"the fourth","number":"h7243"},{"text":"savour","number":"h7381"},{"text":"with oil","number":"h8081"},{"text":"thereof shall be two","number":"h8147"}],"25":[{"text":"an offering made by fire","number":"h801"},{"text":"unto the LORD","number":"h3068"},{"text":"work","number":"h4399"},{"text":"no servile","number":"h5656"},{"text":"Ye shall do","number":"h6213"},{"text":"therein but ye shall offer","number":"h7126"}],"36":[{"text":"an offering made by fire","number":"h801"},{"text":"an offering made by fire","number":"h801"},{"text":"unto the LORD","number":"h3068"},{"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":"it is a solemn assembly","number":"h6116"},{"text":"and ye shall do","number":"h6213"},{"text":"shall be an holy","number":"h6944"},{"text":"unto you and ye shall offer","number":"h7126"},{"text":"ye shall offer","number":"h7126"},{"text":"Seven","number":"h7651"},{"text":"on the eighth","number":"h8066"}],"37":[{"text":"an offering made by fire","number":"h801"},{"text":"every thing","number":"h1697"},{"text":"a sacrifice","number":"h2077"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"upon his","number":"h3117"},{"text":"These are the feasts","number":"h4150"},{"text":"and a meat offering","number":"h4503"},{"text":"convocations","number":"h4744"},{"text":"and drink offerings","number":"h5262"},{"text":"a burnt offering","number":"h5930"},{"text":"to be holy","number":"h6944"},{"text":"which ye shall proclaim","number":"h7121"},{"text":"to offer","number":"h7126"}],"8":[{"text":"an offering made by fire","number":"h801"},{"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":"is an holy","number":"h6944"},{"text":"But ye shall offer","number":"h7126"},{"text":"in the seventh","number":"h7637"},{"text":"seven","number":"h7651"}],"15":[{"text":"that ye brought","number":"h935"},{"text":"shall be","number":"h1961"},{"text":"from the day","number":"h3117"},{"text":"unto you from the morrow","number":"h4283"},{"text":"And ye shall count","number":"h5608"},{"text":"the sheaf","number":"h6016"},{"text":"seven","number":"h7651"},{"text":"after the sabbath","number":"h7676"},{"text":"sabbaths","number":"h7676"},{"text":"complete","number":"h8549"},{"text":"of the wave offering","number":"h8573"}],"20":[{"text":"of the firstfruits","number":"h1061"},{"text":"the LORD","number":"h3068"},{"text":"to the LORD","number":"h3068"},{"text":"lambs","number":"h3532"},{"text":"And the priest","number":"h3548"},{"text":"for the priest","number":"h3548"},{"text":"them with the bread","number":"h3899"},{"text":"shall wave","number":"h5130"},{"text":"before","number":"h6440"},{"text":"they shall be holy","number":"h6944"},{"text":"with the two","number":"h8147"},{"text":"for a wave offering","number":"h8573"}],"12":[{"text":"of the first","number":"h1121"},{"text":"unto the LORD","number":"h3068"},{"text":"that day","number":"h3117"},{"text":"an he lamb","number":"h3532"},{"text":"when ye wave","number":"h5130"},{"text":"for a burnt offering","number":"h5930"},{"text":"the sheaf","number":"h6016"},{"text":"And ye shall offer","number":"h6213"},{"text":"year","number":"h8141"},{"text":"without blemish","number":"h8549"}],"44":[{"text":"unto the children","number":"h1121"},{"text":"declared","number":"h1696"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"the feasts","number":"h4150"},{"text":"And Moses","number":"h4872"}],"41":[{"text":"in your generations","number":"h1755"},{"text":"it a feast","number":"h2282"},{"text":"And ye shall keep","number":"h2287"},{"text":"ye shall celebrate","number":"h2287"},{"text":"month","number":"h2320"},{"text":"It shall be a statute","number":"h2708"},{"text":"unto the LORD","number":"h3068"},{"text":"days","number":"h3117"},{"text":"for ever","number":"h5769"},{"text":"it in the seventh","number":"h7637"},{"text":"seven","number":"h7651"},{"text":"in the year","number":"h8141"}],"21":[{"text":"throughout your generations","number":"h1755"},{"text":"therein it shall be a statute","number":"h2708"},{"text":"day","number":"h3117"},{"text":"in all your dwellings","number":"h4186"},{"text":"work","number":"h4399"},{"text":"convocation","number":"h4744"},{"text":"no servile","number":"h5656"},{"text":"for ever","number":"h5769"},{"text":"on the selfsame","number":"h6106"},{"text":"unto you ye shall do","number":"h6213"},{"text":"that it may be an holy","number":"h6944"},{"text":"And ye shall proclaim","number":"h7121"}],"31":[{"text":"throughout your generations","number":"h1755"},{"text":"it shall be a statute","number":"h2708"},{"text":"in all your dwellings","number":"h4186"},{"text":"no manner of work","number":"h4399"},{"text":"for ever","number":"h5769"},{"text":"Ye shall do","number":"h6213"}],"16":[{"text":"a new","number":"h2319"},{"text":"fifty","number":"h2572"},{"text":"unto the LORD","number":"h3068"},{"text":"days","number":"h3117"},{"text":"the morrow","number":"h4283"},{"text":"meat offering","number":"h4503"},{"text":"shall ye number","number":"h5608"},{"text":"Even unto","number":"h5704"},{"text":"and ye shall offer","number":"h7126"},{"text":"after the seventh","number":"h7637"},{"text":"sabbath","number":"h7676"}],"32":[{"text":"day of the month","number":"h2320"},{"text":"your souls","number":"h5315"},{"text":"and ye shall afflict","number":"h6031"},{"text":"at even","number":"h6153"},{"text":"from even","number":"h6153"},{"text":"unto even","number":"h6153"},{"text":"shall ye celebrate","number":"h7673"},{"text":"It shall be unto you a sabbath","number":"h7676"},{"text":"your sabbath","number":"h7676"},{"text":"of rest","number":"h7677"},{"text":"in the ninth","number":"h8672"}],"3":[{"text":"of the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"in all your dwellings","number":"h4186"},{"text":"no work","number":"h4399"},{"text":"shall work","number":"h4399"},{"text":"convocation","number":"h4744"},{"text":"be done","number":"h6213"},{"text":"ye shall do","number":"h6213"},{"text":"an holy","number":"h6944"},{"text":"but the seventh","number":"h7637"},{"text":"is the sabbath","number":"h7676"},{"text":"therein it is the sabbath","number":"h7676"},{"text":"of rest","number":"h7677"},{"text":"Six","number":"h8337"}],"38":[{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"and beside your gifts","number":"h4979"},{"text":"and beside all your freewill offerings","number":"h5071"},{"text":"and beside all your vows","number":"h5088"},{"text":"which ye give","number":"h5414"},{"text":"Beside the sabbaths","number":"h7676"}],"4":[{"text":"of the LORD","number":"h3068"},{"text":"These are the feasts","number":"h4150"},{"text":"in their seasons","number":"h4150"},{"text":"convocations","number":"h4744"},{"text":"even holy","number":"h6944"},{"text":"which ye shall proclaim","number":"h7121"}],"11":[{"text":"the LORD","number":"h3068"},{"text":"the priest","number":"h3548"},{"text":"for you on the morrow","number":"h4283"},{"text":"And he shall wave","number":"h5130"},{"text":"shall wave","number":"h5130"},{"text":"the sheaf","number":"h6016"},{"text":"before","number":"h6440"},{"text":"to be accepted","number":"h7522"},{"text":"after the sabbath","number":"h7676"}],"29":[{"text":"day","number":"h3117"},{"text":"he shall be cut off","number":"h3772"},{"text":"For whatsoever soul","number":"h5315"},{"text":"from among his people","number":"h5971"},{"text":"it be that shall not be afflicted","number":"h6031"},{"text":"in that same","number":"h6106"}],"35":[{"text":"day","number":"h3117"},{"text":"work","number":"h4399"},{"text":"convocation","number":"h4744"},{"text":"no servile","number":"h5656"},{"text":"ye shall do","number":"h6213"},{"text":"shall be an holy","number":"h6944"},{"text":"On the first","number":"h7223"}],"7":[{"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":"In the first","number":"h7223"}]}
@@ -0,0 +1 @@
1
+ {"23":[{"text":"him with stones","number":"h68"},{"text":"And the children","number":"h1121"},{"text":"to the children","number":"h1121"},{"text":"spake","number":"h1696"},{"text":"out","number":"h2351"},{"text":"as the LORD","number":"h3068"},{"text":"that they should bring forth","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of the camp","number":"h4264"},{"text":"And Moses","number":"h4872"},{"text":"Moses","number":"h4872"},{"text":"did","number":"h6213"},{"text":"commanded","number":"h6680"},{"text":"him that had cursed","number":"h7043"},{"text":"and stone","number":"h7275"}],"21":[{"text":"a man","number":"h120"},{"text":"a beast","number":"h929"},{"text":"he shall be put to death","number":"h4191"},{"text":"And he that killeth","number":"h5221"},{"text":"it and he that killeth","number":"h5221"},{"text":"he shall restore","number":"h7999"}],"20":[{"text":"in a man","number":"h120"},{"text":"a blemish","number":"h3971"},{"text":"as he hath caused","number":"h5414"},{"text":"so shall it be done","number":"h5414"},{"text":"eye","number":"h5869"},{"text":"for eye","number":"h5869"},{"text":"Breach","number":"h7667"},{"text":"for breach","number":"h7667"},{"text":"for tooth","number":"h8127"},{"text":"tooth","number":"h8127"}],"17":[{"text":"man","number":"h120"},{"text":"And he","number":"h376"},{"text":"be put to death","number":"h4191"},{"text":"shall surely","number":"h4191"},{"text":"that killeth","number":"h5221"},{"text":"any","number":"h5315"}],"3":[{"text":"in the tabernacle","number":"h168"},{"text":"shall Aaron","number":"h175"},{"text":"unto the morning","number":"h1242"},{"text":"in your generations","number":"h1755"},{"text":"Without","number":"h2351"},{"text":"it shall be a statute","number":"h2708"},{"text":"the LORD","number":"h3068"},{"text":"of the congregation","number":"h4150"},{"text":"of the testimony","number":"h5715"},{"text":"for ever","number":"h5769"},{"text":"it from the evening","number":"h6153"},{"text":"order","number":"h6186"},{"text":"before","number":"h6440"},{"text":"the vail","number":"h6532"},{"text":"continually","number":"h8548"}],"9":[{"text":"And it shall be Aaron's","number":"h175"},{"text":"and they shall eat","number":"h398"},{"text":"made by fire","number":"h801"},{"text":"unto him of the offerings","number":"h801"},{"text":"and his sons","number":"h1121"},{"text":"statute","number":"h2706"},{"text":"of the LORD","number":"h3068"},{"text":"place","number":"h4725"},{"text":"by a perpetual","number":"h5769"},{"text":"it in the holy","number":"h6918"},{"text":"for it is most","number":"h6944"},{"text":"holy","number":"h6944"}],"7":[{"text":"for a memorial","number":"h234"},{"text":"even an offering made by fire","number":"h801"},{"text":"pure","number":"h2134"},{"text":"unto the LORD","number":"h3068"},{"text":"frankincense","number":"h3828"},{"text":"that it may be on the bread","number":"h3899"},{"text":"upon each row","number":"h4635"},{"text":"And thou shalt put","number":"h5414"}],"22":[{"text":"as for one of your own country","number":"h249"},{"text":"Ye shall have one","number":"h259"},{"text":"your God","number":"h430"},{"text":"as well for the stranger","number":"h1616"},{"text":"for I am the LORD","number":"h3068"},{"text":"manner of law","number":"h4941"}],"16":[{"text":"as he that is born in the land","number":"h249"},{"text":"him as well the stranger","number":"h1616"},{"text":"of the LORD","number":"h3068"},{"text":"be put to death","number":"h4191"},{"text":"he shall surely","number":"h4191"},{"text":"of the LORD shall be put to death","number":"h4191"},{"text":"And he that blasphemeth","number":"h5344"},{"text":"when he blasphemeth","number":"h5344"},{"text":"and all the congregation","number":"h5712"},{"text":"shall certainly","number":"h7275"},{"text":"stone","number":"h7275"},{"text":"the name","number":"h8034"},{"text":"the name","number":"h8034"}],"5":[{"text":"shall be in one","number":"h259"},{"text":"and bake","number":"h644"},{"text":"cake","number":"h2471"},{"text":"cakes","number":"h2471"},{"text":"And thou shalt take","number":"h3947"},{"text":"fine flour","number":"h5560"},{"text":"twelve","number":"h6240"},{"text":"tenth deals","number":"h6241"},{"text":"thereof two","number":"h8147"}],"19":[{"text":"And if a man","number":"h376"},{"text":"a blemish","number":"h3971"},{"text":"cause","number":"h5414"},{"text":"in his neighbour","number":"h5997"},{"text":"as he hath done","number":"h6213"},{"text":"so shall it be done","number":"h6213"}],"15":[{"text":"Whosoever","number":"h376"},{"text":"his God","number":"h430"},{"text":"saying","number":"h559"},{"text":"unto the children","number":"h1121"},{"text":"And thou shalt speak","number":"h1696"},{"text":"his sin","number":"h2399"},{"text":"of Israel","number":"h3478"},{"text":"curseth","number":"h3588"},{"text":"shall bear","number":"h5375"}],"10":[{"text":"was an Egyptian","number":"h376"},{"text":"woman and a man","number":"h376"},{"text":"woman","number":"h802"},{"text":"And the son","number":"h1121"},{"text":"and this son","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"whose father","number":"h1121"},{"text":"went out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of an Israelitish","number":"h3482"},{"text":"of the Israelitish","number":"h3482"},{"text":"in the camp","number":"h4264"},{"text":"strove together","number":"h5327"},{"text":"among","number":"h8432"}],"11":[{"text":"and his mother's","number":"h517"},{"text":"woman's","number":"h802"},{"text":"And they brought","number":"h935"},{"text":"son","number":"h1121"},{"text":"the daughter","number":"h1323"},{"text":"of Dibri","number":"h1704"},{"text":"of Dan","number":"h1835"},{"text":"And the Israelitish","number":"h3482"},{"text":"of the tribe","number":"h4294"},{"text":"him unto Moses","number":"h4872"},{"text":"blasphemed","number":"h5344"},{"text":"of the LORD and cursed","number":"h7043"},{"text":"was Shelomith","number":"h8019"},{"text":"name","number":"h8034"},{"text":"the name","number":"h8034"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"13":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"18":[{"text":"for beast","number":"h929"},{"text":"And he that killeth","number":"h5221"},{"text":"beast","number":"h5315"},{"text":"a beast shall make it good","number":"h7999"}],"8":[{"text":"being taken from the children","number":"h1121"},{"text":"covenant","number":"h1285"},{"text":"the LORD","number":"h3068"},{"text":"he shall set it","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"by an everlasting","number":"h5769"},{"text":"in order","number":"h6186"},{"text":"before","number":"h6440"},{"text":"Every sabbath","number":"h7676"},{"text":"continually","number":"h8548"}],"2":[{"text":"the children","number":"h1121"},{"text":"olive","number":"h2132"},{"text":"unto thee pure","number":"h2134"},{"text":"of Israel","number":"h3478"},{"text":"beaten","number":"h3795"},{"text":"that they bring","number":"h3947"},{"text":"for the light","number":"h3974"},{"text":"to cause the lamps","number":"h5216"},{"text":"to burn","number":"h5927"},{"text":"Command","number":"h6680"},{"text":"oil","number":"h8081"},{"text":"continually","number":"h8548"}],"14":[{"text":"without","number":"h2351"},{"text":"their hands","number":"h3027"},{"text":"Bring forth","number":"h3318"},{"text":"the camp","number":"h4264"},{"text":"him lay","number":"h5564"},{"text":"and let all the congregation","number":"h5712"},{"text":"him that hath cursed","number":"h7043"},{"text":"upon his head","number":"h7218"},{"text":"stone","number":"h7275"},{"text":"and let all that heard","number":"h8085"}],"4":[{"text":"upon the pure","number":"h2889"},{"text":"the LORD","number":"h3068"},{"text":"candlestick","number":"h4501"},{"text":"the lamps","number":"h5216"},{"text":"He shall order","number":"h6186"},{"text":"before","number":"h6440"},{"text":"continually","number":"h8548"}],"6":[{"text":"upon the pure","number":"h2889"},{"text":"the LORD","number":"h3068"},{"text":"rows","number":"h4634"},{"text":"on a row","number":"h4635"},{"text":"before","number":"h6440"},{"text":"And thou shalt set","number":"h7760"},{"text":"table","number":"h7979"},{"text":"them in two","number":"h8147"},{"text":"six","number":"h8337"}],"12":[{"text":"of the LORD","number":"h3068"},{"text":"And they put","number":"h3240"},{"text":"him in ward","number":"h4929"},{"text":"that the mind","number":"h6310"},{"text":"might be shewed","number":"h6567"}]}
@@ -0,0 +1 @@
1
+ {"41":[{"text":"of his fathers","number":"h1"},{"text":"and unto the possession","number":"h272"},{"text":"from thee both he and his children","number":"h1121"},{"text":"And then shall he depart","number":"h3318"},{"text":"unto his own family","number":"h4940"},{"text":"shall he return","number":"h7725"},{"text":"with him and shall return","number":"h7725"}],"35":[{"text":"And if thy brother","number":"h251"},{"text":"him yea though he be a stranger","number":"h1616"},{"text":"then thou shalt relieve","number":"h2388"},{"text":"that he may live","number":"h2416"},{"text":"with thee","number":"h3027"},{"text":"and fallen in decay","number":"h4131"},{"text":"be waxen poor","number":"h4134"},{"text":"or a sojourner","number":"h8453"}],"39":[{"text":"And if thy brother","number":"h251"},{"text":"that dwelleth by thee be waxen poor","number":"h4134"},{"text":"and be sold","number":"h4376"},{"text":"unto thee thou shalt not compel","number":"h5647"},{"text":"as a bondservant","number":"h5650"},{"text":"him to serve","number":"h5656"}],"25":[{"text":"If thy brother","number":"h251"},{"text":"that which his brother","number":"h251"},{"text":"away some of his possession","number":"h272"},{"text":"come","number":"h935"},{"text":"it then shall he redeem","number":"h1350"},{"text":"to redeem","number":"h1350"},{"text":"be waxen poor","number":"h4134"},{"text":"and hath sold","number":"h4376"},{"text":"sold","number":"h4465"},{"text":"and if any of his kin","number":"h7138"}],"47":[{"text":"and thy brother","number":"h251"},{"text":"And if a sojourner","number":"h1616"},{"text":"himself unto the stranger","number":"h1616"},{"text":"of the stranger's","number":"h1616"},{"text":"by thee","number":"h3027"},{"text":"that dwelleth by him wax poor","number":"h4134"},{"text":"and sell","number":"h4376"},{"text":"family","number":"h4940"},{"text":"wax rich","number":"h5381"},{"text":"by thee or to the stock","number":"h6133"},{"text":"or sojourner","number":"h8453"},{"text":"or stranger","number":"h8453"}],"14":[{"text":"another","number":"h251"},{"text":"one","number":"h376"},{"text":"hand","number":"h3027"},{"text":"ye shall not oppress","number":"h3238"},{"text":"And if thou sell","number":"h4376"},{"text":"ought","number":"h4465"},{"text":"ought of thy neighbour's","number":"h5997"},{"text":"unto thy neighbour","number":"h5997"},{"text":"or buyest","number":"h7069"}],"46":[{"text":"but over your brethren","number":"h251"},{"text":"over another","number":"h251"},{"text":"them for a possession","number":"h272"},{"text":"after","number":"h310"},{"text":"one","number":"h376"},{"text":"for your children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"you to inherit","number":"h3423"},{"text":"of Israel","number":"h3478"},{"text":"And ye shall take them as an inheritance","number":"h5157"},{"text":"they shall be your bondmen","number":"h5647"},{"text":"for ever","number":"h5769"},{"text":"with rigour","number":"h6531"},{"text":"ye shall not rule","number":"h7287"}],"48":[{"text":"of his brethren","number":"h251"},{"text":"one","number":"h259"},{"text":"After","number":"h310"},{"text":"may redeem","number":"h1350"},{"text":"he may be redeemed again","number":"h1353"},{"text":"that he is sold","number":"h4376"}],"36":[{"text":"that thy brother","number":"h251"},{"text":"thy God","number":"h430"},{"text":"may live","number":"h2416"},{"text":"but fear","number":"h3372"},{"text":"Take","number":"h3947"},{"text":"thou no usury","number":"h5392"},{"text":"of him or increase","number":"h8636"}],"45":[{"text":"and they shall be your possession","number":"h272"},{"text":"in your land","number":"h776"},{"text":"Moreover of the children","number":"h1121"},{"text":"that do sojourn","number":"h1481"},{"text":"that are with you which they begat","number":"h3205"},{"text":"and of their families","number":"h4940"},{"text":"among you of them shall ye buy","number":"h7069"},{"text":"of the strangers","number":"h8453"}],"33":[{"text":"are their possession","number":"h272"},{"text":"of his possession","number":"h272"},{"text":"for the houses","number":"h1004"},{"text":"then the house","number":"h1004"},{"text":"the children","number":"h1121"},{"text":"And if a man purchase","number":"h1350"},{"text":"in the year of jubile","number":"h3104"},{"text":"shall go out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"of the Levites","number":"h3881"},{"text":"of the Levites","number":"h3881"},{"text":"that was sold","number":"h4465"},{"text":"and the city","number":"h5892"},{"text":"of the cities","number":"h5892"},{"text":"among","number":"h8432"}],"32":[{"text":"of their possession","number":"h272"},{"text":"and the houses","number":"h1004"},{"text":"redeem","number":"h1353"},{"text":"may the Levites","number":"h3881"},{"text":"of the Levites","number":"h3881"},{"text":"at any time","number":"h5769"},{"text":"Notwithstanding the cities","number":"h5892"},{"text":"of the cities","number":"h5892"}],"24":[{"text":"of your possession","number":"h272"},{"text":"And in all the land","number":"h776"},{"text":"for the land","number":"h776"},{"text":"a redemption","number":"h1353"},{"text":"ye shall grant","number":"h5414"}],"34":[{"text":"possession","number":"h272"},{"text":"of the suburbs","number":"h4054"},{"text":"may not be sold","number":"h4376"},{"text":"for it is their perpetual","number":"h5769"},{"text":"of their cities","number":"h5892"},{"text":"But the field","number":"h7704"}],"10":[{"text":"unto his possession","number":"h272"},{"text":"every man","number":"h376"},{"text":"every man","number":"h376"},{"text":"throughout all the land","number":"h776"},{"text":"liberty","number":"h1865"},{"text":"the fiftieth","number":"h2572"},{"text":"thereof it shall be a jubile","number":"h3104"},{"text":"unto all the inhabitants","number":"h3427"},{"text":"unto his family","number":"h4940"},{"text":"And ye shall hallow","number":"h6942"},{"text":"and proclaim","number":"h7121"},{"text":"and ye shall return","number":"h7725"},{"text":"unto you and ye shall return","number":"h7725"},{"text":"year","number":"h8141"}],"13":[{"text":"unto his possession","number":"h272"},{"text":"every man","number":"h376"},{"text":"of this jubile","number":"h3104"},{"text":"ye shall return","number":"h7725"},{"text":"In the year","number":"h8141"}],"27":[{"text":"unto his possession","number":"h272"},{"text":"unto the man","number":"h376"},{"text":"Then let him count","number":"h2803"},{"text":"to whom he sold","number":"h4376"},{"text":"of the sale","number":"h4465"},{"text":"the overplus","number":"h5736"},{"text":"it that he may return","number":"h7725"},{"text":"thereof and restore","number":"h7725"},{"text":"the years","number":"h8141"}],"28":[{"text":"unto his possession","number":"h272"},{"text":"be not able","number":"h1767"},{"text":"But if he","number":"h3027"},{"text":"shall remain in the hand","number":"h3027"},{"text":"and in the jubile","number":"h3104"},{"text":"of jubile","number":"h3104"},{"text":"it shall go out","number":"h3318"},{"text":"it to him then that which is sold","number":"h4465"},{"text":"to restore","number":"h4672"},{"text":"of him that hath bought","number":"h7069"},{"text":"and he shall return","number":"h7725"},{"text":"it until the year","number":"h8141"}],"15":[{"text":"after","number":"h310"},{"text":"the jubile","number":"h3104"},{"text":"he shall sell","number":"h4376"},{"text":"According to the number","number":"h4557"},{"text":"and according unto the number","number":"h4557"},{"text":"of thy neighbour","number":"h5997"},{"text":"thou shalt buy","number":"h7069"},{"text":"of years","number":"h8141"},{"text":"of years","number":"h8141"},{"text":"of the fruits","number":"h8393"}],"29":[{"text":"And if a man","number":"h376"},{"text":"house","number":"h1004"},{"text":"may he redeem","number":"h1353"},{"text":"then he may redeem","number":"h1353"},{"text":"in a walled","number":"h2346"},{"text":"within a full year","number":"h3117"},{"text":"a dwelling","number":"h4186"},{"text":"sell","number":"h4376"},{"text":"after it is sold","number":"h4465"},{"text":"city","number":"h5892"},{"text":"year","number":"h8141"},{"text":"it within a whole","number":"h8552"}],"26":[{"text":"And if the man","number":"h376"},{"text":"have none to redeem","number":"h1350"},{"text":"be able","number":"h1767"},{"text":"it and himself","number":"h3027"},{"text":"to redeem","number":"h4672"}],"17":[{"text":"one","number":"h376"},{"text":"thy God","number":"h430"},{"text":"your God","number":"h430"},{"text":"for I am the LORD","number":"h3068"},{"text":"Ye shall not therefore oppress","number":"h3238"},{"text":"but thou shalt fear","number":"h3372"},{"text":"another","number":"h5997"}],"20":[{"text":"What shall we eat","number":"h398"},{"text":"And if ye shall say","number":"h559"},{"text":"nor gather","number":"h622"},{"text":"behold we shall not sow","number":"h2232"},{"text":"the seventh","number":"h7637"},{"text":"year","number":"h8141"},{"text":"in our increase","number":"h8393"}],"22":[{"text":"and eat","number":"h398"},{"text":"ye shall eat","number":"h398"},{"text":"come in","number":"h935"},{"text":"And ye shall sow","number":"h2232"},{"text":"of the old","number":"h3465"},{"text":"yet of old","number":"h3465"},{"text":"the eighth","number":"h8066"},{"text":"year","number":"h8141"},{"text":"year","number":"h8141"},{"text":"fruit","number":"h8393"},{"text":"until her fruits","number":"h8393"},{"text":"until the ninth","number":"h8671"}],"19":[{"text":"and ye shall eat","number":"h398"},{"text":"And the land","number":"h776"},{"text":"therein in safety","number":"h983"},{"text":"and dwell","number":"h3427"},{"text":"shall yield","number":"h5414"},{"text":"her fruit","number":"h6529"},{"text":"your fill","number":"h7648"}],"7":[{"text":"thereof be meat","number":"h398"},{"text":"that are in thy land","number":"h776"},{"text":"And for thy cattle","number":"h929"},{"text":"and for the beast","number":"h2416"},{"text":"shall all the increase","number":"h8393"}],"12":[{"text":"unto you ye shall eat","number":"h398"},{"text":"For it is the jubile","number":"h3104"},{"text":"it shall be holy","number":"h6944"},{"text":"thereof out of the field","number":"h7704"},{"text":"the increase","number":"h8393"}],"37":[{"text":"him thy victuals","number":"h400"},{"text":"him thy money","number":"h3701"},{"text":"for increase","number":"h4768"},{"text":"upon usury","number":"h5392"},{"text":"Thou shalt not give","number":"h5414"},{"text":"nor lend","number":"h5414"}],"6":[{"text":"shall be meat","number":"h402"},{"text":"and for thy maid","number":"h519"},{"text":"of the land","number":"h776"},{"text":"that sojourneth","number":"h1481"},{"text":"for you for thee and for thy servant","number":"h5650"},{"text":"And the sabbath","number":"h7676"},{"text":"and for thy hired servant","number":"h7916"},{"text":"and for thy stranger","number":"h8453"}],"38":[{"text":"and to be your God","number":"h430"},{"text":"your God","number":"h430"},{"text":"out of the land","number":"h776"},{"text":"you the land","number":"h776"},{"text":"I am the LORD","number":"h3068"},{"text":"which brought you forth","number":"h3318"},{"text":"of Canaan","number":"h3667"},{"text":"of Egypt","number":"h4714"},{"text":"to give","number":"h5414"}],"43":[{"text":"thy God","number":"h430"},{"text":"but shalt fear","number":"h3372"},{"text":"over him with rigour","number":"h6531"},{"text":"Thou shalt not rule","number":"h7287"}],"55":[{"text":"your God","number":"h430"},{"text":"out of the land","number":"h776"},{"text":"For unto me the children","number":"h1121"},{"text":"I am the LORD","number":"h3068"},{"text":"whom I brought forth","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"of Egypt","number":"h4714"},{"text":"are servants","number":"h5650"},{"text":"they are my servants","number":"h5650"}],"44":[{"text":"and bondmaids","number":"h519"},{"text":"and thy bondmaids","number":"h519"},{"text":"which thou shalt have shall be of the heathen","number":"h1471"},{"text":"that are round about","number":"h5439"},{"text":"Both thy bondmen","number":"h5650"},{"text":"bondmen","number":"h5650"},{"text":"you of them shall ye buy","number":"h7069"}],"2":[{"text":"and say","number":"h559"},{"text":"into the land","number":"h776"},{"text":"you then shall the land","number":"h776"},{"text":"unto them When ye come","number":"h935"},{"text":"unto the children","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"unto the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"which I give","number":"h5414"},{"text":"keep","number":"h7673"},{"text":"a sabbath","number":"h7676"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"in mount","number":"h2022"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"},{"text":"Sinai","number":"h5514"}],"3":[{"text":"and gather","number":"h622"},{"text":"thou shalt prune","number":"h2168"},{"text":"thou shalt sow","number":"h2232"},{"text":"thy vineyard","number":"h3754"},{"text":"thy field","number":"h7704"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"Six","number":"h8337"},{"text":"and six","number":"h8337"},{"text":"in the fruit","number":"h8393"}],"8":[{"text":"shall be unto thee forty","number":"h705"},{"text":"and the space","number":"h3117"},{"text":"And thou shalt number","number":"h5608"},{"text":"times","number":"h6471"},{"text":"of the seven","number":"h7651"},{"text":"seven","number":"h7651"},{"text":"seven","number":"h7651"},{"text":"unto thee seven","number":"h7651"},{"text":"sabbaths","number":"h7676"},{"text":"sabbaths","number":"h7676"},{"text":"of years","number":"h8141"},{"text":"of years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"and nine","number":"h8672"}],"23":[{"text":"The land","number":"h776"},{"text":"for the land","number":"h776"},{"text":"is mine for ye are strangers","number":"h1616"},{"text":"shall not be sold","number":"h4376"},{"text":"for ever","number":"h6783"},{"text":"and sojourners","number":"h8453"}],"18":[{"text":"in the land","number":"h776"},{"text":"in safety","number":"h983"},{"text":"my statutes","number":"h2708"},{"text":"them and ye shall dwell","number":"h3427"},{"text":"my judgments","number":"h4941"},{"text":"Wherefore ye shall do","number":"h6213"},{"text":"and do","number":"h6213"},{"text":"and keep","number":"h8104"}],"31":[{"text":"of the country","number":"h776"},{"text":"But the houses","number":"h1004"},{"text":"they may be redeemed","number":"h1353"},{"text":"which have no wall","number":"h2346"},{"text":"of the villages","number":"h2691"},{"text":"them shall be counted","number":"h2803"},{"text":"in the jubile","number":"h3104"},{"text":"and they shall go out","number":"h3318"},{"text":"round about","number":"h5439"},{"text":"as the fields","number":"h7704"}],"42":[{"text":"out of the land","number":"h776"},{"text":"which I brought forth","number":"h3318"},{"text":"they shall not be sold","number":"h4376"},{"text":"as","number":"h4466"},{"text":"of Egypt","number":"h4714"},{"text":"For they are my servants","number":"h5650"},{"text":"bondmen","number":"h5650"}],"9":[{"text":"throughout all your land","number":"h776"},{"text":"month","number":"h2320"},{"text":"in the day","number":"h3117"},{"text":"of atonement","number":"h3725"},{"text":"sound","number":"h5674"},{"text":"to sound","number":"h5674"},{"text":"on the tenth","number":"h6218"},{"text":"day of the seventh","number":"h7637"},{"text":"Then shalt thou cause the trumpet","number":"h7782"},{"text":"shall ye make the trumpet","number":"h7782"},{"text":"of the jubile","number":"h8643"}],"4":[{"text":"unto the land","number":"h776"},{"text":"nor prune","number":"h2168"},{"text":"thou shalt neither sow","number":"h2232"},{"text":"for the LORD","number":"h3068"},{"text":"thy vineyard","number":"h3754"},{"text":"But in the seventh","number":"h7637"},{"text":"a sabbath","number":"h7676"},{"text":"shall be a sabbath","number":"h7676"},{"text":"of rest","number":"h7677"},{"text":"thy field","number":"h7704"},{"text":"year","number":"h8141"}],"5":[{"text":"unto the land","number":"h776"},{"text":"neither gather","number":"h1219"},{"text":"of thy vine undressed","number":"h5139"},{"text":"That which groweth of its own accord","number":"h5599"},{"text":"the grapes","number":"h6025"},{"text":"of thy harvest","number":"h7105"},{"text":"thou shalt not reap","number":"h7114"},{"text":"of rest","number":"h7677"},{"text":"for it is a year","number":"h8141"}],"30":[{"text":"then the house","number":"h1004"},{"text":"And if it be not redeemed","number":"h1350"},{"text":"it throughout his generations","number":"h1755"},{"text":"that is in the walled","number":"h2346"},{"text":"in the jubile","number":"h3104"},{"text":"it shall not go out","number":"h3318"},{"text":"within the space","number":"h4390"},{"text":"city","number":"h5892"},{"text":"for ever","number":"h6783"},{"text":"shall be established","number":"h6965"},{"text":"to him that bought","number":"h7069"},{"text":"year","number":"h8141"},{"text":"of a full","number":"h8549"}],"54":[{"text":"both he and his children","number":"h1121"},{"text":"And if he be not redeemed","number":"h1350"},{"text":"of jubile","number":"h3104"},{"text":"in these years then he shall go out","number":"h3318"},{"text":"in the year","number":"h8141"}],"49":[{"text":"son","number":"h1121"},{"text":"of kin","number":"h1320"},{"text":"he may redeem","number":"h1350"},{"text":"may redeem","number":"h1350"},{"text":"may redeem","number":"h1350"},{"text":"Either his uncle","number":"h1730"},{"text":"or his uncle's","number":"h1730"},{"text":"himself","number":"h3027"},{"text":"unto him of his family","number":"h4940"},{"text":"him or if he be able","number":"h5381"},{"text":"him or any that is nigh","number":"h7607"}],"11":[{"text":"of itself in it nor gather","number":"h1219"},{"text":"be unto you ye shall not sow","number":"h2232"},{"text":"shall that fiftieth","number":"h2572"},{"text":"A jubile","number":"h3104"},{"text":"the grapes in it of thy vine undressed","number":"h5139"},{"text":"that which groweth","number":"h5599"},{"text":"neither reap","number":"h7114"},{"text":"year","number":"h8141"}],"21":[{"text":"my blessing","number":"h1293"},{"text":"and it shall bring forth","number":"h6213"},{"text":"Then I will command","number":"h6680"},{"text":"for three","number":"h7969"},{"text":"year","number":"h8141"},{"text":"years","number":"h8141"},{"text":"upon you in the sixth","number":"h8345"},{"text":"fruit","number":"h8393"}],"51":[{"text":"the price of his redemption","number":"h1353"},{"text":"out of the money","number":"h3701"},{"text":"that he was bought","number":"h4736"},{"text":"behind according","number":"h6310"},{"text":"If there be yet many","number":"h7227"},{"text":"unto them he shall give again","number":"h7725"},{"text":"years","number":"h8141"}],"52":[{"text":"the price of his redemption","number":"h1353"},{"text":"then he shall count","number":"h2803"},{"text":"of jubile","number":"h3104"},{"text":"but few","number":"h4592"},{"text":"with him and according","number":"h6310"},{"text":"And if there remain","number":"h7604"},{"text":"shall he give him again","number":"h7725"},{"text":"unto his years","number":"h8141"},{"text":"unto the year","number":"h8141"},{"text":"years","number":"h8141"}],"50":[{"text":"And he shall reckon","number":"h2803"},{"text":"of jubile","number":"h3104"},{"text":"according to the time","number":"h3117"},{"text":"and the price","number":"h3701"},{"text":"that he was sold","number":"h4376"},{"text":"of his sale","number":"h4465"},{"text":"shall be according unto the number","number":"h4557"},{"text":"with him that bought","number":"h7069"},{"text":"of an hired servant","number":"h7916"},{"text":"him from the year","number":"h8141"},{"text":"of years","number":"h8141"},{"text":"to him unto the year","number":"h8141"}],"40":[{"text":"of jubile","number":"h3104"},{"text":"he shall be with thee and shall serve","number":"h5647"},{"text":"But as an hired servant","number":"h7916"},{"text":"thee unto the year","number":"h8141"},{"text":"and as a sojourner","number":"h8453"}],"16":[{"text":"doth he sell","number":"h4376"},{"text":"of it for according to the number","number":"h4557"},{"text":"thou shalt diminish","number":"h4591"},{"text":"to the fewness","number":"h4591"},{"text":"the price","number":"h4736"},{"text":"the price","number":"h4736"},{"text":"According","number":"h6310"},{"text":"thereof and according","number":"h6310"},{"text":"to the multitude","number":"h7230"},{"text":"thou shalt increase","number":"h7235"},{"text":"of years","number":"h8141"},{"text":"of years","number":"h8141"},{"text":"of the years of the fruits","number":"h8393"}],"53":[{"text":"over him in thy sight","number":"h5869"},{"text":"with rigour","number":"h6531"},{"text":"shall he be with him and the other shall not rule","number":"h7287"},{"text":"hired servant","number":"h7916"},{"text":"And as a yearly","number":"h8141"}]}
@@ -0,0 +1 @@
1
+ {"39":[{"text":"of their fathers","number":"h1"},{"text":"in your enemies","number":"h341"},{"text":"' lands","number":"h776"},{"text":"of you shall pine away","number":"h4743"},{"text":"shall they pine away","number":"h4743"},{"text":"and also in the iniquities","number":"h5771"},{"text":"in their iniquity","number":"h5771"},{"text":"And they that are left","number":"h7604"}],"40":[{"text":"of their fathers","number":"h1"},{"text":"against me and that also they have walked","number":"h1980"},{"text":"If they shall confess","number":"h3034"},{"text":"which they trespassed","number":"h4603"},{"text":"with their trespass","number":"h4604"},{"text":"and the iniquity","number":"h5771"},{"text":"their iniquity","number":"h5771"},{"text":"contrary","number":"h7147"}],"38":[{"text":"And ye shall perish","number":"h6"},{"text":"of your enemies","number":"h341"},{"text":"shall eat you up","number":"h398"},{"text":"and the land","number":"h776"},{"text":"among the heathen","number":"h1471"}],"21":[{"text":"unto me and will","number":"h14"},{"text":"upon you according to your sins","number":"h2403"},{"text":"And if ye walk","number":"h3212"},{"text":"more","number":"h3254"},{"text":"unto me I will bring","number":"h3254"},{"text":"plagues","number":"h4347"},{"text":"contrary","number":"h7147"},{"text":"seven times","number":"h7651"},{"text":"not hearken","number":"h8085"}],"1":[{"text":"of stone","number":"h68"},{"text":"your God","number":"h430"},{"text":"you no idols","number":"h457"},{"text":"in your land","number":"h776"},{"text":"unto it for I am the LORD","number":"h3068"},{"text":"a standing image","number":"h4676"},{"text":"any image","number":"h4906"},{"text":"neither shall ye set up","number":"h5414"},{"text":"Ye shall make","number":"h6213"},{"text":"nor graven image","number":"h6459"},{"text":"neither rear you up","number":"h6965"},{"text":"to bow down","number":"h7812"}],"42":[{"text":"with Abraham","number":"h85"},{"text":"the land","number":"h776"},{"text":"and also my covenant","number":"h1285"},{"text":"and also my covenant","number":"h1285"},{"text":"my covenant","number":"h1285"},{"text":"Then will I remember","number":"h2142"},{"text":"and I will remember","number":"h2142"},{"text":"will I remember","number":"h2142"},{"text":"with Jacob","number":"h3290"},{"text":"with Isaac","number":"h3327"}],"41":[{"text":"if then","number":"h176"},{"text":"of their enemies","number":"h341"},{"text":"them into the land","number":"h776"},{"text":"unto them and have brought","number":"h935"},{"text":"And that I also have walked","number":"h3212"},{"text":"be humbled","number":"h3665"},{"text":"hearts","number":"h3824"},{"text":"of the punishment of their iniquity","number":"h5771"},{"text":"their uncircumcised","number":"h6189"},{"text":"contrary","number":"h7147"},{"text":"and they then accept","number":"h7521"}],"37":[{"text":"upon another","number":"h251"},{"text":"your enemies","number":"h341"},{"text":"one","number":"h376"},{"text":"a sword","number":"h2719"},{"text":"And they shall fall","number":"h3782"},{"text":"as it were before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"when none pursueth","number":"h7291"},{"text":"and ye shall have no power to stand","number":"h8617"}],"26":[{"text":"in one","number":"h259"},{"text":"and ye shall eat","number":"h398"},{"text":"shall bake","number":"h644"},{"text":"women","number":"h802"},{"text":"of your bread","number":"h3899"},{"text":"you your bread","number":"h3899"},{"text":"your bread","number":"h3899"},{"text":"the staff","number":"h4294"},{"text":"by weight","number":"h4948"},{"text":"ten","number":"h6235"},{"text":"and not be satisfied","number":"h7646"},{"text":"And when I have broken","number":"h7665"},{"text":"again","number":"h7725"},{"text":"and they shall deliver","number":"h7725"},{"text":"oven","number":"h8574"}],"33":[{"text":"after","number":"h310"},{"text":"you and your land","number":"h776"},{"text":"you among the heathen","number":"h1471"},{"text":"And I will scatter","number":"h2219"},{"text":"a sword","number":"h2719"},{"text":"waste","number":"h2723"},{"text":"and your cities","number":"h5892"},{"text":"and will draw out","number":"h7324"},{"text":"shall be desolate","number":"h8077"}],"34":[{"text":"and ye be in your enemies","number":"h341"},{"text":"' land","number":"h776"},{"text":"Then shall the land","number":"h776"},{"text":"even then shall the land","number":"h776"},{"text":"as long","number":"h3117"},{"text":"and enjoy","number":"h7521"},{"text":"enjoy","number":"h7521"},{"text":"rest","number":"h7673"},{"text":"her sabbaths","number":"h7676"},{"text":"her sabbaths","number":"h7676"},{"text":"as it lieth desolate","number":"h8074"}],"32":[{"text":"and your enemies","number":"h341"},{"text":"the land","number":"h776"},{"text":"which dwell","number":"h3427"},{"text":"And I will bring","number":"h8074"},{"text":"into desolation","number":"h8074"},{"text":"therein shall be astonished","number":"h8074"}],"8":[{"text":"and your enemies","number":"h341"},{"text":"And five","number":"h2568"},{"text":"you by the sword","number":"h2719"},{"text":"an hundred","number":"h3967"},{"text":"and an hundred","number":"h3967"},{"text":"shall fall","number":"h5307"},{"text":"before","number":"h6440"},{"text":"of you shall put ten thousand","number":"h7233"},{"text":"of you shall chase","number":"h7291"},{"text":"to flight","number":"h7291"}],"16":[{"text":"for your enemies","number":"h341"},{"text":"shall eat","number":"h398"},{"text":"over you terror","number":"h928"},{"text":"and cause sorrow","number":"h1727"},{"text":"and ye shall sow","number":"h2232"},{"text":"your seed","number":"h2233"},{"text":"that shall consume","number":"h3615"},{"text":"of heart","number":"h5315"},{"text":"the eyes","number":"h5869"},{"text":"I also will do","number":"h6213"},{"text":"this unto you I will even appoint","number":"h6485"},{"text":"and the burning ague","number":"h6920"},{"text":"in vain","number":"h7385"},{"text":"consumption","number":"h7829"}],"25":[{"text":"of the enemy","number":"h341"},{"text":"within","number":"h413"},{"text":"and when ye are gathered together","number":"h622"},{"text":"And I will bring","number":"h935"},{"text":"of my covenant","number":"h1285"},{"text":"the pestilence","number":"h1698"},{"text":"a sword","number":"h2719"},{"text":"into the hand","number":"h3027"},{"text":"upon you that shall avenge","number":"h5358"},{"text":"the quarrel","number":"h5359"},{"text":"you and ye shall be delivered","number":"h5414"},{"text":"your cities","number":"h5892"},{"text":"I will send","number":"h7971"},{"text":"among","number":"h8432"}],"36":[{"text":"of their enemies","number":"h341"},{"text":"in the lands","number":"h776"},{"text":"alive of you I will send","number":"h935"},{"text":"from a sword","number":"h2719"},{"text":"into their hearts","number":"h3824"},{"text":"as fleeing","number":"h4499"},{"text":"a faintness","number":"h4816"},{"text":"of a shaken","number":"h5086"},{"text":"them and they shall flee","number":"h5127"},{"text":"and they shall fall","number":"h5307"},{"text":"leaf","number":"h5929"},{"text":"and the sound","number":"h6963"},{"text":"shall chase","number":"h7291"},{"text":"when none pursueth","number":"h7291"},{"text":"And upon them that are left","number":"h7604"}],"44":[{"text":"of their enemies","number":"h341"},{"text":"their God","number":"h430"},{"text":"And yet","number":"h637"},{"text":"in the land","number":"h776"},{"text":"my covenant","number":"h1285"},{"text":"when they be","number":"h1571"},{"text":"neither will I abhor","number":"h1602"},{"text":"for all that","number":"h2063"},{"text":"with them for I am the LORD","number":"h3068"},{"text":"them to destroy them utterly","number":"h3615"},{"text":"I will not cast them away","number":"h3988"},{"text":"and to break","number":"h6565"}],"17":[{"text":"your enemies","number":"h341"},{"text":"against you and ye shall be slain","number":"h5062"},{"text":"over you and ye shall flee","number":"h5127"},{"text":"And I will set","number":"h5414"},{"text":"before","number":"h6440"},{"text":"my face","number":"h6440"},{"text":"you shall reign","number":"h7287"},{"text":"when none pursueth","number":"h7291"},{"text":"they that hate","number":"h8130"}],"7":[{"text":"your enemies","number":"h341"},{"text":"you by the sword","number":"h2719"},{"text":"and they shall fall","number":"h5307"},{"text":"before","number":"h6440"},{"text":"And ye shall chase","number":"h7291"}],"10":[{"text":"And ye shall eat","number":"h398"},{"text":"of the new","number":"h2319"},{"text":"and bring forth","number":"h3318"},{"text":"old store","number":"h3462"},{"text":"the old","number":"h3465"},{"text":"because","number":"h6440"}],"29":[{"text":"And ye shall eat","number":"h398"},{"text":"shall ye eat","number":"h398"},{"text":"of your sons","number":"h1121"},{"text":"and the flesh","number":"h1320"},{"text":"the flesh","number":"h1320"},{"text":"of your daughters","number":"h1323"}],"5":[{"text":"and ye shall eat","number":"h398"},{"text":"in your land","number":"h776"},{"text":"safely","number":"h983"},{"text":"and the vintage","number":"h1210"},{"text":"unto the vintage","number":"h1210"},{"text":"And your threshing","number":"h1786"},{"text":"unto the sowing time","number":"h2233"},{"text":"and dwell","number":"h3427"},{"text":"your bread","number":"h3899"},{"text":"shall reach","number":"h5381"},{"text":"shall reach","number":"h5381"},{"text":"to the full","number":"h7648"}],"45":[{"text":"that I might be their God","number":"h430"},{"text":"out of the land","number":"h776"},{"text":"the covenant","number":"h1285"},{"text":"of the heathen","number":"h1471"},{"text":"But I will for their sakes remember","number":"h2142"},{"text":"I am the LORD","number":"h3068"},{"text":"whom I brought forth","number":"h3318"},{"text":"of Egypt","number":"h4714"},{"text":"in the sight","number":"h5869"},{"text":"of their ancestors","number":"h7223"}],"12":[{"text":"your God","number":"h430"},{"text":"and ye shall be","number":"h1961"},{"text":"you and will be","number":"h1961"},{"text":"And I will walk","number":"h1980"},{"text":"my people","number":"h5971"},{"text":"among","number":"h8432"}],"13":[{"text":"your God","number":"h430"},{"text":"out of the land","number":"h776"},{"text":"I am the LORD","number":"h3068"},{"text":"and made you go","number":"h3212"},{"text":"which brought you forth","number":"h3318"},{"text":"the bands","number":"h4133"},{"text":"of Egypt","number":"h4714"},{"text":"that ye should not be their bondmen","number":"h5650"},{"text":"of your yoke","number":"h5923"},{"text":"upright","number":"h6968"},{"text":"and I have broken","number":"h7665"}],"28":[{"text":"and I even","number":"h637"},{"text":"Then I will walk","number":"h1980"},{"text":"for your sins","number":"h2403"},{"text":"unto you also in fury","number":"h2534"},{"text":"I will chastise","number":"h3256"},{"text":"contrary","number":"h7147"},{"text":"you seven times","number":"h7651"}],"43":[{"text":"The land","number":"h776"},{"text":"abhorred","number":"h1602"},{"text":"my statutes","number":"h2708"},{"text":"because","number":"h3282"},{"text":"even because","number":"h3282"},{"text":"they despised","number":"h3988"},{"text":"my judgments","number":"h4941"},{"text":"and because their soul","number":"h5315"},{"text":"of the punishment of their iniquity","number":"h5771"},{"text":"also shall be left","number":"h5800"},{"text":"of them and shall enjoy","number":"h7521"},{"text":"without them and they shall accept","number":"h7521"},{"text":"her sabbaths","number":"h7676"},{"text":"while she lieth desolate","number":"h8074"}],"4":[{"text":"and the land","number":"h776"},{"text":"you rain","number":"h1653"},{"text":"her increase","number":"h2981"},{"text":"Then I will give","number":"h5414"},{"text":"shall yield","number":"h5414"},{"text":"shall yield","number":"h5414"},{"text":"and the trees","number":"h6086"},{"text":"in due season","number":"h6256"},{"text":"their fruit","number":"h6529"},{"text":"of the field","number":"h7704"}],"19":[{"text":"and your earth","number":"h776"},{"text":"as iron","number":"h1270"},{"text":"the pride","number":"h1347"},{"text":"as brass","number":"h5154"},{"text":"and I will make","number":"h5414"},{"text":"of your power","number":"h5797"},{"text":"And I will break","number":"h7665"},{"text":"your heaven","number":"h8064"}],"20":[{"text":"for your land","number":"h776"},{"text":"of the land","number":"h776"},{"text":"her increase","number":"h2981"},{"text":"And your strength","number":"h3581"},{"text":"shall not yield","number":"h5414"},{"text":"yield","number":"h5414"},{"text":"neither shall the trees","number":"h6086"},{"text":"their fruits","number":"h6529"},{"text":"in vain","number":"h7385"},{"text":"shall be spent","number":"h8552"}],"6":[{"text":"in the land","number":"h776"},{"text":"out of the land","number":"h776"},{"text":"through your land","number":"h776"},{"text":"beasts","number":"h2416"},{"text":"neither shall the sword","number":"h2719"},{"text":"and none shall make you afraid","number":"h2729"},{"text":"And I will give","number":"h5414"},{"text":"go","number":"h5674"},{"text":"evil","number":"h7451"},{"text":"and I will rid","number":"h7673"},{"text":"and ye shall lie down","number":"h7901"},{"text":"peace","number":"h7965"}],"22":[{"text":"your cattle","number":"h929"},{"text":"and your high ways","number":"h1870"},{"text":"beasts","number":"h2416"},{"text":"and destroy","number":"h3772"},{"text":"and make you few in number","number":"h4591"},{"text":"wild","number":"h7704"},{"text":"among you which shall rob you of your children","number":"h7921"},{"text":"I will also send","number":"h7971"},{"text":"shall be desolate","number":"h8074"}],"30":[{"text":"your high places","number":"h1116"},{"text":"of your idols","number":"h1544"},{"text":"shall abhor","number":"h1602"},{"text":"your images","number":"h2553"},{"text":"and cut down","number":"h3772"},{"text":"and my soul","number":"h5315"},{"text":"and cast","number":"h5414"},{"text":"upon the carcases","number":"h6297"},{"text":"your carcases","number":"h6297"},{"text":"And I will destroy","number":"h8045"}],"46":[{"text":"between him and the children","number":"h1121"},{"text":"in mount","number":"h2022"},{"text":"These are the statutes","number":"h2706"},{"text":"by the hand","number":"h3027"},{"text":"which the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Moses","number":"h4872"},{"text":"and judgments","number":"h4941"},{"text":"made","number":"h5414"},{"text":"Sinai","number":"h5514"},{"text":"and laws","number":"h8451"}],"15":[{"text":"my covenant","number":"h1285"},{"text":"abhor","number":"h1602"},{"text":"my statutes","number":"h2708"},{"text":"And if ye shall despise","number":"h3988"},{"text":"all my commandments","number":"h4687"},{"text":"my judgments","number":"h4941"},{"text":"or if your soul","number":"h5315"},{"text":"so that ye will not do","number":"h6213"},{"text":"but that ye break","number":"h6565"}],"9":[{"text":"my covenant","number":"h1285"},{"text":"For I will have respect","number":"h6437"},{"text":"unto you and make you fruitful","number":"h6509"},{"text":"you and establish","number":"h6965"},{"text":"and multiply","number":"h7235"}],"24":[{"text":"you yet","number":"h1571"},{"text":"Then will I also walk","number":"h1980"},{"text":"for your sins","number":"h2403"},{"text":"unto you and will punish","number":"h5221"},{"text":"contrary","number":"h7147"},{"text":"seven times","number":"h7651"}],"11":[{"text":"shall not abhor","number":"h1602"},{"text":"my tabernacle","number":"h4908"},{"text":"you and my soul","number":"h5315"},{"text":"And I will set","number":"h5414"},{"text":"among","number":"h8432"}],"23":[{"text":"by me by these things but will walk","number":"h1980"},{"text":"And if ye will not be reformed","number":"h3256"},{"text":"contrary","number":"h7147"}],"27":[{"text":"unto me but walk","number":"h1980"},{"text":"And if ye will not for all this","number":"h2063"},{"text":"contrary","number":"h7147"},{"text":"hearken","number":"h8085"}],"18":[{"text":"for your sins","number":"h2403"},{"text":"more","number":"h3254"},{"text":"unto me then I will punish","number":"h3256"},{"text":"And if ye will not yet","number":"h5704"},{"text":"you seven times","number":"h7651"},{"text":"for all this hearken","number":"h8085"}],"3":[{"text":"in my statutes","number":"h2708"},{"text":"If ye walk","number":"h3212"},{"text":"my commandments","number":"h4687"},{"text":"and do","number":"h6213"},{"text":"and keep","number":"h8104"}],"31":[{"text":"waste","number":"h2723"},{"text":"your sanctuaries","number":"h4720"},{"text":"of your sweet odours","number":"h5207"},{"text":"And I will make","number":"h5414"},{"text":"your cities","number":"h5892"},{"text":"and I will not smell","number":"h7306"},{"text":"the savour","number":"h7381"},{"text":"and bring","number":"h8074"},{"text":"unto desolation","number":"h8074"}],"2":[{"text":"I am the LORD","number":"h3068"},{"text":"and reverence","number":"h3372"},{"text":"my sanctuary","number":"h4720"},{"text":"my sabbaths","number":"h7676"},{"text":"Ye shall keep","number":"h8104"}],"35":[{"text":"As long as","number":"h3117"},{"text":"when ye dwelt","number":"h3427"},{"text":"because it did not rest","number":"h7673"},{"text":"it shall rest","number":"h7673"},{"text":"in your sabbaths","number":"h7676"},{"text":"it lieth desolate","number":"h8074"}],"14":[{"text":"all these commandments","number":"h4687"},{"text":"unto me and will not do","number":"h6213"},{"text":"But if ye will not hearken","number":"h8085"}]}
@@ -0,0 +1 @@
1
+ {"28":[{"text":"of all that he hath both of man","number":"h120"},{"text":"of his possession","number":"h272"},{"text":"that a man","number":"h376"},{"text":"and beast","number":"h929"},{"text":"or redeemed","number":"h1350"},{"text":"shall devote","number":"h2763"},{"text":"Notwithstanding no devoted thing","number":"h2764"},{"text":"every devoted thing","number":"h2764"},{"text":"unto the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"shall be sold","number":"h4376"},{"text":"holy","number":"h6944"},{"text":"is most","number":"h6944"},{"text":"and of the field","number":"h7704"}],"29":[{"text":"of men","number":"h120"},{"text":"devoted","number":"h2763"},{"text":"None devoted","number":"h2764"},{"text":"which shall be","number":"h3808"},{"text":"be put to death","number":"h4191"},{"text":"but shall surely","number":"h4191"},{"text":"shall be redeemed","number":"h6299"}],"24":[{"text":"even to him to whom the possession","number":"h272"},{"text":"of the land","number":"h776"},{"text":"of the jubile","number":"h3104"},{"text":"unto him of whom it was bought","number":"h7069"},{"text":"the field","number":"h7704"},{"text":"shall return","number":"h7725"},{"text":"In the year","number":"h8141"}],"16":[{"text":"of his possession","number":"h272"},{"text":"And if a man","number":"h376"},{"text":"seed","number":"h2233"},{"text":"to the seed","number":"h2233"},{"text":"thereof an homer","number":"h2563"},{"text":"shall be valued at fifty","number":"h2572"},{"text":"unto the LORD","number":"h3068"},{"text":"of silver","number":"h3701"},{"text":"then thy estimation","number":"h6187"},{"text":"shall be according","number":"h6310"},{"text":"shall sanctify","number":"h6942"},{"text":"some part of a field","number":"h7704"},{"text":"of barley","number":"h8184"},{"text":"shekels","number":"h8255"}],"22":[{"text":"of his possession","number":"h272"},{"text":"unto the LORD","number":"h3068"},{"text":"which he hath bought","number":"h4736"},{"text":"And if a man sanctify","number":"h6942"},{"text":"a field","number":"h7704"},{"text":"which is not of the fields","number":"h7704"}],"21":[{"text":"the possession","number":"h272"},{"text":"devoted","number":"h2764"},{"text":"unto the LORD","number":"h3068"},{"text":"in the jubile","number":"h3104"},{"text":"when it goeth out","number":"h3318"},{"text":"thereof shall be the priest's","number":"h3548"},{"text":"shall be holy","number":"h6944"},{"text":"But the field","number":"h7704"},{"text":"as a field","number":"h7704"}],"18":[{"text":"after","number":"h310"},{"text":"and it shall be abated","number":"h1639"},{"text":"shall reckon","number":"h2803"},{"text":"of the jubile","number":"h3104"},{"text":"the jubile","number":"h3104"},{"text":"that remain","number":"h3498"},{"text":"then the priest","number":"h3548"},{"text":"unto him the money","number":"h3701"},{"text":"from thy estimation","number":"h6187"},{"text":"according to","number":"h6310"},{"text":"But if he sanctify","number":"h6942"},{"text":"his field","number":"h7704"},{"text":"even unto the year","number":"h8141"},{"text":"the years","number":"h8141"}],"20":[{"text":"to another","number":"h312"},{"text":"man","number":"h376"},{"text":"And if he will not redeem","number":"h1350"},{"text":"it shall not be redeemed","number":"h1350"},{"text":"or if he have sold","number":"h4376"},{"text":"the field","number":"h7704"},{"text":"the field","number":"h7704"}],"31":[{"text":"And if a man","number":"h376"},{"text":"redeem","number":"h1350"},{"text":"will at all","number":"h1350"},{"text":"thereto the fifth","number":"h2549"},{"text":"he shall add","number":"h3254"},{"text":"ought of his tithes","number":"h4643"}],"14":[{"text":"And when a man","number":"h376"},{"text":"his house","number":"h1004"},{"text":"it whether it be good","number":"h2896"},{"text":"unto the LORD","number":"h3068"},{"text":"as the priest","number":"h3548"},{"text":"then the priest","number":"h3548"},{"text":"shall estimate","number":"h6186"},{"text":"shall estimate","number":"h6186"},{"text":"shall sanctify","number":"h6942"},{"text":"to be holy","number":"h6944"},{"text":"it so shall it stand","number":"h6965"},{"text":"or bad","number":"h7451"}],"26":[{"text":"no man","number":"h376"},{"text":"of the beasts","number":"h929"},{"text":"Only the firstling","number":"h1060"},{"text":"firstling","number":"h1069"},{"text":"it is the LORD'S","number":"h3068"},{"text":"which should be the LORD'S","number":"h3068"},{"text":"shall sanctify","number":"h6942"},{"text":"or sheep","number":"h7716"},{"text":"it whether it be ox","number":"h7794"}],"2":[{"text":"unto them When a man","number":"h376"},{"text":"and say","number":"h559"},{"text":"unto the children","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"shall be for the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"vow","number":"h5088"},{"text":"the persons","number":"h5315"},{"text":"by thy estimation","number":"h6187"},{"text":"shall make a singular","number":"h6381"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"30":[{"text":"of the land","number":"h776"},{"text":"of the land","number":"h776"},{"text":"whether of the seed","number":"h2233"},{"text":"is the LORD'S","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"And all the tithe","number":"h4643"},{"text":"of the tree","number":"h6086"},{"text":"or of the fruit","number":"h6529"},{"text":"it is holy","number":"h6944"}],"9":[{"text":"And if it be a beast","number":"h929"},{"text":"of such unto the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"all that any man giveth","number":"h5414"},{"text":"shall be holy","number":"h6944"},{"text":"whereof men bring","number":"h7126"},{"text":"an offering","number":"h7133"}],"10":[{"text":"beast","number":"h929"},{"text":"for beast","number":"h929"},{"text":"He shall not alter","number":"h2498"},{"text":"for a good","number":"h2896"},{"text":"it a good","number":"h2896"},{"text":"and if he shall at all","number":"h4171"},{"text":"change","number":"h4171"},{"text":"it nor change","number":"h4171"},{"text":"thereof shall be holy","number":"h6944"},{"text":"for a bad","number":"h7451"},{"text":"or a bad","number":"h7451"},{"text":"then it and the exchange","number":"h8545"}],"11":[{"text":"beast","number":"h929"},{"text":"the beast","number":"h929"},{"text":"And if it be any unclean","number":"h2931"},{"text":"unto the LORD","number":"h3068"},{"text":"the priest","number":"h3548"},{"text":"then he shall present","number":"h5975"},{"text":"before","number":"h6440"},{"text":"of which they do not offer","number":"h7126"},{"text":"a sacrifice","number":"h7133"}],"27":[{"text":"beast","number":"h929"},{"text":"part of it thereto or if it be not redeemed","number":"h1350"},{"text":"a fifth","number":"h2549"},{"text":"And if it be of an unclean","number":"h2931"},{"text":"and shall add","number":"h3254"},{"text":"then it shall be sold","number":"h4376"},{"text":"according to thy estimation","number":"h6187"},{"text":"it according to thine estimation","number":"h6187"},{"text":"then he shall redeem","number":"h6299"}],"12":[{"text":"it whether","number":"h996"},{"text":"or","number":"h996"},{"text":"it be good","number":"h2896"},{"text":"And the priest","number":"h3548"},{"text":"it who art the priest","number":"h3548"},{"text":"shall value","number":"h6186"},{"text":"as thou valuest","number":"h6187"},{"text":"bad","number":"h7451"}],"15":[{"text":"his house","number":"h1004"},{"text":"it will redeem","number":"h1350"},{"text":"the fifth","number":"h2549"},{"text":"then he shall add","number":"h3254"},{"text":"part of the money","number":"h3701"},{"text":"of thy estimation","number":"h6187"},{"text":"And if he that sanctified","number":"h6942"}],"34":[{"text":"for the children","number":"h1121"},{"text":"in mount","number":"h2022"},{"text":"which the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"These are the commandments","number":"h4687"},{"text":"Moses","number":"h4872"},{"text":"Sinai","number":"h5514"},{"text":"commanded","number":"h6680"}],"3":[{"text":"old","number":"h1121"},{"text":"old","number":"h1121"},{"text":"shall be of the male","number":"h2145"},{"text":"shall be fifty","number":"h2572"},{"text":"of silver","number":"h3701"},{"text":"And thy estimation","number":"h6187"},{"text":"even thy estimation","number":"h6187"},{"text":"from twenty","number":"h6242"},{"text":"of the sanctuary","number":"h6944"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"after the shekel","number":"h8255"},{"text":"shekels","number":"h8255"},{"text":"even unto sixty","number":"h8346"}],"5":[{"text":"old","number":"h1121"},{"text":"old","number":"h1121"},{"text":"shall be of the male","number":"h2145"},{"text":"And if it be from five","number":"h2568"},{"text":"and for the female","number":"h5347"},{"text":"then thy estimation","number":"h6187"},{"text":"ten","number":"h6235"},{"text":"even unto twenty","number":"h6242"},{"text":"twenty","number":"h6242"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"shekels","number":"h8255"},{"text":"shekels","number":"h8255"}],"6":[{"text":"old","number":"h1121"},{"text":"old","number":"h1121"},{"text":"shall be of the male","number":"h2145"},{"text":"And if it be from a month","number":"h2320"},{"text":"even unto five","number":"h2568"},{"text":"five","number":"h2568"},{"text":"of silver","number":"h3701"},{"text":"of silver","number":"h3701"},{"text":"and for the female","number":"h5347"},{"text":"then thy estimation","number":"h6187"},{"text":"thy estimation","number":"h6187"},{"text":"shall be three","number":"h7969"},{"text":"years","number":"h8141"},{"text":"shekels","number":"h8255"},{"text":"shekels","number":"h8255"}],"7":[{"text":"old","number":"h1121"},{"text":"if it be a male","number":"h2145"},{"text":"shall be fifteen","number":"h2568"},{"text":"and above","number":"h4605"},{"text":"and for the female","number":"h5347"},{"text":"then thy estimation","number":"h6187"},{"text":"ten","number":"h6235"},{"text":"years","number":"h8141"},{"text":"shekels","number":"h8255"},{"text":"shekels","number":"h8255"},{"text":"And if it be from sixty","number":"h8346"}],"33":[{"text":"He shall not search","number":"h1239"},{"text":"it shall not be redeemed","number":"h1350"},{"text":"whether it be good","number":"h2896"},{"text":"it and if he change","number":"h4171"},{"text":"it at all","number":"h4171"},{"text":"neither shall he change","number":"h4171"},{"text":"thereof shall be holy","number":"h6944"},{"text":"or bad","number":"h7451"},{"text":"then both it and the change","number":"h8545"}],"32":[{"text":"of the herd","number":"h1241"},{"text":"unto the LORD","number":"h3068"},{"text":"And concerning the tithe","number":"h4643"},{"text":"even of whatsoever passeth","number":"h5674"},{"text":"the tenth","number":"h6224"},{"text":"or of the flock","number":"h6629"},{"text":"shall be holy","number":"h6944"},{"text":"under the rod","number":"h7626"}],"13":[{"text":"But if he will at all","number":"h1350"},{"text":"redeem","number":"h1350"},{"text":"a fifth","number":"h2549"},{"text":"it then he shall add","number":"h3254"},{"text":"part thereof unto thy estimation","number":"h6187"}],"19":[{"text":"redeem","number":"h1350"},{"text":"will in any wise","number":"h1350"},{"text":"the fifth","number":"h2549"},{"text":"it then he shall add","number":"h3254"},{"text":"part of the money","number":"h3701"},{"text":"of thy estimation","number":"h6187"},{"text":"And if he that sanctified","number":"h6942"},{"text":"unto it and it shall be assured","number":"h6965"},{"text":"the field","number":"h7704"}],"25":[{"text":"gerahs","number":"h1626"},{"text":"And all thy estimations","number":"h6187"},{"text":"twenty","number":"h6242"},{"text":"of the sanctuary","number":"h6944"},{"text":"shall be according to the shekel","number":"h8255"},{"text":"shall be the shekel","number":"h8255"}],"23":[{"text":"shall reckon","number":"h2803"},{"text":"unto the LORD","number":"h3068"},{"text":"of the jubile","number":"h3104"},{"text":"in that day","number":"h3117"},{"text":"Then the priest","number":"h3548"},{"text":"unto him the worth","number":"h4373"},{"text":"and he shall give","number":"h5414"},{"text":"of thy estimation","number":"h6187"},{"text":"thine estimation","number":"h6187"},{"text":"as a holy thing","number":"h6944"},{"text":"even unto the year","number":"h8141"}],"8":[{"text":"his ability","number":"h3027"},{"text":"and the priest","number":"h3548"},{"text":"shall the priest","number":"h3548"},{"text":"the priest","number":"h3548"},{"text":"But if he be poorer","number":"h4134"},{"text":"that vowed","number":"h5087"},{"text":"then he shall present","number":"h5975"},{"text":"shall value","number":"h6186"},{"text":"value","number":"h6186"},{"text":"than thy estimation","number":"h6187"},{"text":"him according to","number":"h6310"},{"text":"himself before","number":"h6440"}],"17":[{"text":"of jubile","number":"h3104"},{"text":"according to thy estimation","number":"h6187"},{"text":"If he sanctify","number":"h6942"},{"text":"it shall stand","number":"h6965"},{"text":"his field","number":"h7704"},{"text":"from the year","number":"h8141"}],"4":[{"text":"And if it be a female","number":"h5347"},{"text":"then thy estimation","number":"h6187"},{"text":"shall be thirty","number":"h7970"},{"text":"shekels","number":"h8255"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"of the tabernacle","number":"h168"},{"text":"and Aaron's","number":"h175"},{"text":"sons","number":"h1121"},{"text":"the blood","number":"h1818"},{"text":"shall sprinkle","number":"h2236"},{"text":"his hand","number":"h3027"},{"text":"the priests","number":"h3548"},{"text":"of the congregation","number":"h4150"},{"text":"upon the altar","number":"h4196"},{"text":"round about","number":"h5439"},{"text":"And he shall lay","number":"h5564"},{"text":"it at the door","number":"h6607"},{"text":"of his offering","number":"h7133"},{"text":"upon the head","number":"h7218"},{"text":"and kill","number":"h7819"}],"13":[{"text":"the tabernacle","number":"h168"},{"text":"of Aaron","number":"h175"},{"text":"and the sons","number":"h1121"},{"text":"the blood","number":"h1818"},{"text":"shall sprinkle","number":"h2236"},{"text":"his hand","number":"h3027"},{"text":"of the congregation","number":"h4150"},{"text":"thereof upon the altar","number":"h4196"},{"text":"round about","number":"h5439"},{"text":"And he shall lay","number":"h5564"},{"text":"it before","number":"h6440"},{"text":"upon the head","number":"h7218"},{"text":"of it and kill","number":"h7819"}],"8":[{"text":"the tabernacle","number":"h168"},{"text":"and Aaron's","number":"h175"},{"text":"sons","number":"h1121"},{"text":"the blood","number":"h1818"},{"text":"shall sprinkle","number":"h2236"},{"text":"his hand","number":"h3027"},{"text":"of the congregation","number":"h4150"},{"text":"upon the altar","number":"h4196"},{"text":"thereof round about","number":"h5439"},{"text":"And he shall lay","number":"h5564"},{"text":"it before","number":"h6440"},{"text":"of his offering","number":"h7133"},{"text":"upon the head","number":"h7218"},{"text":"and kill","number":"h7819"}],"5":[{"text":"And Aaron's","number":"h175"},{"text":"that is on the fire","number":"h784"},{"text":"it is an offering made by fire","number":"h801"},{"text":"sons","number":"h1121"},{"text":"unto the LORD","number":"h3068"},{"text":"it on the altar","number":"h4196"},{"text":"of a sweet","number":"h5207"},{"text":"upon the burnt sacrifice","number":"h5930"},{"text":"which is upon the wood","number":"h6086"},{"text":"shall burn","number":"h6999"},{"text":"savour","number":"h7381"}],"17":[{"text":"that ye eat","number":"h398"},{"text":"for your generations","number":"h1755"},{"text":"nor blood","number":"h1818"},{"text":"neither fat","number":"h2459"},{"text":"statute","number":"h2708"},{"text":"throughout all your dwellings","number":"h4186"},{"text":"It shall be a perpetual","number":"h5769"}],"9":[{"text":"rump","number":"h451"},{"text":"an offering made by fire","number":"h801"},{"text":"of the sacrifice","number":"h2077"},{"text":"and all the fat","number":"h2459"},{"text":"and the fat","number":"h2459"},{"text":"the fat","number":"h2459"},{"text":"unto the LORD","number":"h3068"},{"text":"that covereth","number":"h3680"},{"text":"it shall he take off","number":"h5493"},{"text":"hard","number":"h5980"},{"text":"by the backbone","number":"h6096"},{"text":"And he shall offer","number":"h7126"},{"text":"that is upon the inwards","number":"h7130"},{"text":"the inwards","number":"h7130"},{"text":"of the peace offering","number":"h8002"},{"text":"thereof and the whole","number":"h8549"}],"3":[{"text":"an offering made by fire","number":"h801"},{"text":"of the sacrifice","number":"h2077"},{"text":"and all the fat","number":"h2459"},{"text":"the fat","number":"h2459"},{"text":"unto the LORD","number":"h3068"},{"text":"that covereth","number":"h3680"},{"text":"And he shall offer","number":"h7126"},{"text":"that is upon the inwards","number":"h7130"},{"text":"the inwards","number":"h7130"},{"text":"of the peace offering","number":"h8002"}],"14":[{"text":"even an offering made by fire","number":"h801"},{"text":"and all the fat","number":"h2459"},{"text":"the fat","number":"h2459"},{"text":"unto the LORD","number":"h3068"},{"text":"that covereth","number":"h3680"},{"text":"And he shall offer","number":"h7126"},{"text":"that is upon the inwards","number":"h7130"},{"text":"the inwards","number":"h7130"},{"text":"thereof his offering","number":"h7133"}],"11":[{"text":"of the offering made by fire","number":"h801"},{"text":"unto the LORD","number":"h3068"},{"text":"And the priest","number":"h3548"},{"text":"it is the food","number":"h3899"},{"text":"it upon the altar","number":"h4196"},{"text":"shall burn","number":"h6999"}],"16":[{"text":"of the offering made by fire","number":"h801"},{"text":"all the fat","number":"h2459"},{"text":"is the LORD'S","number":"h3068"},{"text":"And the priest","number":"h3548"},{"text":"it is the food","number":"h3899"},{"text":"them upon the altar","number":"h4196"},{"text":"for a sweet","number":"h5207"},{"text":"shall burn","number":"h6999"},{"text":"savour","number":"h7381"}],"1":[{"text":"it of the herd","number":"h1241"},{"text":"be a sacrifice","number":"h2077"},{"text":"whether it be a male","number":"h2145"},{"text":"the LORD","number":"h3068"},{"text":"or female","number":"h5347"},{"text":"before","number":"h6440"},{"text":"he shall offer","number":"h7126"},{"text":"if he offer","number":"h7126"},{"text":"And if his oblation","number":"h7133"},{"text":"of peace offering","number":"h8002"},{"text":"it without blemish","number":"h8549"}],"6":[{"text":"for a sacrifice","number":"h2077"},{"text":"male","number":"h2145"},{"text":"unto the LORD","number":"h3068"},{"text":"or female","number":"h5347"},{"text":"be of the flock","number":"h6629"},{"text":"he shall offer","number":"h7126"},{"text":"And if his offering","number":"h7133"},{"text":"of peace offering","number":"h8002"},{"text":"it without blemish","number":"h8549"}],"10":[{"text":"and the fat","number":"h2459"},{"text":"and the caul","number":"h3508"},{"text":"above the liver","number":"h3516"},{"text":"kidneys","number":"h3629"},{"text":"with the kidneys","number":"h3629"},{"text":"that is upon them which is by the flanks","number":"h3689"},{"text":"it shall he take away","number":"h5493"},{"text":"And the two","number":"h8147"}],"15":[{"text":"and the fat","number":"h2459"},{"text":"and the caul","number":"h3508"},{"text":"above the liver","number":"h3516"},{"text":"kidneys","number":"h3629"},{"text":"with the kidneys","number":"h3629"},{"text":"that is upon them which is by the flanks","number":"h3689"},{"text":"it shall he take away","number":"h5493"},{"text":"And the two","number":"h8147"}],"4":[{"text":"and the fat","number":"h2459"},{"text":"and the caul","number":"h3508"},{"text":"above the liver","number":"h3516"},{"text":"kidneys","number":"h3629"},{"text":"with the kidneys","number":"h3629"},{"text":"that is on them which is by the flanks","number":"h3689"},{"text":"it shall he take away","number":"h5493"},{"text":"And the two","number":"h8147"}],"12":[{"text":"the LORD","number":"h3068"},{"text":"be a goat","number":"h5795"},{"text":"it before","number":"h6440"},{"text":"then he shall offer","number":"h7126"},{"text":"And if his offering","number":"h7133"}],"7":[{"text":"the LORD","number":"h3068"},{"text":"a lamb","number":"h3775"},{"text":"it before","number":"h6440"},{"text":"If he offer","number":"h7126"},{"text":"then shall he offer","number":"h7126"},{"text":"for his offering","number":"h7133"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"it to the tabernacle","number":"h168"},{"text":"and bring","number":"h935"},{"text":"blood","number":"h1818"},{"text":"And the priest","number":"h3548"},{"text":"shall take","number":"h3947"},{"text":"of the congregation","number":"h4150"},{"text":"that is anointed","number":"h4899"},{"text":"of the bullock's","number":"h6499"}],"18":[{"text":"of the tabernacle","number":"h168"},{"text":"that is in the tabernacle","number":"h168"},{"text":"all the blood","number":"h1818"},{"text":"some of the blood","number":"h1818"},{"text":"the LORD","number":"h3068"},{"text":"at the bottom","number":"h3247"},{"text":"of the congregation","number":"h4150"},{"text":"of the congregation","number":"h4150"},{"text":"of the altar","number":"h4196"},{"text":"of the altar","number":"h4196"},{"text":"And he shall put","number":"h5414"},{"text":"of the burnt offering","number":"h5930"},{"text":"which is before","number":"h6440"},{"text":"which is at the door","number":"h6607"},{"text":"upon the horns","number":"h7161"},{"text":"and shall pour out","number":"h8210"}],"4":[{"text":"of the tabernacle","number":"h168"},{"text":"And he shall bring","number":"h935"},{"text":"his hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of the congregation","number":"h4150"},{"text":"and shall lay","number":"h5564"},{"text":"before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"the bullock","number":"h6499"},{"text":"the bullock","number":"h6499"},{"text":"upon the bullock's","number":"h6499"},{"text":"unto the door","number":"h6607"},{"text":"head","number":"h7218"},{"text":"and kill","number":"h7819"}],"7":[{"text":"of the tabernacle","number":"h168"},{"text":"which is in the tabernacle","number":"h168"},{"text":"all the blood","number":"h1818"},{"text":"some of the blood","number":"h1818"},{"text":"the LORD","number":"h3068"},{"text":"at the bottom","number":"h3247"},{"text":"And the priest","number":"h3548"},{"text":"of the congregation","number":"h4150"},{"text":"of the congregation","number":"h4150"},{"text":"of the altar","number":"h4196"},{"text":"of the altar","number":"h4196"},{"text":"shall put","number":"h5414"},{"text":"of sweet","number":"h5561"},{"text":"of the burnt offering","number":"h5930"},{"text":"before","number":"h6440"},{"text":"of the bullock","number":"h6499"},{"text":"which is at the door","number":"h6607"},{"text":"incense","number":"h7004"},{"text":"upon the horns","number":"h7161"},{"text":"and shall pour","number":"h8210"}],"14":[{"text":"the tabernacle","number":"h168"},{"text":"and bring","number":"h935"},{"text":"a young","number":"h1241"},{"text":"which they have sinned","number":"h2398"},{"text":"When the sin","number":"h2403"},{"text":"for the sin","number":"h2403"},{"text":"against it is known","number":"h3045"},{"text":"of the congregation","number":"h4150"},{"text":"him before","number":"h6440"},{"text":"bullock","number":"h6499"},{"text":"then the congregation","number":"h6951"},{"text":"shall offer","number":"h7126"}],"16":[{"text":"to the tabernacle","number":"h168"},{"text":"shall bring","number":"h935"},{"text":"blood","number":"h1818"},{"text":"And the priest","number":"h3548"},{"text":"of the congregation","number":"h4150"},{"text":"that is anointed","number":"h4899"},{"text":"of the bullock's","number":"h6499"}],"27":[{"text":"And if any","number":"h259"},{"text":"somewhat against any","number":"h259"},{"text":"of the common","number":"h776"},{"text":"and be guilty","number":"h816"},{"text":"sin","number":"h2398"},{"text":"of the LORD","number":"h3068"},{"text":"of the commandments","number":"h4687"},{"text":"one","number":"h5315"},{"text":"people","number":"h5971"},{"text":"concerning things which ought not to be done","number":"h6213"},{"text":"while he doeth","number":"h6213"},{"text":"through ignorance","number":"h7684"}],"2":[{"text":"against any","number":"h259"},{"text":"saying","number":"h559"},{"text":"unto the children","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"of them","number":"h2007"},{"text":"shall sin","number":"h2398"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"against any of the commandments","number":"h4687"},{"text":"If a soul","number":"h5315"},{"text":"and shall do","number":"h6213"},{"text":"concerning things which ought not to be done","number":"h6213"},{"text":"through ignorance","number":"h7684"}],"22":[{"text":"against any","number":"h259"},{"text":"his God","number":"h430"},{"text":"and is guilty","number":"h816"},{"text":"hath sinned","number":"h2398"},{"text":"of the LORD","number":"h3068"},{"text":"of the commandments","number":"h4687"},{"text":"When a ruler","number":"h5387"},{"text":"and done","number":"h6213"},{"text":"concerning things which should not be done","number":"h6213"},{"text":"somewhat through ignorance","number":"h7684"}],"13":[{"text":"somewhat against any","number":"h259"},{"text":"and are guilty","number":"h816"},{"text":"and the thing","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of the commandments","number":"h4687"},{"text":"And if the whole congregation","number":"h5712"},{"text":"from the eyes","number":"h5869"},{"text":"be hid","number":"h5956"},{"text":"and they have done","number":"h6213"},{"text":"concerning things which should not be done","number":"h6213"},{"text":"of the assembly","number":"h6951"},{"text":"sin through ignorance","number":"h7686"}],"12":[{"text":"where","number":"h413"},{"text":"with fire","number":"h784"},{"text":"the ashes","number":"h1880"},{"text":"where the ashes","number":"h1880"},{"text":"without","number":"h2351"},{"text":"unto a clean","number":"h2889"},{"text":"shall he carry forth","number":"h3318"},{"text":"the camp","number":"h4264"},{"text":"place","number":"h4725"},{"text":"him on the wood","number":"h6086"},{"text":"Even the whole bullock","number":"h6499"},{"text":"are poured out","number":"h8211"},{"text":"are poured out","number":"h8211"},{"text":"and burn","number":"h8313"},{"text":"shall he be burnt","number":"h8313"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"17":[{"text":"his finger","number":"h676"},{"text":"in some of the blood","number":"h1818"},{"text":"shall dip","number":"h2881"},{"text":"the LORD","number":"h3068"},{"text":"And the priest","number":"h3548"},{"text":"and sprinkle","number":"h5137"},{"text":"before","number":"h6440"},{"text":"even before","number":"h6440"},{"text":"times","number":"h6471"},{"text":"the vail","number":"h6532"},{"text":"it seven","number":"h7651"}],"6":[{"text":"his finger","number":"h676"},{"text":"in the blood","number":"h1818"},{"text":"of the blood","number":"h1818"},{"text":"shall dip","number":"h2881"},{"text":"the LORD","number":"h3068"},{"text":"And the priest","number":"h3548"},{"text":"and sprinkle","number":"h5137"},{"text":"before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"times","number":"h6471"},{"text":"the vail","number":"h6532"},{"text":"of the sanctuary","number":"h6944"},{"text":"seven","number":"h7651"}],"30":[{"text":"thereof with his finger","number":"h676"},{"text":"all the blood","number":"h1818"},{"text":"of the blood","number":"h1818"},{"text":"thereof at the bottom","number":"h3247"},{"text":"And the priest","number":"h3548"},{"text":"shall take","number":"h3947"},{"text":"of the altar","number":"h4196"},{"text":"of the altar","number":"h4196"},{"text":"and put","number":"h5414"},{"text":"of burnt offering","number":"h5930"},{"text":"it upon the horns","number":"h7161"},{"text":"and shall pour out","number":"h8210"}],"25":[{"text":"with his finger","number":"h676"},{"text":"his blood","number":"h1818"},{"text":"of the blood","number":"h1818"},{"text":"of the sin offering","number":"h2403"},{"text":"at the bottom","number":"h3247"},{"text":"And the priest","number":"h3548"},{"text":"shall take","number":"h3947"},{"text":"of the altar","number":"h4196"},{"text":"of the altar","number":"h4196"},{"text":"and put","number":"h5414"},{"text":"of burnt offering","number":"h5930"},{"text":"of burnt offering","number":"h5930"},{"text":"it upon the horns","number":"h7161"},{"text":"and shall pour out","number":"h8210"}],"34":[{"text":"with his finger","number":"h676"},{"text":"all the blood","number":"h1818"},{"text":"of the blood","number":"h1818"},{"text":"of the sin offering","number":"h2403"},{"text":"thereof at the bottom","number":"h3247"},{"text":"And the priest","number":"h3548"},{"text":"shall take","number":"h3947"},{"text":"of the altar","number":"h4196"},{"text":"of the altar","number":"h4196"},{"text":"and put","number":"h5414"},{"text":"of burnt offering","number":"h5930"},{"text":"it upon the horns","number":"h7161"},{"text":"and shall pour out","number":"h8210"}],"35":[{"text":"according to the offerings made by fire","number":"h801"},{"text":"from the sacrifice","number":"h2077"},{"text":"that he hath committed","number":"h2398"},{"text":"for his sin","number":"h2403"},{"text":"all the fat","number":"h2459"},{"text":"thereof as the fat","number":"h2459"},{"text":"unto the LORD","number":"h3068"},{"text":"and the priest","number":"h3548"},{"text":"and the priest","number":"h3548"},{"text":"shall make an atonement","number":"h3722"},{"text":"of the lamb","number":"h3775"},{"text":"them upon the altar","number":"h4196"},{"text":"And he shall take away","number":"h5493"},{"text":"is taken away","number":"h5493"},{"text":"and it shall be forgiven","number":"h5545"},{"text":"shall burn","number":"h6999"},{"text":"of the peace offerings","number":"h8002"}],"3":[{"text":"according to the sin","number":"h819"},{"text":"a young","number":"h1241"},{"text":"do sin","number":"h2398"},{"text":"which he hath sinned","number":"h2398"},{"text":"for a sin offering","number":"h2403"},{"text":"for his sin","number":"h2403"},{"text":"unto the LORD","number":"h3068"},{"text":"If the priest","number":"h3548"},{"text":"that is anointed","number":"h4899"},{"text":"of the people","number":"h5971"},{"text":"bullock","number":"h6499"},{"text":"then let him bring","number":"h7126"},{"text":"without blemish","number":"h8549"}],"32":[{"text":"And if he bring","number":"h935"},{"text":"he shall bring","number":"h935"},{"text":"for a sin","number":"h2403"},{"text":"a lamb","number":"h3532"},{"text":"it a female","number":"h5347"},{"text":"offering","number":"h7133"},{"text":"without blemish","number":"h8549"}],"23":[{"text":"he shall bring","number":"h935"},{"text":"a male","number":"h2145"},{"text":"wherein he hath sinned","number":"h2398"},{"text":"Or if his sin","number":"h2403"},{"text":"come to his knowledge","number":"h3045"},{"text":"of the goats","number":"h5795"},{"text":"his offering","number":"h7133"},{"text":"a kid","number":"h8163"},{"text":"without blemish","number":"h8549"}],"28":[{"text":"then he shall bring","number":"h935"},{"text":"which he hath sinned","number":"h2398"},{"text":"which he hath sinned","number":"h2398"},{"text":"Or if his sin","number":"h2403"},{"text":"for his sin","number":"h2403"},{"text":"come to his knowledge","number":"h3045"},{"text":"a female","number":"h5347"},{"text":"of the goats","number":"h5795"},{"text":"his offering","number":"h7133"},{"text":"a kid","number":"h8166"},{"text":"without blemish","number":"h8549"}],"11":[{"text":"and all his flesh","number":"h1320"},{"text":"and with his legs","number":"h3767"},{"text":"And the skin","number":"h5785"},{"text":"of the bullock","number":"h6499"},{"text":"and his dung","number":"h6569"},{"text":"and his inwards","number":"h7130"},{"text":"with his head","number":"h7218"}],"31":[{"text":"from off the sacrifice","number":"h2077"},{"text":"all the fat","number":"h2459"},{"text":"thereof as the fat","number":"h2459"},{"text":"unto the LORD","number":"h3068"},{"text":"and the priest","number":"h3548"},{"text":"and the priest","number":"h3548"},{"text":"shall make an atonement","number":"h3722"},{"text":"it upon the altar","number":"h4196"},{"text":"for a sweet","number":"h5207"},{"text":"And he shall take away","number":"h5493"},{"text":"is taken away","number":"h5493"},{"text":"for him and it shall be forgiven","number":"h5545"},{"text":"shall burn","number":"h6999"},{"text":"savour","number":"h7381"},{"text":"of peace offerings","number":"h8002"}],"10":[{"text":"of the sacrifice","number":"h2077"},{"text":"and the priest","number":"h3548"},{"text":"them upon the altar","number":"h4196"},{"text":"of the burnt offering","number":"h5930"},{"text":"shall burn","number":"h6999"},{"text":"As it was taken off","number":"h7311"},{"text":"from the bullock","number":"h7794"},{"text":"of peace offerings","number":"h8002"}],"26":[{"text":"of the sacrifice","number":"h2077"},{"text":"for him as concerning his sin","number":"h2403"},{"text":"all his fat","number":"h2459"},{"text":"as the fat","number":"h2459"},{"text":"and the priest","number":"h3548"},{"text":"shall make an atonement","number":"h3722"},{"text":"upon the altar","number":"h4196"},{"text":"and it shall be forgiven","number":"h5545"},{"text":"And he shall burn","number":"h6999"},{"text":"of peace offerings","number":"h8002"}],"15":[{"text":"And the elders","number":"h2205"},{"text":"their hands","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"shall lay","number":"h5564"},{"text":"of the congregation","number":"h5712"},{"text":"before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"and the bullock","number":"h6499"},{"text":"of the bullock","number":"h6499"},{"text":"upon the head","number":"h7218"},{"text":"shall be killed","number":"h7819"}],"21":[{"text":"without","number":"h2351"},{"text":"it is a sin offering","number":"h2403"},{"text":"And he shall carry forth","number":"h3318"},{"text":"the camp","number":"h4264"},{"text":"bullock","number":"h6499"},{"text":"the bullock","number":"h6499"},{"text":"for the congregation","number":"h6951"},{"text":"the first","number":"h7223"},{"text":"and burn","number":"h8313"},{"text":"him as he burned","number":"h8313"}],"20":[{"text":"for a sin offering","number":"h2403"},{"text":"with this and the priest","number":"h3548"},{"text":"shall make an atonement","number":"h3722"},{"text":"for them and it shall be forgiven","number":"h5545"},{"text":"And he shall do","number":"h6213"},{"text":"as he did","number":"h6213"},{"text":"so shall he do","number":"h6213"},{"text":"with the bullock","number":"h6499"},{"text":"with the bullock","number":"h6499"}],"8":[{"text":"for the sin offering","number":"h2403"},{"text":"and all the fat","number":"h2459"},{"text":"from it all the fat","number":"h2459"},{"text":"the fat","number":"h2459"},{"text":"that covereth","number":"h3680"},{"text":"of the bullock","number":"h6499"},{"text":"that is upon the inwards","number":"h7130"},{"text":"the inwards","number":"h7130"},{"text":"And he shall take off","number":"h7311"}],"33":[{"text":"it for a sin offering","number":"h2403"},{"text":"of the sin offering","number":"h2403"},{"text":"his hand","number":"h3027"},{"text":"in the place","number":"h4725"},{"text":"And he shall lay","number":"h5564"},{"text":"the burnt offering","number":"h5930"},{"text":"upon the head","number":"h7218"},{"text":"and slay","number":"h7819"},{"text":"where they kill","number":"h7819"}],"24":[{"text":"it is a sin offering","number":"h2403"},{"text":"his hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"it in the place","number":"h4725"},{"text":"And he shall lay","number":"h5564"},{"text":"the burnt offering","number":"h5930"},{"text":"before","number":"h6440"},{"text":"upon the head","number":"h7218"},{"text":"and kill","number":"h7819"},{"text":"where they kill","number":"h7819"},{"text":"of the goat","number":"h8163"}],"29":[{"text":"of the sin offering","number":"h2403"},{"text":"the sin offering","number":"h2403"},{"text":"his hand","number":"h3027"},{"text":"in the place","number":"h4725"},{"text":"And he shall lay","number":"h5564"},{"text":"of the burnt offering","number":"h5930"},{"text":"upon the head","number":"h7218"},{"text":"and slay","number":"h7819"}],"19":[{"text":"all his fat","number":"h2459"},{"text":"it upon the altar","number":"h4196"},{"text":"from him and burn","number":"h6999"},{"text":"And he shall take","number":"h7311"}],"9":[{"text":"and the fat","number":"h2459"},{"text":"and the caul","number":"h3508"},{"text":"above the liver","number":"h3516"},{"text":"kidneys","number":"h3629"},{"text":"with the kidneys","number":"h3629"},{"text":"that is upon them which is by the flanks","number":"h3689"},{"text":"it shall he take away","number":"h5493"},{"text":"And the two","number":"h8147"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"of man","number":"h120"},{"text":"of it then he shall be guilty","number":"h816"},{"text":"it be that a man shall be defiled","number":"h2930"},{"text":"the uncleanness","number":"h2932"},{"text":"whatsoever uncleanness","number":"h2932"},{"text":"from him when he knoweth","number":"h3045"},{"text":"Or if he touch","number":"h5060"},{"text":"withal and it be hid","number":"h5956"}],"4":[{"text":"whatsoever it be that a man","number":"h120"},{"text":"in one","number":"h259"},{"text":"of it then he shall be guilty","number":"h816"},{"text":"pronouncing","number":"h981"},{"text":"shall pronounce","number":"h981"},{"text":"from him when he knoweth","number":"h3045"},{"text":"or to do good","number":"h3190"},{"text":"Or if a soul","number":"h5315"},{"text":"and it be hid","number":"h5956"},{"text":"to do evil","number":"h7489"},{"text":"with an oath","number":"h7621"},{"text":"swear","number":"h7650"},{"text":"with his lips","number":"h8193"}],"1":[{"text":"whether","number":"h176"},{"text":"of swearing","number":"h423"},{"text":"sin","number":"h2398"},{"text":"or known","number":"h3045"},{"text":"of it if he do not utter","number":"h5046"},{"text":"And if a soul","number":"h5315"},{"text":"it then he shall bear","number":"h5375"},{"text":"and is a witness","number":"h5707"},{"text":"his iniquity","number":"h5771"},{"text":"the voice","number":"h6963"},{"text":"he hath seen","number":"h7200"},{"text":"and hear","number":"h8085"}],"12":[{"text":"of it even a memorial","number":"h234"},{"text":"according to the offerings made by fire","number":"h801"},{"text":"Then shall he bring","number":"h935"},{"text":"it is a sin offering","number":"h2403"},{"text":"unto the LORD","number":"h3068"},{"text":"and the priest","number":"h3548"},{"text":"it to the priest","number":"h3548"},{"text":"it on the altar","number":"h4196"},{"text":"his handful","number":"h4393"},{"text":"thereof and burn","number":"h6999"},{"text":"shall take","number":"h7061"}],"7":[{"text":"and the other","number":"h259"},{"text":"one","number":"h259"},{"text":"his trespass","number":"h817"},{"text":"for","number":"h854"},{"text":"then he shall bring","number":"h935"},{"text":"young","number":"h1121"},{"text":"be not able","number":"h1767"},{"text":"which he hath committed","number":"h2398"},{"text":"for a sin offering","number":"h2403"},{"text":"And if he","number":"h3027"},{"text":"unto the LORD","number":"h3068"},{"text":"pigeons","number":"h3123"},{"text":"to bring","number":"h5060"},{"text":"for a burnt offering","number":"h5930"},{"text":"a lamb","number":"h7716"},{"text":"or two","number":"h8147"},{"text":"two","number":"h8147"},{"text":"turtledoves","number":"h8449"}],"17":[{"text":"any","number":"h259"},{"text":"it not yet is he guilty","number":"h816"},{"text":"sin","number":"h2398"},{"text":"though he wist","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"by the commandments","number":"h4687"},{"text":"And if a soul","number":"h5315"},{"text":"and shall bear","number":"h5375"},{"text":"his iniquity","number":"h5771"},{"text":"and commit","number":"h6213"},{"text":"of these things which are forbidden to be done","number":"h6213"}],"13":[{"text":"in one","number":"h259"},{"text":"that he hath sinned","number":"h2398"},{"text":"for him as touching his sin","number":"h2403"},{"text":"And the priest","number":"h3548"},{"text":"him and the remnant shall be the priest's","number":"h3548"},{"text":"shall make an atonement","number":"h3722"},{"text":"as a meat offering","number":"h4503"},{"text":"of these and it shall be forgiven","number":"h5545"}],"5":[{"text":"in one","number":"h259"},{"text":"And it shall be when he shall be guilty","number":"h816"},{"text":"that he hath sinned","number":"h2398"},{"text":"of these things that he shall confess","number":"h3034"}],"15":[{"text":"a ram","number":"h352"},{"text":"for a trespass offering","number":"h817"},{"text":"for his trespass","number":"h817"},{"text":"then he shall bring","number":"h935"},{"text":"and sin","number":"h2398"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"of silver","number":"h3701"},{"text":"commit","number":"h4603"},{"text":"a trespass","number":"h4604"},{"text":"If a soul","number":"h5315"},{"text":"with thy estimation","number":"h6187"},{"text":"out of the flocks","number":"h6629"},{"text":"in the holy things","number":"h6944"},{"text":"of the sanctuary","number":"h6944"},{"text":"through ignorance","number":"h7684"},{"text":"after the shekel","number":"h8255"},{"text":"by shekels","number":"h8255"},{"text":"without blemish","number":"h8549"}],"18":[{"text":"a ram","number":"h352"},{"text":"for a trespass offering","number":"h817"},{"text":"And he shall bring","number":"h935"},{"text":"and wist","number":"h3045"},{"text":"and the priest","number":"h3548"},{"text":"unto the priest","number":"h3548"},{"text":"shall make an atonement","number":"h3722"},{"text":"it not and it shall be forgiven","number":"h5545"},{"text":"with thy estimation","number":"h6187"},{"text":"out of the flock","number":"h6629"},{"text":"wherein he erred","number":"h7683"},{"text":"for him concerning his ignorance","number":"h7684"},{"text":"without blemish","number":"h8549"}],"16":[{"text":"for him with the ram","number":"h352"},{"text":"of the trespass offering","number":"h817"},{"text":"for the harm","number":"h2398"},{"text":"the fifth part","number":"h2549"},{"text":"and shall add","number":"h3254"},{"text":"and the priest","number":"h3548"},{"text":"it unto the priest","number":"h3548"},{"text":"shall make an atonement","number":"h3722"},{"text":"thereto and give","number":"h5414"},{"text":"and it shall be forgiven","number":"h5545"},{"text":"that he hath done in the holy thing","number":"h6944"},{"text":"And he shall make amends","number":"h7999"}],"11":[{"text":"part of an ephah","number":"h374"},{"text":"shall bring","number":"h935"},{"text":"young","number":"h1121"},{"text":"then he that sinned","number":"h2398"},{"text":"for a sin offering","number":"h2403"},{"text":"thereon for it is a sin offering","number":"h2403"},{"text":"But if he","number":"h3027"},{"text":"pigeons","number":"h3123"},{"text":"any frankincense","number":"h3828"},{"text":"be not able to bring","number":"h5381"},{"text":"upon it neither shall he put","number":"h5414"},{"text":"of fine flour","number":"h5560"},{"text":"the tenth","number":"h6224"},{"text":"for his offering","number":"h7133"},{"text":"he shall put","number":"h7760"},{"text":"no oil","number":"h8081"},{"text":"or two","number":"h8147"},{"text":"two","number":"h8147"},{"text":"turtledoves","number":"h8449"}],"14":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"2":[{"text":"and guilty","number":"h816"},{"text":"cattle","number":"h929"},{"text":"thing","number":"h1697"},{"text":"beast","number":"h2416"},{"text":"any unclean","number":"h2931"},{"text":"from him he also shall be unclean","number":"h2931"},{"text":"of an unclean","number":"h2931"},{"text":"of unclean","number":"h2931"},{"text":"of unclean","number":"h2931"},{"text":"or a carcase","number":"h5038"},{"text":"or the carcase","number":"h5038"},{"text":"whether it be a carcase","number":"h5038"},{"text":"touch","number":"h5060"},{"text":"Or if a soul","number":"h5315"},{"text":"and if it be hidden","number":"h5956"},{"text":"creeping things","number":"h8318"}],"19":[{"text":"he hath certainly","number":"h816"},{"text":"trespassed","number":"h816"},{"text":"It is a trespass offering","number":"h817"},{"text":"against the LORD","number":"h3068"}],"6":[{"text":"his trespass offering","number":"h817"},{"text":"And he shall bring","number":"h935"},{"text":"which he hath sinned","number":"h2398"},{"text":"for a sin offering","number":"h2403"},{"text":"for him concerning his sin","number":"h2403"},{"text":"for his sin","number":"h2403"},{"text":"unto the LORD","number":"h3068"},{"text":"and the priest","number":"h3548"},{"text":"shall make an atonement","number":"h3722"},{"text":"a lamb","number":"h3776"},{"text":"a female","number":"h5347"},{"text":"of the goats","number":"h5795"},{"text":"from the flock","number":"h6629"},{"text":"or a kid","number":"h8166"}],"8":[{"text":"but shall not divide it asunder","number":"h914"},{"text":"And he shall bring","number":"h935"},{"text":"that which is for the sin offering","number":"h2403"},{"text":"them unto the priest","number":"h3548"},{"text":"from","number":"h4136"},{"text":"and wring off","number":"h4454"},{"text":"his neck","number":"h6203"},{"text":"who shall offer","number":"h7126"},{"text":"his head","number":"h7218"},{"text":"first","number":"h7223"}],"9":[{"text":"of the blood","number":"h1818"},{"text":"of the blood","number":"h1818"},{"text":"it is a sin offering","number":"h2403"},{"text":"of the sin offering","number":"h2403"},{"text":"at the bottom","number":"h3247"},{"text":"of the altar","number":"h4196"},{"text":"of the altar","number":"h4196"},{"text":"shall be wrung out","number":"h4680"},{"text":"And he shall sprinkle","number":"h5137"},{"text":"upon the side","number":"h7023"},{"text":"and the rest","number":"h7604"}],"10":[{"text":"which he hath sinned","number":"h2398"},{"text":"for him for his sin","number":"h2403"},{"text":"and the priest","number":"h3548"},{"text":"shall make an atonement","number":"h3722"},{"text":"according to the manner","number":"h4941"},{"text":"and it shall be forgiven","number":"h5545"},{"text":"for a burnt offering","number":"h5930"},{"text":"And he shall offer","number":"h6213"},{"text":"the second","number":"h8145"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"or the lost thing","number":"h9"},{"text":"and is guilty","number":"h816"},{"text":"which he took violently away","number":"h1497"},{"text":"that","number":"h1500"},{"text":"Then it shall be because he hath sinned","number":"h2398"},{"text":"which he found","number":"h4672"},{"text":"which he hath deceitfully gotten","number":"h6231"},{"text":"or the thing","number":"h6233"},{"text":"him to keep","number":"h6485"},{"text":"or that which was delivered","number":"h6487"},{"text":"that he shall restore","number":"h7725"}],"3":[{"text":"that which was lost","number":"h9"},{"text":"of all these that a man","number":"h120"},{"text":"in any","number":"h259"},{"text":"therein","number":"h2007"},{"text":"sinning","number":"h2398"},{"text":"and lieth","number":"h3584"},{"text":"Or have found","number":"h4672"},{"text":"doeth","number":"h6213"},{"text":"concerning it and sweareth","number":"h7650"},{"text":"falsely","number":"h8267"}],"30":[{"text":"into the tabernacle","number":"h168"},{"text":"place shall be eaten","number":"h398"},{"text":"in the fire","number":"h784"},{"text":"is brought","number":"h935"},{"text":"whereof any of the blood","number":"h1818"},{"text":"And no sin offering","number":"h2403"},{"text":"to reconcile","number":"h3722"},{"text":"of the congregation","number":"h4150"},{"text":"withal in the holy","number":"h6944"},{"text":"it shall be burnt","number":"h8313"}],"16":[{"text":"of the tabernacle","number":"h168"},{"text":"thereof shall Aaron","number":"h175"},{"text":"eat","number":"h398"},{"text":"shall it be eaten","number":"h398"},{"text":"they shall eat","number":"h398"},{"text":"and his sons","number":"h1121"},{"text":"in the court","number":"h2691"},{"text":"And the remainder","number":"h3498"},{"text":"of the congregation","number":"h4150"},{"text":"with unleavened bread","number":"h4682"},{"text":"place","number":"h4725"},{"text":"in the holy","number":"h6918"}],"26":[{"text":"of the tabernacle","number":"h168"},{"text":"shall eat","number":"h398"},{"text":"shall it be eaten","number":"h398"},{"text":"that offereth it for sin","number":"h2398"},{"text":"in the court","number":"h2691"},{"text":"The priest","number":"h3548"},{"text":"of the congregation","number":"h4150"},{"text":"place","number":"h4725"},{"text":"it in the holy","number":"h6918"}],"9":[{"text":"Aaron","number":"h175"},{"text":"saying","number":"h559"},{"text":"and the fire","number":"h784"},{"text":"and his sons","number":"h1121"},{"text":"unto the morning","number":"h1242"},{"text":"shall be burning","number":"h3344"},{"text":"all night","number":"h3915"},{"text":"because of the burning","number":"h4169"},{"text":"of the altar","number":"h4196"},{"text":"upon the altar","number":"h4196"},{"text":"It is the burnt offering","number":"h5930"},{"text":"of the burnt offering","number":"h5930"},{"text":"Command","number":"h6680"},{"text":"This is the law","number":"h8451"}],"14":[{"text":"of Aaron","number":"h175"},{"text":"the sons","number":"h1121"},{"text":"the LORD","number":"h3068"},{"text":"the altar","number":"h4196"},{"text":"of the meat offering","number":"h4503"},{"text":"before","number":"h6440"},{"text":"it before","number":"h6440"},{"text":"shall offer","number":"h7126"},{"text":"And this is the law","number":"h8451"}],"18":[{"text":"of Aaron","number":"h175"},{"text":"shall eat","number":"h398"},{"text":"concerning the offerings","number":"h801"},{"text":"made by fire","number":"h801"},{"text":"among the children","number":"h1121"},{"text":"in your generations","number":"h1755"},{"text":"All the males","number":"h2145"},{"text":"of it It shall be a statute","number":"h2706"},{"text":"of the LORD","number":"h3068"},{"text":"every one that toucheth","number":"h5060"},{"text":"for ever","number":"h5769"},{"text":"them shall be holy","number":"h6942"}],"20":[{"text":"of Aaron","number":"h175"},{"text":"of an ephah","number":"h374"},{"text":"and of his sons","number":"h1121"},{"text":"of it in the morning","number":"h1242"},{"text":"unto the LORD","number":"h3068"},{"text":"in the day","number":"h3117"},{"text":"and half","number":"h4276"},{"text":"half","number":"h4276"},{"text":"for a meat offering","number":"h4503"},{"text":"when he is anointed","number":"h4886"},{"text":"of fine flour","number":"h5560"},{"text":"thereof at night","number":"h6153"},{"text":"the tenth part","number":"h6224"},{"text":"which they shall offer","number":"h7126"},{"text":"This is the offering","number":"h7133"},{"text":"perpetual","number":"h8548"}],"25":[{"text":"unto Aaron","number":"h175"},{"text":"saying","number":"h559"},{"text":"and to his sons","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"of the sin offering","number":"h2403"},{"text":"shall the sin offering","number":"h2403"},{"text":"the LORD","number":"h3068"},{"text":"In the place","number":"h4725"},{"text":"where the burnt offering","number":"h5930"},{"text":"before","number":"h6440"},{"text":"holy","number":"h6944"},{"text":"it is most","number":"h6944"},{"text":"be killed","number":"h7819"},{"text":"is killed","number":"h7819"},{"text":"This is the law","number":"h8451"}],"15":[{"text":"even the memorial","number":"h234"},{"text":"of it unto the LORD","number":"h3068"},{"text":"thereof and all the frankincense","number":"h3828"},{"text":"it upon the altar","number":"h4196"},{"text":"of the meat offering","number":"h4503"},{"text":"which is upon the meat offering","number":"h4503"},{"text":"for a sweet","number":"h5207"},{"text":"of the flour","number":"h5560"},{"text":"and shall burn","number":"h6999"},{"text":"of it his handful","number":"h7062"},{"text":"And he shall take","number":"h7311"},{"text":"savour","number":"h7381"},{"text":"and of the oil","number":"h8081"}],"7":[{"text":"him for any thing","number":"h259"},{"text":"in trespassing","number":"h819"},{"text":"the LORD","number":"h3068"},{"text":"And the priest","number":"h3548"},{"text":"shall make an atonement","number":"h3722"},{"text":"and it shall be forgiven","number":"h5545"},{"text":"of all that he hath done","number":"h6213"},{"text":"for him before","number":"h6440"}],"11":[{"text":"other","number":"h312"},{"text":"garments","number":"h899"},{"text":"his garments","number":"h899"},{"text":"the ashes","number":"h1880"},{"text":"without","number":"h2351"},{"text":"unto a clean","number":"h2889"},{"text":"and carry forth","number":"h3318"},{"text":"and put on","number":"h3847"},{"text":"the camp","number":"h4264"},{"text":"place","number":"h4725"},{"text":"And he shall put off","number":"h6584"}],"6":[{"text":"a ram","number":"h352"},{"text":"for a trespass offering","number":"h817"},{"text":"his trespass offering","number":"h817"},{"text":"And he shall bring","number":"h935"},{"text":"unto the LORD","number":"h3068"},{"text":"unto the priest","number":"h3548"},{"text":"with thy estimation","number":"h6187"},{"text":"out of the flock","number":"h6629"},{"text":"without blemish","number":"h8549"}],"10":[{"text":"hath consumed","number":"h398"},{"text":"them beside","number":"h681"},{"text":"which the fire","number":"h784"},{"text":"and his linen","number":"h906"},{"text":"on his linen","number":"h906"},{"text":"upon his flesh","number":"h1320"},{"text":"the ashes","number":"h1880"},{"text":"And the priest","number":"h3548"},{"text":"shall he put","number":"h3847"},{"text":"shall put","number":"h3847"},{"text":"garment","number":"h4055"},{"text":"on the altar","number":"h4196"},{"text":"the altar","number":"h4196"},{"text":"breeches","number":"h4370"},{"text":"with the burnt offering","number":"h5930"},{"text":"and take up","number":"h7311"},{"text":"and he shall put","number":"h7760"}],"23":[{"text":"it shall not be eaten","number":"h398"},{"text":"for the priest","number":"h3548"},{"text":"shall be wholly burnt","number":"h3632"},{"text":"For every meat offering","number":"h4503"}],"29":[{"text":"shall eat","number":"h398"},{"text":"All the males","number":"h2145"},{"text":"among the priests","number":"h3548"},{"text":"holy","number":"h6944"},{"text":"thereof it is most","number":"h6944"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"19":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"24":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"8":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"17":[{"text":"It shall not be baken","number":"h644"},{"text":"of my offerings made by fire","number":"h801"},{"text":"and as the trespass offering","number":"h817"},{"text":"as is the sin offering","number":"h2403"},{"text":"it unto them for their portion","number":"h2506"},{"text":"with leaven","number":"h2557"},{"text":"I have given","number":"h5414"},{"text":"holy","number":"h6944"},{"text":"it is most","number":"h6944"}],"12":[{"text":"And the fire","number":"h784"},{"text":"shall burn","number":"h1197"},{"text":"on it every morning","number":"h1242"},{"text":"thereon the fat","number":"h2459"},{"text":"shall be burning","number":"h3344"},{"text":"in it it shall not be put out","number":"h3518"},{"text":"and the priest","number":"h3548"},{"text":"upon the altar","number":"h4196"},{"text":"and lay the burnt offering","number":"h5930"},{"text":"wood","number":"h6086"},{"text":"in order","number":"h6186"},{"text":"upon it and he shall burn","number":"h6999"},{"text":"of the peace offerings","number":"h8002"}],"13":[{"text":"The fire","number":"h784"},{"text":"be burning","number":"h3344"},{"text":"it shall never go out","number":"h3518"},{"text":"upon the altar","number":"h4196"},{"text":"shall ever","number":"h8548"}],"5":[{"text":"of his trespass offering","number":"h819"},{"text":"the fifth part","number":"h2549"},{"text":"it unto him to whom it appertaineth in the day","number":"h3117"},{"text":"and shall add","number":"h3254"},{"text":"more","number":"h3254"},{"text":"thereto and give","number":"h5414"},{"text":"it in the principal","number":"h7218"},{"text":"Or all that about which he hath sworn","number":"h7650"},{"text":"he shall even restore","number":"h7999"},{"text":"falsely","number":"h8267"}],"27":[{"text":"thereof upon any garment","number":"h899"},{"text":"the flesh","number":"h1320"},{"text":"of the blood","number":"h1818"},{"text":"thou shalt wash","number":"h3526"},{"text":"place","number":"h4725"},{"text":"Whatsoever shall touch","number":"h5060"},{"text":"and when there is sprinkled","number":"h5137"},{"text":"that whereon it was sprinkled","number":"h5137"},{"text":"in the holy","number":"h6918"},{"text":"thereof shall be holy","number":"h6942"}],"21":[{"text":"thou shalt bring","number":"h935"},{"text":"unto the LORD","number":"h3068"},{"text":"In a pan","number":"h4227"},{"text":"of the meat offering","number":"h4503"},{"text":"for a sweet","number":"h5207"},{"text":"it shall be made","number":"h6213"},{"text":"pieces","number":"h6595"},{"text":"shalt thou offer","number":"h7126"},{"text":"and when it is baken","number":"h7246"},{"text":"savour","number":"h7381"},{"text":"with oil","number":"h8081"},{"text":"it in and the baken","number":"h8601"}],"22":[{"text":"of his sons","number":"h1121"},{"text":"it it is a statute","number":"h2706"},{"text":"unto the LORD","number":"h3068"},{"text":"And the priest","number":"h3548"},{"text":"it shall be wholly","number":"h3632"},{"text":"that is anointed","number":"h4899"},{"text":"for ever","number":"h5769"},{"text":"in his stead shall offer","number":"h6213"},{"text":"burnt","number":"h6999"}],"28":[{"text":"and if it be sodden","number":"h1310"},{"text":"wherein it is sodden","number":"h1310"},{"text":"But the earthen","number":"h2789"},{"text":"pot","number":"h3627"},{"text":"vessel","number":"h3627"},{"text":"in water","number":"h4325"},{"text":"it shall be both scoured","number":"h4838"},{"text":"in a brasen","number":"h5178"},{"text":"shall be broken","number":"h7665"},{"text":"and rinsed","number":"h7857"}],"2":[{"text":"or in a thing taken away by violence","number":"h1498"},{"text":"sin","number":"h2398"},{"text":"against the LORD","number":"h3068"},{"text":"and lie","number":"h3584"},{"text":"and commit","number":"h4603"},{"text":"a trespass","number":"h4604"},{"text":"If a soul","number":"h5315"},{"text":"his neighbour","number":"h5997"},{"text":"unto his neighbour","number":"h5997"},{"text":"or hath deceived","number":"h6231"},{"text":"in that which was delivered","number":"h6487"},{"text":"him to keep or in fellowship","number":"h8667"}]}