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
+ {"13":[{"text":"I will destroy","number":"h6"},{"text":"of man","number":"h120"},{"text":"also all the beasts","number":"h929"},{"text":"of beasts","number":"h929"},{"text":"trouble","number":"h1804"},{"text":"trouble","number":"h1804"},{"text":"waters","number":"h4325"},{"text":"thereof from","number":"h5921"},{"text":"them any more nor the hoofs","number":"h6541"},{"text":"beside the great","number":"h7227"},{"text":"neither shall the foot","number":"h7272"}],"18":[{"text":"of the famous","number":"h117"},{"text":"of man","number":"h120"},{"text":"of the earth","number":"h776"},{"text":"into the pit","number":"h953"},{"text":"Son","number":"h1121"},{"text":"even her and the daughters","number":"h1323"},{"text":"nations","number":"h1471"},{"text":"for the multitude","number":"h1995"},{"text":"and cast them down","number":"h3381"},{"text":"with them that go down","number":"h3381"},{"text":"of Egypt","number":"h4714"},{"text":"wail","number":"h5091"},{"text":"unto the nether parts","number":"h8482"}],"2":[{"text":"of man","number":"h120"},{"text":"and say","number":"h559"},{"text":"Son","number":"h1121"},{"text":"of the nations","number":"h1471"},{"text":"and thou camest forth","number":"h1518"},{"text":"and troubledst","number":"h1804"},{"text":"unto him Thou art like","number":"h1819"},{"text":"in the seas","number":"h3220"},{"text":"a young lion","number":"h3715"},{"text":"the waters","number":"h4325"},{"text":"king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"their rivers","number":"h5104"},{"text":"with thy rivers","number":"h5104"},{"text":"take up","number":"h5375"},{"text":"for Pharaoh","number":"h6547"},{"text":"a lamentation","number":"h7015"},{"text":"with thy feet","number":"h7272"},{"text":"and fouledst","number":"h7515"},{"text":"and thou art as a whale","number":"h8577"}],"29":[{"text":"There is Edom","number":"h123"},{"text":"to the pit","number":"h953"},{"text":"which with their might","number":"h1369"},{"text":"by them that were slain","number":"h2491"},{"text":"by the sword","number":"h2719"},{"text":"and with them that go down","number":"h3381"},{"text":"her kings","number":"h4428"},{"text":"and all her princes","number":"h5387"},{"text":"are laid","number":"h5414"},{"text":"with the uncircumcised","number":"h6189"},{"text":"they shall lie","number":"h7901"}],"11":[{"text":"the Lord","number":"h136"},{"text":"For thus saith","number":"h559"},{"text":"of Babylon","number":"h894"},{"text":"shall come","number":"h935"},{"text":"The sword","number":"h2719"},{"text":"GOD","number":"h3069"},{"text":"of the king","number":"h4428"}],"14":[{"text":"the Lord","number":"h136"},{"text":"GOD","number":"h3069"},{"text":"to run","number":"h3212"},{"text":"Then will I make their waters","number":"h4325"},{"text":"saith","number":"h5002"},{"text":"and cause their rivers","number":"h5104"},{"text":"like oil","number":"h8081"},{"text":"deep","number":"h8257"}],"16":[{"text":"the Lord","number":"h136"},{"text":"her the daughters","number":"h1323"},{"text":"of the nations","number":"h1471"},{"text":"and for all her multitude","number":"h1995"},{"text":"GOD","number":"h3069"},{"text":"for her even for Egypt","number":"h4714"},{"text":"saith","number":"h5002"},{"text":"her they shall lament","number":"h6969"},{"text":"shall lament","number":"h6969"},{"text":"wherewith they shall lament","number":"h6969"},{"text":"This is the lamentation","number":"h7015"}],"3":[{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"in my net","number":"h2764"},{"text":"GOD","number":"h3069"},{"text":"and they shall bring thee up","number":"h5927"},{"text":"people","number":"h5971"},{"text":"I will therefore spread out","number":"h6566"},{"text":"over thee with a company","number":"h6951"},{"text":"of many","number":"h7227"},{"text":"my net","number":"h7568"}],"31":[{"text":"the Lord","number":"h136"},{"text":"over all his multitude","number":"h1995"},{"text":"and all his army","number":"h2428"},{"text":"slain","number":"h2491"},{"text":"by the sword","number":"h2719"},{"text":"GOD","number":"h3069"},{"text":"saith","number":"h5002"},{"text":"them and shall be comforted","number":"h5162"},{"text":"Pharaoh","number":"h6547"},{"text":"even Pharaoh","number":"h6547"},{"text":"shall see","number":"h7200"}],"32":[{"text":"the Lord","number":"h136"},{"text":"in the land","number":"h776"},{"text":"and all his multitude","number":"h1995"},{"text":"of the living","number":"h2416"},{"text":"with them that are slain","number":"h2491"},{"text":"with the sword","number":"h2719"},{"text":"my terror","number":"h2851"},{"text":"GOD","number":"h3069"},{"text":"saith","number":"h5002"},{"text":"For I have caused","number":"h5414"},{"text":"of the uncircumcised","number":"h6189"},{"text":"even Pharaoh","number":"h6547"},{"text":"and he shall be laid","number":"h7901"},{"text":"in the midst","number":"h8432"}],"8":[{"text":"the Lord","number":"h136"},{"text":"lights","number":"h216"},{"text":"upon thy land","number":"h776"},{"text":"darkness","number":"h2822"},{"text":"GOD","number":"h3069"},{"text":"All the bright","number":"h3974"},{"text":"saith","number":"h5002"},{"text":"over thee and set","number":"h5414"},{"text":"will I make dark","number":"h6937"},{"text":"of heaven","number":"h8064"}],"7":[{"text":"shall not give","number":"h215"},{"text":"her light","number":"h216"},{"text":"and the moon","number":"h3394"},{"text":"And when I shall put thee out","number":"h3518"},{"text":"the stars","number":"h3556"},{"text":"I will cover","number":"h3680"},{"text":"I will cover","number":"h3680"},{"text":"with a cloud","number":"h6051"},{"text":"and make","number":"h6937"},{"text":"thereof dark","number":"h6937"},{"text":"the heaven","number":"h8064"},{"text":"the sun","number":"h8121"}],"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":"in the twelfth month","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"year","number":"h8141"},{"text":"And it came to pass in the twelfth","number":"h8147"}],"10":[{"text":"every man","number":"h376"},{"text":"my sword","number":"h2719"},{"text":"and they shall tremble","number":"h2729"},{"text":"in the day","number":"h3117"},{"text":"at thee and their kings","number":"h4428"},{"text":"of thy fall","number":"h4658"},{"text":"for his own life","number":"h5315"},{"text":"for thee when I shall brandish","number":"h5774"},{"text":"people","number":"h5971"},{"text":"before them","number":"h6440"},{"text":"Yea I will make many","number":"h7227"},{"text":"at every moment","number":"h7281"},{"text":"amazed","number":"h8074"},{"text":"afraid","number":"h8175"},{"text":"shall be horribly","number":"h8178"}],"21":[{"text":"The strong","number":"h410"},{"text":"among the mighty","number":"h1368"},{"text":"shall speak","number":"h1696"},{"text":"slain","number":"h2491"},{"text":"by the sword","number":"h2719"},{"text":"him they are gone down","number":"h3381"},{"text":"with them that help","number":"h5826"},{"text":"uncircumcised","number":"h6189"},{"text":"of hell","number":"h7585"},{"text":"they lie","number":"h7901"},{"text":"to him out of the midst","number":"h8432"}],"17":[{"text":"came unto me saying","number":"h559"},{"text":"that the word","number":"h1697"},{"text":"day of the month","number":"h2320"},{"text":"in the fifteenth","number":"h2568"},{"text":"of the LORD","number":"h3068"},{"text":"year","number":"h8141"},{"text":"It came to pass also in the twelfth","number":"h8147"}],"6":[{"text":"and the rivers","number":"h650"},{"text":"the land","number":"h776"},{"text":"with thy blood","number":"h1818"},{"text":"even to the mountains","number":"h2022"},{"text":"shall be full","number":"h4390"},{"text":"wherein thou swimmest","number":"h6824"},{"text":"I will also water","number":"h8248"}],"15":[{"text":"and the country","number":"h776"},{"text":"the land","number":"h776"},{"text":"therein then shall they know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"all them that dwell","number":"h3427"},{"text":"of that whereof it was full","number":"h4393"},{"text":"of Egypt","number":"h4714"},{"text":"when I shall smite","number":"h5221"},{"text":"When I shall make","number":"h5414"},{"text":"shall be destitute","number":"h8074"},{"text":"desolate","number":"h8077"}],"23":[{"text":"in the land","number":"h776"},{"text":"of the pit","number":"h953"},{"text":"of the living","number":"h2416"},{"text":"all of them slain","number":"h2491"},{"text":"by the sword","number":"h2719"},{"text":"terror","number":"h2851"},{"text":"in the sides","number":"h3411"},{"text":"fallen","number":"h5307"},{"text":"are set","number":"h5414"},{"text":"which caused","number":"h5414"},{"text":"is round about","number":"h5439"},{"text":"her grave","number":"h6900"},{"text":"Whose graves","number":"h6913"},{"text":"and her company","number":"h6951"}],"24":[{"text":"in the land","number":"h776"},{"text":"of the earth","number":"h776"},{"text":"to the pit","number":"h953"},{"text":"and all her multitude","number":"h1995"},{"text":"of the living","number":"h2416"},{"text":"all of them slain","number":"h2491"},{"text":"by the sword","number":"h2719"},{"text":"their terror","number":"h2851"},{"text":"which are gone down","number":"h3381"},{"text":"with them that go down","number":"h3381"},{"text":"their shame","number":"h3639"},{"text":"fallen","number":"h5307"},{"text":"yet have they borne","number":"h5375"},{"text":"which caused","number":"h5414"},{"text":"round about","number":"h5439"},{"text":"There is Elam","number":"h5867"},{"text":"uncircumcised","number":"h6189"},{"text":"her grave","number":"h6900"},{"text":"into the nether parts","number":"h8482"}],"25":[{"text":"in the land","number":"h776"},{"text":"to the pit","number":"h953"},{"text":"with all her multitude","number":"h1995"},{"text":"of the living","number":"h2416"},{"text":"of the slain","number":"h2491"},{"text":"of them that be slain","number":"h2491"},{"text":"slain","number":"h2491"},{"text":"by the sword","number":"h2719"},{"text":"though their terror","number":"h2851"},{"text":"with them that go down","number":"h3381"},{"text":"their shame","number":"h3639"},{"text":"her a bed","number":"h4904"},{"text":"yet have they borne","number":"h5375"},{"text":"They have set","number":"h5414"},{"text":"he is put","number":"h5414"},{"text":"was caused","number":"h5414"},{"text":"are round about","number":"h5439"},{"text":"him all of them uncircumcised","number":"h6189"},{"text":"her graves","number":"h6913"},{"text":"in the midst","number":"h8432"},{"text":"in the midst","number":"h8432"}],"26":[{"text":"in the land","number":"h776"},{"text":"and all her multitude","number":"h1995"},{"text":"of the living","number":"h2416"},{"text":"slain","number":"h2490"},{"text":"by the sword","number":"h2719"},{"text":"their terror","number":"h2851"},{"text":"There is Meshech","number":"h4902"},{"text":"though they caused","number":"h5414"},{"text":"are round about","number":"h5439"},{"text":"him all of them uncircumcised","number":"h6189"},{"text":"her graves","number":"h6913"},{"text":"Tubal","number":"h8422"}],"27":[{"text":"in the land","number":"h776"},{"text":"of the mighty","number":"h1368"},{"text":"with the mighty","number":"h1368"},{"text":"of the living","number":"h2416"},{"text":"their swords","number":"h2719"},{"text":"though they were the terror","number":"h2851"},{"text":"which are gone down","number":"h3381"},{"text":"with their weapons","number":"h3627"},{"text":"of war","number":"h4421"},{"text":"that are fallen","number":"h5307"},{"text":"and they have laid","number":"h5414"},{"text":"but their iniquities","number":"h5771"},{"text":"shall be upon their bones","number":"h6106"},{"text":"of the uncircumcised","number":"h6189"},{"text":"under their heads","number":"h7218"},{"text":"to hell","number":"h7585"},{"text":"And they shall not lie","number":"h7901"}],"9":[{"text":"into the countries","number":"h776"},{"text":"when I shall bring","number":"h935"},{"text":"among the nations","number":"h1471"},{"text":"which thou hast not known","number":"h3045"},{"text":"I will also vex","number":"h3707"},{"text":"the hearts","number":"h3820"},{"text":"people","number":"h5971"},{"text":"of many","number":"h7227"},{"text":"thy destruction","number":"h7667"}],"4":[{"text":"of the whole earth","number":"h776"},{"text":"thee upon the land","number":"h776"},{"text":"the beasts","number":"h2416"},{"text":"I will cast thee forth","number":"h2904"},{"text":"Then will I leave","number":"h5203"},{"text":"and will cause all the fowls","number":"h5775"},{"text":"upon the open","number":"h6440"},{"text":"upon thee and I will fill","number":"h7646"},{"text":"field","number":"h7704"},{"text":"to remain","number":"h7931"},{"text":"of the heaven","number":"h8064"}],"22":[{"text":"Asshur","number":"h804"},{"text":"him all of them slain","number":"h2491"},{"text":"by the sword","number":"h2719"},{"text":"fallen","number":"h5307"},{"text":"are about","number":"h5439"},{"text":"his graves","number":"h6913"},{"text":"is there and all her company","number":"h6951"}],"30":[{"text":"to the pit","number":"h953"},{"text":"they are ashamed","number":"h954"},{"text":"of their might","number":"h1369"},{"text":"with the slain","number":"h2491"},{"text":"with them that be slain","number":"h2491"},{"text":"by the sword","number":"h2719"},{"text":"with their terror","number":"h2851"},{"text":"which are gone down","number":"h3381"},{"text":"with them that go down","number":"h3381"},{"text":"their shame","number":"h3639"},{"text":"There be the princes","number":"h5257"},{"text":"and bear","number":"h5375"},{"text":"uncircumcised","number":"h6189"},{"text":"all of them and all the Zidonians","number":"h6722"},{"text":"of the north","number":"h6828"},{"text":"and they lie","number":"h7901"}],"5":[{"text":"thy flesh","number":"h1320"},{"text":"the valleys","number":"h1516"},{"text":"upon the mountains","number":"h2022"},{"text":"and fill","number":"h4390"},{"text":"And I will lay","number":"h5414"},{"text":"with thy height","number":"h7419"}],"12":[{"text":"the pomp","number":"h1347"},{"text":"of the mighty","number":"h1368"},{"text":"of the nations","number":"h1471"},{"text":"and all the multitude","number":"h1995"},{"text":"will I cause thy multitude","number":"h1995"},{"text":"By the swords","number":"h2719"},{"text":"of Egypt","number":"h4714"},{"text":"to fall","number":"h5307"},{"text":"the terrible","number":"h6184"},{"text":"all of them and they shall spoil","number":"h7703"},{"text":"thereof shall be destroyed","number":"h8045"}],"20":[{"text":"her and all her multitudes","number":"h1995"},{"text":"of them that are slain","number":"h2491"},{"text":"by the sword","number":"h2719"},{"text":"to the sword","number":"h2719"},{"text":"draw","number":"h4900"},{"text":"They shall fall","number":"h5307"},{"text":"she is delivered","number":"h5414"},{"text":"in the midst","number":"h8432"}],"28":[{"text":"with them that are slain","number":"h2491"},{"text":"with the sword","number":"h2719"},{"text":"of the uncircumcised","number":"h6189"},{"text":"Yea thou shalt be broken","number":"h7665"},{"text":"and shalt lie","number":"h7901"},{"text":"in the midst","number":"h8432"}],"19":[{"text":"go down","number":"h3381"},{"text":"Whom dost thou pass in beauty","number":"h5276"},{"text":"with the uncircumcised","number":"h6189"},{"text":"and be thou laid","number":"h7901"}]}
@@ -0,0 +1 @@
1
+ {"24":[{"text":"Abraham","number":"h85"},{"text":"of man","number":"h120"},{"text":"of the land","number":"h127"},{"text":"was one","number":"h259"},{"text":"saying","number":"h559"},{"text":"speak","number":"h559"},{"text":"the land","number":"h776"},{"text":"the land","number":"h776"},{"text":"Son","number":"h1121"},{"text":"those wastes","number":"h2723"},{"text":"and he inherited","number":"h3423"},{"text":"they that inhabit","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"us for inheritance","number":"h4181"},{"text":"is given","number":"h5414"},{"text":"but we are many","number":"h7227"}],"10":[{"text":"of man","number":"h120"},{"text":"Thus ye speak","number":"h559"},{"text":"saying","number":"h559"},{"text":"speak","number":"h559"},{"text":"unto the house","number":"h1004"},{"text":"Therefore O thou son","number":"h1121"},{"text":"and our sins","number":"h2403"},{"text":"in them how should we then live","number":"h2421"},{"text":"of Israel","number":"h3478"},{"text":"be upon us and we pine away","number":"h4743"},{"text":"If our transgressions","number":"h6588"}],"12":[{"text":"of man","number":"h120"},{"text":"say","number":"h559"},{"text":"Therefore thou son","number":"h1121"},{"text":"unto the children","number":"h1121"},{"text":"that he sinneth","number":"h2398"},{"text":"to live","number":"h2421"},{"text":"for his righteousness in the day","number":"h3117"},{"text":"him in the day","number":"h3117"},{"text":"thereby in the day","number":"h3117"},{"text":"be able","number":"h3201"},{"text":"he shall not fall","number":"h3782"},{"text":"shall not deliver","number":"h5337"},{"text":"of thy people","number":"h5971"},{"text":"of his transgression","number":"h6588"},{"text":"neither shall the righteous","number":"h6662"},{"text":"of the righteous","number":"h6662"},{"text":"The righteousness","number":"h6666"},{"text":"from his wickedness","number":"h7562"},{"text":"of the wicked","number":"h7563"},{"text":"as for the wickedness","number":"h7564"},{"text":"that he turneth","number":"h7725"}],"2":[{"text":"of man","number":"h120"},{"text":"a","number":"h259"},{"text":"man","number":"h376"},{"text":"and say","number":"h559"},{"text":"of the land","number":"h776"},{"text":"upon a land","number":"h776"},{"text":"unto them When I bring","number":"h935"},{"text":"Son","number":"h1121"},{"text":"to the children","number":"h1121"},{"text":"speak","number":"h1696"},{"text":"the sword","number":"h2719"},{"text":"take","number":"h3947"},{"text":"and set","number":"h5414"},{"text":"if the people","number":"h5971"},{"text":"of thy people","number":"h5971"},{"text":"him for their watchman","number":"h6822"},{"text":"of their coasts","number":"h7097"}],"30":[{"text":"of man","number":"h120"},{"text":"to his brother","number":"h251"},{"text":"to another","number":"h259"},{"text":"every one","number":"h376"},{"text":"saying","number":"h559"},{"text":"against","number":"h681"},{"text":"Come","number":"h935"},{"text":"of the houses","number":"h1004"},{"text":"Also thou son","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"and speak","number":"h1696"},{"text":"still are talking","number":"h1696"},{"text":"what is the word","number":"h1697"},{"text":"one","number":"h2297"},{"text":"from the LORD","number":"h3068"},{"text":"that cometh forth","number":"h3318"},{"text":"of thy people","number":"h5971"},{"text":"and in the doors","number":"h6607"},{"text":"thee by the walls","number":"h7023"},{"text":"I pray you and hear","number":"h8085"}],"7":[{"text":"of man","number":"h120"},{"text":"unto the house","number":"h1004"},{"text":"So thou O son","number":"h1121"},{"text":"the word","number":"h1697"},{"text":"and warn","number":"h2094"},{"text":"of Israel","number":"h3478"},{"text":"I have set","number":"h5414"},{"text":"at my mouth","number":"h6310"},{"text":"thee a watchman","number":"h6822"},{"text":"therefore thou shalt hear","number":"h8085"}],"17":[{"text":"of the Lord","number":"h136"},{"text":"say","number":"h559"},{"text":"Yet the children","number":"h1121"},{"text":"The way","number":"h1870"},{"text":"but as for them their way","number":"h1870"},{"text":"of thy people","number":"h5971"},{"text":"is not equal","number":"h8505"},{"text":"is not equal","number":"h8505"}],"20":[{"text":"of the Lord","number":"h136"},{"text":"you every one","number":"h376"},{"text":"Yet ye say","number":"h559"},{"text":"O ye house","number":"h1004"},{"text":"The way","number":"h1870"},{"text":"after his ways","number":"h1870"},{"text":"of Israel","number":"h3478"},{"text":"I will judge","number":"h8199"},{"text":"is not equal","number":"h8505"}],"11":[{"text":"the Lord","number":"h136"},{"text":"Say","number":"h559"},{"text":"O house","number":"h1004"},{"text":"from his way","number":"h1870"},{"text":"ways","number":"h1870"},{"text":"unto them As I live","number":"h2416"},{"text":"and live","number":"h2421"},{"text":"I have no pleasure","number":"h2654"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"for why will ye die","number":"h4191"},{"text":"in the death","number":"h4194"},{"text":"saith","number":"h5002"},{"text":"ye from your evil","number":"h7451"},{"text":"but that the wicked","number":"h7563"},{"text":"of the wicked","number":"h7563"},{"text":"turn","number":"h7725"},{"text":"turn","number":"h7725"},{"text":"ye turn","number":"h7725"}],"25":[{"text":"the Lord","number":"h136"},{"text":"Ye eat","number":"h398"},{"text":"Wherefore say","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"the land","number":"h776"},{"text":"toward your idols","number":"h1544"},{"text":"blood","number":"h1818"},{"text":"with the blood","number":"h1818"},{"text":"GOD","number":"h3069"},{"text":"and shall ye possess","number":"h3423"},{"text":"and lift up","number":"h5375"},{"text":"your eyes","number":"h5869"},{"text":"and shed","number":"h8210"}],"27":[{"text":"the Lord","number":"h136"},{"text":"to be devoured","number":"h398"},{"text":"Say","number":"h559"},{"text":"thou thus unto them Thus saith","number":"h559"},{"text":"of the pestilence","number":"h1698"},{"text":"As I live","number":"h2416"},{"text":"to the beasts","number":"h2416"},{"text":"by the sword","number":"h2719"},{"text":"surely they that are in the wastes","number":"h2723"},{"text":"GOD","number":"h3069"},{"text":"shall die","number":"h4191"},{"text":"and in the caves","number":"h4631"},{"text":"and they that be in the forts","number":"h4679"},{"text":"shall fall","number":"h5307"},{"text":"will I give","number":"h5414"},{"text":"and him that is in the open","number":"h6440"},{"text":"field","number":"h7704"}],"31":[{"text":"after","number":"h310"},{"text":"And they come","number":"h935"},{"text":"their covetousness","number":"h1215"},{"text":"thy words","number":"h1697"},{"text":"goeth","number":"h1980"},{"text":"and they sit","number":"h3427"},{"text":"but their heart","number":"h3820"},{"text":"cometh","number":"h3996"},{"text":"much love","number":"h5690"},{"text":"thee as my people","number":"h5971"},{"text":"unto thee as the people","number":"h5971"},{"text":"but they will not do","number":"h6213"},{"text":"they shew","number":"h6213"},{"text":"them for with their mouth","number":"h6310"},{"text":"before","number":"h6440"},{"text":"and they hear","number":"h8085"}],"26":[{"text":"every one","number":"h376"},{"text":"the land","number":"h776"},{"text":"wife","number":"h802"},{"text":"upon your sword","number":"h2719"},{"text":"and ye defile","number":"h2930"},{"text":"and shall ye possess","number":"h3423"},{"text":"Ye stand","number":"h5975"},{"text":"ye work","number":"h6213"},{"text":"his neighbour's","number":"h7453"},{"text":"abomination","number":"h8441"}],"22":[{"text":"and I was no more dumb","number":"h481"},{"text":"came","number":"h935"},{"text":"until he came","number":"h935"},{"text":"to me in the morning","number":"h1242"},{"text":"Now the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"was upon me in the evening","number":"h6153"},{"text":"and my mouth","number":"h6310"},{"text":"my mouth","number":"h6310"},{"text":"he that was escaped","number":"h6412"},{"text":"afore","number":"h6440"},{"text":"and had opened","number":"h6605"},{"text":"was opened","number":"h6605"}],"14":[{"text":"Again when I say","number":"h559"},{"text":"from his sin","number":"h2403"},{"text":"Thou shalt surely","number":"h4191"},{"text":"die","number":"h4191"},{"text":"that which is lawful","number":"h4941"},{"text":"and do","number":"h6213"},{"text":"and right","number":"h6666"},{"text":"unto the wicked","number":"h7563"},{"text":"if he turn","number":"h7725"}],"8":[{"text":"When I say","number":"h559"},{"text":"will I require","number":"h1245"},{"text":"if thou dost not speak","number":"h1696"},{"text":"but his blood","number":"h1818"},{"text":"from his way","number":"h1870"},{"text":"to warn","number":"h2094"},{"text":"at thine hand","number":"h3027"},{"text":"die","number":"h4191"},{"text":"man shall die","number":"h4191"},{"text":"man thou shalt surely","number":"h4191"},{"text":"in his iniquity","number":"h5771"},{"text":"O wicked","number":"h7563"},{"text":"that wicked","number":"h7563"},{"text":"the wicked","number":"h7563"},{"text":"unto the wicked","number":"h7563"}],"13":[{"text":"When I shall say","number":"h559"},{"text":"if he trust","number":"h982"},{"text":"shall not be remembered","number":"h2142"},{"text":"live","number":"h2421"},{"text":"that he shall surely","number":"h2421"},{"text":"he shall die","number":"h4191"},{"text":"but for his iniquity","number":"h5766"},{"text":"iniquity","number":"h5766"},{"text":"and commit","number":"h6213"},{"text":"that he hath committed","number":"h6213"},{"text":"to the righteous","number":"h6662"},{"text":"all his righteousnesses","number":"h6666"},{"text":"to his own righteousness","number":"h6666"}],"1":[{"text":"came unto me saying","number":"h559"},{"text":"Again the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"23":[{"text":"came unto me saying","number":"h559"},{"text":"Then the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"21":[{"text":"unto me saying","number":"h559"},{"text":"came","number":"h935"},{"text":"of our captivity","number":"h1546"},{"text":"day of the month","number":"h2320"},{"text":"month in the fifth","number":"h2568"},{"text":"out of Jerusalem","number":"h3389"},{"text":"is smitten","number":"h5221"},{"text":"The city","number":"h5892"},{"text":"in the tenth","number":"h6224"},{"text":"that one that had escaped","number":"h6412"},{"text":"year","number":"h8141"},{"text":"And it came to pass in the twelfth","number":"h8147"}],"28":[{"text":"the land","number":"h776"},{"text":"and the pomp","number":"h1347"},{"text":"and the mountains","number":"h2022"},{"text":"of Israel","number":"h3478"},{"text":"most","number":"h4923"},{"text":"For I will lay","number":"h5414"},{"text":"that none shall pass through","number":"h5674"},{"text":"of her strength","number":"h5797"},{"text":"shall cease","number":"h7673"},{"text":"shall be desolate","number":"h8074"},{"text":"desolate","number":"h8077"}],"29":[{"text":"the land","number":"h776"},{"text":"Then shall they know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"most","number":"h4923"},{"text":"when I have laid","number":"h5414"},{"text":"which they have committed","number":"h6213"},{"text":"desolate","number":"h8077"},{"text":"because of all their abominations","number":"h8441"}],"3":[{"text":"upon the land","number":"h776"},{"text":"come","number":"h935"},{"text":"and warn","number":"h2094"},{"text":"the sword","number":"h2719"},{"text":"the people","number":"h5971"},{"text":"If when he seeth","number":"h7200"},{"text":"the trumpet","number":"h7782"},{"text":"he blow","number":"h8628"}],"33":[{"text":"lo it will come","number":"h935"},{"text":"And when this cometh to pass","number":"h935"},{"text":"then shall they know","number":"h3045"},{"text":"that a prophet","number":"h5030"},{"text":"hath been among","number":"h8432"}],"4":[{"text":"come","number":"h935"},{"text":"his blood","number":"h1818"},{"text":"and taketh not warning","number":"h2094"},{"text":"if the sword","number":"h2719"},{"text":"and take him away","number":"h3947"},{"text":"the sound","number":"h6963"},{"text":"shall be upon his own head","number":"h7218"},{"text":"of the trumpet","number":"h7782"},{"text":"Then whosoever","number":"h8085"},{"text":"heareth","number":"h8085"}],"6":[{"text":"come","number":"h935"},{"text":"come","number":"h935"},{"text":"but his blood","number":"h1818"},{"text":"will I require","number":"h1875"},{"text":"be not warned","number":"h2094"},{"text":"if the sword","number":"h2719"},{"text":"the sword","number":"h2719"},{"text":"hand","number":"h3027"},{"text":"and take","number":"h3947"},{"text":"from among them he is taken away","number":"h3947"},{"text":"any person","number":"h5315"},{"text":"in his iniquity","number":"h5771"},{"text":"and the people","number":"h5971"},{"text":"But if the watchman","number":"h6822"},{"text":"at the watchman's","number":"h6822"},{"text":"see","number":"h7200"},{"text":"not the trumpet","number":"h7782"},{"text":"and blow","number":"h8628"}],"15":[{"text":"that he had robbed","number":"h1500"},{"text":"walk","number":"h1980"},{"text":"the pledge","number":"h2258"},{"text":"of life","number":"h2416"},{"text":"he shall surely","number":"h2421"},{"text":"live","number":"h2421"},{"text":"in the statutes","number":"h2708"},{"text":"he shall not die","number":"h4191"},{"text":"iniquity","number":"h5766"},{"text":"without committing","number":"h6213"},{"text":"If the wicked","number":"h7563"},{"text":"restore","number":"h7725"},{"text":"give again","number":"h7999"}],"32":[{"text":"thy words","number":"h1697"},{"text":"and can play well","number":"h2895"},{"text":"of one that hath a pleasant","number":"h3303"},{"text":"on an instrument","number":"h5059"},{"text":"And lo thou art unto them as a very lovely","number":"h5690"},{"text":"but they do","number":"h6213"},{"text":"voice","number":"h6963"},{"text":"song","number":"h7892"},{"text":"for they hear","number":"h8085"}],"5":[{"text":"his blood","number":"h1818"},{"text":"and took not warning","number":"h2094"},{"text":"shall be upon him But he that taketh warning","number":"h2094"},{"text":"shall deliver","number":"h4422"},{"text":"his soul","number":"h5315"},{"text":"the sound","number":"h6963"},{"text":"of the trumpet","number":"h7782"},{"text":"He heard","number":"h8085"}],"9":[{"text":"from his way","number":"h1870"},{"text":"of his way","number":"h1870"},{"text":"Nevertheless 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":"the wicked","number":"h7563"},{"text":"from it if he do not turn","number":"h7725"},{"text":"to turn","number":"h7725"}],"16":[{"text":"shall be mentioned","number":"h2142"},{"text":"that he hath committed","number":"h2398"},{"text":"None of his sins","number":"h2403"},{"text":"he shall surely","number":"h2421"},{"text":"live","number":"h2421"},{"text":"that which is lawful","number":"h4941"},{"text":"unto him he hath done","number":"h6213"},{"text":"and right","number":"h6666"}],"19":[{"text":"he shall live","number":"h2421"},{"text":"that which is lawful","number":"h4941"},{"text":"and do","number":"h6213"},{"text":"and right","number":"h6666"},{"text":"But if the wicked","number":"h7563"},{"text":"from his wickedness","number":"h7564"},{"text":"turn","number":"h7725"}],"18":[{"text":"he shall even die","number":"h4191"},{"text":"iniquity","number":"h5766"},{"text":"and committeth","number":"h6213"},{"text":"When the righteous","number":"h6662"},{"text":"from his righteousness","number":"h6666"},{"text":"turneth","number":"h7725"}]}
@@ -0,0 +1 @@
1
+ {"16":[{"text":"that which was lost","number":"h6"},{"text":"I will seek","number":"h1245"},{"text":"and will bind up","number":"h2280"},{"text":"and will strengthen","number":"h2388"},{"text":"and the strong","number":"h2389"},{"text":"that which was sick","number":"h2470"},{"text":"them with judgment","number":"h4941"},{"text":"that which was driven away","number":"h5080"},{"text":"I will feed","number":"h7462"},{"text":"that which was broken","number":"h7665"},{"text":"and bring again","number":"h7725"},{"text":"but I will destroy","number":"h8045"},{"text":"the fat","number":"h8082"}],"4":[{"text":"that which was lost","number":"h6"},{"text":"neither have ye sought","number":"h1245"},{"text":"neither have ye bound up","number":"h2280"},{"text":"have ye not strengthened","number":"h2388"},{"text":"but with force","number":"h2394"},{"text":"The diseased","number":"h2470"},{"text":"that which was sick","number":"h2470"},{"text":"that which was driven away","number":"h5080"},{"text":"and with cruelty","number":"h6531"},{"text":"have ye ruled","number":"h7287"},{"text":"neither have ye healed","number":"h7495"},{"text":"that which was broken","number":"h7665"},{"text":"neither have ye brought again","number":"h7725"}],"31":[{"text":"are men","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"and I am your God","number":"h430"},{"text":"And ye","number":"h859"},{"text":"GOD","number":"h3069"},{"text":"of my pasture","number":"h4830"},{"text":"saith","number":"h5002"},{"text":"my flock","number":"h6629"},{"text":"the flock","number":"h6629"}],"2":[{"text":"of man","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"and say","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"Son","number":"h1121"},{"text":"Woe","number":"h1945"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"prophesy","number":"h5012"},{"text":"prophesy","number":"h5012"},{"text":"the flocks","number":"h6629"},{"text":"against the shepherds","number":"h7462"},{"text":"be to the shepherds","number":"h7462"},{"text":"feed","number":"h7462"},{"text":"that do feed","number":"h7462"},{"text":"themselves! should not the shepherds","number":"h7462"},{"text":"unto the shepherds","number":"h7462"}],"27":[{"text":"in their land","number":"h127"},{"text":"and the earth","number":"h776"},{"text":"and they shall be safe","number":"h983"},{"text":"her increase","number":"h2981"},{"text":"them out of the hand","number":"h3027"},{"text":"and shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"the bands","number":"h4133"},{"text":"and delivered","number":"h5337"},{"text":"shall yield","number":"h5414"},{"text":"shall yield","number":"h5414"},{"text":"of those that served","number":"h5647"},{"text":"of their yoke","number":"h5923"},{"text":"And the tree","number":"h6086"},{"text":"her fruit","number":"h6529"},{"text":"when I have broken","number":"h7665"},{"text":"of the field","number":"h7704"}],"13":[{"text":"them to their own land","number":"h127"},{"text":"by the rivers","number":"h650"},{"text":"of the country","number":"h776"},{"text":"them from the countries","number":"h776"},{"text":"and will bring","number":"h935"},{"text":"them upon the mountains","number":"h2022"},{"text":"And I will bring them out","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"and in all the inhabited places","number":"h4186"},{"text":"from the people","number":"h5971"},{"text":"and gather","number":"h6908"},{"text":"and feed","number":"h7462"}],"10":[{"text":"the Lord","number":"h136"},{"text":"that they may not be meat","number":"h402"},{"text":"Thus saith","number":"h559"},{"text":"and I will require","number":"h1875"},{"text":"at their hand","number":"h3027"},{"text":"GOD","number":"h3069"},{"text":"themselves any more for I will deliver","number":"h5337"},{"text":"from their mouth","number":"h6310"},{"text":"my flock","number":"h6629"},{"text":"my flock","number":"h6629"},{"text":"the flock","number":"h6629"},{"text":"Behold I am against the shepherds","number":"h7462"},{"text":"feed","number":"h7462"},{"text":"from feeding","number":"h7462"},{"text":"neither shall the shepherds","number":"h7462"},{"text":"and cause them to cease","number":"h7673"}],"11":[{"text":"the Lord","number":"h136"},{"text":"For thus saith","number":"h559"},{"text":"and seek them out","number":"h1239"},{"text":"Behold I even I will both search","number":"h1875"},{"text":"GOD","number":"h3069"},{"text":"my sheep","number":"h6629"}],"15":[{"text":"the Lord","number":"h136"},{"text":"GOD","number":"h3069"},{"text":"saith","number":"h5002"},{"text":"my flock","number":"h6629"},{"text":"and I will cause them to lie down","number":"h7257"},{"text":"I will feed","number":"h7462"}],"17":[{"text":"the Lord","number":"h136"},{"text":"between the rams","number":"h352"},{"text":"thus saith","number":"h559"},{"text":"And as for you","number":"h859"},{"text":"GOD","number":"h3069"},{"text":"and the he goats","number":"h6260"},{"text":"O my flock","number":"h6629"},{"text":"and cattle","number":"h7716"},{"text":"between cattle","number":"h7716"},{"text":"Behold I judge","number":"h8199"}],"20":[{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"between the fat","number":"h1274"},{"text":"GOD","number":"h3069"},{"text":"and between the lean","number":"h7330"},{"text":"cattle","number":"h7716"},{"text":"cattle","number":"h7716"},{"text":"unto them Behold I even I will judge","number":"h8199"}],"30":[{"text":"the Lord","number":"h136"},{"text":"their God","number":"h430"},{"text":"am with them and that they even the house","number":"h1004"},{"text":"Thus shall they know","number":"h3045"},{"text":"that I the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"saith","number":"h5002"},{"text":"are my people","number":"h5971"}],"8":[{"text":"the Lord","number":"h136"},{"text":"became meat","number":"h402"},{"text":"became a prey","number":"h957"},{"text":"search","number":"h1875"},{"text":"As I live","number":"h2416"},{"text":"to every beast","number":"h2416"},{"text":"GOD","number":"h3069"},{"text":"saith","number":"h5002"},{"text":"and my flock","number":"h6629"},{"text":"for my flock","number":"h6629"},{"text":"not my flock","number":"h6629"},{"text":"surely because my flock","number":"h6629"},{"text":"because there was no shepherd","number":"h7462"},{"text":"but the shepherds","number":"h7462"},{"text":"fed","number":"h7462"},{"text":"neither did my shepherds","number":"h7462"},{"text":"themselves and fed","number":"h7462"},{"text":"of the field","number":"h7704"}],"23":[{"text":"one","number":"h259"},{"text":"David","number":"h1732"},{"text":"them even my servant","number":"h5650"},{"text":"And I will set up","number":"h6965"},{"text":"he shall feed","number":"h7462"},{"text":"over them and he shall feed","number":"h7462"},{"text":"shepherd","number":"h7462"},{"text":"them and he shall be their shepherd","number":"h7462"}],"3":[{"text":"Ye eat","number":"h398"},{"text":"them that are fed","number":"h1277"},{"text":"ye kill","number":"h2076"},{"text":"the fat","number":"h2459"},{"text":"and ye clothe","number":"h3847"},{"text":"not the flock","number":"h6629"},{"text":"you with the wool","number":"h6785"},{"text":"but ye feed","number":"h7462"}],"28":[{"text":"devour","number":"h398"},{"text":"of the land","number":"h776"},{"text":"And they shall no more be a prey","number":"h957"},{"text":"safely","number":"h983"},{"text":"to the heathen","number":"h1471"},{"text":"neither shall the beast","number":"h2416"},{"text":"and none shall make them afraid","number":"h2729"},{"text":"them but they shall dwell","number":"h3427"}],"5":[{"text":"and they became meat","number":"h402"},{"text":"to all the beasts","number":"h2416"},{"text":"And they were scattered","number":"h6327"},{"text":"when they were scattered","number":"h6327"},{"text":"because there is no shepherd","number":"h7462"},{"text":"of the field","number":"h7704"}],"24":[{"text":"will be their God","number":"h430"},{"text":"have spoken","number":"h1696"},{"text":"David","number":"h1732"},{"text":"And I the LORD","number":"h3068"},{"text":"them I the LORD","number":"h3068"},{"text":"a prince","number":"h5387"},{"text":"and my servant","number":"h5650"},{"text":"among","number":"h8432"}],"1":[{"text":"came unto me saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"29":[{"text":"and they shall be no more consumed","number":"h622"},{"text":"in the land","number":"h776"},{"text":"of the heathen","number":"h1471"},{"text":"the shame","number":"h3639"},{"text":"for them a plant","number":"h4302"},{"text":"neither bear","number":"h5375"},{"text":"And I will raise up","number":"h6965"},{"text":"with hunger","number":"h7458"},{"text":"of renown","number":"h8034"}],"6":[{"text":"of the earth","number":"h776"},{"text":"or seek","number":"h1245"},{"text":"hill","number":"h1389"},{"text":"and none did search","number":"h1875"},{"text":"through all the mountains","number":"h2022"},{"text":"was scattered","number":"h6327"},{"text":"upon all the face","number":"h6440"},{"text":"My sheep","number":"h6629"},{"text":"yea my flock","number":"h6629"},{"text":"and upon every high","number":"h7311"},{"text":"wandered","number":"h7686"}],"25":[{"text":"out of the land","number":"h776"},{"text":"safely","number":"h983"},{"text":"with them a covenant","number":"h1285"},{"text":"beasts","number":"h2416"},{"text":"in the woods","number":"h3293"},{"text":"and they shall dwell","number":"h3427"},{"text":"and sleep","number":"h3462"},{"text":"And I will make","number":"h3772"},{"text":"in the wilderness","number":"h4057"},{"text":"and will cause the evil","number":"h7451"},{"text":"to cease","number":"h7673"},{"text":"of peace","number":"h7965"}],"22":[{"text":"and they shall no more be a prey","number":"h957"},{"text":"Therefore will I save","number":"h3467"},{"text":"my flock","number":"h6629"},{"text":"and cattle","number":"h7716"},{"text":"between cattle","number":"h7716"},{"text":"and I will judge","number":"h8199"}],"12":[{"text":"so will I seek out","number":"h1239"},{"text":"seeketh out","number":"h1243"},{"text":"day","number":"h3117"},{"text":"in the day","number":"h3117"},{"text":"them out of all places","number":"h4725"},{"text":"and will deliver","number":"h5337"},{"text":"his flock","number":"h5739"},{"text":"in the cloudy","number":"h6051"},{"text":"and dark","number":"h6205"},{"text":"where they have been scattered","number":"h6327"},{"text":"that are scattered","number":"h6567"},{"text":"his sheep","number":"h6629"},{"text":"my sheep","number":"h6629"},{"text":"As a shepherd","number":"h7462"},{"text":"that he is among","number":"h8432"}],"26":[{"text":"a blessing","number":"h1293"},{"text":"of blessing","number":"h1293"},{"text":"my hill","number":"h1389"},{"text":"and I will cause the shower","number":"h1653"},{"text":"there shall be showers","number":"h1653"},{"text":"to come down","number":"h3381"},{"text":"And I will make","number":"h5414"},{"text":"them and the places round about","number":"h5439"},{"text":"in his season","number":"h6256"}],"7":[{"text":"the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"Therefore ye shepherds","number":"h7462"},{"text":"hear","number":"h8085"}],"9":[{"text":"the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"Therefore O ye shepherds","number":"h7462"},{"text":"hear","number":"h8085"}],"21":[{"text":"Because ye have thrust","number":"h1920"},{"text":"them abroad","number":"h2351"},{"text":"all the diseased","number":"h2470"},{"text":"and with shoulder","number":"h3802"},{"text":"and pushed","number":"h5055"},{"text":"till ye have scattered","number":"h6327"},{"text":"with side","number":"h6654"},{"text":"with your horns","number":"h7161"}],"14":[{"text":"mountains","number":"h2022"},{"text":"upon the mountains","number":"h2022"},{"text":"in a good","number":"h2896"},{"text":"them in a good","number":"h2896"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"and upon the high","number":"h4791"},{"text":"pasture","number":"h4829"},{"text":"pasture","number":"h4829"},{"text":"fold","number":"h5116"},{"text":"shall their fold","number":"h5116"},{"text":"be there shall they lie","number":"h7257"},{"text":"I will feed","number":"h7462"},{"text":"shall they feed","number":"h7462"},{"text":"and in a fat","number":"h8082"}],"18":[{"text":"the good","number":"h2896"},{"text":"the residue","number":"h3498"},{"text":"the residue","number":"h3499"},{"text":"waters","number":"h4325"},{"text":"Seemeth it a small thing","number":"h4592"},{"text":"of your pastures","number":"h4829"},{"text":"pasture","number":"h4829"},{"text":"of the deep","number":"h4950"},{"text":"with your feet","number":"h7272"},{"text":"with your feet","number":"h7272"},{"text":"but ye must tread down","number":"h7429"},{"text":"unto you to have eaten up","number":"h7462"},{"text":"but ye must foul","number":"h7515"},{"text":"and to have drunk","number":"h8354"}],"19":[{"text":"that which ye have trodden","number":"h4823"},{"text":"that which ye have fouled","number":"h4833"},{"text":"And as for my flock","number":"h6629"},{"text":"with your feet","number":"h7272"},{"text":"with your feet","number":"h7272"},{"text":"they eat","number":"h7462"},{"text":"and they drink","number":"h8354"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"of man","number":"h120"},{"text":"Son","number":"h1121"},{"text":"against mount","number":"h2022"},{"text":"and prophesy","number":"h5012"},{"text":"thy face","number":"h6440"},{"text":"set","number":"h7760"},{"text":"Seir","number":"h8165"}],"15":[{"text":"and all Idumea","number":"h123"},{"text":"of the house","number":"h1004"},{"text":"O mount","number":"h2022"},{"text":"even all of it and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"at the inheritance","number":"h5159"},{"text":"so will I do","number":"h6213"},{"text":"As thou didst rejoice","number":"h8057"},{"text":"because it was desolate","number":"h8074"},{"text":"unto thee thou shalt be desolate","number":"h8077"},{"text":"Seir","number":"h8165"}],"11":[{"text":"the Lord","number":"h136"},{"text":"according to thine anger","number":"h639"},{"text":"Therefore as I live","number":"h2416"},{"text":"against them and I will make myself known","number":"h3045"},{"text":"GOD","number":"h3069"},{"text":"saith","number":"h5002"},{"text":"I will even do","number":"h6213"},{"text":"which thou hast used","number":"h6213"},{"text":"and according to thine envy","number":"h7068"},{"text":"out of thy hatred","number":"h8135"},{"text":"among them when I have judged","number":"h8199"}],"14":[{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"When the whole earth","number":"h776"},{"text":"GOD","number":"h3069"},{"text":"I will make","number":"h6213"},{"text":"rejoiceth","number":"h8055"},{"text":"thee desolate","number":"h8077"}],"3":[{"text":"the Lord","number":"h136"},{"text":"And say","number":"h559"},{"text":"unto it Thus saith","number":"h559"},{"text":"Behold O mount","number":"h2022"},{"text":"mine hand","number":"h3027"},{"text":"GOD","number":"h3069"},{"text":"thee most","number":"h4923"},{"text":"I am against thee and I will stretch out","number":"h5186"},{"text":"against thee and I will make","number":"h5414"},{"text":"desolate","number":"h8077"},{"text":"Seir","number":"h8165"}],"6":[{"text":"the Lord","number":"h136"},{"text":"thee sith","number":"h518"},{"text":"and blood","number":"h1818"},{"text":"blood","number":"h1818"},{"text":"even blood","number":"h1818"},{"text":"thee unto blood","number":"h1818"},{"text":"Therefore as I live","number":"h2416"},{"text":"GOD","number":"h3069"},{"text":"saith","number":"h5002"},{"text":"I will prepare","number":"h6213"},{"text":"shall pursue","number":"h7291"},{"text":"shall pursue","number":"h7291"},{"text":"thou hast not hated","number":"h8130"}],"5":[{"text":"hatred","number":"h342"},{"text":"of their calamity","number":"h343"},{"text":"the blood of the children","number":"h1121"},{"text":"of the sword","number":"h2719"},{"text":"by the force","number":"h3027"},{"text":"of Israel","number":"h3478"},{"text":"and hast shed","number":"h5064"},{"text":"Because thou hast had a perpetual","number":"h5769"},{"text":"that their iniquity","number":"h5771"},{"text":"in the time","number":"h6256"},{"text":"in the time","number":"h6256"},{"text":"had an end","number":"h7093"}],"12":[{"text":"us to consume","number":"h402"},{"text":"saying","number":"h559"},{"text":"which thou hast spoken","number":"h559"},{"text":"against the mountains","number":"h2022"},{"text":"And thou shalt know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"all thy blasphemies","number":"h5007"},{"text":"they are given","number":"h5414"},{"text":"They are laid desolate","number":"h8074"},{"text":"and that I have heard","number":"h8085"}],"10":[{"text":"Because thou hast said","number":"h559"},{"text":"countries","number":"h776"},{"text":"nations","number":"h1471"},{"text":"it whereas the LORD","number":"h3068"},{"text":"shall be mine and we will possess","number":"h3423"},{"text":"These two","number":"h8147"},{"text":"and these two","number":"h8147"}],"1":[{"text":"came unto me saying","number":"h559"},{"text":"Moreover the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"8":[{"text":"and in all thy rivers","number":"h650"},{"text":"men in thy hills","number":"h1389"},{"text":"and in thy valleys","number":"h1516"},{"text":"his mountains","number":"h2022"},{"text":"that are slain","number":"h2491"},{"text":"with his slain","number":"h2491"},{"text":"with the sword","number":"h2719"},{"text":"And I will fill","number":"h4390"},{"text":"shall they fall","number":"h5307"}],"13":[{"text":"ye have boasted","number":"h1431"},{"text":"your words","number":"h1697"},{"text":"against me and have multiplied","number":"h6280"},{"text":"Thus with your mouth","number":"h6310"},{"text":"against me I have heard","number":"h8085"}],"7":[{"text":"mount","number":"h2022"},{"text":"and cut off","number":"h3772"},{"text":"Thus will I make","number":"h5414"},{"text":"from it him that passeth out","number":"h5674"},{"text":"and him that returneth","number":"h7725"},{"text":"desolate","number":"h8077"},{"text":"most","number":"h8077"},{"text":"Seir","number":"h8165"}],"4":[{"text":"waste","number":"h2723"},{"text":"and thou shalt know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"thy cities","number":"h5892"},{"text":"I will lay","number":"h7760"},{"text":"and thou shalt be desolate","number":"h8077"}],"9":[{"text":"and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"I will make","number":"h5414"},{"text":"thee perpetual","number":"h5769"},{"text":"and thy cities","number":"h5892"},{"text":"shall not return","number":"h7725"},{"text":"desolations","number":"h8077"}]}
@@ -0,0 +1 @@
1
+ {"28":[{"text":"to your fathers","number":"h1"},{"text":"and I will be your God","number":"h430"},{"text":"in the land","number":"h776"},{"text":"And ye shall dwell","number":"h3427"},{"text":"that I gave","number":"h5414"},{"text":"and ye shall be my people","number":"h5971"}],"26":[{"text":"the stony","number":"h68"},{"text":"of flesh","number":"h1320"},{"text":"out of your flesh","number":"h1320"},{"text":"A new","number":"h2319"},{"text":"you and a new","number":"h2319"},{"text":"heart","number":"h3820"},{"text":"heart","number":"h3820"},{"text":"you an heart","number":"h3820"},{"text":"also will I give","number":"h5414"},{"text":"and I will give","number":"h5414"},{"text":"will I put","number":"h5414"},{"text":"you and I will take away","number":"h5493"},{"text":"within","number":"h7130"},{"text":"spirit","number":"h7307"}],"12":[{"text":"Yea I will cause men","number":"h120"},{"text":"to walk","number":"h3212"},{"text":"and thou shalt no more","number":"h3254"},{"text":"and they shall possess","number":"h3423"},{"text":"Israel","number":"h3478"},{"text":"thee and thou shalt be their inheritance","number":"h5159"},{"text":"upon you even my people","number":"h5971"},{"text":"henceforth bereave","number":"h7921"}],"10":[{"text":"men","number":"h120"},{"text":"upon you all the house","number":"h1004"},{"text":"shall be builded","number":"h1129"},{"text":"and the wastes","number":"h2723"},{"text":"shall be inhabited","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"even all of it and the cities","number":"h5892"},{"text":"And I will multiply","number":"h7235"}],"13":[{"text":"men","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"unto you Thou land devourest up","number":"h398"},{"text":"Because they say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"thy nations","number":"h1471"},{"text":"GOD","number":"h3069"},{"text":"and hast bereaved","number":"h7921"}],"14":[{"text":"men","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"Therefore thou shalt devour","number":"h398"},{"text":"thy nations","number":"h1471"},{"text":"GOD","number":"h3069"},{"text":"any more saith","number":"h5002"},{"text":"no more neither bereave","number":"h7921"}],"1":[{"text":"of man","number":"h120"},{"text":"and say","number":"h559"},{"text":"Also thou son","number":"h1121"},{"text":"the word","number":"h1697"},{"text":"Ye mountains","number":"h2022"},{"text":"unto the mountains","number":"h2022"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"prophesy","number":"h5012"},{"text":"hear","number":"h8085"}],"17":[{"text":"of man","number":"h120"},{"text":"in their own land","number":"h127"},{"text":"when the house","number":"h1004"},{"text":"Son","number":"h1121"},{"text":"it by their own way","number":"h1870"},{"text":"their way","number":"h1870"},{"text":"they defiled","number":"h2930"},{"text":"me as the uncleanness","number":"h2932"},{"text":"dwelt","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"of a removed woman","number":"h5079"},{"text":"and by their doings","number":"h5949"},{"text":"was before","number":"h6440"}],"38":[{"text":"of men","number":"h120"},{"text":"so shall the waste","number":"h2720"},{"text":"and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"in her solemn feasts","number":"h4150"},{"text":"be filled","number":"h4392"},{"text":"cities","number":"h5892"},{"text":"as the flock","number":"h6629"},{"text":"flock","number":"h6629"},{"text":"with flocks","number":"h6629"},{"text":"As the holy","number":"h6944"}],"37":[{"text":"them with men","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"of by the house","number":"h1004"},{"text":"I will yet for this be enquired","number":"h1875"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"to do","number":"h6213"},{"text":"like a flock","number":"h6629"},{"text":"it for them I will increase","number":"h7235"}],"11":[{"text":"upon you man","number":"h120"},{"text":"and beast","number":"h929"},{"text":"and will do better","number":"h2895"},{"text":"and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"and I will settle","number":"h3427"},{"text":"and bring fruit","number":"h6509"},{"text":"you after your old estates","number":"h6927"},{"text":"unto you than at your beginnings","number":"h7221"},{"text":"And I will multiply","number":"h7235"},{"text":"and they shall increase","number":"h7235"}],"5":[{"text":"and against all Idumea","number":"h123"},{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"my land","number":"h776"},{"text":"Surely in the fire","number":"h784"},{"text":"for a prey","number":"h957"},{"text":"of the heathen","number":"h1471"},{"text":"have I spoken","number":"h1696"},{"text":"GOD","number":"h3069"},{"text":"of all their heart","number":"h3824"},{"text":"to cast it out","number":"h4054"},{"text":"into their possession","number":"h4181"},{"text":"minds","number":"h5315"},{"text":"which have appointed","number":"h5414"},{"text":"of my jealousy","number":"h7068"},{"text":"with despiteful","number":"h7589"},{"text":"against the residue","number":"h7611"},{"text":"with the joy","number":"h8057"}],"6":[{"text":"therefore concerning the land","number":"h127"},{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"and say","number":"h559"},{"text":"to the rivers","number":"h650"},{"text":"and to the hills","number":"h1389"},{"text":"of the heathen","number":"h1471"},{"text":"and to the valleys","number":"h1516"},{"text":"Behold I have spoken","number":"h1696"},{"text":"unto the mountains","number":"h2022"},{"text":"and in my fury","number":"h2534"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"the shame","number":"h3639"},{"text":"Prophesy","number":"h5012"},{"text":"because ye have borne","number":"h5375"},{"text":"in my jealousy","number":"h7068"}],"24":[{"text":"you into your own land","number":"h127"},{"text":"you out of all countries","number":"h776"},{"text":"and will bring","number":"h935"},{"text":"the heathen","number":"h1471"},{"text":"For I will take","number":"h3947"},{"text":"you from among","number":"h4480"},{"text":"and gather","number":"h6908"}],"4":[{"text":"of the Lord","number":"h136"},{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"to the rivers","number":"h650"},{"text":"which became a prey","number":"h957"},{"text":"and to the hills","number":"h1389"},{"text":"of the heathen","number":"h1471"},{"text":"and to the valleys","number":"h1516"},{"text":"the word","number":"h1697"},{"text":"Therefore ye mountains","number":"h2022"},{"text":"to the mountains","number":"h2022"},{"text":"wastes","number":"h2723"},{"text":"GOD","number":"h3069"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"and derision","number":"h3933"},{"text":"that are round about","number":"h5439"},{"text":"that are forsaken","number":"h5800"},{"text":"and to the cities","number":"h5892"},{"text":"to the residue","number":"h7611"},{"text":"to the desolate","number":"h8074"},{"text":"hear","number":"h8085"}],"15":[{"text":"the Lord","number":"h136"},{"text":"any more neither shalt thou cause thy nations","number":"h1471"},{"text":"of the heathen","number":"h1471"},{"text":"the reproach","number":"h2781"},{"text":"GOD","number":"h3069"},{"text":"in thee the shame","number":"h3639"},{"text":"to fall","number":"h3782"},{"text":"any more saith","number":"h5002"},{"text":"any more neither shalt thou bear","number":"h5375"},{"text":"of the people","number":"h5971"},{"text":"Neither will I cause men to hear","number":"h8085"}],"2":[{"text":"the Lord","number":"h136"},{"text":"Because the enemy","number":"h341"},{"text":"Thus saith","number":"h559"},{"text":"hath said","number":"h559"},{"text":"high places","number":"h1116"},{"text":"against you Aha","number":"h1889"},{"text":"GOD","number":"h3069"},{"text":"are ours in possession","number":"h4181"},{"text":"even the ancient","number":"h5769"}],"22":[{"text":"the Lord","number":"h136"},{"text":"Therefore say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"whither ye went","number":"h935"},{"text":"not this for your sakes O house","number":"h1004"},{"text":"unto the house","number":"h1004"},{"text":"among the heathen","number":"h1471"},{"text":"sake which ye have profaned","number":"h2490"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"I do","number":"h6213"},{"text":"but for mine holy","number":"h6944"},{"text":"name's","number":"h8034"}],"23":[{"text":"the Lord","number":"h136"},{"text":"my great","number":"h1419"},{"text":"among the heathen","number":"h1471"},{"text":"of them and the heathen","number":"h1471"},{"text":"which was profaned","number":"h2490"},{"text":"which ye have profaned","number":"h2490"},{"text":"shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"saith","number":"h5002"},{"text":"in you before their eyes","number":"h5869"},{"text":"And I will sanctify","number":"h6942"},{"text":"when I shall be sanctified","number":"h6942"},{"text":"name","number":"h8034"},{"text":"in the midst","number":"h8432"}],"3":[{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"and say","number":"h559"},{"text":"of the heathen","number":"h1471"},{"text":"and are an infamy","number":"h1681"},{"text":"GOD","number":"h3069"},{"text":"of talkers","number":"h3956"},{"text":"that ye might be a possession","number":"h4181"},{"text":"Therefore prophesy","number":"h5012"},{"text":"on every side","number":"h5439"},{"text":"and ye are taken up","number":"h5927"},{"text":"of the people","number":"h5971"},{"text":"and swallowed you up","number":"h7602"},{"text":"unto the residue","number":"h7611"},{"text":"Because they have made you desolate","number":"h8074"},{"text":"in the lips","number":"h8193"}],"32":[{"text":"the Lord","number":"h136"},{"text":"unto you be ashamed","number":"h954"},{"text":"O house","number":"h1004"},{"text":"for your own ways","number":"h1870"},{"text":"be it known","number":"h3045"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"and confounded","number":"h3637"},{"text":"I this saith","number":"h5002"},{"text":"Not for your sakes do","number":"h6213"}],"33":[{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"shall be builded","number":"h1129"},{"text":"and the wastes","number":"h2723"},{"text":"that I shall have cleansed","number":"h2891"},{"text":"GOD","number":"h3069"},{"text":"In the day","number":"h3117"},{"text":"I will also cause you to dwell","number":"h3427"},{"text":"you from all your iniquities","number":"h5771"},{"text":"in the cities","number":"h5892"}],"7":[{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"Surely the heathen","number":"h1471"},{"text":"mine hand","number":"h3027"},{"text":"GOD","number":"h3069"},{"text":"their shame","number":"h3639"},{"text":"I have lifted up","number":"h5375"},{"text":"you they shall bear","number":"h5375"},{"text":"that are about","number":"h5439"}],"35":[{"text":"And they shall say","number":"h559"},{"text":"land","number":"h776"},{"text":"are become fenced","number":"h1219"},{"text":"is become like the garden","number":"h1588"},{"text":"This","number":"h1977"},{"text":"and ruined","number":"h2040"},{"text":"and the waste","number":"h2720"},{"text":"and are inhabited","number":"h3427"},{"text":"of Eden","number":"h5731"},{"text":"cities","number":"h5892"},{"text":"and desolate","number":"h8074"},{"text":"that was desolate","number":"h8074"}],"16":[{"text":"came unto me saying","number":"h559"},{"text":"Moreover the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"20":[{"text":"when they said","number":"h559"},{"text":"out of his land","number":"h776"},{"text":"And when they entered","number":"h935"},{"text":"whither they went","number":"h935"},{"text":"unto the heathen","number":"h1471"},{"text":"they profaned","number":"h2490"},{"text":"of the LORD","number":"h3068"},{"text":"and are gone forth","number":"h3318"},{"text":"to them These are the people","number":"h5971"},{"text":"my holy","number":"h6944"},{"text":"name","number":"h8034"}],"34":[{"text":"land","number":"h776"},{"text":"shall be tilled","number":"h5647"},{"text":"of all that passed by","number":"h5674"},{"text":"in the sight","number":"h5869"},{"text":"And the desolate","number":"h8074"},{"text":"whereas it lay desolate","number":"h8077"}],"19":[{"text":"through the countries","number":"h776"},{"text":"them among the heathen","number":"h1471"},{"text":"according to their way","number":"h1870"},{"text":"and they were dispersed","number":"h2219"},{"text":"and according to their doings","number":"h5949"},{"text":"And I scattered","number":"h6327"},{"text":"I judged","number":"h8199"}],"18":[{"text":"upon the land","number":"h776"},{"text":"and for their idols","number":"h1544"},{"text":"upon them for the blood","number":"h1818"},{"text":"my fury","number":"h2534"},{"text":"wherewith they had polluted","number":"h2930"},{"text":"Wherefore I poured","number":"h8210"},{"text":"that they had shed","number":"h8210"}],"8":[{"text":"to come","number":"h935"},{"text":"But ye O mountains","number":"h2022"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"and yield","number":"h5375"},{"text":"ye shall shoot forth","number":"h5414"},{"text":"to my people","number":"h5971"},{"text":"your branches","number":"h6057"},{"text":"your fruit","number":"h6529"},{"text":"for they are at hand","number":"h7126"}],"21":[{"text":"whither they went","number":"h935"},{"text":"which the house","number":"h1004"},{"text":"among the heathen","number":"h1471"},{"text":"had profaned","number":"h2490"},{"text":"But I had pity","number":"h2550"},{"text":"of Israel","number":"h3478"},{"text":"for mine holy","number":"h6944"},{"text":"name","number":"h8034"}],"36":[{"text":"build","number":"h1129"},{"text":"Then the heathen","number":"h1471"},{"text":"have spoken","number":"h1696"},{"text":"the ruined","number":"h2040"},{"text":"you shall know","number":"h3045"},{"text":"I the LORD","number":"h3068"},{"text":"that I the LORD","number":"h3068"},{"text":"places and plant","number":"h5193"},{"text":"round about","number":"h5439"},{"text":"it and I will do","number":"h6213"},{"text":"that are left","number":"h7604"},{"text":"that that was desolate","number":"h8074"}],"30":[{"text":"among the heathen","number":"h1471"},{"text":"no more reproach","number":"h2781"},{"text":"that ye shall receive","number":"h3947"},{"text":"of the tree","number":"h6086"},{"text":"the fruit","number":"h6529"},{"text":"And I will multiply","number":"h7235"},{"text":"of famine","number":"h7458"},{"text":"of the field","number":"h7704"},{"text":"and the increase","number":"h8570"}],"25":[{"text":"and from all your idols","number":"h1544"},{"text":"Then will I sprinkle","number":"h2236"},{"text":"clean","number":"h2889"},{"text":"upon you and ye shall be clean","number":"h2891"},{"text":"will I cleanse","number":"h2891"},{"text":"from all your filthiness","number":"h2932"},{"text":"water","number":"h4325"}],"29":[{"text":"for the corn","number":"h1715"},{"text":"you from all your uncleannesses","number":"h2932"},{"text":"I will also save","number":"h3467"},{"text":"it and lay","number":"h5414"},{"text":"and I will call","number":"h7121"},{"text":"and will increase","number":"h7235"},{"text":"no famine","number":"h7458"}],"31":[{"text":"ways","number":"h1870"},{"text":"Then shall ye remember","number":"h2142"},{"text":"that were not good","number":"h2896"},{"text":"and your doings","number":"h4611"},{"text":"for your iniquities","number":"h5771"},{"text":"yourselves in your own sight","number":"h6440"},{"text":"and shall lothe","number":"h6962"},{"text":"your own evil","number":"h7451"},{"text":"and for your abominations","number":"h8441"}],"9":[{"text":"and sown","number":"h2232"},{"text":"unto you and ye shall be tilled","number":"h5647"},{"text":"For behold I am for you and I will turn","number":"h6437"}],"27":[{"text":"in my statutes","number":"h2706"},{"text":"you to walk","number":"h3212"},{"text":"my judgments","number":"h4941"},{"text":"And I will put","number":"h5414"},{"text":"and do","number":"h6213"},{"text":"you and cause","number":"h6213"},{"text":"within","number":"h7130"},{"text":"my spirit","number":"h7307"},{"text":"and ye shall keep","number":"h8104"}]}
@@ -0,0 +1 @@
1
+ {"25":[{"text":"wherein your fathers","number":"h1"},{"text":"in the land","number":"h776"},{"text":"and their children's","number":"h1121"},{"text":"children","number":"h1121"},{"text":"therein even they and their children","number":"h1121"},{"text":"David","number":"h1732"},{"text":"unto Jacob","number":"h3290"},{"text":"And they shall dwell","number":"h3427"},{"text":"and they shall dwell","number":"h3427"},{"text":"have dwelt","number":"h3427"},{"text":"shall be their prince","number":"h5387"},{"text":"that I have given","number":"h5414"},{"text":"and my servant","number":"h5650"},{"text":"my servant","number":"h5650"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"for ever","number":"h5769"}],"11":[{"text":"is lost","number":"h6"},{"text":"of man","number":"h120"},{"text":"Then he said","number":"h559"},{"text":"behold they say","number":"h559"},{"text":"are the whole house","number":"h1004"},{"text":"unto me Son","number":"h1121"},{"text":"we are cut off","number":"h1504"},{"text":"are dried","number":"h3001"},{"text":"of Israel","number":"h3478"},{"text":"Our bones","number":"h6106"},{"text":"these bones","number":"h6106"},{"text":"and our hope","number":"h8615"}],"16":[{"text":"of man","number":"h120"},{"text":"another","number":"h259"},{"text":"thee one","number":"h259"},{"text":"of Ephraim","number":"h669"},{"text":"and for all the house","number":"h1004"},{"text":"Moreover thou son","number":"h1121"},{"text":"and for the children","number":"h1121"},{"text":"his companions","number":"h2270"},{"text":"his companions","number":"h2270"},{"text":"upon it For Judah","number":"h3063"},{"text":"upon it For Joseph","number":"h3130"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"and write","number":"h3789"},{"text":"and write","number":"h3789"},{"text":"take","number":"h3947"},{"text":"then take","number":"h3947"},{"text":"stick","number":"h6086"},{"text":"stick","number":"h6086"},{"text":"the stick","number":"h6086"}],"3":[{"text":"of man","number":"h120"},{"text":"O Lord","number":"h136"},{"text":"And I answered","number":"h559"},{"text":"And he said","number":"h559"},{"text":"unto me Son","number":"h1121"},{"text":"live","number":"h2421"},{"text":"thou knowest","number":"h3045"},{"text":"GOD","number":"h3069"},{"text":"can these bones","number":"h6106"}],"9":[{"text":"of man","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"Then said","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"and say","number":"h559"},{"text":"from the four","number":"h702"},{"text":"Come","number":"h935"},{"text":"son","number":"h1121"},{"text":"upon these slain","number":"h2026"},{"text":"that they may live","number":"h2421"},{"text":"GOD","number":"h3069"},{"text":"he unto me Prophesy","number":"h5012"},{"text":"prophesy","number":"h5012"},{"text":"and breathe","number":"h5301"},{"text":"O breath","number":"h7307"},{"text":"to the wind","number":"h7307"},{"text":"unto the wind","number":"h7307"},{"text":"winds","number":"h7307"}],"21":[{"text":"them into their own land","number":"h127"},{"text":"the Lord","number":"h136"},{"text":"unto them Thus saith","number":"h559"},{"text":"and bring","number":"h935"},{"text":"from among","number":"h996"},{"text":"the children","number":"h1121"},{"text":"the heathen","number":"h1471"},{"text":"And say","number":"h1696"},{"text":"whither they be gone","number":"h1980"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"Behold I will take","number":"h3947"},{"text":"them on every side","number":"h5439"},{"text":"and will gather","number":"h6908"}],"14":[{"text":"you in your own land","number":"h127"},{"text":"have spoken","number":"h1696"},{"text":"in you and ye shall live","number":"h2421"},{"text":"then shall ye know","number":"h3045"},{"text":"that I the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and I shall place","number":"h3240"},{"text":"it saith","number":"h5002"},{"text":"And shall put","number":"h5414"},{"text":"it and performed","number":"h6213"},{"text":"my spirit","number":"h7307"}],"12":[{"text":"you into the land","number":"h127"},{"text":"the Lord","number":"h136"},{"text":"and say","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"and bring","number":"h935"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"Therefore prophesy","number":"h5012"},{"text":"and cause you to come up","number":"h5927"},{"text":"Behold O my people","number":"h5971"},{"text":"I will open","number":"h6605"},{"text":"out of your graves","number":"h6913"},{"text":"your graves","number":"h6913"}],"19":[{"text":"the Lord","number":"h136"},{"text":"and they shall be one","number":"h259"},{"text":"them one","number":"h259"},{"text":"unto them Thus saith","number":"h559"},{"text":"of Ephraim","number":"h669"},{"text":"Say","number":"h1696"},{"text":"his fellows","number":"h2270"},{"text":"in mine hand","number":"h3027"},{"text":"which is in the hand","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"GOD","number":"h3069"},{"text":"of Joseph","number":"h3130"},{"text":"of Israel","number":"h3478"},{"text":"Behold I will take","number":"h3947"},{"text":"and will put","number":"h5414"},{"text":"stick","number":"h6086"},{"text":"the stick","number":"h6086"},{"text":"them with him even with the stick","number":"h6086"},{"text":"and make","number":"h6213"},{"text":"and the tribes","number":"h7626"}],"5":[{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"to enter","number":"h935"},{"text":"into you and ye shall live","number":"h2421"},{"text":"GOD","number":"h3069"},{"text":"unto these bones","number":"h6106"},{"text":"Behold I will cause breath","number":"h7307"}],"22":[{"text":"and one","number":"h259"},{"text":"them one","number":"h259"},{"text":"in the land","number":"h776"},{"text":"nation","number":"h1471"},{"text":"nations","number":"h1471"},{"text":"upon the mountains","number":"h2022"},{"text":"neither shall they be divided","number":"h2673"},{"text":"of Israel","number":"h3478"},{"text":"king","number":"h4428"},{"text":"shall be king","number":"h4428"},{"text":"kingdoms","number":"h4467"},{"text":"to them all and they shall be","number":"h5750"},{"text":"And I will make","number":"h6213"},{"text":"into two","number":"h8147"},{"text":"no more two","number":"h8147"}],"17":[{"text":"and they shall become one","number":"h259"},{"text":"into one","number":"h259"},{"text":"them one","number":"h259"},{"text":"to another","number":"h259"},{"text":"in thine hand","number":"h3027"},{"text":"stick","number":"h6086"},{"text":"And join","number":"h7126"}],"24":[{"text":"over them and they all shall have one","number":"h259"},{"text":"And David","number":"h1732"},{"text":"my statutes","number":"h2708"},{"text":"they shall also walk","number":"h3212"},{"text":"shall be king","number":"h4428"},{"text":"in my judgments","number":"h4941"},{"text":"my servant","number":"h5650"},{"text":"and do","number":"h6213"},{"text":"shepherd","number":"h7462"},{"text":"and observe","number":"h8104"}],"27":[{"text":"also shall be with them yea I will be their God","number":"h430"},{"text":"My tabernacle","number":"h4908"},{"text":"and they shall be my people","number":"h5971"}],"23":[{"text":"and I will be their God","number":"h430"},{"text":"themselves any more with their idols","number":"h1544"},{"text":"wherein they have sinned","number":"h2398"},{"text":"and will cleanse","number":"h2891"},{"text":"Neither shall they defile","number":"h2930"},{"text":"but I will save","number":"h3467"},{"text":"them out of all their dwellingplaces","number":"h4186"},{"text":"them so shall they be my people","number":"h5971"},{"text":"nor with any of their transgressions","number":"h6588"},{"text":"nor with their detestable things","number":"h8251"}],"4":[{"text":"Again he said","number":"h559"},{"text":"and say","number":"h559"},{"text":"the word","number":"h1697"},{"text":"unto them O ye dry","number":"h3002"},{"text":"of the LORD","number":"h3068"},{"text":"unto me Prophesy","number":"h5012"},{"text":"bones","number":"h6106"},{"text":"upon these bones","number":"h6106"},{"text":"hear","number":"h8085"}],"15":[{"text":"came again unto me saying","number":"h559"},{"text":"The word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"18":[{"text":"shall speak","number":"h559"},{"text":"unto thee saying","number":"h559"},{"text":"And when the children","number":"h1121"},{"text":"Wilt thou not shew","number":"h5046"},{"text":"of thy people","number":"h5971"}],"10":[{"text":"came","number":"h935"},{"text":"great","number":"h1419"},{"text":"into them and they lived","number":"h2421"},{"text":"army","number":"h2428"},{"text":"an exceeding","number":"h3966"},{"text":"So I prophesied","number":"h5012"},{"text":"and stood up","number":"h5975"},{"text":"as he commanded","number":"h6680"},{"text":"upon their feet","number":"h7272"},{"text":"me and the breath","number":"h7307"}],"1":[{"text":"of the valley","number":"h1237"},{"text":"The hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"was upon me and carried me out","number":"h3318"},{"text":"which was full","number":"h4392"},{"text":"and set me down","number":"h5117"},{"text":"of bones","number":"h6106"},{"text":"in the spirit","number":"h7307"},{"text":"in the midst","number":"h8432"}],"2":[{"text":"valley","number":"h1237"},{"text":"dry","number":"h3002"},{"text":"and behold there were very","number":"h3966"},{"text":"and lo they were very","number":"h3966"},{"text":"by them round about","number":"h5439"},{"text":"And caused me to pass","number":"h5674"},{"text":"in the open","number":"h6440"},{"text":"many","number":"h7227"}],"26":[{"text":"a covenant","number":"h1285"},{"text":"covenant","number":"h1285"},{"text":"Moreover I will make","number":"h3772"},{"text":"my sanctuary","number":"h4720"},{"text":"them and will set","number":"h5414"},{"text":"with them and I will place","number":"h5414"},{"text":"of them for evermore","number":"h5769"},{"text":"with them it shall be an everlasting","number":"h5769"},{"text":"them and multiply","number":"h7235"},{"text":"of peace","number":"h7965"},{"text":"in the midst","number":"h8432"}],"8":[{"text":"and the flesh","number":"h1320"},{"text":"lo the sinews","number":"h1517"},{"text":"them above","number":"h4605"},{"text":"upon them and the skin","number":"h5785"},{"text":"came up","number":"h5927"},{"text":"covered","number":"h7159"},{"text":"And when I beheld","number":"h7200"},{"text":"but there was no breath","number":"h7307"}],"6":[{"text":"flesh","number":"h1320"},{"text":"sinews","number":"h1517"},{"text":"in you and ye shall live","number":"h2421"},{"text":"and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"And I will lay","number":"h5414"},{"text":"and put","number":"h5414"},{"text":"you with skin","number":"h5785"},{"text":"upon you and will bring up","number":"h5927"},{"text":"upon you and cover","number":"h7159"},{"text":"breath","number":"h7307"}],"28":[{"text":"And the heathen","number":"h1471"},{"text":"shall know","number":"h3045"},{"text":"that I the LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"when my sanctuary","number":"h4720"},{"text":"of them for evermore","number":"h5769"},{"text":"do sanctify","number":"h6942"},{"text":"shall be in the midst","number":"h8432"}],"20":[{"text":"shall be in thine hand","number":"h3027"},{"text":"whereon thou writest","number":"h3789"},{"text":"before their eyes","number":"h5869"},{"text":"And the sticks","number":"h6086"}],"13":[{"text":"And ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"and brought you up","number":"h5927"},{"text":"O my people","number":"h5971"},{"text":"when I have opened","number":"h6605"},{"text":"out of your graves","number":"h6913"},{"text":"your graves","number":"h6913"}],"7":[{"text":"So I prophesied","number":"h5012"},{"text":"and as I prophesied","number":"h5012"},{"text":"and the bones","number":"h6106"},{"text":"bone","number":"h6106"},{"text":"to his bone","number":"h6106"},{"text":"as I was commanded","number":"h6680"},{"text":"there was a noise","number":"h6963"},{"text":"came together","number":"h7126"},{"text":"and behold a shaking","number":"h7494"}]}
@@ -0,0 +1 @@
1
+ {"6":[{"text":"and all his bands","number":"h102"},{"text":"and all his bands","number":"h102"},{"text":"the house","number":"h1004"},{"text":"Gomer","number":"h1586"},{"text":"quarters","number":"h3411"},{"text":"people","number":"h5971"},{"text":"of the north","number":"h6828"},{"text":"and many","number":"h7227"},{"text":"of Togarmah","number":"h8425"}],"9":[{"text":"thou and all thy bands","number":"h102"},{"text":"the land","number":"h776"},{"text":"and come","number":"h935"},{"text":"to cover","number":"h3680"},{"text":"Thou shalt ascend","number":"h5927"},{"text":"people","number":"h5971"},{"text":"thou shalt be like a cloud","number":"h6051"},{"text":"and many","number":"h7227"},{"text":"like a storm","number":"h7722"}],"22":[{"text":"upon him and upon his bands","number":"h102"},{"text":"and great hailstones","number":"h417"},{"text":"fire","number":"h784"},{"text":"and brimstone","number":"h1614"},{"text":"rain","number":"h1653"},{"text":"against him with pestilence","number":"h1698"},{"text":"and with blood","number":"h1818"},{"text":"and I will rain","number":"h4305"},{"text":"people","number":"h5971"},{"text":"and upon the many","number":"h7227"},{"text":"that are with him an overflowing","number":"h7857"},{"text":"And I will plead","number":"h8199"}],"20":[{"text":"and all the men","number":"h120"},{"text":"of the earth","number":"h127"},{"text":"upon the earth","number":"h127"},{"text":"to the ground","number":"h776"},{"text":"So that the fishes","number":"h1709"},{"text":"and the mountains","number":"h2022"},{"text":"shall be thrown down","number":"h2040"},{"text":"and every wall","number":"h2346"},{"text":"and the beasts","number":"h2416"},{"text":"of the sea","number":"h3220"},{"text":"and the steep places","number":"h4095"},{"text":"shall fall","number":"h5307"},{"text":"shall fall","number":"h5307"},{"text":"and the fowls","number":"h5775"},{"text":"at my presence","number":"h6440"},{"text":"that are upon the face","number":"h6440"},{"text":"that creep","number":"h7430"},{"text":"and all creeping things","number":"h7431"},{"text":"shall shake","number":"h7493"},{"text":"of the field","number":"h7704"},{"text":"of the heaven","number":"h8064"}],"14":[{"text":"of man","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"and say","number":"h559"},{"text":"safely","number":"h983"},{"text":"Therefore son","number":"h1121"},{"text":"unto Gog","number":"h1463"},{"text":"shalt thou not know","number":"h3045"},{"text":"GOD","number":"h3069"},{"text":"In that day","number":"h3117"},{"text":"dwelleth","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"prophesy","number":"h5012"},{"text":"when my people","number":"h5971"}],"2":[{"text":"of man","number":"h120"},{"text":"the land","number":"h776"},{"text":"Son","number":"h1121"},{"text":"against Gog","number":"h1463"},{"text":"of Magog","number":"h4031"},{"text":"of Meshech","number":"h4902"},{"text":"and prophesy","number":"h5012"},{"text":"prince","number":"h5387"},{"text":"thy face","number":"h6440"},{"text":"the chief","number":"h7218"},{"text":"set","number":"h7760"},{"text":"and Tubal","number":"h8422"}],"18":[{"text":"against the land","number":"h127"},{"text":"the Lord","number":"h136"},{"text":"in my face","number":"h639"},{"text":"shall come","number":"h935"},{"text":"Gog","number":"h1463"},{"text":"that my fury","number":"h2534"},{"text":"GOD","number":"h3069"},{"text":"And it shall come to pass at the same time","number":"h3117"},{"text":"when","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"saith","number":"h5002"},{"text":"shall come up","number":"h5927"}],"19":[{"text":"in the land","number":"h127"},{"text":"and in the fire","number":"h784"},{"text":"there shall be a great","number":"h1419"},{"text":"have I spoken","number":"h1696"},{"text":"Surely in that day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"of my wrath","number":"h5678"},{"text":"For in my jealousy","number":"h7068"},{"text":"shaking","number":"h7494"}],"10":[{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"shall things","number":"h1697"},{"text":"and thou shalt think","number":"h2803"},{"text":"GOD","number":"h3069"},{"text":"It shall also come to pass that at the same time","number":"h3117"},{"text":"into thy mind","number":"h3824"},{"text":"thought","number":"h4284"},{"text":"come","number":"h5927"},{"text":"an evil","number":"h7451"}],"17":[{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"that I would bring","number":"h935"},{"text":"Art thou he of whom I have spoken","number":"h1696"},{"text":"by","number":"h3027"},{"text":"GOD","number":"h3069"},{"text":"in those days","number":"h3117"},{"text":"time","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"which prophesied","number":"h5012"},{"text":"the prophets","number":"h5030"},{"text":"my servants","number":"h5650"},{"text":"in old","number":"h6931"},{"text":"many years","number":"h8141"}],"21":[{"text":"the Lord","number":"h136"},{"text":"shall be against his brother","number":"h251"},{"text":"every man's","number":"h376"},{"text":"against him throughout all my mountains","number":"h2022"},{"text":"for a sword","number":"h2719"},{"text":"sword","number":"h2719"},{"text":"GOD","number":"h3069"},{"text":"saith","number":"h5002"},{"text":"And I will call","number":"h7121"}],"3":[{"text":"the Lord","number":"h136"},{"text":"And say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"Behold I am against thee O Gog","number":"h1463"},{"text":"GOD","number":"h3069"},{"text":"of Meshech","number":"h4902"},{"text":"prince","number":"h5387"},{"text":"the chief","number":"h7218"},{"text":"and Tubal","number":"h8422"}],"8":[{"text":"in the latter","number":"h319"},{"text":"into the land","number":"h776"},{"text":"thou shalt come","number":"h935"},{"text":"safely","number":"h983"},{"text":"against the mountains","number":"h2022"},{"text":"from the sword","number":"h2719"},{"text":"waste","number":"h2723"},{"text":"days","number":"h3117"},{"text":"but it is brought forth","number":"h3318"},{"text":"and they shall dwell","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"out of the nations","number":"h5971"},{"text":"people","number":"h5971"},{"text":"thou shalt be visited","number":"h6485"},{"text":"and is gathered","number":"h6908"},{"text":"After many","number":"h7227"},{"text":"out of many","number":"h7227"},{"text":"that is brought back","number":"h7725"},{"text":"years","number":"h8141"},{"text":"which have been always","number":"h8548"}],"16":[{"text":"it shall be in the latter","number":"h319"},{"text":"the land","number":"h776"},{"text":"thee against my land","number":"h776"},{"text":"and I will bring","number":"h935"},{"text":"in thee O Gog","number":"h1463"},{"text":"that the heathen","number":"h1471"},{"text":"may know","number":"h3045"},{"text":"days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"to cover","number":"h3680"},{"text":"before their eyes","number":"h5869"},{"text":"And thou shalt come up","number":"h5927"},{"text":"against my people","number":"h5971"},{"text":"as a cloud","number":"h6051"},{"text":"me when I shall be sanctified","number":"h6942"}],"11":[{"text":"And thou shalt say","number":"h559"},{"text":"to the land","number":"h776"},{"text":"I will go","number":"h935"},{"text":"safely","number":"h983"},{"text":"and having neither bars","number":"h1280"},{"text":"nor gates","number":"h1817"},{"text":"without walls","number":"h2346"},{"text":"all of them dwelling","number":"h3427"},{"text":"that dwell","number":"h3427"},{"text":"I will go up","number":"h5927"},{"text":"of unwalled villages","number":"h6519"},{"text":"to them that are at rest","number":"h8252"}],"1":[{"text":"came unto me saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"13":[{"text":"thereof shall say","number":"h559"},{"text":"unto thee Art thou come","number":"h935"},{"text":"a prey","number":"h957"},{"text":"to take","number":"h962"},{"text":"a great","number":"h1419"},{"text":"and Dedan","number":"h1719"},{"text":"and gold","number":"h2091"},{"text":"silver","number":"h3701"},{"text":"with all the young lions","number":"h3715"},{"text":"to take away","number":"h3947"},{"text":"cattle","number":"h4735"},{"text":"to carry away","number":"h5375"},{"text":"and the merchants","number":"h5503"},{"text":"hast thou gathered","number":"h6950"},{"text":"thy company","number":"h6951"},{"text":"and goods","number":"h7075"},{"text":"Sheba","number":"h7614"},{"text":"to take","number":"h7997"},{"text":"to take","number":"h7997"},{"text":"a spoil","number":"h7998"},{"text":"spoil","number":"h7998"},{"text":"of Tarshish","number":"h8659"}],"12":[{"text":"that are gathered","number":"h622"},{"text":"of the land","number":"h776"},{"text":"a prey","number":"h957"},{"text":"and to take","number":"h962"},{"text":"out of the nations","number":"h1471"},{"text":"upon the desolate places","number":"h2723"},{"text":"in the midst","number":"h2872"},{"text":"thine hand","number":"h3027"},{"text":"that are now inhabited","number":"h3427"},{"text":"that dwell","number":"h3427"},{"text":"cattle","number":"h4735"},{"text":"and upon the people","number":"h5971"},{"text":"which have gotten","number":"h6213"},{"text":"and goods","number":"h7075"},{"text":"to turn","number":"h7725"},{"text":"To take","number":"h7997"},{"text":"a spoil","number":"h7998"}],"15":[{"text":"And thou shalt come","number":"h935"},{"text":"a great","number":"h1419"},{"text":"army","number":"h2428"},{"text":"parts","number":"h3411"},{"text":"from thy place","number":"h4725"},{"text":"upon horses","number":"h5483"},{"text":"people","number":"h5971"},{"text":"out of the north","number":"h6828"},{"text":"company","number":"h6951"},{"text":"and a mighty","number":"h7227"},{"text":"thou and many","number":"h7227"},{"text":"with thee all of them riding","number":"h7392"}],"23":[{"text":"Thus will I magnify","number":"h1431"},{"text":"nations","number":"h1471"},{"text":"and they shall know","number":"h3045"},{"text":"myself and I will be known","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"in the eyes","number":"h5869"},{"text":"myself and sanctify","number":"h6942"},{"text":"of many","number":"h7227"}],"4":[{"text":"hooks","number":"h2397"},{"text":"and all thine army","number":"h2428"},{"text":"swords","number":"h2719"},{"text":"and I will bring thee forth","number":"h3318"},{"text":"all of them clothed","number":"h3847"},{"text":"into thy jaws","number":"h3895"},{"text":"and shields","number":"h4043"},{"text":"with all sorts","number":"h4358"},{"text":"and put","number":"h5414"},{"text":"horses","number":"h5483"},{"text":"and horsemen","number":"h6571"},{"text":"with bucklers","number":"h6793"},{"text":"company","number":"h6951"},{"text":"of armour even a great","number":"h7227"},{"text":"And I will turn thee back","number":"h7725"},{"text":"all of them handling","number":"h8610"}],"5":[{"text":"and helmet","number":"h3553"},{"text":"Ethiopia","number":"h3568"},{"text":"with them all of them with shield","number":"h4043"},{"text":"and Libya","number":"h6316"},{"text":"Persia","number":"h6539"}],"7":[{"text":"Be thou prepared","number":"h3559"},{"text":"and prepare","number":"h3559"},{"text":"unto thee and be thou a guard","number":"h4929"},{"text":"that are assembled","number":"h6950"},{"text":"for thyself thou and all thy company","number":"h6951"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"thou and all thy bands","number":"h102"},{"text":"to be devoured","number":"h402"},{"text":"upon the mountains","number":"h2022"},{"text":"and to the beasts","number":"h2416"},{"text":"of Israel","number":"h3478"},{"text":"of every sort","number":"h3671"},{"text":"Thou shalt fall","number":"h5307"},{"text":"that is with thee I will give","number":"h5414"},{"text":"thee unto the ravenous","number":"h5861"},{"text":"and the people","number":"h5971"},{"text":"birds","number":"h6833"},{"text":"of the field","number":"h7704"}],"15":[{"text":"a man's","number":"h120"},{"text":"by","number":"h681"},{"text":"the land","number":"h776"},{"text":"then shall he set up","number":"h1129"},{"text":"it in the valley","number":"h1516"},{"text":"of Hamongog","number":"h1996"},{"text":"And the passengers","number":"h5674"},{"text":"that pass through","number":"h5674"},{"text":"bone","number":"h6106"},{"text":"a sign","number":"h6725"},{"text":"have buried","number":"h6912"},{"text":"it till the buriers","number":"h6912"},{"text":"when any seeth","number":"h7200"}],"1":[{"text":"of man","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"and say","number":"h559"},{"text":"Therefore thou son","number":"h1121"},{"text":"Behold I am against thee O Gog","number":"h1463"},{"text":"against Gog","number":"h1463"},{"text":"GOD","number":"h3069"},{"text":"of Meshech","number":"h4902"},{"text":"prophesy","number":"h5012"},{"text":"prince","number":"h5387"},{"text":"the chief","number":"h7218"},{"text":"and Tubal","number":"h8422"}],"17":[{"text":"of man","number":"h120"},{"text":"the Lord","number":"h136"},{"text":"that ye may eat","number":"h398"},{"text":"Speak","number":"h559"},{"text":"thus saith","number":"h559"},{"text":"gather","number":"h622"},{"text":"yourselves and come","number":"h935"},{"text":"And thou son","number":"h1121"},{"text":"flesh","number":"h1320"},{"text":"for you even a great","number":"h1419"},{"text":"blood","number":"h1818"},{"text":"upon the mountains","number":"h2022"},{"text":"that I do sacrifice","number":"h2076"},{"text":"sacrifice","number":"h2077"},{"text":"to my sacrifice","number":"h2077"},{"text":"and to every beast","number":"h2416"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"unto every feathered","number":"h3671"},{"text":"yourselves on every side","number":"h5439"},{"text":"fowl","number":"h6833"},{"text":"Assemble","number":"h6908"},{"text":"of the field","number":"h7704"},{"text":"and drink","number":"h8354"}],"26":[{"text":"in their land","number":"h127"},{"text":"safely","number":"h983"},{"text":"and none made them afraid","number":"h2729"},{"text":"against me when they dwelt","number":"h3427"},{"text":"their shame","number":"h3639"},{"text":"whereby they have trespassed","number":"h4603"},{"text":"and all their trespasses","number":"h4604"},{"text":"After that they have borne","number":"h5375"}],"28":[{"text":"them unto their own land","number":"h127"},{"text":"their God","number":"h430"},{"text":"among the heathen","number":"h1471"},{"text":"which caused them to be led into captivity","number":"h1540"},{"text":"Then shall they know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"and have left","number":"h3498"},{"text":"but I have gathered","number":"h3664"}],"10":[{"text":"the Lord","number":"h136"},{"text":"with fire","number":"h784"},{"text":"them and rob","number":"h962"},{"text":"those that robbed","number":"h962"},{"text":"for they shall burn","number":"h1197"},{"text":"neither cut down","number":"h2404"},{"text":"GOD","number":"h3069"},{"text":"any out of the forests","number":"h3293"},{"text":"them saith","number":"h5002"},{"text":"So that they shall take","number":"h5375"},{"text":"the weapons","number":"h5402"},{"text":"no wood","number":"h6086"},{"text":"out of the field","number":"h7704"},{"text":"and they shall spoil","number":"h7997"},{"text":"those that spoiled","number":"h7997"}],"13":[{"text":"the Lord","number":"h136"},{"text":"of the land","number":"h776"},{"text":"GOD","number":"h3069"},{"text":"the day","number":"h3117"},{"text":"that I shall be glorified","number":"h3513"},{"text":"saith","number":"h5002"},{"text":"Yea all the people","number":"h5971"},{"text":"shall bury","number":"h6912"},{"text":"them and it shall be to them a renown","number":"h8034"}],"20":[{"text":"the Lord","number":"h136"},{"text":"and with all men","number":"h376"},{"text":"with mighty men","number":"h1368"},{"text":"GOD","number":"h3069"},{"text":"of war","number":"h4421"},{"text":"saith","number":"h5002"},{"text":"with horses","number":"h5483"},{"text":"and chariots","number":"h7393"},{"text":"Thus ye shall be filled","number":"h7646"},{"text":"at my table","number":"h7979"}],"25":[{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"upon the whole house","number":"h1004"},{"text":"GOD","number":"h3069"},{"text":"of Jacob","number":"h3290"},{"text":"of Israel","number":"h3478"},{"text":"for my holy","number":"h6944"},{"text":"and will be jealous","number":"h7065"},{"text":"and have mercy","number":"h7355"},{"text":"the captivity","number":"h7622"},{"text":"Now will I bring again","number":"h7725"},{"text":"name","number":"h8034"}],"29":[{"text":"the Lord","number":"h136"},{"text":"upon the house","number":"h1004"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"saith","number":"h5002"},{"text":"Neither will I hide","number":"h5641"},{"text":"my face","number":"h6440"},{"text":"my spirit","number":"h7307"},{"text":"any more from them for I have poured out","number":"h8210"}],"5":[{"text":"the Lord","number":"h136"},{"text":"for I have spoken","number":"h1696"},{"text":"GOD","number":"h3069"},{"text":"it saith","number":"h5002"},{"text":"Thou shalt fall","number":"h5307"},{"text":"upon the open","number":"h6440"},{"text":"field","number":"h7704"}],"8":[{"text":"the Lord","number":"h136"},{"text":"Behold it is come","number":"h935"},{"text":"whereof I have spoken","number":"h1696"},{"text":"and it is done","number":"h1961"},{"text":"GOD","number":"h3069"},{"text":"this is the day","number":"h3117"},{"text":"saith","number":"h5002"}],"6":[{"text":"in the isles","number":"h339"},{"text":"a fire","number":"h784"},{"text":"carelessly","number":"h983"},{"text":"and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"and among them that dwell","number":"h3427"},{"text":"on Magog","number":"h4031"},{"text":"And I will send","number":"h7971"}],"27":[{"text":"them out of their enemies","number":"h341"},{"text":"' lands","number":"h776"},{"text":"nations","number":"h1471"},{"text":"in them in the sight","number":"h5869"},{"text":"from the people","number":"h5971"},{"text":"and gathered","number":"h6908"},{"text":"and am sanctified","number":"h6942"},{"text":"of many","number":"h7227"},{"text":"When I have brought them again","number":"h7725"}],"18":[{"text":"of rams","number":"h352"},{"text":"Ye shall eat","number":"h398"},{"text":"of the earth","number":"h776"},{"text":"of Bashan","number":"h1316"},{"text":"the flesh","number":"h1320"},{"text":"of the mighty","number":"h1368"},{"text":"the blood","number":"h1818"},{"text":"of lambs","number":"h3733"},{"text":"all of them fatlings","number":"h4806"},{"text":"of the princes","number":"h5387"},{"text":"and of goats","number":"h6260"},{"text":"of bullocks","number":"h6499"},{"text":"and drink","number":"h8354"}],"19":[{"text":"And ye shall eat","number":"h398"},{"text":"blood","number":"h1818"},{"text":"which I have sacrificed","number":"h2076"},{"text":"of my sacrifice","number":"h2077"},{"text":"fat","number":"h2459"},{"text":"till ye be full","number":"h7654"},{"text":"till ye be drunken","number":"h7943"},{"text":"and drink","number":"h8354"}],"22":[{"text":"their God","number":"h430"},{"text":"So the house","number":"h1004"},{"text":"and forward","number":"h1973"},{"text":"shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"from that day","number":"h3117"},{"text":"of Israel","number":"h3478"}],"14":[{"text":"men","number":"h582"},{"text":"of the earth","number":"h776"},{"text":"the land","number":"h776"},{"text":"And they shall sever out","number":"h914"},{"text":"months","number":"h2320"},{"text":"shall they search","number":"h2713"},{"text":"to cleanse","number":"h2891"},{"text":"those that remain","number":"h3498"},{"text":"passing through","number":"h5674"},{"text":"with the passengers","number":"h5674"},{"text":"upon the face","number":"h6440"},{"text":"to bury","number":"h6912"},{"text":"it after the end","number":"h7097"},{"text":"of seven","number":"h7651"},{"text":"of continual employment","number":"h8548"}],"12":[{"text":"the land","number":"h776"},{"text":"shall the house","number":"h1004"},{"text":"months","number":"h2320"},{"text":"of them that they may cleanse","number":"h2891"},{"text":"of Israel","number":"h3478"},{"text":"be burying","number":"h6912"},{"text":"And seven","number":"h7651"}],"16":[{"text":"the land","number":"h776"},{"text":"shall be Hamonah","number":"h1997"},{"text":"Thus shall they cleanse","number":"h2891"},{"text":"of the city","number":"h5892"},{"text":"And also the name","number":"h8034"}],"9":[{"text":"on fire","number":"h784"},{"text":"them with fire","number":"h784"},{"text":"and shall set","number":"h1197"},{"text":"and they shall burn","number":"h1197"},{"text":"and the arrows","number":"h2671"},{"text":"and the handstaves","number":"h3027"},{"text":"shall go forth","number":"h3318"},{"text":"And they that dwell","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"both the shields","number":"h4043"},{"text":"and burn","number":"h5400"},{"text":"the weapons","number":"h5402"},{"text":"in the cities","number":"h5892"},{"text":"and the bucklers","number":"h6793"},{"text":"the bows","number":"h7198"},{"text":"and the spears","number":"h7420"},{"text":"seven","number":"h7651"},{"text":"years","number":"h8141"}],"2":[{"text":"and will bring","number":"h935"},{"text":"thee upon the mountains","number":"h2022"},{"text":"parts","number":"h3411"},{"text":"of Israel","number":"h3478"},{"text":"of thee and will cause thee to come up","number":"h5927"},{"text":"from the north","number":"h6828"},{"text":"And I will turn thee back","number":"h7725"},{"text":"and leave but the sixth part","number":"h8338"}],"23":[{"text":"that the house","number":"h1004"},{"text":"And the heathen","number":"h1471"},{"text":"went into captivity","number":"h1540"},{"text":"they all by the sword","number":"h2719"},{"text":"them into the hand","number":"h3027"},{"text":"shall know","number":"h3045"},{"text":"of Israel","number":"h3478"},{"text":"because they trespassed","number":"h4603"},{"text":"so fell","number":"h5307"},{"text":"from them and gave","number":"h5414"},{"text":"against me therefore hid","number":"h5641"},{"text":"for their iniquity","number":"h5771"},{"text":"I my face","number":"h6440"},{"text":"of their enemies","number":"h6862"}],"11":[{"text":"Gog","number":"h1463"},{"text":"unto Gog","number":"h1463"},{"text":"it The valley","number":"h1516"},{"text":"the valley","number":"h1516"},{"text":"and all his multitude","number":"h1995"},{"text":"of Hamongog","number":"h1996"},{"text":"and it shall stop","number":"h2629"},{"text":"And it shall come to pass in that day","number":"h3117"},{"text":"of the sea","number":"h3220"},{"text":"in Israel","number":"h3478"},{"text":"a place","number":"h4725"},{"text":"that I will give","number":"h5414"},{"text":"of the passengers","number":"h5674"},{"text":"the noses of the passengers","number":"h5674"},{"text":"and there shall they bury","number":"h6912"},{"text":"there of graves","number":"h6913"},{"text":"on the east","number":"h6926"},{"text":"and they shall call","number":"h7121"}],"21":[{"text":"among the heathen","number":"h1471"},{"text":"and all the heathen","number":"h1471"},{"text":"and my hand","number":"h3027"},{"text":"my glory","number":"h3519"},{"text":"my judgment","number":"h4941"},{"text":"And I will set","number":"h5414"},{"text":"that I have executed","number":"h6213"},{"text":"shall see","number":"h7200"},{"text":"that I have laid","number":"h7760"}],"7":[{"text":"any more and the heathen","number":"h1471"},{"text":"and I will not let them pollute","number":"h2490"},{"text":"known","number":"h3045"},{"text":"shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"in Israel","number":"h3478"},{"text":"of my people","number":"h5971"},{"text":"the Holy One","number":"h6918"},{"text":"So will I make my holy","number":"h6944"},{"text":"my holy","number":"h6944"},{"text":"name","number":"h8034"},{"text":"name","number":"h8034"},{"text":"in the midst","number":"h8432"}],"3":[{"text":"and will cause thine arrows","number":"h2671"},{"text":"hand","number":"h3027"},{"text":"hand","number":"h3027"},{"text":"out of thy right","number":"h3225"},{"text":"And I will smite","number":"h5221"},{"text":"to fall","number":"h5307"},{"text":"thy bow","number":"h7198"},{"text":"out of thy left","number":"h8040"}],"24":[{"text":"According to their uncleanness","number":"h2932"},{"text":"unto them and hid","number":"h5641"},{"text":"have I done","number":"h6213"},{"text":"my face","number":"h6440"},{"text":"and according to their transgressions","number":"h6588"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"for man's","number":"h120"},{"text":"Then he said","number":"h559"},{"text":"thee cow's","number":"h1241"},{"text":"dung","number":"h1561"},{"text":"thy bread","number":"h3899"},{"text":"I have given","number":"h5414"},{"text":"and thou shalt prepare","number":"h6213"},{"text":"dung","number":"h6832"},{"text":"unto me Lo","number":"h7200"}],"1":[{"text":"of man","number":"h120"},{"text":"Thou also son","number":"h1121"},{"text":"thee and pourtray","number":"h2710"},{"text":"even Jerusalem","number":"h3389"},{"text":"thee a tile","number":"h3843"},{"text":"take","number":"h3947"},{"text":"and lay","number":"h5414"},{"text":"upon it the city","number":"h5892"},{"text":"it before","number":"h6440"}],"12":[{"text":"of man","number":"h120"},{"text":"And thou shalt eat","number":"h398"},{"text":"it with dung","number":"h1561"},{"text":"cakes","number":"h5692"},{"text":"and thou shalt bake","number":"h5746"},{"text":"in their sight","number":"h5869"},{"text":"that cometh out","number":"h6627"},{"text":"it as barley","number":"h8184"}],"16":[{"text":"of man","number":"h120"},{"text":"and they shall eat","number":"h398"},{"text":"Moreover he said","number":"h559"},{"text":"unto me Son","number":"h1121"},{"text":"and with care","number":"h1674"},{"text":"in Jerusalem","number":"h3389"},{"text":"bread","number":"h3899"},{"text":"of bread","number":"h3899"},{"text":"the staff","number":"h4294"},{"text":"water","number":"h4325"},{"text":"by measure","number":"h4884"},{"text":"by weight","number":"h4948"},{"text":"behold I will break","number":"h7665"},{"text":"and with astonishment","number":"h8078"},{"text":"and they shall drink","number":"h8354"}],"14":[{"text":"Lord","number":"h136"},{"text":"I Ah","number":"h162"},{"text":"up even till now have I not eaten","number":"h398"},{"text":"Then said","number":"h559"},{"text":"neither came","number":"h935"},{"text":"flesh","number":"h1320"},{"text":"hath not been polluted","number":"h2930"},{"text":"or is torn in pieces","number":"h2966"},{"text":"GOD","number":"h3069"},{"text":"of that which dieth of itself","number":"h5038"},{"text":"for from my youth","number":"h5271"},{"text":"behold my soul","number":"h5315"},{"text":"there abominable","number":"h6292"},{"text":"into my mouth","number":"h6310"}],"3":[{"text":"against it This shall be a sign","number":"h226"},{"text":"to the house","number":"h1004"},{"text":"of iron","number":"h1270"},{"text":"thou unto thee an iron","number":"h1270"},{"text":"of Israel","number":"h3478"},{"text":"and set","number":"h3559"},{"text":"Moreover take","number":"h3947"},{"text":"pan","number":"h4227"},{"text":"against it and it shall be besieged","number":"h4692"},{"text":"and set","number":"h5414"},{"text":"between thee and the city","number":"h5892"},{"text":"thy face","number":"h6440"},{"text":"and thou shalt lay siege","number":"h6696"},{"text":"it for a wall","number":"h7023"}],"17":[{"text":"with another","number":"h251"},{"text":"one","number":"h376"},{"text":"That they may want","number":"h2637"},{"text":"bread","number":"h3899"},{"text":"and water","number":"h4325"},{"text":"and consume away","number":"h4743"},{"text":"for their iniquity","number":"h5771"},{"text":"and be astonied","number":"h8074"}],"9":[{"text":"them in one","number":"h259"},{"text":"shalt thou eat","number":"h398"},{"text":"and millet","number":"h1764"},{"text":"thou also unto thee wheat","number":"h2406"},{"text":"days","number":"h3117"},{"text":"of the days","number":"h3117"},{"text":"vessel","number":"h3627"},{"text":"and fitches","number":"h3698"},{"text":"thee bread","number":"h3899"},{"text":"Take","number":"h3947"},{"text":"hundred","number":"h3967"},{"text":"thereof according to the number","number":"h4557"},{"text":"and put","number":"h5414"},{"text":"and lentiles","number":"h5742"},{"text":"and make","number":"h6213"},{"text":"and beans","number":"h6321"},{"text":"upon thy side","number":"h6654"},{"text":"that thou shalt lie","number":"h7901"},{"text":"three","number":"h7969"},{"text":"and barley","number":"h8184"},{"text":"and ninety","number":"h8673"}],"13":[{"text":"eat","number":"h398"},{"text":"said","number":"h559"},{"text":"Even thus shall the children","number":"h1121"},{"text":"among the Gentiles","number":"h1471"},{"text":"their defiled","number":"h2931"},{"text":"And the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"bread","number":"h3899"},{"text":"whither I will drive","number":"h5080"}],"10":[{"text":"shalt thou eat","number":"h398"},{"text":"which thou shalt eat","number":"h398"},{"text":"a day","number":"h3117"},{"text":"And thy meat","number":"h3978"},{"text":"shall be by weight","number":"h4946"},{"text":"twenty","number":"h6242"},{"text":"from time","number":"h6256"},{"text":"to time","number":"h6256"},{"text":"shekels","number":"h8255"}],"6":[{"text":"them","number":"h428"},{"text":"forty","number":"h705"},{"text":"of the house","number":"h1004"},{"text":"of Judah","number":"h3063"},{"text":"days","number":"h3117"},{"text":"thee each day","number":"h3117"},{"text":"on thy right","number":"h3233"},{"text":"And when thou hast accomplished","number":"h3615"},{"text":"and thou shalt bear","number":"h5375"},{"text":"I have appointed","number":"h5414"},{"text":"the iniquity","number":"h5771"},{"text":"side","number":"h6654"},{"text":"lie","number":"h7901"},{"text":"for a year","number":"h8141"},{"text":"again","number":"h8145"}],"4":[{"text":"of the house","number":"h1004"},{"text":"of the days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"upon it according to the number","number":"h4557"},{"text":"upon it thou shalt bear","number":"h5375"},{"text":"the iniquity","number":"h5771"},{"text":"their iniquity","number":"h5771"},{"text":"side","number":"h6654"},{"text":"and lay","number":"h7760"},{"text":"Lie","number":"h7901"},{"text":"that thou shalt lie","number":"h7901"},{"text":"thou also upon thy left","number":"h8042"}],"5":[{"text":"of the house","number":"h1004"},{"text":"days","number":"h3117"},{"text":"of the days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"hundred","number":"h3967"},{"text":"according to the number","number":"h4557"},{"text":"so shalt thou bear","number":"h5375"},{"text":"For I have laid","number":"h5414"},{"text":"of their iniquity","number":"h5771"},{"text":"the iniquity","number":"h5771"},{"text":"three","number":"h7969"},{"text":"upon thee the years","number":"h8141"},{"text":"and ninety","number":"h8673"}],"2":[{"text":"against it and build","number":"h1129"},{"text":"a fort","number":"h1785"},{"text":"battering rams","number":"h3733"},{"text":"the camp","number":"h4264"},{"text":"siege","number":"h4692"},{"text":"And lay","number":"h5414"},{"text":"against it set","number":"h5414"},{"text":"against it round about","number":"h5439"},{"text":"a mount","number":"h5550"},{"text":"also against it and set","number":"h7760"},{"text":"against it and cast","number":"h8210"}],"11":[{"text":"of an hin","number":"h1969"},{"text":"also water","number":"h4325"},{"text":"by measure","number":"h4884"},{"text":"from time","number":"h6256"},{"text":"to time","number":"h6256"},{"text":"the sixth part","number":"h8345"},{"text":"Thou shalt drink","number":"h8354"},{"text":"shalt thou drink","number":"h8354"}],"8":[{"text":"upon thee and thou shalt not turn","number":"h2015"},{"text":"the days","number":"h3117"},{"text":"till thou hast ended","number":"h3615"},{"text":"of thy siege","number":"h4692"},{"text":"And behold I will lay","number":"h5414"},{"text":"bands","number":"h5688"},{"text":"thee from one side","number":"h6654"},{"text":"to another","number":"h6654"}],"7":[{"text":"and thine arm","number":"h2220"},{"text":"shall be uncovered","number":"h2834"},{"text":"of Jerusalem","number":"h3389"},{"text":"Therefore thou shalt set","number":"h3559"},{"text":"toward the siege","number":"h4692"},{"text":"and thou shalt prophesy","number":"h5012"},{"text":"thy face","number":"h6440"}]}