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
+ {"47":[{"text":"them with stones","number":"h68"},{"text":"with fire","number":"h784"},{"text":"their houses","number":"h1004"},{"text":"their sons","number":"h1121"},{"text":"and dispatch","number":"h1254"},{"text":"and their daughters","number":"h1323"},{"text":"they shall slay","number":"h2026"},{"text":"them with their swords","number":"h2719"},{"text":"And the company","number":"h6951"},{"text":"shall stone","number":"h7275"},{"text":"and burn up","number":"h8313"}],"2":[{"text":"of man","number":"h120"},{"text":"of one","number":"h259"},{"text":"mother","number":"h517"},{"text":"women","number":"h802"},{"text":"Son","number":"h1121"},{"text":"the daughters","number":"h1323"},{"text":"there were two","number":"h8147"}],"36":[{"text":"of man","number":"h120"},{"text":"Aholah","number":"h170"},{"text":"and Aholibah","number":"h172"},{"text":"said","number":"h559"},{"text":"moreover unto me Son","number":"h1121"},{"text":"The LORD","number":"h3068"},{"text":"yea declare","number":"h5046"},{"text":"wilt thou judge","number":"h8199"},{"text":"unto them their abominations","number":"h8441"}],"49":[{"text":"that I am the Lord","number":"h136"},{"text":"of your idols","number":"h1544"},{"text":"your lewdness","number":"h2154"},{"text":"the sins","number":"h2399"},{"text":"and ye shall know","number":"h3045"},{"text":"GOD","number":"h3069"},{"text":"upon you and ye shall bear","number":"h5375"},{"text":"And they shall recompense","number":"h5414"}],"22":[{"text":"the Lord","number":"h136"},{"text":"thy lovers","number":"h157"},{"text":"Therefore O Aholibah","number":"h172"},{"text":"thus saith","number":"h559"},{"text":"and I will bring","number":"h935"},{"text":"GOD","number":"h3069"},{"text":"against thee from whom thy mind","number":"h5315"},{"text":"is alienated","number":"h5361"},{"text":"them against thee on every side","number":"h5439"},{"text":"Behold I will raise up","number":"h5782"}],"28":[{"text":"the Lord","number":"h136"},{"text":"For thus saith","number":"h559"},{"text":"into the hand","number":"h3027"},{"text":"thee into the hand","number":"h3027"},{"text":"GOD","number":"h3069"},{"text":"of them from whom thy mind","number":"h5315"},{"text":"is alienated","number":"h5361"},{"text":"Behold I will deliver","number":"h5414"},{"text":"of them whom thou hatest","number":"h8130"}],"32":[{"text":"the Lord","number":"h136"},{"text":"of thy sister's","number":"h269"},{"text":"Thus saith","number":"h559"},{"text":"GOD","number":"h3069"},{"text":"it containeth","number":"h3557"},{"text":"cup","number":"h3563"},{"text":"and had in derision","number":"h3933"},{"text":"much","number":"h4767"},{"text":"deep","number":"h6013"},{"text":"thou shalt be laughed to scorn","number":"h6712"},{"text":"and large","number":"h7342"},{"text":"Thou shalt drink","number":"h8354"}],"34":[{"text":"the Lord","number":"h136"},{"text":"and thou shalt break","number":"h1633"},{"text":"for I have spoken","number":"h1696"},{"text":"the sherds","number":"h2789"},{"text":"GOD","number":"h3069"},{"text":"it and suck it out","number":"h4680"},{"text":"it saith","number":"h5002"},{"text":"thereof and pluck off","number":"h5423"},{"text":"thine own breasts","number":"h7699"},{"text":"Thou shalt even drink","number":"h8354"}],"35":[{"text":"the Lord","number":"h136"},{"text":"me behind","number":"h310"},{"text":"Therefore thus saith","number":"h559"},{"text":"thy back","number":"h1458"},{"text":"thou also thy lewdness","number":"h2154"},{"text":"GOD","number":"h3069"},{"text":"therefore bear","number":"h5375"},{"text":"Because thou hast forgotten","number":"h7911"},{"text":"me and cast","number":"h7993"},{"text":"and thy whoredoms","number":"h8457"}],"46":[{"text":"the Lord","number":"h136"},{"text":"For thus saith","number":"h559"},{"text":"and spoiled","number":"h957"},{"text":"them to be removed","number":"h2189"},{"text":"GOD","number":"h3069"},{"text":"upon them and will give","number":"h5414"},{"text":"I will bring up","number":"h5927"},{"text":"a company","number":"h6951"}],"9":[{"text":"of her lovers","number":"h157"},{"text":"of the Assyrians","number":"h1121"},{"text":"her into the hand","number":"h3027"},{"text":"into the hand","number":"h3027"},{"text":"Wherefore I have delivered","number":"h5414"},{"text":"upon whom she doted","number":"h5689"}],"5":[{"text":"on her lovers","number":"h157"},{"text":"And Aholah","number":"h170"},{"text":"on the Assyrians","number":"h804"},{"text":"played the harlot","number":"h2181"},{"text":"and she doted","number":"h5689"},{"text":"her neighbours","number":"h7138"},{"text":"when she was mine","number":"h8478"}],"4":[{"text":"is Aholah","number":"h170"},{"text":"of them were Aholah","number":"h170"},{"text":"Aholibah","number":"h172"},{"text":"and Aholibah","number":"h172"},{"text":"her sister","number":"h269"},{"text":"sons","number":"h1121"},{"text":"and daughters","number":"h1323"},{"text":"the elder","number":"h1419"},{"text":"and they were mine and they bare","number":"h3205"},{"text":"and Jerusalem","number":"h3389"},{"text":"And the names","number":"h8034"},{"text":"Thus were their names","number":"h8034"},{"text":"Samaria","number":"h8111"}],"44":[{"text":"unto Aholah","number":"h170"},{"text":"and unto Aholibah","number":"h172"},{"text":"unto a woman","number":"h802"},{"text":"women","number":"h802"},{"text":"Yet they went in","number":"h935"},{"text":"so went they in","number":"h935"},{"text":"unto her as they go in","number":"h935"},{"text":"the lewd","number":"h2154"},{"text":"that playeth the harlot","number":"h2181"}],"11":[{"text":"Aholibah","number":"h172"},{"text":"And when her sister","number":"h269"},{"text":"more than her sister","number":"h269"},{"text":"in her whoredoms","number":"h2183"},{"text":"in her inordinate love","number":"h5691"},{"text":"saw","number":"h7200"},{"text":"this she was more corrupt","number":"h7843"},{"text":"than she and in her whoredoms","number":"h8457"}],"15":[{"text":"with girdles","number":"h232"},{"text":"the land","number":"h776"},{"text":"of the Babylonians","number":"h1121"},{"text":"after the manner","number":"h1823"},{"text":"Girded","number":"h2289"},{"text":"in dyed attire","number":"h2871"},{"text":"of Chaldea","number":"h3778"},{"text":"of their nativity","number":"h4138"},{"text":"to look to","number":"h4758"},{"text":"upon their loins","number":"h4975"},{"text":"exceeding","number":"h5628"},{"text":"upon their heads","number":"h7218"},{"text":"all of them princes","number":"h7991"}],"25":[{"text":"and thine ears","number":"h241"},{"text":"and thy remnant","number":"h319"},{"text":"and thy residue","number":"h319"},{"text":"shall be devoured","number":"h398"},{"text":"thy nose","number":"h639"},{"text":"by the fire","number":"h784"},{"text":"thy sons","number":"h1121"},{"text":"and thy daughters","number":"h1323"},{"text":"furiously","number":"h2534"},{"text":"by the sword","number":"h2719"},{"text":"they shall take","number":"h3947"},{"text":"shall fall","number":"h5307"},{"text":"And I will set","number":"h5414"},{"text":"with thee they shall take away","number":"h5493"},{"text":"against thee and they shall deal","number":"h6213"},{"text":"my jealousy","number":"h7068"}],"13":[{"text":"one","number":"h259"},{"text":"way","number":"h1870"},{"text":"that she was defiled","number":"h2930"},{"text":"Then I saw","number":"h7200"},{"text":"that they took both","number":"h8147"}],"18":[{"text":"from her sister","number":"h269"},{"text":"So she discovered","number":"h1540"},{"text":"and discovered","number":"h1540"},{"text":"was alienated","number":"h3363"},{"text":"from her like as my mind","number":"h5315"},{"text":"then my mind","number":"h5315"},{"text":"was alienated","number":"h5361"},{"text":"her nakedness","number":"h6172"},{"text":"her whoredoms","number":"h8457"}],"31":[{"text":"of thy sister","number":"h269"},{"text":"in the way","number":"h1870"},{"text":"Thou hast walked","number":"h1980"},{"text":"into thine hand","number":"h3027"},{"text":"her cup","number":"h3563"},{"text":"therefore will I give","number":"h5414"}],"33":[{"text":"of thy sister","number":"h269"},{"text":"and sorrow","number":"h3015"},{"text":"with the cup","number":"h3563"},{"text":"with the cup","number":"h3563"},{"text":"Thou shalt be filled","number":"h4390"},{"text":"with drunkenness","number":"h7943"},{"text":"of astonishment","number":"h8047"},{"text":"and desolation","number":"h8077"},{"text":"Samaria","number":"h8111"}],"30":[{"text":"after","number":"h310"},{"text":"the heathen","number":"h1471"},{"text":"with their idols","number":"h1544"},{"text":"these things unto thee because thou hast gone a whoring","number":"h2181"},{"text":"and because thou art polluted","number":"h2930"},{"text":"I will do","number":"h6213"}],"37":[{"text":"the fire to devour","number":"h402"},{"text":"and have also caused their sons","number":"h1121"},{"text":"and with their idols","number":"h1544"},{"text":"and blood","number":"h1818"},{"text":"is in their hands","number":"h3027"},{"text":"whom they bare","number":"h3205"},{"text":"That they have committed adultery","number":"h5003"},{"text":"have they committed adultery","number":"h5003"},{"text":"unto me to pass for them through","number":"h5674"}],"43":[{"text":"Then said","number":"h559"},{"text":"I unto her that was old","number":"h1087"},{"text":"Will they now commit","number":"h2181"},{"text":"in adulteries","number":"h5004"},{"text":"whoredoms","number":"h8457"}],"1":[{"text":"came again unto me saying","number":"h559"},{"text":"The word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"40":[{"text":"for men","number":"h582"},{"text":"And furthermore","number":"h637"},{"text":"and lo they came","number":"h935"},{"text":"to come","number":"h935"},{"text":"thyself paintedst","number":"h3583"},{"text":"unto whom a messenger","number":"h4397"},{"text":"from far","number":"h4801"},{"text":"and deckedst","number":"h5710"},{"text":"thyself with ornaments","number":"h5716"},{"text":"thy eyes","number":"h5869"},{"text":"for whom thou didst wash","number":"h7364"},{"text":"that ye have sent","number":"h7971"},{"text":"was sent","number":"h7971"}],"14":[{"text":"men","number":"h582"},{"text":"pourtrayed","number":"h2707"},{"text":"pourtrayed","number":"h2710"},{"text":"And that she increased","number":"h3254"},{"text":"of the Chaldeans","number":"h3778"},{"text":"the images","number":"h6754"},{"text":"upon the wall","number":"h7023"},{"text":"for when she saw","number":"h7200"},{"text":"with vermilion","number":"h8350"},{"text":"her whoredoms","number":"h8457"}],"45":[{"text":"men","number":"h582"},{"text":"and blood","number":"h1818"},{"text":"blood","number":"h1818"},{"text":"is in their hands","number":"h3027"},{"text":"and after the manner","number":"h4941"},{"text":"them after the manner","number":"h4941"},{"text":"because they are adulteresses","number":"h5003"},{"text":"of adulteresses","number":"h5003"},{"text":"And the righteous","number":"h6662"},{"text":"they shall judge","number":"h8199"},{"text":"of women that shed","number":"h8210"}],"42":[{"text":"was with her and with the men","number":"h582"},{"text":"were brought","number":"h935"},{"text":"of a multitude","number":"h1995"},{"text":"upon their hands","number":"h3027"},{"text":"from the wilderness","number":"h4057"},{"text":"which put","number":"h5414"},{"text":"Sabeans","number":"h5436"},{"text":"crowns","number":"h5850"},{"text":"bracelets","number":"h6781"},{"text":"And a voice","number":"h6963"},{"text":"upon their heads","number":"h7218"},{"text":"of the common sort","number":"h7230"},{"text":"being at ease","number":"h7961"},{"text":"and beautiful","number":"h8597"}],"27":[{"text":"brought from the land","number":"h776"},{"text":"unto them nor remember","number":"h2142"},{"text":"Thus will I make thy lewdness","number":"h2154"},{"text":"from thee and thy whoredom","number":"h2184"},{"text":"Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"so that thou shalt not lift up","number":"h5375"},{"text":"thine eyes","number":"h5869"},{"text":"to cease","number":"h7673"}],"19":[{"text":"in the land","number":"h776"},{"text":"in calling to remembrance","number":"h2142"},{"text":"wherein she had played the harlot","number":"h2181"},{"text":"the days","number":"h3117"},{"text":"of Egypt","number":"h4714"},{"text":"of her youth","number":"h5271"},{"text":"Yet she multiplied","number":"h7235"},{"text":"her whoredoms","number":"h8457"}],"48":[{"text":"out of the land","number":"h776"},{"text":"that all women","number":"h802"},{"text":"Thus will I cause lewdness","number":"h2154"},{"text":"after your lewdness","number":"h2154"},{"text":"may be taught","number":"h3256"},{"text":"not to do","number":"h6213"},{"text":"to cease","number":"h7673"}],"10":[{"text":"among women","number":"h802"},{"text":"her sons","number":"h1121"},{"text":"and her daughters","number":"h1323"},{"text":"These discovered","number":"h1540"},{"text":"and slew","number":"h2026"},{"text":"her with the sword","number":"h2719"},{"text":"they took","number":"h3947"},{"text":"her nakedness","number":"h6172"},{"text":"for they had executed","number":"h6213"},{"text":"and she became famous","number":"h8034"},{"text":"judgment","number":"h8196"}],"7":[{"text":"of Assyria","number":"h804"},{"text":"men","number":"h1121"},{"text":"with all their idols","number":"h1544"},{"text":"she defiled","number":"h2930"},{"text":"with them with all them that were the chosen","number":"h4005"},{"text":"Thus she committed","number":"h5414"},{"text":"and with all on whom she doted","number":"h5689"},{"text":"her whoredoms","number":"h8457"}],"26":[{"text":"thee out of thy clothes","number":"h899"},{"text":"jewels","number":"h3627"},{"text":"and take away","number":"h3947"},{"text":"They shall also strip","number":"h6584"},{"text":"thy fair","number":"h8597"}],"24":[{"text":"And they shall come","number":"h935"},{"text":"and wheels","number":"h1534"},{"text":"against thee with chariots","number":"h2021"},{"text":"and shield","number":"h4043"},{"text":"judgment","number":"h4941"},{"text":"thee according to their judgments","number":"h4941"},{"text":"and I will set","number":"h5414"},{"text":"round about","number":"h5439"},{"text":"of people","number":"h5971"},{"text":"before","number":"h6440"},{"text":"against thee buckler","number":"h6793"},{"text":"and with an assembly","number":"h6951"},{"text":"and helmet","number":"h6959"},{"text":"wagons","number":"h7393"},{"text":"which shall set","number":"h7760"},{"text":"them and they shall judge","number":"h8199"}],"17":[{"text":"came","number":"h935"},{"text":"And the Babylonians","number":"h1121"},{"text":"of love","number":"h1730"},{"text":"and she was polluted","number":"h2930"},{"text":"and they defiled","number":"h2930"},{"text":"was alienated","number":"h3363"},{"text":"to her into the bed","number":"h4904"},{"text":"with them and her mind","number":"h5315"},{"text":"her with their whoredom","number":"h8457"}],"39":[{"text":"then they came","number":"h935"},{"text":"of mine house","number":"h1004"},{"text":"their children","number":"h1121"},{"text":"to their idols","number":"h1544"},{"text":"to profane","number":"h2490"},{"text":"the same day","number":"h3117"},{"text":"into my sanctuary","number":"h4720"},{"text":"it and lo thus have they done","number":"h6213"},{"text":"For when they had slain","number":"h7819"},{"text":"in the midst","number":"h8432"}],"12":[{"text":"young men","number":"h970"},{"text":"upon the Assyrians","number":"h1121"},{"text":"all of them desirable","number":"h2531"},{"text":"clothed","number":"h3847"},{"text":"most gorgeously","number":"h4358"},{"text":"and rulers","number":"h5461"},{"text":"upon horses","number":"h5483"},{"text":"She doted","number":"h5689"},{"text":"captains","number":"h6346"},{"text":"horsemen","number":"h6571"},{"text":"her neighbours","number":"h7138"},{"text":"riding","number":"h7392"}],"23":[{"text":"young men","number":"h970"},{"text":"The Babylonians","number":"h1121"},{"text":"and all the Assyrians","number":"h1121"},{"text":"with them all of them desirable","number":"h2531"},{"text":"and all the Chaldeans","number":"h3778"},{"text":"and rulers","number":"h5461"},{"text":"upon horses","number":"h5483"},{"text":"captains","number":"h6346"},{"text":"Pekod","number":"h6489"},{"text":"and Koa","number":"h6970"},{"text":"and renowned","number":"h7121"},{"text":"all of them riding","number":"h7392"},{"text":"and Shoa","number":"h7772"},{"text":"great lords","number":"h7991"}],"6":[{"text":"young men","number":"h970"},{"text":"all of them desirable","number":"h2531"},{"text":"Which were clothed","number":"h3847"},{"text":"and rulers","number":"h5461"},{"text":"upon horses","number":"h5483"},{"text":"captains","number":"h6346"},{"text":"horsemen","number":"h6571"},{"text":"riding","number":"h7392"},{"text":"with blue","number":"h8504"}],"20":[{"text":"is as the flesh","number":"h1320"},{"text":"whose flesh","number":"h1320"},{"text":"and whose issue","number":"h2231"},{"text":"is like the issue","number":"h2231"},{"text":"of asses","number":"h2543"},{"text":"of horses","number":"h5483"},{"text":"For she doted","number":"h5689"},{"text":"upon their paramours","number":"h6370"}],"8":[{"text":"of her virginity","number":"h1331"},{"text":"the breasts","number":"h1717"},{"text":"brought from Egypt","number":"h4714"},{"text":"for in her youth","number":"h5271"},{"text":"Neither left","number":"h5800"},{"text":"with her and they bruised","number":"h6213"},{"text":"they lay","number":"h7901"},{"text":"and poured","number":"h8210"},{"text":"she her whoredoms","number":"h8457"},{"text":"their whoredom","number":"h8457"}],"3":[{"text":"of their virginity","number":"h1331"},{"text":"the teats","number":"h1717"},{"text":"And they committed whoredoms","number":"h2181"},{"text":"they committed whoredoms","number":"h2181"},{"text":"pressed","number":"h4600"},{"text":"in Egypt","number":"h4714"},{"text":"in their youth","number":"h5271"},{"text":"and there they bruised","number":"h6213"},{"text":"there were their breasts","number":"h7699"}],"29":[{"text":"shall be discovered","number":"h1540"},{"text":"both thy lewdness","number":"h2154"},{"text":"of thy whoredoms","number":"h2183"},{"text":"all thy labour","number":"h3018"},{"text":"and shall take away","number":"h3947"},{"text":"and shall leave","number":"h5800"},{"text":"thee naked","number":"h5903"},{"text":"and the nakedness","number":"h6172"},{"text":"and bare","number":"h6181"},{"text":"And they shall deal","number":"h6213"},{"text":"with thee hatefully","number":"h8135"},{"text":"and thy whoredoms","number":"h8457"}],"21":[{"text":"thy teats","number":"h1717"},{"text":"the lewdness","number":"h2154"},{"text":"by the Egyptians","number":"h4714"},{"text":"of thy youth","number":"h5271"},{"text":"of thy youth","number":"h5271"},{"text":"in bruising","number":"h6213"},{"text":"Thus thou calledst to remembrance","number":"h6485"},{"text":"for the paps","number":"h7699"}],"38":[{"text":"and have profaned","number":"h2490"},{"text":"unto me they have defiled","number":"h2930"},{"text":"in the same day","number":"h3117"},{"text":"my sanctuary","number":"h4720"},{"text":"Moreover this they have done","number":"h6213"},{"text":"my sabbaths","number":"h7676"}],"41":[{"text":"And satest","number":"h3427"},{"text":"upon a stately","number":"h3520"},{"text":"bed","number":"h4296"},{"text":"prepared","number":"h6186"},{"text":"before","number":"h6440"},{"text":"mine incense","number":"h7004"},{"text":"it whereupon thou hast set","number":"h7760"},{"text":"and a table","number":"h7979"},{"text":"and mine oil","number":"h8081"}],"16":[{"text":"unto them into Chaldea","number":"h3778"},{"text":"messengers","number":"h4397"},{"text":"And as soon as she saw","number":"h4758"},{"text":"she doted","number":"h5689"},{"text":"them with her eyes","number":"h5869"},{"text":"upon them and sent","number":"h7971"}]}
@@ -0,0 +1 @@
1
+ {"17":[{"text":"no mourning","number":"h60"},{"text":"and eat","number":"h398"},{"text":"of men","number":"h582"},{"text":"to cry","number":"h602"},{"text":"Forbear","number":"h1826"},{"text":"bind","number":"h2280"},{"text":"not the bread","number":"h3899"},{"text":"for the dead","number":"h4191"},{"text":"thy shoes","number":"h5275"},{"text":"and cover","number":"h5844"},{"text":"make","number":"h6213"},{"text":"the tire of thine head","number":"h6287"},{"text":"upon thy feet","number":"h7272"},{"text":"upon thee and put on","number":"h7760"},{"text":"not thy lips","number":"h8222"}],"16":[{"text":"of man","number":"h120"},{"text":"run down","number":"h935"},{"text":"nor weep","number":"h1058"},{"text":"Son","number":"h1121"},{"text":"neither shall thy tears","number":"h1832"},{"text":"behold I take away","number":"h3947"},{"text":"with a stroke","number":"h4046"},{"text":"from thee the desire","number":"h4261"},{"text":"yet neither shalt thou mourn","number":"h5594"},{"text":"of thine eyes","number":"h5869"}],"2":[{"text":"of man","number":"h120"},{"text":"of Babylon","number":"h894"},{"text":"Son","number":"h1121"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"of the day","number":"h3117"},{"text":"himself against Jerusalem","number":"h3389"},{"text":"write","number":"h3789"},{"text":"the king","number":"h4428"},{"text":"set","number":"h5564"},{"text":"even of this same","number":"h6106"},{"text":"this same","number":"h6106"},{"text":"thee the name","number":"h8034"}],"25":[{"text":"of man","number":"h120"},{"text":"Also thou son","number":"h1121"},{"text":"their sons","number":"h1121"},{"text":"and their daughters","number":"h1323"},{"text":"shall it not be in the day","number":"h3117"},{"text":"when I take","number":"h3947"},{"text":"the desire","number":"h4261"},{"text":"from them their strength","number":"h4581"},{"text":"and that whereupon they set","number":"h4853"},{"text":"the joy","number":"h4885"},{"text":"their minds","number":"h5315"},{"text":"of their eyes","number":"h5869"},{"text":"of their glory","number":"h8597"}],"24":[{"text":"that I am the Lord","number":"h136"},{"text":"and when this cometh","number":"h935"},{"text":"ye shall know","number":"h3045"},{"text":"GOD","number":"h3069"},{"text":"Thus Ezekiel","number":"h3168"},{"text":"is unto you a sign","number":"h4159"},{"text":"according to all that he hath done","number":"h6213"},{"text":"shall ye do","number":"h6213"}],"14":[{"text":"the Lord","number":"h136"},{"text":"it it shall come to pass","number":"h935"},{"text":"have spoken","number":"h1696"},{"text":"according to thy ways","number":"h1870"},{"text":"neither will I spare","number":"h2347"},{"text":"I the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"thee saith","number":"h5002"},{"text":"neither will I repent","number":"h5162"},{"text":"and according to thy doings","number":"h5949"},{"text":"and I will do","number":"h6213"},{"text":"it I will not go back","number":"h6544"},{"text":"shall they judge","number":"h8199"}],"21":[{"text":"the Lord","number":"h136"},{"text":"Speak","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"unto the house","number":"h1004"},{"text":"and your sons","number":"h1121"},{"text":"and your daughters","number":"h1323"},{"text":"the excellency","number":"h1347"},{"text":"Behold I will profane","number":"h2490"},{"text":"by the sword","number":"h2719"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"the desire","number":"h4261"},{"text":"pitieth","number":"h4263"},{"text":"my sanctuary","number":"h4720"},{"text":"shall fall","number":"h5307"},{"text":"and that which your soul","number":"h5315"},{"text":"of your strength","number":"h5797"},{"text":"whom ye have left","number":"h5800"},{"text":"of your eyes","number":"h5869"}],"3":[{"text":"the Lord","number":"h136"},{"text":"and say","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"house","number":"h1004"},{"text":"GOD","number":"h3069"},{"text":"and also pour","number":"h3332"},{"text":"water","number":"h4325"},{"text":"unto the rebellious","number":"h4805"},{"text":"And utter","number":"h4911"},{"text":"a parable","number":"h4912"},{"text":"a pot","number":"h5518"},{"text":"Set on","number":"h8239"},{"text":"set it on","number":"h8239"}],"6":[{"text":"the Lord","number":"h136"},{"text":"Woe","number":"h188"},{"text":"Wherefore thus saith","number":"h559"},{"text":"let no lot","number":"h1486"},{"text":"to the bloody","number":"h1818"},{"text":"is therein and whose scum","number":"h2457"},{"text":"whose scum","number":"h2457"},{"text":"GOD","number":"h3069"},{"text":"is not gone out","number":"h3318"},{"text":"of it! bring it out","number":"h3318"},{"text":"fall","number":"h5307"},{"text":"by piece","number":"h5409"},{"text":"piece","number":"h5409"},{"text":"to the pot","number":"h5518"},{"text":"city","number":"h5892"}],"9":[{"text":"the Lord","number":"h136"},{"text":"Woe","number":"h188"},{"text":"Therefore thus saith","number":"h559"},{"text":"for fire great","number":"h1431"},{"text":"to the bloody","number":"h1818"},{"text":"GOD","number":"h3069"},{"text":"I will even make the pile","number":"h4071"},{"text":"city","number":"h5892"}],"26":[{"text":"it with thine ears","number":"h241"},{"text":"shall come","number":"h935"},{"text":"unto thee to cause thee to hear","number":"h2045"},{"text":"in that day","number":"h3117"},{"text":"That he that escapeth","number":"h6412"}],"23":[{"text":"toward another","number":"h251"},{"text":"one","number":"h376"},{"text":"nor weep","number":"h1058"},{"text":"but ye shall pine away","number":"h4743"},{"text":"and mourn","number":"h5098"},{"text":"and your shoes","number":"h5275"},{"text":"ye shall not mourn","number":"h5594"},{"text":"for your iniquities","number":"h5771"},{"text":"And your tires","number":"h6287"},{"text":"shall be upon your heads","number":"h7218"},{"text":"upon your feet","number":"h7272"}],"22":[{"text":"nor eat","number":"h398"},{"text":"of men","number":"h582"},{"text":"the bread","number":"h3899"},{"text":"ye shall not cover","number":"h5844"},{"text":"And ye shall do","number":"h6213"},{"text":"as I have done","number":"h6213"},{"text":"your lips","number":"h8222"}],"27":[{"text":"and be no more dumb","number":"h481"},{"text":"and thou shalt speak","number":"h1696"},{"text":"unto them and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"In that day","number":"h3117"},{"text":"and thou shalt be a sign","number":"h4159"},{"text":"shall thy mouth","number":"h6310"},{"text":"to him which is escaped","number":"h6412"},{"text":"be opened","number":"h6605"}],"20":[{"text":"Then I answered","number":"h559"},{"text":"came unto me saying","number":"h559"},{"text":"them The word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"1":[{"text":"came unto me saying","number":"h559"},{"text":"the word","number":"h1697"},{"text":"day of the month","number":"h2320"},{"text":"month","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"in the tenth","number":"h6218"},{"text":"in the tenth","number":"h6224"},{"text":"year","number":"h8141"},{"text":"Again in the ninth","number":"h8671"}],"15":[{"text":"came unto me saying","number":"h559"},{"text":"Also the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"19":[{"text":"said","number":"h559"},{"text":"unto me Wilt thou not tell","number":"h5046"},{"text":"And the people","number":"h5971"},{"text":"us what these things are to us that thou doest","number":"h6213"}],"4":[{"text":"Gather","number":"h622"},{"text":"thereof into it even every good","number":"h2896"},{"text":"the thigh","number":"h3409"},{"text":"and the shoulder","number":"h3802"},{"text":"it with the choice","number":"h4005"},{"text":"fill","number":"h4390"},{"text":"piece","number":"h5409"},{"text":"the pieces","number":"h5409"},{"text":"bones","number":"h6106"}],"7":[{"text":"it not upon the ground","number":"h776"},{"text":"For her blood","number":"h1818"},{"text":"to cover","number":"h3680"},{"text":"of a rock","number":"h5553"},{"text":"it with dust","number":"h6083"},{"text":"it upon the top","number":"h6706"},{"text":"of her she set","number":"h7760"},{"text":"she poured","number":"h8210"},{"text":"is in the midst","number":"h8432"}],"12":[{"text":"shall be in the fire","number":"h784"},{"text":"out of her her scum","number":"h2457"},{"text":"scum","number":"h2457"},{"text":"went not forth","number":"h3318"},{"text":"She hath wearied","number":"h3811"},{"text":"and her great","number":"h7227"},{"text":"herself with lies","number":"h8383"}],"10":[{"text":"the fire","number":"h784"},{"text":"the flesh","number":"h1320"},{"text":"kindle","number":"h1814"},{"text":"be burned","number":"h2787"},{"text":"it well","number":"h4841"},{"text":"on wood","number":"h6086"},{"text":"and let the bones","number":"h6106"},{"text":"Heap","number":"h7235"},{"text":"and spice","number":"h7543"},{"text":"consume","number":"h8552"}],"18":[{"text":"my wife","number":"h802"},{"text":"in the morning","number":"h1242"},{"text":"in the morning","number":"h1242"},{"text":"So I spake","number":"h1696"},{"text":"died","number":"h4191"},{"text":"unto the people","number":"h5971"},{"text":"and at even","number":"h6153"},{"text":"and I did","number":"h6213"},{"text":"as I was commanded","number":"h6680"}],"5":[{"text":"and let them seethe","number":"h1310"},{"text":"and burn","number":"h1754"},{"text":"Take","number":"h3947"},{"text":"the choice","number":"h4005"},{"text":"also the bones","number":"h6106"},{"text":"the bones","number":"h6106"},{"text":"of the flock","number":"h6629"},{"text":"under it and make it boil","number":"h7570"},{"text":"well","number":"h7571"},{"text":"of it therein","number":"h8432"}],"11":[{"text":"upon the coals","number":"h1513"},{"text":"that the scum","number":"h2457"},{"text":"and may burn","number":"h2787"},{"text":"and that the filthiness","number":"h2932"},{"text":"of it may be hot","number":"h3179"},{"text":"thereof that the brass","number":"h5178"},{"text":"of it may be molten","number":"h5413"},{"text":"Then set","number":"h5975"},{"text":"it empty","number":"h7386"},{"text":"in it","number":"h8432"},{"text":"of it may be consumed","number":"h8552"}],"8":[{"text":"her blood","number":"h1818"},{"text":"That it might cause fury","number":"h2534"},{"text":"that it should not be covered","number":"h3680"},{"text":"to take","number":"h5358"},{"text":"vengeance","number":"h5359"},{"text":"I have set","number":"h5414"},{"text":"of a rock","number":"h5553"},{"text":"to come up","number":"h5927"},{"text":"upon the top","number":"h6706"}],"13":[{"text":"is lewdness","number":"h2154"},{"text":"any more till I have caused my fury","number":"h2534"},{"text":"because I have purged","number":"h2891"},{"text":"thee and thou wast not purged","number":"h2891"},{"text":"thou shalt not be purged","number":"h2891"},{"text":"In thy filthiness","number":"h2932"},{"text":"from thy filthiness","number":"h2932"},{"text":"to rest","number":"h5117"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"and I will cause thee to perish","number":"h6"},{"text":"out of the countries","number":"h776"},{"text":"thee for a spoil","number":"h957"},{"text":"to the heathen","number":"h1471"},{"text":"mine hand","number":"h3027"},{"text":"thee and thou shalt know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"and I will cut thee off","number":"h3772"},{"text":"Behold therefore I will stretch out","number":"h5186"},{"text":"upon thee and will deliver","number":"h5414"},{"text":"from the people","number":"h5971"},{"text":"I will destroy","number":"h8045"}],"16":[{"text":"and destroy","number":"h6"},{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"coast","number":"h2348"},{"text":"mine hand","number":"h3027"},{"text":"GOD","number":"h3069"},{"text":"of the sea","number":"h3220"},{"text":"and I will cut off","number":"h3772"},{"text":"the Cherethims","number":"h3774"},{"text":"Behold I will stretch out","number":"h5186"},{"text":"upon the Philistines","number":"h6430"},{"text":"the remnant","number":"h7611"}],"13":[{"text":"man","number":"h120"},{"text":"upon Edom","number":"h123"},{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"and beast","number":"h929"},{"text":"and they of Dedan","number":"h1719"},{"text":"by the sword","number":"h2719"},{"text":"it desolate","number":"h2723"},{"text":"mine hand","number":"h3027"},{"text":"GOD","number":"h3069"},{"text":"and will cut off","number":"h3772"},{"text":"I will also stretch out","number":"h5186"},{"text":"shall fall","number":"h5307"},{"text":"from it and I will make","number":"h5414"},{"text":"from Teman","number":"h8487"}],"2":[{"text":"of man","number":"h120"},{"text":"Son","number":"h1121"},{"text":"against the Ammonites","number":"h1121"},{"text":"and prophesy","number":"h5012"},{"text":"thy face","number":"h6440"},{"text":"set","number":"h7760"}],"12":[{"text":"Because that Edom","number":"h123"},{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"and hath greatly","number":"h816"},{"text":"offended","number":"h816"},{"text":"against the house","number":"h1004"},{"text":"of Judah","number":"h3063"},{"text":"GOD","number":"h3069"},{"text":"and revenged","number":"h5358"},{"text":"by taking","number":"h5358"},{"text":"vengeance","number":"h5359"},{"text":"hath dealt","number":"h6213"}],"14":[{"text":"in Edom","number":"h123"},{"text":"upon Edom","number":"h123"},{"text":"the Lord","number":"h136"},{"text":"according to mine anger","number":"h639"},{"text":"and according to my fury","number":"h2534"},{"text":"by the hand","number":"h3027"},{"text":"and they shall know","number":"h3045"},{"text":"GOD","number":"h3069"},{"text":"Israel","number":"h3478"},{"text":"saith","number":"h5002"},{"text":"my vengeance","number":"h5360"},{"text":"my vengeance","number":"h5360"},{"text":"And I will lay","number":"h5414"},{"text":"of my people","number":"h5971"},{"text":"and they shall do","number":"h6213"}],"6":[{"text":"against the land","number":"h127"},{"text":"the Lord","number":"h136"},{"text":"For thus saith","number":"h559"},{"text":"thine hands","number":"h3027"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"Because thou hast clapped","number":"h4222"},{"text":"in heart","number":"h5315"},{"text":"with the feet","number":"h7272"},{"text":"and stamped","number":"h7554"},{"text":"with all thy despite","number":"h7589"},{"text":"and rejoiced","number":"h8055"}],"3":[{"text":"and against the land","number":"h127"},{"text":"of the Lord","number":"h136"},{"text":"the Lord","number":"h136"},{"text":"And say","number":"h559"},{"text":"Because thou saidst","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"and against the house","number":"h1004"},{"text":"unto the Ammonites","number":"h1121"},{"text":"into captivity","number":"h1473"},{"text":"the word","number":"h1697"},{"text":"Aha","number":"h1889"},{"text":"when they went","number":"h1980"},{"text":"when it was profaned","number":"h2490"},{"text":"of Judah","number":"h3063"},{"text":"GOD","number":"h3069"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"against my sanctuary","number":"h4720"},{"text":"when it was desolate","number":"h8074"},{"text":"Hear","number":"h8085"}],"15":[{"text":"the Lord","number":"h136"},{"text":"hatred","number":"h342"},{"text":"Thus saith","number":"h559"},{"text":"GOD","number":"h3069"},{"text":"to destroy","number":"h4889"},{"text":"heart","number":"h5315"},{"text":"and have taken","number":"h5358"},{"text":"vengeance","number":"h5359"},{"text":"by revenge","number":"h5360"},{"text":"it for the old","number":"h5769"},{"text":"have dealt","number":"h6213"},{"text":"Because the Philistines","number":"h6430"},{"text":"with a despiteful","number":"h7589"}],"8":[{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"do say","number":"h559"},{"text":"Behold the house","number":"h1004"},{"text":"is like unto all the heathen","number":"h1471"},{"text":"of Judah","number":"h3063"},{"text":"GOD","number":"h3069"},{"text":"Because","number":"h3282"},{"text":"that Moab","number":"h4124"},{"text":"and Seir","number":"h8165"}],"4":[{"text":"in thee they shall eat","number":"h398"},{"text":"thee to the men","number":"h1121"},{"text":"thy milk","number":"h2461"},{"text":"their palaces","number":"h2918"},{"text":"and they shall set","number":"h3427"},{"text":"for a possession","number":"h4181"},{"text":"their dwellings","number":"h4908"},{"text":"Behold therefore I will deliver","number":"h5414"},{"text":"in thee and make","number":"h5414"},{"text":"thy fruit","number":"h6529"},{"text":"of the east","number":"h6924"},{"text":"and they shall drink","number":"h8354"}],"1":[{"text":"came again unto me saying","number":"h559"},{"text":"The word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"9":[{"text":"of the country","number":"h776"},{"text":"Bethjeshimoth","number":"h1020"},{"text":"Baalmeon","number":"h1186"},{"text":"the side","number":"h3802"},{"text":"of Moab","number":"h4124"},{"text":"from his cities","number":"h5892"},{"text":"from the cities","number":"h5892"},{"text":"Therefore behold I will open","number":"h6605"},{"text":"the glory","number":"h6643"},{"text":"which are on his frontiers","number":"h7097"},{"text":"and Kiriathaim","number":"h7156"}],"10":[{"text":"Unto the men","number":"h1121"},{"text":"that the Ammonites","number":"h1121"},{"text":"with the Ammonites","number":"h1121"},{"text":"among the nations","number":"h1471"},{"text":"may not be remembered","number":"h2142"},{"text":"them in possession","number":"h4181"},{"text":"and will give","number":"h5414"},{"text":"of the east","number":"h6924"}],"5":[{"text":"and the Ammonites","number":"h1121"},{"text":"for camels","number":"h1581"},{"text":"and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"a couchingplace","number":"h4769"},{"text":"a stable","number":"h5116"},{"text":"And I will make","number":"h5414"},{"text":"for flocks","number":"h6629"},{"text":"Rabbah","number":"h7237"}],"17":[{"text":"great","number":"h1419"},{"text":"upon them with furious","number":"h2534"},{"text":"and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"my vengeance","number":"h5360"},{"text":"vengeance","number":"h5360"},{"text":"when I shall lay","number":"h5414"},{"text":"And I will execute","number":"h6213"},{"text":"rebukes","number":"h8433"}],"11":[{"text":"and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"upon Moab","number":"h4124"},{"text":"And I will execute","number":"h6213"},{"text":"judgments","number":"h8201"}]}
@@ -0,0 +1 @@
1
+ {"17":[{"text":"to thee How art thou destroyed","number":"h6"},{"text":"for thee and say","number":"h559"},{"text":"the renowned","number":"h1984"},{"text":"which wast strong","number":"h2389"},{"text":"their terror","number":"h2851"},{"text":"in the sea","number":"h3220"},{"text":"of seafaring men","number":"h3220"},{"text":"she and her inhabitants","number":"h3427"},{"text":"that wast inhabited","number":"h3427"},{"text":"to be on all that haunt","number":"h3427"},{"text":"And they shall take up","number":"h5375"},{"text":"which cause","number":"h5414"},{"text":"city","number":"h5892"},{"text":"a lamentation","number":"h7015"}],"12":[{"text":"thy stones","number":"h68"},{"text":"and make a prey","number":"h962"},{"text":"houses","number":"h1004"},{"text":"and they shall break down","number":"h2040"},{"text":"thy walls","number":"h2346"},{"text":"of thy riches","number":"h2428"},{"text":"thy pleasant","number":"h2532"},{"text":"of the water","number":"h4325"},{"text":"and destroy","number":"h5422"},{"text":"and thy dust","number":"h6083"},{"text":"and thy timber","number":"h6086"},{"text":"of thy merchandise","number":"h7404"},{"text":"and they shall lay","number":"h7760"},{"text":"And they shall make a spoil","number":"h7997"},{"text":"in the midst","number":"h8432"}],"10":[{"text":"their dust","number":"h80"},{"text":"when he shall enter","number":"h935"},{"text":"wherein is made a breach","number":"h1234"},{"text":"and of the wheels","number":"h1534"},{"text":"thee thy walls","number":"h2346"},{"text":"shall cover","number":"h3680"},{"text":"as men enter","number":"h3996"},{"text":"of his horses","number":"h5483"},{"text":"into a city","number":"h5892"},{"text":"of the horsemen","number":"h6571"},{"text":"at the noise","number":"h6963"},{"text":"and of the chariots","number":"h7393"},{"text":"shall shake","number":"h7493"},{"text":"into thy gates","number":"h8179"},{"text":"By reason of the abundance","number":"h8229"}],"2":[{"text":"of man","number":"h120"},{"text":"hath said","number":"h559"},{"text":"Son","number":"h1121"},{"text":"that was the gates","number":"h1817"},{"text":"Aha","number":"h1889"},{"text":"now she is laid waste","number":"h2717"},{"text":"against Jerusalem","number":"h3389"},{"text":"unto me I shall be replenished","number":"h4390"},{"text":"she is turned","number":"h5437"},{"text":"of the people","number":"h5971"},{"text":"because that Tyrus","number":"h6865"},{"text":"she is broken","number":"h7665"}],"14":[{"text":"the Lord","number":"h136"},{"text":"thou shalt be built","number":"h1129"},{"text":"have spoken","number":"h1696"},{"text":"nets","number":"h2764"},{"text":"no more for I the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"thou shalt be a place to spread","number":"h4894"},{"text":"upon","number":"h4894"},{"text":"it saith","number":"h5002"},{"text":"And I will make","number":"h5414"},{"text":"of a rock","number":"h5553"},{"text":"thee like the top","number":"h6706"}],"15":[{"text":"the Lord","number":"h136"},{"text":"Shall not the isles","number":"h339"},{"text":"Thus saith","number":"h559"},{"text":"cry","number":"h602"},{"text":"is made","number":"h2026"},{"text":"when the slaughter","number":"h2027"},{"text":"when the wounded","number":"h2491"},{"text":"GOD","number":"h3069"},{"text":"of thy fall","number":"h4658"},{"text":"to Tyrus","number":"h6865"},{"text":"at the sound","number":"h6963"},{"text":"shake","number":"h7493"},{"text":"in the midst","number":"h8432"}],"19":[{"text":"the Lord","number":"h136"},{"text":"For thus saith","number":"h559"},{"text":"thee a desolate","number":"h2717"},{"text":"GOD","number":"h3069"},{"text":"that are not inhabited","number":"h3427"},{"text":"shall cover","number":"h3680"},{"text":"waters","number":"h4325"},{"text":"When I shall make","number":"h5414"},{"text":"city","number":"h5892"},{"text":"like the cities","number":"h5892"},{"text":"when I shall bring up","number":"h5927"},{"text":"upon thee and great","number":"h7227"},{"text":"the deep","number":"h8415"}],"21":[{"text":"the Lord","number":"h136"},{"text":"thee a terror","number":"h1091"},{"text":"and thou shalt be no more though thou be sought for","number":"h1245"},{"text":"GOD","number":"h3069"},{"text":"be found","number":"h4672"},{"text":"again saith","number":"h5002"},{"text":"I will make","number":"h5414"},{"text":"yet shalt thou never","number":"h5769"}],"3":[{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"nations","number":"h1471"},{"text":"causeth his waves","number":"h1530"},{"text":"GOD","number":"h3069"},{"text":"against thee as the sea","number":"h3220"},{"text":"to come up","number":"h5927"},{"text":"to come up","number":"h5927"},{"text":"Behold I am against thee O Tyrus","number":"h6865"},{"text":"and will cause many","number":"h7227"}],"5":[{"text":"the Lord","number":"h136"},{"text":"and it shall become a spoil","number":"h957"},{"text":"to the nations","number":"h1471"},{"text":"for I have spoken","number":"h1696"},{"text":"of nets","number":"h2764"},{"text":"GOD","number":"h3069"},{"text":"of the sea","number":"h3220"},{"text":"It shall be a place for the spreading","number":"h4894"},{"text":"it saith","number":"h5002"},{"text":"in the midst","number":"h8432"}],"7":[{"text":"the Lord","number":"h136"},{"text":"For thus saith","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"Behold I will bring","number":"h935"},{"text":"GOD","number":"h3069"},{"text":"a king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"of kings","number":"h4428"},{"text":"Nebuchadrezzar","number":"h5019"},{"text":"with horses","number":"h5483"},{"text":"people","number":"h5971"},{"text":"and with horsemen","number":"h6571"},{"text":"from the north","number":"h6828"},{"text":"upon Tyrus","number":"h6865"},{"text":"and companies","number":"h6951"},{"text":"and much","number":"h7227"},{"text":"and with chariots","number":"h7393"}],"1":[{"text":"in the first","number":"h259"},{"text":"came unto me saying","number":"h559"},{"text":"that the word","number":"h1697"},{"text":"day of the month","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"And it came to pass in the eleventh","number":"h6249"},{"text":"year","number":"h8141"}],"18":[{"text":"Now shall the isles","number":"h339"},{"text":"yea the isles","number":"h339"},{"text":"shall be troubled","number":"h926"},{"text":"tremble","number":"h2729"},{"text":"in the day","number":"h3117"},{"text":"that are in the sea","number":"h3220"},{"text":"at thy departure","number":"h3318"},{"text":"of thy fall","number":"h4658"}],"20":[{"text":"in the land","number":"h776"},{"text":"of the earth","number":"h776"},{"text":"into the pit","number":"h953"},{"text":"to the pit","number":"h953"},{"text":"of the living","number":"h2416"},{"text":"in places desolate","number":"h2723"},{"text":"When I shall bring thee down","number":"h3381"},{"text":"with them that descend","number":"h3381"},{"text":"with them that go down","number":"h3381"},{"text":"and shall set","number":"h3427"},{"text":"that thou be not inhabited","number":"h3427"},{"text":"and I shall set","number":"h5414"},{"text":"of old","number":"h5769"},{"text":"of old time","number":"h5769"},{"text":"with the people","number":"h5971"},{"text":"glory","number":"h6643"},{"text":"thee in the low parts","number":"h8482"}],"11":[{"text":"to the ground","number":"h776"},{"text":"he shall slay","number":"h2026"},{"text":"all thy streets","number":"h2351"},{"text":"by the sword","number":"h2719"},{"text":"shall go down","number":"h3381"},{"text":"garrisons","number":"h4676"},{"text":"of his horses","number":"h5483"},{"text":"and thy strong","number":"h5797"},{"text":"thy people","number":"h5971"},{"text":"With the hoofs","number":"h6541"},{"text":"shall he tread down","number":"h7429"}],"16":[{"text":"upon the ground","number":"h776"},{"text":"garments","number":"h899"},{"text":"and shall tremble","number":"h2729"},{"text":"themselves with trembling","number":"h2731"},{"text":"of the sea","number":"h3220"},{"text":"shall come down","number":"h3381"},{"text":"they shall sit","number":"h3427"},{"text":"from their thrones","number":"h3678"},{"text":"they shall clothe","number":"h3847"},{"text":"their robes","number":"h4598"},{"text":"Then all the princes","number":"h5387"},{"text":"and lay away","number":"h5493"},{"text":"and put off","number":"h6584"},{"text":"at every moment","number":"h7281"},{"text":"their broidered","number":"h7553"},{"text":"and be astonished","number":"h8074"}],"6":[{"text":"And her daughters","number":"h1323"},{"text":"shall be slain","number":"h2026"},{"text":"by the sword","number":"h2719"},{"text":"and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"which are in the field","number":"h7704"}],"8":[{"text":"thy daughters","number":"h1323"},{"text":"a fort","number":"h1785"},{"text":"He shall slay","number":"h2026"},{"text":"with the sword","number":"h2719"},{"text":"and he shall make","number":"h5414"},{"text":"a mount","number":"h5550"},{"text":"the buckler","number":"h6793"},{"text":"against thee and lift up","number":"h6965"},{"text":"in the field","number":"h7704"},{"text":"against thee and cast","number":"h8210"}],"13":[{"text":"And I will cause the noise","number":"h1995"},{"text":"of thy harps","number":"h3658"},{"text":"and the sound","number":"h6963"},{"text":"to cease","number":"h7673"},{"text":"of thy songs","number":"h7892"},{"text":"shall be no more heard","number":"h8085"}],"4":[{"text":"and break down","number":"h2040"},{"text":"the walls","number":"h2346"},{"text":"her towers","number":"h4026"},{"text":"from her and make","number":"h5414"},{"text":"I will also scrape","number":"h5500"},{"text":"of a rock","number":"h5553"},{"text":"her dust","number":"h6083"},{"text":"her like the top","number":"h6706"},{"text":"of Tyrus","number":"h6865"},{"text":"And they shall destroy","number":"h7843"}],"9":[{"text":"against thy walls","number":"h2346"},{"text":"and with his axes","number":"h2719"},{"text":"thy towers","number":"h4026"},{"text":"engines","number":"h4239"},{"text":"And he shall set","number":"h5414"},{"text":"he shall break down","number":"h5422"},{"text":"of war","number":"h6904"}]}
@@ -0,0 +1 @@
1
+ {"22":[{"text":"stones","number":"h68"},{"text":"of all spices","number":"h1314"},{"text":"and gold","number":"h2091"},{"text":"and with all precious","number":"h3368"},{"text":"they occupied","number":"h5414"},{"text":"in thy fairs","number":"h5801"},{"text":"with chief","number":"h7218"},{"text":"The merchants","number":"h7402"},{"text":"they were thy merchants","number":"h7402"},{"text":"and Raamah","number":"h7484"},{"text":"of Sheba","number":"h7614"}],"2":[{"text":"of man","number":"h120"},{"text":"Now thou son","number":"h1121"},{"text":"take up","number":"h5375"},{"text":"for Tyrus","number":"h6865"},{"text":"a lamentation","number":"h7015"}],"13":[{"text":"of men","number":"h120"},{"text":"Javan","number":"h3120"},{"text":"and vessels","number":"h3627"},{"text":"in thy market","number":"h4627"},{"text":"and Meshech","number":"h4902"},{"text":"of brass","number":"h5178"},{"text":"the persons","number":"h5315"},{"text":"they traded","number":"h5414"},{"text":"they were thy merchants","number":"h7402"},{"text":"Tubal","number":"h8422"}],"3":[{"text":"the Lord","number":"h136"},{"text":"isles","number":"h339"},{"text":"And say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"thou hast said","number":"h559"},{"text":"GOD","number":"h3069"},{"text":"of the sea","number":"h3220"},{"text":"beauty","number":"h3308"},{"text":"O thou that art situate","number":"h3427"},{"text":"I am of perfect","number":"h3632"},{"text":"at the entry","number":"h3997"},{"text":"of the people","number":"h5971"},{"text":"O Tyrus","number":"h6865"},{"text":"unto Tyrus","number":"h6865"},{"text":"for many","number":"h7227"},{"text":"which art a merchant","number":"h7402"}],"19":[{"text":"going to and fro","number":"h235"},{"text":"iron","number":"h1270"},{"text":"Dan","number":"h2051"},{"text":"also and Javan","number":"h3120"},{"text":"were in thy market","number":"h4627"},{"text":"occupied","number":"h5414"},{"text":"in thy fairs","number":"h5801"},{"text":"bright","number":"h6219"},{"text":"cassia","number":"h6916"},{"text":"and calamus","number":"h7070"}],"6":[{"text":"brought out of the isles","number":"h339"},{"text":"Of the oaks","number":"h437"},{"text":"of the Ashurites","number":"h839"},{"text":"of Bashan","number":"h1316"},{"text":"the company","number":"h1323"},{"text":"of Chittim","number":"h3794"},{"text":"thine oars","number":"h4880"},{"text":"have made","number":"h6213"},{"text":"have they made","number":"h6213"},{"text":"thy benches","number":"h7175"},{"text":"of ivory","number":"h8127"}],"7":[{"text":"from the isles","number":"h339"},{"text":"of Elishah","number":"h473"},{"text":"and purple","number":"h713"},{"text":"was that which covered","number":"h4374"},{"text":"was that which thou spreadest forth","number":"h4666"},{"text":"from Egypt","number":"h4714"},{"text":"to be thy sail","number":"h5251"},{"text":"with broidered work","number":"h7553"},{"text":"Fine linen","number":"h8336"},{"text":"blue","number":"h8504"}],"15":[{"text":"isles","number":"h339"},{"text":"thee for a present","number":"h814"},{"text":"The men","number":"h1121"},{"text":"of Dedan","number":"h1719"},{"text":"and ebony","number":"h1894"},{"text":"of thine hand","number":"h3027"},{"text":"were the merchandise","number":"h5506"},{"text":"horns","number":"h7161"},{"text":"many","number":"h7227"},{"text":"were thy merchants","number":"h7402"},{"text":"they brought","number":"h7725"},{"text":"of ivory","number":"h8127"}],"35":[{"text":"of the isles","number":"h339"},{"text":"All the inhabitants","number":"h3427"},{"text":"at thee and their kings","number":"h4428"},{"text":"in their countenance","number":"h6440"},{"text":"they shall be troubled","number":"h7481"},{"text":"shall be astonished","number":"h8074"},{"text":"afraid","number":"h8175"},{"text":"shall be sore","number":"h8178"}],"21":[{"text":"and rams","number":"h352"},{"text":"with thee","number":"h3027"},{"text":"in lambs","number":"h3733"},{"text":"and all the princes","number":"h5387"},{"text":"in these were they thy merchants","number":"h5503"},{"text":"they occupied","number":"h5503"},{"text":"Arabia","number":"h6152"},{"text":"and goats","number":"h6260"},{"text":"of Kedar","number":"h6938"}],"1":[{"text":"came again unto me saying","number":"h559"},{"text":"The word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"27":[{"text":"and all thy men","number":"h582"},{"text":"thy calkers","number":"h919"},{"text":"Thy riches","number":"h1952"},{"text":"and thy pilots","number":"h2259"},{"text":"in the day","number":"h3117"},{"text":"of the seas","number":"h3220"},{"text":"into the midst","number":"h3820"},{"text":"thy mariners","number":"h4419"},{"text":"of war","number":"h4421"},{"text":"of thy merchandise","number":"h4627"},{"text":"thy merchandise","number":"h4627"},{"text":"of thy ruin","number":"h4658"},{"text":"of thee shall fall","number":"h5307"},{"text":"and thy fairs","number":"h5801"},{"text":"and the occupiers","number":"h6148"},{"text":"that are in thee and in all thy company","number":"h6951"},{"text":"which is in the midst","number":"h8432"}],"10":[{"text":"thy men","number":"h582"},{"text":"thy comeliness","number":"h1926"},{"text":"were in thine army","number":"h2428"},{"text":"and helmet","number":"h3553"},{"text":"and of Lud","number":"h3865"},{"text":"the shield","number":"h4043"},{"text":"of war","number":"h4421"},{"text":"in thee they set forth","number":"h5414"},{"text":"and of Phut","number":"h6316"},{"text":"They of Persia","number":"h6539"},{"text":"they hanged","number":"h8518"}],"25":[{"text":"The ships","number":"h591"},{"text":"of the seas","number":"h3220"},{"text":"glorious","number":"h3513"},{"text":"in the midst","number":"h3820"},{"text":"and made very","number":"h3966"},{"text":"and thou wast replenished","number":"h4390"},{"text":"of thee in thy market","number":"h4627"},{"text":"did sing","number":"h7788"},{"text":"of Tarshish","number":"h8659"}],"9":[{"text":"all the ships","number":"h591"},{"text":"men thereof were in thee thy calkers","number":"h919"},{"text":"of Gebal","number":"h1380"},{"text":"The ancients","number":"h2205"},{"text":"and the wise","number":"h2450"},{"text":"of the sea","number":"h3220"},{"text":"with their mariners","number":"h4419"},{"text":"thy merchandise","number":"h4627"},{"text":"were in thee to occupy","number":"h6148"}],"29":[{"text":"from their ships","number":"h591"},{"text":"upon the land","number":"h776"},{"text":"and all the pilots","number":"h2259"},{"text":"of the sea","number":"h3220"},{"text":"shall come down","number":"h3381"},{"text":"the mariners","number":"h4419"},{"text":"the oar","number":"h4880"},{"text":"they shall stand","number":"h5975"},{"text":"And all that handle","number":"h8610"}],"30":[{"text":"themselves in the ashes","number":"h665"},{"text":"against thee and shall cry","number":"h2199"},{"text":"bitterly","number":"h4751"},{"text":"and shall cast up","number":"h5927"},{"text":"dust","number":"h6083"},{"text":"they shall wallow","number":"h6428"},{"text":"And shall cause their voice","number":"h6963"},{"text":"upon their heads","number":"h7218"},{"text":"to be heard","number":"h8085"}],"16":[{"text":"purple","number":"h713"},{"text":"Syria","number":"h758"},{"text":"and fine linen","number":"h948"},{"text":"and agate","number":"h3539"},{"text":"of the wares of thy making","number":"h4639"},{"text":"with emeralds","number":"h5306"},{"text":"they occupied","number":"h5414"},{"text":"was thy merchant","number":"h5503"},{"text":"in thy fairs","number":"h5801"},{"text":"and coral","number":"h7215"},{"text":"by reason of the multitude","number":"h7230"},{"text":"and broidered work","number":"h7553"}],"8":[{"text":"and Arvad","number":"h719"},{"text":"that were in thee were thy pilots","number":"h2259"},{"text":"thy wise","number":"h2450"},{"text":"The inhabitants","number":"h3427"},{"text":"of Zidon","number":"h6721"},{"text":"men O Tyrus","number":"h6865"},{"text":"were thy mariners","number":"h7751"}],"11":[{"text":"of Arvad","number":"h719"},{"text":"The men","number":"h1121"},{"text":"and the Gammadims","number":"h1575"},{"text":"upon thy walls","number":"h2346"},{"text":"were upon thy walls","number":"h2346"},{"text":"with thine army","number":"h2428"},{"text":"thy beauty","number":"h3308"},{"text":"perfect","number":"h3634"},{"text":"they have made","number":"h3634"},{"text":"were in thy towers","number":"h4026"},{"text":"round about","number":"h5439"},{"text":"round about","number":"h5439"},{"text":"their shields","number":"h7982"},{"text":"they hanged","number":"h8518"}],"24":[{"text":"and made of cedar","number":"h729"},{"text":"of rich apparel","number":"h1264"},{"text":"clothes","number":"h1545"},{"text":"and in chests","number":"h1595"},{"text":"with cords","number":"h2256"},{"text":"bound","number":"h2280"},{"text":"in all sorts","number":"h4360"},{"text":"among thy merchandise","number":"h4819"},{"text":"These were thy merchants","number":"h7402"},{"text":"and broidered work","number":"h7553"},{"text":"of things in blue","number":"h8504"}],"5":[{"text":"cedars","number":"h730"},{"text":"They have made","number":"h1129"},{"text":"of fir trees","number":"h1265"},{"text":"from Lebanon","number":"h3844"},{"text":"all thy ship boards","number":"h3871"},{"text":"they have taken","number":"h3947"},{"text":"to make","number":"h6213"},{"text":"of Senir","number":"h8149"},{"text":"masts","number":"h8650"}],"17":[{"text":"and the land","number":"h776"},{"text":"and honey","number":"h1706"},{"text":"wheat","number":"h2406"},{"text":"Judah","number":"h3063"},{"text":"of Israel","number":"h3478"},{"text":"of Minnith","number":"h4511"},{"text":"in thy market","number":"h4627"},{"text":"they traded","number":"h5414"},{"text":"and Pannag","number":"h6436"},{"text":"and balm","number":"h6875"},{"text":"they were thy merchants","number":"h7402"},{"text":"and oil","number":"h8081"}],"33":[{"text":"of the earth","number":"h776"},{"text":"of thy riches","number":"h1952"},{"text":"out of the seas","number":"h3220"},{"text":"went forth","number":"h3318"},{"text":"the kings","number":"h4428"},{"text":"and of thy merchandise","number":"h4627"},{"text":"When thy wares","number":"h5801"},{"text":"people","number":"h5971"},{"text":"thou didst enrich","number":"h6238"},{"text":"many","number":"h7227"},{"text":"with the multitude","number":"h7230"},{"text":"thou filledst","number":"h7646"}],"23":[{"text":"Asshur","number":"h804"},{"text":"Haran","number":"h2771"},{"text":"and Chilmad","number":"h3638"},{"text":"and Canneh","number":"h3656"},{"text":"and Eden","number":"h5729"},{"text":"the merchants","number":"h7402"},{"text":"were thy merchants","number":"h7402"},{"text":"of Sheba","number":"h7614"}],"20":[{"text":"clothes","number":"h899"},{"text":"Dedan","number":"h1719"},{"text":"in precious","number":"h2667"},{"text":"for chariots","number":"h7396"},{"text":"was thy merchant","number":"h7402"}],"12":[{"text":"tin","number":"h913"},{"text":"iron","number":"h1270"},{"text":"of all kind of riches","number":"h1952"},{"text":"with silver","number":"h3701"},{"text":"they traded","number":"h5414"},{"text":"was thy merchant","number":"h5503"},{"text":"and lead","number":"h5777"},{"text":"in thy fairs","number":"h5801"},{"text":"by reason of the multitude","number":"h7230"},{"text":"Tarshish","number":"h8659"}],"26":[{"text":"have brought","number":"h935"},{"text":"of the seas","number":"h3220"},{"text":"thee in the midst","number":"h3820"},{"text":"waters","number":"h4325"},{"text":"the east","number":"h6921"},{"text":"thee into great","number":"h7227"},{"text":"wind","number":"h7307"},{"text":"hath broken","number":"h7665"},{"text":"Thy rowers","number":"h7751"}],"14":[{"text":"They of the house","number":"h1004"},{"text":"traded","number":"h5414"},{"text":"with horses","number":"h5483"},{"text":"in thy fairs","number":"h5801"},{"text":"and mules","number":"h6505"},{"text":"and horsemen","number":"h6571"},{"text":"of Togarmah","number":"h8425"}],"31":[{"text":"and they shall weep","number":"h1058"},{"text":"for thee and gird","number":"h2296"},{"text":"wailing","number":"h4553"},{"text":"and bitter","number":"h4751"},{"text":"for thee with bitterness","number":"h4751"},{"text":"of heart","number":"h5315"},{"text":"bald","number":"h7139"},{"text":"And they shall make themselves utterly","number":"h7144"},{"text":"them with sackcloth","number":"h8242"}],"36":[{"text":"at thee thou shalt be a terror","number":"h1091"},{"text":"The merchants","number":"h5503"},{"text":"and never shalt be any more","number":"h5704"},{"text":"among the people","number":"h5971"},{"text":"shall hiss","number":"h8319"}],"4":[{"text":"thy builders","number":"h1129"},{"text":"Thy borders","number":"h1366"},{"text":"of the seas","number":"h3220"},{"text":"thy beauty","number":"h3308"},{"text":"have perfected","number":"h3634"},{"text":"are in the midst","number":"h3820"}],"32":[{"text":"like the destroyed","number":"h1822"},{"text":"of the sea","number":"h3220"},{"text":"And in their wailing","number":"h5204"},{"text":"they shall take up","number":"h5375"},{"text":"over thee saying What city is like Tyrus","number":"h6865"},{"text":"for thee and lament","number":"h6969"},{"text":"a lamentation","number":"h7015"},{"text":"in the midst","number":"h8432"}],"18":[{"text":"Damascus","number":"h1834"},{"text":"of all riches","number":"h1952"},{"text":"of Helbon","number":"h2463"},{"text":"in the wine","number":"h3196"},{"text":"of the wares of thy making","number":"h4639"},{"text":"was thy merchant","number":"h5503"},{"text":"and white","number":"h6713"},{"text":"wool","number":"h6785"},{"text":"for the multitude","number":"h7230"},{"text":"in the multitude","number":"h7230"}],"28":[{"text":"of the cry","number":"h2201"},{"text":"of thy pilots","number":"h2259"},{"text":"The suburbs","number":"h4054"},{"text":"at the sound","number":"h6963"},{"text":"shall shake","number":"h7493"}],"34":[{"text":"by the seas","number":"h3220"},{"text":"of the waters","number":"h4325"},{"text":"in the depths","number":"h4615"},{"text":"thy merchandise","number":"h4627"},{"text":"of thee shall fall","number":"h5307"},{"text":"In the time","number":"h6256"},{"text":"and all thy company","number":"h6951"},{"text":"when thou shalt be broken","number":"h7665"},{"text":"in the midst","number":"h8432"}]}
@@ -0,0 +1 @@
1
+ {"16":[{"text":"and I will destroy","number":"h6"},{"text":"of the stones","number":"h68"},{"text":"of God","number":"h430"},{"text":"of fire","number":"h784"},{"text":"out of the mountain","number":"h2022"},{"text":"and thou hast sinned","number":"h2398"},{"text":"therefore I will cast thee as profane","number":"h2490"},{"text":"of thee with violence","number":"h2555"},{"text":"cherub","number":"h3742"},{"text":"they have filled","number":"h4390"},{"text":"thee O covering","number":"h5526"},{"text":"By the multitude","number":"h7230"},{"text":"of thy merchandise","number":"h7404"},{"text":"from the midst","number":"h8432"},{"text":"the midst","number":"h8432"}],"14":[{"text":"of the stones","number":"h68"},{"text":"of God","number":"h430"},{"text":"of fire","number":"h784"},{"text":"thou hast walked up and down","number":"h1980"},{"text":"mountain","number":"h2022"},{"text":"cherub","number":"h3742"},{"text":"Thou art the anointed","number":"h4473"},{"text":"and I have set","number":"h5414"},{"text":"that covereth","number":"h5526"},{"text":"thee so thou wast upon the holy","number":"h6944"},{"text":"in the midst","number":"h8432"}],"13":[{"text":"stone","number":"h68"},{"text":"the sardius","number":"h124"},{"text":"of God","number":"h430"},{"text":"that thou wast created","number":"h1254"},{"text":"and the carbuncle","number":"h1304"},{"text":"the garden","number":"h1588"},{"text":"and gold","number":"h2091"},{"text":"and the diamond","number":"h3095"},{"text":"in thee in the day","number":"h3117"},{"text":"every precious","number":"h3368"},{"text":"and the jasper","number":"h3471"},{"text":"was prepared","number":"h3559"},{"text":"the workmanship","number":"h4399"},{"text":"was thy covering","number":"h4540"},{"text":"the emerald","number":"h5306"},{"text":"and of thy pipes","number":"h5345"},{"text":"the sapphire","number":"h5601"},{"text":"Thou hast been in Eden","number":"h5731"},{"text":"topaz","number":"h6357"},{"text":"the onyx","number":"h7718"},{"text":"of thy tabrets","number":"h8596"},{"text":"the beryl","number":"h8658"}],"9":[{"text":"but thou shalt be a man","number":"h120"},{"text":"and no God","number":"h410"},{"text":"thee I am God","number":"h430"},{"text":"Wilt thou yet","number":"h559"},{"text":"say","number":"h559"},{"text":"him that slayeth","number":"h2026"},{"text":"of him that slayeth","number":"h2490"},{"text":"in the hand","number":"h3027"},{"text":"before","number":"h6440"}],"12":[{"text":"of man","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"and say","number":"h559"},{"text":"unto him Thus saith","number":"h559"},{"text":"Son","number":"h1121"},{"text":"of wisdom","number":"h2451"},{"text":"Thou sealest up","number":"h2856"},{"text":"GOD","number":"h3069"},{"text":"in beauty","number":"h3308"},{"text":"and perfect","number":"h3632"},{"text":"full","number":"h4392"},{"text":"upon the king","number":"h4428"},{"text":"take up","number":"h5375"},{"text":"of Tyrus","number":"h6865"},{"text":"a lamentation","number":"h7015"},{"text":"the sum","number":"h8508"}],"2":[{"text":"of man","number":"h120"},{"text":"yet thou art a man","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"I am a God","number":"h410"},{"text":"and not God","number":"h410"},{"text":"of God","number":"h430"},{"text":"of God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"and thou hast said","number":"h559"},{"text":"say","number":"h559"},{"text":"Son","number":"h1121"},{"text":"is lifted up","number":"h1361"},{"text":"GOD","number":"h3069"},{"text":"of the seas","number":"h3220"},{"text":"I sit","number":"h3427"},{"text":"Because thine heart","number":"h3820"},{"text":"as the heart","number":"h3820"},{"text":"in the midst","number":"h3820"},{"text":"thine heart","number":"h3820"},{"text":"in the seat","number":"h4186"},{"text":"unto the prince","number":"h5057"},{"text":"though thou set","number":"h5414"},{"text":"of Tyrus","number":"h6865"}],"21":[{"text":"of man","number":"h120"},{"text":"Son","number":"h1121"},{"text":"and prophesy","number":"h5012"},{"text":"thy face","number":"h6440"},{"text":"against Zidon","number":"h6721"},{"text":"set","number":"h7760"}],"25":[{"text":"in their land","number":"h127"},{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"the house","number":"h1004"},{"text":"of the heathen","number":"h1471"},{"text":"GOD","number":"h3069"},{"text":"Jacob","number":"h3290"},{"text":"then shall they dwell","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"that I have given","number":"h5414"},{"text":"to my servant","number":"h5650"},{"text":"in them in the sight","number":"h5869"},{"text":"from the people","number":"h5971"},{"text":"among whom they are scattered","number":"h6327"},{"text":"When I shall have gathered","number":"h6908"},{"text":"and shall be sanctified","number":"h6942"}],"24":[{"text":"that I am the Lord","number":"h136"},{"text":"unto the house","number":"h1004"},{"text":"them and they shall know","number":"h3045"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"nor any grieving","number":"h3510"},{"text":"And there shall be no more a pricking","number":"h3992"},{"text":"of all that are round about","number":"h5439"},{"text":"brier","number":"h5544"},{"text":"thorn","number":"h6975"},{"text":"them that despised","number":"h7590"}],"10":[{"text":"the Lord","number":"h136"},{"text":"for I have spoken","number":"h1696"},{"text":"of strangers","number":"h2114"},{"text":"by the hand","number":"h3027"},{"text":"GOD","number":"h3069"},{"text":"Thou shalt die","number":"h4191"},{"text":"the deaths","number":"h4194"},{"text":"it saith","number":"h5002"},{"text":"of the uncircumcised","number":"h6189"}],"22":[{"text":"the Lord","number":"h136"},{"text":"And say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"of thee and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"and I will be glorified","number":"h3513"},{"text":"when I shall have executed","number":"h6213"},{"text":"Behold I am against thee O Zidon","number":"h6721"},{"text":"in her and shall be sanctified","number":"h6942"},{"text":"judgments","number":"h8201"},{"text":"in the midst","number":"h8432"}],"6":[{"text":"the Lord","number":"h136"},{"text":"of God","number":"h430"},{"text":"Therefore thus saith","number":"h559"},{"text":"GOD","number":"h3069"},{"text":"thine heart","number":"h3820"},{"text":"as the heart","number":"h3824"},{"text":"Because thou hast set","number":"h5414"}],"4":[{"text":"into thy treasures","number":"h214"},{"text":"gold","number":"h2091"},{"text":"thee riches","number":"h2428"},{"text":"With thy wisdom","number":"h2451"},{"text":"and silver","number":"h3701"},{"text":"and hast gotten","number":"h6213"},{"text":"thou hast gotten","number":"h6213"},{"text":"and with thine understanding","number":"h8394"}],"19":[{"text":"and never","number":"h369"},{"text":"at thee thou shalt be a terror","number":"h1091"},{"text":"All they that know","number":"h3045"},{"text":"shalt thou be any more","number":"h5704"},{"text":"thee among the people","number":"h5971"},{"text":"shall be astonished","number":"h8074"}],"18":[{"text":"of thee it shall devour","number":"h398"},{"text":"thee to ashes","number":"h665"},{"text":"upon the earth","number":"h776"},{"text":"a fire","number":"h784"},{"text":"Thou hast defiled","number":"h2490"},{"text":"therefore will I bring forth","number":"h3318"},{"text":"thy sanctuaries","number":"h4720"},{"text":"thee and I will bring","number":"h5414"},{"text":"by the iniquity","number":"h5766"},{"text":"of thine iniquities","number":"h5771"},{"text":"in the sight","number":"h5869"},{"text":"of all them that behold","number":"h7200"},{"text":"by the multitude","number":"h7230"},{"text":"of thy traffick","number":"h7404"},{"text":"from the midst","number":"h8432"}],"26":[{"text":"their God","number":"h430"},{"text":"safely","number":"h983"},{"text":"with confidence","number":"h983"},{"text":"houses","number":"h1004"},{"text":"therein and shall build","number":"h1129"},{"text":"them and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"And they shall dwell","number":"h3427"},{"text":"yea they shall dwell","number":"h3427"},{"text":"vineyards","number":"h3754"},{"text":"and plant","number":"h5193"},{"text":"them round about","number":"h5439"},{"text":"when I have executed","number":"h6213"},{"text":"upon all those that despise","number":"h7590"},{"text":"judgments","number":"h8201"}],"1":[{"text":"came again unto me saying","number":"h559"},{"text":"The word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"11":[{"text":"came unto me saying","number":"h559"},{"text":"Moreover the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"20":[{"text":"came unto me saying","number":"h559"},{"text":"Again the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"17":[{"text":"thee to the ground","number":"h776"},{"text":"was lifted up","number":"h1361"},{"text":"thy wisdom","number":"h2451"},{"text":"because of thy beauty","number":"h3308"},{"text":"thy brightness","number":"h3314"},{"text":"Thine heart","number":"h3820"},{"text":"kings","number":"h4428"},{"text":"I will lay","number":"h5414"},{"text":"by reason of","number":"h5921"},{"text":"thee before","number":"h6440"},{"text":"that they may behold","number":"h7200"},{"text":"thou hast corrupted","number":"h7843"},{"text":"I will cast","number":"h7993"}],"7":[{"text":"Behold therefore I will bring","number":"h935"},{"text":"of the nations","number":"h1471"},{"text":"strangers","number":"h2114"},{"text":"of thy wisdom","number":"h2451"},{"text":"and they shall defile","number":"h2490"},{"text":"their swords","number":"h2719"},{"text":"against the beauty","number":"h3308"},{"text":"thy brightness","number":"h3314"},{"text":"upon thee the terrible","number":"h6184"},{"text":"and they shall draw","number":"h7324"}],"15":[{"text":"that thou wast created","number":"h1254"},{"text":"in thy ways","number":"h1870"},{"text":"from the day","number":"h3117"},{"text":"was found","number":"h4672"},{"text":"till iniquity","number":"h5766"},{"text":"Thou wast perfect","number":"h8549"}],"5":[{"text":"is lifted up","number":"h1361"},{"text":"because of thy riches","number":"h2428"},{"text":"thy riches","number":"h2428"},{"text":"wisdom","number":"h2451"},{"text":"and thine heart","number":"h3824"},{"text":"By thy great","number":"h7230"},{"text":"hast thou increased","number":"h7235"},{"text":"and by thy traffick","number":"h7404"}],"23":[{"text":"into her pestilence","number":"h1698"},{"text":"and blood","number":"h1818"},{"text":"into her streets","number":"h2351"},{"text":"and the wounded","number":"h2491"},{"text":"of her by the sword","number":"h2719"},{"text":"and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"shall be judged","number":"h5307"},{"text":"upon her on every side","number":"h5439"},{"text":"For I will send","number":"h7971"},{"text":"in the midst","number":"h8432"}],"3":[{"text":"than Daniel","number":"h1840"},{"text":"Behold thou art wiser","number":"h2450"},{"text":"there is no secret","number":"h5640"},{"text":"that they can hide","number":"h6004"}],"8":[{"text":"of them that are slain","number":"h2491"},{"text":"of the seas","number":"h3220"},{"text":"They shall bring thee down","number":"h3381"},{"text":"in the midst","number":"h3820"},{"text":"and thou shalt die","number":"h4191"},{"text":"the deaths","number":"h4463"},{"text":"to the pit","number":"h7845"}]}
@@ -0,0 +1 @@
1
+ {"8":[{"text":"man","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"and beast","number":"h929"},{"text":"Behold I will bring","number":"h935"},{"text":"a sword","number":"h2719"},{"text":"GOD","number":"h3069"},{"text":"upon thee and cut off","number":"h3772"}],"11":[{"text":"of man","number":"h120"},{"text":"forty","number":"h705"},{"text":"of beast","number":"h929"},{"text":"it neither shall it be inhabited","number":"h3427"},{"text":"shall pass through","number":"h5674"},{"text":"shall pass through","number":"h5674"},{"text":"No foot","number":"h7272"},{"text":"it nor foot","number":"h7272"},{"text":"years","number":"h8141"}],"18":[{"text":"of man","number":"h120"},{"text":"of Babylon","number":"h894"},{"text":"Son","number":"h1121"},{"text":"a great","number":"h1419"},{"text":"his army","number":"h2428"},{"text":"nor his army","number":"h2428"},{"text":"and every shoulder","number":"h3802"},{"text":"king","number":"h4428"},{"text":"was peeled","number":"h4803"},{"text":"Nebuchadrezzar","number":"h5019"},{"text":"caused","number":"h5647"},{"text":"that he had served","number":"h5647"},{"text":"to serve","number":"h5647"},{"text":"for the service","number":"h5656"},{"text":"service","number":"h5656"},{"text":"against Tyrus","number":"h6865"},{"text":"for Tyrus","number":"h6865"},{"text":"was made bald","number":"h7139"},{"text":"every head","number":"h7218"},{"text":"yet had he no wages","number":"h7939"}],"2":[{"text":"of man","number":"h120"},{"text":"Son","number":"h1121"},{"text":"king","number":"h4428"},{"text":"against him and against all Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"and prophesy","number":"h5012"},{"text":"thy face","number":"h6440"},{"text":"against Pharaoh","number":"h6547"},{"text":"set","number":"h7760"}],"16":[{"text":"that I am the Lord","number":"h136"},{"text":"after","number":"h310"},{"text":"of the house","number":"h1004"},{"text":"to remembrance","number":"h2142"},{"text":"which bringeth","number":"h2142"},{"text":"them but they shall know","number":"h3045"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"And it shall be no more the confidence","number":"h4009"},{"text":"their iniquity","number":"h5771"},{"text":"when they shall look","number":"h6437"}],"13":[{"text":"the Lord","number":"h136"},{"text":"Yet thus saith","number":"h559"},{"text":"of forty","number":"h705"},{"text":"GOD","number":"h3069"},{"text":"the Egyptians","number":"h4714"},{"text":"from the people","number":"h5971"},{"text":"whither they were scattered","number":"h6327"},{"text":"will I gather","number":"h6908"},{"text":"At the end","number":"h7093"},{"text":"years","number":"h8141"}],"19":[{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"the land","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"her prey","number":"h957"},{"text":"and take","number":"h962"},{"text":"her multitude","number":"h1995"},{"text":"for his army","number":"h2428"},{"text":"GOD","number":"h3069"},{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"unto Nebuchadrezzar","number":"h5019"},{"text":"and he shall take","number":"h5375"},{"text":"Behold I will give","number":"h5414"},{"text":"and it shall be the wages","number":"h7939"},{"text":"and take","number":"h7997"},{"text":"her spoil","number":"h7998"}],"20":[{"text":"the Lord","number":"h136"},{"text":"him the land","number":"h776"},{"text":"GOD","number":"h3069"},{"text":"of Egypt","number":"h4714"},{"text":"for me saith","number":"h5002"},{"text":"I have given","number":"h5414"},{"text":"wherewith he served","number":"h5647"},{"text":"against it because they wrought","number":"h6213"},{"text":"for his labour","number":"h6468"}],"3":[{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"and say","number":"h559"},{"text":"which hath said","number":"h559"},{"text":"the great","number":"h1419"},{"text":"Speak","number":"h1696"},{"text":"My river","number":"h2975"},{"text":"of his rivers","number":"h2975"},{"text":"GOD","number":"h3069"},{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"is mine own and I have made","number":"h6213"},{"text":"Behold I am against thee Pharaoh","number":"h6547"},{"text":"that lieth","number":"h7257"},{"text":"in the midst","number":"h8432"},{"text":"dragon","number":"h8577"}],"17":[{"text":"month in the first","number":"h259"},{"text":"came unto me saying","number":"h559"},{"text":"the word","number":"h1697"},{"text":"day of the month","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"and twentieth","number":"h6242"},{"text":"in the first","number":"h7223"},{"text":"And it came to pass in the seven","number":"h7651"},{"text":"year","number":"h8141"}],"5":[{"text":"thee for meat","number":"h402"},{"text":"thou shalt not be brought together","number":"h622"},{"text":"of the field","number":"h776"},{"text":"thee and all the fish","number":"h1710"},{"text":"to the beasts","number":"h2416"},{"text":"of thy rivers","number":"h2975"},{"text":"thee thrown into the wilderness","number":"h4057"},{"text":"And I will leave","number":"h5203"},{"text":"thou shalt fall","number":"h5307"},{"text":"I have given","number":"h5414"},{"text":"and to the fowls","number":"h5775"},{"text":"upon the open","number":"h6440"},{"text":"nor gathered","number":"h6908"},{"text":"fields","number":"h7704"},{"text":"of the heaven","number":"h8064"}],"9":[{"text":"because he hath said","number":"h559"},{"text":"And the land","number":"h776"},{"text":"and waste","number":"h2723"},{"text":"The river","number":"h2975"},{"text":"and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"of Egypt","number":"h4714"},{"text":"is mine and I have made","number":"h6213"},{"text":"shall be desolate","number":"h8077"}],"1":[{"text":"came unto me saying","number":"h559"},{"text":"the word","number":"h1697"},{"text":"day of the month","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"In the tenth","number":"h6224"},{"text":"in the tenth","number":"h6224"},{"text":"year","number":"h8141"},{"text":"month in the twelfth","number":"h8147"}],"12":[{"text":"forty","number":"h705"},{"text":"of the countries","number":"h776"},{"text":"the land","number":"h776"},{"text":"them through the countries","number":"h776"},{"text":"among the nations","number":"h1471"},{"text":"and will disperse","number":"h2219"},{"text":"that are laid waste","number":"h2717"},{"text":"of Egypt","number":"h4714"},{"text":"the Egyptians","number":"h4714"},{"text":"And I will make","number":"h5414"},{"text":"and her cities","number":"h5892"},{"text":"the cities","number":"h5892"},{"text":"and I will scatter","number":"h6327"},{"text":"that are desolate","number":"h8074"},{"text":"desolate","number":"h8077"},{"text":"shall be desolate","number":"h8077"},{"text":"years","number":"h8141"},{"text":"among","number":"h8432"},{"text":"in the midst","number":"h8432"}],"14":[{"text":"into the land","number":"h776"},{"text":"into the land","number":"h776"},{"text":"of their habitation","number":"h4351"},{"text":"kingdom","number":"h4467"},{"text":"of Egypt","number":"h4714"},{"text":"of Pathros","number":"h6624"},{"text":"the captivity","number":"h7622"},{"text":"And I will bring again","number":"h7725"},{"text":"and will cause them to return","number":"h7725"},{"text":"and they shall be there a base","number":"h8217"}],"10":[{"text":"the land","number":"h776"},{"text":"even unto the border","number":"h1366"},{"text":"utterly","number":"h2721"},{"text":"waste","number":"h2723"},{"text":"Behold therefore I am against thee and against thy rivers","number":"h2975"},{"text":"of Ethiopia","number":"h3568"},{"text":"from the tower","number":"h4024"},{"text":"of Egypt","number":"h4714"},{"text":"and I will make","number":"h5414"},{"text":"of Syene","number":"h5482"},{"text":"and desolate","number":"h8077"}],"21":[{"text":"of the house","number":"h1004"},{"text":"of them and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"In that day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"and I will give","number":"h5414"},{"text":"of the mouth","number":"h6310"},{"text":"thee the opening","number":"h6610"},{"text":"to bud forth","number":"h6779"},{"text":"will I cause","number":"h6779"},{"text":"the horn","number":"h7161"},{"text":"in the midst","number":"h8432"}],"6":[{"text":"to the house","number":"h1004"},{"text":"shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"And all the inhabitants","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"of Egypt","number":"h4714"},{"text":"because they have been a staff","number":"h4938"},{"text":"of reed","number":"h7070"}],"7":[{"text":"and rend","number":"h1234"},{"text":"of thee by thy hand","number":"h3709"},{"text":"all their shoulder","number":"h3802"},{"text":"and madest all their loins","number":"h4975"},{"text":"to be at a stand","number":"h5976"},{"text":"thou didst break","number":"h7533"},{"text":"upon thee thou brakest","number":"h7665"},{"text":"and when they leaned","number":"h8172"},{"text":"When they took hold","number":"h8610"}],"15":[{"text":"itself any more above the nations","number":"h1471"},{"text":"over the nations","number":"h1471"},{"text":"of the kingdoms","number":"h4467"},{"text":"for I will diminish","number":"h4591"},{"text":"neither shall it exalt","number":"h5375"},{"text":"them that they shall no more rule","number":"h7287"},{"text":"It shall be the basest","number":"h8217"}],"4":[{"text":"shall stick","number":"h1692"},{"text":"to stick","number":"h1692"},{"text":"and I will cause the fish","number":"h1710"},{"text":"and all the fish","number":"h1710"},{"text":"hooks","number":"h2397"},{"text":"of thy rivers","number":"h2975"},{"text":"of thy rivers","number":"h2975"},{"text":"of thy rivers","number":"h2975"},{"text":"in thy jaws","number":"h3895"},{"text":"But I will put","number":"h5414"},{"text":"and I will bring thee up","number":"h5927"},{"text":"unto thy scales","number":"h7193"},{"text":"unto thy scales","number":"h7193"},{"text":"out of the midst","number":"h8432"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"unto thee for they will","number":"h14"},{"text":"will","number":"h14"},{"text":"But the house","number":"h1004"},{"text":"unto me for all the house","number":"h1004"},{"text":"are impudent","number":"h2389"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"and hardhearted","number":"h7186"},{"text":"not hearken","number":"h8085"},{"text":"not hearken","number":"h8085"}],"1":[{"text":"of man","number":"h120"},{"text":"eat","number":"h398"},{"text":"eat","number":"h398"},{"text":"Moreover he said","number":"h559"},{"text":"unto the house","number":"h1004"},{"text":"unto me Son","number":"h1121"},{"text":"speak","number":"h1696"},{"text":"and go","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"this roll","number":"h4039"},{"text":"that thou findest","number":"h4672"}],"10":[{"text":"of man","number":"h120"},{"text":"with thine ears","number":"h241"},{"text":"Moreover he said","number":"h559"},{"text":"unto me Son","number":"h1121"},{"text":"that I shall speak","number":"h1696"},{"text":"all my words","number":"h1697"},{"text":"in thine heart","number":"h3824"},{"text":"unto thee receive","number":"h3947"},{"text":"and hear","number":"h8085"}],"17":[{"text":"of man","number":"h120"},{"text":"unto the house","number":"h1004"},{"text":"Son","number":"h1121"},{"text":"the word","number":"h1697"},{"text":"and give them warning","number":"h2094"},{"text":"of Israel","number":"h3478"},{"text":"I have made","number":"h5414"},{"text":"at my mouth","number":"h6310"},{"text":"thee a watchman","number":"h6822"},{"text":"therefore hear","number":"h8085"}],"25":[{"text":"of man","number":"h120"},{"text":"upon thee and shall bind","number":"h631"},{"text":"But thou O son","number":"h1121"},{"text":"thee with them and thou shalt not go out","number":"h3318"},{"text":"behold they shall put","number":"h5414"},{"text":"bands","number":"h5688"},{"text":"among","number":"h8432"}],"3":[{"text":"of man","number":"h120"},{"text":"thee Then did I eat","number":"h398"},{"text":"to eat","number":"h398"},{"text":"And he said","number":"h559"},{"text":"cause thy belly","number":"h990"},{"text":"unto me Son","number":"h1121"},{"text":"as honey","number":"h1706"},{"text":"with this roll","number":"h4039"},{"text":"and fill","number":"h4390"},{"text":"thy bowels","number":"h4578"},{"text":"for sweetness","number":"h4966"},{"text":"that I give","number":"h5414"},{"text":"it and it was in my mouth","number":"h6310"}],"4":[{"text":"of man","number":"h120"},{"text":"And he said","number":"h559"},{"text":"get","number":"h935"},{"text":"thee unto the house","number":"h1004"},{"text":"unto me Son","number":"h1121"},{"text":"and speak","number":"h1696"},{"text":"with my words","number":"h1697"},{"text":"go","number":"h3212"},{"text":"of Israel","number":"h3478"}],"11":[{"text":"the Lord","number":"h136"},{"text":"them Thus saith","number":"h559"},{"text":"unto them and tell","number":"h559"},{"text":"get","number":"h935"},{"text":"unto the children","number":"h1121"},{"text":"thee to them of the captivity","number":"h1473"},{"text":"and speak","number":"h1696"},{"text":"or whether they will forbear","number":"h2308"},{"text":"GOD","number":"h3069"},{"text":"And go","number":"h3212"},{"text":"of thy people","number":"h5971"},{"text":"whether they will hear","number":"h8085"}],"27":[{"text":"the Lord","number":"h136"},{"text":"and thou shalt say","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"with","number":"h854"},{"text":"house","number":"h1004"},{"text":"But when I speak","number":"h1696"},{"text":"let him forbear","number":"h2308"},{"text":"and he that forbeareth","number":"h2310"},{"text":"GOD","number":"h3069"},{"text":"for they are a rebellious","number":"h4805"},{"text":"thy mouth","number":"h6310"},{"text":"thee I will open","number":"h6605"},{"text":"He that heareth","number":"h8085"},{"text":"let him hear","number":"h8085"}],"13":[{"text":"of the wheels","number":"h212"},{"text":"another","number":"h269"},{"text":"one","number":"h802"},{"text":"of a great","number":"h1419"},{"text":"of the living creatures","number":"h2416"},{"text":"of the wings","number":"h3671"},{"text":"that touched","number":"h5401"},{"text":"over against","number":"h5980"},{"text":"I heard also the noise","number":"h6963"},{"text":"and the noise","number":"h6963"},{"text":"them and a noise","number":"h6963"},{"text":"rushing","number":"h7494"}],"12":[{"text":"behind","number":"h310"},{"text":"saying Blessed","number":"h1288"},{"text":"of a great","number":"h1419"},{"text":"of the LORD","number":"h3068"},{"text":"be the glory","number":"h3519"},{"text":"from his place","number":"h4725"},{"text":"took me up","number":"h5375"},{"text":"me a voice","number":"h6963"},{"text":"Then the spirit","number":"h7307"},{"text":"rushing","number":"h7494"},{"text":"and I heard","number":"h8085"}],"26":[{"text":"and shalt not be to them a reprover","number":"h376"},{"text":"that thou shalt be dumb","number":"h481"},{"text":"house","number":"h1004"},{"text":"cleave","number":"h1692"},{"text":"to the roof of thy mouth","number":"h2441"},{"text":"And I will make thy tongue","number":"h3956"},{"text":"for they are a rebellious","number":"h4805"}],"2":[{"text":"and he caused me to eat","number":"h398"},{"text":"that roll","number":"h4039"},{"text":"my mouth","number":"h6310"},{"text":"So I opened","number":"h6605"}],"18":[{"text":"When I say","number":"h559"},{"text":"will I require","number":"h1245"},{"text":"nor speakest","number":"h1696"},{"text":"but his blood","number":"h1818"},{"text":"way","number":"h1870"},{"text":"and thou givest him not warning","number":"h2094"},{"text":"to warn","number":"h2094"},{"text":"to save his life","number":"h2421"},{"text":"at thine hand","number":"h3027"},{"text":"Thou shalt surely","number":"h4191"},{"text":"die","number":"h4191"},{"text":"man shall die","number":"h4191"},{"text":"in his iniquity","number":"h5771"},{"text":"from his wicked","number":"h7563"},{"text":"the same wicked","number":"h7563"},{"text":"the wicked","number":"h7563"},{"text":"unto the wicked","number":"h7563"}],"16":[{"text":"came unto me saying","number":"h559"},{"text":"that the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"days","number":"h3117"},{"text":"And it came to pass at the end","number":"h7097"},{"text":"of seven","number":"h7651"}],"22":[{"text":"was there upon me and he said","number":"h559"},{"text":"into the plain","number":"h1237"},{"text":"and I will there talk","number":"h1696"},{"text":"And the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"go forth","number":"h3318"},{"text":"unto me Arise","number":"h6965"}],"24":[{"text":"with me and said","number":"h559"},{"text":"entered","number":"h935"},{"text":"unto me Go","number":"h935"},{"text":"thine house","number":"h1004"},{"text":"and spake","number":"h1696"},{"text":"shut","number":"h5462"},{"text":"into me and set","number":"h5975"},{"text":"me upon my feet","number":"h7272"},{"text":"Then the spirit","number":"h7307"},{"text":"thyself within","number":"h8432"}],"15":[{"text":"Then I came","number":"h935"},{"text":"to them of the captivity","number":"h1473"},{"text":"days","number":"h3117"},{"text":"and I sat","number":"h3427"},{"text":"and remained","number":"h3427"},{"text":"that dwelt","number":"h3427"},{"text":"where they sat","number":"h3427"},{"text":"of Chebar","number":"h3529"},{"text":"by the river","number":"h5104"},{"text":"them seven","number":"h7651"},{"text":"there astonished","number":"h8074"},{"text":"among","number":"h8432"},{"text":"at Telabib","number":"h8512"}],"5":[{"text":"but to the house","number":"h1004"},{"text":"of Israel","number":"h3478"},{"text":"and of an hard","number":"h3515"},{"text":"language","number":"h3956"},{"text":"to a people","number":"h5971"},{"text":"of a strange","number":"h6012"},{"text":"For thou art not sent","number":"h7971"},{"text":"speech","number":"h8193"}],"9":[{"text":"house","number":"h1004"},{"text":"harder","number":"h2389"},{"text":"them not neither be dismayed","number":"h2865"},{"text":"fear","number":"h3372"},{"text":"thy forehead","number":"h4696"},{"text":"though they be a rebellious","number":"h4805"},{"text":"have I made","number":"h5414"},{"text":"at their looks","number":"h6440"},{"text":"than flint","number":"h6864"},{"text":"As an adamant","number":"h8068"}],"23":[{"text":"into the plain","number":"h1237"},{"text":"of the LORD","number":"h3068"},{"text":"and went forth","number":"h3318"},{"text":"and behold the glory","number":"h3519"},{"text":"there as the glory","number":"h3519"},{"text":"of Chebar","number":"h3529"},{"text":"by the river","number":"h5104"},{"text":"and I fell","number":"h5307"},{"text":"stood","number":"h5975"},{"text":"on my face","number":"h6440"},{"text":"Then I arose","number":"h6965"},{"text":"which I saw","number":"h7200"}],"20":[{"text":"will I require","number":"h1245"},{"text":"but his blood","number":"h1818"},{"text":"because thou hast not given him warning","number":"h2094"},{"text":"shall not be remembered","number":"h2142"},{"text":"in his sin","number":"h2403"},{"text":"at thine hand","number":"h3027"},{"text":"he shall die","number":"h4191"},{"text":"him he shall die","number":"h4191"},{"text":"a stumblingblock","number":"h4383"},{"text":"and I lay","number":"h5414"},{"text":"iniquity","number":"h5766"},{"text":"and commit","number":"h6213"},{"text":"which he hath done","number":"h6213"},{"text":"before","number":"h6440"},{"text":"When a righteous","number":"h6662"},{"text":"from his righteousness","number":"h6664"},{"text":"and his righteousness","number":"h6666"},{"text":"Again","number":"h7725"},{"text":"man doth turn","number":"h7725"}],"6":[{"text":"whose words","number":"h1697"},{"text":"and of an hard","number":"h3515"},{"text":"language","number":"h3956"},{"text":"people","number":"h5971"},{"text":"of a strange","number":"h6012"},{"text":"Not to many","number":"h7227"},{"text":"Surely had I sent","number":"h7971"},{"text":"thee to them they would have hearkened","number":"h8085"},{"text":"thou canst not understand","number":"h8085"},{"text":"speech","number":"h8193"}],"19":[{"text":"way","number":"h1870"},{"text":"Yet if thou warn","number":"h2094"},{"text":"he shall die","number":"h4191"},{"text":"thy soul","number":"h5315"},{"text":"but thou hast delivered","number":"h5337"},{"text":"in his iniquity","number":"h5771"},{"text":"not from his wickedness","number":"h7562"},{"text":"nor from his wicked","number":"h7563"},{"text":"the wicked","number":"h7563"},{"text":"and he turn","number":"h7725"}],"21":[{"text":"Nevertheless if thou warn","number":"h2094"},{"text":"because he is warned","number":"h2094"},{"text":"not and he doth not sin","number":"h2398"},{"text":"sin","number":"h2398"},{"text":"he shall surely","number":"h2421"},{"text":"live","number":"h2421"},{"text":"thy soul","number":"h5315"},{"text":"also thou hast delivered","number":"h5337"},{"text":"man that the righteous","number":"h6662"},{"text":"the righteous","number":"h6662"}],"14":[{"text":"was strong","number":"h2388"},{"text":"in the heat","number":"h2534"},{"text":"but the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"and I went","number":"h3212"},{"text":"and took me away","number":"h3947"},{"text":"in bitterness","number":"h4751"},{"text":"lifted me up","number":"h5375"},{"text":"So the spirit","number":"h7307"},{"text":"of my spirit","number":"h7307"}],"8":[{"text":"strong","number":"h2389"},{"text":"strong","number":"h2389"},{"text":"and thy forehead","number":"h4696"},{"text":"their foreheads","number":"h4696"},{"text":"Behold I have made","number":"h5414"},{"text":"against","number":"h5980"},{"text":"against","number":"h5980"},{"text":"their faces","number":"h6440"},{"text":"thy face","number":"h6440"}]}
@@ -0,0 +1 @@
1
+ {"13":[{"text":"I will also destroy","number":"h6"},{"text":"the Lord","number":"h136"},{"text":"and I will cause their images","number":"h457"},{"text":"Thus saith","number":"h559"},{"text":"in the land","number":"h776"},{"text":"of the land","number":"h776"},{"text":"the idols","number":"h1544"},{"text":"GOD","number":"h3069"},{"text":"a fear","number":"h3374"},{"text":"of Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"out of Noph","number":"h5297"},{"text":"and there shall be no more a prince","number":"h5387"},{"text":"and I will put","number":"h5414"},{"text":"to cease","number":"h7673"}],"2":[{"text":"of man","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"and say","number":"h559"},{"text":"Son","number":"h1121"},{"text":"ye Woe worth","number":"h1929"},{"text":"GOD","number":"h3069"},{"text":"the day","number":"h3117"},{"text":"Howl","number":"h3213"},{"text":"prophesy","number":"h5012"}],"21":[{"text":"of man","number":"h120"},{"text":"Son","number":"h1121"},{"text":"the arm","number":"h2220"},{"text":"and lo it shall not be bound up","number":"h2280"},{"text":"to bind","number":"h2280"},{"text":"it to make it strong","number":"h2388"},{"text":"the sword","number":"h2719"},{"text":"a roller","number":"h2848"},{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"of Pharaoh","number":"h6547"},{"text":"to be healed","number":"h7499"},{"text":"I have broken","number":"h7665"},{"text":"to put","number":"h7760"},{"text":"to hold","number":"h8610"}],"10":[{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"I will also make the multitude","number":"h1995"},{"text":"by the hand","number":"h3027"},{"text":"GOD","number":"h3069"},{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"of Nebuchadrezzar","number":"h5019"},{"text":"to cease","number":"h7673"}],"22":[{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"his arms","number":"h2220"},{"text":"the strong","number":"h2389"},{"text":"and I will cause the sword","number":"h2719"},{"text":"out of his hand","number":"h3027"},{"text":"GOD","number":"h3069"},{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"to fall","number":"h5307"},{"text":"Behold I am against Pharaoh","number":"h6547"},{"text":"and that which was broken","number":"h7665"},{"text":"and will break","number":"h7665"}],"6":[{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"and the pride","number":"h1347"},{"text":"in it by the sword","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"shall come down","number":"h3381"},{"text":"from the tower","number":"h4024"},{"text":"Egypt","number":"h4714"},{"text":"saith","number":"h5002"},{"text":"shall fall","number":"h5307"},{"text":"shall they fall","number":"h5307"},{"text":"of Syene","number":"h5482"},{"text":"They also that uphold","number":"h5564"},{"text":"of her power","number":"h5797"}],"17":[{"text":"of Aven","number":"h206"},{"text":"The young men","number":"h970"},{"text":"by the sword","number":"h2719"},{"text":"and these cities shall go","number":"h3212"},{"text":"shall fall","number":"h5307"},{"text":"and of Pibeseth","number":"h6364"},{"text":"into captivity","number":"h7628"}],"20":[{"text":"And it came to pass in the eleventh","number":"h259"},{"text":"came unto me saying","number":"h559"},{"text":"that the word","number":"h1697"},{"text":"day of the month","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"in the first","number":"h7223"},{"text":"month in the seventh","number":"h7651"},{"text":"year","number":"h8141"}],"1":[{"text":"came again unto me saying","number":"h559"},{"text":"The word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"12":[{"text":"and I will make the land","number":"h776"},{"text":"the land","number":"h776"},{"text":"have spoken","number":"h1696"},{"text":"of strangers","number":"h2114"},{"text":"dry","number":"h2724"},{"text":"the rivers","number":"h2975"},{"text":"by the hand","number":"h3027"},{"text":"into the hand","number":"h3027"},{"text":"I the LORD","number":"h3068"},{"text":"and sell","number":"h4376"},{"text":"and all that is therein","number":"h4393"},{"text":"And I will make","number":"h5414"},{"text":"of the wicked","number":"h7451"},{"text":"waste","number":"h8074"}],"7":[{"text":"of the countries","number":"h776"},{"text":"that are wasted","number":"h2717"},{"text":"and her cities","number":"h5892"},{"text":"of the cities","number":"h5892"},{"text":"And they shall be desolate","number":"h8074"},{"text":"that are desolate","number":"h8074"},{"text":"in the midst","number":"h8432"},{"text":"shall be in the midst","number":"h8432"}],"5":[{"text":"of the land","number":"h776"},{"text":"and the men","number":"h1121"},{"text":"that is in league","number":"h1285"},{"text":"with them by the sword","number":"h2719"},{"text":"people and Chub","number":"h3552"},{"text":"Ethiopia","number":"h3568"},{"text":"and Lydia","number":"h3865"},{"text":"shall fall","number":"h5307"},{"text":"and all the mingled","number":"h6153"},{"text":"and Libya","number":"h6316"}],"11":[{"text":"the land","number":"h776"},{"text":"the land","number":"h776"},{"text":"shall be brought","number":"h935"},{"text":"of the nations","number":"h1471"},{"text":"with the slain","number":"h2491"},{"text":"their swords","number":"h2719"},{"text":"and fill","number":"h4390"},{"text":"against Egypt","number":"h4714"},{"text":"He and his people","number":"h5971"},{"text":"with him the terrible","number":"h6184"},{"text":"and they shall draw","number":"h7324"},{"text":"to destroy","number":"h7843"}],"26":[{"text":"them among the countries","number":"h776"},{"text":"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":"the Egyptians","number":"h4714"},{"text":"And I will scatter","number":"h6327"}],"23":[{"text":"them through the countries","number":"h776"},{"text":"among the nations","number":"h1471"},{"text":"and will disperse","number":"h2219"},{"text":"the Egyptians","number":"h4714"},{"text":"And I will scatter","number":"h6327"}],"25":[{"text":"upon the land","number":"h776"},{"text":"of Babylon","number":"h894"},{"text":"of Babylon","number":"h894"},{"text":"and the arms","number":"h2220"},{"text":"the arms","number":"h2220"},{"text":"But I will strengthen","number":"h2388"},{"text":"my sword","number":"h2719"},{"text":"into the hand","number":"h3027"},{"text":"and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"of the king","number":"h4428"},{"text":"of the king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"and he shall stretch it out","number":"h5186"},{"text":"shall fall down","number":"h5307"},{"text":"when I shall put","number":"h5414"},{"text":"of Pharaoh","number":"h6547"}],"8":[{"text":"a fire","number":"h784"},{"text":"And they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"in Egypt","number":"h4714"},{"text":"when I have set","number":"h5414"},{"text":"and when all her helpers","number":"h5826"},{"text":"shall be destroyed","number":"h7665"}],"14":[{"text":"fire","number":"h784"},{"text":"in No","number":"h4996"},{"text":"and will set","number":"h5414"},{"text":"and will execute","number":"h6213"},{"text":"And I will make Pathros","number":"h6624"},{"text":"in Zoan","number":"h6814"},{"text":"desolate","number":"h8074"},{"text":"judgments","number":"h8201"}],"16":[{"text":"fire","number":"h784"},{"text":"shall be rent asunder","number":"h1234"},{"text":"pain","number":"h2342"},{"text":"shall have great","number":"h2342"},{"text":"daily","number":"h3119"},{"text":"in Egypt","number":"h4714"},{"text":"and No","number":"h4996"},{"text":"and Noph","number":"h5297"},{"text":"And I will set","number":"h5414"},{"text":"Sin","number":"h5512"},{"text":"shall have distresses","number":"h6862"}],"24":[{"text":"of Babylon","number":"h894"},{"text":"arms","number":"h2220"},{"text":"the arms","number":"h2220"},{"text":"And I will strengthen","number":"h2388"},{"text":"of a deadly wounded","number":"h2491"},{"text":"my sword","number":"h2719"},{"text":"in his hand","number":"h3027"},{"text":"of the king","number":"h4428"},{"text":"and he shall groan","number":"h5008"},{"text":"him with the groanings","number":"h5009"},{"text":"and put","number":"h5414"},{"text":"before","number":"h6440"},{"text":"Pharaoh's","number":"h6547"},{"text":"but I will break","number":"h7665"}],"9":[{"text":"for lo it cometh","number":"h935"},{"text":"to make the careless","number":"h983"},{"text":"and great pain","number":"h2479"},{"text":"afraid","number":"h2729"},{"text":"In that day","number":"h3117"},{"text":"shall come upon them as in the day","number":"h3117"},{"text":"go forth","number":"h3318"},{"text":"Ethiopians","number":"h3568"},{"text":"shall messengers","number":"h4397"},{"text":"of Egypt","number":"h4714"},{"text":"from me","number":"h6440"},{"text":"in ships","number":"h6716"}],"4":[{"text":"shall come","number":"h935"},{"text":"her multitude","number":"h1995"},{"text":"shall be broken down","number":"h2040"},{"text":"and great pain","number":"h2479"},{"text":"when the slain","number":"h2491"},{"text":"And the sword","number":"h2719"},{"text":"and her foundations","number":"h3247"},{"text":"shall be in Ethiopia","number":"h3568"},{"text":"and they shall take away","number":"h3947"},{"text":"in Egypt","number":"h4714"},{"text":"upon Egypt","number":"h4714"},{"text":"shall fall","number":"h5307"}],"18":[{"text":"her and her daughters","number":"h1323"},{"text":"and the pomp","number":"h1347"},{"text":"in her","number":"h1931"},{"text":"shall be darkened","number":"h2821"},{"text":"also the day","number":"h3117"},{"text":"shall go","number":"h3212"},{"text":"shall cover","number":"h3680"},{"text":"there the yokes","number":"h4133"},{"text":"of Egypt","number":"h4714"},{"text":"of her strength","number":"h5797"},{"text":"as for her a cloud","number":"h6051"},{"text":"into captivity","number":"h7628"},{"text":"when I shall break","number":"h7665"},{"text":"shall cease","number":"h7673"},{"text":"At Tehaphnehes","number":"h8471"}],"3":[{"text":"of the heathen","number":"h1471"},{"text":"of the LORD","number":"h3068"},{"text":"For the day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"even the day","number":"h3117"},{"text":"a cloudy","number":"h6051"},{"text":"it shall be the time","number":"h6256"},{"text":"is near","number":"h7138"},{"text":"is near","number":"h7138"}],"15":[{"text":"the multitude","number":"h1995"},{"text":"my fury","number":"h2534"},{"text":"and I will cut off","number":"h3772"},{"text":"the strength","number":"h4581"},{"text":"of Egypt","number":"h4714"},{"text":"of No","number":"h4996"},{"text":"upon Sin","number":"h5512"},{"text":"And I will pour","number":"h8210"}],"19":[{"text":"and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"in Egypt","number":"h4714"},{"text":"Thus will I execute","number":"h6213"},{"text":"judgments","number":"h8201"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"I caused a mourning","number":"h56"},{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"GOD","number":"h3069"},{"text":"In the day","number":"h3117"},{"text":"when he went down","number":"h3381"},{"text":"were stayed","number":"h3607"},{"text":"I covered","number":"h3680"},{"text":"and I caused Lebanon","number":"h3844"},{"text":"waters","number":"h4325"},{"text":"for him and I restrained","number":"h4513"},{"text":"the floods","number":"h5104"},{"text":"fainted","number":"h5969"},{"text":"for him and all the trees","number":"h6086"},{"text":"to mourn","number":"h6937"},{"text":"thereof and the great","number":"h7227"},{"text":"to the grave","number":"h7585"},{"text":"of the field","number":"h7704"},{"text":"the deep","number":"h8415"}],"2":[{"text":"of man","number":"h120"},{"text":"speak","number":"h559"},{"text":"Son","number":"h1121"},{"text":"in thy greatness","number":"h1433"},{"text":"Whom art thou like","number":"h1819"},{"text":"and to his multitude","number":"h1995"},{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"unto Pharaoh","number":"h6547"}],"14":[{"text":"of men","number":"h120"},{"text":"neither their trees","number":"h352"},{"text":"of the earth","number":"h776"},{"text":"to the pit","number":"h953"},{"text":"of the children","number":"h1121"},{"text":"exalt","number":"h1361"},{"text":"in their height","number":"h1363"},{"text":"with them that go down","number":"h3381"},{"text":"unto death","number":"h4194"},{"text":"by the waters","number":"h4325"},{"text":"water","number":"h4325"},{"text":"for they are all delivered","number":"h5414"},{"text":"neither shoot up","number":"h5414"},{"text":"among the thick boughs","number":"h5688"},{"text":"stand up","number":"h5975"},{"text":"To the end that none of all the trees","number":"h6086"},{"text":"their top","number":"h6788"},{"text":"themselves for their height","number":"h6967"},{"text":"all that drink","number":"h8354"},{"text":"in the midst","number":"h8432"},{"text":"to the nether parts","number":"h8482"}],"10":[{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"Because thou hast lifted up","number":"h1361"},{"text":"in his height","number":"h1363"},{"text":"GOD","number":"h3069"},{"text":"and his heart","number":"h3824"},{"text":"and he hath shot up","number":"h5414"},{"text":"among the thick boughs","number":"h5688"},{"text":"his top","number":"h6788"},{"text":"thyself in height","number":"h6967"},{"text":"is lifted up","number":"h7311"}],"18":[{"text":"the Lord","number":"h136"},{"text":"of the earth","number":"h776"},{"text":"and in greatness","number":"h1433"},{"text":"To whom art thou thus like","number":"h1819"},{"text":"and all his multitude","number":"h1995"},{"text":"with them that be slain","number":"h2491"},{"text":"by the sword","number":"h2719"},{"text":"GOD","number":"h3069"},{"text":"yet shalt thou be brought down","number":"h3381"},{"text":"in glory","number":"h3519"},{"text":"saith","number":"h5002"},{"text":"of Eden","number":"h5731"},{"text":"of Eden","number":"h5731"},{"text":"among the trees","number":"h6086"},{"text":"with the trees","number":"h6086"},{"text":"of the uncircumcised","number":"h6189"},{"text":"This is Pharaoh","number":"h6547"},{"text":"thou shalt lie","number":"h7901"},{"text":"in the midst","number":"h8432"},{"text":"unto the nether parts","number":"h8482"}],"1":[{"text":"And it came to pass in the eleventh","number":"h259"},{"text":"month in the first","number":"h259"},{"text":"came unto me saying","number":"h559"},{"text":"that the word","number":"h1697"},{"text":"day of the month","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"in the third","number":"h7992"},{"text":"year","number":"h8141"}],"11":[{"text":"of the mighty one","number":"h410"},{"text":"of the heathen","number":"h1471"},{"text":"with him I have driven him out","number":"h1644"},{"text":"him into the hand","number":"h3027"},{"text":"I have therefore delivered","number":"h5414"},{"text":"deal","number":"h6213"},{"text":"he shall surely","number":"h6213"},{"text":"for his wickedness","number":"h7562"}],"8":[{"text":"of God","number":"h430"},{"text":"of God","number":"h430"},{"text":"The cedars","number":"h730"},{"text":"him the fir trees","number":"h1265"},{"text":"in the garden","number":"h1588"},{"text":"in the garden","number":"h1588"},{"text":"was like","number":"h1819"},{"text":"were not like","number":"h1819"},{"text":"unto him in his beauty","number":"h3308"},{"text":"his boughs","number":"h5589"},{"text":"could not hide","number":"h6004"},{"text":"nor any tree","number":"h6086"},{"text":"and the chesnut trees","number":"h6196"},{"text":"were not like his branches","number":"h6288"}],"9":[{"text":"of God","number":"h430"},{"text":"that were in the garden","number":"h1588"},{"text":"of his branches","number":"h1808"},{"text":"him fair","number":"h3303"},{"text":"of Eden","number":"h5731"},{"text":"so that all the trees","number":"h6086"},{"text":"I have made","number":"h6213"},{"text":"envied","number":"h7065"},{"text":"by the multitude","number":"h7230"}],"12":[{"text":"by all the rivers","number":"h650"},{"text":"of the earth","number":"h776"},{"text":"of the land","number":"h776"},{"text":"of the nations","number":"h1471"},{"text":"and in all the valleys","number":"h1516"},{"text":"his branches","number":"h1808"},{"text":"him upon the mountains","number":"h2022"},{"text":"And strangers","number":"h2114"},{"text":"are gone down","number":"h3381"},{"text":"have cut him off","number":"h3772"},{"text":"and have left","number":"h5203"},{"text":"and have left","number":"h5203"},{"text":"are fallen","number":"h5307"},{"text":"and all the people","number":"h5971"},{"text":"the terrible","number":"h6184"},{"text":"and his boughs","number":"h6288"},{"text":"from his shadow","number":"h6738"},{"text":"are broken","number":"h7665"}],"3":[{"text":"was a cedar","number":"h730"},{"text":"Behold the Assyrian","number":"h804"},{"text":"and of an high","number":"h1362"},{"text":"shroud","number":"h2793"},{"text":"with fair","number":"h3303"},{"text":"in Lebanon","number":"h3844"},{"text":"was among the thick boughs","number":"h5688"},{"text":"branches","number":"h6057"},{"text":"and with a shadowing","number":"h6751"},{"text":"and his top","number":"h6788"},{"text":"stature","number":"h6967"}],"5":[{"text":"became long","number":"h748"},{"text":"was exalted","number":"h1361"},{"text":"of waters","number":"h4325"},{"text":"and his boughs","number":"h5634"},{"text":"above all the trees","number":"h6086"},{"text":"and his branches","number":"h6288"},{"text":"Therefore his height","number":"h6967"},{"text":"because of the multitude","number":"h7227"},{"text":"were multiplied","number":"h7235"},{"text":"of the field","number":"h7704"},{"text":"when he shot forth","number":"h7971"}],"7":[{"text":"in the length","number":"h753"},{"text":"in his greatness","number":"h1433"},{"text":"of his branches","number":"h1808"},{"text":"Thus was he fair","number":"h3302"},{"text":"waters","number":"h4325"},{"text":"was by great","number":"h7227"},{"text":"for his root","number":"h8328"}],"16":[{"text":"of the earth","number":"h776"},{"text":"into the pit","number":"h953"},{"text":"I made the nations","number":"h1471"},{"text":"and best","number":"h2896"},{"text":"when I cast him down","number":"h3381"},{"text":"with them that descend","number":"h3381"},{"text":"of Lebanon","number":"h3844"},{"text":"the choice","number":"h4005"},{"text":"water","number":"h4325"},{"text":"of his fall","number":"h4658"},{"text":"shall be comforted","number":"h5162"},{"text":"of Eden","number":"h5731"},{"text":"and all the trees","number":"h6086"},{"text":"at the sound","number":"h6963"},{"text":"to shake","number":"h7493"},{"text":"to hell","number":"h7585"},{"text":"all that drink","number":"h8354"},{"text":"in the nether parts","number":"h8482"}],"4":[{"text":"made him great","number":"h1431"},{"text":"running","number":"h1980"},{"text":"his plants","number":"h4302"},{"text":"The waters","number":"h4325"},{"text":"with her rivers","number":"h5104"},{"text":"round about","number":"h5439"},{"text":"unto all the trees","number":"h6086"},{"text":"set him up on high","number":"h7311"},{"text":"of the field","number":"h7704"},{"text":"and sent out","number":"h7971"},{"text":"the deep","number":"h8415"},{"text":"her little rivers","number":"h8585"}],"6":[{"text":"nations","number":"h1471"},{"text":"did all the beasts","number":"h2416"},{"text":"bring forth their young","number":"h3205"},{"text":"dwelt","number":"h3427"},{"text":"in his boughs","number":"h5589"},{"text":"All the fowls","number":"h5775"},{"text":"and under his branches","number":"h6288"},{"text":"and under his shadow","number":"h6738"},{"text":"made their nests","number":"h7077"},{"text":"all great","number":"h7227"},{"text":"of the field","number":"h7704"},{"text":"of heaven","number":"h8064"}],"17":[{"text":"of the heathen","number":"h1471"},{"text":"and they that were his arm","number":"h2220"},{"text":"with him unto them that be slain","number":"h2491"},{"text":"with the sword","number":"h2719"},{"text":"They also went down","number":"h3381"},{"text":"that dwelt","number":"h3427"},{"text":"under his shadow","number":"h6738"},{"text":"into hell","number":"h7585"},{"text":"in the midst","number":"h8432"}],"13":[{"text":"and all the beasts","number":"h2416"},{"text":"Upon his ruin","number":"h4658"},{"text":"shall all the fowls","number":"h5775"},{"text":"shall be upon his branches","number":"h6288"},{"text":"of the field","number":"h7704"},{"text":"remain","number":"h7931"},{"text":"of the heaven","number":"h8064"}]}