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
+ {"19":[{"text":"and in vessels of stone","number":"h68"},{"text":"and upon their ponds","number":"h98"},{"text":"unto Aaron","number":"h175"},{"text":"Say","number":"h559"},{"text":"spake","number":"h559"},{"text":"throughout all the land","number":"h776"},{"text":"and that there may be blood","number":"h1818"},{"text":"that they may become blood","number":"h1818"},{"text":"upon their rivers","number":"h2975"},{"text":"thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"Take","number":"h3947"},{"text":"thy rod","number":"h4294"},{"text":"of water","number":"h4325"},{"text":"upon the waters","number":"h4325"},{"text":"of Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"and upon all their pools","number":"h4723"},{"text":"unto Moses","number":"h4872"},{"text":"upon their streams","number":"h5104"},{"text":"and stretch out","number":"h5186"},{"text":"both in vessels of wood","number":"h6086"}],"1":[{"text":"and Aaron","number":"h175"},{"text":"thy brother","number":"h251"},{"text":"thee a god","number":"h430"},{"text":"said","number":"h559"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"},{"text":"shall be thy prophet","number":"h5030"},{"text":"I have made","number":"h5414"},{"text":"to Pharaoh","number":"h6547"},{"text":"See","number":"h7200"}],"10":[{"text":"and Aaron","number":"h175"},{"text":"and Aaron","number":"h175"},{"text":"went in","number":"h935"},{"text":"so as the LORD","number":"h3068"},{"text":"his rod","number":"h4294"},{"text":"And Moses","number":"h4872"},{"text":"his servants","number":"h5650"},{"text":"and they did","number":"h6213"},{"text":"and before","number":"h6440"},{"text":"before","number":"h6440"},{"text":"Pharaoh","number":"h6547"},{"text":"unto Pharaoh","number":"h6547"},{"text":"had commanded","number":"h6680"},{"text":"cast down","number":"h7993"},{"text":"and it became a serpent","number":"h8577"}],"20":[{"text":"and Aaron","number":"h175"},{"text":"to blood","number":"h1818"},{"text":"were turned","number":"h2015"},{"text":"that were in the river","number":"h2975"},{"text":"that were in the river","number":"h2975"},{"text":"so as the LORD","number":"h3068"},{"text":"the rod","number":"h4294"},{"text":"and all the waters","number":"h4325"},{"text":"the waters","number":"h4325"},{"text":"And Moses","number":"h4872"},{"text":"and smote","number":"h5221"},{"text":"of his servants","number":"h5650"},{"text":"and in the sight","number":"h5869"},{"text":"in the sight","number":"h5869"},{"text":"did","number":"h6213"},{"text":"of Pharaoh","number":"h6547"},{"text":"commanded","number":"h6680"},{"text":"and he lifted up","number":"h7311"}],"6":[{"text":"and Aaron","number":"h175"},{"text":"as the LORD","number":"h3068"},{"text":"And Moses","number":"h4872"},{"text":"did","number":"h6213"},{"text":"them so did","number":"h6213"},{"text":"commanded","number":"h6680"}],"7":[{"text":"and Aaron","number":"h175"},{"text":"old","number":"h1121"},{"text":"old","number":"h1121"},{"text":"when they spake","number":"h1696"},{"text":"And Moses","number":"h4872"},{"text":"unto Pharaoh","number":"h6547"},{"text":"and three","number":"h7969"},{"text":"fourscore","number":"h8084"},{"text":"was fourscore","number":"h8084"},{"text":"years","number":"h8141"},{"text":"years","number":"h8141"}],"8":[{"text":"and unto Aaron","number":"h175"},{"text":"saying","number":"h559"},{"text":"spake","number":"h559"},{"text":"And the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"}],"12":[{"text":"but Aaron's","number":"h175"},{"text":"every man","number":"h376"},{"text":"swallowed up","number":"h1104"},{"text":"his rod","number":"h4294"},{"text":"rod","number":"h4294"},{"text":"their rods","number":"h4294"},{"text":"For they cast down","number":"h7993"},{"text":"and they became serpents","number":"h8577"}],"2":[{"text":"thee and Aaron","number":"h175"},{"text":"thy brother","number":"h251"},{"text":"out of his land","number":"h776"},{"text":"the children","number":"h1121"},{"text":"Thou shalt speak","number":"h1696"},{"text":"shall speak","number":"h1696"},{"text":"of Israel","number":"h3478"},{"text":"unto Pharaoh","number":"h6547"},{"text":"all that I command","number":"h6680"},{"text":"that he send","number":"h7971"}],"9":[{"text":"unto Aaron","number":"h175"},{"text":"for you then thou shalt say","number":"h559"},{"text":"unto you saying","number":"h559"},{"text":"shall speak","number":"h1696"},{"text":"Take","number":"h3947"},{"text":"a miracle","number":"h4159"},{"text":"thy rod","number":"h4294"},{"text":"Shew","number":"h5414"},{"text":"it before","number":"h6440"},{"text":"Pharaoh","number":"h6547"},{"text":"When Pharaoh","number":"h6547"},{"text":"and cast","number":"h7993"},{"text":"and it shall become a serpent","number":"h8577"}],"3":[{"text":"my signs","number":"h226"},{"text":"in the land","number":"h776"},{"text":"heart","number":"h3820"},{"text":"and my wonders","number":"h4159"},{"text":"of Egypt","number":"h4714"},{"text":"Pharaoh's","number":"h6547"},{"text":"And I will harden","number":"h7185"},{"text":"and multiply","number":"h7235"}],"25":[{"text":"after","number":"h310"},{"text":"the river","number":"h2975"},{"text":"that the LORD","number":"h3068"},{"text":"days","number":"h3117"},{"text":"were fulfilled","number":"h4390"},{"text":"had smitten","number":"h5221"},{"text":"And seven","number":"h7651"}],"16":[{"text":"God","number":"h430"},{"text":"And thou shalt say","number":"h559"},{"text":"me unto thee saying","number":"h559"},{"text":"unto him The LORD","number":"h3068"},{"text":"and behold hitherto","number":"h3541"},{"text":"me in the wilderness","number":"h4057"},{"text":"that they may serve","number":"h5647"},{"text":"of the Hebrews","number":"h5680"},{"text":"Let my people","number":"h5971"},{"text":"go","number":"h7971"},{"text":"hath sent","number":"h7971"},{"text":"thou wouldest not hear","number":"h8085"}],"17":[{"text":"Thus saith","number":"h559"},{"text":"to blood","number":"h1818"},{"text":"and they shall be turned","number":"h2015"},{"text":"which are in the river","number":"h2975"},{"text":"that is in mine hand","number":"h3027"},{"text":"In this thou shalt know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"with the rod","number":"h4294"},{"text":"upon the waters","number":"h4325"},{"text":"behold I will smite","number":"h5221"}],"14":[{"text":"said","number":"h559"},{"text":"And the LORD","number":"h3068"},{"text":"is hardened","number":"h3515"},{"text":"heart","number":"h3820"},{"text":"he refuseth","number":"h3985"},{"text":"unto Moses","number":"h4872"},{"text":"to let the people","number":"h5971"},{"text":"Pharaoh's","number":"h6547"},{"text":"go","number":"h7971"}],"4":[{"text":"out of the land","number":"h776"},{"text":"the children","number":"h1121"},{"text":"by great","number":"h1419"},{"text":"my hand","number":"h3027"},{"text":"and bring forth","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"of Egypt","number":"h4714"},{"text":"upon Egypt","number":"h4714"},{"text":"unto you that I may lay","number":"h5414"},{"text":"and my people","number":"h5971"},{"text":"But Pharaoh","number":"h6547"},{"text":"mine armies","number":"h6635"},{"text":"shall not hearken","number":"h8085"},{"text":"judgments","number":"h8201"}],"21":[{"text":"throughout all the land","number":"h776"},{"text":"stank","number":"h887"},{"text":"And the fish","number":"h1710"},{"text":"and there was blood","number":"h1818"},{"text":"and the river","number":"h2975"},{"text":"of the river","number":"h2975"},{"text":"that was in the river","number":"h2975"},{"text":"could","number":"h3201"},{"text":"died","number":"h4191"},{"text":"of the water","number":"h4325"},{"text":"and the Egyptians","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"not drink","number":"h8354"}],"18":[{"text":"shall stink","number":"h887"},{"text":"And the fish","number":"h1710"},{"text":"and the river","number":"h2975"},{"text":"of the river","number":"h2975"},{"text":"that is in the river","number":"h2975"},{"text":"shall lothe","number":"h3811"},{"text":"shall die","number":"h4191"},{"text":"of the water","number":"h4325"},{"text":"and the Egyptians","number":"h4714"},{"text":"to drink","number":"h8354"}],"23":[{"text":"and went","number":"h935"},{"text":"into his house","number":"h1004"},{"text":"to this","number":"h2063"},{"text":"his heart","number":"h3820"},{"text":"turned","number":"h6437"},{"text":"And Pharaoh","number":"h6547"},{"text":"neither did he set","number":"h7896"}],"5":[{"text":"the children","number":"h1121"},{"text":"mine hand","number":"h3027"},{"text":"shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"and bring out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"And the Egyptians","number":"h4714"},{"text":"upon Egypt","number":"h4714"},{"text":"when I stretch forth","number":"h5186"},{"text":"from among","number":"h8432"}],"15":[{"text":"in the morning","number":"h1242"},{"text":"which was turned","number":"h2015"},{"text":"by the river's","number":"h2975"},{"text":"in thine hand","number":"h3027"},{"text":"Get","number":"h3212"},{"text":"lo he goeth out","number":"h3318"},{"text":"shalt thou take","number":"h3947"},{"text":"and the rod","number":"h4294"},{"text":"unto the water","number":"h4325"},{"text":"to a serpent","number":"h5175"},{"text":"and thou shalt stand","number":"h5324"},{"text":"thee unto Pharaoh","number":"h6547"},{"text":"against he come","number":"h7125"},{"text":"brink","number":"h8193"}],"13":[{"text":"had said","number":"h1696"},{"text":"And he hardened","number":"h2388"},{"text":"not unto them as the LORD","number":"h3068"},{"text":"heart","number":"h3820"},{"text":"Pharaoh's","number":"h6547"},{"text":"that he hearkened","number":"h8085"}],"22":[{"text":"had said","number":"h1696"},{"text":"was hardened","number":"h2388"},{"text":"And the magicians","number":"h2748"},{"text":"unto them as the LORD","number":"h3068"},{"text":"heart","number":"h3820"},{"text":"so with their enchantments","number":"h3909"},{"text":"of Egypt","number":"h4714"},{"text":"did","number":"h6213"},{"text":"and Pharaoh's","number":"h6547"},{"text":"neither did he hearken","number":"h8085"}],"11":[{"text":"the wise men","number":"h2450"},{"text":"now the magicians","number":"h2748"},{"text":"in like manner","number":"h3651"},{"text":"and the sorcerers","number":"h3784"},{"text":"with their enchantments","number":"h3858"},{"text":"of Egypt","number":"h4714"},{"text":"they also did","number":"h6213"},{"text":"Then Pharaoh","number":"h6547"},{"text":"also called","number":"h7121"}],"24":[{"text":"digged","number":"h2658"},{"text":"of the river","number":"h2975"},{"text":"the river","number":"h2975"},{"text":"for they could","number":"h3201"},{"text":"for water","number":"h4325"},{"text":"of the water","number":"h4325"},{"text":"And all the Egyptians","number":"h4714"},{"text":"round about","number":"h5439"},{"text":"not drink","number":"h8354"},{"text":"to drink","number":"h8354"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"and over the ponds","number":"h98"},{"text":"unto Aaron","number":"h175"},{"text":"Say","number":"h559"},{"text":"spake","number":"h559"},{"text":"upon the land","number":"h776"},{"text":"over the rivers","number":"h2975"},{"text":"thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"with thy rod","number":"h4294"},{"text":"of Egypt","number":"h4714"},{"text":"unto Moses","number":"h4872"},{"text":"over the streams","number":"h5104"},{"text":"Stretch forth","number":"h5186"},{"text":"to come up","number":"h5927"},{"text":"and cause frogs","number":"h6854"}],"17":[{"text":"in man","number":"h120"},{"text":"so for Aaron","number":"h175"},{"text":"of the earth","number":"h776"},{"text":"of the land","number":"h776"},{"text":"throughout all the land","number":"h776"},{"text":"and in beast","number":"h929"},{"text":"his hand","number":"h3027"},{"text":"and it became lice","number":"h3654"},{"text":"became lice","number":"h3654"},{"text":"with his rod","number":"h4294"},{"text":"of Egypt","number":"h4714"},{"text":"stretched out","number":"h5186"},{"text":"and smote","number":"h5221"},{"text":"all the dust","number":"h6083"},{"text":"the dust","number":"h6083"},{"text":"And they did","number":"h6213"}],"18":[{"text":"upon man","number":"h120"},{"text":"and upon beast","number":"h929"},{"text":"And the magicians","number":"h2748"},{"text":"but they could","number":"h3201"},{"text":"to bring forth","number":"h3318"},{"text":"lice","number":"h3654"},{"text":"not so there were lice","number":"h3654"},{"text":"so with their enchantments","number":"h3909"},{"text":"did","number":"h6213"}],"21":[{"text":"of flies and also the ground","number":"h127"},{"text":"and into thy houses","number":"h1004"},{"text":"and the houses","number":"h1004"},{"text":"shall be full","number":"h4390"},{"text":"of the Egyptians","number":"h4714"},{"text":"of flies upon thee and upon thy servants","number":"h5650"},{"text":"Else if thou wilt not let my people","number":"h5971"},{"text":"and upon thy people","number":"h5971"},{"text":"of swarms","number":"h6157"},{"text":"swarms","number":"h6157"},{"text":"behold I will send","number":"h7971"},{"text":"go","number":"h7971"}],"6":[{"text":"And Aaron","number":"h175"},{"text":"the land","number":"h776"},{"text":"his hand","number":"h3027"},{"text":"and covered","number":"h3680"},{"text":"over the waters","number":"h4325"},{"text":"of Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"stretched out","number":"h5186"},{"text":"came up","number":"h5927"},{"text":"and the frogs","number":"h6854"}],"12":[{"text":"and Aaron","number":"h175"},{"text":"because of","number":"h1697"},{"text":"unto the LORD","number":"h3068"},{"text":"went out","number":"h3318"},{"text":"And Moses","number":"h4872"},{"text":"and Moses","number":"h4872"},{"text":"against Pharaoh","number":"h6547"},{"text":"from Pharaoh","number":"h6547"},{"text":"cried","number":"h6817"},{"text":"the frogs","number":"h6854"},{"text":"which he had brought","number":"h7760"}],"8":[{"text":"and Aaron","number":"h175"},{"text":"and said","number":"h559"},{"text":"that they may do sacrifice","number":"h2076"},{"text":"the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"for Moses","number":"h4872"},{"text":"that he may take away","number":"h5493"},{"text":"and I will let the people","number":"h5971"},{"text":"from me and from my people","number":"h5971"},{"text":"Intreat","number":"h6279"},{"text":"Then Pharaoh","number":"h6547"},{"text":"the frogs","number":"h6854"},{"text":"called","number":"h7121"},{"text":"go","number":"h7971"}],"25":[{"text":"and for Aaron","number":"h175"},{"text":"for","number":"h413"},{"text":"to your God","number":"h430"},{"text":"and said","number":"h559"},{"text":"in the land","number":"h776"},{"text":"ye sacrifice","number":"h2076"},{"text":"Go","number":"h3212"},{"text":"Moses","number":"h4872"},{"text":"And Pharaoh","number":"h6547"},{"text":"called","number":"h7121"}],"16":[{"text":"unto Aaron","number":"h175"},{"text":"Say","number":"h559"},{"text":"said","number":"h559"},{"text":"of the land","number":"h776"},{"text":"throughout all the land","number":"h776"},{"text":"And the LORD","number":"h3068"},{"text":"that it may become lice","number":"h3654"},{"text":"thy rod","number":"h4294"},{"text":"of Egypt","number":"h4714"},{"text":"unto Moses","number":"h4872"},{"text":"Stretch out","number":"h5186"},{"text":"and smite","number":"h5221"},{"text":"the dust","number":"h6083"}],"23":[{"text":"shall this sign","number":"h226"},{"text":"to morrow","number":"h4279"},{"text":"and thy people","number":"h5971"},{"text":"between my people","number":"h5971"},{"text":"a division","number":"h6304"},{"text":"And I will put","number":"h7760"}],"31":[{"text":"not one","number":"h259"},{"text":"according to the word","number":"h1697"},{"text":"And the LORD","number":"h3068"},{"text":"of Moses","number":"h4872"},{"text":"and he removed","number":"h5493"},{"text":"from his servants","number":"h5650"},{"text":"and from his people","number":"h5971"},{"text":"the swarms","number":"h6157"},{"text":"did","number":"h6213"},{"text":"of flies from Pharaoh","number":"h6547"},{"text":"there remained","number":"h7604"}],"19":[{"text":"of God","number":"h430"},{"text":"said","number":"h559"},{"text":"This is the finger","number":"h676"},{"text":"had said","number":"h1696"},{"text":"was hardened","number":"h2388"},{"text":"Then the magicians","number":"h2748"},{"text":"not unto them as the LORD","number":"h3068"},{"text":"heart","number":"h3820"},{"text":"and Pharaoh's","number":"h6547"},{"text":"unto Pharaoh","number":"h6547"},{"text":"and he hearkened","number":"h8085"}],"10":[{"text":"our God","number":"h430"},{"text":"And he said","number":"h559"},{"text":"And he said","number":"h559"},{"text":"Be it according to thy word","number":"h1697"},{"text":"that thou mayest know","number":"h3045"},{"text":"that there is none like unto the LORD","number":"h3068"},{"text":"To morrow","number":"h4279"}],"26":[{"text":"our God","number":"h430"},{"text":"said","number":"h559"},{"text":"for","number":"h2005"},{"text":"lo shall we sacrifice","number":"h2076"},{"text":"we shall sacrifice","number":"h2076"},{"text":"to the LORD","number":"h3068"},{"text":"It is not meet","number":"h3559"},{"text":"of the Egyptians","number":"h4714"},{"text":"of the Egyptians","number":"h4714"},{"text":"And Moses","number":"h4872"},{"text":"and will they not stone","number":"h5619"},{"text":"before their eyes","number":"h5869"},{"text":"so to do","number":"h6213"},{"text":"the abomination","number":"h8441"},{"text":"the abomination","number":"h8441"}],"27":[{"text":"our God","number":"h430"},{"text":"as he shall command","number":"h559"},{"text":"journey","number":"h1870"},{"text":"and sacrifice","number":"h2076"},{"text":"to the LORD","number":"h3068"},{"text":"days","number":"h3117"},{"text":"We will go","number":"h3212"},{"text":"into the wilderness","number":"h4057"},{"text":"three","number":"h7969"}],"28":[{"text":"your God","number":"h430"},{"text":"said","number":"h559"},{"text":"for me","number":"h1157"},{"text":"that ye may sacrifice","number":"h2076"},{"text":"to the LORD","number":"h3068"},{"text":"only ye shall not go","number":"h3212"},{"text":"in the wilderness","number":"h4057"},{"text":"intreat","number":"h6279"},{"text":"And Pharaoh","number":"h6547"},{"text":"far away","number":"h7368"},{"text":"very","number":"h7368"},{"text":"I will let you go","number":"h7971"}],"1":[{"text":"and say","number":"h559"},{"text":"spake","number":"h559"},{"text":"unto him Thus saith","number":"h559"},{"text":"Go","number":"h935"},{"text":"And the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"},{"text":"that they may serve","number":"h5647"},{"text":"Let my people","number":"h5971"},{"text":"unto Pharaoh","number":"h6547"},{"text":"go","number":"h7971"}],"20":[{"text":"and say","number":"h559"},{"text":"said","number":"h559"},{"text":"unto him Thus saith","number":"h559"},{"text":"in the morning","number":"h1242"},{"text":"And the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"lo he cometh forth","number":"h3318"},{"text":"and stand","number":"h3320"},{"text":"to the water","number":"h4325"},{"text":"unto Moses","number":"h4872"},{"text":"that they may serve","number":"h5647"},{"text":"Let my people","number":"h5971"},{"text":"before","number":"h6440"},{"text":"Pharaoh","number":"h6547"},{"text":"Rise up early","number":"h7925"},{"text":"go","number":"h7971"}],"29":[{"text":"said","number":"h559"},{"text":"in not","number":"h1115"},{"text":"deal deceitfully","number":"h2048"},{"text":"to sacrifice","number":"h2076"},{"text":"the LORD","number":"h3068"},{"text":"to the LORD","number":"h3068"},{"text":"any more","number":"h3254"},{"text":"Behold I go out","number":"h3318"},{"text":"to morrow","number":"h4279"},{"text":"And Moses","number":"h4872"},{"text":"of flies may depart","number":"h5493"},{"text":"from his servants","number":"h5650"},{"text":"and from his people","number":"h5971"},{"text":"letting the people","number":"h5971"},{"text":"that the swarms","number":"h6157"},{"text":"from thee and I will intreat","number":"h6279"},{"text":"from Pharaoh","number":"h6547"},{"text":"let not Pharaoh","number":"h6547"},{"text":"but","number":"h7535"},{"text":"go","number":"h7971"}],"9":[{"text":"said","number":"h559"},{"text":"from thee and thy houses","number":"h1004"},{"text":"in the river","number":"h2975"},{"text":"to destroy","number":"h3772"},{"text":"And Moses","number":"h4872"},{"text":"over me when","number":"h4970"},{"text":"for thee and for thy servants","number":"h5650"},{"text":"and for thy people","number":"h5971"},{"text":"shall I intreat","number":"h6279"},{"text":"Glory","number":"h6286"},{"text":"unto Pharaoh","number":"h6547"},{"text":"the frogs","number":"h6854"},{"text":"that they may remain","number":"h7604"}],"24":[{"text":"and into all the land","number":"h776"},{"text":"the land","number":"h776"},{"text":"so and there came","number":"h935"},{"text":"houses","number":"h1004"},{"text":"of flies into the house","number":"h1004"},{"text":"And the LORD","number":"h3068"},{"text":"a grievous","number":"h3515"},{"text":"of Egypt","number":"h4714"},{"text":"and into his servants","number":"h5650"},{"text":"of the swarm","number":"h6157"},{"text":"swarm","number":"h6157"},{"text":"did","number":"h6213"},{"text":"by reason","number":"h6440"},{"text":"of Pharaoh","number":"h6547"},{"text":"was corrupted","number":"h7843"}],"14":[{"text":"and the land","number":"h776"},{"text":"stank","number":"h887"},{"text":"upon heaps","number":"h2563"},{"text":"And they gathered them together","number":"h6651"}],"22":[{"text":"of the earth","number":"h776"},{"text":"the land","number":"h776"},{"text":"that no","number":"h1115"},{"text":"of Goshen","number":"h1657"},{"text":"of flies shall be","number":"h1961"},{"text":"thou mayest know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"in that day","number":"h3117"},{"text":"there to the end","number":"h4616"},{"text":"in which my people","number":"h5971"},{"text":"dwell","number":"h5975"},{"text":"swarms","number":"h6157"},{"text":"And I will sever","number":"h6395"},{"text":"in the midst","number":"h7130"}],"7":[{"text":"upon the land","number":"h776"},{"text":"And the magicians","number":"h2748"},{"text":"so with their enchantments","number":"h3909"},{"text":"of Egypt","number":"h4714"},{"text":"and brought up","number":"h5927"},{"text":"did","number":"h6213"},{"text":"frogs","number":"h6854"}],"3":[{"text":"and come","number":"h935"},{"text":"and into the house","number":"h1004"},{"text":"into thine house","number":"h1004"},{"text":"and into thy bedchamber","number":"h2315"},{"text":"And the river","number":"h2975"},{"text":"and upon thy bed","number":"h4296"},{"text":"and into thy kneadingtroughs","number":"h4863"},{"text":"of thy servants","number":"h5650"},{"text":"which shall go up","number":"h5927"},{"text":"and upon thy people","number":"h5971"},{"text":"frogs","number":"h6854"},{"text":"abundantly","number":"h8317"},{"text":"shall bring forth","number":"h8317"},{"text":"and into thine ovens","number":"h8574"}],"11":[{"text":"from thee and from thy houses","number":"h1004"},{"text":"in the river","number":"h2975"},{"text":"shall depart","number":"h5493"},{"text":"and from thy servants","number":"h5650"},{"text":"and from thy people","number":"h5971"},{"text":"And the frogs","number":"h6854"},{"text":"they shall remain","number":"h7604"}],"13":[{"text":"out of the houses","number":"h1004"},{"text":"according to the word","number":"h1697"},{"text":"out of the villages","number":"h2691"},{"text":"And the LORD","number":"h3068"},{"text":"died","number":"h4191"},{"text":"of Moses","number":"h4872"},{"text":"did","number":"h6213"},{"text":"and the frogs","number":"h6854"},{"text":"and out of the fields","number":"h7704"}],"2":[{"text":"all thy borders","number":"h1366"},{"text":"And if thou refuse","number":"h3986"},{"text":"behold I will smite","number":"h5062"},{"text":"with frogs","number":"h6854"},{"text":"to let them go","number":"h7971"}],"15":[{"text":"had said","number":"h1696"},{"text":"not unto them as the LORD","number":"h3068"},{"text":"he hardened","number":"h3513"},{"text":"his heart","number":"h3820"},{"text":"But when Pharaoh","number":"h6547"},{"text":"saw","number":"h7200"},{"text":"that there was respite","number":"h7309"},{"text":"and hearkened","number":"h8085"}],"30":[{"text":"the LORD","number":"h3068"},{"text":"went out","number":"h3318"},{"text":"And Moses","number":"h4872"},{"text":"and intreated","number":"h6279"},{"text":"from Pharaoh","number":"h6547"}],"32":[{"text":"hardened","number":"h3513"},{"text":"his heart","number":"h3820"},{"text":"also neither would he let the people","number":"h5971"},{"text":"at this time","number":"h6471"},{"text":"And Pharaoh","number":"h6547"},{"text":"go","number":"h7971"}],"4":[{"text":"and upon all thy servants","number":"h5650"},{"text":"shall come up","number":"h5927"},{"text":"both on thee and upon thy people","number":"h5971"},{"text":"And the frogs","number":"h6854"}]}
@@ -0,0 +1 @@
1
+ {"31":[{"text":"was in the ear","number":"h24"},{"text":"was bolled","number":"h1392"},{"text":"was smitten","number":"h5221"},{"text":"And the flax","number":"h6594"},{"text":"and the flax","number":"h6594"},{"text":"and the barley","number":"h8184"},{"text":"for the barley","number":"h8184"}],"10":[{"text":"with blains","number":"h76"},{"text":"upon man","number":"h120"},{"text":"and upon beast","number":"h929"},{"text":"sprinkled","number":"h2236"},{"text":"of the furnace","number":"h3536"},{"text":"And they took","number":"h3947"},{"text":"and Moses","number":"h4872"},{"text":"and stood","number":"h5975"},{"text":"ashes","number":"h6368"},{"text":"before","number":"h6440"},{"text":"breaking forth","number":"h6524"},{"text":"Pharaoh","number":"h6547"},{"text":"and it became a boil","number":"h7822"},{"text":"it up toward heaven","number":"h8064"}],"9":[{"text":"with blains","number":"h76"},{"text":"And it shall become small dust","number":"h80"},{"text":"upon man","number":"h120"},{"text":"in all the land","number":"h776"},{"text":"throughout all the land","number":"h776"},{"text":"and upon beast","number":"h929"},{"text":"of Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"breaking forth","number":"h6524"},{"text":"and shall be a boil","number":"h7822"}],"25":[{"text":"both man","number":"h120"},{"text":"throughout all the land","number":"h776"},{"text":"and beast","number":"h929"},{"text":"And the hail","number":"h1259"},{"text":"and the hail","number":"h1259"},{"text":"of Egypt","number":"h4714"},{"text":"smote","number":"h5221"},{"text":"smote","number":"h5221"},{"text":"every tree","number":"h6086"},{"text":"every herb","number":"h6212"},{"text":"and brake","number":"h7665"},{"text":"all that was in the field","number":"h7704"},{"text":"of the field","number":"h7704"},{"text":"of the field","number":"h7704"}],"19":[{"text":"for upon every man","number":"h120"},{"text":"and shall not be brought","number":"h622"},{"text":"and beast","number":"h929"},{"text":"home","number":"h1004"},{"text":"the hail","number":"h1259"},{"text":"shall come down","number":"h3381"},{"text":"upon them and they shall die","number":"h4191"},{"text":"which shall be found","number":"h4672"},{"text":"thy cattle","number":"h4735"},{"text":"therefore now and gather","number":"h5756"},{"text":"and all that thou hast in the field","number":"h7704"},{"text":"in the field","number":"h7704"},{"text":"Send","number":"h7971"}],"22":[{"text":"upon man","number":"h120"},{"text":"said","number":"h559"},{"text":"in all the land","number":"h776"},{"text":"throughout the land","number":"h776"},{"text":"and upon beast","number":"h929"},{"text":"that there may be 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 forth","number":"h5186"},{"text":"and upon every herb","number":"h6212"},{"text":"of the field","number":"h7704"},{"text":"toward heaven","number":"h8064"}],"27":[{"text":"and Aaron","number":"h175"},{"text":"and said","number":"h559"},{"text":"unto them I have sinned","number":"h2398"},{"text":"the LORD","number":"h3068"},{"text":"for Moses","number":"h4872"},{"text":"and I and my people","number":"h5971"},{"text":"this time","number":"h6471"},{"text":"And Pharaoh","number":"h6547"},{"text":"is righteous","number":"h6662"},{"text":"and called","number":"h7121"},{"text":"are wicked","number":"h7563"},{"text":"sent","number":"h7971"}],"8":[{"text":"and unto Aaron","number":"h175"},{"text":"said","number":"h559"},{"text":"sprinkle","number":"h2236"},{"text":"to you handfuls","number":"h2651"},{"text":"And the LORD","number":"h3068"},{"text":"of the furnace","number":"h3536"},{"text":"Take","number":"h3947"},{"text":"and let Moses","number":"h4872"},{"text":"unto Moses","number":"h4872"},{"text":"in the sight","number":"h5869"},{"text":"of ashes","number":"h6368"},{"text":"of Pharaoh","number":"h6547"},{"text":"it toward the heaven","number":"h8064"}],"16":[{"text":"And in very","number":"h199"},{"text":"throughout all the earth","number":"h776"},{"text":"in thee my power","number":"h3581"},{"text":"may be declared","number":"h5608"},{"text":"deed","number":"h5668"},{"text":"for this cause have I raised thee up","number":"h5975"},{"text":"for to shew","number":"h7200"},{"text":"and that my name","number":"h8034"}],"7":[{"text":"and behold there was not one","number":"h259"},{"text":"of the Israelites","number":"h3478"},{"text":"was hardened","number":"h3513"},{"text":"And the heart","number":"h3820"},{"text":"dead","number":"h4191"},{"text":"of the cattle","number":"h4735"},{"text":"and he did not let the people","number":"h5971"},{"text":"And Pharaoh","number":"h6547"},{"text":"of Pharaoh","number":"h6547"},{"text":"go","number":"h7971"},{"text":"sent","number":"h7971"}],"6":[{"text":"not one","number":"h259"},{"text":"of the children","number":"h1121"},{"text":"that thing","number":"h1697"},{"text":"And the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"died","number":"h4191"},{"text":"died","number":"h4191"},{"text":"on the morrow","number":"h4283"},{"text":"of Egypt","number":"h4714"},{"text":"and all the cattle","number":"h4735"},{"text":"but of the cattle","number":"h4735"},{"text":"did","number":"h6213"}],"1":[{"text":"God","number":"h430"},{"text":"him Thus saith","number":"h559"},{"text":"said","number":"h559"},{"text":"Go","number":"h935"},{"text":"and tell","number":"h1696"},{"text":"Then the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"unto Moses","number":"h4872"},{"text":"that they may serve","number":"h5647"},{"text":"of the Hebrews","number":"h5680"},{"text":"Let my people","number":"h5971"},{"text":"in unto Pharaoh","number":"h6547"},{"text":"go","number":"h7971"}],"13":[{"text":"God","number":"h430"},{"text":"and say","number":"h559"},{"text":"said","number":"h559"},{"text":"unto him Thus saith","number":"h559"},{"text":"in the morning","number":"h1242"},{"text":"And the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and stand","number":"h3320"},{"text":"unto Moses","number":"h4872"},{"text":"that they may serve","number":"h5647"},{"text":"of the Hebrews","number":"h5680"},{"text":"Let my people","number":"h5971"},{"text":"before","number":"h6440"},{"text":"Pharaoh","number":"h6547"},{"text":"Rise up early","number":"h7925"},{"text":"go","number":"h7971"}],"30":[{"text":"God","number":"h430"},{"text":"I know","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"that ye will not yet fear","number":"h3372"},{"text":"But as for thee and thy servants","number":"h5650"}],"28":[{"text":"that there be no more mighty","number":"h430"},{"text":"and hail","number":"h1259"},{"text":"the LORD","number":"h3068"},{"text":"no longer","number":"h3254"},{"text":"and ye shall stay","number":"h5975"},{"text":"Intreat","number":"h6279"},{"text":"thunderings","number":"h6963"},{"text":"for it is enough","number":"h7227"},{"text":"and I will let you go","number":"h7971"}],"29":[{"text":"said","number":"h559"},{"text":"how that the earth","number":"h776"},{"text":"neither shall there be any more hail","number":"h1259"},{"text":"shall cease","number":"h2308"},{"text":"that thou mayest know","number":"h3045"},{"text":"is the LORD'S","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"unto him As soon as I am gone out","number":"h3318"},{"text":"my hands","number":"h3709"},{"text":"And Moses","number":"h4872"},{"text":"of the city","number":"h5892"},{"text":"I will spread abroad","number":"h6566"},{"text":"and the thunder","number":"h6963"}],"5":[{"text":"saying","number":"h559"},{"text":"in the land","number":"h776"},{"text":"this thing","number":"h1697"},{"text":"And the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"a set time","number":"h4150"},{"text":"To morrow","number":"h4279"},{"text":"shall do","number":"h6213"},{"text":"appointed","number":"h7760"}],"32":[{"text":"were not grown up","number":"h648"},{"text":"for they","number":"h2007"},{"text":"But the wheat","number":"h2406"},{"text":"and the rie","number":"h3698"},{"text":"were not smitten","number":"h5221"}],"26":[{"text":"Only in the land","number":"h776"},{"text":"where the children","number":"h1121"},{"text":"were was there no hail","number":"h1259"},{"text":"of Goshen","number":"h1657"},{"text":"of Israel","number":"h3478"}],"15":[{"text":"from the earth","number":"h776"},{"text":"with pestilence","number":"h1698"},{"text":"my hand","number":"h3027"},{"text":"and thou shalt be cut off","number":"h3582"},{"text":"that I may smite","number":"h5221"},{"text":"thee and thy people","number":"h5971"},{"text":"For now I will stretch out","number":"h7971"}],"24":[{"text":"like it in all the land","number":"h776"},{"text":"and fire","number":"h784"},{"text":"So there was hail","number":"h1259"},{"text":"with the hail","number":"h1259"},{"text":"since it became a nation","number":"h1471"},{"text":"grievous","number":"h3515"},{"text":"such as there was none","number":"h3808"},{"text":"very","number":"h3966"},{"text":"of Egypt","number":"h4714"},{"text":"mingled","number":"h8432"}],"14":[{"text":"that there is none like me in all the earth","number":"h776"},{"text":"that thou mayest know","number":"h3045"},{"text":"upon thine heart","number":"h3820"},{"text":"all my plagues","number":"h4046"},{"text":"and upon thy servants","number":"h5650"},{"text":"and upon thy people","number":"h5971"},{"text":"For I will at this time","number":"h6471"},{"text":"send","number":"h7971"}],"33":[{"text":"upon the earth","number":"h776"},{"text":"and hail","number":"h1259"},{"text":"ceased","number":"h2308"},{"text":"unto the LORD","number":"h3068"},{"text":"went out","number":"h3318"},{"text":"his hands","number":"h3709"},{"text":"and the rain","number":"h4306"},{"text":"And Moses","number":"h4872"},{"text":"was not poured","number":"h5413"},{"text":"of the city","number":"h5892"},{"text":"from Pharaoh","number":"h6547"},{"text":"and spread abroad","number":"h6566"},{"text":"and the thunders","number":"h6963"}],"23":[{"text":"upon the ground","number":"h776"},{"text":"upon the land","number":"h776"},{"text":"and the fire","number":"h784"},{"text":"and hail","number":"h1259"},{"text":"hail","number":"h1259"},{"text":"ran along","number":"h1980"},{"text":"and the LORD","number":"h3068"},{"text":"and the LORD","number":"h3068"},{"text":"his rod","number":"h4294"},{"text":"rained","number":"h4305"},{"text":"of Egypt","number":"h4714"},{"text":"And Moses","number":"h4872"},{"text":"stretched forth","number":"h5186"},{"text":"sent","number":"h5414"},{"text":"thunder","number":"h6963"},{"text":"toward heaven","number":"h8064"}],"20":[{"text":"into the houses","number":"h1004"},{"text":"the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"He that feared","number":"h3373"},{"text":"and his cattle","number":"h4735"},{"text":"flee","number":"h5127"},{"text":"among the servants","number":"h5650"},{"text":"made his servants","number":"h5650"},{"text":"of Pharaoh","number":"h6547"}],"35":[{"text":"neither would he let the children","number":"h1121"},{"text":"had spoken","number":"h1696"},{"text":"was hardened","number":"h2388"},{"text":"by","number":"h3027"},{"text":"as the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"And the heart","number":"h3820"},{"text":"Moses","number":"h4872"},{"text":"of Pharaoh","number":"h6547"},{"text":"go","number":"h7971"}],"4":[{"text":"of all that is the children's","number":"h1121"},{"text":"and there shall nothing","number":"h1697"},{"text":"And the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"die","number":"h4191"},{"text":"of Egypt","number":"h4714"},{"text":"and the cattle","number":"h4735"},{"text":"between the cattle","number":"h4735"},{"text":"shall sever","number":"h6395"}],"3":[{"text":"upon the oxen","number":"h1241"},{"text":"upon the camels","number":"h1581"},{"text":"murrain","number":"h1698"},{"text":"is","number":"h1961"},{"text":"upon the asses","number":"h2543"},{"text":"Behold the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"grievous","number":"h3515"},{"text":"there shall be a very","number":"h3966"},{"text":"upon thy cattle","number":"h4735"},{"text":"upon the horses","number":"h5483"},{"text":"and upon the sheep","number":"h6629"},{"text":"which is in the field","number":"h7704"}],"34":[{"text":"and the hail","number":"h1259"},{"text":"were ceased","number":"h2308"},{"text":"he sinned","number":"h2398"},{"text":"yet more","number":"h3254"},{"text":"and hardened","number":"h3513"},{"text":"his heart","number":"h3820"},{"text":"that the rain","number":"h4306"},{"text":"he and his servants","number":"h5650"},{"text":"And when Pharaoh","number":"h6547"},{"text":"and the thunders","number":"h6963"},{"text":"saw","number":"h7200"}],"18":[{"text":"hail","number":"h1259"},{"text":"the foundation","number":"h3117"},{"text":"grievous","number":"h3515"},{"text":"such as hath not been","number":"h3644"},{"text":"a very","number":"h3966"},{"text":"Behold to morrow","number":"h4279"},{"text":"I will cause it to rain","number":"h4305"},{"text":"in Egypt","number":"h4714"},{"text":"about this time","number":"h6256"},{"text":"since","number":"h7760"}],"12":[{"text":"had spoken","number":"h1696"},{"text":"hardened","number":"h2388"},{"text":"And the LORD","number":"h3068"},{"text":"not unto them as the LORD","number":"h3068"},{"text":"the heart","number":"h3820"},{"text":"unto Moses","number":"h4872"},{"text":"of Pharaoh","number":"h6547"},{"text":"and he hearkened","number":"h8085"}],"21":[{"text":"not the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"and his cattle","number":"h4735"},{"text":"his servants","number":"h5650"},{"text":"left","number":"h5800"},{"text":"in the field","number":"h7704"},{"text":"And he that regarded","number":"h7760"}],"2":[{"text":"and wilt hold","number":"h2388"},{"text":"For if thou refuse","number":"h3986"},{"text":"to let them go","number":"h7971"}],"11":[{"text":"And the magicians","number":"h2748"},{"text":"was upon the magicians","number":"h2748"},{"text":"could","number":"h3201"},{"text":"and upon all the Egyptians","number":"h4714"},{"text":"Moses","number":"h4872"},{"text":"not stand","number":"h5975"},{"text":"because","number":"h6440"},{"text":"before","number":"h6440"},{"text":"for the boil","number":"h7822"},{"text":"of the boils","number":"h7822"}],"17":[{"text":"As yet exaltest","number":"h5549"},{"text":"thou thyself against my people","number":"h5971"},{"text":"that thou wilt not let them go","number":"h7971"}]}
@@ -0,0 +1 @@
1
+ {"26":[{"text":"stone","number":"h68"},{"text":"of a man","number":"h120"},{"text":"and upon the likeness","number":"h1823"},{"text":"was the likeness","number":"h1823"},{"text":"was the likeness","number":"h1823"},{"text":"of a throne","number":"h3678"},{"text":"of the throne","number":"h3678"},{"text":"And above","number":"h4605"},{"text":"above","number":"h4605"},{"text":"as the appearance","number":"h4758"},{"text":"as the appearance","number":"h4758"},{"text":"of a sapphire","number":"h5601"},{"text":"that was over their heads","number":"h7218"},{"text":"the firmament","number":"h7549"}],"10":[{"text":"of a man","number":"h120"},{"text":"and they four","number":"h702"},{"text":"they four","number":"h702"},{"text":"they four","number":"h702"},{"text":"of a lion","number":"h738"},{"text":"As for the likeness","number":"h1823"},{"text":"on the right side","number":"h3225"},{"text":"of an eagle","number":"h5404"},{"text":"also had the face","number":"h6440"},{"text":"and the face","number":"h6440"},{"text":"had the face","number":"h6440"},{"text":"had the face","number":"h6440"},{"text":"of their faces","number":"h6440"},{"text":"of an ox","number":"h7794"},{"text":"on the left side","number":"h8040"}],"5":[{"text":"of a man","number":"h120"},{"text":"of four","number":"h702"},{"text":"had the likeness","number":"h1823"},{"text":"thereof came the likeness","number":"h1823"},{"text":"they","number":"h2007"},{"text":"living creatures","number":"h2416"},{"text":"And this was their appearance","number":"h4758"},{"text":"Also out of the midst","number":"h8432"}],"8":[{"text":"of a man","number":"h120"},{"text":"and they four","number":"h702"},{"text":"on their four","number":"h702"},{"text":"And they had the hands","number":"h3027"},{"text":"and their wings","number":"h3671"},{"text":"under their wings","number":"h3671"},{"text":"had their faces","number":"h6440"},{"text":"sides","number":"h7253"}],"20":[{"text":"and the wheels","number":"h212"},{"text":"was in the wheels","number":"h212"},{"text":"of the living creature","number":"h2416"},{"text":"they went","number":"h3212"},{"text":"to go","number":"h3212"},{"text":"was to go","number":"h3212"},{"text":"were lifted up","number":"h5375"},{"text":"over against","number":"h5980"},{"text":"Whithersoever the spirit","number":"h7307"},{"text":"them for the spirit","number":"h7307"},{"text":"thither was their spirit","number":"h7307"}],"16":[{"text":"of a wheel","number":"h212"},{"text":"of the wheels","number":"h212"},{"text":"was as it were a wheel","number":"h212"},{"text":"had one","number":"h259"},{"text":"and they four","number":"h702"},{"text":"likeness","number":"h1823"},{"text":"and their work","number":"h4639"},{"text":"and their work","number":"h4639"},{"text":"The appearance","number":"h4758"},{"text":"and their appearance","number":"h4758"},{"text":"was like unto the colour","number":"h5869"},{"text":"in the middle","number":"h8432"},{"text":"of a beryl","number":"h8658"}],"19":[{"text":"the wheels","number":"h212"},{"text":"the wheels","number":"h212"},{"text":"by them","number":"h681"},{"text":"from the earth","number":"h776"},{"text":"And when the living creatures","number":"h2416"},{"text":"and when the living creatures","number":"h2416"},{"text":"went","number":"h3212"},{"text":"went","number":"h3212"},{"text":"were lifted up","number":"h5375"},{"text":"were lifted up","number":"h5375"}],"21":[{"text":"the wheels","number":"h212"},{"text":"was in the wheels","number":"h212"},{"text":"from the earth","number":"h776"},{"text":"of the living creatures","number":"h2416"},{"text":"When those went","number":"h3212"},{"text":"these went","number":"h3212"},{"text":"and when those were lifted up","number":"h5375"},{"text":"were lifted up","number":"h5375"},{"text":"and when those stood","number":"h5975"},{"text":"these stood","number":"h5975"},{"text":"over against","number":"h5980"},{"text":"them for the spirit","number":"h7307"}],"15":[{"text":"wheel","number":"h212"},{"text":"behold one","number":"h259"},{"text":"by","number":"h681"},{"text":"with his four","number":"h702"},{"text":"upon the earth","number":"h776"},{"text":"the living creatures","number":"h2416"},{"text":"the living creatures","number":"h2416"},{"text":"faces","number":"h6440"},{"text":"Now as I beheld","number":"h7200"}],"6":[{"text":"And every one","number":"h259"},{"text":"and every one","number":"h259"},{"text":"had four","number":"h702"},{"text":"had four","number":"h702"},{"text":"wings","number":"h3671"},{"text":"faces","number":"h6440"}],"9":[{"text":"to another","number":"h269"},{"text":"every one","number":"h376"},{"text":"one","number":"h802"},{"text":"were joined","number":"h2266"},{"text":"not when they went","number":"h3212"},{"text":"they went","number":"h3212"},{"text":"Their wings","number":"h3671"},{"text":"they turned","number":"h5437"},{"text":"straight","number":"h5676"},{"text":"forward","number":"h6440"}],"23":[{"text":"toward the other","number":"h269"},{"text":"and every one","number":"h376"},{"text":"every one","number":"h376"},{"text":"the one","number":"h802"},{"text":"their bodies","number":"h1472"},{"text":"on that side","number":"h2007"},{"text":"on this side","number":"h2007"},{"text":"straight","number":"h3477"},{"text":"were their wings","number":"h3671"},{"text":"which covered","number":"h3680"},{"text":"which covered","number":"h3680"},{"text":"And under the firmament","number":"h7549"},{"text":"had two","number":"h8147"},{"text":"had two","number":"h8147"}],"12":[{"text":"every one","number":"h376"},{"text":"And they went","number":"h3212"},{"text":"not when they went","number":"h3212"},{"text":"they went","number":"h3212"},{"text":"was to go","number":"h3212"},{"text":"and they turned","number":"h5437"},{"text":"straight","number":"h5676"},{"text":"forward","number":"h6440"},{"text":"whither the spirit","number":"h7307"}],"11":[{"text":"one","number":"h376"},{"text":"to another","number":"h376"},{"text":"wings of every one","number":"h376"},{"text":"their bodies","number":"h1472"},{"text":"were joined","number":"h2266"},{"text":"and their wings","number":"h3671"},{"text":"covered","number":"h3680"},{"text":"upward","number":"h4605"},{"text":"Thus were their faces","number":"h6440"},{"text":"were stretched","number":"h6504"},{"text":"and two","number":"h8147"},{"text":"two","number":"h8147"}],"1":[{"text":"of God","number":"h430"},{"text":"the captives","number":"h1473"},{"text":"day of the month","number":"h2320"},{"text":"month in the fifth","number":"h2568"},{"text":"of Chebar","number":"h3529"},{"text":"visions","number":"h4759"},{"text":"by the river","number":"h5104"},{"text":"were opened","number":"h6605"},{"text":"and I saw","number":"h7200"},{"text":"in the fourth","number":"h7243"},{"text":"Now it came to pass in the thirtieth","number":"h7970"},{"text":"that the heavens","number":"h8064"},{"text":"year","number":"h8141"},{"text":"as I was among","number":"h8432"}],"18":[{"text":"them four","number":"h702"},{"text":"As for their rings","number":"h1354"},{"text":"and their rings","number":"h1354"},{"text":"they were so high","number":"h1363"},{"text":"that they were dreadful","number":"h3374"},{"text":"were full","number":"h4392"},{"text":"round about","number":"h5439"},{"text":"of eyes","number":"h5869"}],"17":[{"text":"upon their four","number":"h702"},{"text":"When they went","number":"h3212"},{"text":"not when they went","number":"h3212"},{"text":"they went","number":"h3212"},{"text":"and they turned","number":"h5437"},{"text":"sides","number":"h7253"}],"3":[{"text":"in the land","number":"h776"},{"text":"of Buzi","number":"h941"},{"text":"the son","number":"h1121"},{"text":"The word","number":"h1697"},{"text":"and the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"came expressly unto Ezekiel","number":"h3168"},{"text":"Chebar","number":"h3529"},{"text":"the priest","number":"h3548"},{"text":"of the Chaldeans","number":"h3778"},{"text":"by the river","number":"h5104"}],"4":[{"text":"and a fire","number":"h784"},{"text":"of the fire","number":"h784"},{"text":"came","number":"h935"},{"text":"a great","number":"h1419"},{"text":"of amber","number":"h2830"},{"text":"infolding","number":"h3947"},{"text":"itself and a brightness","number":"h5051"},{"text":"was about","number":"h5439"},{"text":"thereof as the colour","number":"h5869"},{"text":"cloud","number":"h6051"},{"text":"out of the north","number":"h6828"},{"text":"And I looked","number":"h7200"},{"text":"and behold a whirlwind","number":"h7307"},{"text":"it and out of the midst","number":"h8432"},{"text":"out of the midst","number":"h8432"}],"13":[{"text":"and out of the fire","number":"h784"},{"text":"and the fire","number":"h784"},{"text":"of fire","number":"h784"},{"text":"was like burning","number":"h1197"},{"text":"lightning","number":"h1300"},{"text":"coals","number":"h1513"},{"text":"As for the likeness","number":"h1823"},{"text":"it went up and down","number":"h1980"},{"text":"among the living creatures","number":"h2416"},{"text":"of the living creatures","number":"h2416"},{"text":"went forth","number":"h3318"},{"text":"of lamps","number":"h3940"},{"text":"and like the appearance","number":"h4758"},{"text":"their appearance","number":"h4758"},{"text":"was bright","number":"h5051"}],"27":[{"text":"of fire","number":"h784"},{"text":"of fire","number":"h784"},{"text":"within","number":"h1004"},{"text":"of amber","number":"h2830"},{"text":"even downward","number":"h4295"},{"text":"even upward","number":"h4605"},{"text":"and from the appearance","number":"h4758"},{"text":"as it were the appearance","number":"h4758"},{"text":"as the appearance","number":"h4758"},{"text":"it from the appearance","number":"h4758"},{"text":"of his loins","number":"h4975"},{"text":"of his loins","number":"h4975"},{"text":"and it had brightness","number":"h5051"},{"text":"round about","number":"h5439"},{"text":"round about","number":"h5439"},{"text":"as the colour","number":"h5869"},{"text":"And I saw","number":"h7200"},{"text":"I saw","number":"h7200"}],"14":[{"text":"of a flash of lightning","number":"h965"},{"text":"And the living creatures","number":"h2416"},{"text":"as the appearance","number":"h4758"},{"text":"ran","number":"h7519"},{"text":"and returned","number":"h7725"}],"2":[{"text":"captivity","number":"h1546"},{"text":"day of the month","number":"h2320"},{"text":"which was the fifth","number":"h2549"},{"text":"In the fifth","number":"h2568"},{"text":"Jehoiachin's","number":"h3112"},{"text":"of king","number":"h4428"},{"text":"year","number":"h8141"}],"28":[{"text":"of rain","number":"h1653"},{"text":"of one that spake","number":"h1696"},{"text":"of the likeness","number":"h1823"},{"text":"of the LORD","number":"h3068"},{"text":"in the day","number":"h3117"},{"text":"of the glory","number":"h3519"},{"text":"As the appearance","number":"h4758"},{"text":"This was the appearance","number":"h4758"},{"text":"so was the appearance","number":"h4758"},{"text":"of the brightness","number":"h5051"},{"text":"it I fell","number":"h5307"},{"text":"round about","number":"h5439"},{"text":"that is in the cloud","number":"h6051"},{"text":"upon my face","number":"h6440"},{"text":"a voice","number":"h6963"},{"text":"of the bow","number":"h7198"},{"text":"And when I saw","number":"h7200"},{"text":"and I heard","number":"h8085"}],"22":[{"text":"And the likeness","number":"h1823"},{"text":"of the living creature","number":"h2416"},{"text":"of the terrible","number":"h3372"},{"text":"above","number":"h4605"},{"text":"stretched forth","number":"h5186"},{"text":"was as the colour","number":"h5869"},{"text":"crystal","number":"h7140"},{"text":"over their heads","number":"h7218"},{"text":"upon the heads","number":"h7218"},{"text":"of the firmament","number":"h7549"}],"24":[{"text":"of speech","number":"h1999"},{"text":"And when they went","number":"h3212"},{"text":"of their wings","number":"h3671"},{"text":"their wings","number":"h3671"},{"text":"of an host","number":"h4264"},{"text":"waters","number":"h4325"},{"text":"when they stood","number":"h5975"},{"text":"as the noise","number":"h6963"},{"text":"as the voice","number":"h6963"},{"text":"like the noise","number":"h6963"},{"text":"the noise","number":"h6963"},{"text":"the voice","number":"h6963"},{"text":"of great","number":"h7227"},{"text":"they let down","number":"h7503"},{"text":"of the Almighty","number":"h7706"},{"text":"I heard","number":"h8085"}],"7":[{"text":"were straight","number":"h3477"},{"text":"and the sole","number":"h3709"},{"text":"was like the sole","number":"h3709"},{"text":"brass","number":"h5178"},{"text":"and they sparkled","number":"h5340"},{"text":"of a calf's","number":"h5695"},{"text":"like the colour","number":"h5869"},{"text":"of burnished","number":"h7044"},{"text":"And their feet","number":"h7272"},{"text":"feet","number":"h7272"},{"text":"foot","number":"h7272"},{"text":"of their feet","number":"h7272"}],"25":[{"text":"their wings","number":"h3671"},{"text":"when they stood","number":"h5975"},{"text":"And there was a voice","number":"h6963"},{"text":"that was over their heads","number":"h7218"},{"text":"and had let down","number":"h7503"},{"text":"from the firmament","number":"h7549"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"stone","number":"h68"},{"text":"of the likeness","number":"h1823"},{"text":"of a throne","number":"h3678"},{"text":"of the cherubims","number":"h3742"},{"text":"as the appearance","number":"h4758"},{"text":"over them as it were a sapphire","number":"h5601"},{"text":"Then I looked","number":"h7200"},{"text":"there appeared","number":"h7200"},{"text":"that was above the head","number":"h7218"},{"text":"and behold in the firmament","number":"h7549"}],"9":[{"text":"stone","number":"h68"},{"text":"of the wheels","number":"h212"},{"text":"wheel","number":"h212"},{"text":"wheel","number":"h212"},{"text":"wheels","number":"h212"},{"text":"and another","number":"h259"},{"text":"by another","number":"h259"},{"text":"by one","number":"h259"},{"text":"one","number":"h259"},{"text":"by","number":"h681"},{"text":"behold the four","number":"h702"},{"text":"cherub","number":"h3742"},{"text":"cherub","number":"h3742"},{"text":"the cherubims","number":"h3742"},{"text":"and the appearance","number":"h4758"},{"text":"was as the colour","number":"h5869"},{"text":"And when I looked","number":"h7200"},{"text":"of a beryl","number":"h8658"}],"14":[{"text":"of a man","number":"h120"},{"text":"And every one","number":"h259"},{"text":"the first","number":"h259"},{"text":"had four","number":"h702"},{"text":"of a lion","number":"h738"},{"text":"of a cherub","number":"h3742"},{"text":"of an eagle","number":"h5404"},{"text":"face","number":"h6440"},{"text":"face","number":"h6440"},{"text":"faces","number":"h6440"},{"text":"the face","number":"h6440"},{"text":"the face","number":"h6440"},{"text":"was the face","number":"h6440"},{"text":"was the face","number":"h6440"},{"text":"and the fourth","number":"h7243"},{"text":"and the third","number":"h7992"},{"text":"and the second","number":"h8145"}],"21":[{"text":"of a man","number":"h120"},{"text":"Every one","number":"h259"},{"text":"and every one","number":"h259"},{"text":"apiece","number":"h259"},{"text":"four","number":"h702"},{"text":"had four","number":"h702"},{"text":"and the likeness","number":"h1823"},{"text":"of the hands","number":"h3027"},{"text":"was under their wings","number":"h3671"},{"text":"wings","number":"h3671"},{"text":"faces","number":"h6440"}],"8":[{"text":"of a man's","number":"h120"},{"text":"hand","number":"h3027"},{"text":"under their wings","number":"h3671"},{"text":"in the cherubims","number":"h3742"},{"text":"And there appeared","number":"h7200"},{"text":"the form","number":"h8403"}],"13":[{"text":"As for the wheels","number":"h212"},{"text":"unto them in my hearing","number":"h241"},{"text":"O wheel","number":"h1534"},{"text":"it was cried","number":"h7121"}],"12":[{"text":"and the wheels","number":"h212"},{"text":"even the wheels","number":"h212"},{"text":"that they four","number":"h702"},{"text":"And their whole body","number":"h1320"},{"text":"and their backs","number":"h1354"},{"text":"and their hands","number":"h3027"},{"text":"and their wings","number":"h3671"},{"text":"were full","number":"h4392"},{"text":"round about","number":"h5439"},{"text":"of eyes","number":"h5869"}],"10":[{"text":"as if a wheel","number":"h212"},{"text":"of a wheel","number":"h212"},{"text":"had one","number":"h259"},{"text":"they four","number":"h702"},{"text":"likeness","number":"h1823"},{"text":"And as for their appearances","number":"h4758"},{"text":"had been in the midst","number":"h8432"}],"16":[{"text":"the same wheels","number":"h212"},{"text":"the wheels","number":"h212"},{"text":"by them","number":"h681"},{"text":"not from beside","number":"h681"},{"text":"from the earth","number":"h776"},{"text":"also","number":"h1992"},{"text":"went","number":"h3212"},{"text":"went","number":"h3212"},{"text":"their wings","number":"h3671"},{"text":"And when the cherubims","number":"h3742"},{"text":"and when the cherubims","number":"h3742"},{"text":"lifted up","number":"h5375"},{"text":"turned","number":"h5437"},{"text":"to mount up","number":"h7311"}],"19":[{"text":"the wheels","number":"h212"},{"text":"of the God","number":"h430"},{"text":"from the earth","number":"h776"},{"text":"house","number":"h1004"},{"text":"of the LORD'S","number":"h3068"},{"text":"when they went out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"and the glory","number":"h3519"},{"text":"their wings","number":"h3671"},{"text":"And the cherubims","number":"h3742"},{"text":"was over them above","number":"h4605"},{"text":"lifted up","number":"h5375"},{"text":"in my sight","number":"h5869"},{"text":"them and every one stood","number":"h5975"},{"text":"also were beside","number":"h5980"},{"text":"at the door","number":"h6607"},{"text":"of the east","number":"h6931"},{"text":"and mounted up","number":"h7426"},{"text":"gate","number":"h8179"}],"6":[{"text":"the wheels","number":"h212"},{"text":"the man","number":"h376"},{"text":"saying","number":"h559"},{"text":"beside","number":"h681"},{"text":"fire","number":"h784"},{"text":"with linen","number":"h906"},{"text":"then he went in","number":"h935"},{"text":"from between the wheels","number":"h1534"},{"text":"from between the cherubims","number":"h3742"},{"text":"clothed","number":"h3847"},{"text":"Take","number":"h3947"},{"text":"and stood","number":"h5975"},{"text":"And it came to pass that when he had commanded","number":"h6680"}],"22":[{"text":"every one","number":"h376"},{"text":"And the likeness","number":"h1823"},{"text":"was the same","number":"h1992"},{"text":"and themselves they went","number":"h3212"},{"text":"of Chebar","number":"h3529"},{"text":"their appearances","number":"h4758"},{"text":"by the river","number":"h5104"},{"text":"straight","number":"h5676"},{"text":"faces","number":"h6440"},{"text":"forward","number":"h6440"},{"text":"of their faces","number":"h6440"},{"text":"which I saw","number":"h7200"}],"2":[{"text":"unto the man","number":"h376"},{"text":"And he spake","number":"h559"},{"text":"and said","number":"h559"},{"text":"of fire","number":"h784"},{"text":"with linen","number":"h906"},{"text":"And he went in","number":"h935"},{"text":"Go in","number":"h935"},{"text":"between","number":"h996"},{"text":"from between","number":"h996"},{"text":"with coals","number":"h1513"},{"text":"the wheels","number":"h1534"},{"text":"and scatter","number":"h2236"},{"text":"thine hand","number":"h2651"},{"text":"even under the cherub","number":"h3742"},{"text":"the cherubims","number":"h3742"},{"text":"clothed","number":"h3847"},{"text":"and fill","number":"h4390"},{"text":"in my sight","number":"h5869"},{"text":"them over the city","number":"h5892"}],"3":[{"text":"when the man","number":"h376"},{"text":"went in","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"court","number":"h2691"},{"text":"on the right side","number":"h3225"},{"text":"Now the cherubims","number":"h3742"},{"text":"filled","number":"h4390"},{"text":"stood","number":"h5975"},{"text":"and the cloud","number":"h6051"},{"text":"the inner","number":"h6442"}],"5":[{"text":"God","number":"h410"},{"text":"when he speaketh","number":"h1696"},{"text":"even to the outer","number":"h2435"},{"text":"court","number":"h2691"},{"text":"wings","number":"h3671"},{"text":"of the cherubims","number":"h3742"},{"text":"And the sound","number":"h6963"},{"text":"as the voice","number":"h6963"},{"text":"of the Almighty","number":"h7706"},{"text":"was heard","number":"h8085"}],"20":[{"text":"under the God","number":"h430"},{"text":"This is the living creature","number":"h2416"},{"text":"and I knew","number":"h3045"},{"text":"of Israel","number":"h3478"},{"text":"of Chebar","number":"h3529"},{"text":"that they were the cherubims","number":"h3742"},{"text":"by the river","number":"h5104"},{"text":"that I saw","number":"h7200"}],"11":[{"text":"upon their four","number":"h702"},{"text":"When they went","number":"h3212"},{"text":"not as they went","number":"h3212"},{"text":"not as they went","number":"h3212"},{"text":"they followed","number":"h3212"},{"text":"they went","number":"h3212"},{"text":"but to the place","number":"h4725"},{"text":"it they turned","number":"h5437"},{"text":"they turned","number":"h5437"},{"text":"looked","number":"h6437"},{"text":"whither the head","number":"h7218"},{"text":"sides","number":"h7253"}],"7":[{"text":"unto the fire","number":"h784"},{"text":"with linen","number":"h906"},{"text":"it into the hands","number":"h2651"},{"text":"his hand","number":"h3027"},{"text":"it and went out","number":"h3318"},{"text":"And one cherub","number":"h3742"},{"text":"from between the cherubims","number":"h3742"},{"text":"that was between the cherubims","number":"h3742"},{"text":"of him that was clothed","number":"h3847"},{"text":"who took","number":"h3947"},{"text":"and took","number":"h5375"},{"text":"thereof and put","number":"h5414"},{"text":"stretched forth","number":"h7971"}],"4":[{"text":"and the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"and the court","number":"h2691"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD'S","number":"h3068"},{"text":"Then the glory","number":"h3519"},{"text":"glory","number":"h3519"},{"text":"from the cherub","number":"h3742"},{"text":"was filled","number":"h4390"},{"text":"was full","number":"h4390"},{"text":"and stood over the threshold","number":"h4670"},{"text":"of the brightness","number":"h5051"},{"text":"with the cloud","number":"h6051"},{"text":"went up","number":"h7311"}],"18":[{"text":"of the house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"departed","number":"h3318"},{"text":"Then the glory","number":"h3519"},{"text":"over the cherubims","number":"h3742"},{"text":"from off the threshold","number":"h4670"},{"text":"and stood","number":"h5975"}],"15":[{"text":"This is the living creature","number":"h2416"},{"text":"of Chebar","number":"h3529"},{"text":"And the cherubims","number":"h3742"},{"text":"by the river","number":"h5104"},{"text":"that I saw","number":"h7200"},{"text":"were lifted up","number":"h7426"}],"17":[{"text":"of the living creature","number":"h2416"},{"text":"When they stood","number":"h5975"},{"text":"these stood","number":"h5975"},{"text":"themselves also for the spirit","number":"h7307"},{"text":"and when they were lifted up","number":"h7311"},{"text":"these lifted up","number":"h7426"}]}
@@ -0,0 +1 @@
1
+ {"19":[{"text":"the stony","number":"h68"},{"text":"them one","number":"h259"},{"text":"of flesh","number":"h1320"},{"text":"out of their flesh","number":"h1320"},{"text":"a new","number":"h2319"},{"text":"heart","number":"h3820"},{"text":"heart","number":"h3820"},{"text":"them an heart","number":"h3820"},{"text":"And I will give","number":"h5414"},{"text":"and I will put","number":"h5414"},{"text":"and will give","number":"h5414"},{"text":"you and I will take","number":"h5493"},{"text":"within","number":"h7130"},{"text":"spirit","number":"h7307"}],"15":[{"text":"of man","number":"h120"},{"text":"even thy brethren","number":"h251"},{"text":"thy brethren","number":"h251"},{"text":"have said","number":"h559"},{"text":"the men","number":"h582"},{"text":"unto us is this land","number":"h776"},{"text":"and all the house","number":"h1004"},{"text":"Son","number":"h1121"},{"text":"of thy kindred","number":"h1353"},{"text":"from the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"wholly are they unto whom the inhabitants","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"in possession","number":"h4181"},{"text":"given","number":"h5414"},{"text":"Get you far","number":"h7368"}],"2":[{"text":"of man","number":"h120"},{"text":"mischief","number":"h205"},{"text":"Then said","number":"h559"},{"text":"these are the men","number":"h582"},{"text":"he unto me Son","number":"h1121"},{"text":"that devise","number":"h2803"},{"text":"and give","number":"h3289"},{"text":"in this city","number":"h5892"},{"text":"counsel","number":"h6098"},{"text":"wicked","number":"h7451"}],"4":[{"text":"of man","number":"h120"},{"text":"O son","number":"h1121"},{"text":"Therefore prophesy","number":"h5012"},{"text":"against them prophesy","number":"h5012"}],"17":[{"text":"you the land","number":"h127"},{"text":"the Lord","number":"h136"},{"text":"Therefore say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"and assemble","number":"h622"},{"text":"you out of the countries","number":"h776"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"and I will give","number":"h5414"},{"text":"you from the people","number":"h5971"},{"text":"where ye have been scattered","number":"h6327"},{"text":"I will even gather","number":"h6908"}],"13":[{"text":"Lord","number":"h136"},{"text":"Ah","number":"h162"},{"text":"and said","number":"h559"},{"text":"the son","number":"h1121"},{"text":"of Benaiah","number":"h1141"},{"text":"with a loud","number":"h1419"},{"text":"and cried","number":"h2199"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"a full end","number":"h3617"},{"text":"died","number":"h4191"},{"text":"And it came to pass when I prophesied","number":"h5012"},{"text":"Then fell I down","number":"h5307"},{"text":"wilt thou make","number":"h6213"},{"text":"that Pelatiah","number":"h6410"},{"text":"upon my face","number":"h6440"},{"text":"voice","number":"h6963"},{"text":"of the remnant","number":"h7611"}],"16":[{"text":"the Lord","number":"h136"},{"text":"Therefore say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"in the countries","number":"h776"},{"text":"them among the countries","number":"h776"},{"text":"where they shall come","number":"h935"},{"text":"among the heathen","number":"h1471"},{"text":"GOD","number":"h3069"},{"text":"yet will I be to them as a little","number":"h4592"},{"text":"sanctuary","number":"h4720"},{"text":"and although I have scattered","number":"h6327"},{"text":"Although I have cast them far off","number":"h7368"}],"21":[{"text":"the Lord","number":"h136"},{"text":"their way","number":"h1870"},{"text":"walketh","number":"h1980"},{"text":"GOD","number":"h3069"},{"text":"But as for them whose heart","number":"h3820"},{"text":"after the heart","number":"h3820"},{"text":"saith","number":"h5002"},{"text":"I will recompense","number":"h5414"},{"text":"upon their own heads","number":"h7218"},{"text":"of their detestable things","number":"h8251"},{"text":"and their abominations","number":"h8441"}],"7":[{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"of it they are the flesh","number":"h1320"},{"text":"Your slain","number":"h2491"},{"text":"GOD","number":"h3069"},{"text":"but I will bring you forth","number":"h3318"},{"text":"and this city is the caldron","number":"h5518"},{"text":"whom ye have laid","number":"h7760"},{"text":"in the midst","number":"h8432"},{"text":"out of the midst","number":"h8432"}],"8":[{"text":"the Lord","number":"h136"},{"text":"and I will bring","number":"h935"},{"text":"a sword","number":"h2719"},{"text":"the sword","number":"h2719"},{"text":"GOD","number":"h3069"},{"text":"Ye have feared","number":"h3372"},{"text":"upon you saith","number":"h5002"}],"22":[{"text":"and the wheels","number":"h212"},{"text":"of the God","number":"h430"},{"text":"of Israel","number":"h3478"},{"text":"them and the glory","number":"h3519"},{"text":"their wings","number":"h3671"},{"text":"Then did the cherubims","number":"h3742"},{"text":"was over them above","number":"h4605"},{"text":"lift up","number":"h5375"},{"text":"beside","number":"h5980"}],"1":[{"text":"men","number":"h376"},{"text":"and brought","number":"h935"},{"text":"house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Benaiah","number":"h1141"},{"text":"five","number":"h2568"},{"text":"Jaazaniah","number":"h2970"},{"text":"of the LORD'S","number":"h3068"},{"text":"lifted me up","number":"h5375"},{"text":"of Azur","number":"h5809"},{"text":"of the people","number":"h5971"},{"text":"and twenty","number":"h6242"},{"text":"and Pelatiah","number":"h6410"},{"text":"which looketh","number":"h6437"},{"text":"and behold at the door","number":"h6607"},{"text":"eastward","number":"h6921"},{"text":"me unto the east","number":"h6931"},{"text":"whom I saw","number":"h7200"},{"text":"Moreover the spirit","number":"h7307"},{"text":"gate","number":"h8179"},{"text":"of the gate","number":"h8179"},{"text":"princes","number":"h8269"},{"text":"among","number":"h8432"}],"20":[{"text":"and I will be their God","number":"h430"},{"text":"in my statutes","number":"h2708"},{"text":"That they may walk","number":"h3212"},{"text":"mine ordinances","number":"h4941"},{"text":"them and they shall be my people","number":"h5971"},{"text":"and do","number":"h6213"},{"text":"and keep","number":"h8104"}],"24":[{"text":"of God","number":"h430"},{"text":"and brought","number":"h935"},{"text":"to them of the captivity","number":"h1473"},{"text":"into Chaldea","number":"h3778"},{"text":"So the vision","number":"h4758"},{"text":"me in a vision","number":"h4758"},{"text":"took me up","number":"h5375"},{"text":"went up","number":"h5927"},{"text":"that I had seen","number":"h7200"},{"text":"Afterwards the spirit","number":"h7307"},{"text":"by the Spirit","number":"h7307"}],"5":[{"text":"Thus have ye said","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"unto me Speak","number":"h559"},{"text":"upon me and said","number":"h559"},{"text":"O house","number":"h1004"},{"text":"for I know","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"the things that come","number":"h4609"},{"text":"fell","number":"h5307"},{"text":"And the Spirit","number":"h7307"},{"text":"into your mind","number":"h7307"}],"3":[{"text":"Which say","number":"h559"},{"text":"houses","number":"h1004"},{"text":"let us build","number":"h1129"},{"text":"and we be the flesh","number":"h1320"},{"text":"this city is the caldron","number":"h5518"},{"text":"It is not near","number":"h7138"}],"14":[{"text":"came unto me saying","number":"h559"},{"text":"Again the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"18":[{"text":"And they shall come","number":"h935"},{"text":"thither and they shall take away","number":"h5493"},{"text":"all the detestable things","number":"h8251"},{"text":"thereof and all the abominations","number":"h8441"}],"11":[{"text":"neither shall ye be the flesh","number":"h1320"},{"text":"you in the border","number":"h1366"},{"text":"of Israel","number":"h3478"},{"text":"This city shall not be your caldron","number":"h5518"},{"text":"thereof but I will judge","number":"h8199"},{"text":"in the midst","number":"h8432"}],"10":[{"text":"you in the border","number":"h1366"},{"text":"by the sword","number":"h2719"},{"text":"and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"Ye shall fall","number":"h5307"},{"text":"I will judge","number":"h8199"}],"12":[{"text":"of the heathen","number":"h1471"},{"text":"for ye have not walked","number":"h1980"},{"text":"in my statutes","number":"h2706"},{"text":"And ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"after the manners","number":"h4941"},{"text":"my judgments","number":"h4941"},{"text":"that are round about","number":"h5439"},{"text":"but have done","number":"h6213"},{"text":"neither executed","number":"h6213"}],"25":[{"text":"unto them of the captivity","number":"h1473"},{"text":"Then I spake","number":"h1696"},{"text":"all the things","number":"h1697"},{"text":"that the LORD","number":"h3068"},{"text":"had shewed","number":"h7200"}],"23":[{"text":"upon the mountain","number":"h2022"},{"text":"of the LORD","number":"h3068"},{"text":"And the glory","number":"h3519"},{"text":"of the city","number":"h5892"},{"text":"of the city","number":"h5892"},{"text":"went up","number":"h5927"},{"text":"and stood","number":"h5975"},{"text":"which is on the east side","number":"h6924"},{"text":"from the midst","number":"h8432"}],"9":[{"text":"of strangers","number":"h2114"},{"text":"you into the hands","number":"h3027"},{"text":"And I will bring you out","number":"h3318"},{"text":"thereof and deliver","number":"h5414"},{"text":"and will execute","number":"h6213"},{"text":"judgments","number":"h8201"},{"text":"of the midst","number":"h8432"}],"6":[{"text":"the streets","number":"h2351"},{"text":"thereof with the slain","number":"h2491"},{"text":"your slain","number":"h2491"},{"text":"and ye have filled","number":"h4390"},{"text":"in this city","number":"h5892"},{"text":"Ye have multiplied","number":"h7235"}]}
@@ -0,0 +1 @@
1
+ {"22":[{"text":"faileth","number":"h6"},{"text":"of man","number":"h120"},{"text":"that ye have in the land","number":"h127"},{"text":"saying","number":"h559"},{"text":"are prolonged","number":"h748"},{"text":"Son","number":"h1121"},{"text":"and every vision","number":"h2377"},{"text":"The days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"what is that proverb","number":"h4912"}],"14":[{"text":"him and all his bands","number":"h102"},{"text":"after","number":"h310"},{"text":"And I will scatter","number":"h2219"},{"text":"the sword","number":"h2719"},{"text":"all that are about","number":"h5439"},{"text":"him to help","number":"h5828"},{"text":"toward every wind","number":"h7307"},{"text":"and I will draw out","number":"h7324"}],"18":[{"text":"of man","number":"h120"},{"text":"eat","number":"h398"},{"text":"Son","number":"h1121"},{"text":"and with carefulness","number":"h1674"},{"text":"thy bread","number":"h3899"},{"text":"thy water","number":"h4325"},{"text":"with trembling","number":"h7269"},{"text":"with quaking","number":"h7494"},{"text":"and drink","number":"h8354"}],"2":[{"text":"of man","number":"h120"},{"text":"not they have ears","number":"h241"},{"text":"house","number":"h1004"},{"text":"house","number":"h1004"},{"text":"Son","number":"h1121"},{"text":"thou dwellest","number":"h3427"},{"text":"not for they are a rebellious","number":"h4805"},{"text":"of a rebellious","number":"h4805"},{"text":"which have eyes","number":"h5869"},{"text":"and see","number":"h7200"},{"text":"to see","number":"h7200"},{"text":"and hear","number":"h8085"},{"text":"to hear","number":"h8085"},{"text":"in the midst","number":"h8432"}],"27":[{"text":"of man","number":"h120"},{"text":"say","number":"h559"},{"text":"behold they of the house","number":"h1004"},{"text":"Son","number":"h1121"},{"text":"that he seeth","number":"h2372"},{"text":"The vision","number":"h2377"},{"text":"days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"to come and he prophesieth","number":"h5012"},{"text":"of the times","number":"h6256"},{"text":"is for many","number":"h7227"},{"text":"that are far","number":"h7350"}],"3":[{"text":"of man","number":"h120"},{"text":"to another","number":"h312"},{"text":"house","number":"h1004"},{"text":"Therefore thou son","number":"h1121"},{"text":"for removing","number":"h1473"},{"text":"and remove","number":"h1540"},{"text":"and thou shalt remove","number":"h1540"},{"text":"by day","number":"h3119"},{"text":"thee stuff","number":"h3627"},{"text":"from thy place","number":"h4725"},{"text":"place","number":"h4725"},{"text":"though they be a rebellious","number":"h4805"},{"text":"in their sight","number":"h5869"},{"text":"in their sight","number":"h5869"},{"text":"prepare","number":"h6213"},{"text":"it may be they will consider","number":"h7200"}],"9":[{"text":"of man","number":"h120"},{"text":"said","number":"h559"},{"text":"hath not the house","number":"h1004"},{"text":"house","number":"h1004"},{"text":"Son","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"the rebellious","number":"h4805"},{"text":"unto thee What doest","number":"h6213"}],"19":[{"text":"of the land","number":"h127"},{"text":"the Lord","number":"h136"},{"text":"They shall eat","number":"h398"},{"text":"And say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"and of the land","number":"h776"},{"text":"that her land","number":"h776"},{"text":"with carefulness","number":"h1674"},{"text":"because of the violence","number":"h2555"},{"text":"GOD","number":"h3069"},{"text":"of Jerusalem","number":"h3389"},{"text":"of all them that dwell","number":"h3427"},{"text":"of the inhabitants","number":"h3427"},{"text":"may be desolate","number":"h3456"},{"text":"of Israel","number":"h3478"},{"text":"their bread","number":"h3899"},{"text":"their water","number":"h4325"},{"text":"from all that is therein","number":"h4393"},{"text":"unto the people","number":"h5971"},{"text":"with astonishment","number":"h8078"},{"text":"and drink","number":"h8354"}],"10":[{"text":"the Lord","number":"h136"},{"text":"Say","number":"h559"},{"text":"thou unto them Thus saith","number":"h559"},{"text":"and all the house","number":"h1004"},{"text":"GOD","number":"h3069"},{"text":"in Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"This burden","number":"h4853"},{"text":"concerneth the prince","number":"h5387"},{"text":"that are among","number":"h8432"}],"23":[{"text":"the Lord","number":"h136"},{"text":"Tell","number":"h559"},{"text":"them therefore Thus saith","number":"h559"},{"text":"but say","number":"h1696"},{"text":"and the effect","number":"h1697"},{"text":"of every vision","number":"h2377"},{"text":"GOD","number":"h3069"},{"text":"unto them The days","number":"h3117"},{"text":"in Israel","number":"h3478"},{"text":"and they shall no more use it as a proverb","number":"h4911"},{"text":"I will make this proverb","number":"h4912"},{"text":"are at hand","number":"h7126"},{"text":"to cease","number":"h7673"}],"25":[{"text":"the Lord","number":"h136"},{"text":"house","number":"h1004"},{"text":"I will speak","number":"h1696"},{"text":"that I shall speak","number":"h1696"},{"text":"will I say","number":"h1696"},{"text":"and the word","number":"h1697"},{"text":"the word","number":"h1697"},{"text":"For I am the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"for in your days","number":"h3117"},{"text":"O rebellious","number":"h4805"},{"text":"it shall be no more prolonged","number":"h4900"},{"text":"it saith","number":"h5002"},{"text":"and will perform","number":"h6213"},{"text":"shall come to pass","number":"h6213"}],"28":[{"text":"the Lord","number":"h136"},{"text":"the Lord","number":"h136"},{"text":"Therefore say","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"which I have spoken","number":"h1696"},{"text":"There shall none of my words","number":"h1697"},{"text":"any more but the word","number":"h1697"},{"text":"GOD","number":"h3069"},{"text":"GOD","number":"h3069"},{"text":"be prolonged","number":"h4900"},{"text":"saith","number":"h5002"},{"text":"shall be done","number":"h6213"}],"11":[{"text":"Say","number":"h559"},{"text":"unto them they shall remove","number":"h1473"},{"text":"and go","number":"h3212"},{"text":"I am your sign","number":"h4159"},{"text":"like as I have done","number":"h6213"},{"text":"so shall it be done","number":"h6213"},{"text":"into captivity","number":"h7628"}],"1":[{"text":"also came unto me saying","number":"h559"},{"text":"The word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"17":[{"text":"came to me saying","number":"h559"},{"text":"Moreover the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"26":[{"text":"came to me saying","number":"h559"},{"text":"Again the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"21":[{"text":"came unto me saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"8":[{"text":"unto me saying","number":"h559"},{"text":"And in the morning","number":"h1242"},{"text":"came the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"16":[{"text":"men","number":"h582"},{"text":"whither they come","number":"h935"},{"text":"among the heathen","number":"h1471"},{"text":"and from the pestilence","number":"h1698"},{"text":"of them from the sword","number":"h2719"},{"text":"and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"But I will leave","number":"h3498"},{"text":"a few","number":"h4557"},{"text":"that they may declare","number":"h5608"},{"text":"from the famine","number":"h7458"},{"text":"all their abominations","number":"h8441"}],"20":[{"text":"and the land","number":"h776"},{"text":"shall be laid waste","number":"h2717"},{"text":"and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"that are inhabited","number":"h3427"},{"text":"And the cities","number":"h5892"},{"text":"shall be desolate","number":"h8077"}],"12":[{"text":"not the ground","number":"h776"},{"text":"they shall dig","number":"h2864"},{"text":"that","number":"h3282"},{"text":"and shall go forth","number":"h3318"},{"text":"to carry out","number":"h3318"},{"text":"thereby he shall cover","number":"h3680"},{"text":"upon his shoulder","number":"h3802"},{"text":"them shall bear","number":"h5375"},{"text":"And the prince","number":"h5387"},{"text":"with his eyes","number":"h5869"},{"text":"in the twilight","number":"h5939"},{"text":"his face","number":"h6440"},{"text":"through the wall","number":"h7023"},{"text":"he see","number":"h7200"},{"text":"that is among","number":"h8432"}],"6":[{"text":"not the ground","number":"h776"},{"text":"unto the house","number":"h1004"},{"text":"and carry it forth","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"thou shalt cover","number":"h3680"},{"text":"it upon thy shoulders","number":"h3802"},{"text":"thee for a sign","number":"h4159"},{"text":"shalt thou bear","number":"h5375"},{"text":"for I have set","number":"h5414"},{"text":"In their sight","number":"h5869"},{"text":"in the twilight","number":"h5939"},{"text":"thy face","number":"h6440"},{"text":"that thou see","number":"h7200"}],"15":[{"text":"them in the countries","number":"h776"},{"text":"them among the nations","number":"h1471"},{"text":"and disperse","number":"h2219"},{"text":"And they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"when I shall scatter","number":"h6327"}],"13":[{"text":"to the land","number":"h776"},{"text":"him to Babylon","number":"h894"},{"text":"and I will bring","number":"h935"},{"text":"of the Chaldeans","number":"h3778"},{"text":"it though he shall die","number":"h4191"},{"text":"in my snare","number":"h4686"},{"text":"also will I spread","number":"h6566"},{"text":"yet shall he not see","number":"h7200"},{"text":"My net","number":"h7568"},{"text":"upon him and he shall be taken","number":"h8610"}],"24":[{"text":"the house","number":"h1004"},{"text":"vision","number":"h2377"},{"text":"nor flattering","number":"h2509"},{"text":"of Israel","number":"h3478"},{"text":"divination","number":"h4738"},{"text":"For there shall be no more any vain","number":"h7723"},{"text":"within","number":"h8432"}],"7":[{"text":"for captivity","number":"h1473"},{"text":"I digged","number":"h2864"},{"text":"with mine hand","number":"h3027"},{"text":"by day","number":"h3119"},{"text":"I brought forth","number":"h3318"},{"text":"I brought it forth","number":"h3318"},{"text":"as stuff","number":"h3627"},{"text":"my stuff","number":"h3627"},{"text":"it upon my shoulder","number":"h3802"},{"text":"and I bare","number":"h5375"},{"text":"in their sight","number":"h5869"},{"text":"in the twilight","number":"h5939"},{"text":"and in the even","number":"h6153"},{"text":"And I did","number":"h6213"},{"text":"so as I was commanded","number":"h6680"},{"text":"through the wall","number":"h7023"}],"4":[{"text":"for removing","number":"h1473"},{"text":"into captivity","number":"h1473"},{"text":"by day","number":"h3119"},{"text":"Then shalt thou bring forth","number":"h3318"},{"text":"and thou shalt go forth","number":"h3318"},{"text":"as stuff","number":"h3627"},{"text":"thy stuff","number":"h3627"},{"text":"as they that go forth","number":"h4161"},{"text":"in their sight","number":"h5869"},{"text":"in their sight","number":"h5869"},{"text":"at even","number":"h6153"}],"5":[{"text":"Dig","number":"h2864"},{"text":"and carry out","number":"h3318"},{"text":"in their sight","number":"h5869"},{"text":"thou through the wall","number":"h7023"}]}
@@ -0,0 +1 @@
1
+ {"17":[{"text":"of man","number":"h120"},{"text":"Likewise thou son","number":"h1121"},{"text":"against the daughters","number":"h1323"},{"text":"out of their own heart","number":"h3820"},{"text":"and prophesy","number":"h5012"},{"text":"which prophesy","number":"h5012"},{"text":"of thy people","number":"h5971"},{"text":"thy face","number":"h6440"},{"text":"set","number":"h7760"}],"2":[{"text":"of man","number":"h120"},{"text":"and say","number":"h559"},{"text":"Son","number":"h1121"},{"text":"ye the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"out of their own hearts","number":"h3820"},{"text":"prophesy","number":"h5012"},{"text":"that prophesy","number":"h5012"},{"text":"against the prophets","number":"h5030"},{"text":"thou unto them that prophesy","number":"h5030"},{"text":"Hear","number":"h8085"}],"9":[{"text":"into the land","number":"h127"},{"text":"that I am the Lord","number":"h136"},{"text":"neither shall they enter","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"that see","number":"h2374"},{"text":"And mine hand","number":"h3027"},{"text":"and ye shall know","number":"h3045"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"lies","number":"h3577"},{"text":"neither shall they be written","number":"h3789"},{"text":"in the writing","number":"h3791"},{"text":"shall be upon the prophets","number":"h5030"},{"text":"they shall not be in the assembly","number":"h5475"},{"text":"of my people","number":"h5971"},{"text":"and that divine","number":"h7080"},{"text":"vanity","number":"h7723"}],"13":[{"text":"the Lord","number":"h136"},{"text":"and great hailstones","number":"h417"},{"text":"Therefore thus saith","number":"h559"},{"text":"in mine anger","number":"h639"},{"text":"I will even rend","number":"h1234"},{"text":"shower","number":"h1653"},{"text":"in my fury","number":"h2534"},{"text":"in my fury","number":"h2534"},{"text":"GOD","number":"h3069"},{"text":"to consume","number":"h3617"},{"text":"it with a stormy","number":"h5591"},{"text":"wind","number":"h7307"},{"text":"and there shall be an overflowing","number":"h7857"}],"16":[{"text":"the Lord","number":"h136"},{"text":"and which see","number":"h2374"},{"text":"visions","number":"h2377"},{"text":"GOD","number":"h3069"},{"text":"concerning Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"saith","number":"h5002"},{"text":"which prophesy","number":"h5012"},{"text":"To wit the prophets","number":"h5030"},{"text":"for her and there is no peace","number":"h7965"},{"text":"of peace","number":"h7965"}],"18":[{"text":"the Lord","number":"h136"},{"text":"And say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"to all armholes","number":"h679"},{"text":"Woe","number":"h1945"},{"text":"alive","number":"h2421"},{"text":"and will ye save","number":"h2421"},{"text":"GOD","number":"h3069"},{"text":"pillows","number":"h3704"},{"text":"kerchiefs","number":"h4555"},{"text":"souls","number":"h5315"},{"text":"the souls","number":"h5315"},{"text":"the souls","number":"h5315"},{"text":"of my people","number":"h5971"},{"text":"and make","number":"h6213"},{"text":"Will ye hunt","number":"h6679"},{"text":"to hunt","number":"h6679"},{"text":"of every stature","number":"h6967"},{"text":"upon the head","number":"h7218"},{"text":"to the women that sew","number":"h8609"}],"20":[{"text":"the Lord","number":"h136"},{"text":"Wherefore thus saith","number":"h559"},{"text":"wherewith ye","number":"h859"},{"text":"them from your arms","number":"h2220"},{"text":"GOD","number":"h3069"},{"text":"Behold I am against your pillows","number":"h3704"},{"text":"and will let the souls","number":"h5315"},{"text":"even the souls","number":"h5315"},{"text":"the souls","number":"h5315"},{"text":"to make them fly","number":"h6524"},{"text":"to make them fly","number":"h6524"},{"text":"that ye hunt","number":"h6679"},{"text":"there hunt","number":"h6679"},{"text":"and I will tear","number":"h7167"},{"text":"go","number":"h7971"}],"3":[{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"Woe","number":"h1945"},{"text":"that follow","number":"h1980"},{"text":"GOD","number":"h3069"},{"text":"prophets","number":"h5030"},{"text":"unto the foolish","number":"h5036"},{"text":"and have seen","number":"h7200"},{"text":"their own spirit","number":"h7307"}],"8":[{"text":"the Lord","number":"h136"},{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"Because ye have spoken","number":"h1696"},{"text":"and seen","number":"h2372"},{"text":"GOD","number":"h3069"},{"text":"GOD","number":"h3069"},{"text":"lies","number":"h3577"},{"text":"therefore behold I am against you saith","number":"h5002"},{"text":"vanity","number":"h7723"}],"11":[{"text":"O great hailstones","number":"h417"},{"text":"Say","number":"h559"},{"text":"and ye","number":"h859"},{"text":"shall rend","number":"h1234"},{"text":"shower","number":"h1653"},{"text":"unto them which daub","number":"h2902"},{"text":"morter that it shall fall","number":"h5307"},{"text":"shall fall","number":"h5307"},{"text":"and a stormy","number":"h5591"},{"text":"wind","number":"h7307"},{"text":"there shall be an overflowing","number":"h7857"},{"text":"it with untempered","number":"h8602"}],"1":[{"text":"came unto me saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"7":[{"text":"it albeit I have not spoken","number":"h559"},{"text":"whereas ye say","number":"h559"},{"text":"and have ye not spoken","number":"h1696"},{"text":"Have ye not seen","number":"h2372"},{"text":"The LORD","number":"h3068"},{"text":"a lying","number":"h3577"},{"text":"vision","number":"h4236"},{"text":"divination","number":"h4738"},{"text":"saith","number":"h5002"},{"text":"a vain","number":"h7723"}],"15":[{"text":"morter and will say","number":"h559"},{"text":"my wrath","number":"h2534"},{"text":"and upon them that have daubed","number":"h2902"},{"text":"is no more neither they that daubed","number":"h2902"},{"text":"Thus will I accomplish","number":"h3615"},{"text":"unto you The wall","number":"h7023"},{"text":"upon the wall","number":"h7023"},{"text":"it with untempered","number":"h8602"}],"10":[{"text":"saying","number":"h559"},{"text":"and one built up","number":"h1129"},{"text":"and lo","number":"h2009"},{"text":"a wall","number":"h2434"},{"text":"others daubed","number":"h2902"},{"text":"Because even because they have seduced","number":"h2937"},{"text":"my people","number":"h5971"},{"text":"Peace","number":"h7965"},{"text":"and there was no peace","number":"h7965"},{"text":"it with untempered","number":"h8602"}],"6":[{"text":"saying","number":"h559"},{"text":"the word","number":"h1697"},{"text":"They have seen","number":"h2372"},{"text":"The LORD","number":"h3068"},{"text":"and the LORD","number":"h3068"},{"text":"them and they have made others to hope","number":"h3176"},{"text":"and lying","number":"h3577"},{"text":"saith","number":"h5002"},{"text":"that they would confirm","number":"h6965"},{"text":"divination","number":"h7081"},{"text":"vanity","number":"h7723"},{"text":"hath not sent","number":"h7971"}],"12":[{"text":"shall it not be said","number":"h559"},{"text":"wherewith ye have daubed","number":"h2902"},{"text":"unto you Where is the daubing","number":"h2915"},{"text":"is fallen","number":"h5307"},{"text":"Lo when the wall","number":"h7023"}],"14":[{"text":"it down to the ground","number":"h776"},{"text":"thereof shall be discovered","number":"h1540"},{"text":"So will I break down","number":"h2040"},{"text":"that ye have daubed","number":"h2902"},{"text":"thereof and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"so that the foundation","number":"h3247"},{"text":"and ye shall be consumed","number":"h3615"},{"text":"morter and bring","number":"h5060"},{"text":"and it shall fall","number":"h5307"},{"text":"the wall","number":"h7023"},{"text":"in the midst","number":"h8432"},{"text":"with untempered","number":"h8602"}],"5":[{"text":"for the house","number":"h1004"},{"text":"neither made up","number":"h1443"},{"text":"the hedge","number":"h1447"},{"text":"of the LORD","number":"h3068"},{"text":"in the day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"in the battle","number":"h4421"},{"text":"Ye have not gone up","number":"h5927"},{"text":"to stand","number":"h5975"},{"text":"into the gaps","number":"h6556"}],"22":[{"text":"way","number":"h1870"},{"text":"and strengthened","number":"h2388"},{"text":"by promising him life","number":"h2421"},{"text":"the hands","number":"h3027"},{"text":"whom I have not made sad","number":"h3510"},{"text":"sad","number":"h3512"},{"text":"ye have made the heart","number":"h3820"},{"text":"of the righteous","number":"h6662"},{"text":"of the wicked","number":"h7451"},{"text":"from his wicked","number":"h7563"},{"text":"that he should not return","number":"h7725"},{"text":"Because with lies","number":"h8267"}],"23":[{"text":"Therefore ye shall see","number":"h2372"},{"text":"out of your hand","number":"h3027"},{"text":"and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"for I will deliver","number":"h5337"},{"text":"my people","number":"h5971"},{"text":"nor divine","number":"h7080"},{"text":"divinations","number":"h7081"},{"text":"no more vanity","number":"h7723"}],"19":[{"text":"alive","number":"h2421"},{"text":"and to save","number":"h2421"},{"text":"that should not live","number":"h2421"},{"text":"And will ye pollute","number":"h2490"},{"text":"by your lying","number":"h3576"},{"text":"your lies","number":"h3577"},{"text":"of bread","number":"h3899"},{"text":"that should not die","number":"h4191"},{"text":"to slay","number":"h4191"},{"text":"the souls","number":"h5315"},{"text":"the souls","number":"h5315"},{"text":"me among my people","number":"h5971"},{"text":"to my people","number":"h5971"},{"text":"and for pieces","number":"h6595"},{"text":"that hear","number":"h8085"},{"text":"for handfuls","number":"h8168"},{"text":"of barley","number":"h8184"}],"4":[{"text":"in the deserts","number":"h2723"},{"text":"O Israel","number":"h3478"},{"text":"thy prophets","number":"h5030"},{"text":"are like the foxes","number":"h7776"}],"21":[{"text":"and they shall be no more in your hand","number":"h3027"},{"text":"out of your hand","number":"h3027"},{"text":"and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"Your kerchiefs","number":"h4555"},{"text":"to be hunted","number":"h4686"},{"text":"and deliver","number":"h5337"},{"text":"my people","number":"h5971"},{"text":"also will I tear","number":"h7167"}]}
@@ -0,0 +1 @@
1
+ {"19":[{"text":"from it man","number":"h120"},{"text":"into that land","number":"h776"},{"text":"and beast","number":"h929"},{"text":"a pestilence","number":"h1698"},{"text":"upon it in blood","number":"h1818"},{"text":"my fury","number":"h2534"},{"text":"to cut off","number":"h3772"},{"text":"Or if I send","number":"h7971"},{"text":"and pour out","number":"h8210"}],"21":[{"text":"from it man","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"For thus saith","number":"h559"},{"text":"my four","number":"h702"},{"text":"and beast","number":"h929"},{"text":"and the pestilence","number":"h1698"},{"text":"beast","number":"h2416"},{"text":"the sword","number":"h2719"},{"text":"GOD","number":"h3069"},{"text":"upon Jerusalem","number":"h3389"},{"text":"to cut off","number":"h3772"},{"text":"and the noisome","number":"h7451"},{"text":"sore","number":"h7451"},{"text":"and the famine","number":"h7458"},{"text":"How much more when I send","number":"h7971"},{"text":"judgments","number":"h8201"}],"13":[{"text":"man","number":"h120"},{"text":"of man","number":"h120"},{"text":"when the land","number":"h776"},{"text":"and beast","number":"h929"},{"text":"Son","number":"h1121"},{"text":"sinneth","number":"h2398"},{"text":"mine hand","number":"h3027"},{"text":"upon it and will cut off","number":"h3772"},{"text":"of the bread","number":"h3899"},{"text":"the staff","number":"h4294"},{"text":"against me by trespassing","number":"h4603"},{"text":"grievously","number":"h4604"},{"text":"then will I stretch out","number":"h5186"},{"text":"famine","number":"h7458"},{"text":"upon it and will break","number":"h7665"},{"text":"thereof and will send","number":"h7971"}],"17":[{"text":"man","number":"h120"},{"text":"and say","number":"h559"},{"text":"the land","number":"h776"},{"text":"upon that land","number":"h776"},{"text":"and beast","number":"h929"},{"text":"Or if I bring","number":"h935"},{"text":"Sword","number":"h2719"},{"text":"a sword","number":"h2719"},{"text":"so that I cut off","number":"h3772"},{"text":"go through","number":"h5674"}],"3":[{"text":"of man","number":"h120"},{"text":"these men","number":"h582"},{"text":"Son","number":"h1121"},{"text":"their idols","number":"h1544"},{"text":"of at all","number":"h1875"},{"text":"should I be enquired","number":"h1875"},{"text":"in their heart","number":"h3820"},{"text":"the stumblingblock","number":"h4383"},{"text":"before","number":"h5227"},{"text":"and put","number":"h5414"},{"text":"of their iniquity","number":"h5771"},{"text":"have set up","number":"h5927"},{"text":"their face","number":"h6440"}],"11":[{"text":"the Lord","number":"h136"},{"text":"from me","number":"h310"},{"text":"and I may be their God","number":"h430"},{"text":"That the house","number":"h1004"},{"text":"neither be polluted","number":"h2930"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"saith","number":"h5002"},{"text":"but that they may be my people","number":"h5971"},{"text":"any more with all their transgressions","number":"h6588"},{"text":"may go no more astray","number":"h8582"}],"14":[{"text":"the Lord","number":"h136"},{"text":"and Job","number":"h347"},{"text":"men","number":"h582"},{"text":"Daniel","number":"h1840"},{"text":"GOD","number":"h3069"},{"text":"saith","number":"h5002"},{"text":"Noah","number":"h5146"},{"text":"but their own souls","number":"h5315"},{"text":"they should deliver","number":"h5337"},{"text":"by their righteousness","number":"h6666"},{"text":"Though these three","number":"h7969"},{"text":"were in it","number":"h8432"}],"16":[{"text":"the Lord","number":"h136"},{"text":"men","number":"h582"},{"text":"but the land","number":"h776"},{"text":"neither sons","number":"h1121"},{"text":"nor daughters","number":"h1323"},{"text":"as I live","number":"h2416"},{"text":"GOD","number":"h3069"},{"text":"saith","number":"h5002"},{"text":"they only shall be delivered","number":"h5337"},{"text":"they shall deliver","number":"h5337"},{"text":"Though these three","number":"h7969"},{"text":"shall be desolate","number":"h8077"},{"text":"were in it","number":"h8432"}],"18":[{"text":"the Lord","number":"h136"},{"text":"men","number":"h582"},{"text":"neither sons","number":"h1121"},{"text":"nor daughters","number":"h1323"},{"text":"as I live","number":"h2416"},{"text":"GOD","number":"h3069"},{"text":"saith","number":"h5002"},{"text":"but they only shall be delivered","number":"h5337"},{"text":"they shall deliver","number":"h5337"},{"text":"Though these three","number":"h7969"},{"text":"were in it","number":"h8432"}],"20":[{"text":"the Lord","number":"h136"},{"text":"and Job","number":"h347"},{"text":"nor","number":"h518"},{"text":"neither son","number":"h1121"},{"text":"daughter","number":"h1323"},{"text":"Daniel","number":"h1840"},{"text":"as I live","number":"h2416"},{"text":"GOD","number":"h3069"},{"text":"saith","number":"h5002"},{"text":"Though Noah","number":"h5146"},{"text":"their own souls","number":"h5315"},{"text":"they shall but deliver","number":"h5337"},{"text":"they shall deliver","number":"h5337"},{"text":"by their righteousness","number":"h6666"},{"text":"were in it","number":"h8432"}],"23":[{"text":"the Lord","number":"h136"},{"text":"their ways","number":"h1870"},{"text":"without cause","number":"h2600"},{"text":"and ye shall know","number":"h3045"},{"text":"GOD","number":"h3069"},{"text":"in it saith","number":"h5002"},{"text":"And they shall comfort","number":"h5162"},{"text":"and their doings","number":"h5949"},{"text":"all that I have done","number":"h6213"},{"text":"that I have not done","number":"h6213"},{"text":"you when ye see","number":"h7200"}],"4":[{"text":"the Lord","number":"h136"},{"text":"Every man","number":"h376"},{"text":"unto them Thus saith","number":"h559"},{"text":"unto them and say","number":"h559"},{"text":"and cometh","number":"h935"},{"text":"him that cometh","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"his idols","number":"h1544"},{"text":"of his idols","number":"h1544"},{"text":"Therefore speak","number":"h1696"},{"text":"I the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"in his heart","number":"h3820"},{"text":"the stumblingblock","number":"h4383"},{"text":"to the prophet","number":"h5030"},{"text":"before","number":"h5227"},{"text":"of his iniquity","number":"h5771"},{"text":"that setteth up","number":"h5927"},{"text":"will answer","number":"h6030"},{"text":"his face","number":"h6440"},{"text":"according to the multitude","number":"h7230"},{"text":"and putteth","number":"h7760"}],"6":[{"text":"the Lord","number":"h136"},{"text":"Therefore say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"unto the house","number":"h1004"},{"text":"yourselves from your idols","number":"h1544"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"your faces","number":"h6440"},{"text":"Repent","number":"h7725"},{"text":"and turn","number":"h7725"},{"text":"and turn away","number":"h7725"},{"text":"from all your abominations","number":"h8441"}],"8":[{"text":"him a sign","number":"h226"},{"text":"against that man","number":"h376"},{"text":"and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"and I will cut him off","number":"h3772"},{"text":"and a proverb","number":"h4912"},{"text":"And I will set","number":"h5414"},{"text":"of my people","number":"h5971"},{"text":"my face","number":"h6440"},{"text":"and will make","number":"h8074"},{"text":"from the midst","number":"h8432"}],"7":[{"text":"himself from me","number":"h310"},{"text":"For every one","number":"h376"},{"text":"and cometh","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"that sojourneth","number":"h1481"},{"text":"his idols","number":"h1544"},{"text":"or of the stranger","number":"h1616"},{"text":"to enquire","number":"h1875"},{"text":"of him concerning me I the LORD","number":"h3068"},{"text":"in Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"in his heart","number":"h3820"},{"text":"the stumblingblock","number":"h4383"},{"text":"to a prophet","number":"h5030"},{"text":"which separateth","number":"h5144"},{"text":"before","number":"h5227"},{"text":"of his iniquity","number":"h5771"},{"text":"and setteth up","number":"h5927"},{"text":"will answer","number":"h6030"},{"text":"his face","number":"h6440"},{"text":"and putteth","number":"h7760"}],"12":[{"text":"came again to me saying","number":"h559"},{"text":"The word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"2":[{"text":"came unto me saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"1":[{"text":"certain","number":"h582"},{"text":"Then came","number":"h935"},{"text":"of the elders","number":"h2205"},{"text":"unto me and sat","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"before","number":"h6440"}],"15":[{"text":"the land","number":"h776"},{"text":"beasts","number":"h2416"},{"text":"of the beasts","number":"h2416"},{"text":"If","number":"h3863"},{"text":"that no man may pass through","number":"h5674"},{"text":"to pass through","number":"h5674"},{"text":"because","number":"h6440"},{"text":"I cause noisome","number":"h7451"},{"text":"and they spoil","number":"h7921"},{"text":"it so that it be desolate","number":"h8077"}],"22":[{"text":"even concerning all that I have brought","number":"h935"},{"text":"that I have brought","number":"h935"},{"text":"both sons","number":"h1121"},{"text":"and daughters","number":"h1323"},{"text":"their way","number":"h1870"},{"text":"behold they shall come forth","number":"h3318"},{"text":"that shall be brought forth","number":"h3318"},{"text":"upon Jerusalem","number":"h3389"},{"text":"Yet behold therein shall be left","number":"h3498"},{"text":"and ye shall be comforted","number":"h5162"},{"text":"and their doings","number":"h5949"},{"text":"a remnant","number":"h6413"},{"text":"unto you and ye shall see","number":"h7200"},{"text":"concerning the evil","number":"h7451"}],"5":[{"text":"the house","number":"h1004"},{"text":"from me through their idols","number":"h1544"},{"text":"because they are all estranged","number":"h2114"},{"text":"of Israel","number":"h3478"},{"text":"in their own heart","number":"h3820"},{"text":"That I may take","number":"h8610"}],"9":[{"text":"when he hath spoken","number":"h1696"},{"text":"a thing","number":"h1697"},{"text":"my hand","number":"h3027"},{"text":"I the LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"And if the prophet","number":"h5030"},{"text":"that prophet","number":"h5030"},{"text":"and I will stretch out","number":"h5186"},{"text":"of my people","number":"h5971"},{"text":"be deceived","number":"h6601"},{"text":"have deceived","number":"h6601"},{"text":"upon him and will destroy","number":"h8045"},{"text":"him from the midst","number":"h8432"}],"10":[{"text":"of him that seeketh","number":"h1875"},{"text":"of the prophet","number":"h5030"},{"text":"And they shall bear","number":"h5375"},{"text":"shall be even as the punishment","number":"h5771"},{"text":"the punishment","number":"h5771"},{"text":"the punishment of their iniquity","number":"h5771"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"of man","number":"h120"},{"text":"Son","number":"h1121"},{"text":"What is the vine","number":"h1612"},{"text":"or than a branch","number":"h2156"},{"text":"of the forest","number":"h3293"},{"text":"more than any tree","number":"h6086"},{"text":"tree","number":"h6086"},{"text":"which is among the trees","number":"h6086"}],"6":[{"text":"the Lord","number":"h136"},{"text":"for fuel","number":"h402"},{"text":"Therefore thus saith","number":"h559"},{"text":"to the fire","number":"h784"},{"text":"As the vine","number":"h1612"},{"text":"GOD","number":"h3069"},{"text":"of the forest","number":"h3293"},{"text":"of Jerusalem","number":"h3389"},{"text":"the inhabitants","number":"h3427"},{"text":"so will I give","number":"h5414"},{"text":"which I have given","number":"h5414"},{"text":"among the trees","number":"h6086"},{"text":"tree","number":"h6086"}],"8":[{"text":"the Lord","number":"h136"},{"text":"the land","number":"h776"},{"text":"GOD","number":"h3069"},{"text":"because they have committed","number":"h4603"},{"text":"a trespass","number":"h4604"},{"text":"saith","number":"h5002"},{"text":"And I will make","number":"h5414"},{"text":"desolate","number":"h8077"}],"4":[{"text":"devoureth","number":"h398"},{"text":"for fuel","number":"h402"},{"text":"into the fire","number":"h784"},{"text":"the fire","number":"h784"},{"text":"of it is burned","number":"h2787"},{"text":"for any work","number":"h4399"},{"text":"Behold it is cast","number":"h5414"},{"text":"Is it meet","number":"h6743"},{"text":"the ends","number":"h7098"},{"text":"both","number":"h8147"},{"text":"of it and the midst","number":"h8432"}],"5":[{"text":"hath devoured","number":"h398"},{"text":"when the fire","number":"h784"},{"text":"it and it is burned","number":"h2787"},{"text":"for no work","number":"h4399"},{"text":"yet for any work","number":"h4399"},{"text":"how much less shall it be meet","number":"h6213"},{"text":"it was meet","number":"h6213"},{"text":"Behold when it was whole","number":"h8549"}],"7":[{"text":"shall devour","number":"h398"},{"text":"and another fire","number":"h784"},{"text":"from one fire","number":"h784"},{"text":"them and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"against them they shall go out","number":"h3318"},{"text":"And I will set","number":"h5414"},{"text":"my face","number":"h6440"},{"text":"my face","number":"h6440"},{"text":"when I set","number":"h7760"}],"1":[{"text":"came unto me saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"3":[{"text":"a pin","number":"h3489"},{"text":"any vessel","number":"h3627"},{"text":"be taken","number":"h3947"},{"text":"or will men take","number":"h3947"},{"text":"any work","number":"h4399"},{"text":"Shall wood","number":"h6086"},{"text":"thereof to do","number":"h6213"},{"text":"of it to hang","number":"h8518"}]}