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
+ {"16":[{"text":"them upon the stools","number":"h70"},{"text":"And he said","number":"h559"},{"text":"if it be a son","number":"h1121"},{"text":"him but if it be a daughter","number":"h1323"},{"text":"then she shall live","number":"h2425"},{"text":"When ye do the office of a midwife","number":"h3205"},{"text":"then ye shall kill","number":"h4191"},{"text":"to the Hebrew women","number":"h5680"},{"text":"and see","number":"h7200"}],"6":[{"text":"and all his brethren","number":"h251"},{"text":"and all that generation","number":"h1755"},{"text":"And Joseph","number":"h3130"},{"text":"died","number":"h4191"}],"15":[{"text":"of the one","number":"h259"},{"text":"spake","number":"h559"},{"text":"midwives","number":"h3205"},{"text":"And the king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"to the Hebrew","number":"h5680"},{"text":"Puah","number":"h6326"},{"text":"and the name","number":"h8034"},{"text":"of which the name","number":"h8034"},{"text":"of the other","number":"h8145"},{"text":"was Shiphrah","number":"h8236"}],"1":[{"text":"every man","number":"h376"},{"text":"came","number":"h935"},{"text":"which came","number":"h935"},{"text":"and his household","number":"h1004"},{"text":"of the children","number":"h1121"},{"text":"with Jacob","number":"h3290"},{"text":"of Israel","number":"h3478"},{"text":"into Egypt","number":"h4714"},{"text":"Now these are the names","number":"h8034"}],"17":[{"text":"God","number":"h430"},{"text":"commanded","number":"h1696"},{"text":"alive","number":"h2421"},{"text":"them but saved","number":"h2421"},{"text":"But the midwives","number":"h3205"},{"text":"the men children","number":"h3206"},{"text":"feared","number":"h3372"},{"text":"not as the king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"and did","number":"h6213"}],"21":[{"text":"God","number":"h430"},{"text":"them houses","number":"h1004"},{"text":"And it came to pass because the midwives","number":"h3205"},{"text":"feared","number":"h3372"},{"text":"that he made","number":"h6213"}],"20":[{"text":"Therefore God","number":"h430"},{"text":"dealt well","number":"h3190"},{"text":"with the midwives","number":"h3205"},{"text":"and waxed very","number":"h3966"},{"text":"and the people","number":"h5971"},{"text":"mighty","number":"h6105"},{"text":"multiplied","number":"h7235"}],"9":[{"text":"And he said","number":"h559"},{"text":"of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"Behold the people","number":"h5971"},{"text":"unto his people","number":"h5971"},{"text":"and mightier","number":"h6099"},{"text":"are more","number":"h7227"}],"18":[{"text":"and said","number":"h559"},{"text":"this thing","number":"h1697"},{"text":"alive","number":"h2421"},{"text":"and have saved","number":"h2421"},{"text":"for the midwives","number":"h3205"},{"text":"the men children","number":"h3206"},{"text":"unto them Why","number":"h4069"},{"text":"And the king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"have ye done","number":"h6213"},{"text":"called","number":"h7121"}],"19":[{"text":"said","number":"h559"},{"text":"women","number":"h802"},{"text":"come in","number":"h935"},{"text":"for they are lively","number":"h2422"},{"text":"ere","number":"h2962"},{"text":"And the midwives","number":"h3205"},{"text":"and are delivered","number":"h3205"},{"text":"the midwives","number":"h3205"},{"text":"are not as the Egyptian women","number":"h4713"},{"text":"Because the Hebrew","number":"h5680"},{"text":"unto Pharaoh","number":"h6547"}],"22":[{"text":"saying","number":"h559"},{"text":"Every son","number":"h1121"},{"text":"and every daughter","number":"h1323"},{"text":"ye shall save alive","number":"h2421"},{"text":"into the river","number":"h2975"},{"text":"that is born","number":"h3209"},{"text":"all his people","number":"h5971"},{"text":"And Pharaoh","number":"h6547"},{"text":"charged","number":"h6680"},{"text":"ye shall cast","number":"h7993"}],"7":[{"text":"and the land","number":"h776"},{"text":"And the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"and waxed exceeding","number":"h3966"},{"text":"was filled","number":"h4390"},{"text":"mighty","number":"h6105"},{"text":"were fruitful","number":"h6509"},{"text":"and multiplied","number":"h7235"},{"text":"and increased abundantly","number":"h8317"}],"10":[{"text":"out of the land","number":"h776"},{"text":"they","number":"h1931"},{"text":"let us deal wisely","number":"h2449"},{"text":"Come on","number":"h3051"},{"text":"join","number":"h3254"},{"text":"and fight","number":"h3898"},{"text":"any war","number":"h4421"},{"text":"against us and so get them up","number":"h5927"},{"text":"and it come to pass that when there falleth out","number":"h7122"},{"text":"with them lest they multiply","number":"h7235"},{"text":"also unto our enemies","number":"h8130"}],"4":[{"text":"and Asher","number":"h836"},{"text":"Gad","number":"h1410"},{"text":"Dan","number":"h1835"},{"text":"and Naphtali","number":"h5321"}],"12":[{"text":"of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"them the more","number":"h3651"},{"text":"But the more they afflicted","number":"h6031"},{"text":"because","number":"h6440"},{"text":"and grew","number":"h6555"},{"text":"And they were grieved","number":"h6973"},{"text":"they multiplied","number":"h7235"}],"13":[{"text":"the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"And the Egyptians","number":"h4714"},{"text":"made","number":"h5647"},{"text":"to serve","number":"h5647"},{"text":"with rigour","number":"h6531"}],"11":[{"text":"And they built","number":"h1129"},{"text":"over them taskmasters","number":"h4522"},{"text":"treasure","number":"h4543"},{"text":"them with their burdens","number":"h5450"},{"text":"cities","number":"h5892"},{"text":"to afflict","number":"h6031"},{"text":"for Pharaoh","number":"h6547"},{"text":"Pithom","number":"h6619"},{"text":"and Raamses","number":"h7486"},{"text":"Therefore they did set","number":"h7760"}],"3":[{"text":"and Benjamin","number":"h1144"},{"text":"Zebulun","number":"h2074"},{"text":"Issachar","number":"h3485"}],"8":[{"text":"a new","number":"h2319"},{"text":"which knew","number":"h3045"},{"text":"not Joseph","number":"h3130"},{"text":"king","number":"h4428"},{"text":"over Egypt","number":"h4714"},{"text":"Now there arose up","number":"h6965"}],"14":[{"text":"their lives","number":"h2416"},{"text":"in morter","number":"h2563"},{"text":"and in brick","number":"h3843"},{"text":"And they made","number":"h4843"},{"text":"bitter","number":"h4843"},{"text":"wherein they made them serve","number":"h5647"},{"text":"all their service","number":"h5656"},{"text":"and in all manner of service","number":"h5656"},{"text":"bondage","number":"h5656"},{"text":"was with rigour","number":"h6531"},{"text":"with hard","number":"h7186"},{"text":"in the field","number":"h7704"}],"2":[{"text":"and Judah","number":"h3063"},{"text":"Levi","number":"h3878"},{"text":"Reuben","number":"h7205"},{"text":"Simeon","number":"h8095"}],"5":[{"text":"for Joseph","number":"h3130"},{"text":"of Jacob","number":"h3290"},{"text":"that came out","number":"h3318"},{"text":"of the loins","number":"h3409"},{"text":"was in Egypt","number":"h4714"},{"text":"And all the souls","number":"h5315"},{"text":"souls","number":"h5315"},{"text":"were seventy","number":"h7657"}]}
@@ -0,0 +1 @@
1
+ {"6":[{"text":"fathers","number":"h1"},{"text":"nor thy fathers","number":"h1"},{"text":"which neither thy fathers","number":"h1"},{"text":"that they were upon the earth","number":"h127"},{"text":"and the houses","number":"h1004"},{"text":"and the houses","number":"h1004"},{"text":"thy houses","number":"h1004"},{"text":"since the day","number":"h3117"},{"text":"unto this day","number":"h3117"},{"text":"himself and went out","number":"h3318"},{"text":"And they shall fill","number":"h4390"},{"text":"of all the Egyptians","number":"h4714"},{"text":"of all thy servants","number":"h5650"},{"text":"And he turned","number":"h6437"},{"text":"from Pharaoh","number":"h6547"},{"text":"have seen","number":"h7200"}],"7":[{"text":"is destroyed","number":"h6"},{"text":"their God","number":"h430"},{"text":"said","number":"h559"},{"text":"unto us let the men","number":"h582"},{"text":"thou not yet","number":"h2962"},{"text":"knowest","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"unto him How long shall this man be a snare","number":"h4170"},{"text":"that Egypt","number":"h4714"},{"text":"that they may serve","number":"h5647"},{"text":"servants","number":"h5650"},{"text":"And Pharaoh's","number":"h6547"},{"text":"go","number":"h7971"}],"27":[{"text":"and he would","number":"h14"},{"text":"hardened","number":"h2388"},{"text":"But the LORD","number":"h3068"},{"text":"heart","number":"h3820"},{"text":"Pharaoh's","number":"h6547"},{"text":"not let them go","number":"h7971"}],"16":[{"text":"and Aaron","number":"h175"},{"text":"your God","number":"h430"},{"text":"and he said","number":"h559"},{"text":"I have sinned","number":"h2398"},{"text":"against the LORD","number":"h3068"},{"text":"in haste","number":"h4116"},{"text":"for Moses","number":"h4872"},{"text":"Then Pharaoh","number":"h6547"},{"text":"called","number":"h7121"}],"3":[{"text":"and Aaron","number":"h175"},{"text":"God","number":"h430"},{"text":"and said","number":"h559"},{"text":"unto him Thus saith","number":"h559"},{"text":"came in","number":"h935"},{"text":"the LORD","number":"h3068"},{"text":"wilt thou refuse","number":"h3985"},{"text":"And Moses","number":"h4872"},{"text":"How long","number":"h4970"},{"text":"that they may serve","number":"h5647"},{"text":"of the Hebrews","number":"h5680"},{"text":"me let my people","number":"h5971"},{"text":"to humble","number":"h6031"},{"text":"thyself before","number":"h6440"},{"text":"unto Pharaoh","number":"h6547"},{"text":"go","number":"h7971"}],"8":[{"text":"and Aaron","number":"h175"},{"text":"your God","number":"h430"},{"text":"and he said","number":"h559"},{"text":"but who are they that shall go","number":"h1980"},{"text":"the LORD","number":"h3068"},{"text":"unto them Go","number":"h3212"},{"text":"And Moses","number":"h4872"},{"text":"serve","number":"h5647"},{"text":"unto Pharaoh","number":"h6547"},{"text":"were brought again","number":"h7725"}],"23":[{"text":"had light","number":"h216"},{"text":"another","number":"h251"},{"text":"any","number":"h376"},{"text":"not one","number":"h376"},{"text":"but all the children","number":"h1121"},{"text":"days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"in their dwellings","number":"h4186"},{"text":"neither rose","number":"h6965"},{"text":"They saw","number":"h7200"},{"text":"from his place for three","number":"h7969"}],"2":[{"text":"and my signs","number":"h226"},{"text":"in the ears","number":"h241"},{"text":"and of thy son's","number":"h1121"},{"text":"of thy son","number":"h1121"},{"text":"son","number":"h1121"},{"text":"among them that ye may know","number":"h3045"},{"text":"how that I am the LORD","number":"h3068"},{"text":"in Egypt","number":"h4714"},{"text":"And that thou mayest tell","number":"h5608"},{"text":"what things I have wrought","number":"h5953"},{"text":"which I have done","number":"h7760"}],"1":[{"text":"these my signs","number":"h226"},{"text":"said","number":"h559"},{"text":"Go","number":"h935"},{"text":"And the LORD","number":"h3068"},{"text":"for I have hardened","number":"h3513"},{"text":"and the heart","number":"h3820"},{"text":"his heart","number":"h3820"},{"text":"unto Moses","number":"h4872"},{"text":"of his servants","number":"h5650"},{"text":"in unto Pharaoh","number":"h6547"},{"text":"before","number":"h7130"},{"text":"that I might shew","number":"h7896"}],"19":[{"text":"not one","number":"h259"},{"text":"locust","number":"h697"},{"text":"the locusts","number":"h697"},{"text":"in all the coasts","number":"h1366"},{"text":"turned","number":"h2015"},{"text":"strong","number":"h2389"},{"text":"And the LORD","number":"h3068"},{"text":"sea","number":"h3220"},{"text":"west","number":"h3220"},{"text":"a mighty","number":"h3966"},{"text":"of Egypt","number":"h4714"},{"text":"which took away","number":"h5375"},{"text":"them into the Red","number":"h5488"},{"text":"wind","number":"h7307"},{"text":"there remained","number":"h7604"},{"text":"and cast","number":"h8628"}],"14":[{"text":"as they neither after","number":"h310"},{"text":"And the locusts","number":"h697"},{"text":"locusts","number":"h697"},{"text":"over all the land","number":"h776"},{"text":"in all the coasts","number":"h1366"},{"text":"grievous","number":"h3515"},{"text":"them there were no such","number":"h3651"},{"text":"very","number":"h3966"},{"text":"of Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"and rested","number":"h5117"},{"text":"went up","number":"h5927"},{"text":"were they before","number":"h6440"}],"12":[{"text":"and eat","number":"h398"},{"text":"said","number":"h559"},{"text":"for the locusts","number":"h697"},{"text":"of the land","number":"h776"},{"text":"over the land","number":"h776"},{"text":"upon the land","number":"h776"},{"text":"even all that the hail","number":"h1259"},{"text":"thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"of Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"unto Moses","number":"h4872"},{"text":"Stretch out","number":"h5186"},{"text":"that they may come up","number":"h5927"},{"text":"every herb","number":"h6212"},{"text":"hath left","number":"h7604"}],"5":[{"text":"and shall eat","number":"h398"},{"text":"and they shall eat","number":"h398"},{"text":"of the earth","number":"h776"},{"text":"the earth","number":"h776"},{"text":"unto you from the hail","number":"h1259"},{"text":"that one cannot be able","number":"h3201"},{"text":"the residue","number":"h3499"},{"text":"And they shall cover","number":"h3680"},{"text":"the face","number":"h5869"},{"text":"every tree","number":"h6086"},{"text":"of that which is escaped","number":"h6413"},{"text":"which groweth","number":"h6779"},{"text":"to see","number":"h7200"},{"text":"which remaineth","number":"h7604"},{"text":"for you out of the field","number":"h7704"}],"15":[{"text":"and they did eat","number":"h398"},{"text":"of the land","number":"h776"},{"text":"of the whole earth","number":"h776"},{"text":"so that the land","number":"h776"},{"text":"through all the land","number":"h776"},{"text":"which the hail","number":"h1259"},{"text":"was darkened","number":"h2821"},{"text":"not any green thing","number":"h3418"},{"text":"and there remained","number":"h3498"},{"text":"had left","number":"h3498"},{"text":"For they covered","number":"h3680"},{"text":"of Egypt","number":"h4714"},{"text":"the face","number":"h5869"},{"text":"in the trees","number":"h6086"},{"text":"of the trees","number":"h6086"},{"text":"every herb","number":"h6212"},{"text":"or in the herbs","number":"h6212"},{"text":"and all the fruit","number":"h6529"},{"text":"of the field","number":"h7704"}],"25":[{"text":"our God","number":"h430"},{"text":"said","number":"h559"},{"text":"also sacrifices","number":"h2077"},{"text":"us","number":"h3027"},{"text":"unto the LORD","number":"h3068"},{"text":"And Moses","number":"h4872"},{"text":"Thou must give","number":"h5414"},{"text":"and burnt offerings","number":"h5930"},{"text":"that we may sacrifice","number":"h6213"}],"26":[{"text":"our God","number":"h430"},{"text":"until we come","number":"h935"},{"text":"and we know","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"also shall go","number":"h3212"},{"text":"for thereof must we take","number":"h3947"},{"text":"Our cattle","number":"h4735"},{"text":"not with what we must serve","number":"h5647"},{"text":"to serve","number":"h5647"},{"text":"with us there shall not an hoof","number":"h6541"},{"text":"be left behind","number":"h7604"}],"17":[{"text":"your God","number":"h430"},{"text":"I pray thee my sin","number":"h2403"},{"text":"the LORD","number":"h3068"},{"text":"from me this death","number":"h4194"},{"text":"Now therefore forgive","number":"h5375"},{"text":"that he may take away","number":"h5493"},{"text":"and intreat","number":"h6279"},{"text":"only this once","number":"h6471"}],"10":[{"text":"And he said","number":"h559"},{"text":"and your little ones","number":"h2945"},{"text":"unto them Let the LORD","number":"h3068"},{"text":"is before","number":"h6440"},{"text":"look","number":"h7200"},{"text":"to it for evil","number":"h7451"},{"text":"be so with you as I will let you go","number":"h7971"}],"24":[{"text":"and said","number":"h559"},{"text":"and your herds","number":"h1241"},{"text":"let your little ones","number":"h2945"},{"text":"the LORD","number":"h3068"},{"text":"Go","number":"h3212"},{"text":"also go","number":"h3212"},{"text":"be stayed","number":"h3322"},{"text":"unto Moses","number":"h4872"},{"text":"ye serve","number":"h5647"},{"text":"And Pharaoh","number":"h6547"},{"text":"only let your flocks","number":"h6629"},{"text":"called","number":"h7121"}],"21":[{"text":"said","number":"h559"},{"text":"over the land","number":"h776"},{"text":"even darkness","number":"h2822"},{"text":"that there may be darkness","number":"h2822"},{"text":"thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"of Egypt","number":"h4714"},{"text":"unto Moses","number":"h4872"},{"text":"which may be felt","number":"h4959"},{"text":"Stretch out","number":"h5186"},{"text":"toward heaven","number":"h8064"}],"28":[{"text":"said","number":"h559"},{"text":"for in that day","number":"h3117"},{"text":"unto him Get","number":"h3212"},{"text":"no more","number":"h3254"},{"text":"thou shalt die","number":"h4191"},{"text":"my face","number":"h6440"},{"text":"my face","number":"h6440"},{"text":"And Pharaoh","number":"h6547"},{"text":"thou seest","number":"h7200"},{"text":"to thyself see","number":"h7200"},{"text":"thee from me take heed","number":"h8104"}],"29":[{"text":"said","number":"h559"},{"text":"Thou hast spoken","number":"h1696"},{"text":"again","number":"h3254"},{"text":"well","number":"h3651"},{"text":"And Moses","number":"h4872"},{"text":"thy face","number":"h6440"},{"text":"I will see","number":"h7200"}],"9":[{"text":"said","number":"h559"},{"text":"with our sons","number":"h1121"},{"text":"and with our herds","number":"h1241"},{"text":"and with our daughters","number":"h1323"},{"text":"and with our old","number":"h2205"},{"text":"for we must hold a feast","number":"h2282"},{"text":"unto the LORD","number":"h3068"},{"text":"We will go","number":"h3212"},{"text":"will we go","number":"h3212"},{"text":"And Moses","number":"h4872"},{"text":"with our young","number":"h5288"},{"text":"with our flocks","number":"h6629"}],"22":[{"text":"and there was a thick","number":"h653"},{"text":"in all the land","number":"h776"},{"text":"darkness","number":"h2822"},{"text":"his hand","number":"h3027"},{"text":"days","number":"h3117"},{"text":"of Egypt","number":"h4714"},{"text":"And Moses","number":"h4872"},{"text":"stretched forth","number":"h5186"},{"text":"three","number":"h7969"},{"text":"toward heaven","number":"h8064"}],"13":[{"text":"the locusts","number":"h697"},{"text":"over the land","number":"h776"},{"text":"upon the land","number":"h776"},{"text":"and when it was morning","number":"h1242"},{"text":"and the LORD","number":"h3068"},{"text":"all that day","number":"h3117"},{"text":"and all that night","number":"h3915"},{"text":"his rod","number":"h4294"},{"text":"of Egypt","number":"h4714"},{"text":"And Moses","number":"h4872"},{"text":"brought","number":"h5090"},{"text":"stretched forth","number":"h5186"},{"text":"brought","number":"h5375"},{"text":"an east","number":"h6921"},{"text":"the east","number":"h6921"},{"text":"wind","number":"h7307"},{"text":"wind","number":"h7307"}],"4":[{"text":"the locusts","number":"h697"},{"text":"will I bring","number":"h935"},{"text":"into thy coast","number":"h1366"},{"text":"Else","number":"h3588"},{"text":"if thou refuse","number":"h3986"},{"text":"behold to morrow","number":"h4279"},{"text":"to let my people","number":"h5971"},{"text":"go","number":"h7971"}],"20":[{"text":"so that he would not let the children","number":"h1121"},{"text":"hardened","number":"h2388"},{"text":"But the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"heart","number":"h3820"},{"text":"Pharaoh's","number":"h6547"},{"text":"go","number":"h7971"}],"11":[{"text":"for that ye did desire","number":"h1245"},{"text":"now ye that are men","number":"h1397"},{"text":"And they were driven out","number":"h1644"},{"text":"the LORD","number":"h3068"},{"text":"Not so go","number":"h3212"},{"text":"and serve","number":"h5647"},{"text":"presence","number":"h6440"},{"text":"from Pharaoh's","number":"h6547"}],"18":[{"text":"the LORD","number":"h3068"},{"text":"And he went out","number":"h3318"},{"text":"and intreated","number":"h6279"},{"text":"from Pharaoh","number":"h6547"}]}
@@ -0,0 +1 @@
1
+ {"10":[{"text":"and Aaron","number":"h175"},{"text":"of his land","number":"h776"},{"text":"so that he would not let the children","number":"h1121"},{"text":"hardened","number":"h2388"},{"text":"and the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"heart","number":"h3820"},{"text":"all these wonders","number":"h4159"},{"text":"And Moses","number":"h4872"},{"text":"did","number":"h6213"},{"text":"before","number":"h6440"},{"text":"Pharaoh","number":"h6547"},{"text":"Pharaoh's","number":"h6547"},{"text":"go out","number":"h7971"}],"2":[{"text":"now in the ears","number":"h241"},{"text":"and let every man","number":"h376"},{"text":"and every woman","number":"h802"},{"text":"Speak","number":"h1696"},{"text":"of gold","number":"h2091"},{"text":"and jewels","number":"h3627"},{"text":"jewels","number":"h3627"},{"text":"of silver","number":"h3701"},{"text":"of the people","number":"h5971"},{"text":"of his neighbour","number":"h7453"},{"text":"of her neighbour","number":"h7468"},{"text":"borrow","number":"h7592"}],"1":[{"text":"one","number":"h259"},{"text":"afterwards","number":"h310"},{"text":"said","number":"h559"},{"text":"Yet will I bring","number":"h935"},{"text":"he shall surely","number":"h1644"},{"text":"thrust you out","number":"h1644"},{"text":"And the LORD","number":"h3068"},{"text":"hence altogether","number":"h3617"},{"text":"and upon Egypt","number":"h4714"},{"text":"unto Moses","number":"h4872"},{"text":"plague","number":"h5061"},{"text":"more upon Pharaoh","number":"h6547"},{"text":"he will let you go","number":"h7971"},{"text":"hence when he shall let you go","number":"h7971"}],"5":[{"text":"that is behind","number":"h310"},{"text":"in the land","number":"h776"},{"text":"of beasts","number":"h929"},{"text":"And all the firstborn","number":"h1060"},{"text":"and all the firstborn","number":"h1060"},{"text":"even unto the firstborn","number":"h1060"},{"text":"from the firstborn","number":"h1060"},{"text":"that sitteth","number":"h3427"},{"text":"upon his throne","number":"h3678"},{"text":"shall die","number":"h4191"},{"text":"of Egypt","number":"h4714"},{"text":"of Pharaoh","number":"h6547"},{"text":"the mill","number":"h7347"},{"text":"of the maidservant","number":"h8198"}],"8":[{"text":"thee and after","number":"h310"},{"text":"themselves unto me saying","number":"h559"},{"text":"anger","number":"h639"},{"text":"in a great","number":"h2750"},{"text":"And he went out","number":"h3318"},{"text":"Get thee out","number":"h3318"},{"text":"that I will go out","number":"h3318"},{"text":"shall come down","number":"h3381"},{"text":"And all these thy servants","number":"h5650"},{"text":"and all the people","number":"h5971"},{"text":"from Pharaoh","number":"h6547"},{"text":"that follow","number":"h7272"},{"text":"unto me and bow down","number":"h7812"}],"3":[{"text":"Moreover the man","number":"h376"},{"text":"in the land","number":"h776"},{"text":"great","number":"h1419"},{"text":"favour","number":"h2580"},{"text":"And the LORD","number":"h3068"},{"text":"was very","number":"h3966"},{"text":"of Egypt","number":"h4714"},{"text":"of the Egyptians","number":"h4714"},{"text":"Moses","number":"h4872"},{"text":"gave","number":"h5414"},{"text":"servants","number":"h5650"},{"text":"and in the sight","number":"h5869"},{"text":"in the sight","number":"h5869"},{"text":"in the sight","number":"h5869"},{"text":"of the people","number":"h5971"},{"text":"the people","number":"h5971"},{"text":"of Pharaoh's","number":"h6547"}],"7":[{"text":"against man","number":"h376"},{"text":"or beast","number":"h929"},{"text":"But against any of the children","number":"h1121"},{"text":"move","number":"h2782"},{"text":"that ye may know","number":"h3045"},{"text":"how that the LORD","number":"h3068"},{"text":"and Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"shall not a dog","number":"h3611"},{"text":"his tongue","number":"h3956"},{"text":"between the Egyptians","number":"h4714"},{"text":"doth put a difference","number":"h6395"}],"4":[{"text":"Thus saith","number":"h559"},{"text":"said","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"will I go out","number":"h3318"},{"text":"About midnight","number":"h3915"},{"text":"of Egypt","number":"h4714"},{"text":"And Moses","number":"h4872"},{"text":"into the midst","number":"h8432"}],"9":[{"text":"said","number":"h559"},{"text":"in the land","number":"h776"},{"text":"And the LORD","number":"h3068"},{"text":"unto you that my wonders","number":"h4159"},{"text":"of Egypt","number":"h4714"},{"text":"unto Moses","number":"h4872"},{"text":"Pharaoh","number":"h6547"},{"text":"may be multiplied","number":"h7235"},{"text":"shall not hearken","number":"h8085"}],"6":[{"text":"throughout all the land","number":"h776"},{"text":"a great","number":"h1419"},{"text":"And there shall be","number":"h1961"},{"text":"shall be like it any more","number":"h3254"},{"text":"like it nor","number":"h3808"},{"text":"such as there was none","number":"h3808"},{"text":"of Egypt","number":"h4714"},{"text":"cry","number":"h6818"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"of their fathers","number":"h1"},{"text":"to them every man","number":"h376"},{"text":"saying","number":"h559"},{"text":"according to the house","number":"h1004"},{"text":"for an house","number":"h1004"},{"text":"Speak","number":"h1696"},{"text":"day of this month","number":"h2320"},{"text":"of Israel","number":"h3478"},{"text":"they shall take","number":"h3947"},{"text":"ye unto all the congregation","number":"h5712"},{"text":"In the tenth","number":"h6218"},{"text":"a lamb","number":"h7716"},{"text":"a lamb","number":"h7716"}],"22":[{"text":"a bunch","number":"h92"},{"text":"of hyssop","number":"h231"},{"text":"and none","number":"h376"},{"text":"of his house","number":"h1004"},{"text":"until the morning","number":"h1242"},{"text":"it in the blood","number":"h1818"},{"text":"with the blood","number":"h1818"},{"text":"and dip","number":"h2881"},{"text":"of you shall go out","number":"h3318"},{"text":"And ye shall take","number":"h3947"},{"text":"side posts","number":"h4201"},{"text":"the lintel","number":"h4947"},{"text":"and strike","number":"h5060"},{"text":"that is in the bason","number":"h5592"},{"text":"that is in the bason","number":"h5592"},{"text":"at the door","number":"h6607"},{"text":"and the two","number":"h8147"}],"12":[{"text":"both man","number":"h120"},{"text":"and against all the gods","number":"h430"},{"text":"in the land","number":"h776"},{"text":"through the land","number":"h776"},{"text":"and beast","number":"h929"},{"text":"all the firstborn","number":"h1060"},{"text":"I am the LORD","number":"h3068"},{"text":"this night","number":"h3915"},{"text":"of Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"and will smite","number":"h5221"},{"text":"For I will pass","number":"h5674"},{"text":"I will execute","number":"h6213"},{"text":"judgment","number":"h8201"}],"1":[{"text":"and Aaron","number":"h175"},{"text":"saying","number":"h559"},{"text":"spake","number":"h559"},{"text":"in the land","number":"h776"},{"text":"And the LORD","number":"h3068"},{"text":"of Egypt","number":"h4714"},{"text":"unto Moses","number":"h4872"}],"28":[{"text":"and Aaron","number":"h175"},{"text":"And the children","number":"h1121"},{"text":"as the LORD","number":"h3068"},{"text":"went away","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"Moses","number":"h4872"},{"text":"and did","number":"h6213"},{"text":"so did","number":"h6213"},{"text":"had commanded","number":"h6680"}],"31":[{"text":"and Aaron","number":"h175"},{"text":"and said","number":"h559"},{"text":"both ye and the children","number":"h1121"},{"text":"as ye have said","number":"h1696"},{"text":"the LORD","number":"h3068"},{"text":"and go","number":"h3212"},{"text":"and get you forth","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"by night","number":"h3915"},{"text":"for Moses","number":"h4872"},{"text":"serve","number":"h5647"},{"text":"my people","number":"h5971"},{"text":"Rise up","number":"h6965"},{"text":"And he called","number":"h7121"},{"text":"from among","number":"h8432"}],"43":[{"text":"and Aaron","number":"h175"},{"text":"eat","number":"h398"},{"text":"said","number":"h559"},{"text":"There shall no stranger","number":"h1121"},{"text":"This is the ordinance","number":"h2708"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"},{"text":"of the passover","number":"h6453"}],"50":[{"text":"and Aaron","number":"h175"},{"text":"all the children","number":"h1121"},{"text":"as the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"Moses","number":"h4872"},{"text":"Thus did","number":"h6213"},{"text":"so did","number":"h6213"},{"text":"commanded","number":"h6680"}],"13":[{"text":"shall be to you for a token","number":"h226"},{"text":"the land","number":"h776"},{"text":"upon the houses","number":"h1004"},{"text":"And the blood","number":"h1818"},{"text":"the blood","number":"h1818"},{"text":"of Egypt","number":"h4714"},{"text":"shall not be upon you to destroy","number":"h4889"},{"text":"over you and the plague","number":"h5063"},{"text":"you when I smite","number":"h5221"},{"text":"I will pass","number":"h6452"},{"text":"where ye are and when I see","number":"h7200"}],"48":[{"text":"it and he shall be as one that is born","number":"h249"},{"text":"shall eat","number":"h398"},{"text":"in the land","number":"h776"},{"text":"shall sojourn","number":"h1481"},{"text":"And when a stranger","number":"h1616"},{"text":"let all his males","number":"h2145"},{"text":"to the LORD","number":"h3068"},{"text":"be circumcised","number":"h4135"},{"text":"for no uncircumcised person","number":"h6189"},{"text":"and keep","number":"h6213"},{"text":"with thee and will keep","number":"h6213"},{"text":"the passover","number":"h6453"},{"text":"and then let him come near","number":"h7126"}],"19":[{"text":"or born","number":"h249"},{"text":"for whosoever eateth","number":"h398"},{"text":"in the land","number":"h776"},{"text":"in your houses","number":"h1004"},{"text":"whether he be a stranger","number":"h1616"},{"text":"that which is leavened","number":"h2556"},{"text":"days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"shall be cut off","number":"h3772"},{"text":"found","number":"h4672"},{"text":"even that soul","number":"h5315"},{"text":"from the congregation","number":"h5712"},{"text":"shall there be no leaven","number":"h7603"},{"text":"Seven","number":"h7651"}],"49":[{"text":"shall be to him that is homeborn","number":"h249"},{"text":"One","number":"h259"},{"text":"that sojourneth","number":"h1481"},{"text":"and unto the stranger","number":"h1616"},{"text":"among","number":"h8432"},{"text":"law","number":"h8451"}],"46":[{"text":"In one","number":"h259"},{"text":"shall it be eaten","number":"h398"},{"text":"house","number":"h1004"},{"text":"out of the house","number":"h1004"},{"text":"ought of the flesh","number":"h1320"},{"text":"abroad","number":"h2351"},{"text":"thou shalt not carry forth","number":"h3318"},{"text":"a bone","number":"h6106"},{"text":"neither shall ye break","number":"h7665"}],"18":[{"text":"until the one","number":"h259"},{"text":"ye shall eat","number":"h398"},{"text":"of the month","number":"h2320"},{"text":"of the month","number":"h2320"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"unleavened bread","number":"h4682"},{"text":"at even","number":"h6153"},{"text":"at even","number":"h6153"},{"text":"month on the fourteenth","number":"h6240"},{"text":"and twentieth","number":"h6242"},{"text":"In the first","number":"h7223"}],"44":[{"text":"But every man's","number":"h376"},{"text":"him then shall he eat","number":"h398"},{"text":"for money","number":"h3701"},{"text":"when thou hast circumcised","number":"h4135"},{"text":"that is bought","number":"h4736"},{"text":"servant","number":"h5650"}],"4":[{"text":"every man","number":"h376"},{"text":"to his eating","number":"h400"},{"text":"And if the household","number":"h1004"},{"text":"unto his house","number":"h1004"},{"text":"be","number":"h1961"},{"text":"shall make your count","number":"h3699"},{"text":"take","number":"h3947"},{"text":"it according to the number","number":"h4373"},{"text":"too little","number":"h4591"},{"text":"of the souls","number":"h5315"},{"text":"according","number":"h6310"},{"text":"next","number":"h7138"},{"text":"for the lamb","number":"h7716"},{"text":"for the lamb","number":"h7716"},{"text":"let him and his neighbour","number":"h7934"}],"15":[{"text":"even","number":"h389"},{"text":"for whosoever eateth","number":"h398"},{"text":"shall ye eat","number":"h398"},{"text":"out of your houses","number":"h1004"},{"text":"leavened bread","number":"h2557"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"off from Israel","number":"h3478"},{"text":"shall be cut","number":"h3772"},{"text":"unleavened bread","number":"h4682"},{"text":"that soul","number":"h5315"},{"text":"from the first","number":"h7223"},{"text":"the first","number":"h7223"},{"text":"leaven","number":"h7603"},{"text":"until the seventh","number":"h7637"},{"text":"Seven","number":"h7651"},{"text":"ye shall put away","number":"h7673"}],"16":[{"text":"in them save","number":"h389"},{"text":"must eat","number":"h398"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"to you no manner of work","number":"h4399"},{"text":"convocation","number":"h4744"},{"text":"convocation","number":"h4744"},{"text":"that which every man","number":"h5315"},{"text":"shall be done","number":"h6213"},{"text":"that only may be done","number":"h6213"},{"text":"there shall be an holy","number":"h6944"},{"text":"there shall be an holy","number":"h6944"},{"text":"And in the first","number":"h7223"},{"text":"and in the seventh","number":"h7637"}],"8":[{"text":"And they shall eat","number":"h398"},{"text":"herbs they shall eat","number":"h398"},{"text":"with fire","number":"h784"},{"text":"the flesh","number":"h1320"},{"text":"in that night","number":"h3915"},{"text":"and unleavened bread","number":"h4682"},{"text":"and with bitter","number":"h4844"},{"text":"roast","number":"h6748"}],"9":[{"text":"Eat","number":"h398"},{"text":"with fire","number":"h784"},{"text":"nor sodden","number":"h1310"},{"text":"with his legs","number":"h3767"},{"text":"at all with water","number":"h4325"},{"text":"not of it raw","number":"h4995"},{"text":"but roast","number":"h6748"},{"text":"and with the purtenance","number":"h7130"},{"text":"his head","number":"h7218"}],"20":[{"text":"Ye shall eat","number":"h398"},{"text":"shall ye eat","number":"h398"},{"text":"nothing leavened","number":"h2556"},{"text":"in all your habitations","number":"h4186"},{"text":"unleavened bread","number":"h4682"}],"11":[{"text":"and ye shall eat","number":"h398"},{"text":"shall ye eat","number":"h398"},{"text":"girded","number":"h2296"},{"text":"it in haste","number":"h2649"},{"text":"in your hand","number":"h3027"},{"text":"it is the LORD'S","number":"h3068"},{"text":"And thus","number":"h3602"},{"text":"and your staff","number":"h4731"},{"text":"it with your loins","number":"h4975"},{"text":"your shoes","number":"h5275"},{"text":"passover","number":"h6453"},{"text":"on your feet","number":"h7272"}],"45":[{"text":"shall not eat","number":"h398"},{"text":"and an hired servant","number":"h7916"},{"text":"A foreigner","number":"h8453"}],"7":[{"text":"wherein they shall eat","number":"h398"},{"text":"of the houses","number":"h1004"},{"text":"of the blood","number":"h1818"},{"text":"And they shall take","number":"h3947"},{"text":"side posts","number":"h4201"},{"text":"and on the upper door post","number":"h4947"},{"text":"and strike","number":"h5414"},{"text":"it on the two","number":"h8147"}],"37":[{"text":"thousand","number":"h505"},{"text":"beside","number":"h905"},{"text":"And the children","number":"h1121"},{"text":"that were men","number":"h1397"},{"text":"children","number":"h2945"},{"text":"of Israel","number":"h3478"},{"text":"hundred","number":"h3967"},{"text":"journeyed","number":"h5265"},{"text":"to Succoth","number":"h5523"},{"text":"on foot","number":"h7273"},{"text":"from Rameses","number":"h7486"},{"text":"about six","number":"h8337"}],"27":[{"text":"That ye shall say","number":"h559"},{"text":"our houses","number":"h1004"},{"text":"over the houses","number":"h1004"},{"text":"of the children","number":"h1121"},{"text":"It is the sacrifice","number":"h2077"},{"text":"of the LORD'S","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"in Egypt","number":"h4714"},{"text":"the Egyptians","number":"h4714"},{"text":"when he smote","number":"h5062"},{"text":"and delivered","number":"h5337"},{"text":"And the people","number":"h5971"},{"text":"who passed","number":"h6452"},{"text":"passover","number":"h6453"},{"text":"bowed the head","number":"h6915"},{"text":"and worshipped","number":"h7812"}],"21":[{"text":"and said","number":"h559"},{"text":"for all the elders","number":"h2205"},{"text":"of Israel","number":"h3478"},{"text":"and take","number":"h3947"},{"text":"Then Moses","number":"h4872"},{"text":"unto them Draw out","number":"h4900"},{"text":"according to your families","number":"h4940"},{"text":"the passover","number":"h6453"},{"text":"you a lamb","number":"h6629"},{"text":"called","number":"h7121"},{"text":"and kill","number":"h7819"}],"33":[{"text":"for they said","number":"h559"},{"text":"them out of the land","number":"h776"},{"text":"were urgent","number":"h2388"},{"text":"in haste","number":"h4116"},{"text":"We be all dead","number":"h4191"},{"text":"And the Egyptians","number":"h4714"},{"text":"upon the people","number":"h5971"},{"text":"that they might send","number":"h7971"}],"26":[{"text":"shall say","number":"h559"},{"text":"And it shall come to pass when your children","number":"h1121"},{"text":"unto you What mean ye by this service","number":"h5656"}],"39":[{"text":"And they baked","number":"h644"},{"text":"of the dough","number":"h1217"},{"text":"because they were thrust out","number":"h1644"},{"text":"for it was not leavened","number":"h2556"},{"text":"and could","number":"h3201"},{"text":"which they brought forth","number":"h3318"},{"text":"not tarry","number":"h4102"},{"text":"unleavened","number":"h4682"},{"text":"of Egypt","number":"h4714"},{"text":"out of Egypt","number":"h4714"},{"text":"cakes","number":"h5692"},{"text":"neither had they prepared","number":"h6213"},{"text":"for themselves any victual","number":"h6720"}],"6":[{"text":"it up until the fourteenth","number":"h702"},{"text":"it in","number":"h996"},{"text":"of the same month","number":"h2320"},{"text":"day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"and the whole","number":"h3605"},{"text":"And ye shall keep","number":"h4931"},{"text":"of the congregation","number":"h5712"},{"text":"the evening","number":"h6153"},{"text":"assembly","number":"h6951"},{"text":"shall kill","number":"h7819"}],"41":[{"text":"of the four","number":"h702"},{"text":"from the land","number":"h776"},{"text":"of the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"went out","number":"h3318"},{"text":"hundred","number":"h3967"},{"text":"of Egypt","number":"h4714"},{"text":"even the selfsame","number":"h6106"},{"text":"it came to pass that all the hosts","number":"h6635"},{"text":"And it came to pass at the end","number":"h7093"},{"text":"and thirty","number":"h7970"},{"text":"years","number":"h8141"}],"40":[{"text":"was four","number":"h702"},{"text":"of the children","number":"h1121"},{"text":"who dwelt","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"hundred","number":"h3967"},{"text":"Now the sojourning","number":"h4186"},{"text":"in Egypt","number":"h4714"},{"text":"and thirty","number":"h7970"},{"text":"years","number":"h8141"}],"29":[{"text":"in the land","number":"h776"},{"text":"of cattle","number":"h929"},{"text":"that was in the dungeon","number":"h1004"},{"text":"all the firstborn","number":"h1060"},{"text":"and all the firstborn","number":"h1060"},{"text":"from the firstborn","number":"h1060"},{"text":"unto the firstborn","number":"h1060"},{"text":"And it came to pass that at midnight","number":"h2677"},{"text":"the LORD","number":"h3068"},{"text":"that sat","number":"h3427"},{"text":"on his throne","number":"h3678"},{"text":"of Egypt","number":"h4714"},{"text":"smote","number":"h5221"},{"text":"of Pharaoh","number":"h6547"},{"text":"of the captive","number":"h7628"}],"17":[{"text":"out of the land","number":"h776"},{"text":"in your generations","number":"h1755"},{"text":"by an ordinance","number":"h2708"},{"text":"day","number":"h3117"},{"text":"this day","number":"h3117"},{"text":"have I brought","number":"h3318"},{"text":"the feast of unleavened bread","number":"h4682"},{"text":"of Egypt","number":"h4714"},{"text":"for ever","number":"h5769"},{"text":"for in this selfsame","number":"h6106"},{"text":"your armies","number":"h6635"},{"text":"And ye shall observe","number":"h8104"},{"text":"therefore shall ye observe","number":"h8104"}],"51":[{"text":"out of the land","number":"h776"},{"text":"the children","number":"h1121"},{"text":"that the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"did bring","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"of Egypt","number":"h4714"},{"text":"And it came to pass the selfsame","number":"h6106"},{"text":"by their armies","number":"h6635"}],"42":[{"text":"them out from the land","number":"h776"},{"text":"of all the children","number":"h1121"},{"text":"in their generations","number":"h1755"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"for bringing","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"It is a night","number":"h3915"},{"text":"this is that night","number":"h3915"},{"text":"of Egypt","number":"h4714"},{"text":"to be much observed","number":"h8107"},{"text":"to be observed","number":"h8107"}],"25":[{"text":"to the land","number":"h776"},{"text":"And it shall come to pass when ye be come","number":"h935"},{"text":"you according as he hath promised","number":"h1696"},{"text":"which the LORD","number":"h3068"},{"text":"will give","number":"h5414"},{"text":"this service","number":"h5656"},{"text":"that ye shall keep","number":"h8104"}],"10":[{"text":"with fire","number":"h784"},{"text":"of it until the morning","number":"h1242"},{"text":"until the morning","number":"h1242"},{"text":"And ye shall let nothing of it remain","number":"h3498"},{"text":"and that which remaineth","number":"h3498"},{"text":"ye shall burn","number":"h8313"}],"23":[{"text":"to come","number":"h935"},{"text":"in unto your houses","number":"h1004"},{"text":"the blood","number":"h1818"},{"text":"For the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"side posts","number":"h4201"},{"text":"the Egyptians","number":"h4714"},{"text":"upon the lintel","number":"h4947"},{"text":"to smite","number":"h5062"},{"text":"to smite","number":"h5062"},{"text":"and will not suffer","number":"h5414"},{"text":"will pass through","number":"h5674"},{"text":"will pass over","number":"h6452"},{"text":"the door","number":"h6607"},{"text":"and when he seeth","number":"h7200"},{"text":"the destroyer","number":"h7843"},{"text":"and on the two","number":"h8147"}],"30":[{"text":"for there was not a house","number":"h1004"},{"text":"and there was a great","number":"h1419"},{"text":"in the night","number":"h3915"},{"text":"where there was not one dead","number":"h4191"},{"text":"and all the Egyptians","number":"h4714"},{"text":"in Egypt","number":"h4714"},{"text":"he and all his servants","number":"h5650"},{"text":"And Pharaoh","number":"h6547"},{"text":"cry","number":"h6818"},{"text":"rose up","number":"h6965"}],"35":[{"text":"And the children","number":"h1121"},{"text":"according to the word","number":"h1697"},{"text":"of gold","number":"h2091"},{"text":"of Israel","number":"h3478"},{"text":"and jewels","number":"h3627"},{"text":"jewels","number":"h3627"},{"text":"of silver","number":"h3701"},{"text":"of the Egyptians","number":"h4714"},{"text":"of Moses","number":"h4872"},{"text":"did","number":"h6213"},{"text":"and they borrowed","number":"h7592"},{"text":"and raiment","number":"h8071"}],"5":[{"text":"of the first","number":"h1121"},{"text":"a male","number":"h2145"},{"text":"it out from the sheep","number":"h3532"},{"text":"ye shall take","number":"h3947"},{"text":"or from the goats","number":"h5795"},{"text":"Your lamb","number":"h7716"},{"text":"year","number":"h8141"},{"text":"shall be without blemish","number":"h8549"}],"24":[{"text":"to thee and to thy sons","number":"h1121"},{"text":"this thing","number":"h1697"},{"text":"for an ordinance","number":"h2706"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"And ye shall observe","number":"h8104"}],"34":[{"text":"their dough","number":"h1217"},{"text":"before it was leavened","number":"h2556"},{"text":"their kneadingtroughs","number":"h4863"},{"text":"took","number":"h5375"},{"text":"And the people","number":"h5971"},{"text":"being bound up","number":"h6887"},{"text":"upon their shoulders","number":"h7926"},{"text":"in their clothes","number":"h8071"}],"38":[{"text":"and herds","number":"h1241"},{"text":"much","number":"h3515"},{"text":"even very","number":"h3966"},{"text":"cattle","number":"h4735"},{"text":"went up","number":"h5927"},{"text":"And a mixed","number":"h6154"},{"text":"also with them and flocks","number":"h6629"},{"text":"multitude","number":"h7227"}],"32":[{"text":"and your herds","number":"h1241"},{"text":"and bless","number":"h1288"},{"text":"as ye have said","number":"h1696"},{"text":"and be gone","number":"h3212"},{"text":"Also take","number":"h3947"},{"text":"your flocks","number":"h6629"}],"14":[{"text":"throughout your generations","number":"h1755"},{"text":"shall be unto you for a memorial","number":"h2146"},{"text":"it a feast","number":"h2282"},{"text":"and ye shall keep","number":"h2287"},{"text":"ye shall keep it a feast","number":"h2287"},{"text":"by an ordinance","number":"h2708"},{"text":"to the LORD","number":"h3068"},{"text":"And this day","number":"h3117"},{"text":"for ever","number":"h5769"}],"2":[{"text":"This month","number":"h2320"},{"text":"month","number":"h2320"},{"text":"of months","number":"h2320"},{"text":"shall be unto you the beginning","number":"h7218"},{"text":"it shall be the first","number":"h7223"},{"text":"of the year","number":"h8141"}],"36":[{"text":"favour","number":"h2580"},{"text":"And the LORD","number":"h3068"},{"text":"of the Egyptians","number":"h4714"},{"text":"the Egyptians","number":"h4714"},{"text":"unto them such things as they required And they spoiled","number":"h5337"},{"text":"gave","number":"h5414"},{"text":"in the sight","number":"h5869"},{"text":"the people","number":"h5971"},{"text":"so that they lent","number":"h7592"}],"47":[{"text":"of Israel","number":"h3478"},{"text":"All the congregation","number":"h5712"},{"text":"shall keep","number":"h6213"}]}
@@ -0,0 +1 @@
1
+ {"11":[{"text":"unto thee and to thy fathers","number":"h1"},{"text":"thee into the land","number":"h776"},{"text":"shall bring","number":"h935"},{"text":"And it shall be when the LORD","number":"h3068"},{"text":"of the Canaanites","number":"h3669"},{"text":"and shall give","number":"h5414"},{"text":"as he sware","number":"h7650"}],"5":[{"text":"unto thy fathers","number":"h1"},{"text":"and the Amorites","number":"h567"},{"text":"thee a land","number":"h776"},{"text":"thee into the land","number":"h776"},{"text":"shall bring","number":"h935"},{"text":"and honey","number":"h1706"},{"text":"flowing","number":"h2100"},{"text":"in this month","number":"h2320"},{"text":"and the Hivites","number":"h2340"},{"text":"with milk","number":"h2461"},{"text":"and the Hittites","number":"h2850"},{"text":"and the Jebusites","number":"h2983"},{"text":"And it shall be when the LORD","number":"h3068"},{"text":"of the Canaanites","number":"h3669"},{"text":"to give","number":"h5414"},{"text":"that thou shalt keep","number":"h5647"},{"text":"this service","number":"h5656"},{"text":"which he sware","number":"h7650"}],"4":[{"text":"Abib","number":"h24"},{"text":"in the month","number":"h2320"},{"text":"This day","number":"h3117"},{"text":"came ye out","number":"h3318"}],"2":[{"text":"both of man","number":"h120"},{"text":"and of beast","number":"h929"},{"text":"unto me all the firstborn","number":"h1060"},{"text":"among the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"whatsoever openeth","number":"h6363"},{"text":"Sanctify","number":"h6942"},{"text":"the womb","number":"h7358"}],"13":[{"text":"of man","number":"h120"},{"text":"and all the firstborn","number":"h1060"},{"text":"among thy children","number":"h1121"},{"text":"of an ass","number":"h2543"},{"text":"it then thou shalt break his neck","number":"h6202"},{"text":"and if thou wilt not redeem","number":"h6299"},{"text":"shalt thou redeem","number":"h6299"},{"text":"thou shalt redeem","number":"h6299"},{"text":"And every firstling","number":"h6363"},{"text":"with a lamb","number":"h7716"}],"15":[{"text":"of man","number":"h120"},{"text":"in the land","number":"h776"},{"text":"of beast","number":"h929"},{"text":"all the firstborn","number":"h1060"},{"text":"and the firstborn","number":"h1060"},{"text":"both the firstborn","number":"h1060"},{"text":"but all the firstborn","number":"h1060"},{"text":"of my children","number":"h1121"},{"text":"slew","number":"h2026"},{"text":"therefore I sacrifice","number":"h2076"},{"text":"being males","number":"h2145"},{"text":"that the LORD","number":"h3068"},{"text":"to the LORD","number":"h3068"},{"text":"of Egypt","number":"h4714"},{"text":"I redeem","number":"h6299"},{"text":"all that openeth","number":"h6363"},{"text":"And it came to pass when Pharaoh","number":"h6547"},{"text":"would hardly","number":"h7185"},{"text":"the matrix","number":"h7358"},{"text":"let us go","number":"h7971"}],"21":[{"text":"to give them light","number":"h215"},{"text":"of fire","number":"h784"},{"text":"them the way","number":"h1870"},{"text":"went","number":"h1980"},{"text":"And the LORD","number":"h3068"},{"text":"by day","number":"h3119"},{"text":"them by day","number":"h3119"},{"text":"to go","number":"h3212"},{"text":"and by night","number":"h3915"},{"text":"and night","number":"h3915"},{"text":"to lead","number":"h5148"},{"text":"in a pillar","number":"h5982"},{"text":"in a pillar","number":"h5982"},{"text":"of a cloud","number":"h6051"},{"text":"before","number":"h6440"}],"9":[{"text":"And it shall be for a sign","number":"h226"},{"text":"and for a memorial","number":"h2146"},{"text":"for with a strong","number":"h2389"},{"text":"hand","number":"h3027"},{"text":"unto thee upon thine hand","number":"h3027"},{"text":"hath the LORD","number":"h3068"},{"text":"that the LORD'S","number":"h3068"},{"text":"brought thee out","number":"h3318"},{"text":"of Egypt","number":"h4714"},{"text":"between thine eyes","number":"h5869"},{"text":"may be in thy mouth","number":"h6310"},{"text":"law","number":"h8451"}],"16":[{"text":"And it shall be for a token","number":"h226"},{"text":"for by strength","number":"h2392"},{"text":"and for frontlets","number":"h2903"},{"text":"of hand","number":"h3027"},{"text":"upon thine hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"brought us forth","number":"h3318"},{"text":"out of Egypt","number":"h4714"},{"text":"between thine eyes","number":"h5869"}],"3":[{"text":"be eaten","number":"h398"},{"text":"said","number":"h559"},{"text":"out of the house","number":"h1004"},{"text":"this","number":"h2088"},{"text":"Remember","number":"h2142"},{"text":"for by strength","number":"h2392"},{"text":"from this place there shall no leavened bread","number":"h2557"},{"text":"of hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"brought you out","number":"h3318"},{"text":"in which ye came out","number":"h3318"},{"text":"from Egypt","number":"h4714"},{"text":"And Moses","number":"h4872"},{"text":"of bondage","number":"h5650"},{"text":"unto the people","number":"h5971"}],"7":[{"text":"shall be eaten","number":"h398"},{"text":"with thee in all thy quarters","number":"h1366"},{"text":"and there shall no leavened bread","number":"h2557"},{"text":"days","number":"h3117"},{"text":"Unleavened bread","number":"h4682"},{"text":"be seen","number":"h7200"},{"text":"seen","number":"h7200"},{"text":"with thee neither shall there be leaven","number":"h7603"},{"text":"seven","number":"h7651"}],"6":[{"text":"thou shalt eat","number":"h398"},{"text":"shall be a feast","number":"h2282"},{"text":"to the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"unleavened bread","number":"h4682"},{"text":"and in the seventh","number":"h7637"},{"text":"Seven","number":"h7651"}],"18":[{"text":"But God","number":"h430"},{"text":"out of the land","number":"h776"},{"text":"and the children","number":"h1121"},{"text":"through the way","number":"h1870"},{"text":"harnessed","number":"h2571"},{"text":"sea","number":"h3220"},{"text":"of Israel","number":"h3478"},{"text":"of the wilderness","number":"h4057"},{"text":"of Egypt","number":"h4714"},{"text":"about","number":"h5437"},{"text":"led","number":"h5437"},{"text":"of the Red","number":"h5488"},{"text":"went up","number":"h5927"},{"text":"the people","number":"h5971"}],"19":[{"text":"God","number":"h430"},{"text":"saying","number":"h559"},{"text":"the children","number":"h1121"},{"text":"of Joseph","number":"h3130"},{"text":"of Israel","number":"h3478"},{"text":"took","number":"h3947"},{"text":"And Moses","number":"h4872"},{"text":"away","number":"h5927"},{"text":"you and ye shall carry up","number":"h5927"},{"text":"my bones","number":"h6106"},{"text":"the bones","number":"h6106"},{"text":"visit","number":"h6485"},{"text":"will surely","number":"h6485"},{"text":"sworn","number":"h7650"},{"text":"with him for he had straitly","number":"h7650"}],"17":[{"text":"for God","number":"h430"},{"text":"that God","number":"h430"},{"text":"said","number":"h559"},{"text":"of the land","number":"h776"},{"text":"them not through the way","number":"h1870"},{"text":"although","number":"h3588"},{"text":"war","number":"h4421"},{"text":"to Egypt","number":"h4714"},{"text":"led","number":"h5148"},{"text":"repent","number":"h5162"},{"text":"Lest peradventure the people","number":"h5971"},{"text":"had let the people","number":"h5971"},{"text":"of the Philistines","number":"h6430"},{"text":"And it came to pass when Pharaoh","number":"h6547"},{"text":"that was near","number":"h7138"},{"text":"when they see","number":"h7200"},{"text":"and they return","number":"h7725"},{"text":"go","number":"h7971"}],"14":[{"text":"What is this that thou shalt say","number":"h559"},{"text":"saying","number":"h559"},{"text":"from the house","number":"h1004"},{"text":"And it shall be when thy son","number":"h1121"},{"text":"unto him By strength","number":"h2392"},{"text":"of hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"brought us out","number":"h3318"},{"text":"thee in time to come","number":"h4279"},{"text":"from Egypt","number":"h4714"},{"text":"of bondage","number":"h5650"},{"text":"asketh","number":"h7592"}],"1":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"8":[{"text":"saying","number":"h559"},{"text":"thy son","number":"h1121"},{"text":"that","number":"h2088"},{"text":"which the LORD","number":"h3068"},{"text":"in that day","number":"h3117"},{"text":"unto me when I came forth","number":"h3318"},{"text":"out of Egypt","number":"h4714"},{"text":"And thou shalt shew","number":"h5046"},{"text":"This is done because of","number":"h5668"},{"text":"did","number":"h6213"}],"22":[{"text":"of fire","number":"h784"},{"text":"by day","number":"h3119"},{"text":"by night","number":"h3915"},{"text":"He took not away","number":"h4185"},{"text":"the people","number":"h5971"},{"text":"nor the pillar","number":"h5982"},{"text":"the pillar","number":"h5982"},{"text":"of the cloud","number":"h6051"},{"text":"from before","number":"h6440"}],"20":[{"text":"in Etham","number":"h864"},{"text":"and encamped","number":"h2583"},{"text":"of the wilderness","number":"h4057"},{"text":"And they took their journey","number":"h5265"},{"text":"from Succoth","number":"h5523"},{"text":"in the edge","number":"h7097"}],"12":[{"text":"of a beast","number":"h929"},{"text":"which thou hast the males","number":"h2145"},{"text":"shall be the LORD'S","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"That thou shalt set apart","number":"h5674"},{"text":"all that openeth","number":"h6363"},{"text":"and every firstling","number":"h6363"},{"text":"the matrix","number":"h7358"},{"text":"that cometh","number":"h7698"}],"10":[{"text":"this ordinance","number":"h2708"},{"text":"from year","number":"h3117"},{"text":"to year","number":"h3117"},{"text":"in his season","number":"h4150"},{"text":"Thou shalt therefore keep","number":"h8104"}]}
@@ -0,0 +1 @@
1
+ {"25":[{"text":"wheels","number":"h212"},{"text":"said","number":"h559"},{"text":"for the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"them heavily","number":"h3517"},{"text":"fighteth","number":"h3898"},{"text":"for them against the Egyptians","number":"h4714"},{"text":"so that the Egyptians","number":"h4714"},{"text":"their chariot","number":"h4818"},{"text":"that they drave","number":"h5090"},{"text":"Let us flee","number":"h5127"},{"text":"And took off","number":"h5493"},{"text":"from the face","number":"h6440"}],"20":[{"text":"to them but it gave light","number":"h215"},{"text":"And it came","number":"h935"},{"text":"the other","number":"h2088"},{"text":"and darkness","number":"h2822"},{"text":"of Israel","number":"h3478"},{"text":"all the night","number":"h3915"},{"text":"by night","number":"h3915"},{"text":"and the camp","number":"h4264"},{"text":"between the camp","number":"h4264"},{"text":"of the Egyptians","number":"h4714"},{"text":"and it was a cloud","number":"h6051"},{"text":"to these so that the one came not near","number":"h7126"}],"28":[{"text":"one","number":"h259"},{"text":"after","number":"h310"},{"text":"that came","number":"h935"},{"text":"and all the host","number":"h2428"},{"text":"into the sea","number":"h3220"},{"text":"and covered","number":"h3680"},{"text":"And the waters","number":"h4325"},{"text":"not so much as","number":"h5704"},{"text":"of Pharaoh","number":"h6547"},{"text":"and the horsemen","number":"h6571"},{"text":"the chariots","number":"h7393"},{"text":"them there remained","number":"h7604"},{"text":"returned","number":"h7725"}],"10":[{"text":"after","number":"h310"},{"text":"and the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"unto the LORD","number":"h3068"},{"text":"afraid","number":"h3372"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"them and they were sore","number":"h3966"},{"text":"and behold the Egyptians","number":"h4714"},{"text":"marched","number":"h5265"},{"text":"lifted up","number":"h5375"},{"text":"their eyes","number":"h5869"},{"text":"And when Pharaoh","number":"h6547"},{"text":"cried out","number":"h6817"},{"text":"drew nigh","number":"h7126"}],"23":[{"text":"after","number":"h310"},{"text":"and went in","number":"h935"},{"text":"of the sea","number":"h3220"},{"text":"And the Egyptians","number":"h4714"},{"text":"horses","number":"h5483"},{"text":"even all Pharaoh's","number":"h6547"},{"text":"and his horsemen","number":"h6571"},{"text":"pursued","number":"h7291"},{"text":"his chariots","number":"h7393"},{"text":"them to the midst","number":"h8432"}],"4":[{"text":"after","number":"h310"},{"text":"And I will harden","number":"h2388"},{"text":"and upon all his host","number":"h2428"},{"text":"may know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"them and I will be honoured","number":"h3513"},{"text":"heart","number":"h3820"},{"text":"that the Egyptians","number":"h4714"},{"text":"And they did","number":"h6213"},{"text":"Pharaoh's","number":"h6547"},{"text":"upon Pharaoh","number":"h6547"},{"text":"that he shall follow","number":"h7291"}],"8":[{"text":"after","number":"h310"},{"text":"and the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"hardened","number":"h2388"},{"text":"hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"went out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"the heart","number":"h3820"},{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"of Pharaoh","number":"h6547"},{"text":"and he pursued","number":"h7291"},{"text":"with an high","number":"h7311"}],"9":[{"text":"after","number":"h310"},{"text":"Baalzephon","number":"h1189"},{"text":"and his army","number":"h2428"},{"text":"them encamping","number":"h2583"},{"text":"by the sea","number":"h3220"},{"text":"But the Egyptians","number":"h4714"},{"text":"and overtook","number":"h5381"},{"text":"them all the horses","number":"h5483"},{"text":"beside Pihahiroth","number":"h6367"},{"text":"before","number":"h6440"},{"text":"of Pharaoh","number":"h6547"},{"text":"and his horsemen","number":"h6571"},{"text":"pursued","number":"h7291"},{"text":"and chariots","number":"h7393"}],"19":[{"text":"behind","number":"h310"},{"text":"behind","number":"h310"},{"text":"of God","number":"h430"},{"text":"which went","number":"h1980"},{"text":"and went","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"the camp","number":"h4264"},{"text":"And the angel","number":"h4397"},{"text":"removed","number":"h5265"},{"text":"went","number":"h5265"},{"text":"and stood","number":"h5975"},{"text":"them and the pillar","number":"h5982"},{"text":"of the cloud","number":"h6051"},{"text":"before","number":"h6440"},{"text":"from before their face","number":"h6440"}],"17":[{"text":"them","number":"h310"},{"text":"and they shall follow","number":"h935"},{"text":"And I behold I will harden","number":"h2388"},{"text":"and upon all his host","number":"h2428"},{"text":"and I will get me honour","number":"h3513"},{"text":"the hearts","number":"h3820"},{"text":"of the Egyptians","number":"h4714"},{"text":"upon Pharaoh","number":"h6547"},{"text":"and upon his horsemen","number":"h6571"},{"text":"upon his chariots","number":"h7393"}],"27":[{"text":"to his strength","number":"h386"},{"text":"when the morning","number":"h1242"},{"text":"his hand","number":"h3027"},{"text":"it and the LORD","number":"h3068"},{"text":"and the sea","number":"h3220"},{"text":"of the sea","number":"h3220"},{"text":"over the sea","number":"h3220"},{"text":"and the Egyptians","number":"h4714"},{"text":"the Egyptians","number":"h4714"},{"text":"And Moses","number":"h4872"},{"text":"fled","number":"h5127"},{"text":"stretched forth","number":"h5186"},{"text":"overthrew","number":"h5287"},{"text":"appeared","number":"h6437"},{"text":"against","number":"h7125"},{"text":"returned","number":"h7725"},{"text":"in the midst","number":"h8432"}],"31":[{"text":"and believed","number":"h539"},{"text":"that great","number":"h1419"},{"text":"work","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"which the LORD","number":"h3068"},{"text":"feared","number":"h3372"},{"text":"And Israel","number":"h3478"},{"text":"upon the Egyptians","number":"h4714"},{"text":"Moses","number":"h4872"},{"text":"and his servant","number":"h5650"},{"text":"and the people","number":"h5971"},{"text":"did","number":"h6213"},{"text":"saw","number":"h7200"}],"11":[{"text":"And they said","number":"h559"},{"text":"wherefore","number":"h2063"},{"text":"thus with us to carry us forth","number":"h3318"},{"text":"hast thou taken us away","number":"h3947"},{"text":"in the wilderness","number":"h4057"},{"text":"to die","number":"h4191"},{"text":"in Egypt","number":"h4714"},{"text":"out of Egypt","number":"h4714"},{"text":"unto Moses","number":"h4872"},{"text":"hast thou dealt","number":"h6213"},{"text":"Because there were no graves","number":"h6913"}],"5":[{"text":"and they said","number":"h559"},{"text":"fled","number":"h1272"},{"text":"was turned","number":"h2015"},{"text":"this that we have let Israel","number":"h3478"},{"text":"and the heart","number":"h3824"},{"text":"the king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"And it was told","number":"h5046"},{"text":"from serving","number":"h5647"},{"text":"and of his servants","number":"h5650"},{"text":"against the people","number":"h5971"},{"text":"that the people","number":"h5971"},{"text":"Why have we done","number":"h6213"},{"text":"of Pharaoh","number":"h6547"},{"text":"go","number":"h7971"}],"13":[{"text":"said","number":"h559"},{"text":"of the LORD","number":"h3068"},{"text":"to day","number":"h3117"},{"text":"to you to day","number":"h3117"},{"text":"them again","number":"h3254"},{"text":"ye not stand still","number":"h3320"},{"text":"Fear","number":"h3372"},{"text":"the salvation","number":"h3444"},{"text":"for the Egyptians","number":"h4714"},{"text":"And Moses","number":"h4872"},{"text":"no more for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"unto the people","number":"h5971"},{"text":"which he will shew","number":"h6213"},{"text":"and see","number":"h7200"},{"text":"whom ye have seen","number":"h7200"},{"text":"ye shall see","number":"h7200"}],"15":[{"text":"said","number":"h559"},{"text":"unto the children","number":"h1121"},{"text":"thou unto me speak","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"unto Moses","number":"h4872"},{"text":"that they go forward","number":"h5265"},{"text":"Wherefore criest","number":"h6817"}],"26":[{"text":"said","number":"h559"},{"text":"thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"over the sea","number":"h3220"},{"text":"that the waters","number":"h4325"},{"text":"upon the Egyptians","number":"h4714"},{"text":"unto Moses","number":"h4872"},{"text":"Stretch out","number":"h5186"},{"text":"and upon their horsemen","number":"h6571"},{"text":"upon their chariots","number":"h7393"},{"text":"may come again","number":"h7725"}],"1":[{"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":"that we did tell","number":"h1696"},{"text":"Is not this the word","number":"h1697"},{"text":"Let us alone","number":"h2308"},{"text":"For it had been better","number":"h2896"},{"text":"in the wilderness","number":"h4057"},{"text":"than that we should die","number":"h4191"},{"text":"the Egyptians","number":"h4714"},{"text":"the Egyptians","number":"h4714"},{"text":"thee in Egypt","number":"h4714"},{"text":"for us to serve","number":"h5647"},{"text":"that we may serve","number":"h5647"}],"3":[{"text":"will say","number":"h559"},{"text":"in the land","number":"h776"},{"text":"They are entangled","number":"h943"},{"text":"of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"the wilderness","number":"h4057"},{"text":"hath shut them in","number":"h5462"},{"text":"For Pharaoh","number":"h6547"}],"6":[{"text":"And he made ready","number":"h631"},{"text":"and took","number":"h3947"},{"text":"his people","number":"h5971"},{"text":"his chariot","number":"h7393"}],"24":[{"text":"of fire","number":"h784"},{"text":"watch","number":"h821"},{"text":"And it came to pass that in the morning","number":"h1242"},{"text":"and troubled","number":"h2000"},{"text":"the LORD","number":"h3068"},{"text":"the host","number":"h4264"},{"text":"unto the host","number":"h4264"},{"text":"of the Egyptians","number":"h4714"},{"text":"of the Egyptians","number":"h4714"},{"text":"through the pillar","number":"h5982"},{"text":"and of the cloud","number":"h6051"},{"text":"looked","number":"h8259"}],"16":[{"text":"shall go","number":"h935"},{"text":"it and the children","number":"h1121"},{"text":"and divide","number":"h1234"},{"text":"on dry","number":"h3004"},{"text":"thine hand","number":"h3027"},{"text":"of the sea","number":"h3220"},{"text":"over the sea","number":"h3220"},{"text":"of Israel","number":"h3478"},{"text":"thy rod","number":"h4294"},{"text":"and stretch out","number":"h5186"},{"text":"But lift thou up","number":"h7311"},{"text":"ground through the midst","number":"h8432"}],"22":[{"text":"went","number":"h935"},{"text":"And the children","number":"h1121"},{"text":"were a wall","number":"h2346"},{"text":"upon the dry","number":"h3004"},{"text":"of the sea","number":"h3220"},{"text":"unto them on their right hand","number":"h3225"},{"text":"of Israel","number":"h3478"},{"text":"ground and the waters","number":"h4325"},{"text":"and on their left","number":"h8040"},{"text":"into the midst","number":"h8432"}],"7":[{"text":"chosen","number":"h977"},{"text":"And he took","number":"h3947"},{"text":"hundred","number":"h3967"},{"text":"of Egypt","number":"h4714"},{"text":"and all the chariots","number":"h7393"},{"text":"chariots","number":"h7393"},{"text":"and captains","number":"h7991"},{"text":"six","number":"h8337"}],"29":[{"text":"But the children","number":"h1121"},{"text":"walked","number":"h1980"},{"text":"were a wall","number":"h2346"},{"text":"upon dry","number":"h3004"},{"text":"of the sea","number":"h3220"},{"text":"unto them on their right hand","number":"h3225"},{"text":"of Israel","number":"h3478"},{"text":"and the waters","number":"h4325"},{"text":"and on their left","number":"h8040"},{"text":"land in the midst","number":"h8432"}],"2":[{"text":"unto the children","number":"h1121"},{"text":"Baalzephon","number":"h1189"},{"text":"Speak","number":"h1696"},{"text":"and encamp","number":"h2583"},{"text":"it shall ye encamp","number":"h2583"},{"text":"and the sea","number":"h3220"},{"text":"by the sea","number":"h3220"},{"text":"of Israel","number":"h3478"},{"text":"between Migdol","number":"h4024"},{"text":"before","number":"h5226"},{"text":"Pihahiroth","number":"h6367"},{"text":"before","number":"h6440"},{"text":"over against","number":"h6440"},{"text":"that they turn","number":"h7725"}],"21":[{"text":"were divided","number":"h1234"},{"text":"dry","number":"h2724"},{"text":"his hand","number":"h3027"},{"text":"and the LORD","number":"h3068"},{"text":"to go","number":"h3212"},{"text":"caused the sea","number":"h3220"},{"text":"over the sea","number":"h3220"},{"text":"the sea","number":"h3220"},{"text":"all that night","number":"h3915"},{"text":"land and the waters","number":"h4325"},{"text":"And Moses","number":"h4872"},{"text":"stretched out","number":"h5186"},{"text":"back by a strong","number":"h5794"},{"text":"east","number":"h6921"},{"text":"wind","number":"h7307"},{"text":"and made","number":"h7760"}],"14":[{"text":"for you and ye shall hold your peace","number":"h2790"},{"text":"The LORD","number":"h3068"},{"text":"shall fight","number":"h3898"}],"30":[{"text":"out of the hand","number":"h3027"},{"text":"Thus the LORD","number":"h3068"},{"text":"that day","number":"h3117"},{"text":"upon the sea","number":"h3220"},{"text":"saved","number":"h3467"},{"text":"Israel","number":"h3478"},{"text":"and Israel","number":"h3478"},{"text":"dead","number":"h4191"},{"text":"of the Egyptians","number":"h4714"},{"text":"the Egyptians","number":"h4714"},{"text":"saw","number":"h7200"},{"text":"shore","number":"h8193"}],"18":[{"text":"shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"when I have gotten me honour","number":"h3513"},{"text":"And the Egyptians","number":"h4714"},{"text":"upon Pharaoh","number":"h6547"},{"text":"and upon his horsemen","number":"h6571"},{"text":"upon his chariots","number":"h7393"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"my father's","number":"h1"},{"text":"is my God","number":"h410"},{"text":"God","number":"h430"},{"text":"he","number":"h2088"},{"text":"and song","number":"h2176"},{"text":"The LORD","number":"h3050"},{"text":"and he is become my salvation","number":"h3444"},{"text":"and I will prepare him an habitation","number":"h5115"},{"text":"is my strength","number":"h5797"},{"text":"and I will exalt","number":"h7311"}],"5":[{"text":"a stone","number":"h68"},{"text":"them they sank","number":"h3381"},{"text":"as","number":"h3644"},{"text":"have covered","number":"h3680"},{"text":"into the bottom","number":"h4688"},{"text":"The depths","number":"h8415"}],"16":[{"text":"as a stone","number":"h68"},{"text":"Fear","number":"h367"},{"text":"upon them by the greatness","number":"h1419"},{"text":"they shall be as still","number":"h1826"},{"text":"which","number":"h2098"},{"text":"of thine arm","number":"h2220"},{"text":"O LORD","number":"h3068"},{"text":"shall fall","number":"h5307"},{"text":"pass over","number":"h5674"},{"text":"pass over","number":"h5674"},{"text":"till the people","number":"h5971"},{"text":"till thy people","number":"h5971"},{"text":"and dread","number":"h6343"},{"text":"thou hast purchased","number":"h7069"}],"10":[{"text":"in the mighty","number":"h117"},{"text":"the sea","number":"h3220"},{"text":"covered","number":"h3680"},{"text":"waters","number":"h4325"},{"text":"Thou didst blow","number":"h5398"},{"text":"as lead","number":"h5777"},{"text":"them they sank","number":"h6749"},{"text":"with thy wind","number":"h7307"}],"15":[{"text":"of Edom","number":"h123"},{"text":"Then","number":"h227"},{"text":"shall take hold","number":"h270"},{"text":"the mighty men","number":"h352"},{"text":"the dukes","number":"h441"},{"text":"shall be amazed","number":"h926"},{"text":"upon them all the inhabitants","number":"h3427"},{"text":"of Canaan","number":"h3667"},{"text":"of Moab","number":"h4124"},{"text":"shall melt away","number":"h4127"},{"text":"trembling","number":"h7461"}],"17":[{"text":"O Lord","number":"h136"},{"text":"Thou shalt bring","number":"h935"},{"text":"them in the mountain","number":"h2022"},{"text":"which thy hands","number":"h3027"},{"text":"O LORD","number":"h3068"},{"text":"for thee to dwell in","number":"h3427"},{"text":"have established","number":"h3559"},{"text":"in the place","number":"h4349"},{"text":"in the Sanctuary","number":"h4720"},{"text":"of thine inheritance","number":"h5159"},{"text":"them in and plant","number":"h5193"},{"text":"which thou hast made","number":"h6466"}],"6":[{"text":"is become glorious","number":"h142"},{"text":"the enemy","number":"h341"},{"text":"O LORD","number":"h3068"},{"text":"O LORD","number":"h3068"},{"text":"Thy right hand","number":"h3225"},{"text":"thy right hand","number":"h3225"},{"text":"in power","number":"h3581"},{"text":"hath dashed in pieces","number":"h7492"}],"11":[{"text":"who is like thee glorious","number":"h142"},{"text":"among the gods","number":"h410"},{"text":"Who is like unto thee O LORD","number":"h3068"},{"text":"fearful","number":"h3372"},{"text":"doing","number":"h6213"},{"text":"wonders","number":"h6382"},{"text":"in holiness","number":"h6944"},{"text":"in praises","number":"h8416"}],"20":[{"text":"of Aaron","number":"h175"},{"text":"the sister","number":"h269"},{"text":"after","number":"h310"},{"text":"and all the women","number":"h802"},{"text":"in her hand","number":"h3027"},{"text":"went out","number":"h3318"},{"text":"took","number":"h3947"},{"text":"and with dances","number":"h4246"},{"text":"And Miriam","number":"h4813"},{"text":"the prophetess","number":"h5031"},{"text":"a timbrel","number":"h8596"},{"text":"her with timbrels","number":"h8596"}],"26":[{"text":"and wilt give ear","number":"h238"},{"text":"thy God","number":"h430"},{"text":"And said","number":"h559"},{"text":"all his statutes","number":"h2706"},{"text":"for I am the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"that which is right","number":"h3477"},{"text":"none of these diseases","number":"h4245"},{"text":"to his commandments","number":"h4687"},{"text":"upon the Egyptians","number":"h4714"},{"text":"in his sight","number":"h5869"},{"text":"and wilt do","number":"h6213"},{"text":"to the voice","number":"h6963"},{"text":"that healeth","number":"h7495"},{"text":"I will put","number":"h7760"},{"text":"upon thee which I have brought","number":"h7760"},{"text":"If thou wilt diligently","number":"h8085"},{"text":"hearken","number":"h8085"},{"text":"and keep","number":"h8104"}],"14":[{"text":"shall take hold","number":"h270"},{"text":"sorrow","number":"h2427"},{"text":"on the inhabitants","number":"h3427"},{"text":"The people","number":"h5971"},{"text":"of Palestina","number":"h6429"},{"text":"and be afraid","number":"h7264"},{"text":"shall hear","number":"h8085"}],"9":[{"text":"The enemy","number":"h341"},{"text":"said","number":"h559"},{"text":"I will divide","number":"h2505"},{"text":"my sword","number":"h2719"},{"text":"my hand","number":"h3027"},{"text":"shall destroy","number":"h3423"},{"text":"shall be satisfied","number":"h4390"},{"text":"my lust","number":"h5315"},{"text":"I will overtake","number":"h5381"},{"text":"I will pursue","number":"h7291"},{"text":"upon them I will draw","number":"h7324"},{"text":"the spoil","number":"h7998"}],"27":[{"text":"to Elim","number":"h362"},{"text":"And they came","number":"h935"},{"text":"and they encamped","number":"h2583"},{"text":"of water","number":"h4325"},{"text":"there by the waters","number":"h4325"},{"text":"wells","number":"h5869"},{"text":"and threescore and ten","number":"h7657"},{"text":"where were twelve","number":"h8147"},{"text":"palm trees","number":"h8558"}],"3":[{"text":"is a man","number":"h376"},{"text":"The LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of war","number":"h4421"},{"text":"is his name","number":"h8034"}],"7":[{"text":"which consumed","number":"h398"},{"text":"of thine excellency","number":"h1347"},{"text":"thou hast overthrown","number":"h2040"},{"text":"thy wrath","number":"h2740"},{"text":"them that rose up against","number":"h6965"},{"text":"them as stubble","number":"h7179"},{"text":"And in the greatness","number":"h7230"},{"text":"thee thou sentest forth","number":"h7971"}],"1":[{"text":"and spake","number":"h559"},{"text":"saying","number":"h559"},{"text":"and the children","number":"h1121"},{"text":"for he hath triumphed","number":"h1342"},{"text":"gloriously","number":"h1342"},{"text":"unto the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"into the sea","number":"h3220"},{"text":"of Israel","number":"h3478"},{"text":"Moses","number":"h4872"},{"text":"the horse","number":"h5483"},{"text":"and his rider","number":"h7392"},{"text":"hath he thrown","number":"h7411"},{"text":"I will sing","number":"h7891"},{"text":"Then sang","number":"h7891"},{"text":"this song","number":"h7892"}],"24":[{"text":"saying","number":"h559"},{"text":"murmured","number":"h3885"},{"text":"against Moses","number":"h4872"},{"text":"And the people","number":"h5971"},{"text":"What shall we drink","number":"h8354"}],"8":[{"text":"of thy nostrils","number":"h639"},{"text":"of the sea","number":"h3220"},{"text":"in the heart","number":"h3820"},{"text":"the waters","number":"h4325"},{"text":"as an heap","number":"h5067"},{"text":"the floods","number":"h5140"},{"text":"stood upright","number":"h5324"},{"text":"were gathered together","number":"h6192"},{"text":"were congealed","number":"h7087"},{"text":"And with the blast","number":"h7307"},{"text":"and the depths","number":"h8415"}],"12":[{"text":"the earth","number":"h776"},{"text":"swallowed","number":"h1104"},{"text":"thy right hand","number":"h3225"},{"text":"Thou stretchedst out","number":"h5186"}],"23":[{"text":"And when they came","number":"h935"},{"text":"they could","number":"h3201"},{"text":"of the waters","number":"h4325"},{"text":"for they were bitter","number":"h4751"},{"text":"Marah","number":"h4785"},{"text":"of Marah","number":"h4785"},{"text":"to Marah","number":"h4785"},{"text":"of it was called","number":"h7121"},{"text":"therefore the name","number":"h8034"},{"text":"not drink","number":"h8354"}],"19":[{"text":"went in","number":"h935"},{"text":"upon them but the children","number":"h1121"},{"text":"went","number":"h1980"},{"text":"on dry","number":"h3004"},{"text":"and the LORD","number":"h3068"},{"text":"into the sea","number":"h3220"},{"text":"of the sea","number":"h3220"},{"text":"of the sea","number":"h3220"},{"text":"of Israel","number":"h3478"},{"text":"the waters","number":"h4325"},{"text":"For the horse","number":"h5483"},{"text":"of Pharaoh","number":"h6547"},{"text":"and with his horsemen","number":"h6571"},{"text":"with his chariots","number":"h7393"},{"text":"brought again","number":"h7725"},{"text":"land in the midst","number":"h8432"}],"21":[{"text":"for he hath triumphed","number":"h1342"},{"text":"gloriously","number":"h1342"},{"text":"ye to the LORD","number":"h3068"},{"text":"into the sea","number":"h3220"},{"text":"And Miriam","number":"h4813"},{"text":"the horse","number":"h5483"},{"text":"answered","number":"h6030"},{"text":"and his rider","number":"h7392"},{"text":"hath he thrown","number":"h7411"},{"text":"them Sing","number":"h7891"}],"13":[{"text":"thou hast redeemed","number":"h1350"},{"text":"which","number":"h2098"},{"text":"Thou in thy mercy","number":"h2617"},{"text":"thou hast guided","number":"h5095"},{"text":"habitation","number":"h5116"},{"text":"hast led forth","number":"h5148"},{"text":"them in thy strength","number":"h5797"},{"text":"the people","number":"h5971"},{"text":"unto thy holy","number":"h6944"}],"4":[{"text":"and his host","number":"h2428"},{"text":"also are drowned","number":"h2883"},{"text":"into the sea","number":"h3220"},{"text":"sea","number":"h3220"},{"text":"hath he cast","number":"h3384"},{"text":"his chosen","number":"h4005"},{"text":"chariots","number":"h4818"},{"text":"in the Red","number":"h5488"},{"text":"Pharaoh's","number":"h6547"},{"text":"captains","number":"h7991"}],"25":[{"text":"for them a statute","number":"h2706"},{"text":"and the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"shewed","number":"h3384"},{"text":"into the waters","number":"h4325"},{"text":"the waters","number":"h4325"},{"text":"and an ordinance","number":"h4941"},{"text":"were made sweet","number":"h4985"},{"text":"and there he proved","number":"h5254"},{"text":"him a tree","number":"h6086"},{"text":"And he cried","number":"h6817"},{"text":"there he made","number":"h7760"},{"text":"which when he had cast","number":"h7993"}],"18":[{"text":"The LORD","number":"h3068"},{"text":"shall reign","number":"h4427"},{"text":"and ever","number":"h5703"},{"text":"for ever","number":"h5769"}],"22":[{"text":"days","number":"h3117"},{"text":"and they went","number":"h3212"},{"text":"sea","number":"h3220"},{"text":"and they went out","number":"h3318"},{"text":"Israel","number":"h3478"},{"text":"in the wilderness","number":"h4057"},{"text":"into the wilderness","number":"h4057"},{"text":"no water","number":"h4325"},{"text":"and found","number":"h4672"},{"text":"So Moses","number":"h4872"},{"text":"brought","number":"h5265"},{"text":"from the Red","number":"h5488"},{"text":"of Shur","number":"h7793"},{"text":"three","number":"h7969"}]}
@@ -0,0 +1 @@
1
+ {"16":[{"text":"for them which are in his tents","number":"h168"},{"text":"of it every man","number":"h376"},{"text":"ye every man","number":"h376"},{"text":"to his eating","number":"h400"},{"text":"which","number":"h834"},{"text":"for every man","number":"h1538"},{"text":"This is the thing","number":"h1697"},{"text":"the LORD","number":"h3068"},{"text":"take","number":"h3947"},{"text":"Gather","number":"h3950"},{"text":"according to the number","number":"h4557"},{"text":"of your persons","number":"h5315"},{"text":"an omer","number":"h6016"},{"text":"according","number":"h6310"},{"text":"hath commanded","number":"h6680"}],"10":[{"text":"And it came to pass as Aaron","number":"h175"},{"text":"of the children","number":"h1121"},{"text":"spake","number":"h1696"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"and behold the glory","number":"h3519"},{"text":"toward the wilderness","number":"h4057"},{"text":"unto the whole congregation","number":"h5712"},{"text":"in the cloud","number":"h6051"},{"text":"that they looked","number":"h6437"},{"text":"appeared","number":"h7200"}],"2":[{"text":"and Aaron","number":"h175"},{"text":"of the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"murmured","number":"h3885"},{"text":"in the wilderness","number":"h4057"},{"text":"against Moses","number":"h4872"},{"text":"And the whole congregation","number":"h5712"}],"6":[{"text":"and Aaron","number":"h175"},{"text":"said","number":"h559"},{"text":"from the land","number":"h776"},{"text":"unto all the children","number":"h1121"},{"text":"then ye shall know","number":"h3045"},{"text":"that the LORD","number":"h3068"},{"text":"hath brought you out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"of Egypt","number":"h4714"},{"text":"And Moses","number":"h4872"},{"text":"At even","number":"h6153"}],"34":[{"text":"so Aaron","number":"h175"},{"text":"As the LORD","number":"h3068"},{"text":"laid it up","number":"h3240"},{"text":"Moses","number":"h4872"},{"text":"to be kept","number":"h4931"},{"text":"the Testimony","number":"h5715"},{"text":"before","number":"h6440"},{"text":"commanded","number":"h6680"}],"33":[{"text":"unto Aaron","number":"h175"},{"text":"a","number":"h259"},{"text":"said","number":"h559"},{"text":"for your generations","number":"h1755"},{"text":"the LORD","number":"h3068"},{"text":"therein and lay it up","number":"h3240"},{"text":"Take","number":"h3947"},{"text":"full","number":"h4393"},{"text":"of manna","number":"h4478"},{"text":"And Moses","number":"h4872"},{"text":"to be kept","number":"h4931"},{"text":"and put","number":"h5414"},{"text":"an omer","number":"h6016"},{"text":"before","number":"h6440"},{"text":"pot","number":"h6803"}],"9":[{"text":"unto Aaron","number":"h175"},{"text":"Say","number":"h559"},{"text":"spake","number":"h559"},{"text":"of the children","number":"h1121"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"And Moses","number":"h4872"},{"text":"unto all the congregation","number":"h5712"},{"text":"before","number":"h6440"},{"text":"Come near","number":"h7126"},{"text":"for he hath heard","number":"h8085"},{"text":"your murmurings","number":"h8519"}],"15":[{"text":"to another","number":"h251"},{"text":"one","number":"h376"},{"text":"you to eat","number":"h402"},{"text":"it they said","number":"h559"},{"text":"said","number":"h559"},{"text":"And when the children","number":"h1121"},{"text":"for they wist","number":"h3045"},{"text":"which the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"unto them This is the bread","number":"h3899"},{"text":"It is manna","number":"h4478"},{"text":"not what it was And Moses","number":"h4872"},{"text":"hath given","number":"h5414"},{"text":"saw","number":"h7200"}],"22":[{"text":"for one","number":"h259"},{"text":"came","number":"h935"},{"text":"day","number":"h3117"},{"text":"as much bread","number":"h3899"},{"text":"they gathered","number":"h3950"},{"text":"Moses","number":"h4872"},{"text":"twice","number":"h4932"},{"text":"and told","number":"h5046"},{"text":"man and all the rulers","number":"h5387"},{"text":"of the congregation","number":"h5712"},{"text":"omers","number":"h6016"},{"text":"two","number":"h8147"},{"text":"And it came to pass that on the sixth","number":"h8345"}],"1":[{"text":"from Elim","number":"h362"},{"text":"which is between Elim","number":"h362"},{"text":"of the land","number":"h776"},{"text":"came","number":"h935"},{"text":"of the children","number":"h1121"},{"text":"month","number":"h2320"},{"text":"on the fifteenth","number":"h2568"},{"text":"day","number":"h3117"},{"text":"after their departing out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"unto the wilderness","number":"h4057"},{"text":"of Egypt","number":"h4714"},{"text":"And they took their journey","number":"h5265"},{"text":"of Sin","number":"h5512"},{"text":"and Sinai","number":"h5514"},{"text":"and all the congregation","number":"h5712"},{"text":"of the second","number":"h8145"}],"36":[{"text":"part of an ephah","number":"h374"},{"text":"Now an omer","number":"h6016"},{"text":"is the tenth","number":"h6224"}],"19":[{"text":"Let no man","number":"h376"},{"text":"said","number":"h559"},{"text":"of it till the morning","number":"h1242"},{"text":"leave","number":"h3498"},{"text":"And Moses","number":"h4872"}],"18":[{"text":"every man","number":"h376"},{"text":"to his eating","number":"h400"},{"text":"had no lack","number":"h2637"},{"text":"they gathered","number":"h3950"},{"text":"And when they did mete","number":"h4058"},{"text":"and he that gathered little","number":"h4591"},{"text":"had nothing over","number":"h5736"},{"text":"it with an omer","number":"h6016"},{"text":"according","number":"h6310"},{"text":"he that gathered much","number":"h7235"}],"21":[{"text":"every man","number":"h376"},{"text":"to his eating","number":"h400"},{"text":"it every morning","number":"h1242"},{"text":"waxed hot","number":"h2552"},{"text":"And they gathered","number":"h3950"},{"text":"it melted","number":"h4549"},{"text":"according","number":"h6310"},{"text":"and when the sun","number":"h8121"}],"29":[{"text":"in his place let no man","number":"h376"},{"text":"ye every man","number":"h376"},{"text":"for that the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"of two days","number":"h3117"},{"text":"go out","number":"h3318"},{"text":"abide","number":"h3427"},{"text":"the bread","number":"h3899"},{"text":"of his place","number":"h4725"},{"text":"hath given","number":"h5414"},{"text":"therefore he giveth","number":"h5414"},{"text":"See","number":"h7200"},{"text":"on the seventh","number":"h7637"},{"text":"you the sabbath","number":"h7676"},{"text":"you on the sixth","number":"h8345"}],"25":[{"text":"Eat","number":"h398"},{"text":"said","number":"h559"},{"text":"unto the LORD","number":"h3068"},{"text":"for to day","number":"h3117"},{"text":"that to day","number":"h3117"},{"text":"to day","number":"h3117"},{"text":"ye shall not find","number":"h4672"},{"text":"And Moses","number":"h4872"},{"text":"is a sabbath","number":"h7676"},{"text":"it in the field","number":"h7704"}],"3":[{"text":"and when we did eat","number":"h398"},{"text":"said","number":"h559"},{"text":"in the land","number":"h776"},{"text":"And the children","number":"h1121"},{"text":"by the flesh","number":"h1320"},{"text":"by the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"for ye have brought us forth","number":"h3318"},{"text":"when we sat","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"bread","number":"h3899"},{"text":"into this wilderness","number":"h4057"},{"text":"to kill","number":"h4191"},{"text":"we had died","number":"h4191"},{"text":"unto them Would to God","number":"h4310"},{"text":"of Egypt","number":"h4714"},{"text":"pots","number":"h5518"},{"text":"this whole assembly","number":"h6951"},{"text":"with hunger","number":"h7458"},{"text":"to the full","number":"h7648"}],"35":[{"text":"did eat","number":"h398"},{"text":"they did eat","number":"h398"},{"text":"forty","number":"h705"},{"text":"of the land","number":"h776"},{"text":"to a land","number":"h776"},{"text":"until they came","number":"h935"},{"text":"until they came","number":"h935"},{"text":"And the children","number":"h1121"},{"text":"inhabited","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"of Canaan","number":"h3667"},{"text":"manna","number":"h4478"},{"text":"manna","number":"h4478"},{"text":"unto the borders","number":"h7097"},{"text":"years","number":"h8141"}],"8":[{"text":"to eat","number":"h398"},{"text":"said","number":"h559"},{"text":"and in the morning","number":"h1242"},{"text":"flesh","number":"h1320"},{"text":"This shall be when the LORD","number":"h3068"},{"text":"are not against us but against the LORD","number":"h3068"},{"text":"for that the LORD","number":"h3068"},{"text":"which ye murmur","number":"h3885"},{"text":"bread","number":"h3899"},{"text":"And Moses","number":"h4872"},{"text":"against him and what are we","number":"h5168"},{"text":"shall give","number":"h5414"},{"text":"you in the evening","number":"h6153"},{"text":"to the full","number":"h7646"},{"text":"heareth","number":"h8085"},{"text":"your murmurings","number":"h8519"},{"text":"your murmurings","number":"h8519"}],"32":[{"text":"wherewith I have fed","number":"h398"},{"text":"said","number":"h559"},{"text":"from the land","number":"h776"},{"text":"This is the thing","number":"h1697"},{"text":"for your generations","number":"h1755"},{"text":"which the LORD","number":"h3068"},{"text":"when I brought you forth","number":"h3318"},{"text":"the bread","number":"h3899"},{"text":"you in the wilderness","number":"h4057"},{"text":"Fill","number":"h4393"},{"text":"of Egypt","number":"h4714"},{"text":"And Moses","number":"h4872"},{"text":"of it to be kept","number":"h4931"},{"text":"an omer","number":"h6016"},{"text":"commandeth","number":"h6680"},{"text":"that they may see","number":"h7200"}],"12":[{"text":"ye shall eat","number":"h398"},{"text":"your God","number":"h430"},{"text":"unto them saying","number":"h559"},{"text":"At even","number":"h996"},{"text":"of the children","number":"h1121"},{"text":"and in the morning","number":"h1242"},{"text":"flesh","number":"h1320"},{"text":"speak","number":"h1696"},{"text":"and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"with bread","number":"h3899"},{"text":"ye shall be filled","number":"h7646"},{"text":"I have heard","number":"h8085"},{"text":"the murmurings","number":"h8519"}],"23":[{"text":"And he said","number":"h559"},{"text":"bake","number":"h644"},{"text":"that which ye will bake","number":"h644"},{"text":"until the morning","number":"h1242"},{"text":"that ye will seethe","number":"h1310"},{"text":"to day and seethe","number":"h1310"},{"text":"hath said","number":"h1696"},{"text":"unto the LORD","number":"h3068"},{"text":"unto them This is that which the LORD","number":"h3068"},{"text":"lay up","number":"h3240"},{"text":"and that which","number":"h3605"},{"text":"To morrow","number":"h4279"},{"text":"for you to be kept","number":"h4931"},{"text":"remaineth over","number":"h5736"},{"text":"of the holy","number":"h6944"},{"text":"sabbath","number":"h7676"},{"text":"is the rest","number":"h7677"}],"4":[{"text":"Then said","number":"h559"},{"text":"a certain rate","number":"h1697"},{"text":"the LORD","number":"h3068"},{"text":"every day","number":"h3117"},{"text":"them whether they will walk","number":"h3212"},{"text":"shall go out","number":"h3318"},{"text":"bread","number":"h3899"},{"text":"and gather","number":"h3950"},{"text":"Behold I will rain","number":"h4305"},{"text":"unto Moses","number":"h4872"},{"text":"that I may prove","number":"h5254"},{"text":"for you and the people","number":"h5971"},{"text":"from heaven","number":"h8064"},{"text":"in my law","number":"h8451"}],"28":[{"text":"said","number":"h559"},{"text":"And the LORD","number":"h3068"},{"text":"How long refuse","number":"h3985"},{"text":"my commandments","number":"h4687"},{"text":"unto Moses","number":"h4872"},{"text":"ye to keep","number":"h8104"},{"text":"and my laws","number":"h8451"}],"11":[{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"20":[{"text":"but some","number":"h582"},{"text":"and stank","number":"h887"},{"text":"of it until the morning","number":"h1242"},{"text":"of them left","number":"h3498"},{"text":"and Moses","number":"h4872"},{"text":"not unto Moses","number":"h4872"},{"text":"was wroth","number":"h7107"},{"text":"and it bred","number":"h7311"},{"text":"Notwithstanding they hearkened","number":"h8085"},{"text":"worms","number":"h8438"}],"14":[{"text":"on the ground","number":"h776"},{"text":"as small","number":"h1851"},{"text":"there lay a small","number":"h1851"},{"text":"round thing","number":"h2636"},{"text":"And when the dew","number":"h2919"},{"text":"as the hoar frost","number":"h3713"},{"text":"of the wilderness","number":"h4057"},{"text":"was gone up","number":"h5927"},{"text":"behold upon the face","number":"h6440"},{"text":"that lay","number":"h7902"}],"5":[{"text":"that which","number":"h834"},{"text":"they bring in","number":"h935"},{"text":"daily","number":"h3117"},{"text":"day","number":"h3117"},{"text":"they shall prepare","number":"h3559"},{"text":"as much as they gather","number":"h3950"},{"text":"and it shall be twice","number":"h4932"},{"text":"And it shall come to pass that on the sixth","number":"h8345"}],"24":[{"text":"and it did not stink","number":"h887"},{"text":"till the morning","number":"h1242"},{"text":"And they laid it up","number":"h3240"},{"text":"as Moses","number":"h4872"},{"text":"bade","number":"h6680"},{"text":"neither was there any worm","number":"h7415"}],"31":[{"text":"And the house","number":"h1004"},{"text":"and it was like coriander","number":"h1407"},{"text":"made with honey","number":"h1706"},{"text":"seed","number":"h2233"},{"text":"and the taste","number":"h2940"},{"text":"of Israel","number":"h3478"},{"text":"white","number":"h3836"},{"text":"thereof Manna","number":"h4478"},{"text":"of it was like wafers","number":"h6838"},{"text":"called","number":"h7121"},{"text":"the name","number":"h8034"}],"17":[{"text":"And the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"so and gathered","number":"h3950"},{"text":"some less","number":"h4591"},{"text":"did","number":"h6213"},{"text":"some more","number":"h7235"}],"7":[{"text":"And in the morning","number":"h1242"},{"text":"against the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"the glory","number":"h3519"},{"text":"that ye murmur","number":"h3885"},{"text":"and what are we","number":"h5168"},{"text":"then ye shall see","number":"h7200"},{"text":"for that he heareth","number":"h8085"},{"text":"your murmurings","number":"h8519"}],"13":[{"text":"and in the morning","number":"h1242"},{"text":"the dew","number":"h2919"},{"text":"and covered","number":"h3680"},{"text":"the camp","number":"h4264"},{"text":"the host","number":"h4264"},{"text":"round about","number":"h5439"},{"text":"came up","number":"h5927"},{"text":"And it came to pass that at even","number":"h6153"},{"text":"lay","number":"h7902"},{"text":"the quails","number":"h7958"}],"26":[{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"ye shall gather","number":"h3950"},{"text":"it but on the seventh","number":"h7637"},{"text":"which is the sabbath","number":"h7676"},{"text":"Six","number":"h8337"}],"27":[{"text":"day","number":"h3117"},{"text":"And it came to pass that there went out","number":"h3318"},{"text":"for to gather","number":"h3950"},{"text":"and they found","number":"h4672"},{"text":"some of the people","number":"h5971"},{"text":"on the seventh","number":"h7637"}],"30":[{"text":"day","number":"h3117"},{"text":"So the people","number":"h5971"},{"text":"on the seventh","number":"h7637"},{"text":"rested","number":"h7673"}]}
@@ -0,0 +1 @@
1
+ {"12":[{"text":"a stone","number":"h68"},{"text":"thereon and Aaron","number":"h175"},{"text":"and the other on the other side","number":"h259"},{"text":"the one on the one side","number":"h259"},{"text":"were steady","number":"h530"},{"text":"until the going down","number":"h935"},{"text":"and Hur","number":"h2354"},{"text":"and his hands","number":"h3027"},{"text":"hands","number":"h3027"},{"text":"his hands","number":"h3027"},{"text":"it under him and he sat","number":"h3427"},{"text":"were heavy","number":"h3515"},{"text":"and they took","number":"h3947"},{"text":"But Moses","number":"h4872"},{"text":"and put","number":"h7760"},{"text":"of the sun","number":"h8121"},{"text":"stayed up","number":"h8551"}],"10":[{"text":"Aaron","number":"h175"},{"text":"had said","number":"h559"},{"text":"of the hill","number":"h1389"},{"text":"and Hur","number":"h2354"},{"text":"So Joshua","number":"h3091"},{"text":"to him and fought","number":"h3898"},{"text":"and Moses","number":"h4872"},{"text":"as Moses","number":"h4872"},{"text":"went up","number":"h5927"},{"text":"with Amalek","number":"h6002"},{"text":"did","number":"h6213"},{"text":"to the top","number":"h7218"}],"14":[{"text":"it in the ears","number":"h241"},{"text":"said","number":"h559"},{"text":"the remembrance","number":"h2143"},{"text":"this for a memorial","number":"h2146"},{"text":"And the LORD","number":"h3068"},{"text":"of Joshua","number":"h3091"},{"text":"Write","number":"h3789"},{"text":"for I will utterly","number":"h4229"},{"text":"put out","number":"h4229"},{"text":"unto Moses","number":"h4872"},{"text":"in a book","number":"h5612"},{"text":"of Amalek","number":"h6002"},{"text":"and rehearse","number":"h7760"},{"text":"from under heaven","number":"h8064"}],"9":[{"text":"of God","number":"h430"},{"text":"said","number":"h559"},{"text":"men","number":"h582"},{"text":"Choose us out","number":"h977"},{"text":"of the hill","number":"h1389"},{"text":"in mine hand","number":"h3027"},{"text":"unto Joshua","number":"h3091"},{"text":"and go out","number":"h3318"},{"text":"fight","number":"h3898"},{"text":"to morrow","number":"h4279"},{"text":"with the rod","number":"h4294"},{"text":"And Moses","number":"h4872"},{"text":"I will stand","number":"h5324"},{"text":"with Amalek","number":"h6002"},{"text":"on the top","number":"h7218"}],"16":[{"text":"For he said","number":"h559"},{"text":"from generation","number":"h1755"},{"text":"to generation","number":"h1755"},{"text":"hath sworn","number":"h3027"},{"text":"Because the LORD","number":"h3050"},{"text":"that the LORD","number":"h3068"},{"text":"will have war","number":"h4421"},{"text":"with Amalek","number":"h6002"}],"2":[{"text":"and said","number":"h559"},{"text":"said","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"us water","number":"h4325"},{"text":"And Moses","number":"h4872"},{"text":"with Moses","number":"h4872"},{"text":"ye with me wherefore do ye tempt","number":"h5254"},{"text":"Give","number":"h5414"},{"text":"Wherefore the people","number":"h5971"},{"text":"did chide","number":"h7378"},{"text":"unto them Why chide","number":"h7378"},{"text":"that we may drink","number":"h8354"}],"3":[{"text":"and said","number":"h559"},{"text":"us and our children","number":"h1121"},{"text":"murmured","number":"h3885"},{"text":"to kill","number":"h4191"},{"text":"there for water","number":"h4325"},{"text":"us up out of Egypt","number":"h4714"},{"text":"and our cattle","number":"h4735"},{"text":"against Moses","number":"h4872"},{"text":"Wherefore is this that thou hast brought","number":"h5927"},{"text":"And the people","number":"h5971"},{"text":"and the people","number":"h5971"},{"text":"thirsted","number":"h6770"},{"text":"with thirst","number":"h6772"}],"5":[{"text":"said","number":"h559"},{"text":"and go","number":"h1980"},{"text":"with thee of the elders","number":"h2205"},{"text":"the river","number":"h2975"},{"text":"in thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"and take","number":"h3947"},{"text":"take","number":"h3947"},{"text":"and thy rod","number":"h4294"},{"text":"unto Moses","number":"h4872"},{"text":"wherewith thou smotest","number":"h5221"},{"text":"Go on","number":"h5674"},{"text":"the people","number":"h5971"},{"text":"before","number":"h6440"}],"4":[{"text":"saying","number":"h559"},{"text":"unto the LORD","number":"h3068"},{"text":"they be almost","number":"h4592"},{"text":"And Moses","number":"h4872"},{"text":"ready to stone","number":"h5619"},{"text":"unto this people","number":"h5971"},{"text":"What shall I do","number":"h6213"},{"text":"cried","number":"h6817"}],"7":[{"text":"saying","number":"h559"},{"text":"of the children","number":"h1121"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"Is","number":"h3426"},{"text":"of Israel","number":"h3478"},{"text":"Massah","number":"h4532"},{"text":"of the place","number":"h4725"},{"text":"and Meribah","number":"h4809"},{"text":"and because they tempted","number":"h5254"},{"text":"And he called","number":"h7121"},{"text":"among","number":"h7130"},{"text":"because of the chiding","number":"h7379"},{"text":"the name","number":"h8034"}],"8":[{"text":"Then came","number":"h935"},{"text":"with Israel","number":"h3478"},{"text":"and fought","number":"h3898"},{"text":"Amalek","number":"h6002"},{"text":"in Rephidim","number":"h7508"}],"1":[{"text":"of the children","number":"h1121"},{"text":"and pitched","number":"h2583"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"from the wilderness","number":"h4057"},{"text":"and there was no water","number":"h4325"},{"text":"after their journeys","number":"h4550"},{"text":"journeyed","number":"h5265"},{"text":"of Sin","number":"h5512"},{"text":"And all the congregation","number":"h5712"},{"text":"for the people","number":"h5971"},{"text":"according to the commandment","number":"h6310"},{"text":"in Rephidim","number":"h7508"},{"text":"to drink","number":"h8354"}],"15":[{"text":"built","number":"h1129"},{"text":"of it Jehovahnissi","number":"h3071"},{"text":"an altar","number":"h4196"},{"text":"And Moses","number":"h4872"},{"text":"and called","number":"h7121"},{"text":"the name","number":"h8034"}],"11":[{"text":"prevailed","number":"h1396"},{"text":"prevailed","number":"h1396"},{"text":"his hand","number":"h3027"},{"text":"his hand","number":"h3027"},{"text":"that Israel","number":"h3478"},{"text":"And it came to pass when Moses","number":"h4872"},{"text":"and when he let down","number":"h5117"},{"text":"Amalek","number":"h6002"},{"text":"held up","number":"h7311"}],"6":[{"text":"of the elders","number":"h2205"},{"text":"in Horeb","number":"h2722"},{"text":"and there shall come","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"water","number":"h4325"},{"text":"And Moses","number":"h4872"},{"text":"and thou shalt smite","number":"h5221"},{"text":"so in the sight","number":"h5869"},{"text":"out of it that the people","number":"h5971"},{"text":"Behold I will stand","number":"h5975"},{"text":"did","number":"h6213"},{"text":"before","number":"h6440"},{"text":"the rock","number":"h6697"},{"text":"thee there upon the rock","number":"h6697"},{"text":"may drink","number":"h8354"}],"13":[{"text":"discomfited","number":"h2522"},{"text":"of the sword","number":"h2719"},{"text":"And Joshua","number":"h3091"},{"text":"and his people","number":"h5971"},{"text":"Amalek","number":"h6002"},{"text":"with the edge","number":"h6310"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"of my father","number":"h1"},{"text":"of the other","number":"h259"},{"text":"for the God","number":"h430"},{"text":"was Eliezer","number":"h461"},{"text":"me from the sword","number":"h2719"},{"text":"and delivered","number":"h5337"},{"text":"said he was mine help","number":"h5828"},{"text":"of Pharaoh","number":"h6547"},{"text":"And the name","number":"h8034"}],"7":[{"text":"into the tent","number":"h168"},{"text":"each","number":"h376"},{"text":"and they came","number":"h935"},{"text":"his father in law","number":"h2859"},{"text":"went out","number":"h3318"},{"text":"And Moses","number":"h4872"},{"text":"and kissed","number":"h5401"},{"text":"to meet","number":"h7125"},{"text":"other","number":"h7453"},{"text":"him and they asked","number":"h7592"},{"text":"and did obeisance","number":"h7812"},{"text":"of their welfare","number":"h7965"}],"12":[{"text":"and Aaron","number":"h175"},{"text":"to eat","number":"h398"},{"text":"God","number":"h430"},{"text":"for God","number":"h430"},{"text":"came","number":"h935"},{"text":"and sacrifices","number":"h2077"},{"text":"and all the elders","number":"h2205"},{"text":"father in law","number":"h2859"},{"text":"father in law","number":"h2859"},{"text":"of Israel","number":"h3478"},{"text":"And Jethro","number":"h3503"},{"text":"bread","number":"h3899"},{"text":"took","number":"h3947"},{"text":"Moses","number":"h4872"},{"text":"with Moses","number":"h4872"},{"text":"a burnt offering","number":"h5930"},{"text":"before","number":"h6440"}],"8":[{"text":"sake","number":"h182"},{"text":"upon them by the way","number":"h1870"},{"text":"his father in law","number":"h2859"},{"text":"all that the LORD","number":"h3068"},{"text":"and how the LORD","number":"h3068"},{"text":"for Israel's","number":"h3478"},{"text":"that had come","number":"h4672"},{"text":"and to the Egyptians","number":"h4714"},{"text":"And Moses","number":"h4872"},{"text":"delivered","number":"h5337"},{"text":"told","number":"h5608"},{"text":"had done","number":"h6213"},{"text":"unto Pharaoh","number":"h6547"},{"text":"and all the travail","number":"h8513"}],"3":[{"text":"of the one","number":"h259"},{"text":"for he said","number":"h559"},{"text":"land","number":"h776"},{"text":"sons","number":"h1121"},{"text":"I have been an alien","number":"h1616"},{"text":"was Gershom","number":"h1647"},{"text":"in a strange","number":"h5237"},{"text":"of which the name","number":"h8034"},{"text":"And her two","number":"h8147"}],"2":[{"text":"after","number":"h310"},{"text":"wife","number":"h802"},{"text":"father in law","number":"h2859"},{"text":"Then Jethro","number":"h3503"},{"text":"took","number":"h3947"},{"text":"Moses","number":"h4872"},{"text":"Moses","number":"h4872"},{"text":"Zipporah","number":"h6855"},{"text":"he had sent her back","number":"h7964"}],"16":[{"text":"between one","number":"h376"},{"text":"of God","number":"h430"},{"text":"they come","number":"h935"},{"text":"When they have a matter","number":"h1697"},{"text":"the statutes","number":"h2706"},{"text":"and I do make them know","number":"h3045"},{"text":"and another","number":"h7453"},{"text":"unto me and I judge","number":"h8199"},{"text":"and his laws","number":"h8451"}],"21":[{"text":"God","number":"h430"},{"text":"of thousands","number":"h505"},{"text":"of truth","number":"h571"},{"text":"men","number":"h582"},{"text":"men","number":"h582"},{"text":"covetousness","number":"h1215"},{"text":"Moreover thou shalt provide","number":"h2372"},{"text":"able","number":"h2428"},{"text":"of fifties","number":"h2572"},{"text":"such as fear","number":"h3373"},{"text":"of hundreds","number":"h3967"},{"text":"out of all the people","number":"h5971"},{"text":"of tens","number":"h6235"},{"text":"and place","number":"h7760"},{"text":"hating","number":"h8130"},{"text":"and rulers","number":"h8269"},{"text":"and rulers","number":"h8269"},{"text":"rulers","number":"h8269"},{"text":"such over them to be rulers","number":"h8269"}],"19":[{"text":"and God","number":"h430"},{"text":"unto God","number":"h430"},{"text":"that thou mayest bring","number":"h935"},{"text":"the causes","number":"h1697"},{"text":"shall be","number":"h1961"},{"text":"I will give thee counsel","number":"h3289"},{"text":"to God-ward","number":"h4136"},{"text":"with thee Be thou for the people","number":"h5971"},{"text":"now unto my voice","number":"h6963"},{"text":"Hearken","number":"h8085"}],"23":[{"text":"and God","number":"h430"},{"text":"shall also go","number":"h935"},{"text":"this thing","number":"h1697"},{"text":"thee so then thou shalt be able","number":"h3201"},{"text":"to their place","number":"h4725"},{"text":"and all this people","number":"h5971"},{"text":"to endure","number":"h5975"},{"text":"If thou shalt do","number":"h6213"},{"text":"command","number":"h6680"},{"text":"in peace","number":"h7965"}],"15":[{"text":"of God","number":"h430"},{"text":"said","number":"h559"},{"text":"come","number":"h935"},{"text":"unto me to enquire","number":"h1875"},{"text":"unto his father in law","number":"h2859"},{"text":"And Moses","number":"h4872"},{"text":"Because the people","number":"h5971"}],"5":[{"text":"of God","number":"h430"},{"text":"and his wife","number":"h802"},{"text":"came","number":"h935"},{"text":"with his sons","number":"h1121"},{"text":"at the mount","number":"h2022"},{"text":"where he encamped","number":"h2583"},{"text":"father in law","number":"h2859"},{"text":"And Jethro","number":"h3503"},{"text":"into the wilderness","number":"h4057"},{"text":"Moses","number":"h4872"},{"text":"unto Moses","number":"h4872"}],"1":[{"text":"of all that God","number":"h430"},{"text":"father in law","number":"h2859"},{"text":"and that the LORD","number":"h3068"},{"text":"had brought","number":"h3318"},{"text":"Israel","number":"h3478"},{"text":"and for Israel","number":"h3478"},{"text":"When Jethro","number":"h3503"},{"text":"the priest","number":"h3548"},{"text":"of Midian","number":"h4080"},{"text":"out of Egypt","number":"h4714"},{"text":"Moses","number":"h4872"},{"text":"for Moses","number":"h4872"},{"text":"his people","number":"h5971"},{"text":"had done","number":"h6213"},{"text":"heard","number":"h8085"}],"11":[{"text":"than all gods","number":"h430"},{"text":"is greater","number":"h1419"},{"text":"for in the thing","number":"h1697"},{"text":"wherein they dealt proudly","number":"h2102"},{"text":"Now I know","number":"h3045"},{"text":"that the LORD","number":"h3068"}],"25":[{"text":"of thousands","number":"h505"},{"text":"men","number":"h582"},{"text":"chose","number":"h977"},{"text":"able","number":"h2428"},{"text":"of fifties","number":"h2572"},{"text":"out of all Israel","number":"h3478"},{"text":"of hundreds","number":"h3967"},{"text":"And Moses","number":"h4872"},{"text":"and made","number":"h5414"},{"text":"over the people","number":"h5971"},{"text":"of tens","number":"h6235"},{"text":"them heads","number":"h7218"},{"text":"and rulers","number":"h8269"},{"text":"rulers","number":"h8269"},{"text":"rulers","number":"h8269"},{"text":"rulers","number":"h8269"}],"6":[{"text":"And he said","number":"h559"},{"text":"unto thee and thy wife","number":"h802"},{"text":"am come","number":"h935"},{"text":"sons","number":"h1121"},{"text":"I thy father in law","number":"h2859"},{"text":"Jethro","number":"h3503"},{"text":"unto Moses","number":"h4872"},{"text":"and her two","number":"h8147"}],"24":[{"text":"all that he had said","number":"h559"},{"text":"of his father in law","number":"h2859"},{"text":"So Moses","number":"h4872"},{"text":"and did","number":"h6213"},{"text":"to the voice","number":"h6963"},{"text":"hearkened","number":"h8085"}],"14":[{"text":"he said","number":"h559"},{"text":"by thee from morning","number":"h1242"},{"text":"What is this thing","number":"h1697"},{"text":"father in law","number":"h2859"},{"text":"why sittest","number":"h3427"},{"text":"And when Moses","number":"h4872"},{"text":"stand","number":"h5324"},{"text":"thou thyself alone and all the people","number":"h5971"},{"text":"to the people","number":"h5971"},{"text":"to the people","number":"h5971"},{"text":"unto even","number":"h6153"},{"text":"all that he did","number":"h6213"},{"text":"that thou doest","number":"h6213"},{"text":"saw","number":"h7200"}],"10":[{"text":"said","number":"h559"},{"text":"Blessed","number":"h1288"},{"text":"and out of the hand","number":"h3027"},{"text":"from under the hand","number":"h3027"},{"text":"you out of the hand","number":"h3027"},{"text":"be the LORD","number":"h3068"},{"text":"And Jethro","number":"h3503"},{"text":"of the Egyptians","number":"h4714"},{"text":"of the Egyptians","number":"h4714"},{"text":"who hath delivered","number":"h5337"},{"text":"who hath delivered","number":"h5337"},{"text":"the people","number":"h5971"},{"text":"of Pharaoh","number":"h6547"}],"17":[{"text":"said","number":"h559"},{"text":"unto him The thing","number":"h1697"},{"text":"father in law","number":"h2859"},{"text":"is not good","number":"h2896"},{"text":"And Moses","number":"h4872"},{"text":"that thou doest","number":"h6213"}],"27":[{"text":"his way into his own land","number":"h776"},{"text":"let his father in law","number":"h2859"},{"text":"and he went","number":"h3212"},{"text":"And Moses","number":"h4872"},{"text":"depart","number":"h7971"}],"26":[{"text":"they brought","number":"h935"},{"text":"causes","number":"h1697"},{"text":"matter","number":"h1697"},{"text":"unto Moses","number":"h4872"},{"text":"the people","number":"h5971"},{"text":"at all seasons","number":"h6256"},{"text":"but every small","number":"h6996"},{"text":"the hard","number":"h7186"},{"text":"And they judged","number":"h8199"},{"text":"they judged","number":"h8199"}],"22":[{"text":"they shall bring","number":"h935"},{"text":"and it shall be that every great","number":"h1419"},{"text":"matter","number":"h1697"},{"text":"matter","number":"h1697"},{"text":"for thyself and they shall bear","number":"h5375"},{"text":"the people","number":"h5971"},{"text":"at all seasons","number":"h6256"},{"text":"unto thee but every small","number":"h6996"},{"text":"so shall it be easier","number":"h7043"},{"text":"And let them judge","number":"h8199"},{"text":"they shall judge","number":"h8199"}],"13":[{"text":"from the morning","number":"h1242"},{"text":"sat","number":"h3427"},{"text":"And it came to pass on the morrow","number":"h4283"},{"text":"by Moses","number":"h4872"},{"text":"that Moses","number":"h4872"},{"text":"and the people","number":"h5971"},{"text":"the people","number":"h5971"},{"text":"stood","number":"h5975"},{"text":"unto the evening","number":"h6153"},{"text":"to judge","number":"h8199"}],"18":[{"text":"that is with thee for this thing","number":"h1697"},{"text":"for thee thou art not able","number":"h3201"},{"text":"is too heavy","number":"h3515"},{"text":"Thou wilt surely","number":"h5034"},{"text":"wear away","number":"h5034"},{"text":"both thou and this people","number":"h5971"},{"text":"to perform","number":"h6213"}],"20":[{"text":"them the way","number":"h1870"},{"text":"And thou shalt teach","number":"h2094"},{"text":"them ordinances","number":"h2706"},{"text":"and shalt shew","number":"h3045"},{"text":"wherein they must walk","number":"h3212"},{"text":"and the work","number":"h4639"},{"text":"that they must do","number":"h6213"},{"text":"and laws","number":"h8451"}],"9":[{"text":"rejoiced","number":"h2302"},{"text":"for all the goodness","number":"h2896"},{"text":"out of the hand","number":"h3027"},{"text":"which the LORD","number":"h3068"},{"text":"to Israel","number":"h3478"},{"text":"And Jethro","number":"h3503"},{"text":"of the Egyptians","number":"h4714"},{"text":"whom he had delivered","number":"h5337"},{"text":"had done","number":"h6213"}]}