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
+ {"27":[{"text":"and stones","number":"h68"},{"text":"stones","number":"h68"},{"text":"for the ephod","number":"h646"},{"text":"brought","number":"h935"},{"text":"and for the breastplate","number":"h2833"},{"text":"to be set","number":"h4394"},{"text":"And the rulers","number":"h5387"},{"text":"onyx","number":"h7718"}],"9":[{"text":"and stones","number":"h68"},{"text":"stones","number":"h68"},{"text":"for the ephod","number":"h646"},{"text":"and for the breastplate","number":"h2833"},{"text":"to be set","number":"h4394"},{"text":"And onyx","number":"h7718"}],"33":[{"text":"of stones","number":"h68"},{"text":"And in the cutting","number":"h2799"},{"text":"them and in carving","number":"h2799"},{"text":"any manner of cunning","number":"h4284"},{"text":"to set","number":"h4390"},{"text":"work","number":"h4399"},{"text":"of wood","number":"h6086"},{"text":"to make","number":"h6213"}],"7":[{"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"}],"23":[{"text":"hair and red","number":"h119"},{"text":"of rams","number":"h352"},{"text":"And every man","number":"h376"},{"text":"and purple","number":"h713"},{"text":"brought","number":"h935"},{"text":"with whom was found","number":"h4672"},{"text":"skins","number":"h5785"},{"text":"skins","number":"h5785"},{"text":"and goats","number":"h5795"},{"text":"and scarlet","number":"h8144"},{"text":"and fine linen","number":"h8336"},{"text":"and badgers","number":"h8476"},{"text":"blue","number":"h8504"}],"11":[{"text":"and his sockets","number":"h134"},{"text":"his tent","number":"h168"},{"text":"his bars","number":"h1280"},{"text":"and his covering","number":"h4372"},{"text":"The tabernacle","number":"h4908"},{"text":"his pillars","number":"h5982"},{"text":"his taches","number":"h7165"},{"text":"and his boards","number":"h7175"}],"17":[{"text":"and their sockets","number":"h134"},{"text":"of the court","number":"h2691"},{"text":"of the court","number":"h2691"},{"text":"and the hanging","number":"h4539"},{"text":"his pillars","number":"h5982"},{"text":"The hangings","number":"h7050"},{"text":"for the door","number":"h8179"}],"21":[{"text":"of the tabernacle","number":"h168"},{"text":"every one","number":"h376"},{"text":"whose","number":"h834"},{"text":"garments","number":"h899"},{"text":"And they came","number":"h935"},{"text":"and they brought","number":"h935"},{"text":"the LORD'S","number":"h3068"},{"text":"heart","number":"h3820"},{"text":"of the congregation","number":"h4150"},{"text":"to the work","number":"h4399"},{"text":"made willing","number":"h5068"},{"text":"stirred him up","number":"h5375"},{"text":"and for all his service","number":"h5656"},{"text":"and for the holy","number":"h6944"},{"text":"and every one whom his spirit","number":"h7307"},{"text":"offering","number":"h8641"}],"34":[{"text":"both he and Aholiab","number":"h171"},{"text":"of Ahisamach","number":"h294"},{"text":"the son","number":"h1121"},{"text":"of Dan","number":"h1835"},{"text":"that he may teach","number":"h3384"},{"text":"in his heart","number":"h3820"},{"text":"of the tribe","number":"h4294"},{"text":"And he hath put","number":"h5414"}],"19":[{"text":"for Aaron","number":"h175"},{"text":"The cloths","number":"h899"},{"text":"and the garments","number":"h899"},{"text":"garments","number":"h899"},{"text":"of his sons","number":"h1121"},{"text":"to minister in the priest's office","number":"h3547"},{"text":"the priest","number":"h3548"},{"text":"in the holy","number":"h6944"},{"text":"place the holy","number":"h6944"},{"text":"of service","number":"h8278"},{"text":"to do service","number":"h8334"}],"30":[{"text":"of Uri","number":"h221"},{"text":"said","number":"h559"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"unto the children","number":"h1121"},{"text":"Bezaleel","number":"h1212"},{"text":"of Hur","number":"h2354"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of the tribe","number":"h4294"},{"text":"And Moses","number":"h4872"},{"text":"hath called","number":"h7121"},{"text":"See","number":"h7200"},{"text":"by name","number":"h8034"}],"22":[{"text":"and every man","number":"h376"},{"text":"men","number":"h582"},{"text":"and women","number":"h802"},{"text":"And they came","number":"h935"},{"text":"and brought","number":"h935"},{"text":"of gold","number":"h2091"},{"text":"of gold","number":"h2091"},{"text":"bracelets","number":"h2397"},{"text":"and rings","number":"h2885"},{"text":"unto the LORD","number":"h3068"},{"text":"and tablets","number":"h3558"},{"text":"as many as","number":"h3605"},{"text":"all jewels","number":"h3627"},{"text":"hearted","number":"h3820"},{"text":"were willing","number":"h5081"},{"text":"that offered","number":"h5130"},{"text":"and earrings","number":"h5141"},{"text":"both","number":"h5921"},{"text":"offered an offering","number":"h8573"}],"29":[{"text":"every man","number":"h376"},{"text":"and woman","number":"h802"},{"text":"whose","number":"h834"},{"text":"brought","number":"h935"},{"text":"to bring","number":"h935"},{"text":"The children","number":"h1121"},{"text":"by the hand","number":"h3027"},{"text":"unto the LORD","number":"h3068"},{"text":"which the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"heart","number":"h3820"},{"text":"for all manner of work","number":"h4399"},{"text":"of Moses","number":"h4872"},{"text":"made them willing","number":"h5068"},{"text":"a willing offering","number":"h5071"},{"text":"to be made","number":"h6213"},{"text":"had commanded","number":"h6680"}],"31":[{"text":"of God","number":"h430"},{"text":"and in knowledge","number":"h1847"},{"text":"in wisdom","number":"h2451"},{"text":"And he hath filled","number":"h4390"},{"text":"and in all manner of workmanship","number":"h4399"},{"text":"him with the spirit","number":"h7307"},{"text":"in understanding","number":"h8394"}],"1":[{"text":"and said","number":"h559"},{"text":"of the children","number":"h1121"},{"text":"unto them These are the words","number":"h1697"},{"text":"which the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"And Moses","number":"h4872"},{"text":"all the congregation","number":"h5712"},{"text":"that ye should do","number":"h6213"},{"text":"hath commanded","number":"h6680"},{"text":"gathered","number":"h6950"},{"text":"together","number":"h6950"}],"4":[{"text":"saying","number":"h559"},{"text":"saying","number":"h559"},{"text":"spake","number":"h559"},{"text":"of the children","number":"h1121"},{"text":"This is the thing","number":"h1697"},{"text":"which the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"And Moses","number":"h4872"},{"text":"unto all the congregation","number":"h5712"},{"text":"commanded","number":"h6680"}],"35":[{"text":"and of the weaver","number":"h707"},{"text":"and in purple","number":"h713"},{"text":"with wisdom","number":"h2451"},{"text":"of the engraver","number":"h2796"},{"text":"and of the cunning workman","number":"h2803"},{"text":"and of those that devise","number":"h2803"},{"text":"any","number":"h3605"},{"text":"of heart","number":"h3820"},{"text":"cunning work","number":"h4284"},{"text":"Them hath he filled","number":"h4390"},{"text":"all manner of work","number":"h4399"},{"text":"work","number":"h4399"},{"text":"even of them that do","number":"h6213"},{"text":"to work","number":"h6213"},{"text":"and of the embroiderer","number":"h7551"},{"text":"in scarlet","number":"h8144"},{"text":"and in fine linen","number":"h8336"},{"text":"in blue","number":"h8504"}],"25":[{"text":"and of purple","number":"h713"},{"text":"And all the women","number":"h802"},{"text":"and brought","number":"h935"},{"text":"that were wise","number":"h2450"},{"text":"did spin","number":"h2901"},{"text":"with their hands","number":"h3027"},{"text":"hearted","number":"h3820"},{"text":"that which they had spun","number":"h4299"},{"text":"and of scarlet","number":"h8144"},{"text":"and of fine linen","number":"h8336"},{"text":"both of blue","number":"h8504"}],"6":[{"text":"and purple","number":"h713"},{"text":"and goats","number":"h5795"},{"text":"and scarlet","number":"h8144"},{"text":"and fine linen","number":"h8336"},{"text":"And blue","number":"h8504"}],"12":[{"text":"The ark","number":"h727"},{"text":"and the staves","number":"h905"},{"text":"thereof with the mercy seat","number":"h3727"},{"text":"of the covering","number":"h4539"},{"text":"and the vail","number":"h6532"}],"3":[{"text":"no fire","number":"h784"},{"text":"Ye shall kindle","number":"h1197"},{"text":"day","number":"h3117"},{"text":"throughout your habitations","number":"h4186"},{"text":"upon the sabbath","number":"h7676"}],"26":[{"text":"And all the women","number":"h802"},{"text":"them up in wisdom","number":"h2451"},{"text":"spun","number":"h2901"},{"text":"whose heart","number":"h3820"},{"text":"stirred","number":"h5375"},{"text":"goats","number":"h5795"}],"13":[{"text":"and his staves","number":"h905"},{"text":"and all his vessels","number":"h3627"},{"text":"and the shewbread","number":"h6440"},{"text":"The table","number":"h7979"}],"15":[{"text":"and his staves","number":"h905"},{"text":"altar","number":"h4196"},{"text":"and the hanging","number":"h4539"},{"text":"and the anointing","number":"h4888"},{"text":"of the tabernacle","number":"h4908"},{"text":"and the sweet","number":"h5561"},{"text":"for the door at the entering in","number":"h6607"},{"text":"And the incense","number":"h7004"},{"text":"incense","number":"h7004"},{"text":"oil","number":"h8081"}],"16":[{"text":"his staves","number":"h905"},{"text":"the laver","number":"h3595"},{"text":"and all his vessels","number":"h3627"},{"text":"and his foot","number":"h3653"},{"text":"The altar","number":"h4196"},{"text":"grate","number":"h4345"},{"text":"with his brasen","number":"h5178"},{"text":"of burnt offering","number":"h5930"}],"10":[{"text":"among you shall come","number":"h935"},{"text":"And every wise","number":"h2450"},{"text":"all that the LORD","number":"h3068"},{"text":"hearted","number":"h3820"},{"text":"and make","number":"h6213"},{"text":"hath commanded","number":"h6680"}],"24":[{"text":"brought","number":"h935"},{"text":"brought","number":"h935"},{"text":"the LORD'S","number":"h3068"},{"text":"of silver","number":"h3701"},{"text":"for any work","number":"h4399"},{"text":"and every man with whom was found","number":"h4672"},{"text":"and brass","number":"h5178"},{"text":"of the service","number":"h5656"},{"text":"wood","number":"h6086"},{"text":"Every one that did offer","number":"h7311"},{"text":"shittim","number":"h7848"},{"text":"an offering","number":"h8641"},{"text":"offering","number":"h8641"}],"5":[{"text":"let him bring","number":"h935"},{"text":"gold","number":"h2091"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"whosoever","number":"h3605"},{"text":"and silver","number":"h3701"},{"text":"heart","number":"h3820"},{"text":"Take","number":"h3947"},{"text":"is of a willing","number":"h5081"},{"text":"and brass","number":"h5178"},{"text":"it an offering","number":"h8641"},{"text":"ye from among you an offering","number":"h8641"}],"20":[{"text":"of the children","number":"h1121"},{"text":"departed","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"of Moses","number":"h4872"},{"text":"And all the congregation","number":"h5712"},{"text":"from the presence","number":"h6440"}],"28":[{"text":"And spice","number":"h1314"},{"text":"for the light","number":"h3974"},{"text":"and for the anointing","number":"h4888"},{"text":"and for the sweet","number":"h5561"},{"text":"incense","number":"h7004"},{"text":"and oil","number":"h8081"},{"text":"oil","number":"h8081"}],"8":[{"text":"and spices","number":"h1314"},{"text":"for the light","number":"h3974"},{"text":"for anointing","number":"h4888"},{"text":"and for the sweet","number":"h5561"},{"text":"incense","number":"h7004"},{"text":"And oil","number":"h8081"},{"text":"oil","number":"h8081"}],"32":[{"text":"in gold","number":"h2091"},{"text":"And to devise","number":"h2803"},{"text":"and in silver","number":"h3701"},{"text":"curious works","number":"h4284"},{"text":"and in brass","number":"h5178"},{"text":"to work","number":"h6213"}],"18":[{"text":"of the court","number":"h2691"},{"text":"The pins","number":"h3489"},{"text":"and the pins","number":"h3489"},{"text":"and their cords","number":"h4340"},{"text":"of the tabernacle","number":"h4908"}],"2":[{"text":"to the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"therein shall be put to death","number":"h4191"},{"text":"shall work","number":"h4399"},{"text":"work","number":"h4399"},{"text":"be done","number":"h6213"},{"text":"whosoever doeth","number":"h6213"},{"text":"there shall be to you an holy day","number":"h6944"},{"text":"but on the seventh","number":"h7637"},{"text":"a sabbath","number":"h7676"},{"text":"of rest","number":"h7677"},{"text":"Six","number":"h8337"}],"14":[{"text":"and his furniture","number":"h3627"},{"text":"also for the light","number":"h3974"},{"text":"for the light","number":"h3974"},{"text":"The candlestick","number":"h4501"},{"text":"and his lamps","number":"h5216"},{"text":"with the oil","number":"h8081"}]}
@@ -0,0 +1 @@
1
+ {"19":[{"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 he made","number":"h6213"},{"text":"of badgers","number":"h8476"}],"30":[{"text":"and their sockets","number":"h134"},{"text":"sockets","number":"h134"},{"text":"sockets","number":"h134"},{"text":"under every","number":"h259"},{"text":"of silver","number":"h3701"},{"text":"board","number":"h7175"},{"text":"boards","number":"h7175"},{"text":"And there were eight","number":"h8083"},{"text":"two","number":"h8147"},{"text":"were sixteen","number":"h8337"}],"24":[{"text":"sockets","number":"h134"},{"text":"sockets","number":"h134"},{"text":"sockets","number":"h134"},{"text":"under another","number":"h259"},{"text":"under one","number":"h259"},{"text":"And forty","number":"h705"},{"text":"tenons","number":"h3027"},{"text":"tenons","number":"h3027"},{"text":"of silver","number":"h3701"},{"text":"he made","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"}],"26":[{"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"}],"36":[{"text":"sockets","number":"h134"},{"text":"for them four","number":"h702"},{"text":"thereunto four","number":"h702"},{"text":"their hooks","number":"h2053"},{"text":"them with gold","number":"h2091"},{"text":"were of gold","number":"h2091"},{"text":"and he cast","number":"h3332"},{"text":"of silver","number":"h3701"},{"text":"pillars","number":"h5982"},{"text":"And he made","number":"h6213"},{"text":"wood and overlaid","number":"h6823"},{"text":"of shittim","number":"h7848"}],"38":[{"text":"sockets","number":"h134"},{"text":"of it with their hooks","number":"h2053"},{"text":"with gold","number":"h2091"},{"text":"And the five","number":"h2568"},{"text":"but their five","number":"h2568"},{"text":"and their fillets","number":"h2838"},{"text":"were of brass","number":"h5178"},{"text":"pillars","number":"h5982"},{"text":"and he overlaid","number":"h6823"},{"text":"their chapiters","number":"h7218"}],"37":[{"text":"for the tabernacle","number":"h168"},{"text":"and purple","number":"h713"},{"text":"an hanging","number":"h4539"},{"text":"And he made","number":"h6213"},{"text":"door","number":"h6607"},{"text":"of needlework","number":"h7551"},{"text":"and fine twined","number":"h7806"},{"text":"and scarlet","number":"h8144"},{"text":"linen","number":"h8336"},{"text":"of blue","number":"h8504"}],"14":[{"text":"hair for the tent","number":"h168"},{"text":"curtains","number":"h3407"},{"text":"curtains","number":"h3407"},{"text":"over the tabernacle","number":"h4908"},{"text":"of goats","number":"h5795"},{"text":"And he made","number":"h6213"},{"text":"he made","number":"h6213"},{"text":"eleven","number":"h6249"}],"18":[{"text":"the tent","number":"h168"},{"text":"that it might be one","number":"h259"},{"text":"to couple","number":"h2266"},{"text":"together","number":"h2266"},{"text":"fifty","number":"h2572"},{"text":"of brass","number":"h5178"},{"text":"And he made","number":"h6213"},{"text":"taches","number":"h7165"}],"1":[{"text":"and Aholiab","number":"h171"},{"text":"man","number":"h376"},{"text":"Bezaleel","number":"h1212"},{"text":"in whom","number":"h1992"},{"text":"and every wise","number":"h2450"},{"text":"wisdom","number":"h2451"},{"text":"to know","number":"h3045"},{"text":"according to all that the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"hearted","number":"h3820"},{"text":"all manner of work","number":"h4399"},{"text":"put","number":"h5414"},{"text":"for the service","number":"h5656"},{"text":"Then wrought","number":"h6213"},{"text":"how to work","number":"h6213"},{"text":"had commanded","number":"h6680"},{"text":"of the sanctuary","number":"h6944"},{"text":"and understanding","number":"h8394"}],"2":[{"text":"and Aholiab","number":"h171"},{"text":"man","number":"h376"},{"text":"Bezaleel","number":"h1212"},{"text":"and every wise","number":"h2450"},{"text":"wisdom","number":"h2451"},{"text":"the LORD","number":"h3068"},{"text":"even every one whose heart","number":"h3820"},{"text":"hearted","number":"h3820"},{"text":"in whose heart","number":"h3820"},{"text":"unto the work","number":"h4399"},{"text":"And Moses","number":"h4872"},{"text":"stirred him up","number":"h5375"},{"text":"had put","number":"h5414"},{"text":"to do","number":"h6213"},{"text":"called","number":"h7121"},{"text":"to come","number":"h7126"}],"22":[{"text":"One","number":"h259"},{"text":"another","number":"h259"},{"text":"one","number":"h259"},{"text":"from","number":"h413"},{"text":"tenons","number":"h3027"},{"text":"of the tabernacle","number":"h4908"},{"text":"thus did he make","number":"h6213"},{"text":"board","number":"h7175"},{"text":"for all the boards","number":"h7175"},{"text":"equally distant","number":"h7947"},{"text":"had two","number":"h8147"}],"12":[{"text":"curtain to another","number":"h259"},{"text":"he in one","number":"h259"},{"text":"one","number":"h259"},{"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":"the loops","number":"h3924"},{"text":"which was in the coupling","number":"h4225"},{"text":"made","number":"h6213"},{"text":"made","number":"h6213"},{"text":"held","number":"h6901"},{"text":"he in the edge","number":"h7097"},{"text":"of the second","number":"h8145"}],"11":[{"text":"of one","number":"h259"},{"text":"curtain","number":"h3407"},{"text":"of another curtain","number":"h3407"},{"text":"loops","number":"h3924"},{"text":"in the coupling","number":"h4225"},{"text":"in the coupling","number":"h4225"},{"text":"And he made","number":"h6213"},{"text":"likewise he made","number":"h6213"},{"text":"in the uttermost","number":"h7020"},{"text":"from the selvedge","number":"h7098"},{"text":"of the second","number":"h8145"},{"text":"on the edge","number":"h8193"},{"text":"side","number":"h8193"},{"text":"of blue","number":"h8504"}],"15":[{"text":"of one","number":"h259"},{"text":"of one","number":"h259"},{"text":"were of one","number":"h259"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"and four","number":"h702"},{"text":"The length","number":"h753"},{"text":"curtains","number":"h3407"},{"text":"curtain","number":"h3407"},{"text":"curtain","number":"h3407"},{"text":"size","number":"h4060"},{"text":"the eleven","number":"h6249"},{"text":"was the breadth","number":"h7341"},{"text":"was thirty","number":"h7970"}],"9":[{"text":"of one","number":"h259"},{"text":"of one","number":"h259"},{"text":"were 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":"the curtains","number":"h3407"},{"text":"size","number":"h4060"},{"text":"was twenty","number":"h6242"},{"text":"and the breadth","number":"h7341"},{"text":"and eight","number":"h8083"}],"31":[{"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 he made","number":"h6213"},{"text":"side","number":"h6763"},{"text":"for the boards","number":"h7175"},{"text":"of shittim","number":"h7848"}],"10":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"unto another","number":"h259"},{"text":"unto another","number":"h259"},{"text":"And he coupled","number":"h2266"},{"text":"he coupled","number":"h2266"},{"text":"and the other five","number":"h2568"},{"text":"the five","number":"h2568"},{"text":"curtains","number":"h3407"},{"text":"curtains","number":"h3407"}],"13":[{"text":"one","number":"h259"},{"text":"so it became one","number":"h259"},{"text":"unto another","number":"h259"},{"text":"of gold","number":"h2091"},{"text":"and coupled","number":"h2266"},{"text":"fifty","number":"h2572"},{"text":"the curtains","number":"h3407"},{"text":"tabernacle","number":"h4908"},{"text":"And he made","number":"h6213"},{"text":"taches","number":"h7165"},{"text":"with the taches","number":"h7165"}],"21":[{"text":"one","number":"h259"},{"text":"cubit","number":"h520"},{"text":"cubits","number":"h520"},{"text":"The length","number":"h753"},{"text":"and a half","number":"h2677"},{"text":"was ten","number":"h6235"},{"text":"of a board","number":"h7175"},{"text":"of a board","number":"h7175"},{"text":"and the breadth","number":"h7341"}],"29":[{"text":"thereof to one","number":"h259"},{"text":"ring","number":"h2885"},{"text":"together","number":"h3162"},{"text":"beneath","number":"h4295"},{"text":"the corners","number":"h4740"},{"text":"thus he did","number":"h6213"},{"text":"at the head","number":"h7218"},{"text":"of them in both","number":"h8147"},{"text":"to both","number":"h8147"},{"text":"And they were coupled","number":"h8382"},{"text":"and coupled","number":"h8382"}],"6":[{"text":"Let neither man","number":"h376"},{"text":"saying","number":"h559"},{"text":"nor woman","number":"h802"},{"text":"from bringing","number":"h935"},{"text":"were restrained","number":"h3607"},{"text":"throughout the camp","number":"h4264"},{"text":"any more work","number":"h4399"},{"text":"And Moses","number":"h4872"},{"text":"So the people","number":"h5971"},{"text":"make","number":"h6213"},{"text":"gave commandment","number":"h6680"},{"text":"of the sanctuary","number":"h6944"},{"text":"and they caused it to be proclaimed","number":"h6963"},{"text":"for the offering","number":"h8641"}],"4":[{"text":"every man","number":"h376"},{"text":"came","number":"h935"},{"text":"And all the wise men","number":"h2450"},{"text":"all the work","number":"h4399"},{"text":"from his work","number":"h4399"},{"text":"that wrought","number":"h6213"},{"text":"which they made","number":"h6213"},{"text":"of the sanctuary","number":"h6944"}],"5":[{"text":"And they spake","number":"h559"},{"text":"saying","number":"h559"},{"text":"bring","number":"h935"},{"text":"than enough","number":"h1767"},{"text":"which the LORD","number":"h3068"},{"text":"of the work","number":"h4399"},{"text":"unto Moses","number":"h4872"},{"text":"for the service","number":"h5656"},{"text":"The people","number":"h5971"},{"text":"to make","number":"h6213"},{"text":"commanded","number":"h6680"},{"text":"much more","number":"h7235"}],"35":[{"text":"and purple","number":"h713"},{"text":"he it of cunning","number":"h2803"},{"text":"with cherubims","number":"h3742"},{"text":"work","number":"h4639"},{"text":"And he made","number":"h6213"},{"text":"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"}],"8":[{"text":"and purple","number":"h713"},{"text":"And every wise","number":"h2450"},{"text":"of cunning","number":"h2803"},{"text":"curtains","number":"h3407"},{"text":"with cherubims","number":"h3742"},{"text":"hearted man","number":"h3820"},{"text":"the work","number":"h4399"},{"text":"work","number":"h4639"},{"text":"of the tabernacle","number":"h4908"},{"text":"among them that wrought","number":"h6213"},{"text":"made","number":"h6213"},{"text":"made","number":"h6213"},{"text":"ten","number":"h6235"},{"text":"of fine twined","number":"h7806"},{"text":"and scarlet","number":"h8144"},{"text":"linen","number":"h8336"},{"text":"and blue","number":"h8504"}],"3":[{"text":"had brought","number":"h935"},{"text":"it withal And they brought","number":"h935"},{"text":"which the children","number":"h1121"},{"text":"every morning","number":"h1242"},{"text":"of Israel","number":"h3478"},{"text":"And they received","number":"h3947"},{"text":"for the work","number":"h4399"},{"text":"Moses","number":"h4872"},{"text":"yet unto him free offerings","number":"h5071"},{"text":"of the service","number":"h5656"},{"text":"to make","number":"h6213"},{"text":"of","number":"h6440"},{"text":"of the sanctuary","number":"h6944"},{"text":"all the offering","number":"h8641"}],"34":[{"text":"to be 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 made","number":"h6213"},{"text":"And he overlaid","number":"h6823"},{"text":"and overlaid","number":"h6823"},{"text":"the boards","number":"h7175"}],"33":[{"text":"to shoot","number":"h1272"},{"text":"bar","number":"h1280"},{"text":"And he made","number":"h6213"},{"text":"from the one end","number":"h7097"},{"text":"to the other","number":"h7097"},{"text":"the boards","number":"h7175"},{"text":"through","number":"h8432"},{"text":"the middle","number":"h8484"}],"32":[{"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 sides","number":"h3411"},{"text":"of the tabernacle","number":"h4908"},{"text":"of the tabernacle","number":"h4908"},{"text":"side","number":"h6763"},{"text":"for the boards","number":"h7175"},{"text":"for the boards","number":"h7175"},{"text":"of the other","number":"h8145"}],"7":[{"text":"they had was sufficient","number":"h1767"},{"text":"it and too much","number":"h3498"},{"text":"For the stuff","number":"h4399"},{"text":"for all the work","number":"h4399"},{"text":"to make","number":"h6213"}],"16":[{"text":"And he coupled","number":"h2266"},{"text":"five","number":"h2568"},{"text":"curtains","number":"h3407"},{"text":"curtains","number":"h3407"},{"text":"by themselves and six","number":"h8337"}],"17":[{"text":"which coupleth","number":"h2279"},{"text":"and fifty","number":"h2572"},{"text":"fifty","number":"h2572"},{"text":"of the curtain","number":"h3407"},{"text":"of the curtain","number":"h3407"},{"text":"loops","number":"h3924"},{"text":"loops","number":"h3924"},{"text":"in the coupling","number":"h4225"},{"text":"And he made","number":"h6213"},{"text":"made","number":"h6213"},{"text":"upon the uttermost","number":"h7020"},{"text":"the second","number":"h8145"},{"text":"edge","number":"h8193"},{"text":"he upon the edge","number":"h8193"}],"27":[{"text":"westward","number":"h3220"},{"text":"And for the sides","number":"h3411"},{"text":"of the tabernacle","number":"h4908"},{"text":"he made","number":"h6213"},{"text":"boards","number":"h7175"},{"text":"six","number":"h8337"}],"28":[{"text":"in the two sides","number":"h3411"},{"text":"he for the corners","number":"h4742"},{"text":"of the tabernacle","number":"h4908"},{"text":"made","number":"h6213"},{"text":"boards","number":"h7175"},{"text":"And two","number":"h8147"}],"20":[{"text":"for the tabernacle","number":"h4908"},{"text":"standing up","number":"h5975"},{"text":"wood","number":"h6086"},{"text":"And he made","number":"h6213"},{"text":"boards","number":"h7175"},{"text":"of shittim","number":"h7848"}],"23":[{"text":"for the tabernacle","number":"h4908"},{"text":"for the south","number":"h5045"},{"text":"And he made","number":"h6213"},{"text":"twenty","number":"h6242"},{"text":"side","number":"h6285"},{"text":"boards","number":"h7175"},{"text":"boards","number":"h7175"},{"text":"southward","number":"h8486"}],"25":[{"text":"of the tabernacle","number":"h4908"},{"text":"he made","number":"h6213"},{"text":"twenty","number":"h6242"},{"text":"corner","number":"h6285"},{"text":"side","number":"h6763"},{"text":"which is toward the north","number":"h6828"},{"text":"boards","number":"h7175"},{"text":"And for the other","number":"h8145"}]}
@@ -0,0 +1 @@
1
+ {"9":[{"text":"to another","number":"h251"},{"text":"one","number":"h376"},{"text":"their wings","number":"h3671"},{"text":"with their wings","number":"h3671"},{"text":"even to the mercy seatward","number":"h3727"},{"text":"over the mercy seat","number":"h3727"},{"text":"And the cherubims","number":"h3742"},{"text":"of the cherubims","number":"h3742"},{"text":"on high","number":"h4605"},{"text":"and covered","number":"h5526"},{"text":"were the faces","number":"h6440"},{"text":"with their faces","number":"h6440"},{"text":"spread out","number":"h6566"}],"8":[{"text":"One","number":"h259"},{"text":"on this side and another","number":"h259"},{"text":"on that side out of the mercy seat","number":"h3727"},{"text":"cherub","number":"h3742"},{"text":"cherub","number":"h3742"},{"text":"he the cherubims","number":"h3742"},{"text":"made","number":"h6213"},{"text":"ends","number":"h7098"},{"text":"on the end","number":"h7098"},{"text":"on the other end","number":"h7098"},{"text":"on the two","number":"h8147"}],"19":[{"text":"in another","number":"h259"},{"text":"in one","number":"h259"},{"text":"bowls","number":"h1375"},{"text":"bowls","number":"h1375"},{"text":"going out","number":"h3318"},{"text":"a knop","number":"h3730"},{"text":"a knop","number":"h3730"},{"text":"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 after the fashion of almonds","number":"h8246"},{"text":"made like almonds","number":"h8246"},{"text":"so throughout the six","number":"h8337"}],"18":[{"text":"out of the one","number":"h259"},{"text":"going out","number":"h3318"},{"text":"of the candlestick","number":"h4501"},{"text":"of the candlestick","number":"h4501"},{"text":"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":"thereof and three","number":"h7969"},{"text":"thereof three","number":"h7969"},{"text":"out of the other","number":"h8145"},{"text":"And six","number":"h8337"}],"3":[{"text":"upon the one","number":"h259"},{"text":"for it four","number":"h702"},{"text":"to be set by the four","number":"h702"},{"text":"of gold","number":"h2091"},{"text":"rings","number":"h2885"},{"text":"rings","number":"h2885"},{"text":"rings","number":"h2885"},{"text":"And he cast","number":"h3332"},{"text":"corners","number":"h6471"},{"text":"side","number":"h6763"},{"text":"side","number":"h6763"},{"text":"upon the other","number":"h8145"},{"text":"of it and two","number":"h8147"},{"text":"of it even two","number":"h8147"}],"22":[{"text":"were of the same all of it was 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"}],"25":[{"text":"and two cubits","number":"h520"},{"text":"of it a cubit","number":"h520"},{"text":"of it was a cubit","number":"h520"},{"text":"the length","number":"h753"},{"text":"altar","number":"h4196"},{"text":"wood","number":"h6086"},{"text":"And he made","number":"h6213"},{"text":"was the height","number":"h6967"},{"text":"the incense","number":"h7004"},{"text":"of it the horns","number":"h7161"},{"text":"it was foursquare","number":"h7251"},{"text":"and the breadth","number":"h7341"},{"text":"of shittim","number":"h7848"}],"1":[{"text":"of it and a cubit","number":"h520"},{"text":"of it and a cubit","number":"h520"},{"text":"two cubits","number":"h520"},{"text":"the ark","number":"h727"},{"text":"was the length","number":"h753"},{"text":"And Bezaleel","number":"h1212"},{"text":"and a half","number":"h2677"},{"text":"and a half","number":"h2677"},{"text":"and a half","number":"h2677"},{"text":"wood","number":"h6086"},{"text":"made","number":"h6213"},{"text":"the height","number":"h6967"},{"text":"the breadth","number":"h7341"},{"text":"of shittim","number":"h7848"}],"10":[{"text":"thereof and a cubit","number":"h520"},{"text":"thereof and a cubit","number":"h520"},{"text":"two cubits","number":"h520"},{"text":"was the length","number":"h753"},{"text":"and a half","number":"h2677"},{"text":"wood","number":"h6086"},{"text":"And he made","number":"h6213"},{"text":"the height","number":"h6967"},{"text":"the breadth","number":"h7341"},{"text":"of shittim","number":"h7848"},{"text":"the table","number":"h7979"}],"6":[{"text":"thereof and one cubit","number":"h520"},{"text":"two cubits","number":"h520"},{"text":"was 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":"the mercy seat","number":"h3727"},{"text":"And he made","number":"h6213"},{"text":"the breadth","number":"h7341"}],"13":[{"text":"for it four","number":"h702"},{"text":"that were in the four","number":"h702"},{"text":"upon the four","number":"h702"},{"text":"of gold","number":"h2091"},{"text":"rings","number":"h2885"},{"text":"the rings","number":"h2885"},{"text":"And he cast","number":"h3332"},{"text":"and put","number":"h5414"},{"text":"corners","number":"h6285"},{"text":"feet","number":"h7272"}],"20":[{"text":"were four","number":"h702"},{"text":"bowls","number":"h1375"},{"text":"his knops","number":"h3730"},{"text":"And in the candlestick","number":"h4501"},{"text":"and his flowers","number":"h6525"},{"text":"made like almonds","number":"h8246"}],"5":[{"text":"of the ark","number":"h727"},{"text":"the ark","number":"h727"},{"text":"the staves","number":"h905"},{"text":"And he put","number":"h935"},{"text":"into the rings","number":"h2885"},{"text":"to bear","number":"h5375"},{"text":"by the sides","number":"h6763"}],"14":[{"text":"for the staves","number":"h905"},{"text":"the places","number":"h1004"},{"text":"were the rings","number":"h2885"},{"text":"the border","number":"h4526"},{"text":"to bear","number":"h5375"},{"text":"Over against","number":"h5980"},{"text":"the table","number":"h7979"}],"27":[{"text":"for the staves","number":"h905"},{"text":"thereof to be places","number":"h1004"},{"text":"of gold","number":"h2091"},{"text":"for it under the crown","number":"h2213"},{"text":"rings","number":"h2885"},{"text":"to bear","number":"h5375"},{"text":"And he made","number":"h6213"},{"text":"sides","number":"h6654"},{"text":"corners","number":"h6763"},{"text":"of it upon the two","number":"h8147"},{"text":"thereof by the two","number":"h8147"},{"text":"two","number":"h8147"}],"4":[{"text":"staves","number":"h905"},{"text":"them with gold","number":"h2091"},{"text":"wood","number":"h6086"},{"text":"And he made","number":"h6213"},{"text":"and overlaid","number":"h6823"},{"text":"of shittim","number":"h7848"}],"15":[{"text":"the staves","number":"h905"},{"text":"them with gold","number":"h2091"},{"text":"to bear","number":"h5375"},{"text":"wood","number":"h6086"},{"text":"And he made","number":"h6213"},{"text":"and overlaid","number":"h6823"},{"text":"of shittim","number":"h7848"},{"text":"the table","number":"h7979"}],"28":[{"text":"the staves","number":"h905"},{"text":"them with gold","number":"h2091"},{"text":"wood","number":"h6086"},{"text":"And he made","number":"h6213"},{"text":"and overlaid","number":"h6823"},{"text":"of shittim","number":"h7848"}],"2":[{"text":"within","number":"h1004"},{"text":"gold","number":"h2091"},{"text":"of gold","number":"h2091"},{"text":"a crown","number":"h2213"},{"text":"and without","number":"h2351"},{"text":"it with pure","number":"h2889"},{"text":"to it round about","number":"h5439"},{"text":"and made","number":"h6213"},{"text":"And he overlaid","number":"h6823"}],"17":[{"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":"he the candlestick","number":"h4501"},{"text":"the candlestick","number":"h4501"},{"text":"of beaten work","number":"h4749"},{"text":"And he made","number":"h6213"},{"text":"made","number":"h6213"},{"text":"and his flowers","number":"h6525"},{"text":"and his branch","number":"h7070"}],"26":[{"text":"both the top","number":"h1406"},{"text":"gold","number":"h2091"},{"text":"of gold","number":"h2091"},{"text":"unto it a crown","number":"h2213"},{"text":"it with pure","number":"h2889"},{"text":"round about","number":"h5439"},{"text":"thereof round about","number":"h5439"},{"text":"of it also he made","number":"h6213"},{"text":"And he overlaid","number":"h6823"},{"text":"of it and the sides","number":"h7023"},{"text":"and the horns","number":"h7161"}],"16":[{"text":"withal","number":"h2004"},{"text":"gold","number":"h2091"},{"text":"of pure","number":"h2889"},{"text":"the vessels","number":"h3627"},{"text":"and his spoons","number":"h3709"},{"text":"and his bowls","number":"h4518"},{"text":"to cover","number":"h5258"},{"text":"And he made","number":"h6213"},{"text":"his dishes","number":"h7086"},{"text":"and his covers","number":"h7184"},{"text":"which were upon the table","number":"h7979"}],"11":[{"text":"gold","number":"h2091"},{"text":"of gold","number":"h2091"},{"text":"thereunto a crown","number":"h2213"},{"text":"it with pure","number":"h2889"},{"text":"round about","number":"h5439"},{"text":"and made","number":"h6213"},{"text":"And he overlaid","number":"h6823"}],"23":[{"text":"gold","number":"h2091"},{"text":"of pure","number":"h2889"},{"text":"and his snuffdishes","number":"h4289"},{"text":"and his snuffers","number":"h4457"},{"text":"lamps","number":"h5216"},{"text":"And he made","number":"h6213"},{"text":"his seven","number":"h7651"}],"24":[{"text":"gold","number":"h2091"},{"text":"of pure","number":"h2889"},{"text":"Of a talent","number":"h3603"},{"text":"he it and all the vessels","number":"h3627"},{"text":"made","number":"h6213"}],"12":[{"text":"of gold","number":"h2091"},{"text":"a crown","number":"h2213"},{"text":"of an handbreadth","number":"h2948"},{"text":"for the border","number":"h4526"},{"text":"thereunto a border","number":"h4526"},{"text":"round about","number":"h5439"},{"text":"thereof round about","number":"h5439"},{"text":"Also he made","number":"h6213"},{"text":"and made","number":"h6213"}],"7":[{"text":"of gold","number":"h2091"},{"text":"of the mercy seat","number":"h3727"},{"text":"cherubims","number":"h3742"},{"text":"beaten out of one piece","number":"h4749"},{"text":"And he made","number":"h6213"},{"text":"made","number":"h6213"},{"text":"ends","number":"h7098"},{"text":"he them on the two","number":"h8147"},{"text":"two","number":"h8147"}],"29":[{"text":"and the pure","number":"h2889"},{"text":"according to the work","number":"h4639"},{"text":"anointing","number":"h4888"},{"text":"of sweet spices","number":"h5561"},{"text":"And he made","number":"h6213"},{"text":"the holy","number":"h6944"},{"text":"incense","number":"h7004"},{"text":"of the apothecary","number":"h7543"},{"text":"oil","number":"h8081"}],"21":[{"text":"going out","number":"h3318"},{"text":"And a knop","number":"h3730"},{"text":"of the same and a knop","number":"h3730"},{"text":"of the same and a knop","number":"h3730"},{"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"}]}
@@ -0,0 +1 @@
1
+ {"17":[{"text":"And the sockets","number":"h134"},{"text":"the hooks","number":"h2053"},{"text":"of the court","number":"h2691"},{"text":"were filleted","number":"h2836"},{"text":"and their fillets","number":"h2838"},{"text":"of silver","number":"h3701"},{"text":"of silver","number":"h3701"},{"text":"with silver","number":"h3701"},{"text":"were of brass","number":"h5178"},{"text":"and all the pillars","number":"h5982"},{"text":"for the pillars","number":"h5982"},{"text":"of the pillars","number":"h5982"},{"text":"and the overlaying","number":"h6826"},{"text":"of their chapiters","number":"h7218"}],"31":[{"text":"And the sockets","number":"h134"},{"text":"and the sockets","number":"h134"},{"text":"of the court","number":"h2691"},{"text":"of the court","number":"h2691"},{"text":"of the court","number":"h2691"},{"text":"and all the pins","number":"h3489"},{"text":"and all the pins","number":"h3489"},{"text":"of the tabernacle","number":"h4908"},{"text":"round about","number":"h5439"},{"text":"round about","number":"h5439"},{"text":"gate","number":"h8179"}],"27":[{"text":"and the sockets","number":"h134"},{"text":"for a socket","number":"h134"},{"text":"sockets","number":"h134"},{"text":"the sockets","number":"h134"},{"text":"were cast","number":"h3332"},{"text":"a talent","number":"h3603"},{"text":"talents","number":"h3603"},{"text":"talents","number":"h3603"},{"text":"of silver","number":"h3701"},{"text":"And of the hundred","number":"h3967"},{"text":"an hundred","number":"h3967"},{"text":"of the hundred","number":"h3967"},{"text":"of the vail","number":"h6532"},{"text":"of the sanctuary","number":"h6944"}],"11":[{"text":"and their sockets","number":"h134"},{"text":"cubits","number":"h520"},{"text":"the hooks","number":"h2053"},{"text":"and their fillets","number":"h2838"},{"text":"of silver","number":"h3701"},{"text":"the hangings were an hundred","number":"h3967"},{"text":"of brass","number":"h5178"},{"text":"of the pillars","number":"h5982"},{"text":"their pillars","number":"h5982"},{"text":"twenty","number":"h6242"},{"text":"were twenty","number":"h6242"},{"text":"side","number":"h6285"},{"text":"And for the north","number":"h6828"}],"12":[{"text":"and their sockets","number":"h134"},{"text":"cubits","number":"h520"},{"text":"the hooks","number":"h2053"},{"text":"of fifty","number":"h2572"},{"text":"and their fillets","number":"h2838"},{"text":"And for the west","number":"h3220"},{"text":"of silver","number":"h3701"},{"text":"of the pillars","number":"h5982"},{"text":"their pillars","number":"h5982"},{"text":"ten","number":"h6235"},{"text":"ten","number":"h6235"},{"text":"side","number":"h6285"},{"text":"were hangings","number":"h7050"}],"14":[{"text":"and their sockets","number":"h134"},{"text":"cubits","number":"h520"},{"text":"of the gate were fifteen","number":"h2568"},{"text":"of the 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":"cubits","number":"h520"},{"text":"of fifteen","number":"h2568"},{"text":"of the court","number":"h2691"},{"text":"side","number":"h3802"},{"text":"their pillars","number":"h5982"},{"text":"on this hand and that hand were hangings","number":"h7050"},{"text":"three","number":"h7969"},{"text":"three","number":"h7969"},{"text":"And for the other","number":"h8145"},{"text":"gate","number":"h8179"}],"19":[{"text":"and their sockets","number":"h134"},{"text":"four","number":"h702"},{"text":"were four","number":"h702"},{"text":"their hooks","number":"h2053"},{"text":"and their fillets","number":"h2838"},{"text":"of silver","number":"h3701"},{"text":"of silver","number":"h3701"},{"text":"of brass","number":"h5178"},{"text":"And their pillars","number":"h5982"},{"text":"and the overlaying","number":"h6826"},{"text":"of their chapiters","number":"h7218"}],"10":[{"text":"sockets","number":"h134"},{"text":"the hooks","number":"h2053"},{"text":"and their fillets","number":"h2838"},{"text":"were of silver","number":"h3701"},{"text":"and their brasen","number":"h5178"},{"text":"Their pillars","number":"h5982"},{"text":"of the pillars","number":"h5982"},{"text":"twenty","number":"h6242"},{"text":"were twenty","number":"h6242"}],"30":[{"text":"the sockets","number":"h134"},{"text":"of the tabernacle","number":"h168"},{"text":"for it and all the vessels","number":"h3627"},{"text":"of the congregation","number":"h4150"},{"text":"altar","number":"h4196"},{"text":"of the altar","number":"h4196"},{"text":"grate","number":"h4345"},{"text":"and the brasen","number":"h5178"},{"text":"and the brasen","number":"h5178"},{"text":"And therewith he made","number":"h6213"},{"text":"to the door","number":"h6607"}],"8":[{"text":"of the tabernacle","number":"h168"},{"text":"the laver","number":"h3595"},{"text":"and the foot","number":"h3653"},{"text":"of the congregation","number":"h4150"},{"text":"of the lookingglasses","number":"h4759"},{"text":"of brass","number":"h5178"},{"text":"of it of brass","number":"h5178"},{"text":"And he made","number":"h6213"},{"text":"at the door","number":"h6607"},{"text":"of the women assembling","number":"h6633"},{"text":"which assembled","number":"h6633"}],"23":[{"text":"And with him was Aholiab","number":"h171"},{"text":"of Ahisamach","number":"h294"},{"text":"and in purple","number":"h713"},{"text":"son","number":"h1121"},{"text":"of Dan","number":"h1835"},{"text":"an engraver","number":"h2796"},{"text":"and a cunning workman","number":"h2803"},{"text":"of the tribe","number":"h4294"},{"text":"and an embroiderer","number":"h7551"},{"text":"and in scarlet","number":"h8144"},{"text":"and fine linen","number":"h8336"},{"text":"in blue","number":"h8504"}],"21":[{"text":"to Aaron","number":"h175"},{"text":"of Ithamar","number":"h385"},{"text":"This","number":"h428"},{"text":"son","number":"h1121"},{"text":"by the hand","number":"h3027"},{"text":"the priest","number":"h3548"},{"text":"of the Levites","number":"h3881"},{"text":"of Moses","number":"h4872"},{"text":"even of the tabernacle","number":"h4908"},{"text":"of the tabernacle","number":"h4908"},{"text":"for the service","number":"h5656"},{"text":"of testimony","number":"h5715"},{"text":"according to the commandment","number":"h6310"},{"text":"as it was counted","number":"h6485"},{"text":"is the sum","number":"h6485"}],"22":[{"text":"of Uri","number":"h221"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"And Bezaleel","number":"h1212"},{"text":"of Hur","number":"h2354"},{"text":"of Judah","number":"h3063"},{"text":"all that the LORD","number":"h3068"},{"text":"of the tribe","number":"h4294"},{"text":"Moses","number":"h4872"},{"text":"made","number":"h6213"},{"text":"commanded","number":"h6680"}],"28":[{"text":"And of the thousand","number":"h505"},{"text":"hooks","number":"h2053"},{"text":"and five","number":"h2568"},{"text":"and filleted","number":"h2836"},{"text":"hundred","number":"h3967"},{"text":"for the pillars","number":"h5982"},{"text":"shekels he made","number":"h6213"},{"text":"and overlaid","number":"h6823"},{"text":"their chapiters","number":"h7218"},{"text":"seven","number":"h7651"},{"text":"seventy","number":"h7657"}],"25":[{"text":"and a thousand","number":"h505"},{"text":"talents","number":"h3603"},{"text":"And the silver","number":"h3701"},{"text":"hundred","number":"h3967"},{"text":"was an hundred","number":"h3967"},{"text":"of the congregation","number":"h5712"},{"text":"of them that were numbered","number":"h6485"},{"text":"of the sanctuary","number":"h6944"},{"text":"seven","number":"h7651"},{"text":"and threescore and fifteen","number":"h7657"},{"text":"after the shekel","number":"h8255"},{"text":"shekels","number":"h8255"}],"29":[{"text":"and two thousand","number":"h505"},{"text":"and four","number":"h702"},{"text":"talents","number":"h3603"},{"text":"hundred","number":"h3967"},{"text":"And the brass","number":"h5178"},{"text":"was seventy","number":"h7657"},{"text":"shekels","number":"h8255"},{"text":"of the offering","number":"h8573"}],"26":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"old","number":"h1121"},{"text":"A bekah","number":"h1235"},{"text":"for every man","number":"h1538"},{"text":"and five","number":"h2568"},{"text":"and fifty","number":"h2572"},{"text":"hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"that is half","number":"h4276"},{"text":"and upward","number":"h4605"},{"text":"for every one that went","number":"h5674"},{"text":"from twenty","number":"h6242"},{"text":"to be numbered","number":"h6485"},{"text":"of the sanctuary","number":"h6944"},{"text":"and three","number":"h7969"},{"text":"years","number":"h8141"},{"text":"a shekel","number":"h8255"},{"text":"after the shekel","number":"h8255"},{"text":"for six","number":"h8337"}],"1":[{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"was the length","number":"h753"},{"text":"five","number":"h2568"},{"text":"thereof and five","number":"h2568"},{"text":"the altar","number":"h4196"},{"text":"of burnt offering","number":"h5930"},{"text":"wood","number":"h6086"},{"text":"And he made","number":"h6213"},{"text":"the height","number":"h6967"},{"text":"thereof it was foursquare","number":"h7251"},{"text":"the breadth","number":"h7341"},{"text":"of shittim","number":"h7848"},{"text":"and three","number":"h7969"}],"13":[{"text":"cubits","number":"h520"},{"text":"fifty","number":"h2572"},{"text":"eastward","number":"h4217"},{"text":"side","number":"h6285"},{"text":"And for the east","number":"h6924"}],"18":[{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"and purple","number":"h713"},{"text":"was the length","number":"h753"},{"text":"was five","number":"h2568"},{"text":"of the court","number":"h2691"},{"text":"of the court","number":"h2691"},{"text":"And the hanging","number":"h4539"},{"text":"answerable","number":"h5980"},{"text":"and twenty","number":"h6242"},{"text":"and the height","number":"h6967"},{"text":"to the hangings","number":"h7050"},{"text":"in the breadth","number":"h7341"},{"text":"was needlework","number":"h7551"},{"text":"and fine twined","number":"h7806"},{"text":"and scarlet","number":"h8144"},{"text":"for the gate","number":"h8179"},{"text":"linen","number":"h8336"},{"text":"of blue","number":"h8504"}],"9":[{"text":"cubits","number":"h520"},{"text":"of the court","number":"h2691"},{"text":"the court","number":"h2691"},{"text":"an hundred","number":"h3967"},{"text":"on the south","number":"h5045"},{"text":"And he made","number":"h6213"},{"text":"side","number":"h6285"},{"text":"the hangings","number":"h7050"},{"text":"were of fine twined","number":"h7806"},{"text":"linen","number":"h8336"},{"text":"southward","number":"h8486"}],"5":[{"text":"for the four","number":"h702"},{"text":"four","number":"h702"},{"text":"for the staves","number":"h905"},{"text":"to be places","number":"h1004"},{"text":"rings","number":"h2885"},{"text":"And he cast","number":"h3332"},{"text":"of the grate","number":"h4345"},{"text":"of brass","number":"h5178"},{"text":"ends","number":"h7099"}],"2":[{"text":"thereof on the four","number":"h702"},{"text":"it with brass","number":"h5178"},{"text":"And he made","number":"h6213"},{"text":"corners","number":"h6438"},{"text":"thereof were of the same and he overlaid","number":"h6823"},{"text":"of it the horns","number":"h7161"},{"text":"the horns","number":"h7161"}],"6":[{"text":"the staves","number":"h905"},{"text":"them with brass","number":"h5178"},{"text":"wood","number":"h6086"},{"text":"And he made","number":"h6213"},{"text":"and overlaid","number":"h6823"},{"text":"of shittim","number":"h7848"}],"7":[{"text":"the staves","number":"h905"},{"text":"And he put","number":"h935"},{"text":"into the rings","number":"h2885"},{"text":"with boards","number":"h3871"},{"text":"of the altar","number":"h4196"},{"text":"the altar hollow","number":"h5014"},{"text":"to bear","number":"h5375"},{"text":"it withal he made","number":"h6213"},{"text":"on the sides","number":"h6763"}],"24":[{"text":"All the gold","number":"h2091"},{"text":"place even the gold","number":"h2091"},{"text":"talents","number":"h3603"},{"text":"hundred","number":"h3967"},{"text":"for the work","number":"h4399"},{"text":"in all the work","number":"h4399"},{"text":"that was occupied","number":"h6213"},{"text":"was twenty","number":"h6242"},{"text":"of the holy","number":"h6944"},{"text":"of the sanctuary","number":"h6944"},{"text":"and seven","number":"h7651"},{"text":"and thirty","number":"h7970"},{"text":"after the shekel","number":"h8255"},{"text":"shekels","number":"h8255"},{"text":"of the offering","number":"h8573"},{"text":"and nine","number":"h8672"}],"4":[{"text":"unto the midst","number":"h2677"},{"text":"under the compass","number":"h3749"},{"text":"for the altar","number":"h4196"},{"text":"thereof beneath","number":"h4295"},{"text":"grate","number":"h4345"},{"text":"a brasen","number":"h5178"},{"text":"And he made","number":"h6213"},{"text":"of network","number":"h7568"}],"20":[{"text":"and of the court","number":"h2691"},{"text":"And all the pins","number":"h3489"},{"text":"of the tabernacle","number":"h4908"},{"text":"were of brass","number":"h5178"},{"text":"round about","number":"h5439"}],"16":[{"text":"of the court","number":"h2691"},{"text":"round about","number":"h5439"},{"text":"All the hangings","number":"h7050"},{"text":"were of fine twined","number":"h7806"},{"text":"linen","number":"h8336"}],"3":[{"text":"and the shovels","number":"h3257"},{"text":"all the vessels","number":"h3627"},{"text":"all the vessels","number":"h3627"},{"text":"of the altar","number":"h4196"},{"text":"and the fleshhooks","number":"h4207"},{"text":"and the basons","number":"h4219"},{"text":"and the firepans","number":"h4289"},{"text":"he of brass","number":"h5178"},{"text":"the pots","number":"h5518"},{"text":"And he made","number":"h6213"},{"text":"thereof made","number":"h6213"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"And the stones","number":"h68"},{"text":"every one","number":"h376"},{"text":"of the children","number":"h1121"},{"text":"of a signet","number":"h2368"},{"text":"of Israel","number":"h3478"},{"text":"like the engravings","number":"h6603"},{"text":"tribes","number":"h7626"},{"text":"according to their names","number":"h8034"},{"text":"were according to the names","number":"h8034"},{"text":"with his name","number":"h8034"},{"text":"according to the twelve","number":"h8147"},{"text":"twelve","number":"h8147"}],"10":[{"text":"of stones","number":"h68"},{"text":"was a sardius","number":"h124"},{"text":"this was the first","number":"h259"},{"text":"in it four","number":"h702"},{"text":"and a carbuncle","number":"h1304"},{"text":"row","number":"h2905"},{"text":"rows","number":"h2905"},{"text":"the first row","number":"h2905"},{"text":"And they set","number":"h4390"},{"text":"a topaz","number":"h6357"}],"6":[{"text":"stones","number":"h68"},{"text":"of the children","number":"h1121"},{"text":"of gold","number":"h2091"},{"text":"as signets","number":"h2368"},{"text":"of Israel","number":"h3478"},{"text":"inclosed","number":"h4142"},{"text":"in ouches","number":"h4865"},{"text":"And they wrought","number":"h6213"},{"text":"are graven","number":"h6603"},{"text":"graven","number":"h6605"},{"text":"onyx","number":"h7718"},{"text":"with the names","number":"h8034"}],"7":[{"text":"that they should be stones","number":"h68"},{"text":"of the ephod","number":"h646"},{"text":"to the children","number":"h1121"},{"text":"for a memorial","number":"h2146"},{"text":"as the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"them on the shoulders","number":"h3802"},{"text":"Moses","number":"h4872"},{"text":"commanded","number":"h6680"},{"text":"And he put","number":"h7760"}],"29":[{"text":"And a girdle","number":"h73"},{"text":"and purple","number":"h713"},{"text":"as the LORD","number":"h3068"},{"text":"Moses","number":"h4872"},{"text":"commanded","number":"h6680"},{"text":"of needlework","number":"h7551"},{"text":"of fine twined","number":"h7806"},{"text":"and scarlet","number":"h8144"},{"text":"linen","number":"h8336"},{"text":"and blue","number":"h8504"}],"34":[{"text":"dyed red","number":"h119"},{"text":"of rams","number":"h352"},{"text":"And the covering","number":"h4372"},{"text":"and the covering","number":"h4372"},{"text":"of the covering","number":"h4539"},{"text":"skins","number":"h5785"},{"text":"skins","number":"h5785"},{"text":"and the vail","number":"h6532"},{"text":"of badgers","number":"h8476"}],"33":[{"text":"and his sockets","number":"h134"},{"text":"the tent","number":"h168"},{"text":"And they brought","number":"h935"},{"text":"his bars","number":"h1280"},{"text":"and all his furniture","number":"h3627"},{"text":"unto Moses","number":"h4872"},{"text":"the tabernacle","number":"h4908"},{"text":"and his pillars","number":"h5982"},{"text":"his taches","number":"h7165"},{"text":"his boards","number":"h7175"}],"40":[{"text":"and his sockets","number":"h134"},{"text":"for the tent","number":"h168"},{"text":"for the court","number":"h2691"},{"text":"of the court","number":"h2691"},{"text":"and his pins","number":"h3489"},{"text":"and all the vessels","number":"h3627"},{"text":"of the congregation","number":"h4150"},{"text":"his cords","number":"h4340"},{"text":"and the hanging","number":"h4539"},{"text":"of the tabernacle","number":"h4908"},{"text":"of the service","number":"h5656"},{"text":"his pillars","number":"h5982"},{"text":"The hangings","number":"h7050"},{"text":"gate","number":"h8179"}],"38":[{"text":"for the tabernacle","number":"h168"},{"text":"And the golden","number":"h2091"},{"text":"altar","number":"h4196"},{"text":"and the hanging","number":"h4539"},{"text":"and the anointing","number":"h4888"},{"text":"and the sweet","number":"h5561"},{"text":"door","number":"h6607"},{"text":"incense","number":"h7004"},{"text":"oil","number":"h8081"}],"32":[{"text":"of the tent","number":"h168"},{"text":"and the children","number":"h1121"},{"text":"according to all that the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"finished","number":"h3615"},{"text":"of the congregation","number":"h4150"},{"text":"Moses","number":"h4872"},{"text":"of the tabernacle","number":"h4908"},{"text":"Thus was all the work","number":"h5656"},{"text":"did","number":"h6213"},{"text":"so did","number":"h6213"},{"text":"commanded","number":"h6680"}],"1":[{"text":"for Aaron","number":"h175"},{"text":"and purple","number":"h713"},{"text":"cloths","number":"h899"},{"text":"garments","number":"h899"},{"text":"as the LORD","number":"h3068"},{"text":"Moses","number":"h4872"},{"text":"place and made","number":"h6213"},{"text":"they made","number":"h6213"},{"text":"commanded","number":"h6680"},{"text":"in the holy","number":"h6944"},{"text":"the holy","number":"h6944"},{"text":"and scarlet","number":"h8144"},{"text":"of service","number":"h8278"},{"text":"to do service","number":"h8334"},{"text":"And of the blue","number":"h8504"}],"27":[{"text":"for Aaron","number":"h175"},{"text":"of woven","number":"h707"},{"text":"and for his sons","number":"h1121"},{"text":"coats","number":"h3801"},{"text":"work","number":"h4639"},{"text":"And they made","number":"h6213"},{"text":"of fine linen","number":"h8336"}],"41":[{"text":"for Aaron","number":"h175"},{"text":"The cloths","number":"h899"},{"text":"garments","number":"h899"},{"text":"garments","number":"h899"},{"text":"and his sons","number":"h1121"},{"text":"to minister in the priest's office","number":"h3547"},{"text":"the priest","number":"h3548"},{"text":"in the holy","number":"h6944"},{"text":"place and the holy","number":"h6944"},{"text":"of service","number":"h8278"},{"text":"to do service","number":"h8334"}],"12":[{"text":"and an amethyst","number":"h306"},{"text":"row","number":"h2905"},{"text":"a ligure","number":"h3958"},{"text":"an agate","number":"h7618"},{"text":"And the third","number":"h7992"}],"5":[{"text":"of his ephod","number":"h642"},{"text":"and purple","number":"h713"},{"text":"thereof of gold","number":"h2091"},{"text":"And the curious girdle","number":"h2805"},{"text":"as the LORD","number":"h3068"},{"text":"that was upon it was of the same according to the work","number":"h4639"},{"text":"Moses","number":"h4872"},{"text":"commanded","number":"h6680"},{"text":"and fine twined","number":"h7806"},{"text":"and scarlet","number":"h8144"},{"text":"linen","number":"h8336"},{"text":"blue","number":"h8504"}],"21":[{"text":"from the ephod","number":"h646"},{"text":"of the ephod","number":"h646"},{"text":"of the ephod","number":"h646"},{"text":"might not be loosed","number":"h2118"},{"text":"that it might be above the curious girdle","number":"h2805"},{"text":"and that the breastplate","number":"h2833"},{"text":"the breastplate","number":"h2833"},{"text":"by his rings","number":"h2885"},{"text":"unto the rings","number":"h2885"},{"text":"as the LORD","number":"h3068"},{"text":"Moses","number":"h4872"},{"text":"with a lace","number":"h6616"},{"text":"commanded","number":"h6680"},{"text":"And they did bind","number":"h7405"},{"text":"of blue","number":"h8504"}],"18":[{"text":"of the ephod","number":"h646"},{"text":"them on the shoulderpieces","number":"h3802"},{"text":"it","number":"h4136"},{"text":"ouches","number":"h4865"},{"text":"and put","number":"h5414"},{"text":"they fastened","number":"h5414"},{"text":"chains","number":"h5688"},{"text":"wreathen","number":"h5688"},{"text":"before","number":"h6440"},{"text":"ends","number":"h7098"},{"text":"And the two","number":"h8147"},{"text":"in the two","number":"h8147"},{"text":"of the two","number":"h8147"}],"19":[{"text":"of the ephod","number":"h646"},{"text":"inward","number":"h1004"},{"text":"of gold","number":"h2091"},{"text":"of the breastplate","number":"h2833"},{"text":"rings","number":"h2885"},{"text":"of it which was on the side","number":"h5676"},{"text":"And they made","number":"h6213"},{"text":"ends","number":"h7098"},{"text":"and put","number":"h7760"},{"text":"them on the two","number":"h8147"},{"text":"two","number":"h8147"},{"text":"upon the border","number":"h8193"}],"20":[{"text":"of the ephod","number":"h646"},{"text":"of the ephod","number":"h646"},{"text":"other golden","number":"h2091"},{"text":"the curious girdle","number":"h2805"},{"text":"rings","number":"h2885"},{"text":"sides","number":"h3802"},{"text":"toward","number":"h4136"},{"text":"the other coupling","number":"h4225"},{"text":"underneath","number":"h4295"},{"text":"thereof above","number":"h4605"},{"text":"and put","number":"h5414"},{"text":"of it over against","number":"h5980"},{"text":"And they made","number":"h6213"},{"text":"the forepart","number":"h6440"},{"text":"them on the two","number":"h8147"},{"text":"two","number":"h8147"}],"22":[{"text":"of the ephod","number":"h646"},{"text":"of woven","number":"h707"},{"text":"all","number":"h3632"},{"text":"the robe","number":"h4598"},{"text":"work","number":"h4639"},{"text":"And he made","number":"h6213"},{"text":"of blue","number":"h8504"}],"8":[{"text":"of the ephod","number":"h646"},{"text":"and purple","number":"h713"},{"text":"of gold","number":"h2091"},{"text":"of cunning","number":"h2803"},{"text":"the breastplate","number":"h2833"},{"text":"like the work","number":"h4639"},{"text":"work","number":"h4639"},{"text":"And he made","number":"h6213"},{"text":"and fine twined","number":"h7806"},{"text":"and scarlet","number":"h8144"},{"text":"linen","number":"h8336"},{"text":"blue","number":"h8504"}],"2":[{"text":"the ephod","number":"h646"},{"text":"and purple","number":"h713"},{"text":"of gold","number":"h2091"},{"text":"And he made","number":"h6213"},{"text":"and fine twined","number":"h7806"},{"text":"linen","number":"h8336"},{"text":"and scarlet","number":"h8438"},{"text":"blue","number":"h8504"}],"3":[{"text":"and in the purple","number":"h713"},{"text":"into","number":"h854"},{"text":"the gold","number":"h2091"},{"text":"with cunning","number":"h2803"},{"text":"work","number":"h4639"},{"text":"to work","number":"h6213"},{"text":"thin plates","number":"h6341"},{"text":"it into wires","number":"h6616"},{"text":"and cut","number":"h7112"},{"text":"And they did beat","number":"h7554"},{"text":"and in the scarlet","number":"h8144"},{"text":"and in the fine linen","number":"h8336"},{"text":"it in the blue","number":"h8504"}],"24":[{"text":"and purple","number":"h713"},{"text":"of the robe","number":"h4598"},{"text":"And they made","number":"h6213"},{"text":"pomegranates","number":"h7416"},{"text":"upon the hems","number":"h7757"},{"text":"and twined","number":"h7806"},{"text":"and scarlet","number":"h8144"},{"text":"of blue","number":"h8504"}],"35":[{"text":"The ark","number":"h727"},{"text":"and the staves","number":"h905"},{"text":"thereof and the mercy seat","number":"h3727"},{"text":"of the testimony","number":"h5715"}],"9":[{"text":"was the length","number":"h753"},{"text":"a span","number":"h2239"},{"text":"thereof and a span","number":"h2239"},{"text":"the breastplate","number":"h2833"},{"text":"double","number":"h3717"},{"text":"thereof being doubled","number":"h3717"},{"text":"they made","number":"h6213"},{"text":"It was foursquare","number":"h7251"},{"text":"the breadth","number":"h7341"}],"39":[{"text":"his staves","number":"h905"},{"text":"the laver","number":"h3595"},{"text":"and all his vessels","number":"h3627"},{"text":"and his foot","number":"h3653"},{"text":"altar","number":"h4196"},{"text":"and his grate","number":"h4345"},{"text":"The brasen","number":"h5178"},{"text":"of brass","number":"h5178"}],"28":[{"text":"and linen","number":"h906"},{"text":"bonnets","number":"h4021"},{"text":"breeches","number":"h4370"},{"text":"And a mitre","number":"h4701"},{"text":"and goodly","number":"h6287"},{"text":"of fine twined","number":"h7806"},{"text":"linen","number":"h8336"},{"text":"of fine linen","number":"h8336"},{"text":"of fine linen","number":"h8336"}],"42":[{"text":"so the children","number":"h1121"},{"text":"According to all that the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"Moses","number":"h4872"},{"text":"all the work","number":"h5656"},{"text":"made","number":"h6213"},{"text":"commanded","number":"h6680"}],"43":[{"text":"blessed","number":"h1288"},{"text":"it as the LORD","number":"h3068"},{"text":"upon all","number":"h3651"},{"text":"the work","number":"h4399"},{"text":"And Moses","number":"h4872"},{"text":"it and Moses","number":"h4872"},{"text":"and behold they had done","number":"h6213"},{"text":"even so had they done","number":"h6213"},{"text":"had commanded","number":"h6680"},{"text":"did look","number":"h7200"}],"15":[{"text":"at the ends","number":"h1383"},{"text":"gold","number":"h2091"},{"text":"upon the breastplate","number":"h2833"},{"text":"of pure","number":"h2889"},{"text":"work","number":"h4639"},{"text":"of wreathen","number":"h5688"},{"text":"And they made","number":"h6213"},{"text":"chains","number":"h8333"}],"16":[{"text":"gold","number":"h2091"},{"text":"of gold","number":"h2091"},{"text":"of the breastplate","number":"h2833"},{"text":"rings","number":"h2885"},{"text":"rings","number":"h2885"},{"text":"ouches","number":"h4865"},{"text":"and put","number":"h5414"},{"text":"And they made","number":"h6213"},{"text":"ends","number":"h7098"},{"text":"and two","number":"h8147"},{"text":"in the two","number":"h8147"},{"text":"the two","number":"h8147"},{"text":"two","number":"h8147"}],"25":[{"text":"gold","number":"h2091"},{"text":"of pure","number":"h2889"},{"text":"of the robe","number":"h4598"},{"text":"and put","number":"h5414"},{"text":"round about","number":"h5439"},{"text":"And they made","number":"h6213"},{"text":"bells","number":"h6472"},{"text":"the bells","number":"h6472"},{"text":"the pomegranates","number":"h7416"},{"text":"the pomegranates","number":"h7416"},{"text":"upon the hem","number":"h7757"},{"text":"between","number":"h8432"},{"text":"between","number":"h8432"}],"30":[{"text":"gold","number":"h2091"},{"text":"of a signet","number":"h2368"},{"text":"of pure","number":"h2889"},{"text":"TO THE LORD","number":"h3068"},{"text":"and wrote","number":"h3789"},{"text":"upon it a writing","number":"h4385"},{"text":"crown","number":"h5145"},{"text":"And they made","number":"h6213"},{"text":"like to the engravings","number":"h6603"},{"text":"the plate","number":"h6731"},{"text":"HOLINESS","number":"h6944"},{"text":"of the holy","number":"h6944"}],"13":[{"text":"of gold","number":"h2091"},{"text":"row","number":"h2905"},{"text":"and a jasper","number":"h3471"},{"text":"they were inclosed","number":"h4142"},{"text":"in their inclosings","number":"h4396"},{"text":"in ouches","number":"h4865"},{"text":"And the fourth","number":"h7243"},{"text":"an onyx","number":"h7718"},{"text":"a beryl","number":"h8658"}],"17":[{"text":"of gold","number":"h2091"},{"text":"of the breastplate","number":"h2833"},{"text":"rings","number":"h2885"},{"text":"And they put","number":"h5414"},{"text":"wreathen chains","number":"h5688"},{"text":"on the ends","number":"h7098"},{"text":"in the two","number":"h8147"},{"text":"the two","number":"h8147"}],"4":[{"text":"for it to couple it together","number":"h2266"},{"text":"was it coupled together","number":"h2266"},{"text":"shoulderpieces","number":"h3802"},{"text":"They made","number":"h6213"},{"text":"edges","number":"h7098"},{"text":"by the two","number":"h8147"}],"37":[{"text":"The pure","number":"h2889"},{"text":"and all the vessels","number":"h3627"},{"text":"for light","number":"h3974"},{"text":"candlestick","number":"h4501"},{"text":"to be set in order","number":"h4634"},{"text":"thereof even with the lamps","number":"h5216"},{"text":"with the lamps","number":"h5216"},{"text":"thereof and the oil","number":"h8081"}],"11":[{"text":"row","number":"h2905"},{"text":"and a diamond","number":"h3095"},{"text":"an emerald","number":"h5306"},{"text":"a sapphire","number":"h5601"},{"text":"And the second","number":"h8145"}],"31":[{"text":"as the LORD","number":"h3068"},{"text":"it on high","number":"h4605"},{"text":"upon the mitre","number":"h4701"},{"text":"Moses","number":"h4872"},{"text":"And they tied","number":"h5414"},{"text":"to fasten","number":"h5414"},{"text":"unto it a lace","number":"h6616"},{"text":"commanded","number":"h6680"},{"text":"of blue","number":"h8504"}],"26":[{"text":"in as the LORD","number":"h3068"},{"text":"of the robe","number":"h4598"},{"text":"Moses","number":"h4872"},{"text":"round about","number":"h5439"},{"text":"A bell","number":"h6472"},{"text":"a bell","number":"h6472"},{"text":"commanded","number":"h6680"},{"text":"and a pomegranate","number":"h7416"},{"text":"and a pomegranate","number":"h7416"},{"text":"the hem","number":"h7757"},{"text":"to minister","number":"h8334"}],"36":[{"text":"and all the vessels","number":"h3627"},{"text":"thereof and the shewbread","number":"h6440"},{"text":"The table","number":"h7979"}],"23":[{"text":"of the robe","number":"h4598"},{"text":"round about","number":"h5439"},{"text":"And there was an hole","number":"h6310"},{"text":"as the hole","number":"h6310"},{"text":"the hole","number":"h6310"},{"text":"that it should not rend","number":"h7167"},{"text":"with a band","number":"h8193"},{"text":"in the midst","number":"h8432"},{"text":"of an habergeon","number":"h8473"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"of their fathers","number":"h1"},{"text":"of Abraham","number":"h85"},{"text":"God","number":"h430"},{"text":"and the God","number":"h430"},{"text":"the God","number":"h430"},{"text":"the God","number":"h430"},{"text":"That they may believe","number":"h539"},{"text":"that the LORD","number":"h3068"},{"text":"of Jacob","number":"h3290"},{"text":"of Isaac","number":"h3327"},{"text":"hath appeared","number":"h7200"}],"11":[{"text":"man's","number":"h120"},{"text":"the dumb","number":"h483"},{"text":"said","number":"h559"},{"text":"or deaf","number":"h2795"},{"text":"And the LORD","number":"h3068"},{"text":"have not I the LORD","number":"h3068"},{"text":"or the blind","number":"h5787"},{"text":"mouth","number":"h6310"},{"text":"or the seeing","number":"h6493"},{"text":"or who maketh","number":"h7760"},{"text":"unto him Who hath made","number":"h7760"}],"10":[{"text":"my Lord","number":"h136"},{"text":"nor since","number":"h227"},{"text":"I","number":"h376"},{"text":"said","number":"h559"},{"text":"O","number":"h994"},{"text":"thou hast spoken","number":"h1696"},{"text":"am not eloquent","number":"h1697"},{"text":"unto the LORD","number":"h3068"},{"text":"and of a slow","number":"h3515"},{"text":"but I am slow","number":"h3515"},{"text":"tongue","number":"h3956"},{"text":"And Moses","number":"h4872"},{"text":"unto thy servant","number":"h5650"},{"text":"of speech","number":"h6310"},{"text":"neither heretofore","number":"h8032"}],"13":[{"text":"my Lord","number":"h136"},{"text":"And he said","number":"h559"},{"text":"O","number":"h994"},{"text":"I pray thee by the hand","number":"h3027"},{"text":"of him whom thou wilt send","number":"h7971"},{"text":"send","number":"h7971"}],"28":[{"text":"Aaron","number":"h175"},{"text":"him and all the signs","number":"h226"},{"text":"all the words","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"And Moses","number":"h4872"},{"text":"told","number":"h5046"},{"text":"which he had commanded","number":"h6680"},{"text":"who had sent","number":"h7971"}],"30":[{"text":"And Aaron","number":"h175"},{"text":"the signs","number":"h226"},{"text":"had spoken","number":"h1696"},{"text":"spake","number":"h1696"},{"text":"all the words","number":"h1697"},{"text":"which the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"},{"text":"in the sight","number":"h5869"},{"text":"of the people","number":"h5971"},{"text":"and did","number":"h6213"}],"14":[{"text":"Is not Aaron","number":"h175"},{"text":"thy brother","number":"h251"},{"text":"and he said","number":"h559"},{"text":"And the anger","number":"h639"},{"text":"that he can speak","number":"h1696"},{"text":"well","number":"h1696"},{"text":"was kindled","number":"h2734"},{"text":"I know","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"And also behold he cometh forth","number":"h3318"},{"text":"in his heart","number":"h3820"},{"text":"the Levite","number":"h3881"},{"text":"against Moses","number":"h4872"},{"text":"to meet","number":"h7125"},{"text":"thee and when he seeth","number":"h7200"},{"text":"thee he will be glad","number":"h8055"}],"29":[{"text":"and Aaron","number":"h175"},{"text":"and gathered together","number":"h622"},{"text":"of the children","number":"h1121"},{"text":"all the elders","number":"h2205"},{"text":"went","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"And Moses","number":"h4872"}],"27":[{"text":"to Aaron","number":"h175"},{"text":"of God","number":"h430"},{"text":"said","number":"h559"},{"text":"him in the mount","number":"h2022"},{"text":"And the LORD","number":"h3068"},{"text":"And he went","number":"h3212"},{"text":"Go","number":"h3212"},{"text":"into the wilderness","number":"h4057"},{"text":"Moses","number":"h4872"},{"text":"and kissed","number":"h5401"},{"text":"and met","number":"h6298"},{"text":"to meet","number":"h7125"}],"8":[{"text":"sign","number":"h226"},{"text":"sign","number":"h226"},{"text":"of the latter","number":"h314"},{"text":"And it shall come to pass if they will not believe","number":"h539"},{"text":"that they will believe","number":"h539"},{"text":"the voice","number":"h6963"},{"text":"to the voice","number":"h6963"},{"text":"of the first","number":"h7223"},{"text":"thee neither hearken","number":"h8085"}],"17":[{"text":"signs","number":"h226"},{"text":"in thine hand","number":"h3027"},{"text":"And thou shalt take","number":"h3947"},{"text":"this rod","number":"h4294"},{"text":"wherewith thou shalt do","number":"h6213"}],"9":[{"text":"signs","number":"h226"},{"text":"And it shall come to pass if they will not believe","number":"h539"},{"text":"shall become blood","number":"h1818"},{"text":"of the river","number":"h2975"},{"text":"out of the river","number":"h2975"},{"text":"it upon the dry","number":"h3004"},{"text":"upon the dry","number":"h3006"},{"text":"that thou shalt take","number":"h3947"},{"text":"which thou takest","number":"h3947"},{"text":"land and the water","number":"h4325"},{"text":"of the water","number":"h4325"},{"text":"unto thy voice","number":"h6963"},{"text":"neither hearken","number":"h8085"},{"text":"also these two","number":"h8147"},{"text":"and pour","number":"h8210"}],"18":[{"text":"unto my brethren","number":"h251"},{"text":"and said","number":"h559"},{"text":"said","number":"h559"},{"text":"alive","number":"h2416"},{"text":"his father in law","number":"h2859"},{"text":"Go","number":"h3212"},{"text":"unto him Let me go","number":"h3212"},{"text":"went","number":"h3212"},{"text":"to Jethro","number":"h3500"},{"text":"And Jethro","number":"h3503"},{"text":"which are in Egypt","number":"h4714"},{"text":"And Moses","number":"h4872"},{"text":"to Moses","number":"h4872"},{"text":"whether they be yet","number":"h5750"},{"text":"and see","number":"h7200"},{"text":"I pray thee and return","number":"h7725"},{"text":"and returned","number":"h7725"},{"text":"in peace","number":"h7965"}],"4":[{"text":"and take","number":"h270"},{"text":"said","number":"h559"},{"text":"it by the tail","number":"h2180"},{"text":"and caught","number":"h2388"},{"text":"his hand","number":"h3027"},{"text":"thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"in his hand","number":"h3709"},{"text":"it and it became a rod","number":"h4294"},{"text":"unto Moses","number":"h4872"},{"text":"And he put forth","number":"h7971"},{"text":"Put forth","number":"h7971"}],"16":[{"text":"and thou shalt be to him instead of God","number":"h430"},{"text":"And he shall be thy spokesman","number":"h1696"},{"text":"unto the people","number":"h5971"},{"text":"and he shall be even he shall be to thee instead of a mouth","number":"h6310"}],"20":[{"text":"of God","number":"h430"},{"text":"to the land","number":"h776"},{"text":"his wife","number":"h802"},{"text":"and his sons","number":"h1121"},{"text":"them upon an ass","number":"h2543"},{"text":"in his hand","number":"h3027"},{"text":"took","number":"h3947"},{"text":"took","number":"h3947"},{"text":"the rod","number":"h4294"},{"text":"of Egypt","number":"h4714"},{"text":"And Moses","number":"h4872"},{"text":"and Moses","number":"h4872"},{"text":"and set","number":"h7392"},{"text":"and he returned","number":"h7725"}],"1":[{"text":"But behold they will not believe","number":"h539"},{"text":"and said","number":"h559"},{"text":"for they will say","number":"h559"},{"text":"The LORD","number":"h3068"},{"text":"And Moses","number":"h4872"},{"text":"answered","number":"h6030"},{"text":"unto my voice","number":"h6963"},{"text":"hath not appeared","number":"h7200"},{"text":"me nor hearken","number":"h8085"}],"31":[{"text":"believed","number":"h539"},{"text":"the children","number":"h1121"},{"text":"that the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"And the people","number":"h5971"},{"text":"upon their affliction","number":"h6040"},{"text":"had visited","number":"h6485"},{"text":"then they bowed their heads","number":"h6915"},{"text":"and that he had looked","number":"h7200"},{"text":"and worshipped","number":"h7812"},{"text":"and when they heard","number":"h8085"}],"23":[{"text":"And I say","number":"h559"},{"text":"even thy firstborn","number":"h1060"},{"text":"thy son","number":"h1121"},{"text":"unto thee Let my son","number":"h1121"},{"text":"behold I will slay","number":"h2026"},{"text":"me and if thou refuse","number":"h3985"},{"text":"that he may serve","number":"h5647"},{"text":"go","number":"h7971"},{"text":"to let him go","number":"h7971"}],"2":[{"text":"And he said","number":"h559"},{"text":"said","number":"h559"},{"text":"unto him What is that in thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"A rod","number":"h4294"}],"3":[{"text":"And he said","number":"h559"},{"text":"it on the ground","number":"h776"},{"text":"it on the ground","number":"h776"},{"text":"and Moses","number":"h4872"},{"text":"fled","number":"h5127"},{"text":"and it became a serpent","number":"h5175"},{"text":"from before","number":"h6440"},{"text":"And he cast","number":"h7993"},{"text":"Cast","number":"h7993"}],"7":[{"text":"And he said","number":"h559"},{"text":"as his other flesh","number":"h1320"},{"text":"into his bosom","number":"h2436"},{"text":"into thy bosom","number":"h2436"},{"text":"it out of his bosom","number":"h2436"},{"text":"his hand","number":"h3027"},{"text":"thine hand","number":"h3027"},{"text":"and plucked","number":"h3318"},{"text":"And he put","number":"h7725"},{"text":"Put","number":"h7725"},{"text":"again","number":"h7725"},{"text":"again","number":"h7725"},{"text":"and behold it was turned again","number":"h7725"}],"22":[{"text":"And thou shalt say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"even my firstborn","number":"h1060"},{"text":"is my son","number":"h1121"},{"text":"the LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"unto Pharaoh","number":"h6547"}],"25":[{"text":"and said","number":"h559"},{"text":"of her son","number":"h1121"},{"text":"Surely a bloody","number":"h1818"},{"text":"husband","number":"h2860"},{"text":"and cut off","number":"h3772"},{"text":"took","number":"h3947"},{"text":"and cast","number":"h5060"},{"text":"the foreskin","number":"h6190"},{"text":"Then Zipporah","number":"h6855"},{"text":"a sharp stone","number":"h6864"},{"text":"it at his feet","number":"h7272"}],"19":[{"text":"said","number":"h559"},{"text":"for all the men","number":"h582"},{"text":"which sought","number":"h1245"},{"text":"And the LORD","number":"h3068"},{"text":"Go","number":"h3212"},{"text":"in Midian","number":"h4080"},{"text":"are dead","number":"h4191"},{"text":"into Egypt","number":"h4714"},{"text":"unto Moses","number":"h4872"},{"text":"thy life","number":"h5315"},{"text":"return","number":"h7725"}],"21":[{"text":"said","number":"h559"},{"text":"but I will harden","number":"h2388"},{"text":"in thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"When thou goest","number":"h3212"},{"text":"his heart","number":"h3820"},{"text":"all those wonders","number":"h4159"},{"text":"into Egypt","number":"h4714"},{"text":"unto Moses","number":"h4872"},{"text":"that he shall not let the people","number":"h5971"},{"text":"that thou do","number":"h6213"},{"text":"before","number":"h6440"},{"text":"Pharaoh","number":"h6547"},{"text":"see","number":"h7200"},{"text":"to return","number":"h7725"},{"text":"which I have put","number":"h7760"},{"text":"go","number":"h7971"}],"6":[{"text":"said","number":"h559"},{"text":"And he put","number":"h935"},{"text":"unto him Put","number":"h935"},{"text":"into his bosom","number":"h2436"},{"text":"into thy bosom","number":"h2436"},{"text":"his hand","number":"h3027"},{"text":"it out behold his hand","number":"h3027"},{"text":"now thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"and when he took","number":"h3318"},{"text":"furthermore","number":"h5750"},{"text":"was leprous","number":"h6879"},{"text":"as snow","number":"h7950"}],"26":[{"text":"then she said","number":"h559"},{"text":"A bloody","number":"h1818"},{"text":"husband","number":"h2860"},{"text":"thou art because of the circumcision","number":"h4139"},{"text":"So he let him go","number":"h7503"}],"24":[{"text":"him and sought","number":"h1245"},{"text":"And it came to pass by the way","number":"h1870"},{"text":"that the LORD","number":"h3068"},{"text":"to kill","number":"h4191"},{"text":"in the inn","number":"h4411"},{"text":"met","number":"h6298"}],"15":[{"text":"And thou shalt speak","number":"h1696"},{"text":"words","number":"h1697"},{"text":"and will teach","number":"h3384"},{"text":"you what ye shall do","number":"h6213"},{"text":"and I will be with thy mouth","number":"h6310"},{"text":"and with his mouth","number":"h6310"},{"text":"in his mouth","number":"h6310"},{"text":"unto him and put","number":"h7760"}],"12":[{"text":"thee what thou shalt say","number":"h1696"},{"text":"Now therefore go","number":"h3212"},{"text":"and teach","number":"h3384"},{"text":"and I will be with thy mouth","number":"h6310"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"their father","number":"h1"},{"text":"throughout their generations","number":"h1755"},{"text":"that they may minister unto me in the priest's office","number":"h3547"},{"text":"priesthood","number":"h3550"},{"text":"And thou shalt anoint","number":"h4886"},{"text":"them as thou didst anoint","number":"h4886"},{"text":"for their anointing","number":"h4888"},{"text":"shall surely be an everlasting","number":"h5769"}],"18":[{"text":"his sockets","number":"h134"},{"text":"in the bars","number":"h1280"},{"text":"And Moses","number":"h4872"},{"text":"the tabernacle","number":"h4908"},{"text":"and fastened","number":"h5414"},{"text":"thereof and put","number":"h5414"},{"text":"his pillars","number":"h5982"},{"text":"reared up","number":"h6965"},{"text":"thereof and reared up","number":"h6965"},{"text":"the boards","number":"h7175"},{"text":"and set up","number":"h7760"}],"30":[{"text":"between the tent","number":"h168"},{"text":"the laver","number":"h3595"},{"text":"of the congregation","number":"h4150"},{"text":"and the altar","number":"h4196"},{"text":"water","number":"h4325"},{"text":"and put","number":"h5414"},{"text":"there to wash","number":"h7364"},{"text":"And he set","number":"h7760"}],"7":[{"text":"between the tent","number":"h168"},{"text":"the laver","number":"h3595"},{"text":"of the congregation","number":"h4150"},{"text":"and the altar","number":"h4196"},{"text":"water","number":"h4325"},{"text":"And thou shalt set","number":"h5414"},{"text":"and shalt put","number":"h5414"}],"22":[{"text":"in the tent","number":"h168"},{"text":"without","number":"h2351"},{"text":"upon the side","number":"h3409"},{"text":"of the congregation","number":"h4150"},{"text":"of the tabernacle","number":"h4908"},{"text":"And he put","number":"h5414"},{"text":"the vail","number":"h6532"},{"text":"northward","number":"h6828"},{"text":"the table","number":"h7979"}],"24":[{"text":"in the tent","number":"h168"},{"text":"on the side","number":"h3409"},{"text":"of the congregation","number":"h4150"},{"text":"the candlestick","number":"h4501"},{"text":"of the tabernacle","number":"h4908"},{"text":"southward","number":"h5045"},{"text":"over against","number":"h5227"},{"text":"And he put","number":"h7760"},{"text":"the table","number":"h7979"}],"26":[{"text":"in the tent","number":"h168"},{"text":"the golden","number":"h2091"},{"text":"of the congregation","number":"h4150"},{"text":"altar","number":"h4196"},{"text":"before","number":"h6440"},{"text":"the vail","number":"h6532"},{"text":"And he put","number":"h7760"}],"32":[{"text":"into the tent","number":"h168"},{"text":"When they went","number":"h935"},{"text":"as the LORD","number":"h3068"},{"text":"of the congregation","number":"h4150"},{"text":"unto the altar","number":"h4196"},{"text":"Moses","number":"h4872"},{"text":"commanded","number":"h6680"},{"text":"and when they came near","number":"h7126"},{"text":"they washed","number":"h7364"}],"35":[{"text":"into the tent","number":"h168"},{"text":"to enter","number":"h935"},{"text":"of the LORD","number":"h3068"},{"text":"was not able","number":"h3201"},{"text":"thereon and the glory","number":"h3519"},{"text":"of the congregation","number":"h4150"},{"text":"filled","number":"h4390"},{"text":"And Moses","number":"h4872"},{"text":"the tabernacle","number":"h4908"},{"text":"because the cloud","number":"h6051"},{"text":"abode","number":"h7931"}],"12":[{"text":"of the tabernacle","number":"h168"},{"text":"Aaron","number":"h175"},{"text":"and his sons","number":"h1121"},{"text":"of the congregation","number":"h4150"},{"text":"them with water","number":"h4325"},{"text":"unto the door","number":"h6607"},{"text":"And thou shalt bring","number":"h7126"},{"text":"and wash","number":"h7364"}],"19":[{"text":"of the tent","number":"h168"},{"text":"the tent","number":"h168"},{"text":"upon it as the LORD","number":"h3068"},{"text":"the covering","number":"h4372"},{"text":"above","number":"h4605"},{"text":"Moses","number":"h4872"},{"text":"over the tabernacle","number":"h4908"},{"text":"And he spread abroad","number":"h6566"},{"text":"commanded","number":"h6680"},{"text":"and put","number":"h7760"}],"2":[{"text":"of the tent","number":"h168"},{"text":"of the first","number":"h259"},{"text":"month","number":"h2320"},{"text":"day","number":"h3117"},{"text":"of the congregation","number":"h4150"},{"text":"the tabernacle","number":"h4908"},{"text":"shalt thou set up","number":"h6965"},{"text":"On the first","number":"h7223"}],"29":[{"text":"of the tent","number":"h168"},{"text":"as the LORD","number":"h3068"},{"text":"of the congregation","number":"h4150"},{"text":"the altar","number":"h4196"},{"text":"and the meat offering","number":"h4503"},{"text":"Moses","number":"h4872"},{"text":"of the tabernacle","number":"h4908"},{"text":"and offered","number":"h5927"},{"text":"of burnt offering","number":"h5930"},{"text":"upon it the burnt offering","number":"h5930"},{"text":"by the door","number":"h6607"},{"text":"commanded","number":"h6680"},{"text":"And he put","number":"h7760"}],"6":[{"text":"of the tent","number":"h168"},{"text":"of the congregation","number":"h4150"},{"text":"the altar","number":"h4196"},{"text":"of the tabernacle","number":"h4908"},{"text":"And thou shalt set","number":"h5414"},{"text":"of the burnt offering","number":"h5930"},{"text":"before","number":"h6440"},{"text":"the door","number":"h6607"}],"34":[{"text":"the tent","number":"h168"},{"text":"of the LORD","number":"h3068"},{"text":"and the glory","number":"h3519"},{"text":"covered","number":"h3680"},{"text":"of the congregation","number":"h4150"},{"text":"filled","number":"h4390"},{"text":"the tabernacle","number":"h4908"},{"text":"Then a cloud","number":"h6051"}],"31":[{"text":"and Aaron","number":"h175"},{"text":"and his sons","number":"h1121"},{"text":"their hands","number":"h3027"},{"text":"And Moses","number":"h4872"},{"text":"and their feet","number":"h7272"},{"text":"washed","number":"h7364"}],"13":[{"text":"upon Aaron","number":"h175"},{"text":"garments","number":"h899"},{"text":"him that he may minister unto me in the priest's office","number":"h3547"},{"text":"And thou shalt put","number":"h3847"},{"text":"and anoint","number":"h4886"},{"text":"him and sanctify","number":"h6942"},{"text":"the holy","number":"h6944"}],"17":[{"text":"on the first","number":"h259"},{"text":"day of the month","number":"h2320"},{"text":"month","number":"h2320"},{"text":"that the tabernacle","number":"h4908"},{"text":"was reared up","number":"h6965"},{"text":"And it came to pass in the first","number":"h7223"},{"text":"year","number":"h8141"},{"text":"in the second","number":"h8145"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"20":[{"text":"into the ark","number":"h727"},{"text":"on the ark","number":"h727"},{"text":"upon the ark","number":"h727"},{"text":"the staves","number":"h905"},{"text":"the mercy seat","number":"h3727"},{"text":"And he took","number":"h3947"},{"text":"above","number":"h4605"},{"text":"and put","number":"h5414"},{"text":"and put","number":"h5414"},{"text":"the testimony","number":"h5715"},{"text":"and set","number":"h7760"}],"21":[{"text":"the ark","number":"h727"},{"text":"the ark","number":"h727"},{"text":"And he brought","number":"h935"},{"text":"as the LORD","number":"h3068"},{"text":"of the covering","number":"h4539"},{"text":"Moses","number":"h4872"},{"text":"into the tabernacle","number":"h4908"},{"text":"and covered","number":"h5526"},{"text":"of the testimony","number":"h5715"},{"text":"the vail","number":"h6532"},{"text":"commanded","number":"h6680"},{"text":"and set up","number":"h7760"}],"3":[{"text":"the ark","number":"h727"},{"text":"the ark","number":"h727"},{"text":"and cover","number":"h5526"},{"text":"of the testimony","number":"h5715"},{"text":"with the vail","number":"h6532"},{"text":"And thou shalt put","number":"h7760"},{"text":"therein","number":"h8033"}],"5":[{"text":"the ark","number":"h727"},{"text":"of gold","number":"h2091"},{"text":"the altar","number":"h4196"},{"text":"the hanging","number":"h4539"},{"text":"to the tabernacle","number":"h4908"},{"text":"And thou shalt set","number":"h5414"},{"text":"of the testimony","number":"h5715"},{"text":"before","number":"h6440"},{"text":"of the door","number":"h6607"},{"text":"for the incense","number":"h7004"},{"text":"and put","number":"h7760"}],"38":[{"text":"and fire","number":"h784"},{"text":"of all the house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"by day","number":"h3119"},{"text":"of Israel","number":"h3478"},{"text":"was on it by night","number":"h3915"},{"text":"throughout all their journeys","number":"h4550"},{"text":"was upon the tabernacle","number":"h4908"},{"text":"in the sight","number":"h5869"},{"text":"For the cloud","number":"h6051"}],"4":[{"text":"And thou shalt bring","number":"h935"},{"text":"upon it and thou shalt bring","number":"h935"},{"text":"in the candlestick","number":"h4501"},{"text":"the lamps","number":"h5216"},{"text":"and light","number":"h5927"},{"text":"and set in order","number":"h6186"},{"text":"the things that are to be set in order","number":"h6187"},{"text":"in the table","number":"h7979"}],"14":[{"text":"his sons","number":"h1121"},{"text":"them with coats","number":"h3801"},{"text":"and clothe","number":"h3847"},{"text":"And thou shalt bring","number":"h7126"}],"36":[{"text":"the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"in all their journeys","number":"h4550"},{"text":"over the tabernacle","number":"h4908"},{"text":"went onward","number":"h5265"},{"text":"from","number":"h5921"},{"text":"was taken up","number":"h5927"},{"text":"And when the cloud","number":"h6051"}],"8":[{"text":"at the court","number":"h2691"},{"text":"the court","number":"h2691"},{"text":"the hanging","number":"h4539"},{"text":"and hang up","number":"h5414"},{"text":"round about","number":"h5439"},{"text":"And thou shalt set up","number":"h7760"},{"text":"gate","number":"h8179"}],"33":[{"text":"of the court","number":"h2691"},{"text":"the court","number":"h2691"},{"text":"finished","number":"h3615"},{"text":"and the altar","number":"h4196"},{"text":"the work","number":"h4399"},{"text":"the hanging","number":"h4539"},{"text":"So Moses","number":"h4872"},{"text":"the tabernacle","number":"h4908"},{"text":"and set up","number":"h5414"},{"text":"round about","number":"h5439"},{"text":"And he reared up","number":"h6965"},{"text":"gate","number":"h8179"}],"16":[{"text":"according to all that the LORD","number":"h3068"},{"text":"Moses","number":"h4872"},{"text":"Thus did","number":"h6213"},{"text":"him so did","number":"h6213"},{"text":"commanded","number":"h6680"}],"23":[{"text":"as the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"the bread","number":"h3899"},{"text":"Moses","number":"h4872"},{"text":"in order","number":"h6186"},{"text":"And he set","number":"h6187"},{"text":"upon it before","number":"h6440"},{"text":"had commanded","number":"h6680"}],"25":[{"text":"as the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"Moses","number":"h4872"},{"text":"the lamps","number":"h5216"},{"text":"And he lighted","number":"h5927"},{"text":"before","number":"h6440"},{"text":"commanded","number":"h6680"}],"27":[{"text":"thereon as the LORD","number":"h3068"},{"text":"Moses","number":"h4872"},{"text":"sweet","number":"h5561"},{"text":"commanded","number":"h6680"},{"text":"And he burnt","number":"h6999"},{"text":"incense","number":"h7004"}],"37":[{"text":"not till the day","number":"h3117"},{"text":"then they journeyed","number":"h5265"},{"text":"that it was taken up","number":"h5927"},{"text":"were not taken up","number":"h5927"},{"text":"But if the cloud","number":"h6051"}],"11":[{"text":"the laver","number":"h3595"},{"text":"and his foot","number":"h3653"},{"text":"And thou shalt anoint","number":"h4886"},{"text":"and sanctify","number":"h6942"}],"10":[{"text":"and all his vessels","number":"h3627"},{"text":"and it shall be an altar","number":"h4196"},{"text":"the altar","number":"h4196"},{"text":"the altar","number":"h4196"},{"text":"And thou shalt anoint","number":"h4886"},{"text":"of the burnt offering","number":"h5930"},{"text":"and sanctify","number":"h6942"},{"text":"holy","number":"h6944"},{"text":"most","number":"h6944"}],"9":[{"text":"it and all the vessels","number":"h3627"},{"text":"And thou shalt take","number":"h3947"},{"text":"and anoint","number":"h4886"},{"text":"the anointing","number":"h4888"},{"text":"the tabernacle","number":"h4908"},{"text":"and all that is therein and shalt hallow","number":"h6942"},{"text":"thereof and it shall be holy","number":"h6944"},{"text":"oil","number":"h8081"}],"28":[{"text":"the hanging","number":"h4539"},{"text":"of the tabernacle","number":"h4908"},{"text":"at the door","number":"h6607"},{"text":"And he set up","number":"h7760"}]}
@@ -0,0 +1 @@
1
+ {"22":[{"text":"Lord","number":"h136"},{"text":"and said","number":"h559"},{"text":"unto the LORD","number":"h3068"},{"text":"And Moses","number":"h4872"},{"text":"this people","number":"h5971"},{"text":"wherefore hast thou so evil entreated","number":"h7489"},{"text":"returned","number":"h7725"},{"text":"why is it that thou hast sent","number":"h7971"}],"1":[{"text":"and Aaron","number":"h175"},{"text":"And afterward","number":"h310"},{"text":"God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"and told","number":"h559"},{"text":"went in","number":"h935"},{"text":"that they may hold a feast","number":"h2287"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"unto me in the wilderness","number":"h4057"},{"text":"Moses","number":"h4872"},{"text":"Let my people","number":"h5971"},{"text":"Pharaoh","number":"h6547"},{"text":"go","number":"h7971"}],"20":[{"text":"and Aaron","number":"h175"},{"text":"as they came forth","number":"h3318"},{"text":"Moses","number":"h4872"},{"text":"who stood","number":"h5324"},{"text":"And they met","number":"h6293"},{"text":"from Pharaoh","number":"h6547"},{"text":"in the way","number":"h7125"}],"4":[{"text":"and Aaron","number":"h175"},{"text":"said","number":"h559"},{"text":"get","number":"h3212"},{"text":"And the king","number":"h4428"},{"text":"from their works","number":"h4639"},{"text":"of Egypt","number":"h4714"},{"text":"unto them Wherefore do ye Moses","number":"h4872"},{"text":"you unto your burdens","number":"h5450"},{"text":"the people","number":"h5971"},{"text":"let","number":"h6544"}],"13":[{"text":"hasted","number":"h213"},{"text":"them saying","number":"h559"},{"text":"tasks","number":"h1697"},{"text":"as when there was","number":"h1961"},{"text":"your daily","number":"h3117"},{"text":"Fulfil","number":"h3615"},{"text":"your works","number":"h4639"},{"text":"And the taskmasters","number":"h5065"},{"text":"straw","number":"h8401"}],"3":[{"text":"The God","number":"h430"},{"text":"our God","number":"h430"},{"text":"And they said","number":"h559"},{"text":"upon us with pestilence","number":"h1698"},{"text":"journey","number":"h1870"},{"text":"and sacrifice","number":"h2076"},{"text":"or with the sword","number":"h2719"},{"text":"unto the LORD","number":"h3068"},{"text":"days","number":"h3117"},{"text":"with us let us go","number":"h3212"},{"text":"into the desert","number":"h4057"},{"text":"of the Hebrews","number":"h5680"},{"text":"lest he fall","number":"h6293"},{"text":"hath met","number":"h7122"},{"text":"we pray thee three","number":"h7969"}],"8":[{"text":"to our God","number":"h430"},{"text":"saying","number":"h559"},{"text":"upon them ye shall not diminish","number":"h1639"},{"text":"and sacrifice","number":"h2076"},{"text":"Let us go","number":"h3212"},{"text":"of the bricks","number":"h3843"},{"text":"And the tale","number":"h4971"},{"text":"which they did make","number":"h6213"},{"text":"therefore they cry","number":"h6817"},{"text":"ought thereof for they be idle","number":"h7503"},{"text":"ye shall lay","number":"h7760"},{"text":"heretofore","number":"h8032"}],"21":[{"text":"And they said","number":"h559"},{"text":"to be abhorred","number":"h887"},{"text":"to slay","number":"h2026"},{"text":"a sword","number":"h2719"},{"text":"in their hand","number":"h3027"},{"text":"unto them The LORD","number":"h3068"},{"text":"to put","number":"h5414"},{"text":"of his servants","number":"h5650"},{"text":"and in the eyes","number":"h5869"},{"text":"in the eyes","number":"h5869"},{"text":"of Pharaoh","number":"h6547"},{"text":"look","number":"h7200"},{"text":"because ye have made our savour","number":"h7381"},{"text":"upon you and judge","number":"h8199"}],"17":[{"text":"But he said","number":"h559"},{"text":"therefore ye say","number":"h559"},{"text":"and do sacrifice","number":"h2076"},{"text":"to the LORD","number":"h3068"},{"text":"Let us go","number":"h3212"},{"text":"Ye are idle","number":"h7503"},{"text":"ye are idle","number":"h7503"}],"10":[{"text":"Thus saith","number":"h559"},{"text":"and they spake","number":"h559"},{"text":"saying","number":"h559"},{"text":"went out","number":"h3318"},{"text":"And the taskmasters","number":"h5065"},{"text":"I will not give","number":"h5414"},{"text":"of the people","number":"h5971"},{"text":"to the people","number":"h5971"},{"text":"Pharaoh","number":"h6547"},{"text":"and their officers","number":"h7860"},{"text":"you straw","number":"h8401"}],"14":[{"text":"and demanded","number":"h559"},{"text":"of the children","number":"h1121"},{"text":"your task","number":"h2706"},{"text":"and to day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"Wherefore have ye not fulfilled","number":"h3615"},{"text":"in making brick","number":"h3835"},{"text":"taskmasters","number":"h5065"},{"text":"over them were beaten","number":"h5221"},{"text":"which Pharaoh's","number":"h6547"},{"text":"had set","number":"h7760"},{"text":"And the officers","number":"h7860"},{"text":"as heretofore","number":"h8032"},{"text":"both yesterday","number":"h8543"}],"16":[{"text":"and they say","number":"h559"},{"text":"but the fault","number":"h2398"},{"text":"brick","number":"h3843"},{"text":"are beaten","number":"h5221"},{"text":"given","number":"h5414"},{"text":"and behold thy servants","number":"h5650"},{"text":"unto thy servants","number":"h5650"},{"text":"is in thine own people","number":"h5971"},{"text":"to us Make","number":"h6213"},{"text":"There is no straw","number":"h8401"}],"19":[{"text":"case after it was said","number":"h559"},{"text":"of the children","number":"h1121"},{"text":"Ye shall not minish","number":"h1639"},{"text":"task","number":"h1697"},{"text":"of your daily","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"ought from your bricks","number":"h3843"},{"text":"did see","number":"h7200"},{"text":"that they were in evil","number":"h7451"},{"text":"And the officers","number":"h7860"}],"2":[{"text":"said","number":"h559"},{"text":"I know","number":"h3045"},{"text":"Who is the LORD","number":"h3068"},{"text":"not the LORD","number":"h3068"},{"text":"neither will I let Israel","number":"h3478"},{"text":"to let Israel","number":"h3478"},{"text":"And Pharaoh","number":"h6547"},{"text":"his voice","number":"h6963"},{"text":"go","number":"h7971"},{"text":"go","number":"h7971"},{"text":"that I should obey","number":"h8085"}],"5":[{"text":"said","number":"h559"},{"text":"of the land","number":"h776"},{"text":"from their burdens","number":"h5450"},{"text":"Behold the people","number":"h5971"},{"text":"And Pharaoh","number":"h6547"},{"text":"now are many","number":"h7227"},{"text":"and ye make them rest","number":"h7673"}],"15":[{"text":"saying","number":"h559"},{"text":"came","number":"h935"},{"text":"of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"thou thus with thy servants","number":"h5650"},{"text":"Wherefore dealest","number":"h6213"},{"text":"unto Pharaoh","number":"h6547"},{"text":"and cried","number":"h6817"},{"text":"Then the officers","number":"h7860"}],"6":[{"text":"saying","number":"h559"},{"text":"the same day","number":"h3117"},{"text":"the taskmasters","number":"h5065"},{"text":"of the people","number":"h5971"},{"text":"And Pharaoh","number":"h6547"},{"text":"commanded","number":"h6680"},{"text":"and their officers","number":"h7860"}],"9":[{"text":"upon the men","number":"h582"},{"text":"words","number":"h1697"},{"text":"be laid","number":"h3513"},{"text":"Let there more work","number":"h5656"},{"text":"that they may labour","number":"h6213"},{"text":"therein and let them not regard","number":"h8159"},{"text":"vain","number":"h8267"}],"12":[{"text":"throughout all the land","number":"h776"},{"text":"of Egypt","number":"h4714"},{"text":"So the people","number":"h5971"},{"text":"were scattered abroad","number":"h6327"},{"text":"stubble","number":"h7179"},{"text":"to gather","number":"h7197"},{"text":"instead of straw","number":"h8401"}],"11":[{"text":"where","number":"h834"},{"text":"shall be diminished","number":"h1639"},{"text":"not ought","number":"h1697"},{"text":"Go","number":"h3212"},{"text":"it yet","number":"h3588"},{"text":"ye get","number":"h3947"},{"text":"ye can find","number":"h4672"},{"text":"of your work","number":"h5656"},{"text":"you straw","number":"h8401"}],"23":[{"text":"For since I came","number":"h935"},{"text":"to speak","number":"h1696"},{"text":"at all","number":"h5337"},{"text":"neither hast thou delivered","number":"h5337"},{"text":"thy people","number":"h5971"},{"text":"to this people","number":"h5971"},{"text":"to Pharaoh","number":"h6547"},{"text":"he hath done evil","number":"h7489"},{"text":"in thy name","number":"h8034"}],"18":[{"text":"Go","number":"h3212"},{"text":"of bricks","number":"h3843"},{"text":"be given","number":"h5414"},{"text":"you yet shall ye deliver","number":"h5414"},{"text":"therefore now and work","number":"h5647"},{"text":"for there shall no straw","number":"h8401"},{"text":"the tale","number":"h8506"}],"7":[{"text":"let them go","number":"h3212"},{"text":"Ye shall no more","number":"h3254"},{"text":"to make","number":"h3835"},{"text":"brick","number":"h3843"},{"text":"give","number":"h5414"},{"text":"the people","number":"h5971"},{"text":"and gather","number":"h7197"},{"text":"as heretofore","number":"h8032"},{"text":"straw","number":"h8401"},{"text":"straw","number":"h8401"}]}
@@ -0,0 +1 @@
1
+ {"25":[{"text":"of the fathers","number":"h1"},{"text":"Aaron's","number":"h175"},{"text":"And Eleazar","number":"h499"},{"text":"to wife","number":"h802"},{"text":"son","number":"h1121"},{"text":"him one of the daughters","number":"h1323"},{"text":"and she bare","number":"h3205"},{"text":"of the Levites","number":"h3881"},{"text":"took","number":"h3947"},{"text":"according to their families","number":"h4940"},{"text":"of Putiel","number":"h6317"},{"text":"him Phinehas","number":"h6372"},{"text":"these are the heads","number":"h7218"}],"14":[{"text":"of their fathers","number":"h1"},{"text":"houses","number":"h1004"},{"text":"the firstborn","number":"h1060"},{"text":"The sons","number":"h1121"},{"text":"Hanoch","number":"h2585"},{"text":"Hezron","number":"h2696"},{"text":"of Israel","number":"h3478"},{"text":"and Carmi","number":"h3756"},{"text":"these be the families","number":"h4940"},{"text":"and Pallu","number":"h6396"},{"text":"of Reuben","number":"h7205"},{"text":"of Reuben","number":"h7205"},{"text":"These be the heads","number":"h7218"}],"24":[{"text":"and Abiasaph","number":"h23"},{"text":"and Elkanah","number":"h511"},{"text":"Assir","number":"h617"},{"text":"And the sons","number":"h1121"},{"text":"these are the families","number":"h4940"},{"text":"of Korah","number":"h7141"},{"text":"of the Korhites","number":"h7145"}],"23":[{"text":"and Abihu","number":"h30"},{"text":"And Aaron","number":"h175"},{"text":"sister","number":"h269"},{"text":"and Ithamar","number":"h385"},{"text":"him Elisheba","number":"h472"},{"text":"Eleazar","number":"h499"},{"text":"to wife","number":"h802"},{"text":"daughter","number":"h1323"},{"text":"and she bare","number":"h3205"},{"text":"took","number":"h3947"},{"text":"him Nadab","number":"h5070"},{"text":"of Naashon","number":"h5177"},{"text":"of Amminadab","number":"h5992"}],"8":[{"text":"it to Abraham","number":"h85"},{"text":"you in unto the land","number":"h776"},{"text":"And I will bring","number":"h935"},{"text":"I am the LORD","number":"h3068"},{"text":"and to Jacob","number":"h3290"},{"text":"to Isaac","number":"h3327"},{"text":"it you for an heritage","number":"h4181"},{"text":"concerning the which I did swear","number":"h5375"},{"text":"and I will give","number":"h5414"},{"text":"to give","number":"h5414"}],"3":[{"text":"unto Abraham","number":"h85"},{"text":"by the name of God","number":"h410"},{"text":"was I not known","number":"h3045"},{"text":"JEHOVAH","number":"h3068"},{"text":"and unto Jacob","number":"h3290"},{"text":"unto Isaac","number":"h3327"},{"text":"And I appeared","number":"h7200"},{"text":"Almighty","number":"h7706"},{"text":"but by my name","number":"h8034"}],"15":[{"text":"and Ohad","number":"h161"},{"text":"And the sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"and Jachin","number":"h3199"},{"text":"Jemuel","number":"h3223"},{"text":"and Jamin","number":"h3226"},{"text":"of a Canaanitish woman","number":"h3669"},{"text":"these are the families","number":"h4940"},{"text":"and Zohar","number":"h6714"},{"text":"and Shaul","number":"h7586"},{"text":"of Simeon","number":"h8095"},{"text":"of Simeon","number":"h8095"}],"27":[{"text":"and Aaron","number":"h175"},{"text":"the children","number":"h1121"},{"text":"are they which spake","number":"h1696"},{"text":"These","number":"h1992"},{"text":"to bring out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"from Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"these are that Moses","number":"h4872"},{"text":"to Pharaoh","number":"h6547"}],"13":[{"text":"and unto Aaron","number":"h175"},{"text":"out of the land","number":"h776"},{"text":"the children","number":"h1121"},{"text":"unto the children","number":"h1121"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"to bring","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"unto Moses","number":"h4872"},{"text":"and unto Pharaoh","number":"h6547"},{"text":"and gave them a charge","number":"h6680"}],"26":[{"text":"are that Aaron","number":"h175"},{"text":"said","number":"h559"},{"text":"from the land","number":"h776"},{"text":"to whom","number":"h834"},{"text":"the children","number":"h1121"},{"text":"These","number":"h1931"},{"text":"the LORD","number":"h3068"},{"text":"Bring out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"of Egypt","number":"h4714"},{"text":"and Moses","number":"h4872"},{"text":"according to their armies","number":"h6635"}],"20":[{"text":"him Aaron","number":"h175"},{"text":"to wife","number":"h802"},{"text":"his father's sister","number":"h1733"},{"text":"of the life","number":"h2416"},{"text":"him Jochebed","number":"h3115"},{"text":"and she bare","number":"h3205"},{"text":"took","number":"h3947"},{"text":"were an hundred","number":"h3967"},{"text":"and Moses","number":"h4872"},{"text":"And Amram","number":"h6019"},{"text":"of Amram","number":"h6019"},{"text":"and seven","number":"h7651"},{"text":"and thirty","number":"h7970"},{"text":"and the years","number":"h8141"},{"text":"years","number":"h8141"}],"2":[{"text":"And God","number":"h430"},{"text":"and said","number":"h559"},{"text":"spake","number":"h1696"},{"text":"unto him I am the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"7":[{"text":"and I will be to you a God","number":"h430"},{"text":"your God","number":"h430"},{"text":"and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"which bringeth","number":"h3318"},{"text":"And I will take","number":"h3947"},{"text":"of the Egyptians","number":"h4714"},{"text":"you out from under the burdens","number":"h5450"},{"text":"you to me for a people","number":"h5971"}],"22":[{"text":"and Elzaphan","number":"h469"},{"text":"And the sons","number":"h1121"},{"text":"Mishael","number":"h4332"},{"text":"and Zithri","number":"h5644"},{"text":"of Uzziel","number":"h5816"}],"1":[{"text":"said","number":"h559"},{"text":"of his land","number":"h776"},{"text":"shall he drive them out","number":"h1644"},{"text":"and with a strong","number":"h2389"},{"text":"for with a strong","number":"h2389"},{"text":"hand","number":"h3027"},{"text":"hand","number":"h3027"},{"text":"Then the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"},{"text":"what I will do","number":"h6213"},{"text":"to Pharaoh","number":"h6547"},{"text":"Now shalt thou see","number":"h7200"},{"text":"shall he let them go","number":"h7971"}],"30":[{"text":"said","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"And Moses","number":"h4872"},{"text":"Behold I am of uncircumcised","number":"h6189"},{"text":"before","number":"h6440"},{"text":"and how shall Pharaoh","number":"h6547"},{"text":"hearken","number":"h8085"},{"text":"lips","number":"h8193"}],"6":[{"text":"say","number":"h559"},{"text":"unto the children","number":"h1121"},{"text":"and I will redeem","number":"h1350"},{"text":"and with great","number":"h1419"},{"text":"out arm","number":"h2220"},{"text":"I am the LORD","number":"h3068"},{"text":"and I will bring","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"Wherefore","number":"h3651"},{"text":"of the Egyptians","number":"h4714"},{"text":"you with a stretched","number":"h5186"},{"text":"and I will rid","number":"h5337"},{"text":"you out from under the burdens","number":"h5450"},{"text":"you out of their bondage","number":"h5656"},{"text":"judgments","number":"h8201"}],"10":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"12":[{"text":"saying","number":"h559"},{"text":"me","number":"h589"},{"text":"Behold the children","number":"h1121"},{"text":"spake","number":"h1696"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"And Moses","number":"h4872"},{"text":"who am of uncircumcised","number":"h6189"},{"text":"before","number":"h6440"},{"text":"unto me how then shall Pharaoh","number":"h6547"},{"text":"have not hearkened","number":"h8085"},{"text":"hear","number":"h8085"},{"text":"lips","number":"h8193"}],"29":[{"text":"saying","number":"h559"},{"text":"all that I say","number":"h1696"},{"text":"spake","number":"h1696"},{"text":"speak","number":"h1696"},{"text":"I am the LORD","number":"h3068"},{"text":"That the LORD","number":"h3068"},{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"unto Moses","number":"h4872"},{"text":"thou unto Pharaoh","number":"h6547"}],"28":[{"text":"in the land","number":"h776"},{"text":"spake","number":"h1696"},{"text":"when the LORD","number":"h3068"},{"text":"And it came to pass on the day","number":"h3117"},{"text":"of Egypt","number":"h4714"},{"text":"unto Moses","number":"h4872"}],"11":[{"text":"of his land","number":"h776"},{"text":"Go","number":"h935"},{"text":"that he let the children","number":"h1121"},{"text":"in speak","number":"h1696"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"unto Pharaoh","number":"h6547"},{"text":"go out","number":"h7971"}],"4":[{"text":"the land","number":"h776"},{"text":"them the land","number":"h776"},{"text":"my covenant","number":"h1285"},{"text":"wherein they were strangers","number":"h1481"},{"text":"of Canaan","number":"h3667"},{"text":"of their pilgrimage","number":"h4033"},{"text":"with them to give","number":"h5414"},{"text":"And I have also established","number":"h6965"}],"5":[{"text":"whom","number":"h834"},{"text":"of the children","number":"h1121"},{"text":"my covenant","number":"h1285"},{"text":"and I have remembered","number":"h2142"},{"text":"of Israel","number":"h3478"},{"text":"the Egyptians","number":"h4714"},{"text":"the groaning","number":"h5009"},{"text":"keep in bondage","number":"h5647"},{"text":"And I have also heard","number":"h8085"}],"18":[{"text":"And the sons","number":"h1121"},{"text":"and Hebron","number":"h2275"},{"text":"of the life","number":"h2416"},{"text":"and Izhar","number":"h3324"},{"text":"were an hundred","number":"h3967"},{"text":"and Uzziel","number":"h5816"},{"text":"Amram","number":"h6019"},{"text":"of Kohath","number":"h6955"},{"text":"of Kohath","number":"h6955"},{"text":"and three","number":"h7969"},{"text":"thirty","number":"h7970"},{"text":"and the years","number":"h8141"},{"text":"years","number":"h8141"}],"19":[{"text":"And the sons","number":"h1121"},{"text":"of Levi","number":"h3878"},{"text":"and Mushi","number":"h4187"},{"text":"Mahali","number":"h4249"},{"text":"of Merari","number":"h4847"},{"text":"these are the families","number":"h4940"},{"text":"according to their generations","number":"h8435"}],"21":[{"text":"And the sons","number":"h1121"},{"text":"and Zichri","number":"h2147"},{"text":"of Izhar","number":"h3324"},{"text":"and Nepheg","number":"h5298"},{"text":"Korah","number":"h7141"}],"17":[{"text":"The sons","number":"h1121"},{"text":"of Gershon","number":"h1648"},{"text":"Libni","number":"h3845"},{"text":"according to their families","number":"h4940"},{"text":"and Shimi","number":"h8096"}],"16":[{"text":"of the sons","number":"h1121"},{"text":"Gershon","number":"h1648"},{"text":"of the life","number":"h2416"},{"text":"of Levi","number":"h3878"},{"text":"of Levi","number":"h3878"},{"text":"were an hundred","number":"h3967"},{"text":"and Merari","number":"h4847"},{"text":"and Kohath","number":"h6955"},{"text":"and seven","number":"h7651"},{"text":"thirty","number":"h7970"},{"text":"And these are the names","number":"h8034"},{"text":"and the years","number":"h8141"},{"text":"years","number":"h8141"},{"text":"according to their generations","number":"h8435"}],"9":[{"text":"so unto the children","number":"h1121"},{"text":"spake","number":"h1696"},{"text":"of Israel","number":"h3478"},{"text":"And Moses","number":"h4872"},{"text":"not unto Moses","number":"h4872"},{"text":"bondage","number":"h5656"},{"text":"for anguish","number":"h7115"},{"text":"and for cruel","number":"h7186"},{"text":"of spirit","number":"h7307"},{"text":"but they hearkened","number":"h8085"}]}