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
+ {"24":[{"text":"thou and Aaron","number":"h175"},{"text":"said","number":"h559"},{"text":"break through","number":"h2040"},{"text":"And the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"unto him Away","number":"h3212"},{"text":"get thee down","number":"h3381"},{"text":"with thee but let not the priests","number":"h3548"},{"text":"and thou shalt come up","number":"h5927"},{"text":"to come up","number":"h5927"},{"text":"and the people","number":"h5971"},{"text":"lest he break forth","number":"h6555"}],"13":[{"text":"or","number":"h176"},{"text":"man","number":"h376"},{"text":"or","number":"h518"},{"text":"whether it be beast","number":"h929"},{"text":"to the mount","number":"h2022"},{"text":"it shall not live","number":"h2421"},{"text":"There shall not an hand","number":"h3027"},{"text":"when the trumpet","number":"h3104"},{"text":"shot","number":"h3384"},{"text":"through","number":"h3384"},{"text":"soundeth long","number":"h4900"},{"text":"touch","number":"h5060"},{"text":"be stoned","number":"h5619"},{"text":"it but he shall surely","number":"h5619"},{"text":"they shall come up","number":"h5927"}],"20":[{"text":"up to","number":"h413"},{"text":"of the mount","number":"h2022"},{"text":"of the mount","number":"h2022"},{"text":"upon mount","number":"h2022"},{"text":"And the LORD","number":"h3068"},{"text":"and the LORD","number":"h3068"},{"text":"came down","number":"h3381"},{"text":"Moses","number":"h4872"},{"text":"and Moses","number":"h4872"},{"text":"Sinai","number":"h5514"},{"text":"went up","number":"h5927"},{"text":"called","number":"h7121"},{"text":"on the top","number":"h7218"},{"text":"the top","number":"h7218"}],"19":[{"text":"and God","number":"h430"},{"text":"spake","number":"h1696"},{"text":"long","number":"h1980"},{"text":"and waxed louder","number":"h2390"},{"text":"and louder","number":"h3966"},{"text":"Moses","number":"h4872"},{"text":"answered","number":"h6030"},{"text":"And when the voice","number":"h6963"},{"text":"him by a voice","number":"h6963"},{"text":"sounded","number":"h6963"},{"text":"of the trumpet","number":"h7782"}],"3":[{"text":"unto God","number":"h430"},{"text":"Thus shalt thou say","number":"h559"},{"text":"saying","number":"h559"},{"text":"to the house","number":"h1004"},{"text":"the children","number":"h1121"},{"text":"unto him out of the mountain","number":"h2022"},{"text":"and the LORD","number":"h3068"},{"text":"of Jacob","number":"h3290"},{"text":"of Israel","number":"h3478"},{"text":"And Moses","number":"h4872"},{"text":"and tell","number":"h5046"},{"text":"went up","number":"h5927"},{"text":"called","number":"h7121"}],"17":[{"text":"with God","number":"h430"},{"text":"part of the mount","number":"h2022"},{"text":"brought forth","number":"h3318"},{"text":"and they stood","number":"h3320"},{"text":"out of the camp","number":"h4264"},{"text":"And Moses","number":"h4872"},{"text":"the people","number":"h5971"},{"text":"to meet","number":"h7125"},{"text":"at the nether","number":"h8482"}],"9":[{"text":"with thee and believe","number":"h539"},{"text":"said","number":"h559"},{"text":"Lo I come","number":"h935"},{"text":"when I speak","number":"h1696"},{"text":"the words","number":"h1697"},{"text":"And the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"And Moses","number":"h4872"},{"text":"unto Moses","number":"h4872"},{"text":"told","number":"h5046"},{"text":"unto thee in a thick","number":"h5645"},{"text":"thee for ever","number":"h5769"},{"text":"of the people","number":"h5971"},{"text":"that the people","number":"h5971"},{"text":"cloud","number":"h6051"},{"text":"may hear","number":"h8085"}],"15":[{"text":"And he said","number":"h559"},{"text":"not at your wives","number":"h802"},{"text":"Be","number":"h1961"},{"text":"day","number":"h3117"},{"text":"ready","number":"h3559"},{"text":"come","number":"h5066"},{"text":"unto the people","number":"h5971"},{"text":"against the third","number":"h7969"}],"8":[{"text":"and said","number":"h559"},{"text":"hath spoken","number":"h1696"},{"text":"the words","number":"h1697"},{"text":"All that the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"together","number":"h3162"},{"text":"And Moses","number":"h4872"},{"text":"And all the people","number":"h5971"},{"text":"of the people","number":"h5971"},{"text":"answered","number":"h6030"},{"text":"we will do","number":"h6213"},{"text":"returned","number":"h7725"}],"25":[{"text":"and spake","number":"h559"},{"text":"went down","number":"h3381"},{"text":"So Moses","number":"h4872"},{"text":"unto the people","number":"h5971"}],"10":[{"text":"said","number":"h559"},{"text":"And the LORD","number":"h3068"},{"text":"them to day","number":"h3117"},{"text":"Go","number":"h3212"},{"text":"and let them wash","number":"h3526"},{"text":"and to morrow","number":"h4279"},{"text":"unto Moses","number":"h4872"},{"text":"unto the people","number":"h5971"},{"text":"and sanctify","number":"h6942"},{"text":"their clothes","number":"h8071"}],"21":[{"text":"said","number":"h559"},{"text":"lest they break through","number":"h2040"},{"text":"And the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"Go down","number":"h3381"},{"text":"unto Moses","number":"h4872"},{"text":"of them perish","number":"h5307"},{"text":"charge","number":"h5749"},{"text":"the people","number":"h5971"},{"text":"to gaze","number":"h7200"},{"text":"and many","number":"h7227"}],"23":[{"text":"said","number":"h559"},{"text":"us saying","number":"h559"},{"text":"Set bounds","number":"h1379"},{"text":"about the mount","number":"h2022"},{"text":"to mount","number":"h2022"},{"text":"unto the LORD","number":"h3068"},{"text":"cannot","number":"h3201"},{"text":"And Moses","number":"h4872"},{"text":"Sinai","number":"h5514"},{"text":"for thou chargedst","number":"h5749"},{"text":"come up","number":"h5927"},{"text":"The people","number":"h5971"},{"text":"and sanctify","number":"h6942"}],"12":[{"text":"saying","number":"h559"},{"text":"And thou shalt set bounds","number":"h1379"},{"text":"into the mount","number":"h2022"},{"text":"the mount","number":"h2022"},{"text":"put to death","number":"h4191"},{"text":"shall be surely","number":"h4191"},{"text":"of it whosoever toucheth","number":"h5060"},{"text":"or touch","number":"h5060"},{"text":"round about","number":"h5439"},{"text":"to yourselves that ye go not up","number":"h5927"},{"text":"unto the people","number":"h5971"},{"text":"the border","number":"h7097"},{"text":"Take heed","number":"h8104"}],"5":[{"text":"for all the earth","number":"h776"},{"text":"my covenant","number":"h1285"},{"text":"then ye shall be a peculiar treasure","number":"h5459"},{"text":"unto me above all people","number":"h5971"},{"text":"my voice","number":"h6963"},{"text":"Now therefore if ye will obey","number":"h8085"},{"text":"indeed","number":"h8085"},{"text":"and keep","number":"h8104"}],"1":[{"text":"out of the land","number":"h776"},{"text":"came","number":"h935"},{"text":"when the children","number":"h1121"},{"text":"month","number":"h2320"},{"text":"the same day","number":"h3117"},{"text":"were gone forth","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"they into the wilderness","number":"h4057"},{"text":"of Egypt","number":"h4714"},{"text":"of Sinai","number":"h5514"},{"text":"In the third","number":"h7992"}],"18":[{"text":"upon it in fire","number":"h784"},{"text":"And mount","number":"h2022"},{"text":"and the whole mount","number":"h2022"},{"text":"quaked","number":"h2729"},{"text":"the LORD","number":"h3068"},{"text":"descended","number":"h3381"},{"text":"of a furnace","number":"h3536"},{"text":"greatly","number":"h3966"},{"text":"Sinai","number":"h5514"},{"text":"thereof ascended","number":"h5927"},{"text":"was altogether on a smoke","number":"h6225"},{"text":"and the smoke","number":"h6227"},{"text":"as the smoke","number":"h6227"},{"text":"because","number":"h6440"}],"4":[{"text":"and brought","number":"h935"},{"text":"wings","number":"h3671"},{"text":"unto the Egyptians","number":"h4714"},{"text":"and how I bare","number":"h5375"},{"text":"you on eagles","number":"h5404"},{"text":"what I did","number":"h6213"},{"text":"Ye have seen","number":"h7200"}],"2":[{"text":"and were come","number":"h935"},{"text":"before the mount","number":"h2022"},{"text":"and had pitched","number":"h2583"},{"text":"camped","number":"h2583"},{"text":"and there Israel","number":"h3478"},{"text":"in the wilderness","number":"h4057"},{"text":"to the desert","number":"h4057"},{"text":"For they were departed","number":"h5265"},{"text":"of Sinai","number":"h5514"},{"text":"from Rephidim","number":"h7508"}],"7":[{"text":"came","number":"h935"},{"text":"all these words","number":"h1697"},{"text":"for the elders","number":"h2205"},{"text":"which the LORD","number":"h3068"},{"text":"And Moses","number":"h4872"},{"text":"of the people","number":"h5971"},{"text":"before their faces","number":"h6440"},{"text":"commanded","number":"h6680"},{"text":"and called","number":"h7121"},{"text":"and laid","number":"h7760"}],"6":[{"text":"unto the children","number":"h1121"},{"text":"nation","number":"h1471"},{"text":"which thou shalt speak","number":"h1696"},{"text":"These are the words","number":"h1697"},{"text":"of Israel","number":"h3478"},{"text":"of priests","number":"h3548"},{"text":"And ye shall be unto me a kingdom","number":"h4467"},{"text":"and an holy","number":"h6918"}],"16":[{"text":"in the morning","number":"h1242"},{"text":"and lightnings","number":"h1300"},{"text":"upon the mount","number":"h2022"},{"text":"loud","number":"h2389"},{"text":"trembled","number":"h2729"},{"text":"day","number":"h3117"},{"text":"and a thick","number":"h3515"},{"text":"exceeding","number":"h3966"},{"text":"that was in the camp","number":"h4264"},{"text":"so that all the people","number":"h5971"},{"text":"cloud","number":"h6051"},{"text":"and the voice","number":"h6963"},{"text":"that there were thunders","number":"h6963"},{"text":"of the trumpet","number":"h7782"},{"text":"And it came to pass on the third","number":"h7992"}],"14":[{"text":"from the mount","number":"h2022"},{"text":"went down","number":"h3381"},{"text":"and they washed","number":"h3526"},{"text":"And Moses","number":"h4872"},{"text":"the people","number":"h5971"},{"text":"unto the people","number":"h5971"},{"text":"and sanctified","number":"h6942"},{"text":"their clothes","number":"h8071"}],"11":[{"text":"upon mount","number":"h2022"},{"text":"the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"will come down","number":"h3381"},{"text":"And be ready","number":"h3559"},{"text":"Sinai","number":"h5514"},{"text":"in the sight","number":"h5869"},{"text":"of all the people","number":"h5971"},{"text":"against the third","number":"h7992"},{"text":"for the third","number":"h7992"}],"22":[{"text":"themselves lest the LORD","number":"h3068"},{"text":"to the LORD","number":"h3068"},{"text":"And let the priests","number":"h3548"},{"text":"also which come near","number":"h5066"},{"text":"break forth","number":"h6555"},{"text":"sanctify","number":"h6942"}]}
@@ -0,0 +1 @@
1
+ {"18":[{"text":"their father","number":"h1"},{"text":"he said","number":"h559"},{"text":"And when they came","number":"h935"},{"text":"is it that ye are come","number":"h935"},{"text":"to day","number":"h3117"},{"text":"How","number":"h4069"},{"text":"so soon","number":"h4116"},{"text":"to Reuel","number":"h7467"}],"16":[{"text":"their father's","number":"h1"},{"text":"and they came","number":"h935"},{"text":"daughters","number":"h1323"},{"text":"and drew","number":"h1802"},{"text":"Now the priest","number":"h3548"},{"text":"of Midian","number":"h4080"},{"text":"water and filled","number":"h4390"},{"text":"flock","number":"h6629"},{"text":"the troughs","number":"h7298"},{"text":"had seven","number":"h7651"},{"text":"to water","number":"h8248"}],"24":[{"text":"with Abraham","number":"h85"},{"text":"And God","number":"h430"},{"text":"and God","number":"h430"},{"text":"his covenant","number":"h1285"},{"text":"remembered","number":"h2142"},{"text":"and with Jacob","number":"h3290"},{"text":"with Isaac","number":"h3327"},{"text":"their groaning","number":"h5009"},{"text":"heard","number":"h8085"}],"11":[{"text":"one of his brethren","number":"h251"},{"text":"unto his brethren","number":"h251"},{"text":"was grown","number":"h1431"},{"text":"And it came to pass in those days","number":"h3117"},{"text":"that he went out","number":"h3318"},{"text":"an Egyptian","number":"h4713"},{"text":"when Moses","number":"h4872"},{"text":"smiting","number":"h5221"},{"text":"on their burdens","number":"h5450"},{"text":"an Hebrew","number":"h5680"},{"text":"and he spied","number":"h7200"},{"text":"and looked","number":"h7200"}],"4":[{"text":"And his sister","number":"h269"},{"text":"to wit","number":"h3045"},{"text":"stood","number":"h3320"},{"text":"what would be done","number":"h6213"},{"text":"afar off","number":"h7350"}],"7":[{"text":"his sister","number":"h269"},{"text":"Then said","number":"h559"},{"text":"women","number":"h802"},{"text":"daughter","number":"h1323"},{"text":"the child","number":"h3206"},{"text":"Shall I go","number":"h3212"},{"text":"that she may nurse","number":"h3243"},{"text":"to thee a nurse","number":"h3243"},{"text":"of the Hebrew","number":"h5680"},{"text":"to Pharaoh's","number":"h6547"},{"text":"and call","number":"h7121"}],"1":[{"text":"a man","number":"h376"},{"text":"of the house","number":"h1004"},{"text":"to wife a daughter","number":"h1323"},{"text":"And there went","number":"h3212"},{"text":"of Levi","number":"h3878"},{"text":"of Levi","number":"h3878"},{"text":"and took","number":"h3947"}],"12":[{"text":"that there was no man","number":"h376"},{"text":"him in the sand","number":"h2344"},{"text":"and hid","number":"h2934"},{"text":"and that way","number":"h3541"},{"text":"this way","number":"h3541"},{"text":"the Egyptian","number":"h4713"},{"text":"he slew","number":"h5221"},{"text":"And he looked","number":"h6437"},{"text":"and when he saw","number":"h7200"}],"20":[{"text":"the man","number":"h376"},{"text":"him that he may eat","number":"h398"},{"text":"And he said","number":"h559"},{"text":"unto his daughters","number":"h1323"},{"text":"bread","number":"h3899"},{"text":"And where is he why is it that ye have left","number":"h5800"},{"text":"call","number":"h7121"}],"14":[{"text":"thee","number":"h376"},{"text":"Surely","number":"h403"},{"text":"And he said","number":"h559"},{"text":"and said","number":"h559"},{"text":"over us intendest","number":"h559"},{"text":"this thing","number":"h1697"},{"text":"me as thou killedst","number":"h2026"},{"text":"thou to kill","number":"h2026"},{"text":"is known","number":"h3045"},{"text":"feared","number":"h3372"},{"text":"the Egyptian","number":"h4713"},{"text":"And Moses","number":"h4872"},{"text":"Who made","number":"h7760"},{"text":"and a judge","number":"h8199"},{"text":"a prince","number":"h8269"}],"21":[{"text":"with the man","number":"h376"},{"text":"his daughter","number":"h1323"},{"text":"was content","number":"h2974"},{"text":"to dwell","number":"h3427"},{"text":"And Moses","number":"h4872"},{"text":"Moses","number":"h4872"},{"text":"and he gave","number":"h5414"},{"text":"Zipporah","number":"h6855"}],"25":[{"text":"And God","number":"h430"},{"text":"and God","number":"h430"},{"text":"upon the children","number":"h1121"},{"text":"had respect","number":"h3045"},{"text":"of Israel","number":"h3478"},{"text":"looked","number":"h7200"}],"23":[{"text":"unto God","number":"h430"},{"text":"sighed","number":"h584"},{"text":"and the children","number":"h1121"},{"text":"And it came to pass in process","number":"h1992"},{"text":"and they cried","number":"h2199"},{"text":"of time","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"died","number":"h4191"},{"text":"that the king","number":"h4428"},{"text":"by reason of","number":"h4480"},{"text":"of Egypt","number":"h4714"},{"text":"by reason of the bondage","number":"h5656"},{"text":"the bondage","number":"h5656"},{"text":"came up","number":"h5927"},{"text":"and their cry","number":"h7775"}],"8":[{"text":"mother","number":"h517"},{"text":"said","number":"h559"},{"text":"daughter","number":"h1323"},{"text":"the child's","number":"h3206"},{"text":"to her Go","number":"h3212"},{"text":"went","number":"h3212"},{"text":"And the maid","number":"h5959"},{"text":"And Pharaoh's","number":"h6547"},{"text":"and called","number":"h7121"}],"5":[{"text":"her maid","number":"h519"},{"text":"And the daughter","number":"h1323"},{"text":"walked","number":"h1980"},{"text":"along by the river's","number":"h2975"},{"text":"herself at the river","number":"h2975"},{"text":"side","number":"h3027"},{"text":"came down","number":"h3381"},{"text":"to fetch","number":"h3947"},{"text":"and her maidens","number":"h5291"},{"text":"the flags","number":"h5488"},{"text":"of Pharaoh","number":"h6547"},{"text":"and when she saw","number":"h7200"},{"text":"to wash","number":"h7364"},{"text":"she sent","number":"h7971"},{"text":"the ark","number":"h8392"},{"text":"among","number":"h8432"}],"19":[{"text":"And they said","number":"h559"},{"text":"and also drew","number":"h1802"},{"text":"water enough","number":"h1802"},{"text":"us out of the hand","number":"h3027"},{"text":"An Egyptian","number":"h4713"},{"text":"delivered","number":"h5337"},{"text":"the flock","number":"h6629"},{"text":"of the shepherds","number":"h7462"},{"text":"for us and watered","number":"h8248"}],"10":[{"text":"and she said","number":"h559"},{"text":"and she brought","number":"h935"},{"text":"and he became her son","number":"h1121"},{"text":"daughter","number":"h1323"},{"text":"grew","number":"h1431"},{"text":"And the child","number":"h3206"},{"text":"him out of the water","number":"h4325"},{"text":"Because I drew","number":"h4871"},{"text":"Moses","number":"h4872"},{"text":"him unto Pharaoh's","number":"h6547"},{"text":"And she called","number":"h7121"},{"text":"his name","number":"h8034"}],"22":[{"text":"for he said","number":"h559"},{"text":"land","number":"h776"},{"text":"him a son","number":"h1121"},{"text":"I have been a stranger","number":"h1616"},{"text":"Gershom","number":"h1647"},{"text":"And she bare","number":"h3205"},{"text":"in a strange","number":"h5237"},{"text":"and he called","number":"h7121"},{"text":"his name","number":"h8034"}],"6":[{"text":"on him and said","number":"h559"},{"text":"wept","number":"h1058"},{"text":"And she had compassion","number":"h2550"},{"text":"children","number":"h3206"},{"text":"the child","number":"h3206"},{"text":"and behold the babe","number":"h5288"},{"text":"This is one of the Hebrews","number":"h5680"},{"text":"And when she had opened","number":"h6605"},{"text":"it she saw","number":"h7200"}],"9":[{"text":"said","number":"h559"},{"text":"And the woman","number":"h802"},{"text":"daughter","number":"h1323"},{"text":"the child","number":"h3206"},{"text":"this child","number":"h3206"},{"text":"away","number":"h3212"},{"text":"unto her Take","number":"h3212"},{"text":"and nurse","number":"h3243"},{"text":"took","number":"h3947"},{"text":"and nursed","number":"h5134"},{"text":"it for me and I will give","number":"h5414"},{"text":"And Pharaoh's","number":"h6547"},{"text":"thee thy wages","number":"h7939"}],"13":[{"text":"together and he said","number":"h559"},{"text":"men","number":"h582"},{"text":"day","number":"h3117"},{"text":"And when he went out","number":"h3318"},{"text":"Wherefore smitest","number":"h5221"},{"text":"strove","number":"h5327"},{"text":"of the Hebrews","number":"h5680"},{"text":"thou thy fellow","number":"h7453"},{"text":"to him that did the wrong","number":"h7563"},{"text":"the second","number":"h8145"},{"text":"behold two","number":"h8147"}],"15":[{"text":"in the land","number":"h776"},{"text":"by a well","number":"h875"},{"text":"he sought","number":"h1245"},{"text":"fled","number":"h1272"},{"text":"this thing","number":"h1697"},{"text":"to slay","number":"h2026"},{"text":"and dwelt","number":"h3427"},{"text":"and he sat down","number":"h3427"},{"text":"of Midian","number":"h4080"},{"text":"But Moses","number":"h4872"},{"text":"Moses","number":"h4872"},{"text":"from the face","number":"h6440"},{"text":"Now when Pharaoh","number":"h6547"},{"text":"of Pharaoh","number":"h6547"},{"text":"heard","number":"h8085"}],"2":[{"text":"And the woman","number":"h802"},{"text":"a son","number":"h1121"},{"text":"conceived","number":"h2029"},{"text":"him that he was a goodly","number":"h2896"},{"text":"and bare","number":"h3205"},{"text":"months","number":"h3391"},{"text":"child she hid","number":"h6845"},{"text":"and when she saw","number":"h7200"},{"text":"him three","number":"h7969"}],"17":[{"text":"came","number":"h935"},{"text":"and drove them away","number":"h1644"},{"text":"and helped","number":"h3467"},{"text":"but Moses","number":"h4872"},{"text":"their flock","number":"h6629"},{"text":"stood up","number":"h6965"},{"text":"And the shepherds","number":"h7462"},{"text":"them and watered","number":"h8248"}],"3":[{"text":"of bulrushes","number":"h1573"},{"text":"and with pitch","number":"h2203"},{"text":"and daubed","number":"h2560"},{"text":"it with slime","number":"h2564"},{"text":"by the river's","number":"h2975"},{"text":"And when she could","number":"h3201"},{"text":"the child","number":"h3206"},{"text":"him she took","number":"h3947"},{"text":"it in the flags","number":"h5488"},{"text":"not longer","number":"h5750"},{"text":"hide","number":"h6845"},{"text":"and put","number":"h7760"},{"text":"therein and she laid","number":"h7760"},{"text":"brink","number":"h8193"},{"text":"for him an ark","number":"h8392"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"of the fathers","number":"h1"},{"text":"God","number":"h410"},{"text":"thy God","number":"h430"},{"text":"upon the children","number":"h1121"},{"text":"them for I the LORD","number":"h3068"},{"text":"thyself to them nor serve","number":"h5647"},{"text":"the iniquity","number":"h5771"},{"text":"visiting","number":"h6485"},{"text":"am a jealous","number":"h7067"},{"text":"and fourth","number":"h7256"},{"text":"Thou shalt not bow down","number":"h7812"},{"text":"unto the third","number":"h8029"},{"text":"generation of them that hate","number":"h8130"}],"12":[{"text":"thy father","number":"h1"},{"text":"upon the land","number":"h127"},{"text":"thy God","number":"h430"},{"text":"and thy mother","number":"h517"},{"text":"may be long","number":"h748"},{"text":"which the LORD","number":"h3068"},{"text":"that thy days","number":"h3117"},{"text":"Honour","number":"h3513"},{"text":"giveth","number":"h5414"}],"25":[{"text":"of stone","number":"h68"},{"text":"thou shalt not build","number":"h1129"},{"text":"it of hewn stone","number":"h1496"},{"text":"upon it thou hast polluted","number":"h2490"},{"text":"thy tool","number":"h2719"},{"text":"me an altar","number":"h4196"},{"text":"for if thou lift up","number":"h5130"},{"text":"And if thou wilt make","number":"h6213"}],"24":[{"text":"of earth","number":"h127"},{"text":"I will come","number":"h935"},{"text":"and thine oxen","number":"h1241"},{"text":"unto thee and I will bless","number":"h1288"},{"text":"unto me and shalt sacrifice","number":"h2076"},{"text":"where I record","number":"h2142"},{"text":"An altar","number":"h4196"},{"text":"in all places","number":"h4725"},{"text":"thereon thy burnt offerings","number":"h5930"},{"text":"thou shalt make","number":"h6213"},{"text":"thy sheep","number":"h6629"},{"text":"and thy peace offerings","number":"h8002"},{"text":"my name","number":"h8034"}],"6":[{"text":"of them that love","number":"h157"},{"text":"unto thousands","number":"h505"},{"text":"mercy","number":"h2617"},{"text":"my commandments","number":"h4687"},{"text":"And shewing","number":"h6213"},{"text":"me and keep","number":"h8104"}],"3":[{"text":"Thou shalt have no other","number":"h312"},{"text":"gods","number":"h430"},{"text":"before me","number":"h6440"}],"1":[{"text":"And God","number":"h430"},{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"all these words","number":"h1697"}],"19":[{"text":"but let not God","number":"h430"},{"text":"And they said","number":"h559"},{"text":"Speak","number":"h1696"},{"text":"speak","number":"h1696"},{"text":"with us lest we die","number":"h4191"},{"text":"unto Moses","number":"h4872"},{"text":"thou with us and we will hear","number":"h8085"}],"20":[{"text":"not for God","number":"h430"},{"text":"said","number":"h559"},{"text":"is come","number":"h935"},{"text":"that ye sin","number":"h2398"},{"text":"Fear","number":"h3372"},{"text":"you and that his fear","number":"h3374"},{"text":"And Moses","number":"h4872"},{"text":"prove","number":"h5254"},{"text":"to","number":"h5668"},{"text":"unto the people","number":"h5971"},{"text":"may be before your faces","number":"h6440"}],"10":[{"text":"thy God","number":"h430"},{"text":"nor thy maidservant","number":"h519"},{"text":"nor thy cattle","number":"h929"},{"text":"thou nor thy son","number":"h1121"},{"text":"nor thy daughter","number":"h1323"},{"text":"nor thy stranger","number":"h1616"},{"text":"of the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"any work","number":"h4399"},{"text":"thy manservant","number":"h5650"},{"text":"in it thou shalt not do","number":"h6213"},{"text":"But the seventh","number":"h7637"},{"text":"is the sabbath","number":"h7676"},{"text":"that is within thy gates","number":"h8179"}],"2":[{"text":"thy God","number":"h430"},{"text":"thee out of the land","number":"h776"},{"text":"out of the house","number":"h1004"},{"text":"I am the LORD","number":"h3068"},{"text":"which have brought","number":"h3318"},{"text":"of Egypt","number":"h4714"},{"text":"of bondage","number":"h5650"}],"7":[{"text":"thy God","number":"h430"},{"text":"for the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"will not hold him guiltless","number":"h5352"},{"text":"Thou shalt not take","number":"h5375"},{"text":"that taketh","number":"h5375"},{"text":"in vain","number":"h7723"},{"text":"in vain","number":"h7723"},{"text":"his name","number":"h8034"},{"text":"the name","number":"h8034"}],"23":[{"text":"unto you gods","number":"h430"},{"text":"with me gods","number":"h430"},{"text":"of gold","number":"h2091"},{"text":"of silver","number":"h3701"},{"text":"Ye shall not make","number":"h6213"},{"text":"neither shall ye make","number":"h6213"}],"21":[{"text":"where God","number":"h430"},{"text":"and Moses","number":"h4872"},{"text":"drew near","number":"h5066"},{"text":"And the people","number":"h5971"},{"text":"stood","number":"h5975"},{"text":"unto the thick darkness","number":"h6205"},{"text":"afar off","number":"h7350"}],"17":[{"text":"nor his maidservant","number":"h519"},{"text":"wife","number":"h802"},{"text":"house","number":"h1004"},{"text":"Thou shalt not covet","number":"h2530"},{"text":"thou shalt not covet","number":"h2530"},{"text":"nor his ass","number":"h2543"},{"text":"nor his manservant","number":"h5650"},{"text":"nor any thing that is thy neighbour's","number":"h7453"},{"text":"thy neighbour's","number":"h7453"},{"text":"thy neighbour's","number":"h7453"},{"text":"nor his ox","number":"h7794"}],"22":[{"text":"Thus thou shalt say","number":"h559"},{"text":"said","number":"h559"},{"text":"unto the children","number":"h1121"},{"text":"that I have talked","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"unto Moses","number":"h4872"},{"text":"Ye have seen","number":"h7200"},{"text":"with you from heaven","number":"h8064"}],"11":[{"text":"and earth","number":"h776"},{"text":"blessed","number":"h1288"},{"text":"the LORD","number":"h3068"},{"text":"wherefore the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"the sea","number":"h3220"},{"text":"and all that in them is and rested","number":"h5117"},{"text":"made","number":"h6213"},{"text":"and hallowed","number":"h6942"},{"text":"the seventh","number":"h7637"},{"text":"the sabbath","number":"h7676"},{"text":"heaven","number":"h8064"},{"text":"For in six","number":"h8337"}],"4":[{"text":"or that is in the earth","number":"h776"},{"text":"under the earth","number":"h776"},{"text":"of any thing that","number":"h834"},{"text":"beneath or that is in the water","number":"h4325"},{"text":"above","number":"h4605"},{"text":"Thou shalt not make","number":"h6213"},{"text":"unto thee any graven image","number":"h6459"},{"text":"is in heaven","number":"h8064"},{"text":"or any likeness","number":"h8544"}],"26":[{"text":"be not discovered","number":"h1540"},{"text":"unto mine altar","number":"h4196"},{"text":"by steps","number":"h4609"},{"text":"Neither shalt thou go up","number":"h5927"},{"text":"that thy nakedness","number":"h6172"}],"15":[{"text":"Thou shalt not steal","number":"h1589"}],"18":[{"text":"and the mountain","number":"h2022"},{"text":"and the lightnings","number":"h3940"},{"text":"it they removed","number":"h5128"},{"text":"And all the people","number":"h5971"},{"text":"and when the people","number":"h5971"},{"text":"and stood","number":"h5975"},{"text":"smoking","number":"h6226"},{"text":"and the noise","number":"h6963"},{"text":"the thunderings","number":"h6963"},{"text":"saw","number":"h7200"},{"text":"saw","number":"h7200"},{"text":"afar off","number":"h7350"},{"text":"of the trumpet","number":"h7782"}],"8":[{"text":"Remember","number":"h2142"},{"text":"day","number":"h3117"},{"text":"to keep it holy","number":"h6942"},{"text":"the sabbath","number":"h7676"}],"9":[{"text":"days","number":"h3117"},{"text":"all thy work","number":"h4399"},{"text":"shalt thou labour","number":"h5647"},{"text":"and do","number":"h6213"},{"text":"Six","number":"h8337"}],"14":[{"text":"Thou shalt not commit adultery","number":"h5003"}],"16":[{"text":"witness","number":"h5707"},{"text":"Thou shalt not bear","number":"h6030"},{"text":"against thy neighbour","number":"h7453"},{"text":"false","number":"h8267"}],"13":[{"text":"Thou shalt not kill","number":"h7523"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"his father","number":"h1"},{"text":"or his mother","number":"h517"},{"text":"put to death","number":"h4191"},{"text":"shall be surely","number":"h4191"},{"text":"And he that smiteth","number":"h5221"}],"17":[{"text":"his father","number":"h1"},{"text":"or his mother","number":"h517"},{"text":"be put to death","number":"h4191"},{"text":"shall surely","number":"h4191"},{"text":"And he that curseth","number":"h7043"}],"18":[{"text":"with a stone","number":"h68"},{"text":"with his fist","number":"h106"},{"text":"or","number":"h176"},{"text":"together and one","number":"h376"},{"text":"And if men","number":"h582"},{"text":"and he die","number":"h4191"},{"text":"his bed","number":"h4904"},{"text":"smite","number":"h5221"},{"text":"not but keepeth","number":"h5307"},{"text":"strive","number":"h7378"},{"text":"another","number":"h7453"}],"4":[{"text":"If his master","number":"h113"},{"text":"shall be her master's","number":"h113"},{"text":"him a wife","number":"h802"},{"text":"the wife","number":"h802"},{"text":"him sons","number":"h1121"},{"text":"or daughters","number":"h1323"},{"text":"by himself","number":"h1610"},{"text":"and she have born","number":"h3205"},{"text":"and her children","number":"h3206"},{"text":"and he shall go out","number":"h3318"},{"text":"have given","number":"h5414"}],"6":[{"text":"Then his master","number":"h113"},{"text":"and his master","number":"h113"},{"text":"his ear","number":"h241"},{"text":"him unto the judges","number":"h430"},{"text":"him to the door","number":"h1817"},{"text":"or unto the door post","number":"h4201"},{"text":"through with an aul","number":"h4836"},{"text":"he shall also bring","number":"h5066"},{"text":"shall bring","number":"h5066"},{"text":"and he shall serve","number":"h5647"},{"text":"him for ever","number":"h5769"},{"text":"shall bore","number":"h7527"}],"5":[{"text":"my master","number":"h113"},{"text":"I love","number":"h157"},{"text":"say","number":"h559"},{"text":"shall plainly","number":"h559"},{"text":"my wife","number":"h802"},{"text":"and my children","number":"h1121"},{"text":"free","number":"h2670"},{"text":"I will not go out","number":"h3318"},{"text":"And if the servant","number":"h5650"}],"8":[{"text":"not her master","number":"h113"},{"text":"seeing he hath dealt deceitfully","number":"h898"},{"text":"who hath betrothed","number":"h3259"},{"text":"to sell","number":"h4376"},{"text":"he shall have no power","number":"h4910"},{"text":"her unto a strange","number":"h5237"},{"text":"nation","number":"h5971"},{"text":"her to himself then shall he let her be redeemed","number":"h6299"},{"text":"If she please","number":"h7451"}],"32":[{"text":"unto their master","number":"h113"},{"text":"or a maidservant","number":"h519"},{"text":"of silver","number":"h3701"},{"text":"shall push","number":"h5055"},{"text":"he shall give","number":"h5414"},{"text":"shall be stoned","number":"h5619"},{"text":"a manservant","number":"h5650"},{"text":"If the ox","number":"h7794"},{"text":"and the ox","number":"h7794"},{"text":"thirty","number":"h7970"},{"text":"shekels","number":"h8255"}],"31":[{"text":"or","number":"h176"},{"text":"a son","number":"h1121"},{"text":"a daughter","number":"h1323"},{"text":"according to this judgment","number":"h4941"},{"text":"Whether he have gored","number":"h5055"},{"text":"have gored","number":"h5055"},{"text":"shall it be done","number":"h6213"}],"10":[{"text":"him another","number":"h312"},{"text":"shall he not diminish","number":"h1639"},{"text":"her raiment","number":"h3682"},{"text":"If he take","number":"h3947"},{"text":"and her duty of marriage","number":"h5772"},{"text":"wife her food","number":"h7607"}],"20":[{"text":"And if a man","number":"h376"},{"text":"or his maid","number":"h519"},{"text":"under his hand","number":"h3027"},{"text":"and he die","number":"h4191"},{"text":"smite","number":"h5221"},{"text":"he shall be surely","number":"h5358"},{"text":"punished","number":"h5358"},{"text":"his servant","number":"h5650"},{"text":"with a rod","number":"h7626"}],"26":[{"text":"And if a man","number":"h376"},{"text":"of his maid","number":"h519"},{"text":"free","number":"h2670"},{"text":"smite","number":"h5221"},{"text":"of his servant","number":"h5650"},{"text":"his eye's","number":"h5869"},{"text":"or the eye","number":"h5869"},{"text":"the eye","number":"h5869"},{"text":"that it perish","number":"h7843"},{"text":"he shall let him go","number":"h7971"},{"text":"for","number":"h8478"}],"33":[{"text":"And if a man","number":"h376"},{"text":"or if a man","number":"h376"},{"text":"a pit","number":"h953"},{"text":"a pit","number":"h953"},{"text":"or an ass","number":"h2543"},{"text":"and not cover","number":"h3680"},{"text":"shall dig","number":"h3738"},{"text":"fall","number":"h5307"},{"text":"shall open","number":"h6605"},{"text":"it and an ox","number":"h7794"}],"7":[{"text":"And if a man","number":"h376"},{"text":"to be a maidservant","number":"h519"},{"text":"his daughter","number":"h1323"},{"text":"do","number":"h3318"},{"text":"she shall not go out","number":"h3318"},{"text":"sell","number":"h4376"},{"text":"as the menservants","number":"h5650"}],"35":[{"text":"And if one man's","number":"h376"},{"text":"the live","number":"h2416"},{"text":"and divide","number":"h2673"},{"text":"ox also they shall divide","number":"h2673"},{"text":"the money","number":"h3701"},{"text":"of it and the dead","number":"h4191"},{"text":"that he die","number":"h4191"},{"text":"then they shall sell","number":"h4376"},{"text":"hurt","number":"h5062"},{"text":"another's","number":"h7453"},{"text":"ox","number":"h7794"},{"text":"ox","number":"h7794"}],"14":[{"text":"But if a man","number":"h376"},{"text":"to slay","number":"h2026"},{"text":"come presumptuously","number":"h2102"},{"text":"thou shalt take","number":"h3947"},{"text":"that he may die","number":"h4191"},{"text":"him from mine altar","number":"h4196"},{"text":"him with guile","number":"h6195"},{"text":"upon his neighbour","number":"h7453"}],"12":[{"text":"a man","number":"h376"},{"text":"put to death","number":"h4191"},{"text":"shall be surely","number":"h4191"},{"text":"so that he die","number":"h4191"},{"text":"He that smiteth","number":"h5221"}],"16":[{"text":"a man","number":"h376"},{"text":"And he that stealeth","number":"h1589"},{"text":"in his hand","number":"h3027"},{"text":"be put to death","number":"h4191"},{"text":"he shall surely","number":"h4191"},{"text":"and selleth","number":"h4376"},{"text":"him or if he be found","number":"h4672"}],"28":[{"text":"a man","number":"h376"},{"text":"shall not be eaten","number":"h398"},{"text":"or a woman","number":"h802"},{"text":"but the owner","number":"h1167"},{"text":"and his flesh","number":"h1320"},{"text":"that they die","number":"h4191"},{"text":"gore","number":"h5055"},{"text":"shall be quit","number":"h5355"},{"text":"shall be surely","number":"h5619"},{"text":"stoned","number":"h5619"},{"text":"If an ox","number":"h7794"},{"text":"of the ox","number":"h7794"},{"text":"then the ox","number":"h7794"}],"29":[{"text":"a man","number":"h376"},{"text":"or a woman","number":"h802"},{"text":"and his owner","number":"h1167"},{"text":"to his owner","number":"h1167"},{"text":"also shall be put to death","number":"h4191"},{"text":"him in but that he hath killed","number":"h4191"},{"text":"were wont to push with his horn","number":"h5056"},{"text":"shall be stoned","number":"h5619"},{"text":"and it hath been testified","number":"h5749"},{"text":"But if the ox","number":"h7794"},{"text":"the ox","number":"h7794"},{"text":"and he hath not kept","number":"h8104"},{"text":"in time past","number":"h8543"}],"21":[{"text":"Notwithstanding","number":"h389"},{"text":"a day","number":"h3117"},{"text":"for he is his money","number":"h3701"},{"text":"he shall not be punished","number":"h5358"},{"text":"if he continue","number":"h5975"},{"text":"or two","number":"h8147"}],"13":[{"text":"but God","number":"h430"},{"text":"deliver","number":"h579"},{"text":"him into his hand","number":"h3027"},{"text":"thee a place","number":"h4725"},{"text":"whither he shall flee","number":"h5127"},{"text":"And if a man lie not in wait","number":"h6658"},{"text":"then I will appoint","number":"h7760"}],"27":[{"text":"or his maidservant's","number":"h519"},{"text":"free","number":"h2670"},{"text":"And if he smite","number":"h5307"},{"text":"out his manservant's","number":"h5650"},{"text":"he shall let him go","number":"h7971"},{"text":"for his tooth's","number":"h8127"},{"text":"tooth","number":"h8127"},{"text":"tooth","number":"h8127"}],"22":[{"text":"If men","number":"h582"},{"text":"from her and yet no mischief follow","number":"h611"},{"text":"a woman","number":"h802"},{"text":"according as the woman's","number":"h802"},{"text":"husband","number":"h1167"},{"text":"with child","number":"h2030"},{"text":"so that her fruit","number":"h3206"},{"text":"depart","number":"h3318"},{"text":"and hurt","number":"h5062"},{"text":"strive","number":"h5327"},{"text":"upon him and he shall pay","number":"h5414"},{"text":"he shall be surely","number":"h6064"},{"text":"punished","number":"h6064"},{"text":"as the judges","number":"h6414"},{"text":"will lay","number":"h7896"}],"23":[{"text":"And if any mischief follow","number":"h611"},{"text":"for life","number":"h5315"},{"text":"life","number":"h5315"},{"text":"then thou shalt give","number":"h5414"}],"3":[{"text":"then his wife","number":"h802"},{"text":"If he came in","number":"h935"},{"text":"if he were married","number":"h1167"},{"text":"by himself","number":"h1610"},{"text":"by himself","number":"h1610"},{"text":"he shall go out","number":"h3318"},{"text":"shall go out","number":"h3318"}],"34":[{"text":"of the pit","number":"h953"},{"text":"The owner","number":"h1167"},{"text":"unto the owner","number":"h1167"},{"text":"money","number":"h3701"},{"text":"of them and the dead","number":"h4191"},{"text":"and give","number":"h7725"},{"text":"shall make it good","number":"h7999"}],"9":[{"text":"her unto his son","number":"h1121"},{"text":"of daughters","number":"h1323"},{"text":"And if he have betrothed","number":"h3259"},{"text":"with her after the manner","number":"h4941"},{"text":"he shall deal","number":"h6213"}],"36":[{"text":"and his owner","number":"h1167"},{"text":"Or if it be known","number":"h3045"},{"text":"and the dead","number":"h4191"},{"text":"hath used to push","number":"h5056"},{"text":"for ox","number":"h7794"},{"text":"ox","number":"h7794"},{"text":"that the ox","number":"h7794"},{"text":"him in he shall surely","number":"h7999"},{"text":"pay","number":"h7999"},{"text":"hath not kept","number":"h8104"},{"text":"in time past","number":"h8543"}],"19":[{"text":"and walk","number":"h1980"},{"text":"abroad","number":"h2351"},{"text":"upon his staff","number":"h4938"},{"text":"then shall he that smote","number":"h5221"},{"text":"him be quit","number":"h5352"},{"text":"only he shall pay","number":"h5414"},{"text":"If he rise again","number":"h6965"},{"text":"and shall cause him to be thoroughly","number":"h7495"},{"text":"healed","number":"h7495"},{"text":"for the loss of his time","number":"h7674"}],"25":[{"text":"for stripe","number":"h2250"},{"text":"stripe","number":"h2250"},{"text":"Burning","number":"h3555"},{"text":"for burning","number":"h3555"},{"text":"for wound","number":"h6482"},{"text":"wound","number":"h6482"}],"2":[{"text":"for nothing","number":"h2600"},{"text":"free","number":"h2670"},{"text":"he shall go out","number":"h3318"},{"text":"he shall serve","number":"h5647"},{"text":"servant","number":"h5650"},{"text":"an Hebrew","number":"h5680"},{"text":"If thou buy","number":"h7069"},{"text":"and in the seventh","number":"h7637"},{"text":"years","number":"h8141"},{"text":"six","number":"h8337"}],"11":[{"text":"free","number":"h2600"},{"text":"unto her then shall she go out","number":"h3318"},{"text":"without money","number":"h3701"},{"text":"And if he do","number":"h6213"},{"text":"not these three","number":"h7969"}],"24":[{"text":"for hand","number":"h3027"},{"text":"hand","number":"h3027"},{"text":"Eye","number":"h5869"},{"text":"for eye","number":"h5869"},{"text":"foot","number":"h7272"},{"text":"for foot","number":"h7272"},{"text":"for tooth","number":"h8127"},{"text":"tooth","number":"h8127"}],"30":[{"text":"on him a sum of money","number":"h3724"},{"text":"of his life","number":"h5315"},{"text":"then he shall give","number":"h5414"},{"text":"for the ransom","number":"h6306"},{"text":"If there be laid","number":"h7896"},{"text":"whatsoever is laid","number":"h7896"}],"1":[{"text":"Now these are the judgments","number":"h4941"},{"text":"before","number":"h6440"},{"text":"which thou shalt set","number":"h7760"}]}
@@ -0,0 +1 @@
1
+ {"17":[{"text":"If her father","number":"h1"},{"text":"of virgins","number":"h1330"},{"text":"money","number":"h3701"},{"text":"refuse","number":"h3985"},{"text":"utterly","number":"h3985"},{"text":"according to the dowry","number":"h4119"},{"text":"to give","number":"h5414"},{"text":"her unto him he shall pay","number":"h8254"}],"9":[{"text":"or for any manner of lost thing","number":"h9"},{"text":"and whom the judges","number":"h430"},{"text":"before the judges","number":"h430"},{"text":"which another challengeth","number":"h559"},{"text":"shall come","number":"h935"},{"text":"For all manner","number":"h1697"},{"text":"to be his the cause","number":"h1697"},{"text":"for ass","number":"h2543"},{"text":"of trespass","number":"h6588"},{"text":"unto his neighbour","number":"h7453"},{"text":"shall condemn","number":"h7561"},{"text":"for sheep","number":"h7716"},{"text":"whether it be for ox","number":"h7794"},{"text":"he shall pay","number":"h7999"},{"text":"for raiment","number":"h8008"},{"text":"double","number":"h8147"},{"text":"of both parties","number":"h8147"}],"29":[{"text":"Thou shalt not delay","number":"h309"},{"text":"the firstborn","number":"h1060"},{"text":"of thy sons","number":"h1121"},{"text":"and of thy liquors","number":"h1831"},{"text":"to offer the first of thy ripe fruits","number":"h4395"},{"text":"shalt thou give","number":"h5414"}],"5":[{"text":"in another man's","number":"h312"},{"text":"If a man","number":"h376"},{"text":"in his beast","number":"h1165"},{"text":"and shall feed","number":"h1197"},{"text":"to be eaten","number":"h1197"},{"text":"of his own vineyard","number":"h3754"},{"text":"or vineyard","number":"h3754"},{"text":"and of the best","number":"h4315"},{"text":"of the best","number":"h4315"},{"text":"field","number":"h7704"},{"text":"of his own field","number":"h7704"},{"text":"shall cause a field","number":"h7704"},{"text":"and shall put","number":"h7971"},{"text":"shall he make restitution","number":"h7999"}],"14":[{"text":"And if a man","number":"h376"},{"text":"the owner","number":"h1167"},{"text":"or die","number":"h4191"},{"text":"thereof being not with it","number":"h5973"},{"text":"ought of his neighbour","number":"h7453"},{"text":"borrow","number":"h7592"},{"text":"and it be hurt","number":"h7665"},{"text":"he shall surely","number":"h7999"},{"text":"make it good","number":"h7999"}],"16":[{"text":"And if a man","number":"h376"},{"text":"that is not betrothed","number":"h781"},{"text":"her to be his wife","number":"h802"},{"text":"a maid","number":"h1330"},{"text":"endow","number":"h4117"},{"text":"with her he shall surely","number":"h4117"},{"text":"entice","number":"h6601"},{"text":"and lie","number":"h7901"}],"1":[{"text":"If a man","number":"h376"},{"text":"and four","number":"h702"},{"text":"oxen","number":"h1241"},{"text":"shall steal","number":"h1589"},{"text":"five","number":"h2568"},{"text":"and kill","number":"h2873"},{"text":"it or sell","number":"h4376"},{"text":"sheep","number":"h6629"},{"text":"for a sheep","number":"h7716"},{"text":"or a sheep","number":"h7716"},{"text":"an ox","number":"h7794"},{"text":"for an ox","number":"h7794"},{"text":"it he shall restore","number":"h7999"}],"10":[{"text":"If a man","number":"h376"},{"text":"or any beast","number":"h929"},{"text":"an ass","number":"h2543"},{"text":"and it die","number":"h4191"},{"text":"deliver","number":"h5414"},{"text":"no man seeing","number":"h7200"},{"text":"unto his neighbour","number":"h7453"},{"text":"or driven away","number":"h7617"},{"text":"or be hurt","number":"h7665"},{"text":"or a sheep","number":"h7716"},{"text":"or an ox","number":"h7794"},{"text":"to keep","number":"h8104"}],"7":[{"text":"If a man","number":"h376"},{"text":"out of the man's","number":"h376"},{"text":"house","number":"h1004"},{"text":"and it be stolen","number":"h1589"},{"text":"if the thief","number":"h1590"},{"text":"or stuff","number":"h3627"},{"text":"money","number":"h3701"},{"text":"be found","number":"h4672"},{"text":"shall deliver","number":"h5414"},{"text":"unto his neighbour","number":"h7453"},{"text":"let him pay","number":"h7999"},{"text":"to keep","number":"h8104"},{"text":"double","number":"h8147"}],"6":[{"text":"be consumed","number":"h398"},{"text":"If fire","number":"h784"},{"text":"therewith he that kindled","number":"h1197"},{"text":"the fire","number":"h1200"},{"text":"so that the stacks of corn","number":"h1430"},{"text":"break out","number":"h3318"},{"text":"and catch","number":"h4672"},{"text":"in thorns","number":"h6975"},{"text":"or the standing corn","number":"h7054"},{"text":"or the field","number":"h7704"},{"text":"make restitution","number":"h7999"},{"text":"shall surely","number":"h7999"}],"31":[{"text":"unto me neither shall ye eat","number":"h398"},{"text":"men","number":"h582"},{"text":"any flesh","number":"h1320"},{"text":"that is torn of beasts","number":"h2966"},{"text":"it to the dogs","number":"h3611"},{"text":"And ye shall be holy","number":"h6944"},{"text":"in the field","number":"h7704"},{"text":"ye shall cast","number":"h7993"}],"28":[{"text":"the gods","number":"h430"},{"text":"nor curse","number":"h779"},{"text":"the ruler","number":"h5387"},{"text":"of thy people","number":"h5971"},{"text":"Thou shalt not revile","number":"h7043"}],"20":[{"text":"unto any god","number":"h430"},{"text":"save","number":"h1115"},{"text":"He that sacrificeth","number":"h2076"},{"text":"only he shall be utterly destroyed","number":"h2763"},{"text":"unto the LORD","number":"h3068"}],"8":[{"text":"unto the judges","number":"h430"},{"text":"of the house","number":"h1004"},{"text":"then the master","number":"h1167"},{"text":"If the thief","number":"h1590"},{"text":"his hand","number":"h3027"},{"text":"be not","number":"h3808"},{"text":"goods","number":"h4399"},{"text":"found","number":"h4672"},{"text":"shall be brought","number":"h7126"},{"text":"unto his neighbour's","number":"h7453"},{"text":"to see whether he have put","number":"h7971"}],"22":[{"text":"any widow","number":"h490"},{"text":"or fatherless child","number":"h3490"},{"text":"Ye shall not afflict","number":"h6031"}],"24":[{"text":"shall be widows","number":"h490"},{"text":"And my wrath","number":"h639"},{"text":"and your wives","number":"h802"},{"text":"and your children","number":"h1121"},{"text":"and I will kill","number":"h2026"},{"text":"you with the sword","number":"h2719"},{"text":"shall wax hot","number":"h2734"},{"text":"fatherless","number":"h3490"}],"30":[{"text":"it shall be with his dam","number":"h517"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"Likewise","number":"h3651"},{"text":"thou shalt give","number":"h5414"},{"text":"shalt thou do","number":"h6213"},{"text":"and with thy sheep","number":"h6629"},{"text":"seven","number":"h7651"},{"text":"with thine oxen","number":"h7794"},{"text":"on the eighth","number":"h8066"}],"23":[{"text":"If","number":"h518"},{"text":"them in any wise","number":"h6031"},{"text":"thou afflict","number":"h6031"},{"text":"and they cry","number":"h6817"},{"text":"at all","number":"h6817"},{"text":"their cry","number":"h6818"},{"text":"hear","number":"h8085"},{"text":"unto me I will surely","number":"h8085"}],"21":[{"text":"in the land","number":"h776"},{"text":"a stranger","number":"h1616"},{"text":"him for ye were strangers","number":"h1616"},{"text":"Thou shalt neither vex","number":"h3238"},{"text":"nor oppress","number":"h3905"},{"text":"of Egypt","number":"h4714"}],"19":[{"text":"with a beast","number":"h929"},{"text":"be put to death","number":"h4191"},{"text":"shall surely","number":"h4191"},{"text":"Whosoever lieth","number":"h7901"}],"26":[{"text":"goeth down","number":"h935"},{"text":"If thou at all","number":"h2254"},{"text":"take","number":"h2254"},{"text":"to pledge","number":"h2254"},{"text":"it unto him by","number":"h5704"},{"text":"thy neighbour's","number":"h7453"},{"text":"thou shalt deliver","number":"h7725"},{"text":"raiment","number":"h8008"},{"text":"that the sun","number":"h8121"}],"13":[{"text":"then let him bring","number":"h935"},{"text":"If it be torn in pieces","number":"h2963"},{"text":"that which was torn","number":"h2966"},{"text":"it for witness","number":"h5707"},{"text":"and he shall not make good","number":"h7999"}],"15":[{"text":"thing it came","number":"h935"},{"text":"But if the owner","number":"h1167"},{"text":"if it be an hired","number":"h7916"},{"text":"for his hire","number":"h7939"},{"text":"thereof be with it he shall not make it good","number":"h7999"}],"11":[{"text":"and the owner","number":"h1167"},{"text":"his hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"of it shall accept","number":"h3947"},{"text":"goods","number":"h4399"},{"text":"unto his neighbour's","number":"h7453"},{"text":"Then shall an oath","number":"h7621"},{"text":"that he hath not put","number":"h7971"},{"text":"thereof and he shall not make it good","number":"h7999"},{"text":"be between them both","number":"h8147"}],"12":[{"text":"unto the owner","number":"h1167"},{"text":"And if it be stolen","number":"h1589"},{"text":"from him he shall make restitution","number":"h7999"}],"2":[{"text":"If a thief","number":"h1590"},{"text":"there shall no blood","number":"h1818"},{"text":"that he die","number":"h4191"},{"text":"breaking up","number":"h4290"},{"text":"be found","number":"h4672"},{"text":"and be smitten","number":"h5221"}],"4":[{"text":"If the theft","number":"h1591"},{"text":"alive","number":"h2416"},{"text":"or ass","number":"h2543"},{"text":"in his hand","number":"h3027"},{"text":"be certainly","number":"h4672"},{"text":"found","number":"h4672"},{"text":"or sheep","number":"h7716"},{"text":"whether it be ox","number":"h7794"},{"text":"he shall restore","number":"h7999"},{"text":"double","number":"h8147"}],"3":[{"text":"for his theft","number":"h1591"},{"text":"upon him there shall be blood","number":"h1818"},{"text":"be risen","number":"h2224"},{"text":"if he have nothing then he shall be sold","number":"h4376"},{"text":"restitution","number":"h7999"},{"text":"shed for him for he should make full","number":"h7999"},{"text":"If the sun","number":"h8121"}],"18":[{"text":"to live","number":"h2421"},{"text":"Thou shalt not suffer a witch","number":"h3784"}],"27":[{"text":"for I am gracious","number":"h2587"},{"text":"For that is his covering","number":"h3682"},{"text":"for his skin","number":"h5785"},{"text":"and it shall come to pass when he crieth","number":"h6817"},{"text":"wherein shall he sleep","number":"h7901"},{"text":"only it is his raiment","number":"h8071"},{"text":"unto me that I will hear","number":"h8085"}],"25":[{"text":"money","number":"h3701"},{"text":"If thou lend","number":"h3867"},{"text":"by thee thou shalt not be to him as an usurer","number":"h5383"},{"text":"upon him usury","number":"h5392"},{"text":"to any of my people","number":"h5971"},{"text":"that is poor","number":"h6041"},{"text":"neither shalt thou lay","number":"h7760"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"Abib","number":"h24"},{"text":"thou shalt eat","number":"h398"},{"text":"the feast","number":"h2282"},{"text":"of the month","number":"h2320"},{"text":"days","number":"h3117"},{"text":"for in it thou camest out","number":"h3318"},{"text":"thee in the time appointed","number":"h4150"},{"text":"of unleavened bread","number":"h4682"},{"text":"unleavened bread","number":"h4682"},{"text":"from Egypt","number":"h4714"},{"text":"before","number":"h6440"},{"text":"as I commanded","number":"h6680"},{"text":"and none shall appear","number":"h7200"},{"text":"me empty","number":"h7387"},{"text":"seven","number":"h7651"},{"text":"Thou shalt keep","number":"h8104"}],"6":[{"text":"of thy poor","number":"h34"},{"text":"the judgment","number":"h4941"},{"text":"Thou shalt not wrest","number":"h5186"},{"text":"in his cause","number":"h7379"}],"11":[{"text":"still that the poor","number":"h34"},{"text":"may eat","number":"h398"},{"text":"shall eat","number":"h398"},{"text":"and with thy oliveyard","number":"h2132"},{"text":"the beasts","number":"h2416"},{"text":"and what they leave","number":"h3499"},{"text":"with thy vineyard","number":"h3754"},{"text":"and lie","number":"h5203"},{"text":"of thy people","number":"h5971"},{"text":"In like manner thou shalt deal","number":"h6213"},{"text":"But the seventh","number":"h7637"},{"text":"of the field","number":"h7704"},{"text":"year thou shalt let it rest","number":"h8058"}],"17":[{"text":"the Lord","number":"h113"},{"text":"all thy males","number":"h2138"},{"text":"GOD","number":"h3068"},{"text":"before","number":"h6440"},{"text":"times","number":"h6471"},{"text":"shall appear","number":"h7200"},{"text":"Three","number":"h7969"},{"text":"in the year","number":"h8141"}],"19":[{"text":"of thy land","number":"h127"},{"text":"thy God","number":"h430"},{"text":"in his mother's","number":"h517"},{"text":"thou shalt bring","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"of the firstfruits","number":"h1061"},{"text":"Thou shalt not seethe","number":"h1310"},{"text":"a kid","number":"h1423"},{"text":"milk","number":"h2461"},{"text":"of the LORD","number":"h3068"},{"text":"The first","number":"h7225"}],"29":[{"text":"thee in one","number":"h259"},{"text":"lest the land","number":"h776"},{"text":"I will not drive them out","number":"h1644"},{"text":"and the beast","number":"h2416"},{"text":"from before","number":"h6440"},{"text":"multiply","number":"h7227"},{"text":"of the field","number":"h7704"},{"text":"become desolate","number":"h8077"},{"text":"year","number":"h8141"}],"2":[{"text":"Thou shalt not follow","number":"h310"},{"text":"after","number":"h310"},{"text":"to decline","number":"h5186"},{"text":"to wrest","number":"h5186"},{"text":"neither shalt thou speak","number":"h6030"},{"text":"a multitude","number":"h7227"},{"text":"many","number":"h7227"},{"text":"in a cause","number":"h7379"},{"text":"to do evil","number":"h7451"}],"13":[{"text":"of other","number":"h312"},{"text":"gods","number":"h430"},{"text":"And in all things that I have said","number":"h559"},{"text":"and make no mention","number":"h2142"},{"text":"out","number":"h5921"},{"text":"of thy mouth","number":"h6310"},{"text":"of the name","number":"h8034"},{"text":"neither let it be heard","number":"h8085"},{"text":"unto you be circumspect","number":"h8104"}],"22":[{"text":"then I will be an enemy","number":"h340"},{"text":"unto thine enemies","number":"h341"},{"text":"all that I speak","number":"h1696"},{"text":"and do","number":"h6213"},{"text":"unto thine adversaries","number":"h6696"},{"text":"and an adversary","number":"h6887"},{"text":"his voice","number":"h6963"},{"text":"But if thou shalt indeed","number":"h8085"},{"text":"obey","number":"h8085"}],"27":[{"text":"all thine enemies","number":"h341"},{"text":"my fear","number":"h367"},{"text":"to whom thou shalt come","number":"h935"},{"text":"thee and will destroy","number":"h2000"},{"text":"and I will make","number":"h5414"},{"text":"all the people","number":"h5971"},{"text":"turn their backs","number":"h6203"},{"text":"before","number":"h6440"},{"text":"I will send","number":"h7971"}],"4":[{"text":"thine enemy's","number":"h341"},{"text":"or his ass","number":"h2543"},{"text":"If thou meet","number":"h6293"},{"text":"bring it back","number":"h7725"},{"text":"thou shalt surely","number":"h7725"},{"text":"to him again","number":"h7725"},{"text":"ox","number":"h7794"},{"text":"going astray","number":"h8582"}],"33":[{"text":"their gods","number":"h430"},{"text":"in thy land","number":"h776"},{"text":"lest they make thee sin","number":"h2398"},{"text":"They shall not dwell","number":"h3427"},{"text":"it will surely be a snare","number":"h4170"},{"text":"against me for if thou serve","number":"h5647"}],"24":[{"text":"to their gods","number":"h430"},{"text":"but thou shalt utterly","number":"h2040"},{"text":"overthrow","number":"h2040"},{"text":"after their works","number":"h4639"},{"text":"their images","number":"h4676"},{"text":"nor serve","number":"h5647"},{"text":"them nor do","number":"h6213"},{"text":"break down","number":"h7665"},{"text":"them and quite","number":"h7665"},{"text":"Thou shalt not bow down","number":"h7812"}],"32":[{"text":"with them nor with their gods","number":"h430"},{"text":"no covenant","number":"h1285"},{"text":"Thou shalt make","number":"h3772"}],"25":[{"text":"your God","number":"h430"},{"text":"and he shall bless","number":"h1288"},{"text":"the LORD","number":"h3068"},{"text":"thy bread","number":"h3899"},{"text":"sickness","number":"h4245"},{"text":"and thy water","number":"h4325"},{"text":"and I will take","number":"h5493"},{"text":"away","number":"h5493"},{"text":"And ye shall serve","number":"h5647"},{"text":"from the midst","number":"h7130"}],"12":[{"text":"of thy handmaid","number":"h519"},{"text":"and the son","number":"h1121"},{"text":"and the stranger","number":"h1616"},{"text":"and thine ass","number":"h2543"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"thy work","number":"h4639"},{"text":"may rest","number":"h5117"},{"text":"may be refreshed","number":"h5314"},{"text":"thou shalt do","number":"h6213"},{"text":"and on the seventh","number":"h7637"},{"text":"thou shalt rest","number":"h7673"},{"text":"that thine ox","number":"h7794"},{"text":"Six","number":"h8337"}],"23":[{"text":"thee in unto the Amorites","number":"h567"},{"text":"thee and bring","number":"h935"},{"text":"the Hivites","number":"h2340"},{"text":"and the Hittites","number":"h2850"},{"text":"and the Jebusites","number":"h2983"},{"text":"shall go","number":"h3212"},{"text":"and I will cut them off","number":"h3582"},{"text":"and the Canaanites","number":"h3669"},{"text":"For mine Angel","number":"h4397"},{"text":"before","number":"h6440"},{"text":"and the Perizzites","number":"h6522"}],"16":[{"text":"of ingathering","number":"h614"},{"text":"when thou hast gathered","number":"h622"},{"text":"the firstfruits","number":"h1061"},{"text":"which thou hast sown","number":"h2232"},{"text":"And the feast","number":"h2282"},{"text":"and the feast","number":"h2282"},{"text":"which is in the end","number":"h3318"},{"text":"in thy labours","number":"h4639"},{"text":"of thy labours","number":"h4639"},{"text":"of harvest","number":"h7105"},{"text":"in the field","number":"h7704"},{"text":"out of the field","number":"h7704"},{"text":"of the year","number":"h8141"}],"10":[{"text":"and shalt gather","number":"h622"},{"text":"thy land","number":"h776"},{"text":"thou shalt sow","number":"h2232"},{"text":"years","number":"h8141"},{"text":"And six","number":"h8337"},{"text":"in the fruits","number":"h8393"}],"9":[{"text":"in the land","number":"h776"},{"text":"a stranger","number":"h1616"},{"text":"of a stranger","number":"h1616"},{"text":"ye were strangers","number":"h1616"},{"text":"for ye know","number":"h3045"},{"text":"seeing","number":"h3588"},{"text":"Also thou shalt not oppress","number":"h3905"},{"text":"of Egypt","number":"h4714"},{"text":"the heart","number":"h5315"}],"26":[{"text":"in thy land","number":"h776"},{"text":"of thy days","number":"h3117"},{"text":"I will fulfil","number":"h4390"},{"text":"the number","number":"h4557"},{"text":"nor be barren","number":"h6135"},{"text":"There shall nothing cast their young","number":"h7921"}],"31":[{"text":"of the land","number":"h776"},{"text":"thy bounds","number":"h1366"},{"text":"and thou shalt drive them out","number":"h1644"},{"text":"into your hand","number":"h3027"},{"text":"even unto the sea","number":"h3220"},{"text":"sea","number":"h3220"},{"text":"the inhabitants","number":"h3427"},{"text":"and from the desert","number":"h4057"},{"text":"unto the river","number":"h5104"},{"text":"for I will deliver","number":"h5414"},{"text":"from the Red","number":"h5488"},{"text":"of the Philistines","number":"h6430"},{"text":"before","number":"h6440"},{"text":"And I will set","number":"h7896"}],"30":[{"text":"the land","number":"h776"},{"text":"I will drive them out","number":"h1644"},{"text":"By little","number":"h4592"},{"text":"and little","number":"h4592"},{"text":"and inherit","number":"h5157"},{"text":"from before","number":"h6440"},{"text":"thee until thou be increased","number":"h6509"}],"20":[{"text":"and to bring","number":"h935"},{"text":"thee in the way","number":"h1870"},{"text":"which I have prepared","number":"h3559"},{"text":"an Angel","number":"h4397"},{"text":"thee into the place","number":"h4725"},{"text":"before","number":"h6440"},{"text":"Behold I send","number":"h7971"},{"text":"thee to keep","number":"h8104"}],"18":[{"text":"until the morning","number":"h1242"},{"text":"the blood","number":"h1818"},{"text":"Thou shalt not offer","number":"h2076"},{"text":"of my sacrifice","number":"h2077"},{"text":"of my sacrifice","number":"h2282"},{"text":"neither shall the fat","number":"h2459"},{"text":"with leavened bread","number":"h2557"},{"text":"remain","number":"h3885"}],"28":[{"text":"thee which shall drive out","number":"h1644"},{"text":"the Hivite","number":"h2340"},{"text":"and the Hittite","number":"h2850"},{"text":"the Canaanite","number":"h3669"},{"text":"before","number":"h6440"},{"text":"from before","number":"h6440"},{"text":"hornets","number":"h6880"},{"text":"And I will send","number":"h7971"}],"7":[{"text":"matter","number":"h1697"},{"text":"slay","number":"h2026"},{"text":"and the innocent","number":"h5355"},{"text":"and righteous","number":"h6662"},{"text":"thou not for I will not justify","number":"h6663"},{"text":"Keep thee far","number":"h7368"},{"text":"the wicked","number":"h7563"},{"text":"from a false","number":"h8267"}],"8":[{"text":"the words","number":"h1697"},{"text":"And thou shalt take","number":"h3947"},{"text":"and perverteth","number":"h5557"},{"text":"blindeth","number":"h5786"},{"text":"the wise","number":"h6493"},{"text":"of the righteous","number":"h6662"},{"text":"for the gift","number":"h7810"},{"text":"no gift","number":"h7810"}],"3":[{"text":"a poor","number":"h1800"},{"text":"Neither shalt thou countenance","number":"h1921"},{"text":"man in his cause","number":"h7379"}],"14":[{"text":"thou shalt keep a feast","number":"h2287"},{"text":"times","number":"h7272"},{"text":"Three","number":"h7969"},{"text":"unto me in the year","number":"h8141"}],"5":[{"text":"and wouldest forbear","number":"h2308"},{"text":"the ass","number":"h2543"},{"text":"under his burden","number":"h4853"},{"text":"help","number":"h5800"},{"text":"him thou shalt surely","number":"h5800"},{"text":"to help","number":"h5800"},{"text":"If thou see","number":"h7200"},{"text":"thee lying","number":"h7257"},{"text":"of him that hateth","number":"h8130"}],"1":[{"text":"to be an unrighteous","number":"h2555"},{"text":"not thine hand","number":"h3027"},{"text":"Thou shalt not raise","number":"h5375"},{"text":"witness","number":"h5707"},{"text":"with the wicked","number":"h7563"},{"text":"a false","number":"h7723"},{"text":"put","number":"h7896"},{"text":"report","number":"h8088"}],"21":[{"text":"provoke","number":"h4843"},{"text":"him not for he will not pardon","number":"h5375"},{"text":"of","number":"h6440"},{"text":"your transgressions","number":"h6588"},{"text":"his voice","number":"h6963"},{"text":"is in him","number":"h7130"},{"text":"for my name","number":"h8034"},{"text":"him and obey","number":"h8085"},{"text":"Beware","number":"h8104"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"and Abihu","number":"h30"},{"text":"thou and Aaron","number":"h175"},{"text":"And he said","number":"h559"},{"text":"of the elders","number":"h2205"},{"text":"unto the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"unto Moses","number":"h4872"},{"text":"Nadab","number":"h5070"},{"text":"Come up","number":"h5927"},{"text":"ye afar off","number":"h7350"},{"text":"and seventy","number":"h7657"},{"text":"and worship","number":"h7812"}],"9":[{"text":"and Abihu","number":"h30"},{"text":"and Aaron","number":"h175"},{"text":"of the elders","number":"h2205"},{"text":"of Israel","number":"h3478"},{"text":"Moses","number":"h4872"},{"text":"Nadab","number":"h5070"},{"text":"Then went up","number":"h5927"},{"text":"and seventy","number":"h7657"}],"12":[{"text":"of stone","number":"h68"},{"text":"said","number":"h559"},{"text":"to me into the mount","number":"h2022"},{"text":"And the LORD","number":"h3068"},{"text":"that thou mayest teach","number":"h3384"},{"text":"which I have written","number":"h3789"},{"text":"thee tables","number":"h3871"},{"text":"and commandments","number":"h4687"},{"text":"unto Moses","number":"h4872"},{"text":"and be there and I will give","number":"h5414"},{"text":"Come up","number":"h5927"},{"text":"and a law","number":"h8451"}],"6":[{"text":"it in basons","number":"h101"},{"text":"of the blood","number":"h1818"},{"text":"of the blood","number":"h1818"},{"text":"he sprinkled","number":"h2236"},{"text":"and half","number":"h2677"},{"text":"half","number":"h2677"},{"text":"took","number":"h3947"},{"text":"on the altar","number":"h4196"},{"text":"And Moses","number":"h4872"},{"text":"and put","number":"h7760"}],"14":[{"text":"unto you and behold Aaron","number":"h175"},{"text":"And he said","number":"h559"},{"text":"man","number":"h1167"},{"text":"to do","number":"h1167"},{"text":"have any matters","number":"h1697"},{"text":"ye here","number":"h2088"},{"text":"unto the elders","number":"h2205"},{"text":"and Hur","number":"h2354"},{"text":"Tarry","number":"h3427"},{"text":"are with you if any","number":"h4310"},{"text":"let him come","number":"h5066"},{"text":"for us until we come again","number":"h7725"}],"7":[{"text":"in the audience","number":"h241"},{"text":"and they said","number":"h559"},{"text":"of the covenant","number":"h1285"},{"text":"hath said","number":"h1696"},{"text":"All that the LORD","number":"h3068"},{"text":"And he took","number":"h3947"},{"text":"the book","number":"h5612"},{"text":"of the people","number":"h5971"},{"text":"will we do","number":"h6213"},{"text":"and read","number":"h7121"},{"text":"and be obedient","number":"h8085"}],"3":[{"text":"with one","number":"h259"},{"text":"and said","number":"h559"},{"text":"came","number":"h935"},{"text":"hath said","number":"h1696"},{"text":"All the words","number":"h1697"},{"text":"all the words","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"which the LORD","number":"h3068"},{"text":"And Moses","number":"h4872"},{"text":"and all the judgments","number":"h4941"},{"text":"and told","number":"h5608"},{"text":"and all the people","number":"h5971"},{"text":"the people","number":"h5971"},{"text":"answered","number":"h6030"},{"text":"will we do","number":"h6213"},{"text":"voice","number":"h6963"}],"11":[{"text":"and did eat","number":"h398"},{"text":"God","number":"h430"},{"text":"And upon the nobles","number":"h678"},{"text":"of the children","number":"h1121"},{"text":"also they saw","number":"h2372"},{"text":"not his hand","number":"h3027"},{"text":"of Israel","number":"h3478"},{"text":"he laid","number":"h7971"},{"text":"and drink","number":"h8354"}],"17":[{"text":"was like devouring","number":"h398"},{"text":"fire","number":"h784"},{"text":"of the children","number":"h1121"},{"text":"of the mount","number":"h2022"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of the glory","number":"h3519"},{"text":"And the sight","number":"h4758"},{"text":"in the eyes","number":"h5869"},{"text":"on the top","number":"h7218"}],"13":[{"text":"of God","number":"h430"},{"text":"into the mount","number":"h2022"},{"text":"Joshua","number":"h3091"},{"text":"And Moses","number":"h4872"},{"text":"and Moses","number":"h4872"},{"text":"went up","number":"h5927"},{"text":"rose up","number":"h6965"},{"text":"and his minister","number":"h8334"}],"10":[{"text":"the God","number":"h430"},{"text":"in his clearness","number":"h2892"},{"text":"of Israel","number":"h3478"},{"text":"as it were a paved","number":"h3840"},{"text":"work","number":"h4639"},{"text":"of a sapphire stone","number":"h5601"},{"text":"and as it were the body","number":"h6106"},{"text":"And they saw","number":"h7200"},{"text":"and there was under his feet","number":"h7272"},{"text":"of heaven","number":"h8064"}],"8":[{"text":"and said","number":"h559"},{"text":"of the covenant","number":"h1285"},{"text":"with you concerning all these words","number":"h1697"},{"text":"Behold the blood","number":"h1818"},{"text":"the blood","number":"h1818"},{"text":"and sprinkled","number":"h2236"},{"text":"which the LORD","number":"h3068"},{"text":"hath made","number":"h3772"},{"text":"took","number":"h3947"},{"text":"And Moses","number":"h4872"},{"text":"it on the people","number":"h5971"}],"18":[{"text":"and forty","number":"h705"},{"text":"forty","number":"h705"},{"text":"went","number":"h935"},{"text":"into the mount","number":"h2022"},{"text":"was in the mount","number":"h2022"},{"text":"days","number":"h3117"},{"text":"nights","number":"h3915"},{"text":"And Moses","number":"h4872"},{"text":"and Moses","number":"h4872"},{"text":"and gat him up","number":"h5927"},{"text":"of the cloud","number":"h6051"},{"text":"into the midst","number":"h8432"}],"5":[{"text":"of the children","number":"h1121"},{"text":"and sacrificed","number":"h2076"},{"text":"offerings","number":"h2077"},{"text":"unto the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"young men","number":"h5288"},{"text":"which offered","number":"h5927"},{"text":"burnt offerings","number":"h5930"},{"text":"of oxen","number":"h6499"},{"text":"And he sent","number":"h7971"},{"text":"peace","number":"h8002"}],"4":[{"text":"and builded","number":"h1129"},{"text":"in the morning","number":"h1242"},{"text":"all the words","number":"h1697"},{"text":"under the hill","number":"h2022"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"wrote","number":"h3789"},{"text":"an altar","number":"h4196"},{"text":"and twelve pillars","number":"h4676"},{"text":"And Moses","number":"h4872"},{"text":"tribes","number":"h7626"},{"text":"and rose up early","number":"h7925"},{"text":"according to the twelve","number":"h8147"}],"15":[{"text":"into the mount","number":"h2022"},{"text":"the mount","number":"h2022"},{"text":"covered","number":"h3680"},{"text":"And Moses","number":"h4872"},{"text":"went up","number":"h5927"},{"text":"and a cloud","number":"h6051"}],"16":[{"text":"upon mount","number":"h2022"},{"text":"of the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"And the glory","number":"h3519"},{"text":"covered","number":"h3680"},{"text":"unto Moses","number":"h4872"},{"text":"Sinai","number":"h5514"},{"text":"and the cloud","number":"h6051"},{"text":"of the cloud","number":"h6051"},{"text":"he called","number":"h7121"},{"text":"and the seventh","number":"h7637"},{"text":"abode","number":"h7931"},{"text":"it six","number":"h8337"},{"text":"out of the midst","number":"h8432"}],"2":[{"text":"the LORD","number":"h3068"},{"text":"And Moses","number":"h4872"},{"text":"alone shall come near","number":"h5066"},{"text":"but they shall not come nigh","number":"h5066"},{"text":"go up","number":"h5927"},{"text":"neither shall the people","number":"h5971"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"and stones","number":"h68"},{"text":"stones","number":"h68"},{"text":"in the ephod","number":"h646"},{"text":"and in the breastplate","number":"h2833"},{"text":"to be set","number":"h4394"},{"text":"Onyx","number":"h7718"}],"5":[{"text":"dyed red","number":"h119"},{"text":"And rams","number":"h352"},{"text":"skins","number":"h5785"},{"text":"skins","number":"h5785"},{"text":"wood","number":"h6086"},{"text":"and shittim","number":"h7848"},{"text":"and badgers","number":"h8476"}],"37":[{"text":"thereof that they may give light","number":"h215"},{"text":"lamps","number":"h5216"},{"text":"the lamps","number":"h5216"},{"text":"over against","number":"h5676"},{"text":"thereof and they shall light","number":"h5927"},{"text":"And thou shalt make","number":"h6213"},{"text":"it","number":"h6440"},{"text":"the seven","number":"h7651"}],"20":[{"text":"to another","number":"h251"},{"text":"shall look one","number":"h376"},{"text":"forth their wings","number":"h3671"},{"text":"with their wings","number":"h3671"},{"text":"the mercy seat","number":"h3727"},{"text":"toward the mercy seat","number":"h3727"},{"text":"And the cherubims","number":"h3742"},{"text":"of the cherubims","number":"h3742"},{"text":"on high","number":"h4605"},{"text":"covering","number":"h5526"},{"text":"and their faces","number":"h6440"},{"text":"shall the faces","number":"h6440"},{"text":"shall stretch","number":"h6566"}],"19":[{"text":"and the other","number":"h259"},{"text":"one","number":"h259"},{"text":"on the other","number":"h2088"},{"text":"even of the mercy seat","number":"h3727"},{"text":"cherub","number":"h3742"},{"text":"cherub","number":"h3742"},{"text":"the cherubims","number":"h3742"},{"text":"And make","number":"h6213"},{"text":"shall ye make","number":"h6213"},{"text":"end","number":"h7098"},{"text":"ends","number":"h7098"},{"text":"on the one end","number":"h7098"},{"text":"on the two","number":"h8147"}],"33":[{"text":"in one","number":"h259"},{"text":"in the other","number":"h259"},{"text":"bowls","number":"h1375"},{"text":"bowls","number":"h1375"},{"text":"that come","number":"h3318"},{"text":"with a knop","number":"h3730"},{"text":"with a knop","number":"h3730"},{"text":"out of the candlestick","number":"h4501"},{"text":"and a flower","number":"h6525"},{"text":"and a flower","number":"h6525"},{"text":"branch","number":"h7070"},{"text":"branch","number":"h7070"},{"text":"branches","number":"h7070"},{"text":"Three","number":"h7969"},{"text":"and three","number":"h7969"},{"text":"made like almonds","number":"h8246"},{"text":"made like unto almonds","number":"h8246"},{"text":"so in the six","number":"h8337"}],"32":[{"text":"out of the one","number":"h259"},{"text":"shall come","number":"h3318"},{"text":"of the candlestick","number":"h4501"},{"text":"of the candlestick","number":"h4501"},{"text":"out of the sides","number":"h6654"},{"text":"side","number":"h6654"},{"text":"side","number":"h6654"},{"text":"branches","number":"h7070"},{"text":"branches","number":"h7070"},{"text":"branches","number":"h7070"},{"text":"and three","number":"h7969"},{"text":"of it three","number":"h7969"},{"text":"out of the other","number":"h8145"},{"text":"And six","number":"h8337"}],"12":[{"text":"shall be in the one","number":"h259"},{"text":"four","number":"h702"},{"text":"them in the four","number":"h702"},{"text":"of gold","number":"h2091"},{"text":"rings","number":"h2885"},{"text":"rings","number":"h2885"},{"text":"rings","number":"h2885"},{"text":"And thou shalt cast","number":"h3332"},{"text":"for it and put","number":"h5414"},{"text":"corners","number":"h6471"},{"text":"side","number":"h6763"},{"text":"in the other","number":"h8145"},{"text":"of it and two","number":"h8147"},{"text":"thereof and two","number":"h8147"}],"36":[{"text":"shall be of the same all it shall be one","number":"h259"},{"text":"gold","number":"h2091"},{"text":"of pure","number":"h2889"},{"text":"Their knops","number":"h3730"},{"text":"beaten work","number":"h4749"},{"text":"and their branches","number":"h7070"}],"2":[{"text":"of every man","number":"h376"},{"text":"unto the children","number":"h1121"},{"text":"Speak","number":"h1696"},{"text":"of Israel","number":"h3478"},{"text":"with his heart","number":"h3820"},{"text":"that they bring","number":"h3947"},{"text":"ye shall take","number":"h3947"},{"text":"that giveth it willingly","number":"h5068"},{"text":"me an offering","number":"h8641"},{"text":"my offering","number":"h8641"}],"10":[{"text":"thereof and a cubit","number":"h520"},{"text":"thereof and a cubit","number":"h520"},{"text":"two cubits","number":"h520"},{"text":"an ark","number":"h727"},{"text":"shall be the length","number":"h753"},{"text":"and a half","number":"h2677"},{"text":"and a half","number":"h2677"},{"text":"and a half","number":"h2677"},{"text":"wood","number":"h6086"},{"text":"And they shall make","number":"h6213"},{"text":"the height","number":"h6967"},{"text":"the breadth","number":"h7341"},{"text":"of shittim","number":"h7848"}],"17":[{"text":"thereof and a cubit","number":"h520"},{"text":"two cubits","number":"h520"},{"text":"shall be the length","number":"h753"},{"text":"gold","number":"h2091"},{"text":"and a half","number":"h2677"},{"text":"and a half","number":"h2677"},{"text":"of pure","number":"h2889"},{"text":"a mercy seat","number":"h3727"},{"text":"And thou shalt make","number":"h6213"},{"text":"the breadth","number":"h7341"}],"23":[{"text":"thereof and a cubit","number":"h520"},{"text":"thereof and a cubit","number":"h520"},{"text":"two cubits","number":"h520"},{"text":"shall be the length","number":"h753"},{"text":"and a half","number":"h2677"},{"text":"wood","number":"h6086"},{"text":"Thou shalt also make","number":"h6213"},{"text":"the height","number":"h6967"},{"text":"the breadth","number":"h7341"},{"text":"of shittim","number":"h7848"},{"text":"a table","number":"h7979"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"26":[{"text":"for it four","number":"h702"},{"text":"in the four","number":"h702"},{"text":"that are on the four","number":"h702"},{"text":"of gold","number":"h2091"},{"text":"rings","number":"h2885"},{"text":"the rings","number":"h2885"},{"text":"and put","number":"h5414"},{"text":"And thou shalt make","number":"h6213"},{"text":"corners","number":"h6285"},{"text":"feet","number":"h7272"}],"34":[{"text":"shall be four","number":"h702"},{"text":"bowls","number":"h1375"},{"text":"with their knops","number":"h3730"},{"text":"And in the candlestick","number":"h4501"},{"text":"and their flowers","number":"h6525"},{"text":"made like unto almonds","number":"h8246"}],"4":[{"text":"and purple","number":"h713"},{"text":"and goats","number":"h5795"},{"text":"and fine linen","number":"h8336"},{"text":"and scarlet","number":"h8438"},{"text":"And blue","number":"h8504"}],"21":[{"text":"and in the ark","number":"h727"},{"text":"upon the ark","number":"h727"},{"text":"the mercy seat","number":"h3727"},{"text":"above","number":"h4605"},{"text":"And thou shalt put","number":"h5414"},{"text":"that I shall give","number":"h5414"},{"text":"thou shalt put","number":"h5414"},{"text":"the testimony","number":"h5715"}],"16":[{"text":"into the ark","number":"h727"},{"text":"And thou shalt put","number":"h5414"},{"text":"which I shall give","number":"h5414"},{"text":"the testimony","number":"h5715"}],"14":[{"text":"of the ark","number":"h727"},{"text":"that the ark","number":"h727"},{"text":"the staves","number":"h905"},{"text":"And thou shalt put","number":"h935"},{"text":"into the rings","number":"h2885"},{"text":"may be borne","number":"h5375"},{"text":"by the sides","number":"h6763"}],"15":[{"text":"of the ark","number":"h727"},{"text":"The staves","number":"h905"},{"text":"shall be","number":"h1961"},{"text":"in the rings","number":"h2885"},{"text":"they shall not be taken","number":"h5493"}],"22":[{"text":"the ark","number":"h727"},{"text":"from between","number":"h996"},{"text":"unto the children","number":"h1121"},{"text":"with thee and I will commune","number":"h1696"},{"text":"And there I will meet","number":"h3259"},{"text":"of Israel","number":"h3478"},{"text":"with thee from above the mercy seat","number":"h3727"},{"text":"cherubims","number":"h3742"},{"text":"of the testimony","number":"h5715"},{"text":"which are upon","number":"h5921"},{"text":"of all things which I will give thee in commandment","number":"h6680"},{"text":"the two","number":"h8147"}],"27":[{"text":"of the staves","number":"h905"},{"text":"be for places","number":"h1004"},{"text":"shall the rings","number":"h2885"},{"text":"the border","number":"h4526"},{"text":"to bear","number":"h5375"},{"text":"Over against","number":"h5980"},{"text":"the table","number":"h7979"}],"13":[{"text":"staves","number":"h905"},{"text":"them with gold","number":"h2091"},{"text":"wood","number":"h6086"},{"text":"And thou shalt make","number":"h6213"},{"text":"and overlay","number":"h6823"},{"text":"of shittim","number":"h7848"}],"28":[{"text":"the staves","number":"h905"},{"text":"them with gold","number":"h2091"},{"text":"may be borne","number":"h5375"},{"text":"wood","number":"h6086"},{"text":"And thou shalt make","number":"h6213"},{"text":"and overlay","number":"h6823"},{"text":"of shittim","number":"h7848"},{"text":"that the table","number":"h7979"}],"11":[{"text":"within","number":"h1004"},{"text":"gold","number":"h2091"},{"text":"of gold","number":"h2091"},{"text":"upon it a crown","number":"h2213"},{"text":"and without","number":"h2351"},{"text":"it with pure","number":"h2889"},{"text":"round about","number":"h5439"},{"text":"it and shalt make","number":"h6213"},{"text":"And thou shalt overlay","number":"h6823"},{"text":"shalt thou overlay","number":"h6823"}],"6":[{"text":"spices","number":"h1314"},{"text":"for the light","number":"h3974"},{"text":"for anointing","number":"h4888"},{"text":"and for sweet","number":"h5561"},{"text":"incense","number":"h7004"},{"text":"Oil","number":"h8081"},{"text":"oil","number":"h8081"}],"31":[{"text":"his bowls","number":"h1375"},{"text":"gold","number":"h2091"},{"text":"of pure","number":"h2889"},{"text":"his shaft","number":"h3409"},{"text":"his knops","number":"h3730"},{"text":"a candlestick","number":"h4501"},{"text":"shall the candlestick","number":"h4501"},{"text":"of beaten work","number":"h4749"},{"text":"And thou shalt make","number":"h6213"},{"text":"be made","number":"h6213"},{"text":"and his flowers","number":"h6525"},{"text":"and his branches","number":"h7070"}],"29":[{"text":"withal","number":"h2004"},{"text":"gold","number":"h2091"},{"text":"of pure","number":"h2889"},{"text":"thereof and spoons","number":"h3709"},{"text":"thereof and bowls","number":"h4518"},{"text":"thereof to cover","number":"h5258"},{"text":"And thou shalt make","number":"h6213"},{"text":"shalt thou make","number":"h6213"},{"text":"the dishes","number":"h7086"},{"text":"thereof and covers","number":"h7184"}],"40":[{"text":"thee in the mount","number":"h2022"},{"text":"that thou make","number":"h6213"},{"text":"And look","number":"h7200"},{"text":"which was shewed","number":"h7200"},{"text":"them after their pattern","number":"h8403"}],"25":[{"text":"a golden","number":"h2091"},{"text":"crown","number":"h2213"},{"text":"of an hand breadth","number":"h2948"},{"text":"to the border","number":"h4526"},{"text":"unto it a border","number":"h4526"},{"text":"round about","number":"h5439"},{"text":"thereof round about","number":"h5439"},{"text":"And thou shalt make","number":"h6213"},{"text":"and thou shalt make","number":"h6213"}],"24":[{"text":"gold","number":"h2091"},{"text":"of gold","number":"h2091"},{"text":"thereto a crown","number":"h2213"},{"text":"it with pure","number":"h2889"},{"text":"round about","number":"h5439"},{"text":"and make","number":"h6213"},{"text":"And thou shalt overlay","number":"h6823"}],"38":[{"text":"gold","number":"h2091"},{"text":"thereof shall be of pure","number":"h2889"},{"text":"thereof and the snuffdishes","number":"h4289"},{"text":"And the tongs","number":"h4457"}],"39":[{"text":"gold","number":"h2091"},{"text":"of pure","number":"h2889"},{"text":"Of a talent","number":"h3603"},{"text":"it with all these vessels","number":"h3627"},{"text":"shall he make","number":"h6213"}],"18":[{"text":"of gold","number":"h2091"},{"text":"of the mercy seat","number":"h3727"},{"text":"cherubims","number":"h3742"},{"text":"of beaten work","number":"h4749"},{"text":"And thou shalt make","number":"h6213"},{"text":"shalt thou make","number":"h6213"},{"text":"ends","number":"h7098"},{"text":"them in the two","number":"h8147"},{"text":"two","number":"h8147"}],"3":[{"text":"of them gold","number":"h2091"},{"text":"and silver","number":"h3701"},{"text":"which ye shall take","number":"h3947"},{"text":"and brass","number":"h5178"},{"text":"And this is the offering","number":"h8641"}],"35":[{"text":"that proceed","number":"h3318"},{"text":"And there shall be a knop","number":"h3730"},{"text":"of the same and a knop","number":"h3730"},{"text":"of the same and a knop","number":"h3730"},{"text":"out of the candlestick","number":"h4501"},{"text":"branches","number":"h7070"},{"text":"branches","number":"h7070"},{"text":"branches","number":"h7070"},{"text":"branches","number":"h7070"},{"text":"under two","number":"h8147"},{"text":"under two","number":"h8147"},{"text":"under two","number":"h8147"},{"text":"of the same according to the six","number":"h8337"}],"9":[{"text":"of all the instruments","number":"h3627"},{"text":"of the tabernacle","number":"h4908"},{"text":"thereof even so shall ye make","number":"h6213"},{"text":"According to all that I shew","number":"h7200"},{"text":"and the pattern","number":"h8403"},{"text":"thee after the pattern","number":"h8403"}],"30":[{"text":"shewbread","number":"h3899"},{"text":"And thou shalt set","number":"h5414"},{"text":"before","number":"h6440"},{"text":"upon the table","number":"h7979"},{"text":"me alway","number":"h8548"}],"8":[{"text":"me a sanctuary","number":"h4720"},{"text":"And let them make","number":"h6213"},{"text":"that I may dwell","number":"h7931"},{"text":"among","number":"h8432"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"dyed red","number":"h119"},{"text":"for the tent","number":"h168"},{"text":"of rams","number":"h352"},{"text":"a covering","number":"h4372"},{"text":"and a covering","number":"h4372"},{"text":"above","number":"h4605"},{"text":"skins","number":"h5785"},{"text":"skins","number":"h5785"},{"text":"And thou shalt make","number":"h6213"},{"text":"of badgers","number":"h8476"}],"25":[{"text":"and their sockets","number":"h134"},{"text":"sockets","number":"h134"},{"text":"sockets","number":"h134"},{"text":"sockets","number":"h134"},{"text":"under another","number":"h259"},{"text":"under one","number":"h259"},{"text":"of silver","number":"h3701"},{"text":"board","number":"h7175"},{"text":"board","number":"h7175"},{"text":"boards","number":"h7175"},{"text":"And they shall be eight","number":"h8083"},{"text":"and two","number":"h8147"},{"text":"two","number":"h8147"},{"text":"sixteen","number":"h8337"}],"19":[{"text":"sockets","number":"h134"},{"text":"sockets","number":"h134"},{"text":"sockets","number":"h134"},{"text":"under another","number":"h259"},{"text":"under one","number":"h259"},{"text":"forty","number":"h705"},{"text":"tenons","number":"h3027"},{"text":"tenons","number":"h3027"},{"text":"of silver","number":"h3701"},{"text":"And thou shalt make","number":"h6213"},{"text":"under the twenty","number":"h6242"},{"text":"board","number":"h7175"},{"text":"board","number":"h7175"},{"text":"boards","number":"h7175"},{"text":"and two","number":"h8147"},{"text":"for his two","number":"h8147"},{"text":"for his two","number":"h8147"},{"text":"two","number":"h8147"}],"21":[{"text":"sockets","number":"h134"},{"text":"sockets","number":"h134"},{"text":"sockets","number":"h134"},{"text":"under another","number":"h259"},{"text":"under one","number":"h259"},{"text":"And their forty","number":"h705"},{"text":"of silver","number":"h3701"},{"text":"board","number":"h7175"},{"text":"board","number":"h7175"},{"text":"and two","number":"h8147"},{"text":"two","number":"h8147"}],"32":[{"text":"sockets","number":"h134"},{"text":"it upon four","number":"h702"},{"text":"upon the four","number":"h702"},{"text":"their hooks","number":"h2053"},{"text":"shall be of gold","number":"h2091"},{"text":"with gold","number":"h2091"},{"text":"of silver","number":"h3701"},{"text":"And thou shalt hang","number":"h5414"},{"text":"pillars","number":"h5982"},{"text":"wood overlaid","number":"h6823"},{"text":"of shittim","number":"h7848"}],"37":[{"text":"sockets","number":"h134"},{"text":"and their hooks","number":"h2053"},{"text":"shall be of gold","number":"h2091"},{"text":"them with gold","number":"h2091"},{"text":"five","number":"h2568"},{"text":"five","number":"h2568"},{"text":"and thou shalt cast","number":"h3332"},{"text":"for the hanging","number":"h4539"},{"text":"of brass","number":"h5178"},{"text":"pillars","number":"h5982"},{"text":"And thou shalt make","number":"h6213"},{"text":"wood and overlay","number":"h6823"},{"text":"of shittim","number":"h7848"}],"7":[{"text":"hair to be a covering","number":"h168"},{"text":"curtains","number":"h3407"},{"text":"curtains","number":"h3407"},{"text":"upon the tabernacle","number":"h4908"},{"text":"of goats","number":"h5795"},{"text":"And thou shalt make","number":"h6213"},{"text":"shalt thou make","number":"h6213"},{"text":"eleven","number":"h6249"}],"9":[{"text":"of the tabernacle","number":"h168"},{"text":"And thou shalt couple","number":"h2266"},{"text":"five","number":"h2568"},{"text":"curtain","number":"h3407"},{"text":"curtains","number":"h3407"},{"text":"curtains","number":"h3407"},{"text":"by themselves and shalt double","number":"h3717"},{"text":"in the forefront","number":"h4136"},{"text":"by themselves and six","number":"h8337"},{"text":"the sixth","number":"h8345"}],"12":[{"text":"of the tent","number":"h168"},{"text":"over the backside","number":"h268"},{"text":"the half","number":"h2677"},{"text":"curtain","number":"h3407"},{"text":"of the curtains","number":"h3407"},{"text":"of the tabernacle","number":"h4908"},{"text":"shall hang","number":"h5628"},{"text":"And the remnant","number":"h5629"},{"text":"that remaineth","number":"h5736"},{"text":"that remaineth","number":"h5736"}],"13":[{"text":"of the tent","number":"h168"},{"text":"And a cubit","number":"h520"},{"text":"and a cubit","number":"h520"},{"text":"in the length","number":"h753"},{"text":"on the one side","number":"h2088"},{"text":"of the curtains","number":"h3407"},{"text":"on this side and on that side to cover","number":"h3680"},{"text":"of the tabernacle","number":"h4908"},{"text":"it shall hang","number":"h5628"},{"text":"on the other side of that which remaineth","number":"h5736"},{"text":"over the sides","number":"h6654"}],"36":[{"text":"of the tent","number":"h168"},{"text":"and purple","number":"h713"},{"text":"an hanging","number":"h4539"},{"text":"wrought","number":"h4639"},{"text":"And thou shalt make","number":"h6213"},{"text":"for the door","number":"h6607"},{"text":"with needlework","number":"h7551"},{"text":"and fine twined","number":"h7806"},{"text":"linen","number":"h8336"},{"text":"and scarlet","number":"h8438"},{"text":"of blue","number":"h8504"}],"11":[{"text":"the tent","number":"h168"},{"text":"together that it may be one","number":"h259"},{"text":"and put","number":"h935"},{"text":"and couple","number":"h2266"},{"text":"fifty","number":"h2572"},{"text":"into the loops","number":"h3924"},{"text":"of brass","number":"h5178"},{"text":"And thou shalt make","number":"h6213"},{"text":"taches","number":"h7165"},{"text":"the taches","number":"h7165"}],"6":[{"text":"and it shall be one","number":"h259"},{"text":"together with","number":"h802"},{"text":"of gold","number":"h2091"},{"text":"and couple","number":"h2266"},{"text":"fifty","number":"h2572"},{"text":"the curtains","number":"h3407"},{"text":"tabernacle","number":"h4908"},{"text":"And thou shalt make","number":"h6213"},{"text":"taches","number":"h7165"},{"text":"the taches","number":"h7165"}],"5":[{"text":"in the one","number":"h259"},{"text":"of another","number":"h269"},{"text":"one","number":"h802"},{"text":"Fifty","number":"h2572"},{"text":"and fifty","number":"h2572"},{"text":"curtain","number":"h3407"},{"text":"of the curtain","number":"h3407"},{"text":"loops","number":"h3924"},{"text":"loops","number":"h3924"},{"text":"that the loops","number":"h3924"},{"text":"that is in the coupling","number":"h4225"},{"text":"shalt thou make","number":"h6213"},{"text":"shalt thou make","number":"h6213"},{"text":"may take hold","number":"h6901"},{"text":"in the edge","number":"h7097"},{"text":"of the second","number":"h8145"}],"24":[{"text":"of it unto one","number":"h259"},{"text":"ring","number":"h2885"},{"text":"together","number":"h3162"},{"text":"together beneath","number":"h4295"},{"text":"corners","number":"h4740"},{"text":"above the head","number":"h7218"},{"text":"they shall be for the two","number":"h8147"},{"text":"thus shall it be for them both","number":"h8147"},{"text":"And they shall be coupled","number":"h8382"},{"text":"and they shall be coupled","number":"h8382"}],"16":[{"text":"of one","number":"h259"},{"text":"and a cubit","number":"h520"},{"text":"cubits","number":"h520"},{"text":"shall be the length","number":"h753"},{"text":"and a half","number":"h2677"},{"text":"Ten","number":"h6235"},{"text":"board","number":"h7175"},{"text":"of a board","number":"h7175"},{"text":"shall be the breadth","number":"h7341"}],"2":[{"text":"of one","number":"h259"},{"text":"of one","number":"h259"},{"text":"shall have one","number":"h259"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"four","number":"h702"},{"text":"The length","number":"h753"},{"text":"and every one of the curtains","number":"h3407"},{"text":"curtain","number":"h3407"},{"text":"curtain","number":"h3407"},{"text":"measure","number":"h4060"},{"text":"and twenty","number":"h6242"},{"text":"and the breadth","number":"h7341"},{"text":"shall be eight","number":"h8083"}],"8":[{"text":"of one","number":"h259"},{"text":"of one","number":"h259"},{"text":"shall be all of one","number":"h259"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"four","number":"h702"},{"text":"The length","number":"h753"},{"text":"curtain","number":"h3407"},{"text":"curtain","number":"h3407"},{"text":"curtains","number":"h3407"},{"text":"measure","number":"h4060"},{"text":"and the eleven","number":"h6249"},{"text":"and the breadth","number":"h7341"},{"text":"shall be thirty","number":"h7970"}],"10":[{"text":"of the one","number":"h259"},{"text":"in the coupling","number":"h2279"},{"text":"which coupleth","number":"h2279"},{"text":"and fifty","number":"h2572"},{"text":"fifty","number":"h2572"},{"text":"curtain","number":"h3407"},{"text":"of the curtain","number":"h3407"},{"text":"loops","number":"h3924"},{"text":"loops","number":"h3924"},{"text":"And thou shalt make","number":"h6213"},{"text":"that is outmost","number":"h7020"},{"text":"the second","number":"h8145"},{"text":"in the edge","number":"h8193"},{"text":"on the edge","number":"h8193"}],"26":[{"text":"of the one","number":"h259"},{"text":"bars","number":"h1280"},{"text":"five","number":"h2568"},{"text":"of the tabernacle","number":"h4908"},{"text":"wood","number":"h6086"},{"text":"And thou shalt make","number":"h6213"},{"text":"side","number":"h6763"},{"text":"for the boards","number":"h7175"},{"text":"of shittim","number":"h7848"}],"4":[{"text":"of the one","number":"h259"},{"text":"in the coupling","number":"h2279"},{"text":"curtain","number":"h3407"},{"text":"of another curtain","number":"h3407"},{"text":"loops","number":"h3924"},{"text":"in the coupling","number":"h4225"},{"text":"And thou shalt make","number":"h6213"},{"text":"and likewise shalt thou make","number":"h6213"},{"text":"in the uttermost","number":"h7020"},{"text":"from the selvedge","number":"h7098"},{"text":"of the second","number":"h8145"},{"text":"edge","number":"h8193"},{"text":"upon the edge","number":"h8193"},{"text":"of blue","number":"h8504"}],"17":[{"text":"shall there be in one","number":"h259"},{"text":"against another","number":"h269"},{"text":"one","number":"h802"},{"text":"tenons","number":"h3027"},{"text":"of the tabernacle","number":"h4908"},{"text":"thus shalt thou make","number":"h6213"},{"text":"board","number":"h7175"},{"text":"for all the boards","number":"h7175"},{"text":"set in order","number":"h7947"},{"text":"Two","number":"h8147"}],"3":[{"text":"to another","number":"h269"},{"text":"to another","number":"h269"},{"text":"one","number":"h802"},{"text":"one","number":"h802"},{"text":"shall be coupled","number":"h2266"},{"text":"shall be coupled together","number":"h2266"},{"text":"The five","number":"h2568"},{"text":"and other five","number":"h2568"},{"text":"curtains","number":"h3407"},{"text":"curtains","number":"h3407"}],"1":[{"text":"and purple","number":"h713"},{"text":"of cunning","number":"h2803"},{"text":"curtains","number":"h3407"},{"text":"with cherubims","number":"h3742"},{"text":"work","number":"h4639"},{"text":"the tabernacle","number":"h4908"},{"text":"Moreover thou shalt make","number":"h6213"},{"text":"shalt thou make","number":"h6213"},{"text":"with ten","number":"h6235"},{"text":"of fine twined","number":"h7806"},{"text":"and scarlet","number":"h8144"},{"text":"linen","number":"h8336"},{"text":"and blue","number":"h8504"}],"31":[{"text":"and purple","number":"h713"},{"text":"of cunning","number":"h2803"},{"text":"with cherubims","number":"h3742"},{"text":"work","number":"h4639"},{"text":"And thou shalt make","number":"h6213"},{"text":"shall it be made","number":"h6213"},{"text":"a vail","number":"h6532"},{"text":"and fine twined","number":"h7806"},{"text":"and scarlet","number":"h8144"},{"text":"linen","number":"h8336"},{"text":"of blue","number":"h8504"}],"33":[{"text":"the ark","number":"h727"},{"text":"shall divide","number":"h914"},{"text":"that thou mayest bring","number":"h935"},{"text":"in thither within","number":"h1004"},{"text":"And thou shalt hang up","number":"h5414"},{"text":"of the testimony","number":"h5715"},{"text":"and the vail","number":"h6532"},{"text":"the vail","number":"h6532"},{"text":"the vail","number":"h6532"},{"text":"holy","number":"h6944"},{"text":"place and the most","number":"h6944"},{"text":"unto you between the holy","number":"h6944"},{"text":"under the taches","number":"h7165"}],"34":[{"text":"upon the ark","number":"h727"},{"text":"the mercy seat","number":"h3727"},{"text":"And thou shalt put","number":"h5414"},{"text":"of the testimony","number":"h5715"},{"text":"holy","number":"h6944"},{"text":"in the most","number":"h6944"}],"29":[{"text":"for places","number":"h1004"},{"text":"for the bars","number":"h1280"},{"text":"the bars","number":"h1280"},{"text":"of gold","number":"h2091"},{"text":"with gold","number":"h2091"},{"text":"with gold","number":"h2091"},{"text":"their rings","number":"h2885"},{"text":"and make","number":"h6213"},{"text":"And thou shalt overlay","number":"h6823"},{"text":"and thou shalt overlay","number":"h6823"},{"text":"the boards","number":"h7175"}],"28":[{"text":"shall reach","number":"h1272"},{"text":"bar","number":"h1280"},{"text":"from end","number":"h7097"},{"text":"to end","number":"h7097"},{"text":"of the boards","number":"h7175"},{"text":"in the midst","number":"h8432"},{"text":"And the middle","number":"h8484"}],"27":[{"text":"bars","number":"h1280"},{"text":"bars","number":"h1280"},{"text":"And five","number":"h2568"},{"text":"and five","number":"h2568"},{"text":"westward","number":"h3220"},{"text":"for the two sides","number":"h3411"},{"text":"of the tabernacle","number":"h4908"},{"text":"of the tabernacle","number":"h4908"},{"text":"of the side","number":"h6763"},{"text":"side","number":"h6763"},{"text":"for the boards","number":"h7175"},{"text":"for the boards","number":"h7175"},{"text":"of the other","number":"h8145"}],"30":[{"text":"thee in the mount","number":"h2022"},{"text":"the tabernacle","number":"h4908"},{"text":"according to the fashion","number":"h4941"},{"text":"And thou shalt rear up","number":"h6965"},{"text":"thereof which was shewed","number":"h7200"}],"35":[{"text":"without","number":"h2351"},{"text":"and the candlestick","number":"h4501"},{"text":"of the tabernacle","number":"h4908"},{"text":"over against","number":"h5227"},{"text":"and thou shalt put","number":"h5414"},{"text":"the vail","number":"h6532"},{"text":"on the side","number":"h6763"},{"text":"side","number":"h6763"},{"text":"on the north","number":"h6828"},{"text":"And thou shalt set","number":"h7760"},{"text":"the table","number":"h7979"},{"text":"the table","number":"h7979"},{"text":"the table","number":"h7979"},{"text":"toward the south","number":"h8486"}],"22":[{"text":"westward","number":"h3220"},{"text":"And for the sides","number":"h3411"},{"text":"of the tabernacle","number":"h4908"},{"text":"thou shalt make","number":"h6213"},{"text":"boards","number":"h7175"},{"text":"six","number":"h8337"}],"23":[{"text":"in the two sides","number":"h3411"},{"text":"for the corners","number":"h4742"},{"text":"of the tabernacle","number":"h4908"},{"text":"shalt thou make","number":"h6213"},{"text":"boards","number":"h7175"},{"text":"And two","number":"h8147"}],"15":[{"text":"for the tabernacle","number":"h4908"},{"text":"standing up","number":"h5975"},{"text":"wood","number":"h6086"},{"text":"And thou shalt make","number":"h6213"},{"text":"boards","number":"h7175"},{"text":"of shittim","number":"h7848"}],"18":[{"text":"for the tabernacle","number":"h4908"},{"text":"on the south","number":"h5045"},{"text":"And thou shalt make","number":"h6213"},{"text":"twenty","number":"h6242"},{"text":"side","number":"h6285"},{"text":"boards","number":"h7175"},{"text":"the boards","number":"h7175"},{"text":"southward","number":"h8486"}],"20":[{"text":"of the tabernacle","number":"h4908"},{"text":"there shall be twenty","number":"h6242"},{"text":"side","number":"h6285"},{"text":"side","number":"h6763"},{"text":"on the north","number":"h6828"},{"text":"boards","number":"h7175"},{"text":"And for the second","number":"h8145"}]}
@@ -0,0 +1 @@
1
+ {"12":[{"text":"and their sockets","number":"h134"},{"text":"cubits","number":"h520"},{"text":"of fifty","number":"h2572"},{"text":"of the court","number":"h2691"},{"text":"on the west","number":"h3220"},{"text":"their pillars","number":"h5982"},{"text":"ten","number":"h6235"},{"text":"ten","number":"h6235"},{"text":"side","number":"h6285"},{"text":"shall be hangings","number":"h7050"},{"text":"And for the breadth","number":"h7341"}],"14":[{"text":"and their sockets","number":"h134"},{"text":"cubits","number":"h520"},{"text":"of the gate shall be fifteen","number":"h2568"},{"text":"of one side","number":"h3802"},{"text":"their pillars","number":"h5982"},{"text":"The hangings","number":"h7050"},{"text":"three","number":"h7969"},{"text":"three","number":"h7969"}],"15":[{"text":"and their sockets","number":"h134"},{"text":"fifteen","number":"h2568"},{"text":"side","number":"h3802"},{"text":"cubits their pillars","number":"h5982"},{"text":"shall be hangings","number":"h7050"},{"text":"three","number":"h7969"},{"text":"three","number":"h7969"},{"text":"And on the other","number":"h8145"}],"16":[{"text":"and their sockets","number":"h134"},{"text":"cubits","number":"h520"},{"text":"four","number":"h702"},{"text":"shall be four","number":"h702"},{"text":"and purple","number":"h713"},{"text":"of the court","number":"h2691"},{"text":"shall be an hanging","number":"h4539"},{"text":"and their pillars","number":"h5982"},{"text":"of twenty","number":"h6242"},{"text":"wrought with needlework","number":"h7551"},{"text":"and fine twined","number":"h7806"},{"text":"and scarlet","number":"h8144"},{"text":"And for the gate","number":"h8179"},{"text":"linen","number":"h8336"},{"text":"of blue","number":"h8504"}],"17":[{"text":"and their sockets","number":"h134"},{"text":"their hooks","number":"h2053"},{"text":"the court","number":"h2691"},{"text":"shall be filleted","number":"h2836"},{"text":"shall be of silver","number":"h3701"},{"text":"with silver","number":"h3701"},{"text":"of brass","number":"h5178"},{"text":"round about","number":"h5439"},{"text":"All the pillars","number":"h5982"}],"18":[{"text":"and their sockets","number":"h134"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"The length","number":"h753"},{"text":"five","number":"h2568"},{"text":"every where","number":"h2572"},{"text":"fifty","number":"h2572"},{"text":"of the court","number":"h2691"},{"text":"shall be an hundred","number":"h3967"},{"text":"of brass","number":"h5178"},{"text":"and the height","number":"h6967"},{"text":"and the breadth","number":"h7341"},{"text":"of fine twined","number":"h7806"},{"text":"linen","number":"h8336"}],"10":[{"text":"sockets","number":"h134"},{"text":"the hooks","number":"h2053"},{"text":"and their fillets","number":"h2838"},{"text":"shall be of silver","number":"h3701"},{"text":"shall be of brass","number":"h5178"},{"text":"of the pillars","number":"h5982"},{"text":"pillars","number":"h5982"},{"text":"And the twenty","number":"h6242"},{"text":"thereof and their twenty","number":"h6242"}],"11":[{"text":"sockets","number":"h134"},{"text":"cubits long","number":"h753"},{"text":"in length","number":"h753"},{"text":"the hooks","number":"h2053"},{"text":"and their fillets","number":"h2838"},{"text":"of silver","number":"h3701"},{"text":"of an hundred","number":"h3967"},{"text":"of brass","number":"h5178"},{"text":"of the pillars","number":"h5982"},{"text":"pillars","number":"h5982"},{"text":"and his twenty","number":"h6242"},{"text":"and their twenty","number":"h6242"},{"text":"side","number":"h6285"},{"text":"And likewise for the north","number":"h6828"},{"text":"there shall be hangings","number":"h7050"}],"21":[{"text":"In the tabernacle","number":"h168"},{"text":"Aaron","number":"h175"},{"text":"and his sons","number":"h1121"},{"text":"on the behalf of the children","number":"h1121"},{"text":"to morning","number":"h1242"},{"text":"unto their generations","number":"h1755"},{"text":"without","number":"h2351"},{"text":"it shall be a statute","number":"h2708"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of the congregation","number":"h4150"},{"text":"which is before the testimony","number":"h5715"},{"text":"for ever","number":"h5769"},{"text":"it from evening","number":"h6153"},{"text":"shall order","number":"h6186"},{"text":"before","number":"h6440"},{"text":"the vail","number":"h6532"}],"9":[{"text":"for one","number":"h259"},{"text":"cubits","number":"h520"},{"text":"long","number":"h753"},{"text":"for the court","number":"h2691"},{"text":"the court","number":"h2691"},{"text":"of an hundred","number":"h3967"},{"text":"of the tabernacle","number":"h4908"},{"text":"for the south","number":"h5045"},{"text":"And thou shalt make","number":"h6213"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"there shall be hangings","number":"h7050"},{"text":"of fine twined","number":"h7806"},{"text":"linen","number":"h8336"},{"text":"southward","number":"h8486"}],"1":[{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"long","number":"h753"},{"text":"and five","number":"h2568"},{"text":"five","number":"h2568"},{"text":"an altar","number":"h4196"},{"text":"the altar","number":"h4196"},{"text":"wood","number":"h6086"},{"text":"And thou shalt make","number":"h6213"},{"text":"and the height","number":"h6967"},{"text":"shall be foursquare","number":"h7251"},{"text":"broad","number":"h7341"},{"text":"of shittim","number":"h7848"},{"text":"thereof shall be three","number":"h7969"}],"13":[{"text":"cubits","number":"h520"},{"text":"shall be fifty","number":"h2572"},{"text":"of the court","number":"h2691"},{"text":"eastward","number":"h4217"},{"text":"side","number":"h6285"},{"text":"on the east","number":"h6924"},{"text":"And the breadth","number":"h7341"}],"4":[{"text":"four","number":"h702"},{"text":"in the four","number":"h702"},{"text":"rings","number":"h2885"},{"text":"for it a grate","number":"h4345"},{"text":"of network","number":"h4639"},{"text":"brasen","number":"h5178"},{"text":"of brass","number":"h5178"},{"text":"And thou shalt make","number":"h6213"},{"text":"shalt thou make","number":"h6213"},{"text":"corners","number":"h7098"},{"text":"and upon the net","number":"h7568"}],"2":[{"text":"of it upon the four","number":"h702"},{"text":"it with brass","number":"h5178"},{"text":"And thou shalt make","number":"h6213"},{"text":"corners","number":"h6438"},{"text":"shall be of the same and thou shalt overlay","number":"h6823"},{"text":"the horns","number":"h7161"},{"text":"thereof his horns","number":"h7161"}],"7":[{"text":"And the staves","number":"h905"},{"text":"and the staves","number":"h905"},{"text":"shall be put","number":"h935"},{"text":"into the rings","number":"h2885"},{"text":"of the altar","number":"h4196"},{"text":"to bear","number":"h5375"},{"text":"sides","number":"h6763"},{"text":"shall be upon the two","number":"h8147"}],"6":[{"text":"staves","number":"h905"},{"text":"staves","number":"h905"},{"text":"for the altar","number":"h4196"},{"text":"them with brass","number":"h5178"},{"text":"wood","number":"h6086"},{"text":"And thou shalt make","number":"h6213"},{"text":"and overlay","number":"h6823"},{"text":"of shittim","number":"h7848"}],"20":[{"text":"the children","number":"h1121"},{"text":"olive","number":"h2132"},{"text":"thee pure","number":"h2134"},{"text":"of Israel","number":"h3478"},{"text":"beaten","number":"h3795"},{"text":"that they bring","number":"h3947"},{"text":"for the light","number":"h3974"},{"text":"to cause the lamp","number":"h5216"},{"text":"to burn","number":"h5927"},{"text":"And thou shalt command","number":"h6680"},{"text":"oil","number":"h8081"},{"text":"always","number":"h8548"}],"3":[{"text":"to receive his ashes","number":"h1878"},{"text":"and his shovels","number":"h3257"},{"text":"all the vessels","number":"h3627"},{"text":"and his fleshhooks","number":"h4207"},{"text":"and his basons","number":"h4219"},{"text":"and his firepans","number":"h4289"},{"text":"of brass","number":"h5178"},{"text":"his pans","number":"h5518"},{"text":"And thou shalt make","number":"h6213"},{"text":"thereof thou shalt make","number":"h6213"}],"8":[{"text":"thee in the mount","number":"h2022"},{"text":"with boards","number":"h3871"},{"text":"Hollow","number":"h5014"},{"text":"shalt thou make","number":"h6213"},{"text":"so shall they make","number":"h6213"},{"text":"it as it was shewed","number":"h7200"}],"5":[{"text":"the midst","number":"h2677"},{"text":"it under the compass","number":"h3749"},{"text":"of the altar","number":"h4196"},{"text":"of the altar","number":"h4196"},{"text":"beneath","number":"h4295"},{"text":"And thou shalt put","number":"h5414"},{"text":"may be even to","number":"h5704"},{"text":"that the net","number":"h7568"}],"19":[{"text":"of the court","number":"h2691"},{"text":"thereof and all the pins","number":"h3489"},{"text":"thereof and all the pins","number":"h3489"},{"text":"All the vessels","number":"h3627"},{"text":"of the tabernacle","number":"h4908"},{"text":"shall be of brass","number":"h5178"},{"text":"in all the service","number":"h5656"}]}