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
+ {"40":[{"text":"away the stones","number":"h68"},{"text":"in which","number":"h2004"},{"text":"without","number":"h2351"},{"text":"that they take","number":"h2502"},{"text":"them into an unclean","number":"h2931"},{"text":"Then the priest","number":"h3548"},{"text":"place","number":"h4725"},{"text":"the plague","number":"h5061"},{"text":"the city","number":"h5892"},{"text":"shall command","number":"h6680"},{"text":"is and they shall cast","number":"h7993"}],"43":[{"text":"away the stones","number":"h68"},{"text":"after","number":"h310"},{"text":"and after","number":"h310"},{"text":"and after","number":"h310"},{"text":"out in the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"that he hath taken","number":"h2502"},{"text":"it is plaistered","number":"h2902"},{"text":"And if the plague","number":"h5061"},{"text":"and break","number":"h6524"},{"text":"he hath scraped","number":"h7096"},{"text":"come again","number":"h7725"}],"42":[{"text":"of those stones","number":"h68"},{"text":"stones","number":"h68"},{"text":"other","number":"h312"},{"text":"other","number":"h312"},{"text":"and put","number":"h935"},{"text":"the house","number":"h1004"},{"text":"and shall plaister","number":"h2902"},{"text":"And they shall take","number":"h3947"},{"text":"and he shall take","number":"h3947"},{"text":"morter","number":"h6083"},{"text":"them in the place","number":"h8478"}],"45":[{"text":"the stones","number":"h68"},{"text":"of the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"out","number":"h2351"},{"text":"into an unclean","number":"h2931"},{"text":"and he shall carry them forth","number":"h3318"},{"text":"place","number":"h4725"},{"text":"And he shall break down","number":"h5422"},{"text":"of the city","number":"h5892"},{"text":"thereof and all the morter","number":"h6083"},{"text":"of it and the timber","number":"h6086"}],"37":[{"text":"or reddish","number":"h125"},{"text":"of the house","number":"h1004"},{"text":"greenish","number":"h3422"},{"text":"than","number":"h4480"},{"text":"which in sight","number":"h4758"},{"text":"and behold if the plague","number":"h5061"},{"text":"on the plague","number":"h5061"},{"text":"be in the walls","number":"h7023"},{"text":"the wall","number":"h7023"},{"text":"And he shall look","number":"h7200"},{"text":"are lower","number":"h8217"},{"text":"with hollow strakes","number":"h8258"}],"11":[{"text":"of the tabernacle","number":"h168"},{"text":"the man","number":"h376"},{"text":"that is to be made clean","number":"h2891"},{"text":"that maketh him clean","number":"h2891"},{"text":"the LORD","number":"h3068"},{"text":"And the priest","number":"h3548"},{"text":"of the congregation","number":"h4150"},{"text":"shall present","number":"h5975"},{"text":"and those things before","number":"h6440"},{"text":"at the door","number":"h6607"}],"23":[{"text":"of the tabernacle","number":"h168"},{"text":"And he shall bring","number":"h935"},{"text":"for his cleansing","number":"h2893"},{"text":"the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"unto the priest","number":"h3548"},{"text":"of the congregation","number":"h4150"},{"text":"before","number":"h6440"},{"text":"unto the door","number":"h6607"},{"text":"them on the eighth","number":"h8066"}],"8":[{"text":"out of his tent","number":"h168"},{"text":"and after","number":"h310"},{"text":"his clothes","number":"h899"},{"text":"that he shall come","number":"h935"},{"text":"and shave","number":"h1548"},{"text":"abroad","number":"h2351"},{"text":"And he that is to be cleansed","number":"h2891"},{"text":"that he may be clean","number":"h2891"},{"text":"days","number":"h3117"},{"text":"and shall tarry","number":"h3427"},{"text":"shall wash","number":"h3526"},{"text":"into the camp","number":"h4264"},{"text":"himself in water","number":"h4325"},{"text":"and wash","number":"h7364"},{"text":"seven","number":"h7651"},{"text":"off all his hair","number":"h8181"}],"33":[{"text":"and unto Aaron","number":"h175"},{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"4":[{"text":"and hyssop","number":"h231"},{"text":"and cedar","number":"h730"},{"text":"alive","number":"h2416"},{"text":"and clean","number":"h2889"},{"text":"for him that is to be cleansed","number":"h2891"},{"text":"Then shall the priest","number":"h3548"},{"text":"to take","number":"h3947"},{"text":"wood","number":"h6086"},{"text":"command","number":"h6680"},{"text":"birds","number":"h6833"},{"text":"and scarlet","number":"h8144"},{"text":"two","number":"h8147"}],"49":[{"text":"and hyssop","number":"h231"},{"text":"and cedar","number":"h730"},{"text":"the house","number":"h1004"},{"text":"to cleanse","number":"h2398"},{"text":"And he shall take","number":"h3947"},{"text":"wood","number":"h6086"},{"text":"birds","number":"h6833"},{"text":"and scarlet","number":"h8144"},{"text":"two","number":"h8147"}],"51":[{"text":"and the hyssop","number":"h231"},{"text":"the cedar","number":"h730"},{"text":"the house","number":"h1004"},{"text":"them in the blood","number":"h1818"},{"text":"and in the running","number":"h2416"},{"text":"and the living","number":"h2416"},{"text":"and dip","number":"h2881"},{"text":"And he shall take","number":"h3947"},{"text":"water","number":"h4325"},{"text":"and sprinkle","number":"h5137"},{"text":"wood","number":"h6086"},{"text":"times","number":"h6471"},{"text":"bird","number":"h6833"},{"text":"bird","number":"h6833"},{"text":"seven","number":"h7651"},{"text":"of the slain","number":"h7819"},{"text":"and the scarlet","number":"h8144"}],"6":[{"text":"and the hyssop","number":"h231"},{"text":"it and the cedar","number":"h730"},{"text":"in the blood","number":"h1818"},{"text":"As for the living","number":"h2416"},{"text":"over the running","number":"h2416"},{"text":"them and the living","number":"h2416"},{"text":"and shall dip","number":"h2881"},{"text":"he shall take","number":"h3947"},{"text":"water","number":"h4325"},{"text":"wood","number":"h6086"},{"text":"bird","number":"h6833"},{"text":"bird","number":"h6833"},{"text":"of the bird","number":"h6833"},{"text":"that was killed","number":"h7819"},{"text":"and the scarlet","number":"h8144"}],"52":[{"text":"and with the hyssop","number":"h231"},{"text":"and with the cedar","number":"h730"},{"text":"the house","number":"h1004"},{"text":"with the blood","number":"h1818"},{"text":"And he shall cleanse","number":"h2398"},{"text":"and with the living","number":"h2416"},{"text":"and with the running","number":"h2416"},{"text":"water","number":"h4325"},{"text":"wood","number":"h6086"},{"text":"bird","number":"h6833"},{"text":"of the bird","number":"h6833"},{"text":"and with the scarlet","number":"h8144"}],"14":[{"text":"ear","number":"h241"},{"text":"of the trespass offering","number":"h817"},{"text":"and upon the great toe","number":"h931"},{"text":"and upon the thumb","number":"h931"},{"text":"some of the blood","number":"h1818"},{"text":"of him that is to be cleansed","number":"h2891"},{"text":"hand","number":"h3027"},{"text":"of his right","number":"h3233"},{"text":"of his right","number":"h3233"},{"text":"of the right","number":"h3233"},{"text":"And the priest","number":"h3548"},{"text":"and the priest","number":"h3548"},{"text":"shall take","number":"h3947"},{"text":"shall put","number":"h5414"},{"text":"foot","number":"h7272"},{"text":"it upon the tip","number":"h8571"}],"17":[{"text":"ear","number":"h241"},{"text":"of the trespass offering","number":"h817"},{"text":"and upon the great toe","number":"h931"},{"text":"and upon the thumb","number":"h931"},{"text":"upon the blood","number":"h1818"},{"text":"of him that is to be cleansed","number":"h2891"},{"text":"hand","number":"h3027"},{"text":"of his right","number":"h3233"},{"text":"of his right","number":"h3233"},{"text":"of the right","number":"h3233"},{"text":"And of the rest","number":"h3499"},{"text":"shall the priest","number":"h3548"},{"text":"that is in his hand","number":"h3709"},{"text":"put","number":"h5414"},{"text":"foot","number":"h7272"},{"text":"of the oil","number":"h8081"},{"text":"upon the tip","number":"h8571"}],"25":[{"text":"ear","number":"h241"},{"text":"of the trespass offering","number":"h817"},{"text":"of the trespass offering","number":"h817"},{"text":"and upon the great toe","number":"h931"},{"text":"and upon the thumb","number":"h931"},{"text":"some of the blood","number":"h1818"},{"text":"of him that is to be cleansed","number":"h2891"},{"text":"hand","number":"h3027"},{"text":"of his right","number":"h3233"},{"text":"of his right","number":"h3233"},{"text":"of the right","number":"h3233"},{"text":"the lamb","number":"h3532"},{"text":"and the priest","number":"h3548"},{"text":"shall take","number":"h3947"},{"text":"and put","number":"h5414"},{"text":"foot","number":"h7272"},{"text":"And he shall kill","number":"h7819"},{"text":"it upon the tip","number":"h8571"}],"28":[{"text":"ear","number":"h241"},{"text":"of the trespass offering","number":"h817"},{"text":"and upon the great toe","number":"h931"},{"text":"and upon the thumb","number":"h931"},{"text":"of the blood","number":"h1818"},{"text":"of him that is to be cleansed","number":"h2891"},{"text":"hand","number":"h3027"},{"text":"of his right","number":"h3233"},{"text":"of his right","number":"h3233"},{"text":"of the right","number":"h3233"},{"text":"And the priest","number":"h3548"},{"text":"that is in his hand","number":"h3709"},{"text":"upon the place","number":"h4725"},{"text":"shall put","number":"h5414"},{"text":"foot","number":"h7272"},{"text":"of the oil","number":"h8081"},{"text":"upon the tip","number":"h8571"}],"10":[{"text":"and one","number":"h259"},{"text":"and one","number":"h259"},{"text":"mingled","number":"h1101"},{"text":"of the first","number":"h1323"},{"text":"day","number":"h3117"},{"text":"he lambs","number":"h3532"},{"text":"ewe lamb","number":"h3535"},{"text":"log","number":"h3849"},{"text":"he shall take","number":"h3947"},{"text":"for a meat offering","number":"h4503"},{"text":"of fine flour","number":"h5560"},{"text":"tenth deals","number":"h6241"},{"text":"and three","number":"h7969"},{"text":"And on the eighth","number":"h8066"},{"text":"of oil","number":"h8081"},{"text":"with oil","number":"h8081"},{"text":"year","number":"h8141"},{"text":"two","number":"h8147"},{"text":"without blemish","number":"h8549"},{"text":"without blemish","number":"h8549"}],"22":[{"text":"and the one","number":"h259"},{"text":"and the other","number":"h259"},{"text":"young","number":"h1121"},{"text":"shall be a sin offering","number":"h2403"},{"text":"such as he is able to get","number":"h3027"},{"text":"pigeons","number":"h3123"},{"text":"a burnt offering","number":"h5930"},{"text":"And two","number":"h8147"},{"text":"or two","number":"h8147"},{"text":"turtledoves","number":"h8449"}],"31":[{"text":"and the other","number":"h259"},{"text":"the one","number":"h259"},{"text":"for a sin offering","number":"h2403"},{"text":"for him that is to be cleansed","number":"h2891"},{"text":"Even such as he","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"and the priest","number":"h3548"},{"text":"shall make an atonement","number":"h3722"},{"text":"with the meat offering","number":"h4503"},{"text":"is able to get","number":"h5381"},{"text":"for a burnt offering","number":"h5930"},{"text":"before","number":"h6440"}],"21":[{"text":"for him and one","number":"h259"},{"text":"one","number":"h259"},{"text":"for a trespass offering","number":"h817"},{"text":"mingled","number":"h1101"},{"text":"And if he be poor","number":"h1800"},{"text":"and cannot get","number":"h3027"},{"text":"lamb","number":"h3532"},{"text":"to make an atonement","number":"h3722"},{"text":"and a log","number":"h3849"},{"text":"so much then he shall take","number":"h3947"},{"text":"for a meat offering","number":"h4503"},{"text":"of fine flour","number":"h5560"},{"text":"tenth deal","number":"h6241"},{"text":"of oil","number":"h8081"},{"text":"with oil","number":"h8081"},{"text":"to be waved","number":"h8573"}],"12":[{"text":"one","number":"h259"},{"text":"him for a trespass offering","number":"h817"},{"text":"the LORD","number":"h3068"},{"text":"he lamb","number":"h3532"},{"text":"And the priest","number":"h3548"},{"text":"and the log","number":"h3849"},{"text":"shall take","number":"h3947"},{"text":"and wave","number":"h5130"},{"text":"before","number":"h6440"},{"text":"and offer","number":"h7126"},{"text":"of oil","number":"h8081"},{"text":"them for a wave offering","number":"h8573"}],"5":[{"text":"that one","number":"h259"},{"text":"over running","number":"h2416"},{"text":"in an earthen","number":"h2789"},{"text":"And the priest","number":"h3548"},{"text":"vessel","number":"h3627"},{"text":"water","number":"h4325"},{"text":"shall command","number":"h6680"},{"text":"of the birds","number":"h6833"},{"text":"be killed","number":"h7819"}],"30":[{"text":"the one","number":"h259"},{"text":"such as","number":"h834"},{"text":"or of the young","number":"h1121"},{"text":"he can get","number":"h3027"},{"text":"pigeons","number":"h3123"},{"text":"And he shall offer","number":"h6213"},{"text":"of the turtledoves","number":"h8449"}],"50":[{"text":"the one","number":"h259"},{"text":"over running","number":"h2416"},{"text":"in an earthen","number":"h2789"},{"text":"vessel","number":"h3627"},{"text":"water","number":"h4325"},{"text":"of the birds","number":"h6833"},{"text":"And he shall kill","number":"h7819"}],"34":[{"text":"of your possession","number":"h272"},{"text":"to you for a possession","number":"h272"},{"text":"into the land","number":"h776"},{"text":"of the land","number":"h776"},{"text":"When ye be come","number":"h935"},{"text":"in a house","number":"h1004"},{"text":"of Canaan","number":"h3667"},{"text":"the plague","number":"h5061"},{"text":"and I put","number":"h5414"},{"text":"which I give","number":"h5414"},{"text":"of leprosy","number":"h6883"}],"48":[{"text":"after","number":"h310"},{"text":"shall come in","number":"h935"},{"text":"in the house","number":"h1004"},{"text":"shall pronounce the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"clean","number":"h2891"},{"text":"was plaistered","number":"h2902"},{"text":"And if the priest","number":"h3548"},{"text":"then the priest","number":"h3548"},{"text":"because the plague","number":"h5061"},{"text":"upon it and behold the plague","number":"h5061"},{"text":"hath not spread","number":"h6581"},{"text":"and look","number":"h7200"},{"text":"is healed","number":"h7495"}],"19":[{"text":"and afterward","number":"h310"},{"text":"the sin offering","number":"h2403"},{"text":"for him that is to be cleansed","number":"h2891"},{"text":"from his uncleanness","number":"h2932"},{"text":"And the priest","number":"h3548"},{"text":"and make an atonement","number":"h3722"},{"text":"the burnt offering","number":"h5930"},{"text":"shall offer","number":"h6213"},{"text":"he shall kill","number":"h7819"}],"36":[{"text":"and afterward","number":"h310"},{"text":"go","number":"h935"},{"text":"shall go","number":"h935"},{"text":"that all that is in the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"be not made unclean","number":"h2930"},{"text":"Then the priest","number":"h3548"},{"text":"before the priest","number":"h3548"},{"text":"the priest","number":"h3548"},{"text":"the plague","number":"h5061"},{"text":"that they empty","number":"h6437"},{"text":"shall command","number":"h6680"},{"text":"in to see","number":"h7200"},{"text":"into it to see","number":"h7200"}],"47":[{"text":"and he that eateth","number":"h398"},{"text":"his clothes","number":"h899"},{"text":"his clothes","number":"h899"},{"text":"in the house","number":"h1004"},{"text":"in the house","number":"h1004"},{"text":"shall wash","number":"h3526"},{"text":"shall wash","number":"h3526"},{"text":"And he that lieth","number":"h7901"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"35":[{"text":"saying","number":"h559"},{"text":"shall come","number":"h935"},{"text":"And he that owneth the house","number":"h1004"},{"text":"in the house","number":"h1004"},{"text":"the priest","number":"h3548"},{"text":"and tell","number":"h5046"},{"text":"to me there is as it were a plague","number":"h5061"},{"text":"It seemeth","number":"h7200"}],"16":[{"text":"finger","number":"h676"},{"text":"with his finger","number":"h676"},{"text":"shall dip","number":"h2881"},{"text":"the LORD","number":"h3068"},{"text":"his right","number":"h3233"},{"text":"And the priest","number":"h3548"},{"text":"hand","number":"h3709"},{"text":"and shall sprinkle","number":"h5137"},{"text":"before","number":"h6440"},{"text":"times","number":"h6471"},{"text":"seven","number":"h7651"},{"text":"that is in his left","number":"h8042"},{"text":"in the oil","number":"h8081"},{"text":"of the oil","number":"h8081"}],"27":[{"text":"finger","number":"h676"},{"text":"the LORD","number":"h3068"},{"text":"with his right","number":"h3233"},{"text":"And the priest","number":"h3548"},{"text":"hand","number":"h3709"},{"text":"shall sprinkle","number":"h5137"},{"text":"before","number":"h6440"},{"text":"times","number":"h6471"},{"text":"seven","number":"h7651"},{"text":"that is in his left","number":"h8042"},{"text":"some of the oil","number":"h8081"}],"24":[{"text":"of the trespass offering","number":"h817"},{"text":"the LORD","number":"h3068"},{"text":"the lamb","number":"h3532"},{"text":"And the priest","number":"h3548"},{"text":"and the priest","number":"h3548"},{"text":"and the log","number":"h3849"},{"text":"shall take","number":"h3947"},{"text":"shall wave","number":"h5130"},{"text":"before","number":"h6440"},{"text":"of oil","number":"h8081"},{"text":"them for a wave offering","number":"h8573"}],"13":[{"text":"so is the trespass offering","number":"h817"},{"text":"for as the sin offering","number":"h2403"},{"text":"the sin offering","number":"h2403"},{"text":"the lamb","number":"h3532"},{"text":"is the priest's","number":"h3548"},{"text":"in the place","number":"h4725"},{"text":"place","number":"h4725"},{"text":"and the burnt offering","number":"h5930"},{"text":"holy","number":"h6944"},{"text":"in the holy","number":"h6944"},{"text":"it is most","number":"h6944"},{"text":"And he shall slay","number":"h7819"},{"text":"where he shall kill","number":"h7819"}],"9":[{"text":"his clothes","number":"h899"},{"text":"his flesh","number":"h1320"},{"text":"and his eyebrows","number":"h1354"},{"text":"he shall shave","number":"h1548"},{"text":"that he shall shave","number":"h1548"},{"text":"and his beard","number":"h2206"},{"text":"and he shall be clean","number":"h2891"},{"text":"day","number":"h3117"},{"text":"off and he shall wash","number":"h3526"},{"text":"in water","number":"h4325"},{"text":"off his head","number":"h7218"},{"text":"also he shall wash","number":"h7364"},{"text":"But it shall be on the seventh","number":"h7637"},{"text":"all his hair","number":"h8181"},{"text":"even all his hair","number":"h8181"}],"55":[{"text":"of a garment","number":"h899"},{"text":"and of a house","number":"h1004"},{"text":"And for the leprosy","number":"h6883"}],"56":[{"text":"and for a bright spot","number":"h934"},{"text":"and for a scab","number":"h5597"},{"text":"And for a rising","number":"h7613"}],"2":[{"text":"He shall be brought","number":"h935"},{"text":"of his cleansing","number":"h2893"},{"text":"in the day","number":"h3117"},{"text":"unto the priest","number":"h3548"},{"text":"of the leper","number":"h6879"},{"text":"This shall be the law","number":"h8451"}],"46":[{"text":"Moreover he that goeth","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"up shall be unclean","number":"h2930"},{"text":"all the while","number":"h3117"},{"text":"that it is shut","number":"h5462"},{"text":"until the even","number":"h6153"}],"44":[{"text":"shall come","number":"h935"},{"text":"in the house","number":"h1004"},{"text":"in the house","number":"h1004"},{"text":"it is unclean","number":"h2931"},{"text":"Then the priest","number":"h3548"},{"text":"it is a fretting","number":"h3992"},{"text":"and behold if the plague","number":"h5061"},{"text":"be spread","number":"h6581"},{"text":"leprosy","number":"h6883"},{"text":"and look","number":"h7200"}],"41":[{"text":"And he shall cause the house","number":"h1004"},{"text":"within","number":"h1004"},{"text":"off without","number":"h2351"},{"text":"into an unclean","number":"h2931"},{"text":"place","number":"h4725"},{"text":"round about","number":"h5439"},{"text":"the city","number":"h5892"},{"text":"out the dust","number":"h6083"},{"text":"that they scrape","number":"h7096"},{"text":"to be scraped","number":"h7106"},{"text":"and they shall pour","number":"h8210"}],"53":[{"text":"for the house","number":"h1004"},{"text":"out","number":"h2351"},{"text":"the living","number":"h2416"},{"text":"and it shall be clean","number":"h2891"},{"text":"and make an atonement","number":"h3722"},{"text":"of the city","number":"h5892"},{"text":"into the open","number":"h6440"},{"text":"bird","number":"h6833"},{"text":"fields","number":"h7704"},{"text":"But he shall let go","number":"h7971"}],"38":[{"text":"of the house","number":"h1004"},{"text":"out of the house","number":"h1004"},{"text":"up the house","number":"h1004"},{"text":"days","number":"h3117"},{"text":"shall go","number":"h3318"},{"text":"Then the priest","number":"h3548"},{"text":"and shut","number":"h5462"},{"text":"to the door","number":"h6607"},{"text":"seven","number":"h7651"}],"39":[{"text":"of the house","number":"h1004"},{"text":"day","number":"h3117"},{"text":"And the priest","number":"h3548"},{"text":"and behold if the plague","number":"h5061"},{"text":"be spread","number":"h6581"},{"text":"in the walls","number":"h7023"},{"text":"and shall look","number":"h7200"},{"text":"the seventh","number":"h7637"},{"text":"shall come again","number":"h7725"}],"3":[{"text":"out","number":"h2351"},{"text":"shall go forth","number":"h3318"},{"text":"And the priest","number":"h3548"},{"text":"and the priest","number":"h3548"},{"text":"of the camp","number":"h4264"},{"text":"and behold if the plague","number":"h5061"},{"text":"in the leper","number":"h6879"},{"text":"of leprosy","number":"h6883"},{"text":"shall look","number":"h7200"},{"text":"be healed","number":"h7495"}],"7":[{"text":"and shall let the living","number":"h2416"},{"text":"and shall pronounce him clean","number":"h2891"},{"text":"upon him that is to be cleansed","number":"h2891"},{"text":"And he shall sprinkle","number":"h5137"},{"text":"into the open","number":"h6440"},{"text":"times","number":"h6471"},{"text":"bird","number":"h6833"},{"text":"from the leprosy","number":"h6883"},{"text":"seven","number":"h7651"},{"text":"field","number":"h7704"},{"text":"loose","number":"h7971"}],"57":[{"text":"it is clean","number":"h2889"},{"text":"it is unclean","number":"h2931"},{"text":"and when","number":"h3117"},{"text":"when","number":"h3117"},{"text":"To teach","number":"h3384"},{"text":"of leprosy","number":"h6883"},{"text":"this is the law","number":"h8451"}],"20":[{"text":"for him and he shall be clean","number":"h2891"},{"text":"And the priest","number":"h3548"},{"text":"and the priest","number":"h3548"},{"text":"shall make an atonement","number":"h3722"},{"text":"upon the altar","number":"h4196"},{"text":"and the meat offering","number":"h4503"},{"text":"shall offer","number":"h5927"},{"text":"the burnt offering","number":"h5930"}],"18":[{"text":"of him that is to be cleansed","number":"h2891"},{"text":"the LORD","number":"h3068"},{"text":"And the remnant","number":"h3498"},{"text":"and the priest","number":"h3548"},{"text":"that is in the priest's","number":"h3548"},{"text":"hand","number":"h3709"},{"text":"shall make an atonement","number":"h3722"},{"text":"he shall pour","number":"h5414"},{"text":"for him before","number":"h6440"},{"text":"upon the head","number":"h7218"},{"text":"of the oil","number":"h8081"}],"29":[{"text":"of him that is to be cleansed","number":"h2891"},{"text":"the LORD","number":"h3068"},{"text":"And the rest","number":"h3498"},{"text":"that is in the priest's","number":"h3548"},{"text":"hand","number":"h3709"},{"text":"to make an atonement","number":"h3722"},{"text":"he shall put","number":"h5414"},{"text":"for him before","number":"h6440"},{"text":"upon the head","number":"h7218"},{"text":"of the oil","number":"h8081"}],"32":[{"text":"that which pertaineth to his cleansing","number":"h2893"},{"text":"whose hand","number":"h3027"},{"text":"of him in whom is the plague","number":"h5061"},{"text":"is not able to get","number":"h5381"},{"text":"of leprosy","number":"h6883"},{"text":"This is the law","number":"h8451"}],"15":[{"text":"and pour","number":"h3332"},{"text":"And the priest","number":"h3548"},{"text":"of his own","number":"h3548"},{"text":"it into the palm","number":"h3709"},{"text":"some of the log","number":"h3849"},{"text":"shall take","number":"h3947"},{"text":"left hand","number":"h8042"},{"text":"of oil","number":"h8081"}],"26":[{"text":"shall pour","number":"h3332"},{"text":"And the priest","number":"h3548"},{"text":"of his own","number":"h3548"},{"text":"into the palm","number":"h3709"},{"text":"left hand","number":"h8042"},{"text":"of the oil","number":"h8081"}],"54":[{"text":"for all manner of plague","number":"h5061"},{"text":"and scall","number":"h5424"},{"text":"of leprosy","number":"h6883"},{"text":"This is the law","number":"h8451"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"of the tabernacle","number":"h168"},{"text":"and come","number":"h935"},{"text":"young","number":"h1121"},{"text":"the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"pigeons","number":"h3123"},{"text":"them unto the priest","number":"h3548"},{"text":"he shall take","number":"h3947"},{"text":"of the congregation","number":"h4150"},{"text":"and give","number":"h5414"},{"text":"before","number":"h6440"},{"text":"unto the door","number":"h6607"},{"text":"And on the eighth","number":"h8066"},{"text":"or two","number":"h8147"},{"text":"to him two","number":"h8147"},{"text":"turtledoves","number":"h8449"}],"29":[{"text":"of the tabernacle","number":"h168"},{"text":"and bring","number":"h935"},{"text":"young","number":"h1121"},{"text":"day","number":"h3117"},{"text":"pigeons","number":"h3123"},{"text":"them unto the priest","number":"h3548"},{"text":"she shall take","number":"h3947"},{"text":"of the congregation","number":"h4150"},{"text":"to the door","number":"h6607"},{"text":"And on the eighth","number":"h8066"},{"text":"or two","number":"h8147"},{"text":"unto her two","number":"h8147"},{"text":"turtles","number":"h8449"}],"1":[{"text":"and to Aaron","number":"h175"},{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"15":[{"text":"and the other","number":"h259"},{"text":"them the one","number":"h259"},{"text":"for his issue","number":"h2101"},{"text":"for a sin offering","number":"h2403"},{"text":"the LORD","number":"h3068"},{"text":"And the priest","number":"h3548"},{"text":"and the priest","number":"h3548"},{"text":"shall make an atonement","number":"h3722"},{"text":"for a burnt offering","number":"h5930"},{"text":"shall offer","number":"h6213"},{"text":"for him before","number":"h6440"}],"30":[{"text":"and the other","number":"h259"},{"text":"the one","number":"h259"},{"text":"for the issue","number":"h2101"},{"text":"for a sin offering","number":"h2403"},{"text":"of her uncleanness","number":"h2932"},{"text":"the LORD","number":"h3068"},{"text":"And the priest","number":"h3548"},{"text":"and the priest","number":"h3548"},{"text":"shall make an atonement","number":"h3722"},{"text":"for a burnt offering","number":"h5930"},{"text":"shall offer","number":"h6213"},{"text":"for her before","number":"h6440"}],"28":[{"text":"and after","number":"h310"},{"text":"of her issue","number":"h2101"},{"text":"But if she be cleansed","number":"h2891"},{"text":"that she shall be clean","number":"h2891"},{"text":"days","number":"h3117"},{"text":"then she shall number","number":"h5608"},{"text":"to herself seven","number":"h7651"}],"24":[{"text":"And if any man","number":"h376"},{"text":"be upon him he shall be unclean","number":"h2930"},{"text":"shall be unclean","number":"h2930"},{"text":"days","number":"h3117"},{"text":"and all the bed","number":"h4904"},{"text":"and her flowers","number":"h5079"},{"text":"seven","number":"h7651"},{"text":"lie","number":"h7901"},{"text":"whereon he lieth","number":"h7901"},{"text":"with her at all","number":"h7901"}],"16":[{"text":"And if any man's","number":"h376"},{"text":"all his flesh","number":"h1320"},{"text":"seed","number":"h2233"},{"text":"and be unclean","number":"h2930"},{"text":"go out","number":"h3318"},{"text":"in water","number":"h4325"},{"text":"until the even","number":"h6153"},{"text":"from him then he shall wash","number":"h7364"},{"text":"of copulation","number":"h7902"}],"5":[{"text":"And whosoever","number":"h376"},{"text":"his clothes","number":"h899"},{"text":"and be unclean","number":"h2930"},{"text":"shall wash","number":"h3526"},{"text":"himself in water","number":"h4325"},{"text":"his bed","number":"h4904"},{"text":"toucheth","number":"h5060"},{"text":"until the even","number":"h6153"},{"text":"and bathe","number":"h7364"}],"18":[{"text":"also with whom man","number":"h376"},{"text":"The woman","number":"h802"},{"text":"with seed","number":"h2233"},{"text":"and be unclean","number":"h2930"},{"text":"themselves in water","number":"h4325"},{"text":"until the even","number":"h6153"},{"text":"they shall both bathe","number":"h7364"},{"text":"shall lie","number":"h7901"},{"text":"of copulation","number":"h7902"}],"33":[{"text":"and of him","number":"h376"},{"text":"And of her that is sick","number":"h1739"},{"text":"and of him that hath","number":"h2100"},{"text":"an issue","number":"h2101"},{"text":"of the man","number":"h2145"},{"text":"with her that is unclean","number":"h2931"},{"text":"of her flowers","number":"h5079"},{"text":"and of the woman","number":"h5347"},{"text":"that lieth","number":"h7901"}],"2":[{"text":"man","number":"h376"},{"text":"unto them When any","number":"h376"},{"text":"and say","number":"h559"},{"text":"unto the children","number":"h1121"},{"text":"out of his flesh","number":"h1320"},{"text":"Speak","number":"h1696"},{"text":"hath a running issue","number":"h2100"},{"text":"because of his issue","number":"h2101"},{"text":"he is unclean","number":"h2931"},{"text":"of Israel","number":"h3478"}],"19":[{"text":"And if a woman","number":"h802"},{"text":"in her flesh","number":"h1320"},{"text":"be blood","number":"h1818"},{"text":"have an issue","number":"h2100"},{"text":"and her issue","number":"h2101"},{"text":"her shall be unclean","number":"h2930"},{"text":"days","number":"h3117"},{"text":"and whosoever toucheth","number":"h5060"},{"text":"she shall be put apart","number":"h5079"},{"text":"until the even","number":"h6153"},{"text":"seven","number":"h7651"}],"25":[{"text":"And if a woman","number":"h802"},{"text":"of her blood","number":"h1818"},{"text":"have","number":"h2100"},{"text":"or if it run","number":"h2100"},{"text":"an issue","number":"h2101"},{"text":"of the issue","number":"h2101"},{"text":"she shall be unclean","number":"h2931"},{"text":"of her uncleanness","number":"h2932"},{"text":"all the days","number":"h3117"},{"text":"days","number":"h3117"},{"text":"shall be as the days","number":"h3117"},{"text":"out","number":"h3808"},{"text":"of her separation","number":"h5079"},{"text":"of her separation","number":"h5079"},{"text":"of her separation","number":"h5079"},{"text":"beyond the time","number":"h5921"},{"text":"of the time","number":"h6256"},{"text":"many","number":"h7227"}],"17":[{"text":"And every garment","number":"h899"},{"text":"whereon is the seed","number":"h2233"},{"text":"and be unclean","number":"h2930"},{"text":"shall be washed","number":"h3526"},{"text":"with water","number":"h4325"},{"text":"and every skin","number":"h5785"},{"text":"until the even","number":"h6153"},{"text":"of copulation","number":"h7902"}],"10":[{"text":"his clothes","number":"h899"},{"text":"and be unclean","number":"h2930"},{"text":"any thing that was under him shall be unclean","number":"h2930"},{"text":"any of those things shall wash","number":"h3526"},{"text":"himself in water","number":"h4325"},{"text":"And whosoever toucheth","number":"h5060"},{"text":"and he that beareth","number":"h5375"},{"text":"until the even","number":"h6153"},{"text":"until the even","number":"h6153"},{"text":"and bathe","number":"h7364"}],"11":[{"text":"his clothes","number":"h899"},{"text":"that hath the issue","number":"h2100"},{"text":"and be unclean","number":"h2930"},{"text":"his hands","number":"h3027"},{"text":"he shall wash","number":"h3526"},{"text":"himself in water","number":"h4325"},{"text":"in water","number":"h4325"},{"text":"And whomsoever he toucheth","number":"h5060"},{"text":"until the even","number":"h6153"},{"text":"and bathe","number":"h7364"},{"text":"and hath not rinsed","number":"h7857"}],"13":[{"text":"his clothes","number":"h899"},{"text":"his flesh","number":"h1320"},{"text":"And when he that hath an issue","number":"h2100"},{"text":"of his issue","number":"h2101"},{"text":"in running","number":"h2416"},{"text":"and shall be clean","number":"h2891"},{"text":"is cleansed","number":"h2891"},{"text":"for his cleansing","number":"h2893"},{"text":"days","number":"h3117"},{"text":"and wash","number":"h3526"},{"text":"water","number":"h4325"},{"text":"then he shall number","number":"h5608"},{"text":"and bathe","number":"h7364"},{"text":"to himself seven","number":"h7651"}],"21":[{"text":"his clothes","number":"h899"},{"text":"and be unclean","number":"h2930"},{"text":"shall wash","number":"h3526"},{"text":"himself in water","number":"h4325"},{"text":"her bed","number":"h4904"},{"text":"And whosoever toucheth","number":"h5060"},{"text":"until the even","number":"h6153"},{"text":"and bathe","number":"h7364"}],"22":[{"text":"his clothes","number":"h899"},{"text":"and be unclean","number":"h2930"},{"text":"that she sat","number":"h3427"},{"text":"upon shall wash","number":"h3526"},{"text":"any thing","number":"h3627"},{"text":"himself in water","number":"h4325"},{"text":"And whosoever toucheth","number":"h5060"},{"text":"until the even","number":"h6153"},{"text":"and bathe","number":"h7364"}],"27":[{"text":"his clothes","number":"h899"},{"text":"and be unclean","number":"h2930"},{"text":"those things shall be unclean","number":"h2930"},{"text":"and shall wash","number":"h3526"},{"text":"himself in water","number":"h4325"},{"text":"And whosoever toucheth","number":"h5060"},{"text":"until the even","number":"h6153"},{"text":"and bathe","number":"h7364"}],"6":[{"text":"his clothes","number":"h899"},{"text":"that hath the issue","number":"h2100"},{"text":"and be unclean","number":"h2930"},{"text":"And he that sitteth","number":"h3427"},{"text":"whereon he sat","number":"h3427"},{"text":"shall wash","number":"h3526"},{"text":"on any thing","number":"h3627"},{"text":"himself in water","number":"h4325"},{"text":"until the even","number":"h6153"},{"text":"and bathe","number":"h7364"}],"7":[{"text":"his clothes","number":"h899"},{"text":"the flesh","number":"h1320"},{"text":"of him that hath the issue","number":"h2100"},{"text":"and be unclean","number":"h2930"},{"text":"shall wash","number":"h3526"},{"text":"himself in water","number":"h4325"},{"text":"And he that toucheth","number":"h5060"},{"text":"until the even","number":"h6153"},{"text":"and bathe","number":"h7364"}],"8":[{"text":"his clothes","number":"h899"},{"text":"And if he that hath the issue","number":"h2100"},{"text":"upon him that is clean","number":"h2889"},{"text":"and be unclean","number":"h2930"},{"text":"then he shall wash","number":"h3526"},{"text":"himself in water","number":"h4325"},{"text":"until the even","number":"h6153"},{"text":"and bathe","number":"h7364"},{"text":"spit","number":"h7556"}],"31":[{"text":"the children","number":"h1121"},{"text":"when they defile","number":"h2930"},{"text":"from their uncleanness","number":"h2932"},{"text":"not in their uncleanness","number":"h2932"},{"text":"of Israel","number":"h3478"},{"text":"that they die","number":"h4191"},{"text":"my tabernacle","number":"h4908"},{"text":"Thus shall ye separate","number":"h5144"},{"text":"that is among","number":"h8432"}],"3":[{"text":"or his flesh","number":"h1320"},{"text":"whether his flesh","number":"h1320"},{"text":"from his issue","number":"h2101"},{"text":"in his issue","number":"h2101"},{"text":"with his issue","number":"h2101"},{"text":"be stopped","number":"h2856"},{"text":"And this shall be his uncleanness","number":"h2932"},{"text":"it is his uncleanness","number":"h2932"},{"text":"run","number":"h7325"}],"32":[{"text":"of him that hath an issue","number":"h2100"},{"text":"and of him whose seed","number":"h2233"},{"text":"from him and is defiled","number":"h2930"},{"text":"goeth","number":"h3318"},{"text":"This is the law","number":"h8451"}],"4":[{"text":"that hath the issue","number":"h2100"},{"text":"is unclean","number":"h2930"},{"text":"shall be unclean","number":"h2930"},{"text":"whereon he sitteth","number":"h3427"},{"text":"and every thing","number":"h3627"},{"text":"Every bed","number":"h4904"},{"text":"whereon he lieth","number":"h7901"}],"9":[{"text":"upon that hath the issue","number":"h2100"},{"text":"shall be unclean","number":"h2930"},{"text":"And what saddle","number":"h4817"},{"text":"soever he rideth","number":"h7392"}],"12":[{"text":"which hath the issue","number":"h2100"},{"text":"of earth","number":"h2789"},{"text":"And the vessel","number":"h3627"},{"text":"and every vessel","number":"h3627"},{"text":"in water","number":"h4325"},{"text":"that he toucheth","number":"h5060"},{"text":"of wood","number":"h6086"},{"text":"shall be broken","number":"h7665"},{"text":"shall be rinsed","number":"h7857"}],"26":[{"text":"of her issue","number":"h2101"},{"text":"upon shall be unclean","number":"h2931"},{"text":"as the uncleanness","number":"h2932"},{"text":"all the days","number":"h3117"},{"text":"she sitteth","number":"h3427"},{"text":"and whatsoever","number":"h3627"},{"text":"Every bed","number":"h4904"},{"text":"shall be unto her as the bed","number":"h4904"},{"text":"of her separation","number":"h5079"},{"text":"of her separation","number":"h5079"},{"text":"whereon she lieth","number":"h7901"}],"23":[{"text":"it he shall be unclean","number":"h2930"},{"text":"whereon she sitteth","number":"h3427"},{"text":"or on any thing","number":"h3627"},{"text":"And if it be on her bed","number":"h4904"},{"text":"when he toucheth","number":"h5060"},{"text":"until the even","number":"h6153"}],"20":[{"text":"shall be unclean","number":"h2930"},{"text":"upon shall be unclean","number":"h2930"},{"text":"every thing also that she sitteth","number":"h3427"},{"text":"upon in her separation","number":"h5079"},{"text":"And every thing that she lieth","number":"h7901"}]}
@@ -0,0 +1 @@
1
+ {"32":[{"text":"in his father's","number":"h1"},{"text":"clothes","number":"h899"},{"text":"garments","number":"h899"},{"text":"the linen","number":"h906"},{"text":"to minister in the priest's office","number":"h3547"},{"text":"And the priest","number":"h3548"},{"text":"stead shall make the atonement","number":"h3722"},{"text":"and shall put on","number":"h3847"},{"text":"and whom he shall consecrate","number":"h4390"},{"text":"whom he shall anoint","number":"h4886"},{"text":"even the holy","number":"h6944"}],"4":[{"text":"girdle","number":"h73"},{"text":"garments","number":"h899"},{"text":"and he shall have the linen","number":"h906"},{"text":"and with the linen","number":"h906"},{"text":"linen","number":"h906"},{"text":"with a linen","number":"h906"},{"text":"his flesh","number":"h1320"},{"text":"upon his flesh","number":"h1320"},{"text":"these","number":"h1992"},{"text":"and shall be girded","number":"h2296"},{"text":"coat","number":"h3801"},{"text":"He shall put on","number":"h3847"},{"text":"and so put them on","number":"h3847"},{"text":"in water","number":"h4325"},{"text":"breeches","number":"h4370"},{"text":"mitre","number":"h4701"},{"text":"shall he be attired","number":"h6801"},{"text":"are holy","number":"h6944"},{"text":"the holy","number":"h6944"},{"text":"therefore shall he wash","number":"h7364"}],"17":[{"text":"And there shall be no man","number":"h120"},{"text":"in the tabernacle","number":"h168"},{"text":"when he goeth","number":"h935"},{"text":"for himself and for his household","number":"h1004"},{"text":"place until he come out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"and have made an atonement","number":"h3722"},{"text":"in to make an atonement","number":"h3722"},{"text":"of the congregation","number":"h4150"},{"text":"in the holy","number":"h6944"},{"text":"and for all the congregation","number":"h6951"}],"16":[{"text":"for the tabernacle","number":"h168"},{"text":"of the children","number":"h1121"},{"text":"in all their sins","number":"h2403"},{"text":"of their uncleanness","number":"h2932"},{"text":"place because of the uncleanness","number":"h2932"},{"text":"of Israel","number":"h3478"},{"text":"And he shall make an atonement","number":"h3722"},{"text":"of the congregation","number":"h4150"},{"text":"and so shall he do","number":"h6213"},{"text":"and because of their transgressions","number":"h6588"},{"text":"for the holy","number":"h6944"},{"text":"that remaineth","number":"h7931"},{"text":"among them in the midst","number":"h8432"}],"33":[{"text":"for the tabernacle","number":"h168"},{"text":"for the priests","number":"h3548"},{"text":"And he shall make an atonement","number":"h3722"},{"text":"and he shall make an atonement","number":"h3722"},{"text":"and he shall make an atonement","number":"h3722"},{"text":"of the congregation","number":"h4150"},{"text":"and for the altar","number":"h4196"},{"text":"sanctuary","number":"h4720"},{"text":"and for all the people","number":"h5971"},{"text":"for the holy","number":"h6944"},{"text":"of the congregation","number":"h6951"}],"23":[{"text":"into the tabernacle","number":"h168"},{"text":"And Aaron","number":"h175"},{"text":"garments","number":"h899"},{"text":"the linen","number":"h906"},{"text":"shall come","number":"h935"},{"text":"when he went","number":"h935"},{"text":"place and shall leave","number":"h3240"},{"text":"which he put on","number":"h3847"},{"text":"of the congregation","number":"h4150"},{"text":"and shall put off","number":"h6584"},{"text":"into the holy","number":"h6944"}],"7":[{"text":"of the tabernacle","number":"h168"},{"text":"the LORD","number":"h3068"},{"text":"And he shall take","number":"h3947"},{"text":"of the congregation","number":"h4150"},{"text":"and present","number":"h5975"},{"text":"them before","number":"h6440"},{"text":"at the door","number":"h6607"},{"text":"the two","number":"h8147"},{"text":"goats","number":"h8163"}],"20":[{"text":"place and the tabernacle","number":"h168"},{"text":"the live","number":"h2416"},{"text":"And when he hath made an end","number":"h3615"},{"text":"of reconciling","number":"h3722"},{"text":"of the congregation","number":"h4150"},{"text":"and the altar","number":"h4196"},{"text":"the holy","number":"h6944"},{"text":"he shall bring","number":"h7126"},{"text":"goat","number":"h8163"}],"11":[{"text":"And Aaron","number":"h175"},{"text":"for himself and for his house","number":"h1004"},{"text":"of the sin offering","number":"h2403"},{"text":"of the sin offering","number":"h2403"},{"text":"which is for himself and shall make an atonement","number":"h3722"},{"text":"the bullock","number":"h6499"},{"text":"the bullock","number":"h6499"},{"text":"shall bring","number":"h7126"},{"text":"and shall kill","number":"h7819"}],"21":[{"text":"And Aaron","number":"h175"},{"text":"man","number":"h376"},{"text":"of the children","number":"h1121"},{"text":"in all their sins","number":"h2403"},{"text":"of the live","number":"h2416"},{"text":"by the hand","number":"h3027"},{"text":"his hands","number":"h3027"},{"text":"and confess","number":"h3034"},{"text":"of Israel","number":"h3478"},{"text":"into the wilderness","number":"h4057"},{"text":"putting","number":"h5414"},{"text":"shall lay","number":"h5564"},{"text":"over him all the iniquities","number":"h5771"},{"text":"of a fit","number":"h6261"},{"text":"and all their transgressions","number":"h6588"},{"text":"them upon the head","number":"h7218"},{"text":"upon the head","number":"h7218"},{"text":"and shall send him away","number":"h7971"},{"text":"both","number":"h8147"},{"text":"goat","number":"h8163"},{"text":"of the goat","number":"h8163"}],"6":[{"text":"And Aaron","number":"h175"},{"text":"for himself and for his house","number":"h1004"},{"text":"which is for himself","number":"h1157"},{"text":"of the sin offering","number":"h2403"},{"text":"and make an atonement","number":"h3722"},{"text":"his bullock","number":"h6499"},{"text":"shall offer","number":"h7126"}],"8":[{"text":"And Aaron","number":"h175"},{"text":"and the other","number":"h259"},{"text":"one","number":"h259"},{"text":"lot","number":"h1486"},{"text":"lot","number":"h1486"},{"text":"lots","number":"h1486"},{"text":"for the LORD","number":"h3068"},{"text":"shall cast","number":"h5414"},{"text":"for the scapegoat","number":"h5799"},{"text":"upon the two","number":"h8147"},{"text":"goats","number":"h8163"}],"9":[{"text":"And Aaron","number":"h175"},{"text":"lot","number":"h1486"},{"text":"him for a sin offering","number":"h2403"},{"text":"upon which the LORD'S","number":"h3068"},{"text":"fell","number":"h5927"},{"text":"and offer","number":"h6213"},{"text":"shall bring","number":"h7126"},{"text":"the goat","number":"h8163"}],"1":[{"text":"of Aaron","number":"h175"},{"text":"after","number":"h310"},{"text":"sons","number":"h1121"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and died","number":"h4191"},{"text":"the death","number":"h4194"},{"text":"unto Moses","number":"h4872"},{"text":"before","number":"h6440"},{"text":"when they offered","number":"h7126"},{"text":"of the two","number":"h8147"}],"3":[{"text":"shall Aaron","number":"h175"},{"text":"and a ram","number":"h352"},{"text":"come","number":"h935"},{"text":"place with a young","number":"h1121"},{"text":"Thus","number":"h2063"},{"text":"for a sin offering","number":"h2403"},{"text":"for a burnt offering","number":"h5930"},{"text":"bullock","number":"h6499"},{"text":"into the holy","number":"h6944"}],"2":[{"text":"unto Aaron","number":"h175"},{"text":"thy brother","number":"h251"},{"text":"said","number":"h559"},{"text":"which is upon the ark","number":"h727"},{"text":"that he come","number":"h935"},{"text":"place within","number":"h1004"},{"text":"Speak","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"the mercy seat","number":"h3727"},{"text":"upon the mercy","number":"h3727"},{"text":"that he die","number":"h4191"},{"text":"unto Moses","number":"h4872"},{"text":"in the cloud","number":"h6051"},{"text":"not at all times","number":"h6256"},{"text":"before","number":"h6440"},{"text":"the vail","number":"h6532"},{"text":"into the holy","number":"h6944"},{"text":"not for I will appear","number":"h7200"}],"29":[{"text":"at all whether it be one of your own country","number":"h249"},{"text":"that sojourneth","number":"h1481"},{"text":"or a stranger","number":"h1616"},{"text":"day of the month","number":"h2320"},{"text":"month","number":"h2320"},{"text":"And this shall be a statute","number":"h2708"},{"text":"no work","number":"h4399"},{"text":"your souls","number":"h5315"},{"text":"for ever","number":"h5769"},{"text":"ye shall afflict","number":"h6031"},{"text":"and do","number":"h6213"},{"text":"on the tenth","number":"h6218"},{"text":"unto you that in the seventh","number":"h7637"},{"text":"among","number":"h8432"}],"5":[{"text":"and one","number":"h259"},{"text":"ram","number":"h352"},{"text":"of the children","number":"h1121"},{"text":"for a sin offering","number":"h2403"},{"text":"of Israel","number":"h3478"},{"text":"And he shall take","number":"h3947"},{"text":"of the congregation","number":"h5712"},{"text":"of the goats","number":"h5795"},{"text":"for a burnt offering","number":"h5930"},{"text":"two","number":"h8147"},{"text":"kids","number":"h8163"}],"34":[{"text":"once","number":"h259"},{"text":"for the children","number":"h1121"},{"text":"for all their sins","number":"h2403"},{"text":"statute","number":"h2708"},{"text":"as the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"unto you to make an atonement","number":"h3722"},{"text":"Moses","number":"h4872"},{"text":"And this shall be an everlasting","number":"h5769"},{"text":"And he did","number":"h6213"},{"text":"commanded","number":"h6680"},{"text":"a year","number":"h8141"}],"26":[{"text":"and afterward","number":"h310"},{"text":"his clothes","number":"h899"},{"text":"come","number":"h935"},{"text":"his flesh","number":"h1320"},{"text":"shall wash","number":"h3526"},{"text":"into the camp","number":"h4264"},{"text":"in water","number":"h4325"},{"text":"for the scapegoat","number":"h5799"},{"text":"and bathe","number":"h7364"},{"text":"And he that let go","number":"h7971"},{"text":"the goat","number":"h8163"}],"28":[{"text":"and afterward","number":"h310"},{"text":"his clothes","number":"h899"},{"text":"he shall come","number":"h935"},{"text":"his flesh","number":"h1320"},{"text":"them shall wash","number":"h3526"},{"text":"into the camp","number":"h4264"},{"text":"in water","number":"h4325"},{"text":"and bathe","number":"h7364"},{"text":"And he that burneth","number":"h8313"}],"14":[{"text":"it with his finger","number":"h676"},{"text":"with his finger","number":"h676"},{"text":"of the blood","number":"h1818"},{"text":"of the blood","number":"h1818"},{"text":"the mercy seat","number":"h3727"},{"text":"upon the mercy seat","number":"h3727"},{"text":"And he shall take","number":"h3947"},{"text":"and sprinkle","number":"h5137"},{"text":"shall he sprinkle","number":"h5137"},{"text":"and before","number":"h6440"},{"text":"times","number":"h6471"},{"text":"of the bullock","number":"h6499"},{"text":"eastward","number":"h6924"},{"text":"seven","number":"h7651"}],"19":[{"text":"upon it with his finger","number":"h676"},{"text":"of the children","number":"h1121"},{"text":"of the blood","number":"h1818"},{"text":"and cleanse","number":"h2891"},{"text":"it from the uncleanness","number":"h2932"},{"text":"of Israel","number":"h3478"},{"text":"And he shall sprinkle","number":"h5137"},{"text":"times","number":"h6471"},{"text":"it and hallow","number":"h6942"},{"text":"seven","number":"h7651"}],"22":[{"text":"unto a land","number":"h776"},{"text":"not inhabited","number":"h1509"},{"text":"in the wilderness","number":"h4057"},{"text":"shall bear","number":"h5375"},{"text":"upon him all their iniquities","number":"h5771"},{"text":"and he shall let go","number":"h7971"},{"text":"And the goat","number":"h8163"},{"text":"the goat","number":"h8163"}],"27":[{"text":"in the fire","number":"h784"},{"text":"was brought in","number":"h935"},{"text":"and their flesh","number":"h1320"},{"text":"whose blood","number":"h1818"},{"text":"without","number":"h2351"},{"text":"for the sin offering","number":"h2403"},{"text":"for the sin offering","number":"h2403"},{"text":"place shall one carry forth","number":"h3318"},{"text":"to make atonement","number":"h3722"},{"text":"the camp","number":"h4264"},{"text":"their skins","number":"h5785"},{"text":"And the bullock","number":"h6499"},{"text":"and their dung","number":"h6569"},{"text":"in the holy","number":"h6944"},{"text":"and the goat","number":"h8163"},{"text":"and they shall burn","number":"h8313"}],"12":[{"text":"of burning","number":"h784"},{"text":"of fire","number":"h784"},{"text":"and bring","number":"h935"},{"text":"it within","number":"h1004"},{"text":"coals","number":"h1513"},{"text":"beaten small","number":"h1851"},{"text":"and his hands","number":"h2651"},{"text":"the LORD","number":"h3068"},{"text":"And he shall take","number":"h3947"},{"text":"from off the altar","number":"h4196"},{"text":"a censer","number":"h4289"},{"text":"full","number":"h4393"},{"text":"full","number":"h4393"},{"text":"of sweet","number":"h5561"},{"text":"before","number":"h6440"},{"text":"the vail","number":"h6532"},{"text":"incense","number":"h7004"}],"13":[{"text":"upon the fire","number":"h784"},{"text":"the LORD","number":"h3068"},{"text":"may cover","number":"h3680"},{"text":"the mercy seat","number":"h3727"},{"text":"that he die","number":"h4191"},{"text":"And he shall put","number":"h5414"},{"text":"that is upon the testimony","number":"h5715"},{"text":"that the cloud","number":"h6051"},{"text":"before","number":"h6440"},{"text":"of the incense","number":"h7004"},{"text":"the incense","number":"h7004"}],"24":[{"text":"his garments","number":"h899"},{"text":"his flesh","number":"h1320"},{"text":"and come forth","number":"h3318"},{"text":"and make an atonement","number":"h3722"},{"text":"and put on","number":"h3847"},{"text":"with water","number":"h4325"},{"text":"place","number":"h4725"},{"text":"and the burnt offering","number":"h5930"},{"text":"his burnt offering","number":"h5930"},{"text":"for himself and for the people","number":"h5971"},{"text":"of the people","number":"h5971"},{"text":"and offer","number":"h6213"},{"text":"in the holy","number":"h6918"},{"text":"And he shall wash","number":"h7364"}],"15":[{"text":"and bring","number":"h935"},{"text":"within","number":"h1004"},{"text":"his blood","number":"h1818"},{"text":"with that blood","number":"h1818"},{"text":"with the blood","number":"h1818"},{"text":"of the sin offering","number":"h2403"},{"text":"it upon the mercy seat","number":"h3727"},{"text":"the mercy seat","number":"h3727"},{"text":"and sprinkle","number":"h5137"},{"text":"that is for the people","number":"h5971"},{"text":"and do","number":"h6213"},{"text":"as he did","number":"h6213"},{"text":"and before","number":"h6440"},{"text":"of the bullock","number":"h6499"},{"text":"the vail","number":"h6532"},{"text":"Then shall he kill","number":"h7819"},{"text":"the goat","number":"h8163"}],"10":[{"text":"on which the lot","number":"h1486"},{"text":"alive","number":"h2416"},{"text":"the LORD","number":"h3068"},{"text":"to make an atonement","number":"h3722"},{"text":"into the wilderness","number":"h4057"},{"text":"for a scapegoat","number":"h5799"},{"text":"to be the scapegoat","number":"h5799"},{"text":"fell","number":"h5927"},{"text":"shall be presented","number":"h5975"},{"text":"before","number":"h6440"},{"text":"with him and to let him go","number":"h7971"},{"text":"But the goat","number":"h8163"}],"18":[{"text":"and of the blood","number":"h1818"},{"text":"of the blood","number":"h1818"},{"text":"the LORD","number":"h3068"},{"text":"And he shall go out","number":"h3318"},{"text":"and make an atonement","number":"h3722"},{"text":"for it and shall take","number":"h3947"},{"text":"of the altar","number":"h4196"},{"text":"unto the altar","number":"h4196"},{"text":"and put","number":"h5414"},{"text":"round about","number":"h5439"},{"text":"that is before","number":"h6440"},{"text":"of the bullock","number":"h6499"},{"text":"it upon the horns","number":"h7161"},{"text":"of the goat","number":"h8163"}],"30":[{"text":"from all your sins","number":"h2403"},{"text":"for you to cleanse","number":"h2891"},{"text":"you that ye may be clean","number":"h2891"},{"text":"the LORD","number":"h3068"},{"text":"For on that day","number":"h3117"},{"text":"shall the priest make an atonement","number":"h3722"},{"text":"before","number":"h6440"}],"25":[{"text":"of the sin offering","number":"h2403"},{"text":"And the fat","number":"h2459"},{"text":"upon the altar","number":"h4196"},{"text":"shall he burn","number":"h6999"}],"31":[{"text":"by a statute","number":"h2708"},{"text":"your souls","number":"h5315"},{"text":"for ever","number":"h5769"},{"text":"unto you and ye shall afflict","number":"h6031"},{"text":"It shall be a sabbath","number":"h7676"},{"text":"of rest","number":"h7677"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"of the tabernacle","number":"h168"},{"text":"and that man","number":"h376"},{"text":"unto that man","number":"h376"},{"text":"And bringeth","number":"h935"},{"text":"blood","number":"h1818"},{"text":"blood","number":"h1818"},{"text":"shall be imputed","number":"h2803"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"shall be cut off","number":"h3772"},{"text":"of the congregation","number":"h4150"},{"text":"the tabernacle","number":"h4908"},{"text":"his people","number":"h5971"},{"text":"before","number":"h6440"},{"text":"it not unto the door","number":"h6607"},{"text":"to offer","number":"h7126"},{"text":"from among","number":"h7130"},{"text":"an offering","number":"h7133"},{"text":"he hath shed","number":"h8210"}],"5":[{"text":"of the tabernacle","number":"h168"},{"text":"even that they may bring","number":"h935"},{"text":"may bring","number":"h935"},{"text":"To the end that the children","number":"h1121"},{"text":"and offer","number":"h2076"},{"text":"which they offer","number":"h2076"},{"text":"offerings","number":"h2077"},{"text":"their sacrifices","number":"h2077"},{"text":"them unto the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"unto the priest","number":"h3548"},{"text":"of the congregation","number":"h4150"},{"text":"in the open","number":"h6440"},{"text":"unto the door","number":"h6607"},{"text":"field","number":"h7704"},{"text":"them for peace","number":"h8002"}],"6":[{"text":"of the tabernacle","number":"h168"},{"text":"the blood","number":"h1818"},{"text":"shall sprinkle","number":"h2236"},{"text":"the fat","number":"h2459"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"And the priest","number":"h3548"},{"text":"of the congregation","number":"h4150"},{"text":"upon the altar","number":"h4196"},{"text":"for a sweet","number":"h5207"},{"text":"at the door","number":"h6607"},{"text":"and burn","number":"h6999"},{"text":"savour","number":"h7381"}],"9":[{"text":"of the tabernacle","number":"h168"},{"text":"even that man","number":"h376"},{"text":"And bringeth","number":"h935"},{"text":"it unto the LORD","number":"h3068"},{"text":"shall be cut off","number":"h3772"},{"text":"of the congregation","number":"h4150"},{"text":"from among his people","number":"h5971"},{"text":"to offer","number":"h6213"},{"text":"it not unto the door","number":"h6607"}],"2":[{"text":"unto Aaron","number":"h175"},{"text":"and say","number":"h559"},{"text":"saying","number":"h559"},{"text":"and unto all the children","number":"h1121"},{"text":"and unto his sons","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"unto them This is the thing","number":"h1697"},{"text":"which the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"hath commanded","number":"h6680"}],"15":[{"text":"with beasts whether it be one of your own country","number":"h249"},{"text":"that eateth","number":"h398"},{"text":"his clothes","number":"h899"},{"text":"or a stranger","number":"h1616"},{"text":"then shall he be clean","number":"h2891"},{"text":"and be unclean","number":"h2930"},{"text":"of itself or that which was torn","number":"h2966"},{"text":"he shall both wash","number":"h3526"},{"text":"himself in water","number":"h4325"},{"text":"that which died","number":"h5038"},{"text":"And every soul","number":"h5315"},{"text":"until the even","number":"h6153"},{"text":"and bathe","number":"h7364"}],"7":[{"text":"after","number":"h310"},{"text":"unto them throughout their generations","number":"h1755"},{"text":"And they shall no more offer","number":"h2076"},{"text":"their sacrifices","number":"h2077"},{"text":"whom they have gone a whoring","number":"h2181"},{"text":"This shall be a statute","number":"h2708"},{"text":"for ever","number":"h5769"},{"text":"unto devils","number":"h8163"}],"10":[{"text":"And whatsoever man","number":"h376"},{"text":"that eateth","number":"h398"},{"text":"you that eateth","number":"h398"},{"text":"there be of the house","number":"h1004"},{"text":"that sojourn","number":"h1481"},{"text":"or of the strangers","number":"h1616"},{"text":"any manner of blood","number":"h1818"},{"text":"blood","number":"h1818"},{"text":"of Israel","number":"h3478"},{"text":"and will cut him off","number":"h3772"},{"text":"against that soul","number":"h5315"},{"text":"I will even set","number":"h5414"},{"text":"his people","number":"h5971"},{"text":"my face","number":"h6440"},{"text":"from among","number":"h7130"},{"text":"among","number":"h8432"}],"13":[{"text":"And whatsoever man","number":"h376"},{"text":"that may be eaten","number":"h398"},{"text":"there be of the children","number":"h1121"},{"text":"that sojourn","number":"h1481"},{"text":"or of the strangers","number":"h1616"},{"text":"out the blood","number":"h1818"},{"text":"any beast","number":"h2416"},{"text":"of Israel","number":"h3478"},{"text":"thereof and cover","number":"h3680"},{"text":"or fowl","number":"h5775"},{"text":"it with dust","number":"h6083"},{"text":"you which hunteth","number":"h6679"},{"text":"and catcheth","number":"h6718"},{"text":"he shall even pour","number":"h8210"},{"text":"among","number":"h8432"}],"3":[{"text":"What","number":"h376"},{"text":"man","number":"h376"},{"text":"soever there be of the house","number":"h1004"},{"text":"it out","number":"h2351"},{"text":"of Israel","number":"h3478"},{"text":"or lamb","number":"h3775"},{"text":"in the camp","number":"h4264"},{"text":"of the camp","number":"h4264"},{"text":"or goat","number":"h5795"},{"text":"an ox","number":"h7794"},{"text":"or that killeth","number":"h7819"},{"text":"that killeth","number":"h7819"}],"8":[{"text":"unto them Whatsoever man","number":"h376"},{"text":"And thou shalt say","number":"h559"},{"text":"there be of the house","number":"h1004"},{"text":"which sojourn","number":"h1481"},{"text":"or of the strangers","number":"h1616"},{"text":"or sacrifice","number":"h2077"},{"text":"of Israel","number":"h3478"},{"text":"you that offereth","number":"h5927"},{"text":"a burnt offering","number":"h5930"},{"text":"among","number":"h8432"}],"14":[{"text":"Ye shall eat","number":"h398"},{"text":"thereof whosoever eateth","number":"h398"},{"text":"thereof therefore I said","number":"h559"},{"text":"unto the children","number":"h1121"},{"text":"of all flesh","number":"h1320"},{"text":"of all flesh","number":"h1320"},{"text":"of no manner of flesh","number":"h1320"},{"text":"is the blood","number":"h1818"},{"text":"the blood","number":"h1818"},{"text":"the blood","number":"h1818"},{"text":"of Israel","number":"h3478"},{"text":"it shall be cut off","number":"h3772"},{"text":"For it is the life","number":"h5315"},{"text":"for the life","number":"h5315"},{"text":"of it is for the life","number":"h5315"}],"12":[{"text":"of you shall eat","number":"h398"},{"text":"you eat","number":"h398"},{"text":"Therefore I said","number":"h559"},{"text":"unto the children","number":"h1121"},{"text":"that sojourneth","number":"h1481"},{"text":"neither shall any stranger","number":"h1616"},{"text":"blood","number":"h1818"},{"text":"blood","number":"h1818"},{"text":"of Israel","number":"h3478"},{"text":"No soul","number":"h5315"},{"text":"among","number":"h8432"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"16":[{"text":"his flesh","number":"h1320"},{"text":"But if he wash","number":"h3526"},{"text":"then he shall bear","number":"h5375"},{"text":"his iniquity","number":"h5771"},{"text":"them not nor bathe","number":"h7364"}],"11":[{"text":"of the flesh","number":"h1320"},{"text":"for it is the blood","number":"h1818"},{"text":"is in the blood","number":"h1818"},{"text":"that maketh an atonement","number":"h3722"},{"text":"to make an atonement","number":"h3722"},{"text":"it to you upon the altar","number":"h4196"},{"text":"For the life","number":"h5315"},{"text":"for the soul","number":"h5315"},{"text":"for your souls","number":"h5315"},{"text":"and I have given","number":"h5414"}]}
@@ -0,0 +1 @@
1
+ {"8":[{"text":"it is thy father's","number":"h1"},{"text":"of thy father's","number":"h1"},{"text":"wife","number":"h802"},{"text":"shalt thou not uncover","number":"h1540"},{"text":"The nakedness","number":"h6172"},{"text":"nakedness","number":"h6172"}],"11":[{"text":"of thy father","number":"h1"},{"text":"of thy father's","number":"h1"},{"text":"she is thy sister","number":"h269"},{"text":"wife's","number":"h802"},{"text":"daughter","number":"h1323"},{"text":"thou shalt not uncover","number":"h1540"},{"text":"begotten","number":"h4138"},{"text":"The nakedness","number":"h6172"},{"text":"her nakedness","number":"h6172"}],"7":[{"text":"of thy father","number":"h1"},{"text":"of thy mother","number":"h517"},{"text":"she is thy mother","number":"h517"},{"text":"shalt thou not uncover","number":"h1540"},{"text":"thou shalt not uncover","number":"h1540"},{"text":"The nakedness","number":"h6172"},{"text":"her nakedness","number":"h6172"},{"text":"or the nakedness","number":"h6172"}],"9":[{"text":"of thy father","number":"h1"},{"text":"of thy sister","number":"h269"},{"text":"of thy mother","number":"h517"},{"text":"at home","number":"h1004"},{"text":"or daughter","number":"h1323"},{"text":"the daughter","number":"h1323"},{"text":"thou shalt not uncover","number":"h1540"},{"text":"abroad","number":"h2351"},{"text":"or born","number":"h4138"},{"text":"whether she be born","number":"h4138"},{"text":"The nakedness","number":"h6172"},{"text":"even their nakedness","number":"h6172"}],"12":[{"text":"of thy father's","number":"h1"},{"text":"she is thy father's","number":"h1"},{"text":"sister","number":"h269"},{"text":"Thou shalt not uncover","number":"h1540"},{"text":"the nakedness","number":"h6172"},{"text":"near kinswoman","number":"h7607"}],"14":[{"text":"of thy father's","number":"h1"},{"text":"brother","number":"h251"},{"text":"to his wife","number":"h802"},{"text":"Thou shalt not uncover","number":"h1540"},{"text":"she is thine aunt","number":"h1733"},{"text":"the nakedness","number":"h6172"},{"text":"thou shalt not approach","number":"h7126"}],"5":[{"text":"if a man","number":"h120"},{"text":"which","number":"h834"},{"text":"he shall live","number":"h2425"},{"text":"my statutes","number":"h2708"},{"text":"in them I am the LORD","number":"h3068"},{"text":"and my judgments","number":"h4941"},{"text":"do","number":"h6213"},{"text":"Ye shall therefore keep","number":"h8104"}],"26":[{"text":"neither any of your own nation","number":"h249"},{"text":"that sojourneth","number":"h1481"},{"text":"nor any stranger","number":"h1616"},{"text":"my statutes","number":"h2708"},{"text":"and my judgments","number":"h4941"},{"text":"and shall not commit","number":"h6213"},{"text":"Ye shall therefore keep","number":"h8104"},{"text":"among","number":"h8432"},{"text":"any of these abominations","number":"h8441"}],"16":[{"text":"it is thy brother's","number":"h251"},{"text":"of thy brother's","number":"h251"},{"text":"wife","number":"h802"},{"text":"Thou shalt not uncover","number":"h1540"},{"text":"nakedness","number":"h6172"},{"text":"the nakedness","number":"h6172"}],"13":[{"text":"sister","number":"h269"},{"text":"for she is thy mother's","number":"h517"},{"text":"of thy mother's","number":"h517"},{"text":"Thou shalt not uncover","number":"h1540"},{"text":"the nakedness","number":"h6172"},{"text":"near kinswoman","number":"h7607"}],"18":[{"text":"to her sister","number":"h269"},{"text":"a wife","number":"h802"},{"text":"her to uncover","number":"h1540"},{"text":"beside the other in her life","number":"h2416"},{"text":"Neither shalt thou take","number":"h3947"},{"text":"her nakedness","number":"h6172"},{"text":"to vex","number":"h6887"}],"6":[{"text":"to any","number":"h376"},{"text":"of kin","number":"h1320"},{"text":"to him to uncover","number":"h1540"},{"text":"I am the LORD","number":"h3068"},{"text":"their nakedness","number":"h6172"},{"text":"None of you shall approach","number":"h7126"},{"text":"that is near","number":"h7607"}],"27":[{"text":"For all these","number":"h411"},{"text":"have the men","number":"h582"},{"text":"of the land","number":"h776"},{"text":"you and the land","number":"h776"},{"text":"is defiled","number":"h2930"},{"text":"done","number":"h6213"},{"text":"which were before","number":"h6440"},{"text":"abominations","number":"h8441"}],"24":[{"text":"not ye yourselves in any of these things","number":"h428"},{"text":"for in all these the nations","number":"h1471"},{"text":"Defile","number":"h2930"},{"text":"are defiled","number":"h2930"},{"text":"before","number":"h6440"},{"text":"which I cast out","number":"h7971"}],"21":[{"text":"of thy God","number":"h430"},{"text":"let any of thy seed","number":"h2233"},{"text":"neither shalt thou profane","number":"h2490"},{"text":"I am the LORD","number":"h3068"},{"text":"through the fire to Molech","number":"h4432"},{"text":"And thou shalt not","number":"h5414"},{"text":"pass","number":"h5674"},{"text":"the name","number":"h8034"}],"2":[{"text":"your God","number":"h430"},{"text":"and say","number":"h559"},{"text":"unto the children","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"unto them I am the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"}],"30":[{"text":"your God","number":"h430"},{"text":"customs","number":"h2708"},{"text":"you and that ye defile","number":"h2930"},{"text":"not yourselves therein I am the LORD","number":"h3068"},{"text":"mine ordinance","number":"h4931"},{"text":"that ye commit","number":"h6213"},{"text":"which were committed","number":"h6213"},{"text":"before","number":"h6440"},{"text":"Therefore shall ye keep","number":"h8104"},{"text":"not any one of these abominable","number":"h8441"}],"4":[{"text":"your God","number":"h430"},{"text":"mine ordinances","number":"h2708"},{"text":"therein I am the LORD","number":"h3068"},{"text":"to walk","number":"h3212"},{"text":"my judgments","number":"h4941"},{"text":"Ye shall do","number":"h6213"},{"text":"and keep","number":"h8104"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"25":[{"text":"And the land","number":"h776"},{"text":"thereof upon it and the land","number":"h776"},{"text":"is defiled","number":"h2930"},{"text":"her inhabitants","number":"h3427"},{"text":"the iniquity","number":"h5771"},{"text":"therefore I do visit","number":"h6485"},{"text":"itself vomiteth out","number":"h6958"}],"28":[{"text":"That the land","number":"h776"},{"text":"the nations","number":"h1471"},{"text":"also when ye defile","number":"h2930"},{"text":"that were before","number":"h6440"},{"text":"it as it spued out","number":"h6958"},{"text":"spue not you out","number":"h6958"}],"3":[{"text":"of the land","number":"h776"},{"text":"of the land","number":"h776"},{"text":"whither I bring","number":"h935"},{"text":"in their ordinances","number":"h2708"},{"text":"neither shall ye walk","number":"h3212"},{"text":"wherein ye dwelt","number":"h3427"},{"text":"of Canaan","number":"h3667"},{"text":"After the doings","number":"h4639"},{"text":"and after the doings","number":"h4639"},{"text":"of Egypt","number":"h4714"},{"text":"shall ye not do","number":"h6213"},{"text":"you shall ye not do","number":"h6213"}],"17":[{"text":"of a woman","number":"h802"},{"text":"her son's","number":"h1121"},{"text":"and her daughter","number":"h1323"},{"text":"daughter","number":"h1323"},{"text":"daughter","number":"h1323"},{"text":"or her daughter's","number":"h1323"},{"text":"Thou shalt not uncover","number":"h1540"},{"text":"to uncover","number":"h1540"},{"text":"it is wickedness","number":"h2154"},{"text":"neither shalt thou take","number":"h3947"},{"text":"her nakedness","number":"h6172"},{"text":"the nakedness","number":"h6172"},{"text":"for they are her near kinswomen","number":"h7608"}],"23":[{"text":"thyself therewith neither shall any woman","number":"h802"},{"text":"a beast","number":"h929"},{"text":"with any beast","number":"h929"},{"text":"to defile","number":"h2930"},{"text":"Neither shalt thou","number":"h5414"},{"text":"stand","number":"h5975"},{"text":"before","number":"h6440"},{"text":"to lie down","number":"h7250"},{"text":"lie","number":"h7903"},{"text":"thereto it is confusion","number":"h8397"}],"19":[{"text":"unto a woman","number":"h802"},{"text":"to uncover","number":"h1540"},{"text":"for her uncleanness","number":"h2932"},{"text":"as long as she is put apart","number":"h5079"},{"text":"her nakedness","number":"h6172"},{"text":"Also thou shalt not approach","number":"h7126"}],"15":[{"text":"wife","number":"h802"},{"text":"she is thy son's","number":"h1121"},{"text":"Thou shalt not uncover","number":"h1540"},{"text":"thou shalt not uncover","number":"h1540"},{"text":"of thy daughter in law","number":"h3618"},{"text":"her nakedness","number":"h6172"},{"text":"the nakedness","number":"h6172"}],"20":[{"text":"wife","number":"h802"},{"text":"carnally","number":"h2233"},{"text":"to defile","number":"h2930"},{"text":"Moreover thou shalt not","number":"h5414"},{"text":"with thy neighbour's","number":"h5997"},{"text":"lie","number":"h7903"}],"22":[{"text":"womankind","number":"h802"},{"text":"with mankind","number":"h2145"},{"text":"as with","number":"h4904"},{"text":"Thou shalt not lie","number":"h7901"},{"text":"it is abomination","number":"h8441"}],"10":[{"text":"of thy son's","number":"h1121"},{"text":"daughter","number":"h1323"},{"text":"daughter","number":"h1323"},{"text":"or of thy daughter's","number":"h1323"},{"text":"thou shalt not uncover","number":"h1540"},{"text":"for theirs","number":"h2007"},{"text":"The nakedness","number":"h6172"},{"text":"even their nakedness","number":"h6172"},{"text":"is thine own nakedness","number":"h6172"}],"29":[{"text":"them shall be cut off","number":"h3772"},{"text":"even the souls","number":"h5315"},{"text":"their people","number":"h5971"},{"text":"For whosoever shall commit","number":"h6213"},{"text":"that commit","number":"h6213"},{"text":"from among","number":"h7130"},{"text":"any of these abominations","number":"h8441"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"and his father","number":"h1"},{"text":"every man","number":"h376"},{"text":"your God","number":"h430"},{"text":"his mother","number":"h517"},{"text":"I am the LORD","number":"h3068"},{"text":"Ye shall fear","number":"h3372"},{"text":"my sabbaths","number":"h7676"},{"text":"and keep","number":"h8104"}],"36":[{"text":"weights","number":"h68"},{"text":"ephah","number":"h374"},{"text":"your God","number":"h430"},{"text":"of the land","number":"h776"},{"text":"hin","number":"h1969"},{"text":"shall ye have I am the LORD","number":"h3068"},{"text":"which brought you out","number":"h3318"},{"text":"balances","number":"h3976"},{"text":"of Egypt","number":"h4714"},{"text":"Just","number":"h6664"},{"text":"a just","number":"h6664"},{"text":"and a just","number":"h6664"},{"text":"just","number":"h6664"}],"34":[{"text":"among you and thou shalt love","number":"h157"},{"text":"with you shall be unto you as one born","number":"h249"},{"text":"your God","number":"h430"},{"text":"in the land","number":"h776"},{"text":"that dwelleth","number":"h1481"},{"text":"But the stranger","number":"h1616"},{"text":"him as thyself for ye were strangers","number":"h1616"},{"text":"I am the LORD","number":"h3068"},{"text":"of Egypt","number":"h4714"}],"18":[{"text":"but thou shalt love","number":"h157"},{"text":"against the children","number":"h1121"},{"text":"I am the LORD","number":"h3068"},{"text":"as thyself","number":"h3644"},{"text":"nor bear any grudge","number":"h5201"},{"text":"Thou shalt not avenge","number":"h5358"},{"text":"of thy people","number":"h5971"},{"text":"thy neighbour","number":"h7453"}],"21":[{"text":"of the tabernacle","number":"h168"},{"text":"even 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":"of the congregation","number":"h4150"},{"text":"unto the door","number":"h6607"}],"31":[{"text":"not them that have familiar spirits","number":"h178"},{"text":"your God","number":"h430"},{"text":"neither seek","number":"h1245"},{"text":"to be defiled","number":"h2930"},{"text":"after wizards","number":"h3049"},{"text":"by them I am the LORD","number":"h3068"},{"text":"Regard","number":"h6437"}],"17":[{"text":"thy brother","number":"h251"},{"text":"sin","number":"h2399"},{"text":"rebuke","number":"h3198"},{"text":"thou shalt in any wise","number":"h3198"},{"text":"in thine heart","number":"h3824"},{"text":"and not suffer","number":"h5375"},{"text":"thy neighbour","number":"h5997"},{"text":"Thou shalt not hate","number":"h8130"}],"22":[{"text":"for him with the ram","number":"h352"},{"text":"of the trespass offering","number":"h817"},{"text":"which he hath done","number":"h2398"},{"text":"which he hath done","number":"h2398"},{"text":"and the sin","number":"h2403"},{"text":"for his sin","number":"h2403"},{"text":"the LORD","number":"h3068"},{"text":"And the priest","number":"h3548"},{"text":"shall make an atonement","number":"h3722"},{"text":"shall be forgiven","number":"h5545"},{"text":"before","number":"h6440"}],"20":[{"text":"And whosoever","number":"h376"},{"text":"to an husband","number":"h376"},{"text":"with a woman","number":"h802"},{"text":"her she shall be scourged","number":"h1244"},{"text":"carnally","number":"h2233"},{"text":"because she was not free","number":"h2666"},{"text":"nor freedom","number":"h2668"},{"text":"betrothed","number":"h2778"},{"text":"they shall not be put to death","number":"h4191"},{"text":"given","number":"h5414"},{"text":"and not at all","number":"h6299"},{"text":"redeemed","number":"h6299"},{"text":"lieth","number":"h7901"},{"text":"that is a bondmaid","number":"h8198"}],"11":[{"text":"one","number":"h376"},{"text":"Ye shall not steal","number":"h1589"},{"text":"neither deal falsely","number":"h3584"},{"text":"to another","number":"h5997"},{"text":"neither lie","number":"h8266"}],"7":[{"text":"And if it be eaten","number":"h398"},{"text":"at all","number":"h398"},{"text":"day","number":"h3117"},{"text":"it is abominable","number":"h6292"},{"text":"it shall not be accepted","number":"h7521"},{"text":"on the third","number":"h7992"}],"6":[{"text":"It shall be eaten","number":"h398"},{"text":"in the fire","number":"h784"},{"text":"ye offer","number":"h2077"},{"text":"day","number":"h3117"},{"text":"the same day","number":"h3117"},{"text":"and if ought remain","number":"h3498"},{"text":"it and on the morrow","number":"h4283"},{"text":"until the third","number":"h7992"},{"text":"it shall be burnt","number":"h8313"}],"8":[{"text":"Therefore every one that eateth","number":"h398"},{"text":"because he hath profaned","number":"h2490"},{"text":"of the LORD","number":"h3068"},{"text":"shall be cut off","number":"h3772"},{"text":"and that soul","number":"h5315"},{"text":"it shall bear","number":"h5375"},{"text":"his iniquity","number":"h5771"},{"text":"from among his people","number":"h5971"},{"text":"the hallowed thing","number":"h6944"}],"26":[{"text":"Ye shall not eat","number":"h398"},{"text":"any thing with the blood","number":"h1818"},{"text":"neither shall ye use enchantment","number":"h5172"},{"text":"nor observe times","number":"h6049"}],"25":[{"text":"shall ye eat","number":"h398"},{"text":"your God","number":"h430"},{"text":"And in the fifth","number":"h2549"},{"text":"thereof I am the LORD","number":"h3068"},{"text":"thereof that it may yield","number":"h3254"},{"text":"of the fruit","number":"h6529"},{"text":"year","number":"h8141"},{"text":"unto you the increase","number":"h8393"}],"23":[{"text":"unto you it shall not be eaten","number":"h398"},{"text":"into the land","number":"h776"},{"text":"And when ye shall come","number":"h935"},{"text":"for food","number":"h3978"},{"text":"and shall have planted","number":"h5193"},{"text":"all manner of trees","number":"h6086"},{"text":"then ye shall count","number":"h6188"},{"text":"thereof as uncircumcised","number":"h6188"},{"text":"shall it be as uncircumcised","number":"h6189"},{"text":"the fruit","number":"h6529"},{"text":"three","number":"h7969"},{"text":"years","number":"h8141"}],"4":[{"text":"gods","number":"h430"},{"text":"your God","number":"h430"},{"text":"ye not unto idols","number":"h457"},{"text":"I am the LORD","number":"h3068"},{"text":"to yourselves molten","number":"h4541"},{"text":"nor make","number":"h6213"},{"text":"Turn","number":"h6437"}],"12":[{"text":"of thy God","number":"h430"},{"text":"neither shalt thou profane","number":"h2490"},{"text":"I am the LORD","number":"h3068"},{"text":"And ye shall not swear","number":"h7650"},{"text":"by my name","number":"h8034"},{"text":"the name","number":"h8034"},{"text":"falsely","number":"h8267"}],"14":[{"text":"thy God","number":"h430"},{"text":"the deaf","number":"h2795"},{"text":"I am the LORD","number":"h3068"},{"text":"but shalt fear","number":"h3372"},{"text":"a stumblingblock","number":"h4383"},{"text":"nor put","number":"h5414"},{"text":"the blind","number":"h5787"},{"text":"before","number":"h6440"},{"text":"Thou shalt not curse","number":"h7043"}],"32":[{"text":"thy God","number":"h430"},{"text":"and honour","number":"h1921"},{"text":"of the old man","number":"h2205"},{"text":"I am the LORD","number":"h3068"},{"text":"and fear","number":"h3372"},{"text":"before","number":"h6440"},{"text":"the face","number":"h6440"},{"text":"Thou shalt rise up","number":"h6965"},{"text":"the hoary head","number":"h7872"}],"10":[{"text":"your God","number":"h430"},{"text":"and stranger","number":"h1616"},{"text":"I am the LORD","number":"h3068"},{"text":"of thy vineyard","number":"h3754"},{"text":"thy vineyard","number":"h3754"},{"text":"neither shalt thou gather","number":"h3950"},{"text":"thou shalt leave","number":"h5800"},{"text":"And thou shalt not glean","number":"h5953"},{"text":"them for the poor","number":"h6041"},{"text":"every grape","number":"h6528"}],"2":[{"text":"your God","number":"h430"},{"text":"and say","number":"h559"},{"text":"of the children","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"for I the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"unto all the congregation","number":"h5712"},{"text":"am holy","number":"h6918"},{"text":"unto them Ye shall be holy","number":"h6918"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"29":[{"text":"and the land","number":"h776"},{"text":"lest the land","number":"h776"},{"text":"thy daughter","number":"h1323"},{"text":"of wickedness","number":"h2154"},{"text":"fall to whoredom","number":"h2181"},{"text":"to cause her to be a whore","number":"h2181"},{"text":"Do not prostitute","number":"h2490"},{"text":"become full","number":"h4390"}],"9":[{"text":"of your land","number":"h776"},{"text":"thou shalt not wholly reap","number":"h3615"},{"text":"neither shalt thou gather","number":"h3950"},{"text":"the gleanings","number":"h3951"},{"text":"the corners","number":"h6285"},{"text":"of thy harvest","number":"h7105"},{"text":"the harvest","number":"h7105"},{"text":"And when ye reap","number":"h7114"},{"text":"of thy field","number":"h7704"}],"33":[{"text":"with thee in your land","number":"h776"},{"text":"sojourn","number":"h1481"},{"text":"And if a stranger","number":"h1616"},{"text":"ye shall not vex","number":"h3238"}],"19":[{"text":"neither shall a garment","number":"h899"},{"text":"Thou shalt not let thy cattle","number":"h929"},{"text":"thou shalt not sow","number":"h2232"},{"text":"my statutes","number":"h2708"},{"text":"mingled","number":"h3610"},{"text":"with a diverse kind","number":"h3610"},{"text":"with mingled seed","number":"h3610"},{"text":"come","number":"h5927"},{"text":"gender","number":"h7250"},{"text":"thy field","number":"h7704"},{"text":"Ye shall keep","number":"h8104"},{"text":"of linen and woollen","number":"h8162"}],"13":[{"text":"with thee all night until the morning","number":"h1242"},{"text":"neither rob","number":"h1497"},{"text":"shall not abide","number":"h3885"},{"text":"Thou shalt not defraud","number":"h6231"},{"text":"him the wages","number":"h6468"},{"text":"thy neighbour","number":"h7453"},{"text":"of him that is hired","number":"h7916"}],"28":[{"text":"in your flesh","number":"h1320"},{"text":"upon you I am the LORD","number":"h3068"},{"text":"any","number":"h3793"},{"text":"for the dead","number":"h5315"},{"text":"Ye shall not make","number":"h5414"},{"text":"nor print","number":"h5414"},{"text":"any marks","number":"h7085"},{"text":"cuttings","number":"h8296"}],"15":[{"text":"of the mighty","number":"h1419"},{"text":"of the poor","number":"h1800"},{"text":"nor honour","number":"h1921"},{"text":"in judgment","number":"h4941"},{"text":"thou shalt not respect","number":"h5375"},{"text":"no unrighteousness","number":"h5766"},{"text":"thy neighbour","number":"h5997"},{"text":"Ye shall do","number":"h6213"},{"text":"the person","number":"h6440"},{"text":"the person","number":"h6440"},{"text":"but in righteousness","number":"h6664"},{"text":"shalt thou judge","number":"h8199"}],"16":[{"text":"against the blood","number":"h1818"},{"text":"I am the LORD","number":"h3068"},{"text":"Thou shalt not go","number":"h3212"},{"text":"among thy people","number":"h5971"},{"text":"neither shalt thou stand","number":"h5975"},{"text":"up and down as a talebearer","number":"h7400"},{"text":"of thy neighbour","number":"h7453"}],"24":[{"text":"to praise","number":"h1974"},{"text":"the LORD","number":"h3068"},{"text":"all the fruit","number":"h6529"},{"text":"thereof shall be holy","number":"h6944"},{"text":"But in the fourth","number":"h7243"},{"text":"year","number":"h8141"}],"5":[{"text":"And if ye offer","number":"h2076"},{"text":"ye shall offer","number":"h2076"},{"text":"a sacrifice","number":"h2077"},{"text":"unto the LORD","number":"h3068"},{"text":"it at your own will","number":"h7522"},{"text":"of peace offerings","number":"h8002"}],"27":[{"text":"of thy beard","number":"h2206"},{"text":"Ye shall not round","number":"h5362"},{"text":"the corners","number":"h6285"},{"text":"the corners","number":"h6285"},{"text":"of your heads","number":"h7218"},{"text":"neither shalt thou mar","number":"h7843"}],"37":[{"text":"all my statutes","number":"h2708"},{"text":"them I am the LORD","number":"h3068"},{"text":"and all my judgments","number":"h4941"},{"text":"and do","number":"h6213"},{"text":"Therefore shall ye observe","number":"h8104"}],"30":[{"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":"in meteyard","number":"h4060"},{"text":"or in measure","number":"h4884"},{"text":"in judgment","number":"h4941"},{"text":"in weight","number":"h4948"},{"text":"no unrighteousness","number":"h5766"},{"text":"Ye shall do","number":"h6213"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"green ears","number":"h24"},{"text":"by the fire","number":"h784"},{"text":"of thy firstfruits","number":"h1061"},{"text":"of thy firstfruits","number":"h1061"},{"text":"even corn beaten","number":"h1643"},{"text":"unto the LORD","number":"h3068"},{"text":"out of full ears","number":"h3759"},{"text":"a meat offering","number":"h4503"},{"text":"for the meat offering","number":"h4503"},{"text":"of corn dried","number":"h7033"},{"text":"And if thou offer","number":"h7126"},{"text":"thou shalt offer","number":"h7126"}],"2":[{"text":"it to Aaron's","number":"h175"},{"text":"the memorial","number":"h234"},{"text":"to be an offering made by fire","number":"h801"},{"text":"And he shall bring","number":"h935"},{"text":"sons","number":"h1121"},{"text":"unto the LORD","number":"h3068"},{"text":"the priests","number":"h3548"},{"text":"thereof and the priest","number":"h3548"},{"text":"thereof with all the frankincense","number":"h3828"},{"text":"of it upon the altar","number":"h4196"},{"text":"of a sweet","number":"h5207"},{"text":"of the flour","number":"h5560"},{"text":"shall burn","number":"h6999"},{"text":"and he shall take","number":"h7061"},{"text":"his handful","number":"h7062"},{"text":"savour","number":"h7381"},{"text":"thereout","number":"h8033"},{"text":"thereof and of the oil","number":"h8081"}],"10":[{"text":"shall be Aaron's","number":"h175"},{"text":"made by fire","number":"h801"},{"text":"of the offerings","number":"h801"},{"text":"and his sons","number":"h1121"},{"text":"of the LORD","number":"h3068"},{"text":"And that which is left","number":"h3498"},{"text":"of the meat offering","number":"h4503"},{"text":"holy","number":"h6944"},{"text":"it is a thing most","number":"h6944"}],"3":[{"text":"shall be Aaron's","number":"h175"},{"text":"made by fire","number":"h801"},{"text":"of the offerings","number":"h801"},{"text":"and his sons","number":"h1121"},{"text":"of the LORD","number":"h3068"},{"text":"And the remnant","number":"h3498"},{"text":"of the meat offering","number":"h4503"},{"text":"holy","number":"h6944"},{"text":"it is a thing most","number":"h6944"}],"9":[{"text":"a memorial","number":"h234"},{"text":"it is an offering made by fire","number":"h801"},{"text":"unto the LORD","number":"h3068"},{"text":"And the priest","number":"h3548"},{"text":"it upon the altar","number":"h4196"},{"text":"from the meat offering","number":"h4503"},{"text":"of a sweet","number":"h5207"},{"text":"thereof and shall burn","number":"h6999"},{"text":"shall take","number":"h7311"},{"text":"savour","number":"h7381"}],"16":[{"text":"the memorial","number":"h234"},{"text":"thereof it is an offering made by fire","number":"h801"},{"text":"of it part of the beaten corn","number":"h1643"},{"text":"unto the LORD","number":"h3068"},{"text":"And the priest","number":"h3548"},{"text":"thereof with all the frankincense","number":"h3828"},{"text":"shall burn","number":"h6999"},{"text":"thereof and part of the oil","number":"h8081"}],"13":[{"text":"of thy God","number":"h430"},{"text":"of the covenant","number":"h1285"},{"text":"shalt thou season","number":"h4414"},{"text":"neither shalt thou suffer the salt","number":"h4417"},{"text":"salt","number":"h4417"},{"text":"with salt","number":"h4417"},{"text":"from thy meat offering","number":"h4503"},{"text":"of thy meat offering","number":"h4503"},{"text":"thou shalt offer","number":"h7126"},{"text":"And every oblation","number":"h7133"},{"text":"with all thine offerings","number":"h7133"},{"text":"to be lacking","number":"h7673"}],"11":[{"text":"in any offering","number":"h801"},{"text":"made by fire","number":"h801"},{"text":"nor any honey","number":"h1706"},{"text":"with leaven","number":"h2557"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"No meat offering","number":"h4503"},{"text":"shall be made","number":"h6213"},{"text":"for ye shall burn","number":"h6999"},{"text":"which ye shall bring","number":"h7126"},{"text":"no leaven","number":"h7603"}],"8":[{"text":"And thou shalt bring","number":"h935"},{"text":"of these things unto the LORD","number":"h3068"},{"text":"unto the priest","number":"h3548"},{"text":"it unto the altar","number":"h4196"},{"text":"the meat offering","number":"h4503"},{"text":"he shall bring","number":"h5066"},{"text":"that is made","number":"h6213"},{"text":"and when it is presented","number":"h7126"}],"4":[{"text":"mingled","number":"h1101"},{"text":"cakes","number":"h2471"},{"text":"baken","number":"h3989"},{"text":"of a meat offering","number":"h4503"},{"text":"it shall be unleavened","number":"h4682"},{"text":"or unleavened","number":"h4682"},{"text":"anointed","number":"h4886"},{"text":"of fine flour","number":"h5560"},{"text":"And if thou bring","number":"h7126"},{"text":"an oblation","number":"h7133"},{"text":"wafers","number":"h7550"},{"text":"with oil","number":"h8081"},{"text":"with oil","number":"h8081"},{"text":"in the oven","number":"h8574"}],"5":[{"text":"mingled","number":"h1101"},{"text":"baken in a pan","number":"h4227"},{"text":"be a meat offering","number":"h4503"},{"text":"unleavened","number":"h4682"},{"text":"it shall be of fine flour","number":"h5560"},{"text":"And if thy oblation","number":"h7133"},{"text":"with oil","number":"h8081"}],"12":[{"text":"them unto the LORD","number":"h3068"},{"text":"on the altar","number":"h4196"},{"text":"for a sweet","number":"h5207"},{"text":"but they shall not be burnt","number":"h5927"},{"text":"ye shall offer","number":"h7126"},{"text":"As for the oblation","number":"h7133"},{"text":"of the firstfruits","number":"h7225"},{"text":"savour","number":"h7381"}],"1":[{"text":"unto the LORD","number":"h3068"},{"text":"and he shall pour","number":"h3332"},{"text":"frankincense","number":"h3828"},{"text":"a meat","number":"h4503"},{"text":"And when any","number":"h5315"},{"text":"upon it and put","number":"h5414"},{"text":"shall be of fine flour","number":"h5560"},{"text":"will offer","number":"h7126"},{"text":"his offering","number":"h7133"},{"text":"offering","number":"h7133"},{"text":"oil","number":"h8081"}],"6":[{"text":"and pour","number":"h3332"},{"text":"thereon it is a meat offering","number":"h4503"},{"text":"it in pieces","number":"h6595"},{"text":"Thou shalt part","number":"h6626"},{"text":"oil","number":"h8081"}],"15":[{"text":"frankincense","number":"h3828"},{"text":"thereon it is a meat offering","number":"h4503"},{"text":"And thou shalt put","number":"h5414"},{"text":"upon it and lay","number":"h7760"},{"text":"oil","number":"h8081"}],"7":[{"text":"be a meat offering","number":"h4503"},{"text":"baken in the fryingpan","number":"h4802"},{"text":"of fine flour","number":"h5560"},{"text":"it shall be made","number":"h6213"},{"text":"And if thy oblation","number":"h7133"},{"text":"with oil","number":"h8081"}]}
@@ -0,0 +1 @@
1
+ {"9":[{"text":"his father","number":"h1"},{"text":"his father","number":"h1"},{"text":"For every","number":"h376"},{"text":"one","number":"h376"},{"text":"or his mother","number":"h517"},{"text":"or his mother","number":"h517"},{"text":"his blood","number":"h1818"},{"text":"put to death","number":"h4191"},{"text":"shall be surely","number":"h4191"},{"text":"he hath cursed","number":"h7043"},{"text":"that curseth","number":"h7043"}],"11":[{"text":"his father's","number":"h1"},{"text":"with his father's","number":"h1"},{"text":"And the man","number":"h376"},{"text":"wife","number":"h802"},{"text":"hath uncovered","number":"h1540"},{"text":"their blood","number":"h1818"},{"text":"be put to death","number":"h4191"},{"text":"of them shall surely","number":"h4191"},{"text":"nakedness","number":"h6172"},{"text":"that lieth","number":"h7901"},{"text":"both","number":"h8147"}],"17":[{"text":"his father's","number":"h1"},{"text":"or","number":"h176"},{"text":"his sister","number":"h269"},{"text":"his sister's","number":"h269"},{"text":"And if a man","number":"h376"},{"text":"his mother's","number":"h517"},{"text":"daughter","number":"h1323"},{"text":"daughter","number":"h1323"},{"text":"he hath uncovered","number":"h1540"},{"text":"it is a wicked thing","number":"h2617"},{"text":"and they shall be cut off","number":"h3772"},{"text":"shall take","number":"h3947"},{"text":"he shall bear","number":"h5375"},{"text":"his iniquity","number":"h5771"},{"text":"in the sight","number":"h5869"},{"text":"of their people","number":"h5971"},{"text":"her nakedness","number":"h6172"},{"text":"his nakedness","number":"h6172"},{"text":"nakedness","number":"h6172"},{"text":"and see","number":"h7200"},{"text":"and she see","number":"h7200"}],"19":[{"text":"nor of thy father's","number":"h1"},{"text":"sister","number":"h269"},{"text":"sister","number":"h269"},{"text":"of thy mother's","number":"h517"},{"text":"And thou shalt not uncover","number":"h1540"},{"text":"they shall bear","number":"h5375"},{"text":"their iniquity","number":"h5771"},{"text":"for he uncovereth","number":"h6168"},{"text":"the nakedness","number":"h6172"},{"text":"his near kin","number":"h7607"}],"2":[{"text":"him with stones","number":"h68"},{"text":"Whosoever","number":"h376"},{"text":"Again thou shalt say","number":"h559"},{"text":"of the land","number":"h776"},{"text":"he be of the children","number":"h1121"},{"text":"to the children","number":"h1121"},{"text":"that sojourn","number":"h1481"},{"text":"or of the strangers","number":"h1616"},{"text":"any of his seed","number":"h2233"},{"text":"in Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"be put to death","number":"h4191"},{"text":"he shall surely","number":"h4191"},{"text":"unto Molech","number":"h4432"},{"text":"that giveth","number":"h5414"},{"text":"the people","number":"h5971"},{"text":"shall stone","number":"h7275"}],"27":[{"text":"them with stones","number":"h68"},{"text":"a familiar spirit","number":"h178"},{"text":"A man","number":"h376"},{"text":"also or woman","number":"h802"},{"text":"their blood","number":"h1818"},{"text":"or that is a wizard","number":"h3049"},{"text":"that hath","number":"h3588"},{"text":"be put to death","number":"h4191"},{"text":"shall surely","number":"h4191"},{"text":"they shall stone","number":"h7275"}],"25":[{"text":"on the ground","number":"h127"},{"text":"Ye shall therefore put difference","number":"h914"},{"text":"which I have separated","number":"h914"},{"text":"beasts","number":"h929"},{"text":"by beast","number":"h929"},{"text":"and clean","number":"h2889"},{"text":"between clean","number":"h2889"},{"text":"from you as unclean","number":"h2930"},{"text":"and between unclean","number":"h2931"},{"text":"and unclean","number":"h2931"},{"text":"and ye shall not make your souls","number":"h5315"},{"text":"fowls","number":"h5775"},{"text":"or by fowl","number":"h5775"},{"text":"or by any manner of living thing that creepeth","number":"h7430"},{"text":"abominable","number":"h8262"}],"24":[{"text":"their land","number":"h127"},{"text":"your God","number":"h430"},{"text":"But I have said","number":"h559"},{"text":"it a land","number":"h776"},{"text":"which have separated","number":"h914"},{"text":"and honey","number":"h1706"},{"text":"that floweth","number":"h2100"},{"text":"with milk","number":"h2461"},{"text":"I am the LORD","number":"h3068"},{"text":"it unto you to possess","number":"h3423"},{"text":"unto you Ye shall inherit","number":"h3423"},{"text":"and I will give","number":"h5414"},{"text":"you from other people","number":"h5971"}],"6":[{"text":"such as have familiar spirits","number":"h178"},{"text":"after","number":"h310"},{"text":"and after","number":"h310"},{"text":"after","number":"h413"},{"text":"to go a whoring","number":"h2181"},{"text":"wizards","number":"h3049"},{"text":"and will cut him off","number":"h3772"},{"text":"And the soul","number":"h5315"},{"text":"against that soul","number":"h5315"},{"text":"them I will even set","number":"h5414"},{"text":"his people","number":"h5971"},{"text":"that turneth","number":"h6437"},{"text":"my face","number":"h6440"},{"text":"from among","number":"h7130"}],"21":[{"text":"his brother's","number":"h251"},{"text":"his brother's","number":"h251"},{"text":"And if a man","number":"h376"},{"text":"wife","number":"h802"},{"text":"he hath uncovered","number":"h1540"},{"text":"shall take","number":"h3947"},{"text":"it is an unclean thing","number":"h5079"},{"text":"nakedness","number":"h6172"},{"text":"they shall be childless","number":"h6185"}],"5":[{"text":"after","number":"h310"},{"text":"against that man","number":"h376"},{"text":"and all that go a whoring","number":"h2181"},{"text":"him to commit whoredom","number":"h2181"},{"text":"and will cut him off","number":"h3772"},{"text":"with Molech","number":"h4432"},{"text":"and against his family","number":"h4940"},{"text":"their people","number":"h5971"},{"text":"my face","number":"h6440"},{"text":"from among","number":"h7130"},{"text":"Then I will set","number":"h7760"}],"12":[{"text":"And if a man","number":"h376"},{"text":"their blood","number":"h1818"},{"text":"with his daughter in law","number":"h3618"},{"text":"be put to death","number":"h4191"},{"text":"of them shall surely","number":"h4191"},{"text":"they have wrought","number":"h6213"},{"text":"lie","number":"h7901"},{"text":"both","number":"h8147"},{"text":"confusion","number":"h8397"}],"14":[{"text":"And if a man","number":"h376"},{"text":"and her mother","number":"h517"},{"text":"with fire","number":"h784"},{"text":"a wife","number":"h802"},{"text":"both he and they that there be no wickedness","number":"h2154"},{"text":"it is wickedness","number":"h2154"},{"text":"take","number":"h3947"},{"text":"they shall be burnt","number":"h8313"},{"text":"among","number":"h8432"}],"15":[{"text":"And if a man","number":"h376"},{"text":"the beast","number":"h929"},{"text":"with a beast","number":"h929"},{"text":"and ye shall slay","number":"h2026"},{"text":"be put to death","number":"h4191"},{"text":"he shall surely","number":"h4191"},{"text":"lie","number":"h5414"}],"18":[{"text":"And if a man","number":"h376"},{"text":"with a woman","number":"h802"},{"text":"and shall uncover","number":"h1540"},{"text":"and she hath uncovered","number":"h1540"},{"text":"having her sickness","number":"h1739"},{"text":"of her blood","number":"h1818"},{"text":"of them shall be cut off","number":"h3772"},{"text":"her fountain","number":"h4726"},{"text":"the fountain","number":"h4726"},{"text":"their people","number":"h5971"},{"text":"he hath discovered","number":"h6168"},{"text":"her nakedness","number":"h6172"},{"text":"from among","number":"h7130"},{"text":"shall lie","number":"h7901"},{"text":"and both","number":"h8147"}],"20":[{"text":"And if a man","number":"h376"},{"text":"he hath uncovered","number":"h1540"},{"text":"his uncle's","number":"h1730"},{"text":"with his uncle's wife","number":"h1733"},{"text":"their sin","number":"h2399"},{"text":"they shall die","number":"h4191"},{"text":"they shall bear","number":"h5375"},{"text":"nakedness","number":"h6172"},{"text":"childless","number":"h6185"},{"text":"shall lie","number":"h7901"}],"10":[{"text":"And the man","number":"h376"},{"text":"with another man's","number":"h376"},{"text":"wife","number":"h802"},{"text":"wife","number":"h802"},{"text":"be put to death","number":"h4191"},{"text":"shall surely","number":"h4191"},{"text":"and the adulteress","number":"h5003"},{"text":"even he that committeth adultery","number":"h5003"},{"text":"that committeth adultery","number":"h5003"},{"text":"the adulterer","number":"h5003"},{"text":"with his neighbour's","number":"h7453"}],"13":[{"text":"If a man","number":"h376"},{"text":"with a woman","number":"h802"},{"text":"their blood","number":"h1818"},{"text":"with mankind","number":"h2145"},{"text":"be put to death","number":"h4191"},{"text":"they shall surely","number":"h4191"},{"text":"as he lieth","number":"h4904"},{"text":"of them have committed","number":"h6213"},{"text":"also lie","number":"h7901"},{"text":"both","number":"h8147"},{"text":"an abomination","number":"h8441"}],"3":[{"text":"against that man","number":"h376"},{"text":"of his seed","number":"h2233"},{"text":"and to profane","number":"h2490"},{"text":"to defile","number":"h2930"},{"text":"and will cut him off","number":"h3772"},{"text":"unto Molech","number":"h4432"},{"text":"my sanctuary","number":"h4720"},{"text":"And I will set","number":"h5414"},{"text":"because he hath given","number":"h5414"},{"text":"his people","number":"h5971"},{"text":"my face","number":"h6440"},{"text":"my holy","number":"h6944"},{"text":"from among","number":"h7130"},{"text":"name","number":"h8034"}],"4":[{"text":"from the man","number":"h376"},{"text":"of the land","number":"h776"},{"text":"him not","number":"h1115"},{"text":"of his seed","number":"h2233"},{"text":"and kill","number":"h4191"},{"text":"unto Molech","number":"h4432"},{"text":"when he giveth","number":"h5414"},{"text":"their eyes","number":"h5869"},{"text":"do any ways","number":"h5956"},{"text":"hide","number":"h5956"},{"text":"And if the people","number":"h5971"}],"7":[{"text":"your God","number":"h430"},{"text":"for I am the LORD","number":"h3068"},{"text":"yourselves therefore and be ye holy","number":"h6918"},{"text":"Sanctify","number":"h6942"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"22":[{"text":"them that the land","number":"h776"},{"text":"whither I bring","number":"h935"},{"text":"all my statutes","number":"h2708"},{"text":"you to dwell","number":"h3427"},{"text":"and all my judgments","number":"h4941"},{"text":"and do","number":"h6213"},{"text":"therein spue you not out","number":"h6958"},{"text":"Ye shall therefore keep","number":"h8104"}],"16":[{"text":"And if a woman","number":"h802"},{"text":"the woman","number":"h802"},{"text":"and the beast","number":"h929"},{"text":"unto any beast","number":"h929"},{"text":"their blood","number":"h1818"},{"text":"thereto thou shalt kill","number":"h2026"},{"text":"be put to death","number":"h4191"},{"text":"they shall surely","number":"h4191"},{"text":"approach","number":"h7126"},{"text":"and lie down","number":"h7250"}],"26":[{"text":"and have severed","number":"h914"},{"text":"unto me for I the LORD","number":"h3068"},{"text":"you from other people","number":"h5971"},{"text":"And ye shall be holy","number":"h6918"},{"text":"am holy","number":"h6918"}],"23":[{"text":"of the nation","number":"h1471"},{"text":"in the manners","number":"h2708"},{"text":"And ye shall not walk","number":"h3212"},{"text":"you for they committed","number":"h6213"},{"text":"before","number":"h6440"},{"text":"all these things and therefore I abhorred","number":"h6973"},{"text":"which I cast out","number":"h7971"}],"8":[{"text":"my statutes","number":"h2708"},{"text":"them I am the LORD","number":"h3068"},{"text":"and do","number":"h6213"},{"text":"which sanctify","number":"h6942"},{"text":"And ye shall keep","number":"h8104"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"and for his father","number":"h1"},{"text":"and for his brother","number":"h251"},{"text":"unto him that is for his mother","number":"h517"},{"text":"and for his son","number":"h1121"},{"text":"and for his daughter","number":"h1323"},{"text":"that is near","number":"h7138"},{"text":"But for his kin","number":"h7607"}],"9":[{"text":"her father","number":"h1"},{"text":"of any","number":"h376"},{"text":"with fire","number":"h784"},{"text":"And the daughter","number":"h1323"},{"text":"herself by playing the whore","number":"h2181"},{"text":"if she profane","number":"h2490"},{"text":"she profaneth","number":"h2490"},{"text":"priest","number":"h3548"},{"text":"she shall be burnt","number":"h8313"}],"11":[{"text":"himself for his father","number":"h1"},{"text":"or for his mother","number":"h517"},{"text":"Neither shall he go in","number":"h935"},{"text":"nor defile","number":"h2930"},{"text":"to any dead","number":"h4191"},{"text":"body","number":"h5315"}],"24":[{"text":"it unto Aaron","number":"h175"},{"text":"and to his sons","number":"h1121"},{"text":"and unto all the children","number":"h1121"},{"text":"told","number":"h1696"},{"text":"of Israel","number":"h3478"},{"text":"And Moses","number":"h4872"}],"1":[{"text":"of Aaron","number":"h175"},{"text":"Speak","number":"h559"},{"text":"and say","number":"h559"},{"text":"said","number":"h559"},{"text":"the sons","number":"h1121"},{"text":"unto them There shall none be defiled","number":"h2930"},{"text":"And the LORD","number":"h3068"},{"text":"unto the priests","number":"h3548"},{"text":"unto Moses","number":"h4872"},{"text":"for the dead","number":"h5315"},{"text":"among his people","number":"h5971"}],"21":[{"text":"of Aaron","number":"h175"},{"text":"No man","number":"h376"},{"text":"of his God","number":"h430"},{"text":"made by fire","number":"h801"},{"text":"the offerings","number":"h801"},{"text":"of the seed","number":"h2233"},{"text":"of the LORD","number":"h3068"},{"text":"the priest","number":"h3548"},{"text":"the bread","number":"h3899"},{"text":"he hath a blemish","number":"h3971"},{"text":"that hath a blemish","number":"h3971"},{"text":"he shall not come nigh","number":"h5066"},{"text":"shall come nigh","number":"h5066"},{"text":"to offer","number":"h7126"},{"text":"to offer","number":"h7126"}],"17":[{"text":"unto Aaron","number":"h175"},{"text":"Whosoever","number":"h376"},{"text":"of his God","number":"h430"},{"text":"saying","number":"h559"},{"text":"Speak","number":"h1696"},{"text":"in their generations","number":"h1755"},{"text":"he be of thy seed","number":"h2233"},{"text":"the bread","number":"h3899"},{"text":"that hath any blemish","number":"h3971"},{"text":"let him not approach","number":"h7126"},{"text":"to offer","number":"h7126"}],"10":[{"text":"among his brethren","number":"h251"},{"text":"his clothes","number":"h899"},{"text":"on the garments","number":"h899"},{"text":"And he that is the high","number":"h1419"},{"text":"was poured","number":"h3332"},{"text":"priest","number":"h3548"},{"text":"to put","number":"h3847"},{"text":"and that is consecrated","number":"h4390"},{"text":"the anointing","number":"h4888"},{"text":"nor rend","number":"h6533"},{"text":"shall not uncover","number":"h6544"},{"text":"his head","number":"h7218"},{"text":"upon whose head","number":"h7218"},{"text":"oil","number":"h8081"}],"3":[{"text":"And for his sister","number":"h269"},{"text":"unto him which hath had no husband","number":"h376"},{"text":"a virgin","number":"h1330"},{"text":"for her may he be defiled","number":"h2930"},{"text":"that is nigh","number":"h7138"}],"18":[{"text":"For whatsoever man","number":"h376"},{"text":"man","number":"h376"},{"text":"or he that hath a flat nose","number":"h2763"},{"text":"he be that hath a blemish","number":"h3971"},{"text":"a blind","number":"h5787"},{"text":"or a lame","number":"h6455"},{"text":"he shall not approach","number":"h7126"},{"text":"or any thing superfluous","number":"h8311"}],"19":[{"text":"Or a man","number":"h376"},{"text":"or brokenhanded","number":"h7667"},{"text":"that is brokenfooted","number":"h7667"}],"7":[{"text":"from her husband","number":"h376"},{"text":"unto his God","number":"h430"},{"text":"a wife","number":"h802"},{"text":"a woman","number":"h802"},{"text":"put away","number":"h1644"},{"text":"that is a whore","number":"h2181"},{"text":"or profane","number":"h2491"},{"text":"They shall not take","number":"h3947"},{"text":"neither shall they take","number":"h3947"},{"text":"for he is holy","number":"h6918"}],"22":[{"text":"He shall eat","number":"h398"},{"text":"of his God","number":"h430"},{"text":"the bread","number":"h3899"},{"text":"and of the holy","number":"h6944"},{"text":"both of the most","number":"h6944"},{"text":"holy","number":"h6944"}],"12":[{"text":"of his God","number":"h430"},{"text":"of his God","number":"h430"},{"text":"nor profane","number":"h2490"},{"text":"is upon him I am the LORD","number":"h3068"},{"text":"Neither shall he go out","number":"h3318"},{"text":"of the sanctuary","number":"h4720"},{"text":"the sanctuary","number":"h4720"},{"text":"of the anointing","number":"h4888"},{"text":"for the crown","number":"h5145"},{"text":"oil","number":"h8081"}],"6":[{"text":"of their God","number":"h430"},{"text":"of their God","number":"h430"},{"text":"unto their God","number":"h430"},{"text":"for the offerings","number":"h801"},{"text":"made by fire","number":"h801"},{"text":"and not profane","number":"h2490"},{"text":"of the LORD","number":"h3068"},{"text":"and the bread","number":"h3899"},{"text":"therefore they shall be holy","number":"h6918"},{"text":"They shall be holy","number":"h6944"},{"text":"they do offer","number":"h7126"},{"text":"the name","number":"h8034"}],"8":[{"text":"of thy God","number":"h430"},{"text":"unto thee for I the LORD","number":"h3068"},{"text":"the bread","number":"h3899"},{"text":"he shall be holy","number":"h6918"},{"text":"you am holy","number":"h6918"},{"text":"Thou shalt sanctify","number":"h6942"},{"text":"which sanctify","number":"h6942"},{"text":"him therefore for he offereth","number":"h7126"}],"14":[{"text":"A widow","number":"h490"},{"text":"to wife","number":"h802"},{"text":"a virgin","number":"h1330"},{"text":"or a divorced woman","number":"h1644"},{"text":"or an harlot","number":"h2181"},{"text":"or profane","number":"h2491"},{"text":"but he shall take","number":"h3947"},{"text":"these shall he not take","number":"h3947"},{"text":"of his own people","number":"h5971"}],"16":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"13":[{"text":"a wife","number":"h802"},{"text":"in her virginity","number":"h1331"},{"text":"And he shall take","number":"h3947"}],"20":[{"text":"or hath his stones","number":"h810"},{"text":"Or crookbackt","number":"h1384"},{"text":"or be scurvy","number":"h1618"},{"text":"or a dwarf","number":"h1851"},{"text":"or scabbed","number":"h3217"},{"text":"broken","number":"h4790"},{"text":"in his eye","number":"h5869"},{"text":"or that hath a blemish","number":"h8400"}],"23":[{"text":"Only he shall not go in","number":"h935"},{"text":"that he profane","number":"h2490"},{"text":"for I the LORD","number":"h3068"},{"text":"because he hath a blemish","number":"h3971"},{"text":"unto the altar","number":"h4196"},{"text":"not my sanctuaries","number":"h4720"},{"text":"nor come nigh","number":"h5066"},{"text":"unto the vail","number":"h6532"},{"text":"do sanctify","number":"h6942"}],"4":[{"text":"himself being a chief man","number":"h1167"},{"text":"to profane","number":"h2490"},{"text":"But he shall not defile","number":"h2930"},{"text":"among his people","number":"h5971"}],"5":[{"text":"in their flesh","number":"h1320"},{"text":"neither shall they shave off","number":"h1548"},{"text":"of their beard","number":"h2206"},{"text":"the corner","number":"h6285"},{"text":"They shall not make","number":"h7139"},{"text":"baldness","number":"h7144"},{"text":"upon their head","number":"h7218"},{"text":"nor make","number":"h8295"},{"text":"any cuttings","number":"h8296"}],"15":[{"text":"his seed","number":"h2233"},{"text":"Neither shall he profane","number":"h2490"},{"text":"for I the LORD","number":"h3068"},{"text":"among his people","number":"h5971"},{"text":"do sanctify","number":"h6942"}]}
@@ -0,0 +1 @@
1
+ {"13":[{"text":"of her father's","number":"h1"},{"text":"unto her father's","number":"h1"},{"text":"eat","number":"h398"},{"text":"she shall eat","number":"h398"},{"text":"be a widow","number":"h490"},{"text":"house","number":"h1004"},{"text":"daughter","number":"h1323"},{"text":"or divorced","number":"h1644"},{"text":"but there shall no stranger","number":"h2114"},{"text":"and have no child","number":"h2233"},{"text":"But if the priest's","number":"h3548"},{"text":"meat","number":"h3899"},{"text":"as in her youth","number":"h5271"},{"text":"and is returned","number":"h7725"}],"5":[{"text":"or a man","number":"h120"},{"text":"Or whosoever","number":"h376"},{"text":"of whom he may take uncleanness","number":"h2930"},{"text":"whereby he may be made unclean","number":"h2930"},{"text":"whatsoever uncleanness","number":"h2932"},{"text":"toucheth","number":"h5060"},{"text":"any creeping thing","number":"h8318"}],"4":[{"text":"of Aaron","number":"h175"},{"text":"What man soever","number":"h376"},{"text":"or a man","number":"h376"},{"text":"he shall not eat","number":"h398"},{"text":"or hath a running issue","number":"h2100"},{"text":"of the seed","number":"h2233"},{"text":"whose seed","number":"h2233"},{"text":"until he be clean","number":"h2891"},{"text":"any thing that is unclean","number":"h2931"},{"text":"goeth","number":"h3318"},{"text":"And whoso toucheth","number":"h5060"},{"text":"by the dead","number":"h5315"},{"text":"is a leper","number":"h6879"},{"text":"of the holy things","number":"h6944"}],"18":[{"text":"unto Aaron","number":"h175"},{"text":"unto them Whatsoever he be","number":"h376"},{"text":"and say","number":"h559"},{"text":"of the house","number":"h1004"},{"text":"and to his sons","number":"h1121"},{"text":"and unto all the children","number":"h1121"},{"text":"or of the strangers","number":"h1616"},{"text":"Speak","number":"h1696"},{"text":"unto the LORD","number":"h3068"},{"text":"in Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"and for all his freewill offerings","number":"h5071"},{"text":"for all his vows","number":"h5088"},{"text":"for a burnt offering","number":"h5930"},{"text":"that will offer","number":"h7126"},{"text":"which they will offer","number":"h7126"},{"text":"his oblation","number":"h7133"}],"2":[{"text":"unto Aaron","number":"h175"},{"text":"and to his sons","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"and that they profane","number":"h2490"},{"text":"unto me I am the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"that they separate","number":"h5144"},{"text":"in those things which they hallow","number":"h6942"},{"text":"not my holy","number":"h6944"},{"text":"themselves from the holy things","number":"h6944"},{"text":"name","number":"h8034"}],"28":[{"text":"both in one","number":"h259"},{"text":"it and her young","number":"h1121"},{"text":"day","number":"h3117"},{"text":"or ewe","number":"h7716"},{"text":"And whether it be cow","number":"h7794"},{"text":"ye shall not kill","number":"h7819"}],"7":[{"text":"and shall afterward","number":"h310"},{"text":"eat","number":"h398"},{"text":"is down","number":"h935"},{"text":"he shall be clean","number":"h2891"},{"text":"because it is his food","number":"h3899"},{"text":"of the holy things","number":"h6944"},{"text":"And when the sun","number":"h8121"}],"14":[{"text":"And if a man","number":"h376"},{"text":"eat","number":"h398"},{"text":"the fifth","number":"h2549"},{"text":"then he shall put","number":"h3254"},{"text":"it unto the priest","number":"h3548"},{"text":"part thereof unto it and shall give","number":"h5414"},{"text":"of the holy thing","number":"h6944"},{"text":"with the holy thing","number":"h6944"},{"text":"unwittingly","number":"h7684"}],"21":[{"text":"And whosoever","number":"h376"},{"text":"in beeves","number":"h1241"},{"text":"a sacrifice","number":"h2077"},{"text":"unto the LORD","number":"h3068"},{"text":"there shall be no blemish","number":"h3971"},{"text":"or a freewill offering","number":"h5071"},{"text":"his vow","number":"h5088"},{"text":"to accomplish","number":"h6381"},{"text":"or sheep","number":"h6629"},{"text":"offereth","number":"h7126"},{"text":"to be accepted","number":"h7522"},{"text":"of peace offerings","number":"h8002"},{"text":"it shall be perfect","number":"h8549"}],"12":[{"text":"also be married unto a stranger","number":"h376"},{"text":"she may not eat","number":"h398"},{"text":"daughter","number":"h1323"},{"text":"If the priest's","number":"h3548"},{"text":"of the holy things","number":"h6944"},{"text":"of an offering","number":"h8641"}],"3":[{"text":"unto them Whosoever","number":"h376"},{"text":"Say","number":"h559"},{"text":"which the children","number":"h1121"},{"text":"among your generations","number":"h1755"},{"text":"he be of all your seed","number":"h2233"},{"text":"having his uncleanness","number":"h2932"},{"text":"I am the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"shall be cut off","number":"h3772"},{"text":"upon him that soul","number":"h5315"},{"text":"from my presence","number":"h6440"},{"text":"hallow","number":"h6942"},{"text":"unto the holy things","number":"h6944"},{"text":"that goeth","number":"h7126"}],"6":[{"text":"and shall not eat","number":"h398"},{"text":"unless","number":"h518"},{"text":"his flesh","number":"h1320"},{"text":"any such shall be unclean","number":"h2930"},{"text":"with water","number":"h4325"},{"text":"which hath touched","number":"h5060"},{"text":"The soul","number":"h5315"},{"text":"until even","number":"h6153"},{"text":"of the holy things","number":"h6944"},{"text":"he wash","number":"h7364"}],"10":[{"text":"eat","number":"h398"},{"text":"shall not eat","number":"h398"},{"text":"There shall no stranger","number":"h2114"},{"text":"of the priest","number":"h3548"},{"text":"of the holy thing","number":"h6944"},{"text":"of the holy thing","number":"h6944"},{"text":"or an hired servant","number":"h7916"},{"text":"a sojourner","number":"h8453"}],"11":[{"text":"he shall eat","number":"h398"},{"text":"they shall eat","number":"h398"},{"text":"in his house","number":"h1004"},{"text":"of it and he that is born","number":"h3211"},{"text":"But if the priest","number":"h3548"},{"text":"his money","number":"h3701"},{"text":"of his meat","number":"h3899"},{"text":"any soul","number":"h5315"},{"text":"buy","number":"h7069"},{"text":"with","number":"h7075"}],"30":[{"text":"it shall be eaten up","number":"h398"},{"text":"none of it until the morrow","number":"h1242"},{"text":"I am the LORD","number":"h3068"},{"text":"On the same day","number":"h3117"},{"text":"ye shall leave","number":"h3498"}],"16":[{"text":"when they eat","number":"h398"},{"text":"of trespass","number":"h819"},{"text":"for I the LORD","number":"h3068"},{"text":"Or suffer them to bear","number":"h5375"},{"text":"the iniquity","number":"h5771"},{"text":"do sanctify","number":"h6942"},{"text":"their holy things","number":"h6944"}],"8":[{"text":"with beasts he shall not eat","number":"h398"},{"text":"to defile","number":"h2930"},{"text":"or is torn","number":"h2966"},{"text":"himself therewith I am the LORD","number":"h3068"},{"text":"That which dieth of itself","number":"h5038"}],"25":[{"text":"of your God","number":"h430"},{"text":"hand","number":"h3027"},{"text":"the bread","number":"h3899"},{"text":"is in them and blemishes","number":"h3971"},{"text":"of any of these because their corruption","number":"h4893"},{"text":"Neither from a stranger's","number":"h5236"},{"text":"shall ye offer","number":"h7126"},{"text":"be in them they shall not be accepted","number":"h7521"}],"33":[{"text":"to be your God","number":"h430"},{"text":"of the land","number":"h776"},{"text":"I am the LORD","number":"h3068"},{"text":"That brought you out","number":"h3318"},{"text":"of Egypt","number":"h4714"}],"27":[{"text":"under the dam","number":"h517"},{"text":"made by fire","number":"h801"},{"text":"and thenceforth","number":"h1973"},{"text":"unto the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"is brought forth","number":"h3205"},{"text":"or a sheep","number":"h3775"},{"text":"or a goat","number":"h5795"},{"text":"for an offering","number":"h7133"},{"text":"it shall be accepted","number":"h7521"},{"text":"then it shall be seven","number":"h7651"},{"text":"When a bullock","number":"h7794"},{"text":"and from the eighth","number":"h8066"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"17":[{"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"}],"24":[{"text":"any offering thereof in your land","number":"h776"},{"text":"unto the LORD","number":"h3068"},{"text":"or cut","number":"h3772"},{"text":"or crushed","number":"h3807"},{"text":"that which is bruised","number":"h4600"},{"text":"or broken","number":"h5423"},{"text":"neither shall ye make","number":"h6213"},{"text":"Ye shall not offer","number":"h7126"}],"22":[{"text":"an offering by fire","number":"h801"},{"text":"or scurvy","number":"h1618"},{"text":"or maimed","number":"h2782"},{"text":"or having a wen","number":"h2990"},{"text":"these unto the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"or scabbed","number":"h3217"},{"text":"of them upon the altar","number":"h4196"},{"text":"nor make","number":"h5414"},{"text":"Blind","number":"h5788"},{"text":"ye shall not offer","number":"h7126"},{"text":"or broken","number":"h7665"}],"15":[{"text":"of the children","number":"h1121"},{"text":"And they shall not profane","number":"h2490"},{"text":"unto the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"the holy things","number":"h6944"},{"text":"which they offer","number":"h7311"}],"32":[{"text":"the children","number":"h1121"},{"text":"Neither shall ye profane","number":"h2490"},{"text":"I am the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"but I will be hallowed","number":"h6942"},{"text":"which hallow","number":"h6942"},{"text":"my holy","number":"h6944"},{"text":"name","number":"h8034"},{"text":"among","number":"h8432"}],"19":[{"text":"of the beeves","number":"h1241"},{"text":"a male","number":"h2145"},{"text":"of the sheep","number":"h3775"},{"text":"or of the goats","number":"h5795"},{"text":"Ye shall offer at your own will","number":"h7522"},{"text":"without blemish","number":"h8549"}],"29":[{"text":"And when ye will offer","number":"h2076"},{"text":"offer","number":"h2076"},{"text":"a sacrifice","number":"h2077"},{"text":"unto the LORD","number":"h3068"},{"text":"it at your own will","number":"h7522"},{"text":"of thanksgiving","number":"h8426"}],"9":[{"text":"sin","number":"h2399"},{"text":"therefore if they profane","number":"h2490"},{"text":"it I the LORD","number":"h3068"},{"text":"for it and die","number":"h4191"},{"text":"mine ordinance","number":"h4931"},{"text":"lest they bear","number":"h5375"},{"text":"do sanctify","number":"h6942"},{"text":"They shall therefore keep","number":"h8104"}],"31":[{"text":"them I am the LORD","number":"h3068"},{"text":"my commandments","number":"h4687"},{"text":"and do","number":"h6213"},{"text":"Therefore shall ye keep","number":"h8104"}],"20":[{"text":"But whatsoever hath a blemish","number":"h3971"},{"text":"that shall ye not offer","number":"h7126"},{"text":"for it shall not be acceptable","number":"h7522"}],"23":[{"text":"for a freewill offering","number":"h5071"},{"text":"but for a vow","number":"h5088"},{"text":"that mayest thou offer","number":"h6213"},{"text":"or lacking in his parts","number":"h7038"},{"text":"it shall not be accepted","number":"h7521"},{"text":"or a lamb","number":"h7716"},{"text":"Either a bullock","number":"h7794"},{"text":"that hath any thing superfluous","number":"h8311"}]}