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
+ {"28":[{"text":"and this is it that their father","number":"h1"},{"text":"one","number":"h376"},{"text":"them every","number":"h834"},{"text":"he blessed","number":"h1288"},{"text":"unto them and blessed","number":"h1288"},{"text":"according to his blessing","number":"h1293"},{"text":"spake","number":"h1696"},{"text":"of Israel","number":"h3478"},{"text":"All these are the twelve","number":"h6240"},{"text":"tribes","number":"h7626"}],"29":[{"text":"me with my fathers","number":"h1"},{"text":"them and said","number":"h559"},{"text":"unto them I am to be gathered","number":"h622"},{"text":"the Hittite","number":"h2850"},{"text":"in the cave","number":"h4631"},{"text":"unto my people","number":"h5971"},{"text":"of Ephron","number":"h6085"},{"text":"And he charged","number":"h6680"},{"text":"bury","number":"h6912"},{"text":"that is in the field","number":"h7704"}],"25":[{"text":"of thy father","number":"h1"},{"text":"Even by the God","number":"h410"},{"text":"thee and by","number":"h854"},{"text":"who shall bless","number":"h1288"},{"text":"blessings","number":"h1293"},{"text":"thee with blessings","number":"h1293"},{"text":"under blessings","number":"h1293"},{"text":"who shall help","number":"h5826"},{"text":"above","number":"h5920"},{"text":"that lieth","number":"h7257"},{"text":"and of the womb","number":"h7356"},{"text":"of the breasts","number":"h7699"},{"text":"the Almighty","number":"h7706"},{"text":"of heaven","number":"h8064"},{"text":"of the deep","number":"h8415"}],"26":[{"text":"of thy father","number":"h1"},{"text":"from his brethren","number":"h251"},{"text":"The blessings","number":"h1293"},{"text":"above the blessings","number":"h1293"},{"text":"hills","number":"h1389"},{"text":"have prevailed","number":"h1396"},{"text":"of my progenitors","number":"h2029"},{"text":"of Joseph","number":"h3130"},{"text":"of him that was separate","number":"h5139"},{"text":"of the everlasting","number":"h5769"},{"text":"and on the crown of the head","number":"h6936"},{"text":"they shall be on the head","number":"h7218"},{"text":"unto the utmost bound","number":"h8379"}],"8":[{"text":"thy father's","number":"h1"},{"text":"thou art he whom thy brethren","number":"h251"},{"text":"of thine enemies","number":"h341"},{"text":"children","number":"h1121"},{"text":"thy hand","number":"h3027"},{"text":"shall praise","number":"h3034"},{"text":"Judah","number":"h3063"},{"text":"shall be in the neck","number":"h6203"},{"text":"shall bow down","number":"h7812"}],"4":[{"text":"to thy father's","number":"h1"},{"text":"then defiledst thou","number":"h2490"},{"text":"to my couch","number":"h3326"},{"text":"thou shalt not excel","number":"h3498"},{"text":"as water","number":"h4325"},{"text":"bed","number":"h4904"},{"text":"because thou wentest up","number":"h5927"},{"text":"it he went up","number":"h5927"},{"text":"Unstable","number":"h6349"}],"2":[{"text":"your father","number":"h1"},{"text":"ye sons","number":"h1121"},{"text":"of Jacob","number":"h3290"},{"text":"unto Israel","number":"h3478"},{"text":"Gather yourselves together","number":"h6908"},{"text":"and hear","number":"h8085"},{"text":"and hearken","number":"h8085"}],"24":[{"text":"of the mighty","number":"h46"},{"text":"the stone","number":"h68"},{"text":"in strength","number":"h386"},{"text":"and the arms","number":"h2220"},{"text":"by the hands","number":"h3027"},{"text":"of his hands","number":"h3027"},{"text":"God of Jacob","number":"h3290"},{"text":"abode","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"were made strong","number":"h6339"},{"text":"But his bow","number":"h7198"},{"text":"from thence is the shepherd","number":"h7462"}],"31":[{"text":"Abraham","number":"h85"},{"text":"his wife","number":"h802"},{"text":"his wife","number":"h802"},{"text":"Isaac","number":"h3327"},{"text":"Leah","number":"h3812"},{"text":"There they buried","number":"h6912"},{"text":"and there I buried","number":"h6912"},{"text":"there they buried","number":"h6912"},{"text":"and Rebekah","number":"h7259"},{"text":"and Sarah","number":"h8283"}],"30":[{"text":"which Abraham","number":"h85"},{"text":"for a possession","number":"h272"},{"text":"in the land","number":"h776"},{"text":"the Hittite","number":"h2850"},{"text":"of Canaan","number":"h3667"},{"text":"of Machpelah","number":"h4375"},{"text":"Mamre","number":"h4471"},{"text":"In the cave","number":"h4631"},{"text":"of Ephron","number":"h6085"},{"text":"which is before","number":"h6440"},{"text":"of a buryingplace","number":"h6913"},{"text":"bought","number":"h7069"},{"text":"that is in the field","number":"h7704"},{"text":"with the field","number":"h7704"}],"3":[{"text":"of my strength","number":"h202"},{"text":"thou art my firstborn","number":"h1060"},{"text":"and the excellency","number":"h3499"},{"text":"the excellency","number":"h3499"},{"text":"my might","number":"h3581"},{"text":"of power","number":"h5794"},{"text":"Reuben","number":"h7205"},{"text":"and the beginning","number":"h7225"},{"text":"of dignity","number":"h7613"}],"5":[{"text":"are brethren","number":"h251"},{"text":"of cruelty","number":"h2555"},{"text":"instruments","number":"h3627"},{"text":"and Levi","number":"h3878"},{"text":"are in their habitations","number":"h4380"},{"text":"Simeon","number":"h8095"}],"16":[{"text":"as one","number":"h259"},{"text":"shall judge","number":"h1777"},{"text":"Dan","number":"h1835"},{"text":"of Israel","number":"h3478"},{"text":"his people","number":"h5971"},{"text":"of the tribes","number":"h7626"}],"17":[{"text":"backward","number":"h268"},{"text":"in the path","number":"h734"},{"text":"Dan","number":"h1835"},{"text":"by the way","number":"h1870"},{"text":"shall be a serpent","number":"h5175"},{"text":"shall fall","number":"h5307"},{"text":"that biteth","number":"h5391"},{"text":"the horse","number":"h5483"},{"text":"heels","number":"h6119"},{"text":"so that his rider","number":"h7392"},{"text":"an adder","number":"h8207"}],"1":[{"text":"you in the last","number":"h319"},{"text":"and said","number":"h559"},{"text":"Gather yourselves together","number":"h622"},{"text":"unto his sons","number":"h1121"},{"text":"days","number":"h3117"},{"text":"And Jacob","number":"h3290"},{"text":"that I may tell","number":"h5046"},{"text":"called","number":"h7121"},{"text":"you that which shall befall","number":"h7122"}],"21":[{"text":"is a hind","number":"h355"},{"text":"words","number":"h561"},{"text":"Naphtali","number":"h5321"},{"text":"he giveth","number":"h5414"},{"text":"let loose","number":"h7971"},{"text":"goodly","number":"h8233"}],"6":[{"text":"a man","number":"h376"},{"text":"for in their anger","number":"h639"},{"text":"come","number":"h935"},{"text":"they slew","number":"h2026"},{"text":"be not thou united","number":"h3161"},{"text":"mine honour","number":"h3519"},{"text":"O my soul","number":"h5315"},{"text":"not thou into their secret","number":"h5475"},{"text":"they digged down","number":"h6131"},{"text":"unto their assembly","number":"h6951"},{"text":"and in their selfwill","number":"h7522"},{"text":"a wall","number":"h7794"}],"27":[{"text":"he shall devour","number":"h398"},{"text":"Benjamin","number":"h1144"},{"text":"in the morning","number":"h1242"},{"text":"as a wolf","number":"h2061"},{"text":"he shall divide","number":"h2505"},{"text":"shall ravin","number":"h2963"},{"text":"the prey","number":"h5706"},{"text":"and at night","number":"h6153"},{"text":"the spoil","number":"h7998"}],"13":[{"text":"of ships","number":"h591"},{"text":"Zebulun","number":"h2074"},{"text":"and he shall be for an haven","number":"h2348"},{"text":"at the haven","number":"h2348"},{"text":"of the sea","number":"h3220"},{"text":"and his border","number":"h3411"},{"text":"shall be unto Zidon","number":"h6721"},{"text":"shall dwell","number":"h7931"}],"33":[{"text":"and was gathered","number":"h622"},{"text":"he gathered up","number":"h622"},{"text":"his sons","number":"h1121"},{"text":"and yielded up the ghost","number":"h1478"},{"text":"And when Jacob","number":"h3290"},{"text":"had made an end","number":"h3615"},{"text":"into the bed","number":"h4296"},{"text":"unto his people","number":"h5971"},{"text":"of commanding","number":"h6680"},{"text":"his feet","number":"h7272"}],"11":[{"text":"Binding","number":"h631"},{"text":"and his ass's","number":"h860"},{"text":"colt","number":"h1121"},{"text":"unto the vine","number":"h1612"},{"text":"in the blood","number":"h1818"},{"text":"in wine","number":"h3196"},{"text":"he washed","number":"h3526"},{"text":"his garments","number":"h3830"},{"text":"and his clothes","number":"h5497"},{"text":"his foal","number":"h5895"},{"text":"of grapes","number":"h6025"},{"text":"unto the choice vine","number":"h8321"}],"7":[{"text":"be their anger","number":"h639"},{"text":"Cursed","number":"h779"},{"text":"I will divide","number":"h2505"},{"text":"them in Jacob","number":"h3290"},{"text":"them in Israel","number":"h3478"},{"text":"and their wrath","number":"h5678"},{"text":"for it was fierce","number":"h5794"},{"text":"and scatter","number":"h6327"},{"text":"for it was cruel","number":"h7185"}],"9":[{"text":"as a lion","number":"h738"},{"text":"is a lion's","number":"h738"},{"text":"my son","number":"h1121"},{"text":"whelp","number":"h1482"},{"text":"from the prey","number":"h2964"},{"text":"Judah","number":"h3063"},{"text":"he stooped down","number":"h3766"},{"text":"and as an old lion","number":"h3833"},{"text":"thou art gone up","number":"h5927"},{"text":"who shall rouse him up","number":"h6965"},{"text":"he couched","number":"h7257"}],"15":[{"text":"and the land","number":"h776"},{"text":"was good","number":"h2896"},{"text":"that rest","number":"h4496"},{"text":"unto tribute","number":"h4522"},{"text":"and bowed","number":"h5186"},{"text":"that it was pleasant","number":"h5276"},{"text":"to bear","number":"h5445"},{"text":"and became a servant","number":"h5647"},{"text":"And he saw","number":"h7200"},{"text":"his shoulder","number":"h7926"}],"20":[{"text":"Out of Asher","number":"h836"},{"text":"his bread","number":"h3899"},{"text":"royal","number":"h4428"},{"text":"dainties","number":"h4574"},{"text":"and he shall yield","number":"h5414"},{"text":"shall be fat","number":"h8082"}],"10":[{"text":"come","number":"h935"},{"text":"nor a lawgiver","number":"h2710"},{"text":"from Judah","number":"h3063"},{"text":"and unto him shall the gathering","number":"h3349"},{"text":"until","number":"h3588"},{"text":"shall not depart","number":"h5493"},{"text":"of the people","number":"h5971"},{"text":"from between his feet","number":"h7272"},{"text":"The sceptre","number":"h7626"},{"text":"Shiloh","number":"h7886"}],"22":[{"text":"bough","number":"h1121"},{"text":"bough","number":"h1121"},{"text":"whose branches","number":"h1323"},{"text":"Joseph","number":"h3130"},{"text":"by a well","number":"h5869"},{"text":"even a fruitful","number":"h6509"},{"text":"is a fruitful","number":"h6509"},{"text":"run","number":"h6805"},{"text":"over the wall","number":"h7791"}],"32":[{"text":"that is therein was from the children","number":"h1121"},{"text":"of Heth","number":"h2845"},{"text":"and of the cave","number":"h4631"},{"text":"The purchase","number":"h4735"},{"text":"of the field","number":"h7704"}],"23":[{"text":"The archers","number":"h1167"},{"text":"have sorely grieved him","number":"h4843"},{"text":"and shot","number":"h7232"},{"text":"at him and hated him","number":"h7852"}],"19":[{"text":"Gad","number":"h1410"},{"text":"a troop","number":"h1416"},{"text":"him but he shall overcome","number":"h1464"},{"text":"shall overcome","number":"h1464"},{"text":"at the last","number":"h6119"}],"14":[{"text":"is a strong","number":"h1634"},{"text":"ass","number":"h2543"},{"text":"Issachar","number":"h3485"},{"text":"between two burdens","number":"h4942"},{"text":"couching down","number":"h7257"}],"12":[{"text":"shall be red","number":"h2447"},{"text":"with milk","number":"h2461"},{"text":"with wine","number":"h3196"},{"text":"white","number":"h3836"},{"text":"His eyes","number":"h5869"},{"text":"and his teeth","number":"h8127"}],"18":[{"text":"O LORD","number":"h3068"},{"text":"thy salvation","number":"h3444"},{"text":"I have waited for","number":"h6960"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"Adam","number":"h120"},{"text":"created","number":"h1254"},{"text":"when they were created","number":"h1254"},{"text":"he them and blessed","number":"h1288"},{"text":"Male","number":"h2145"},{"text":"in the day","number":"h3117"},{"text":"and female","number":"h5347"},{"text":"them and called","number":"h7121"},{"text":"their name","number":"h8034"}],"1":[{"text":"man","number":"h120"},{"text":"of Adam","number":"h121"},{"text":"of God","number":"h430"},{"text":"that God","number":"h430"},{"text":"created","number":"h1254"},{"text":"in the likeness","number":"h1823"},{"text":"This","number":"h2088"},{"text":"In the day","number":"h3117"},{"text":"is the book","number":"h5612"},{"text":"made","number":"h6213"},{"text":"of the generations","number":"h8435"}],"3":[{"text":"And Adam","number":"h121"},{"text":"a son in his own likeness","number":"h1823"},{"text":"lived","number":"h2421"},{"text":"and begat","number":"h3205"},{"text":"an hundred","number":"h3967"},{"text":"after his image","number":"h6754"},{"text":"and called","number":"h7121"},{"text":"and thirty","number":"h7970"},{"text":"his name","number":"h8034"},{"text":"years","number":"h8141"},{"text":"Seth","number":"h8352"}],"4":[{"text":"of Adam","number":"h121"},{"text":"after","number":"h310"},{"text":"sons","number":"h1121"},{"text":"and daughters","number":"h1323"},{"text":"And the days","number":"h3117"},{"text":"and he begat","number":"h3205"},{"text":"he had begotten","number":"h3205"},{"text":"hundred","number":"h3967"},{"text":"were eight","number":"h8083"},{"text":"years","number":"h8141"},{"text":"Seth","number":"h8352"}],"5":[{"text":"that Adam","number":"h121"},{"text":"lived","number":"h2425"},{"text":"And all the days","number":"h3117"},{"text":"hundred","number":"h3967"},{"text":"and he died","number":"h4191"},{"text":"and thirty","number":"h7970"},{"text":"years","number":"h8141"},{"text":"were nine","number":"h8672"}],"29":[{"text":"of the ground","number":"h127"},{"text":"saying","number":"h559"},{"text":"hath cursed","number":"h779"},{"text":"of our hands","number":"h3027"},{"text":"which the LORD","number":"h3068"},{"text":"because","number":"h4480"},{"text":"us concerning our work","number":"h4639"},{"text":"Noah","number":"h5146"},{"text":"This same shall comfort","number":"h5162"},{"text":"and toil","number":"h6093"},{"text":"And he called","number":"h7121"},{"text":"his name","number":"h8034"}],"10":[{"text":"after","number":"h310"},{"text":"And Enos","number":"h583"},{"text":"sons","number":"h1121"},{"text":"and daughters","number":"h1323"},{"text":"lived","number":"h2421"},{"text":"and begat","number":"h3205"},{"text":"he begat","number":"h3205"},{"text":"hundred","number":"h3967"},{"text":"and fifteen","number":"h6240"},{"text":"Cainan","number":"h7018"},{"text":"eight","number":"h8083"},{"text":"years","number":"h8141"}],"13":[{"text":"after","number":"h310"},{"text":"and forty","number":"h705"},{"text":"sons","number":"h1121"},{"text":"and daughters","number":"h1323"},{"text":"lived","number":"h2421"},{"text":"and begat","number":"h3205"},{"text":"he begat","number":"h3205"},{"text":"hundred","number":"h3967"},{"text":"Mahalaleel","number":"h4111"},{"text":"And Cainan","number":"h7018"},{"text":"eight","number":"h8083"},{"text":"years","number":"h8141"}],"16":[{"text":"after","number":"h310"},{"text":"sons","number":"h1121"},{"text":"and daughters","number":"h1323"},{"text":"lived","number":"h2421"},{"text":"and begat","number":"h3205"},{"text":"he begat","number":"h3205"},{"text":"Jared","number":"h3382"},{"text":"hundred","number":"h3967"},{"text":"And Mahalaleel","number":"h4111"},{"text":"and thirty","number":"h7970"},{"text":"eight","number":"h8083"},{"text":"years","number":"h8141"}],"19":[{"text":"after","number":"h310"},{"text":"sons","number":"h1121"},{"text":"and daughters","number":"h1323"},{"text":"lived","number":"h2421"},{"text":"Enoch","number":"h2585"},{"text":"and begat","number":"h3205"},{"text":"he begat","number":"h3205"},{"text":"And Jared","number":"h3382"},{"text":"hundred","number":"h3967"},{"text":"eight","number":"h8083"},{"text":"years","number":"h8141"}],"22":[{"text":"after","number":"h310"},{"text":"God","number":"h430"},{"text":"with","number":"h854"},{"text":"sons","number":"h1121"},{"text":"and daughters","number":"h1323"},{"text":"walked","number":"h1980"},{"text":"And Enoch","number":"h2585"},{"text":"and begat","number":"h3205"},{"text":"he begat","number":"h3205"},{"text":"hundred","number":"h3967"},{"text":"Methuselah","number":"h4968"},{"text":"three","number":"h7969"},{"text":"years","number":"h8141"}],"26":[{"text":"after","number":"h310"},{"text":"sons","number":"h1121"},{"text":"and daughters","number":"h1323"},{"text":"lived","number":"h2421"},{"text":"and begat","number":"h3205"},{"text":"he begat","number":"h3205"},{"text":"Lamech","number":"h3929"},{"text":"hundred","number":"h3967"},{"text":"And Methuselah","number":"h4968"},{"text":"seven","number":"h7651"},{"text":"eighty","number":"h8084"},{"text":"years","number":"h8141"},{"text":"and two","number":"h8147"}],"30":[{"text":"after","number":"h310"},{"text":"sons","number":"h1121"},{"text":"and daughters","number":"h1323"},{"text":"lived","number":"h2421"},{"text":"and five","number":"h2568"},{"text":"five","number":"h2568"},{"text":"and begat","number":"h3205"},{"text":"he begat","number":"h3205"},{"text":"And Lamech","number":"h3929"},{"text":"hundred","number":"h3967"},{"text":"Noah","number":"h5146"},{"text":"years","number":"h8141"},{"text":"ninety","number":"h8673"}],"7":[{"text":"after","number":"h310"},{"text":"Enos","number":"h583"},{"text":"sons","number":"h1121"},{"text":"and daughters","number":"h1323"},{"text":"lived","number":"h2421"},{"text":"and begat","number":"h3205"},{"text":"he begat","number":"h3205"},{"text":"hundred","number":"h3967"},{"text":"and seven","number":"h7651"},{"text":"eight","number":"h8083"},{"text":"years","number":"h8141"},{"text":"And Seth","number":"h8352"}],"24":[{"text":"and he was not for God","number":"h430"},{"text":"with God","number":"h430"},{"text":"walked","number":"h1980"},{"text":"And Enoch","number":"h2585"},{"text":"took","number":"h3947"}],"9":[{"text":"And Enos","number":"h583"},{"text":"lived","number":"h2421"},{"text":"and begat","number":"h3205"},{"text":"Cainan","number":"h7018"},{"text":"years","number":"h8141"},{"text":"ninety","number":"h8673"}],"6":[{"text":"Enos","number":"h583"},{"text":"lived","number":"h2421"},{"text":"and five","number":"h2568"},{"text":"and begat","number":"h3205"},{"text":"an hundred","number":"h3967"},{"text":"years","number":"h8141"},{"text":"And Seth","number":"h8352"}],"11":[{"text":"of Enos","number":"h583"},{"text":"and five","number":"h2568"},{"text":"And all the days","number":"h3117"},{"text":"hundred","number":"h3967"},{"text":"and he died","number":"h4191"},{"text":"years","number":"h8141"},{"text":"were nine","number":"h8672"}],"28":[{"text":"a son","number":"h1121"},{"text":"lived","number":"h2421"},{"text":"and begat","number":"h3205"},{"text":"And Lamech","number":"h3929"},{"text":"an hundred","number":"h3967"},{"text":"eighty","number":"h8084"},{"text":"years","number":"h8141"},{"text":"and two","number":"h8147"}],"32":[{"text":"old","number":"h1121"},{"text":"Ham","number":"h2526"},{"text":"was five","number":"h2568"},{"text":"begat","number":"h3205"},{"text":"and Japheth","number":"h3315"},{"text":"hundred","number":"h3967"},{"text":"And Noah","number":"h5146"},{"text":"and Noah","number":"h5146"},{"text":"Shem","number":"h8035"},{"text":"years","number":"h8141"}],"12":[{"text":"lived","number":"h2421"},{"text":"and begat","number":"h3205"},{"text":"Mahalaleel","number":"h4111"},{"text":"And Cainan","number":"h7018"},{"text":"seventy","number":"h7657"},{"text":"years","number":"h8141"}],"15":[{"text":"lived","number":"h2421"},{"text":"and five","number":"h2568"},{"text":"and begat","number":"h3205"},{"text":"Jared","number":"h3382"},{"text":"And Mahalaleel","number":"h4111"},{"text":"years","number":"h8141"},{"text":"sixty","number":"h8346"}],"18":[{"text":"lived","number":"h2421"},{"text":"Enoch","number":"h2585"},{"text":"and he begat","number":"h3205"},{"text":"And Jared","number":"h3382"},{"text":"an hundred","number":"h3967"},{"text":"years","number":"h8141"},{"text":"and two","number":"h8147"},{"text":"sixty","number":"h8346"}],"21":[{"text":"lived","number":"h2421"},{"text":"and five","number":"h2568"},{"text":"And Enoch","number":"h2585"},{"text":"and begat","number":"h3205"},{"text":"Methuselah","number":"h4968"},{"text":"years","number":"h8141"},{"text":"sixty","number":"h8346"}],"25":[{"text":"lived","number":"h2421"},{"text":"and begat","number":"h3205"},{"text":"Lamech","number":"h3929"},{"text":"an hundred","number":"h3967"},{"text":"And Methuselah","number":"h4968"},{"text":"and seven","number":"h7651"},{"text":"eighty","number":"h8084"},{"text":"years","number":"h8141"}],"17":[{"text":"and five","number":"h2568"},{"text":"And all the days","number":"h3117"},{"text":"hundred","number":"h3967"},{"text":"of Mahalaleel","number":"h4111"},{"text":"and he died","number":"h4191"},{"text":"were eight","number":"h8083"},{"text":"years","number":"h8141"},{"text":"ninety","number":"h8673"}],"23":[{"text":"and five","number":"h2568"},{"text":"of Enoch","number":"h2585"},{"text":"And all the days","number":"h3117"},{"text":"hundred","number":"h3967"},{"text":"were three","number":"h7969"},{"text":"years","number":"h8141"},{"text":"sixty","number":"h8346"}],"14":[{"text":"And all the days","number":"h3117"},{"text":"hundred","number":"h3967"},{"text":"and he died","number":"h4191"},{"text":"and ten","number":"h6235"},{"text":"of Cainan","number":"h7018"},{"text":"years","number":"h8141"},{"text":"were nine","number":"h8672"}],"20":[{"text":"And all the days","number":"h3117"},{"text":"of Jared","number":"h3382"},{"text":"hundred","number":"h3967"},{"text":"and he died","number":"h4191"},{"text":"years","number":"h8141"},{"text":"and two","number":"h8147"},{"text":"sixty","number":"h8346"},{"text":"were nine","number":"h8672"}],"27":[{"text":"And all the days","number":"h3117"},{"text":"hundred","number":"h3967"},{"text":"and he died","number":"h4191"},{"text":"of Methuselah","number":"h4968"},{"text":"years","number":"h8141"},{"text":"sixty","number":"h8346"},{"text":"and nine","number":"h8672"},{"text":"were nine","number":"h8672"}],"31":[{"text":"And all the days","number":"h3117"},{"text":"of Lamech","number":"h3929"},{"text":"hundred","number":"h3967"},{"text":"and he died","number":"h4191"},{"text":"and seven","number":"h7651"},{"text":"were seven","number":"h7651"},{"text":"seventy","number":"h7657"},{"text":"years","number":"h8141"}],"8":[{"text":"And all the days","number":"h3117"},{"text":"hundred","number":"h3967"},{"text":"and he died","number":"h4191"},{"text":"and twelve","number":"h6240"},{"text":"years","number":"h8141"},{"text":"of Seth","number":"h8352"},{"text":"were nine","number":"h8672"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"My father","number":"h1"},{"text":"my father","number":"h1"},{"text":"saying","number":"h559"},{"text":"for me in the land","number":"h776"},{"text":"Lo","number":"h2009"},{"text":"of Canaan","number":"h3667"},{"text":"which I have digged","number":"h3738"},{"text":"I die","number":"h4191"},{"text":"Now therefore let me go up","number":"h5927"},{"text":"I pray thee and bury","number":"h6912"},{"text":"there shalt thou bury me","number":"h6912"},{"text":"in my grave","number":"h6913"},{"text":"made me swear","number":"h7650"},{"text":"and I will come again","number":"h7725"}],"16":[{"text":"Thy father","number":"h1"},{"text":"saying","number":"h559"},{"text":"saying","number":"h559"},{"text":"unto Joseph","number":"h3130"},{"text":"he died","number":"h4194"},{"text":"before","number":"h6440"},{"text":"And they sent a messenger","number":"h6680"},{"text":"did command","number":"h6680"}],"8":[{"text":"and his father's","number":"h1"},{"text":"and his brethren","number":"h251"},{"text":"in the land","number":"h776"},{"text":"And all the house","number":"h1004"},{"text":"house","number":"h1004"},{"text":"and their herds","number":"h1241"},{"text":"of Goshen","number":"h1657"},{"text":"only their little ones","number":"h2945"},{"text":"of Joseph","number":"h3130"},{"text":"they left","number":"h5800"},{"text":"and their flocks","number":"h6629"}],"10":[{"text":"for his father","number":"h1"},{"text":"a mourning","number":"h60"},{"text":"of Atad","number":"h329"},{"text":"And they came","number":"h935"},{"text":"with a great","number":"h1419"},{"text":"to the threshingfloor","number":"h1637"},{"text":"days","number":"h3117"},{"text":"Jordan","number":"h3383"},{"text":"sore","number":"h3515"},{"text":"and very","number":"h3966"},{"text":"lamentation","number":"h4553"},{"text":"and there they mourned","number":"h5594"},{"text":"which is beyond","number":"h5676"},{"text":"and he made","number":"h6213"},{"text":"seven","number":"h7651"}],"22":[{"text":"he and his father's","number":"h1"},{"text":"house","number":"h1004"},{"text":"lived","number":"h2421"},{"text":"And Joseph","number":"h3130"},{"text":"and Joseph","number":"h3130"},{"text":"dwelt","number":"h3427"},{"text":"an hundred","number":"h3967"},{"text":"in Egypt","number":"h4714"},{"text":"and ten","number":"h6235"},{"text":"years","number":"h8141"}],"14":[{"text":"his father","number":"h1"},{"text":"his father","number":"h1"},{"text":"he and his brethren","number":"h251"},{"text":"after","number":"h310"},{"text":"And Joseph","number":"h3130"},{"text":"into Egypt","number":"h4714"},{"text":"and all that went up","number":"h5927"},{"text":"he had buried","number":"h6912"},{"text":"with him to bury","number":"h6912"},{"text":"returned","number":"h7725"}],"2":[{"text":"his father","number":"h1"},{"text":"embalmed","number":"h2590"},{"text":"to embalm","number":"h2590"},{"text":"And Joseph","number":"h3130"},{"text":"Israel","number":"h3478"},{"text":"his servants","number":"h5650"},{"text":"commanded","number":"h6680"},{"text":"and the physicians","number":"h7495"},{"text":"the physicians","number":"h7495"}],"7":[{"text":"his father","number":"h1"},{"text":"of the land","number":"h776"},{"text":"of his house","number":"h1004"},{"text":"and all the elders","number":"h2205"},{"text":"the elders","number":"h2205"},{"text":"And Joseph","number":"h3130"},{"text":"of Egypt","number":"h4714"},{"text":"all the servants","number":"h5650"},{"text":"and with him went up","number":"h5927"},{"text":"went up","number":"h5927"},{"text":"of Pharaoh","number":"h6547"},{"text":"to bury","number":"h6912"}],"17":[{"text":"of thy father","number":"h1"},{"text":"of thy brethren","number":"h251"},{"text":"of the God","number":"h430"},{"text":"So shall ye say","number":"h559"},{"text":"I pray thee","number":"h577"},{"text":"wept","number":"h1058"},{"text":"for they did","number":"h1580"},{"text":"when they spake","number":"h1696"},{"text":"and their sin","number":"h2403"},{"text":"And Joseph","number":"h3130"},{"text":"unto Joseph","number":"h3130"},{"text":"Forgive","number":"h5375"},{"text":"and now we pray thee forgive","number":"h5375"},{"text":"of the servants","number":"h5650"},{"text":"now the trespass","number":"h6588"},{"text":"the trespass","number":"h6588"},{"text":"unto thee evil","number":"h7451"}],"15":[{"text":"that their father","number":"h1"},{"text":"brethren","number":"h251"},{"text":"they said","number":"h559"},{"text":"which we did","number":"h1580"},{"text":"And when Joseph's","number":"h3130"},{"text":"Joseph","number":"h3130"},{"text":"will peradventure","number":"h3863"},{"text":"was dead","number":"h4191"},{"text":"saw","number":"h7200"},{"text":"us all the evil","number":"h7451"},{"text":"and will certainly","number":"h7725"},{"text":"requite","number":"h7725"},{"text":"hate us","number":"h7852"}],"6":[{"text":"thy father","number":"h1"},{"text":"said","number":"h559"},{"text":"Go up","number":"h5927"},{"text":"And Pharaoh","number":"h6547"},{"text":"and bury","number":"h6912"},{"text":"according as he made thee swear","number":"h7650"}],"1":[{"text":"upon his father's","number":"h1"},{"text":"and wept","number":"h1058"},{"text":"And Joseph","number":"h3130"},{"text":"fell","number":"h5307"},{"text":"upon him and kissed","number":"h5401"},{"text":"face","number":"h6440"}],"11":[{"text":"mourning","number":"h60"},{"text":"the mourning","number":"h60"},{"text":"Abelmizraim","number":"h67"},{"text":"of Atad","number":"h329"},{"text":"they said","number":"h559"},{"text":"of the land","number":"h776"},{"text":"in the floor","number":"h1637"},{"text":"Jordan","number":"h3383"},{"text":"And when the inhabitants","number":"h3427"},{"text":"This is a grievous","number":"h3515"},{"text":"the Canaanites","number":"h3669"},{"text":"to the Egyptians","number":"h4714"},{"text":"which is beyond","number":"h5676"},{"text":"was called","number":"h7121"},{"text":"saw","number":"h7200"},{"text":"wherefore the name of it","number":"h8034"}],"24":[{"text":"to Abraham","number":"h85"},{"text":"unto his brethren","number":"h251"},{"text":"and God","number":"h430"},{"text":"said","number":"h559"},{"text":"of this land","number":"h776"},{"text":"unto the land","number":"h776"},{"text":"And Joseph","number":"h3130"},{"text":"and to Jacob","number":"h3290"},{"text":"to Isaac","number":"h3327"},{"text":"I die","number":"h4191"},{"text":"you and bring you out","number":"h5927"},{"text":"visit","number":"h6485"},{"text":"will surely","number":"h6485"},{"text":"which he sware","number":"h7650"}],"13":[{"text":"which Abraham","number":"h85"},{"text":"for a possession","number":"h272"},{"text":"him into the land","number":"h776"},{"text":"For his sons","number":"h1121"},{"text":"the Hittite","number":"h2850"},{"text":"of Canaan","number":"h3667"},{"text":"of Machpelah","number":"h4375"},{"text":"Mamre","number":"h4471"},{"text":"him in the cave","number":"h4631"},{"text":"carried","number":"h5375"},{"text":"of Ephron","number":"h6085"},{"text":"before","number":"h6440"},{"text":"and buried","number":"h6912"},{"text":"of a buryingplace","number":"h6913"},{"text":"bought","number":"h7069"},{"text":"of the field","number":"h7704"},{"text":"with the field","number":"h7704"}],"4":[{"text":"I pray you in the ears","number":"h241"},{"text":"saying","number":"h559"},{"text":"saying","number":"h559"},{"text":"unto the house","number":"h1004"},{"text":"of his mourning","number":"h1068"},{"text":"spake","number":"h1696"},{"text":"speak","number":"h1696"},{"text":"grace","number":"h2580"},{"text":"And when the days","number":"h3117"},{"text":"Joseph","number":"h3130"},{"text":"If now I have found","number":"h4672"},{"text":"were past","number":"h5674"},{"text":"in your eyes","number":"h5869"},{"text":"of Pharaoh","number":"h6547"},{"text":"of Pharaoh","number":"h6547"}],"18":[{"text":"And his brethren","number":"h251"},{"text":"and they said","number":"h559"},{"text":"also went","number":"h3212"},{"text":"and fell down","number":"h5307"},{"text":"Behold we be thy servants","number":"h5650"},{"text":"before his face","number":"h6440"}],"25":[{"text":"God","number":"h430"},{"text":"saying","number":"h559"},{"text":"of the children","number":"h1121"},{"text":"from hence","number":"h2088"},{"text":"And Joseph","number":"h3130"},{"text":"of Israel","number":"h3478"},{"text":"you and ye shall carry up","number":"h5927"},{"text":"my bones","number":"h6106"},{"text":"visit","number":"h6485"},{"text":"will surely","number":"h6485"},{"text":"took an oath","number":"h7650"}],"20":[{"text":"against me but God","number":"h430"},{"text":"alive","number":"h2421"},{"text":"to save","number":"h2421"},{"text":"But as for you ye thought","number":"h2803"},{"text":"meant it","number":"h2803"},{"text":"unto good","number":"h2896"},{"text":"as it is this day","number":"h3117"},{"text":"to","number":"h4616"},{"text":"people","number":"h5971"},{"text":"bring to pass","number":"h6213"},{"text":"much","number":"h7227"},{"text":"evil","number":"h7451"}],"19":[{"text":"not for am I in the place of God","number":"h430"},{"text":"said","number":"h559"},{"text":"And Joseph","number":"h3130"},{"text":"unto them Fear","number":"h3372"}],"23":[{"text":"Ephraim's","number":"h669"},{"text":"children","number":"h1121"},{"text":"generation the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"knees","number":"h1290"},{"text":"And Joseph","number":"h3130"},{"text":"upon Joseph's","number":"h3130"},{"text":"were brought up","number":"h3205"},{"text":"also of Machir","number":"h4353"},{"text":"of Manasseh","number":"h4519"},{"text":"saw","number":"h7200"},{"text":"of the third","number":"h8029"}],"3":[{"text":"And forty","number":"h705"},{"text":"mourned","number":"h1058"},{"text":"of those which are embalmed","number":"h2590"},{"text":"days","number":"h3117"},{"text":"days","number":"h3117"},{"text":"the days","number":"h3117"},{"text":"for him for so are fulfilled","number":"h4390"},{"text":"were fulfilled","number":"h4390"},{"text":"and the Egyptians","number":"h4714"},{"text":"for him threescore and ten","number":"h7657"}],"26":[{"text":"in a coffin","number":"h727"},{"text":"old","number":"h1121"},{"text":"and they embalmed","number":"h2590"},{"text":"So Joseph","number":"h3130"},{"text":"him and he was put","number":"h3455"},{"text":"being an hundred","number":"h3967"},{"text":"died","number":"h4191"},{"text":"in Egypt","number":"h4714"},{"text":"and ten","number":"h6235"},{"text":"years","number":"h8141"}],"12":[{"text":"And his sons","number":"h1121"},{"text":"did","number":"h6213"},{"text":"unto him according as he commanded","number":"h6680"}],"21":[{"text":"them and spake","number":"h1696"},{"text":"you and your little ones","number":"h2945"},{"text":"Now therefore fear","number":"h3372"},{"text":"ye not I will nourish","number":"h3557"},{"text":"kindly","number":"h3820"},{"text":"And he comforted","number":"h5162"}],"9":[{"text":"great","number":"h3515"},{"text":"and it was a very","number":"h3966"},{"text":"company","number":"h4264"},{"text":"And there went up","number":"h5927"},{"text":"and horsemen","number":"h6571"},{"text":"with him both chariots","number":"h7393"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"And it came to pass when men","number":"h120"},{"text":"of the earth","number":"h127"},{"text":"and daughters","number":"h1323"},{"text":"began","number":"h2490"},{"text":"were born","number":"h3205"},{"text":"on","number":"h5921"},{"text":"the face","number":"h6440"},{"text":"to multiply","number":"h7231"}],"7":[{"text":"both man","number":"h120"},{"text":"man","number":"h120"},{"text":"of the earth","number":"h127"},{"text":"said","number":"h559"},{"text":"beast","number":"h929"},{"text":"whom I have created","number":"h1254"},{"text":"And the LORD","number":"h3068"},{"text":"I will destroy","number":"h4229"},{"text":"for it repenteth","number":"h5162"},{"text":"and","number":"h5704"},{"text":"and the fowls","number":"h5775"},{"text":"me that I have made","number":"h6213"},{"text":"from the face","number":"h6440"},{"text":"and the creeping thing","number":"h7431"},{"text":"of the air","number":"h8064"}],"6":[{"text":"man","number":"h120"},{"text":"him at","number":"h413"},{"text":"on the earth","number":"h776"},{"text":"the LORD","number":"h3068"},{"text":"his heart","number":"h3820"},{"text":"And it repented","number":"h5162"},{"text":"and it grieved","number":"h6087"},{"text":"that he had made","number":"h6213"}],"5":[{"text":"of man","number":"h120"},{"text":"in the earth","number":"h776"},{"text":"And GOD","number":"h3068"},{"text":"continually","number":"h3117"},{"text":"and that every imagination","number":"h3336"},{"text":"of his heart","number":"h3820"},{"text":"of the thoughts","number":"h4284"},{"text":"saw","number":"h7200"},{"text":"was great","number":"h7227"},{"text":"evil","number":"h7451"},{"text":"that the wickedness","number":"h7451"},{"text":"was only","number":"h7535"}],"2":[{"text":"of men","number":"h120"},{"text":"of God","number":"h430"},{"text":"them wives","number":"h802"},{"text":"of all which they chose","number":"h977"},{"text":"That the sons","number":"h1121"},{"text":"the daughters","number":"h1323"},{"text":"that they","number":"h2007"},{"text":"were fair","number":"h2896"},{"text":"and they took","number":"h3947"},{"text":"saw","number":"h7200"}],"4":[{"text":"of men","number":"h120"},{"text":"and also after","number":"h310"},{"text":"of God","number":"h430"},{"text":"men","number":"h582"},{"text":"in the earth","number":"h776"},{"text":"when","number":"h834"},{"text":"came in","number":"h935"},{"text":"the sons","number":"h1121"},{"text":"unto the daughters","number":"h1323"},{"text":"became mighty men","number":"h1368"},{"text":"children to them the same","number":"h1992"},{"text":"in those days","number":"h3117"},{"text":"and they bare","number":"h3205"},{"text":"that","number":"h3651"},{"text":"There were giants","number":"h5303"},{"text":"which were of old","number":"h5769"},{"text":"of renown","number":"h8034"}],"3":[{"text":"with man","number":"h120"},{"text":"said","number":"h559"},{"text":"is flesh","number":"h1320"},{"text":"for that he also","number":"h1571"},{"text":"strive","number":"h1777"},{"text":"And the LORD","number":"h3068"},{"text":"yet his days","number":"h3117"},{"text":"shall be an hundred","number":"h3967"},{"text":"shall not always","number":"h5769"},{"text":"and twenty","number":"h6242"},{"text":"My spirit","number":"h7307"},{"text":"years","number":"h8141"}],"20":[{"text":"of the earth","number":"h127"},{"text":"and of cattle","number":"h929"},{"text":"of every sort shall come","number":"h935"},{"text":"unto thee to keep them alive","number":"h2421"},{"text":"after his kind","number":"h4327"},{"text":"after their kind","number":"h4327"},{"text":"after their kind","number":"h4327"},{"text":"Of fowls","number":"h5775"},{"text":"of every creeping thing","number":"h7431"},{"text":"two","number":"h8147"}],"9":[{"text":"man","number":"h376"},{"text":"with God","number":"h430"},{"text":"in his generations","number":"h1755"},{"text":"walked","number":"h1980"},{"text":"Noah","number":"h5146"},{"text":"and Noah","number":"h5146"},{"text":"of Noah","number":"h5146"},{"text":"was a just","number":"h6662"},{"text":"These are the generations","number":"h8435"},{"text":"and perfect","number":"h8549"}],"21":[{"text":"that is eaten","number":"h398"},{"text":"it to thee and it shall be for food","number":"h402"},{"text":"and thou shalt gather","number":"h622"},{"text":"And take","number":"h3947"},{"text":"thou unto thee of all food","number":"h3978"}],"18":[{"text":"into","number":"h413"},{"text":"and thy wife","number":"h802"},{"text":"wives","number":"h802"},{"text":"thou","number":"h859"},{"text":"and thou shalt come","number":"h935"},{"text":"and thy sons","number":"h1121"},{"text":"and thy sons","number":"h1121"},{"text":"my covenant","number":"h1285"},{"text":"But with thee will I establish","number":"h6965"},{"text":"the ark","number":"h8392"}],"12":[{"text":"And God","number":"h430"},{"text":"upon the earth","number":"h776"},{"text":"upon the earth","number":"h776"},{"text":"for all flesh","number":"h1320"},{"text":"his way","number":"h1870"},{"text":"looked","number":"h7200"},{"text":"and behold it was corrupt","number":"h7843"},{"text":"had corrupted","number":"h7843"}],"13":[{"text":"And God","number":"h430"},{"text":"said","number":"h559"},{"text":"for the earth","number":"h776"},{"text":"the earth","number":"h776"},{"text":"them with","number":"h854"},{"text":"is come","number":"h935"},{"text":"of all flesh","number":"h1320"},{"text":"violence","number":"h2555"},{"text":"is filled with","number":"h4390"},{"text":"unto Noah","number":"h5146"},{"text":"before me","number":"h6440"},{"text":"through them","number":"h6440"},{"text":"The end","number":"h7093"},{"text":"and behold I will destroy","number":"h7843"}],"11":[{"text":"God","number":"h430"},{"text":"The earth","number":"h776"},{"text":"and the earth","number":"h776"},{"text":"with violence","number":"h2555"},{"text":"was filled","number":"h4390"},{"text":"before","number":"h6440"},{"text":"also was corrupt","number":"h7843"}],"22":[{"text":"according to all that God","number":"h430"},{"text":"Noah","number":"h5146"},{"text":"Thus did","number":"h6213"},{"text":"him so did","number":"h6213"},{"text":"commanded","number":"h6680"}],"16":[{"text":"and in a cubit","number":"h520"},{"text":"shalt thou finish","number":"h3615"},{"text":"it above","number":"h4605"},{"text":"shalt thou make","number":"h6213"},{"text":"stories shalt thou make","number":"h6213"},{"text":"and the door","number":"h6607"},{"text":"in the side thereof","number":"h6654"},{"text":"A window","number":"h6672"},{"text":"shalt thou set","number":"h7760"},{"text":"and third","number":"h7992"},{"text":"second","number":"h8145"},{"text":"of the ark","number":"h8392"},{"text":"to the ark","number":"h8392"},{"text":"with lower","number":"h8482"}],"15":[{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"it of The length","number":"h753"},{"text":"of it fifty","number":"h2572"},{"text":"hundred","number":"h3967"},{"text":"And this is the fashion which thou shalt make","number":"h6213"},{"text":"and the height","number":"h6967"},{"text":"the breadth","number":"h7341"},{"text":"shall be three","number":"h7969"},{"text":"of it thirty","number":"h7970"},{"text":"of the ark","number":"h8392"}],"17":[{"text":"I","number":"h589"},{"text":"that is in the earth","number":"h776"},{"text":"upon the earth","number":"h776"},{"text":"even I do bring","number":"h935"},{"text":"all flesh","number":"h1320"},{"text":"shall die","number":"h1478"},{"text":"And behold","number":"h2009"},{"text":"of life","number":"h2416"},{"text":"and every thing","number":"h3605"},{"text":"a flood","number":"h3999"},{"text":"of waters","number":"h4325"},{"text":"wherein is the breath","number":"h7307"},{"text":"to destroy","number":"h7843"},{"text":"heaven","number":"h8064"},{"text":"from under","number":"h8478"}],"14":[{"text":"in","number":"h854"},{"text":"it within","number":"h1004"},{"text":"of gopher","number":"h1613"},{"text":"and without","number":"h2351"},{"text":"and shalt pitch","number":"h3722"},{"text":"with pitch","number":"h3724"},{"text":"wood","number":"h6086"},{"text":"Make","number":"h6213"},{"text":"shalt thou make","number":"h6213"},{"text":"rooms","number":"h7064"},{"text":"the ark","number":"h8392"},{"text":"thee an ark","number":"h8392"}],"19":[{"text":"of every sort shalt thou bring","number":"h935"},{"text":"of all flesh","number":"h1320"},{"text":"with thee they shall be male","number":"h2145"},{"text":"And of every living thing","number":"h2416"},{"text":"to keep them alive","number":"h2421"},{"text":"and female","number":"h5347"},{"text":"two","number":"h8147"},{"text":"into the ark","number":"h8392"}],"10":[{"text":"sons","number":"h1121"},{"text":"Ham","number":"h2526"},{"text":"begat","number":"h3205"},{"text":"and Japheth","number":"h3315"},{"text":"And Noah","number":"h5146"},{"text":"three","number":"h7969"},{"text":"Shem","number":"h8035"}],"8":[{"text":"grace","number":"h2580"},{"text":"of the LORD","number":"h3068"},{"text":"found","number":"h4672"},{"text":"But Noah","number":"h5146"},{"text":"in the eyes","number":"h5869"}]}
@@ -0,0 +1 @@
1
+ {"21":[{"text":"and every man","number":"h120"},{"text":"upon the earth","number":"h776"},{"text":"upon the earth","number":"h776"},{"text":"and of cattle","number":"h929"},{"text":"And all flesh","number":"h1320"},{"text":"died","number":"h1478"},{"text":"and of beast","number":"h2416"},{"text":"both of fowl","number":"h5775"},{"text":"that moved","number":"h7430"},{"text":"that creepeth","number":"h8317"},{"text":"and of every creeping thing","number":"h8318"}],"23":[{"text":"both man","number":"h120"},{"text":"of the ground","number":"h127"},{"text":"only","number":"h389"},{"text":"from the earth","number":"h776"},{"text":"alive and they that","number":"h834"},{"text":"and cattle","number":"h929"},{"text":"And every living substance","number":"h3351"},{"text":"and they were destroyed","number":"h4229"},{"text":"was destroyed","number":"h4229"},{"text":"and Noah","number":"h5146"},{"text":"and the fowl","number":"h5775"},{"text":"which was upon the face","number":"h6440"},{"text":"and the creeping things","number":"h7431"},{"text":"remained","number":"h7604"},{"text":"of the heaven","number":"h8064"},{"text":"were with him in the ark","number":"h8392"}],"4":[{"text":"of the earth","number":"h127"},{"text":"and forty","number":"h705"},{"text":"forty","number":"h705"},{"text":"upon the earth","number":"h776"},{"text":"days","number":"h3117"},{"text":"days","number":"h3117"},{"text":"living substance","number":"h3351"},{"text":"and every","number":"h3605"},{"text":"nights","number":"h3915"},{"text":"will I destroy","number":"h4229"},{"text":"and I will cause it to rain","number":"h4305"},{"text":"For yet","number":"h5750"},{"text":"from off","number":"h5921"},{"text":"that I have made","number":"h6213"},{"text":"the face","number":"h6440"},{"text":"seven","number":"h7651"}],"8":[{"text":"upon the earth","number":"h127"},{"text":"and of beasts","number":"h929"},{"text":"beasts","number":"h929"},{"text":"Of clean","number":"h2889"},{"text":"that are not clean","number":"h2889"},{"text":"and of fowls","number":"h5775"},{"text":"and of every thing that creepeth","number":"h7430"}],"2":[{"text":"the male","number":"h376"},{"text":"the male","number":"h376"},{"text":"and his female","number":"h802"},{"text":"and his female","number":"h802"},{"text":"and of beasts","number":"h929"},{"text":"beast","number":"h929"},{"text":"Of every clean","number":"h2889"},{"text":"that are not clean","number":"h2889"},{"text":"thou shalt take","number":"h3947"},{"text":"to thee by sevens","number":"h7651"},{"text":"by two","number":"h8147"}],"9":[{"text":"God","number":"h430"},{"text":"as","number":"h834"},{"text":"There went in","number":"h935"},{"text":"the male","number":"h2145"},{"text":"Noah","number":"h5146"},{"text":"unto Noah","number":"h5146"},{"text":"and the female","number":"h5347"},{"text":"had commanded","number":"h6680"},{"text":"and two","number":"h8147"},{"text":"two","number":"h8147"},{"text":"into the ark","number":"h8392"}],"16":[{"text":"as God","number":"h430"},{"text":"And they that went in","number":"h935"},{"text":"went in","number":"h935"},{"text":"of all flesh","number":"h1320"},{"text":"male","number":"h2145"},{"text":"him and the LORD","number":"h3068"},{"text":"and female","number":"h5347"},{"text":"shut him in","number":"h5462"},{"text":"had commanded","number":"h6680"}],"20":[{"text":"cubits","number":"h520"},{"text":"prevail","number":"h1396"},{"text":"and the mountains","number":"h2022"},{"text":"were covered","number":"h3680"},{"text":"did the waters","number":"h4325"},{"text":"upward","number":"h4605"},{"text":"Fifteen","number":"h6240"}],"1":[{"text":"said","number":"h559"},{"text":"Come","number":"h935"},{"text":"thou and all thy house","number":"h1004"},{"text":"generation","number":"h1755"},{"text":"in this","number":"h2088"},{"text":"And the LORD","number":"h3068"},{"text":"unto Noah","number":"h5146"},{"text":"before me","number":"h6440"},{"text":"righteous","number":"h6662"},{"text":"for thee have I seen","number":"h7200"},{"text":"into the ark","number":"h8392"}],"22":[{"text":"All in whose nostrils","number":"h639"},{"text":"of life","number":"h2416"},{"text":"of all that was in the dry","number":"h2724"},{"text":"land died","number":"h4191"},{"text":"was the breath","number":"h5397"}],"11":[{"text":"and the windows","number":"h699"},{"text":"broken up","number":"h1234"},{"text":"the same","number":"h2088"},{"text":"month","number":"h2320"},{"text":"of the month","number":"h2320"},{"text":"life","number":"h2416"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"hundredth","number":"h3967"},{"text":"were all the fountains","number":"h4599"},{"text":"of Noah's","number":"h5146"},{"text":"were opened","number":"h6605"},{"text":"of the great","number":"h7227"},{"text":"the seventeenth","number":"h7651"},{"text":"of heaven","number":"h8064"},{"text":"In","number":"h8141"},{"text":"year","number":"h8141"},{"text":"in the second","number":"h8145"},{"text":"the six","number":"h8337"},{"text":"deep","number":"h8415"}],"12":[{"text":"and forty","number":"h705"},{"text":"forty","number":"h705"},{"text":"was upon the earth","number":"h776"},{"text":"And the rain","number":"h1653"},{"text":"days","number":"h3117"},{"text":"nights","number":"h3915"}],"17":[{"text":"was forty","number":"h705"},{"text":"above the earth","number":"h776"},{"text":"upon the earth","number":"h776"},{"text":"days","number":"h3117"},{"text":"And the flood","number":"h3999"},{"text":"and the waters","number":"h4325"},{"text":"and bare up","number":"h5375"},{"text":"increased","number":"h7235"},{"text":"and it was lift up","number":"h7311"},{"text":"the ark","number":"h8392"}],"3":[{"text":"of all the earth","number":"h776"},{"text":"the male","number":"h2145"},{"text":"seed","number":"h2233"},{"text":"alive","number":"h2421"},{"text":"to keep","number":"h2421"},{"text":"and the female","number":"h5347"},{"text":"Of fowls","number":"h5775"},{"text":"upon the face","number":"h6440"},{"text":"by sevens","number":"h7651"},{"text":"also of the air","number":"h8064"}],"14":[{"text":"upon the earth","number":"h776"},{"text":"and all the cattle","number":"h929"},{"text":"They","number":"h1992"},{"text":"and every beast","number":"h2416"},{"text":"of every sort","number":"h3671"},{"text":"after his kind","number":"h4327"},{"text":"after his kind","number":"h4327"},{"text":"after his kind","number":"h4327"},{"text":"after their kind","number":"h4327"},{"text":"and every fowl","number":"h5775"},{"text":"every bird","number":"h6833"},{"text":"that creepeth","number":"h7430"},{"text":"and every creeping thing","number":"h7431"}],"18":[{"text":"upon the earth","number":"h776"},{"text":"prevailed","number":"h1396"},{"text":"went","number":"h3212"},{"text":"greatly","number":"h3966"},{"text":"And the waters","number":"h4325"},{"text":"of the waters","number":"h4325"},{"text":"upon the face","number":"h6440"},{"text":"and were increased","number":"h7235"},{"text":"and the ark","number":"h8392"}],"19":[{"text":"upon the earth","number":"h776"},{"text":"and all the high","number":"h1364"},{"text":"prevailed","number":"h1396"},{"text":"hills","number":"h2022"},{"text":"were covered","number":"h3680"},{"text":"exceedingly","number":"h3966"},{"text":"And the waters","number":"h4325"},{"text":"the whole heaven","number":"h8064"},{"text":"that were under","number":"h8478"}],"24":[{"text":"upon the earth","number":"h776"},{"text":"prevailed","number":"h1396"},{"text":"and fifty","number":"h2572"},{"text":"days","number":"h3117"},{"text":"an hundred","number":"h3967"},{"text":"And the waters","number":"h4325"}],"6":[{"text":"was upon the earth","number":"h776"},{"text":"old","number":"h1121"},{"text":"hundred","number":"h3967"},{"text":"when the flood","number":"h3999"},{"text":"of waters","number":"h4325"},{"text":"And Noah","number":"h5146"},{"text":"years","number":"h8141"},{"text":"was six","number":"h8337"}],"10":[{"text":"were upon the earth","number":"h776"},{"text":"days","number":"h3117"},{"text":"of the flood","number":"h3999"},{"text":"that the waters","number":"h4325"},{"text":"And it came to pass after seven","number":"h7651"}],"7":[{"text":"and his wife","number":"h802"},{"text":"wives","number":"h802"},{"text":"went in","number":"h935"},{"text":"and his sons","number":"h1121"},{"text":"and his sons","number":"h1121"},{"text":"of the flood","number":"h3999"},{"text":"the waters","number":"h4325"},{"text":"And Noah","number":"h5146"},{"text":"because of","number":"h6440"},{"text":"with him into the ark","number":"h8392"}],"13":[{"text":"wife","number":"h802"},{"text":"wives","number":"h802"},{"text":"entered","number":"h935"},{"text":"of his sons","number":"h1121"},{"text":"the sons","number":"h1121"},{"text":"and Ham","number":"h2526"},{"text":"day","number":"h3117"},{"text":"and Japheth","number":"h3315"},{"text":"Noah","number":"h5146"},{"text":"and Noah's","number":"h5146"},{"text":"of Noah","number":"h5146"},{"text":"In the selfsame","number":"h6106"},{"text":"and the three","number":"h7969"},{"text":"and Shem","number":"h8035"},{"text":"with them into the ark","number":"h8392"}],"15":[{"text":"wherein","number":"h834"},{"text":"And they went in","number":"h935"},{"text":"of all flesh","number":"h1320"},{"text":"of life","number":"h2416"},{"text":"unto Noah","number":"h5146"},{"text":"is the breath","number":"h7307"},{"text":"and two","number":"h8147"},{"text":"two","number":"h8147"},{"text":"into the ark","number":"h8392"}],"5":[{"text":"according unto all that the LORD","number":"h3068"},{"text":"And Noah","number":"h5146"},{"text":"did","number":"h6213"},{"text":"commanded","number":"h6680"}]}
@@ -0,0 +1 @@
1
+ {"21":[{"text":"any more for man's","number":"h120"},{"text":"of man's","number":"h120"},{"text":"the ground","number":"h127"},{"text":"in","number":"h413"},{"text":"said","number":"h559"},{"text":"any more every thing living","number":"h2416"},{"text":"And the LORD","number":"h3068"},{"text":"and the LORD","number":"h3068"},{"text":"I will not again","number":"h3254"},{"text":"neither will I again","number":"h3254"},{"text":"for the imagination","number":"h3336"},{"text":"heart","number":"h3820"},{"text":"his heart","number":"h3820"},{"text":"a sweet","number":"h5207"},{"text":"smite","number":"h5221"},{"text":"from his youth","number":"h5271"},{"text":"sake","number":"h5668"},{"text":"as I have done","number":"h6213"},{"text":"curse","number":"h7043"},{"text":"smelled","number":"h7306"},{"text":"savour","number":"h7381"},{"text":"is evil","number":"h7451"}],"13":[{"text":"of the ground","number":"h127"},{"text":"month the first","number":"h259"},{"text":"from off the earth","number":"h776"},{"text":"day of the month","number":"h2320"},{"text":"was dry","number":"h2717"},{"text":"were dried up","number":"h2717"},{"text":"hundredth","number":"h3967"},{"text":"the waters","number":"h4325"},{"text":"the covering","number":"h4372"},{"text":"and Noah","number":"h5146"},{"text":"removed","number":"h5493"},{"text":"and behold the face","number":"h6440"},{"text":"and looked","number":"h7200"},{"text":"in the first","number":"h7223"},{"text":"and first year","number":"h8141"},{"text":"And it came to pass in the six","number":"h8337"},{"text":"of the ark","number":"h8392"}],"8":[{"text":"of the ground","number":"h127"},{"text":"a dove","number":"h3123"},{"text":"if the waters","number":"h4325"},{"text":"from off the face","number":"h6440"},{"text":"were abated","number":"h7043"},{"text":"from him to see","number":"h7200"},{"text":"Also he sent forth","number":"h7971"}],"5":[{"text":"month on the first","number":"h259"},{"text":"continually","number":"h1980"},{"text":"of the mountains","number":"h2022"},{"text":"day of the month","number":"h2320"},{"text":"month","number":"h2320"},{"text":"decreased","number":"h2637"},{"text":"And the waters","number":"h4325"},{"text":"until","number":"h5704"},{"text":"in the tenth","number":"h6224"},{"text":"the tenth","number":"h6224"},{"text":"seen","number":"h7200"},{"text":"were the tops","number":"h7218"}],"10":[{"text":"yet other","number":"h312"},{"text":"And he stayed","number":"h2342"},{"text":"days","number":"h3117"},{"text":"the dove","number":"h3123"},{"text":"and again","number":"h3254"},{"text":"seven","number":"h7651"},{"text":"he sent forth","number":"h7971"},{"text":"out of the ark","number":"h8392"}],"12":[{"text":"yet other","number":"h312"},{"text":"days","number":"h3117"},{"text":"the dove","number":"h3123"},{"text":"And he stayed","number":"h3176"},{"text":"not again","number":"h3254"},{"text":"unto him any more","number":"h5750"},{"text":"seven","number":"h7651"},{"text":"which returned","number":"h7725"},{"text":"and sent forth","number":"h7971"}],"1":[{"text":"And God","number":"h430"},{"text":"and God","number":"h430"},{"text":"the earth","number":"h776"},{"text":"and all the cattle","number":"h929"},{"text":"remembered","number":"h2142"},{"text":"and every living thing","number":"h2416"},{"text":"and the waters","number":"h4325"},{"text":"Noah","number":"h5146"},{"text":"made","number":"h5674"},{"text":"to pass","number":"h5674"},{"text":"over","number":"h5921"},{"text":"a wind","number":"h7307"},{"text":"asswaged","number":"h7918"},{"text":"that was with him in the ark","number":"h8392"}],"15":[{"text":"And God","number":"h430"},{"text":"saying","number":"h559"},{"text":"spake","number":"h1696"},{"text":"unto Noah","number":"h5146"}],"2":[{"text":"and the windows","number":"h699"},{"text":"and the rain","number":"h1653"},{"text":"was restrained","number":"h3607"},{"text":"The fountains","number":"h4599"},{"text":"were stopped","number":"h5534"},{"text":"from heaven","number":"h8064"},{"text":"of heaven","number":"h8064"},{"text":"also of the deep","number":"h8415"}],"6":[{"text":"of forty","number":"h705"},{"text":"the window","number":"h2474"},{"text":"days","number":"h3117"},{"text":"that Noah","number":"h5146"},{"text":"which he had made","number":"h6213"},{"text":"opened","number":"h6605"},{"text":"And it came to pass at the end","number":"h7093"},{"text":"of the ark","number":"h8392"}],"22":[{"text":"While the earth","number":"h776"},{"text":"seedtime","number":"h2233"},{"text":"and heat","number":"h2527"},{"text":"and winter","number":"h2779"},{"text":"and day","number":"h3117"},{"text":"remaineth","number":"h3117"},{"text":"and night","number":"h3915"},{"text":"and summer","number":"h7019"},{"text":"and harvest","number":"h7105"},{"text":"and cold","number":"h7120"},{"text":"shall not cease","number":"h7673"}],"11":[{"text":"from off the earth","number":"h776"},{"text":"came in","number":"h935"},{"text":"was an olive","number":"h2132"},{"text":"pluckt off","number":"h2965"},{"text":"knew","number":"h3045"},{"text":"And the dove","number":"h3123"},{"text":"that the waters","number":"h4325"},{"text":"so Noah","number":"h5146"},{"text":"leaf","number":"h5929"},{"text":"to him in the evening","number":"h6256"},{"text":"and lo in her mouth","number":"h6310"},{"text":"were abated","number":"h7043"}],"3":[{"text":"from off the earth","number":"h776"},{"text":"continually","number":"h1980"},{"text":"and fifty","number":"h2572"},{"text":"were abated","number":"h2637"},{"text":"days","number":"h3117"},{"text":"of the hundred","number":"h3967"},{"text":"And the waters","number":"h4325"},{"text":"the waters","number":"h4325"},{"text":"and after the end","number":"h7097"},{"text":"returned","number":"h7725"}],"7":[{"text":"from off the earth","number":"h776"},{"text":"were dried up","number":"h3001"},{"text":"to","number":"h3318"},{"text":"which went forth","number":"h3318"},{"text":"until the waters","number":"h4325"},{"text":"a raven","number":"h6158"},{"text":"and fro","number":"h7725"},{"text":"And he sent forth","number":"h7971"}],"17":[{"text":"in the earth","number":"h776"},{"text":"upon the earth","number":"h776"},{"text":"upon the earth","number":"h776"},{"text":"and of cattle","number":"h929"},{"text":"that is with thee of all flesh","number":"h1320"},{"text":"with thee every living thing","number":"h2416"},{"text":"Bring forth","number":"h3318"},{"text":"both of fowl","number":"h5775"},{"text":"and be fruitful","number":"h6509"},{"text":"and multiply","number":"h7235"},{"text":"that creepeth","number":"h7430"},{"text":"and of every creeping thing","number":"h7431"},{"text":"that they may breed abundantly","number":"h8317"}],"9":[{"text":"of the whole earth","number":"h776"},{"text":"and pulled her in","number":"h935"},{"text":"his hand","number":"h3027"},{"text":"But the dove","number":"h3123"},{"text":"for the sole","number":"h3709"},{"text":"and took her","number":"h3947"},{"text":"for the waters","number":"h4325"},{"text":"no rest","number":"h4494"},{"text":"found","number":"h4672"},{"text":"were on the face","number":"h6440"},{"text":"of her foot","number":"h7272"},{"text":"and she returned","number":"h7725"},{"text":"then he put forth","number":"h7971"},{"text":"unto him into the ark","number":"h8392"},{"text":"unto him into the ark","number":"h8392"}],"19":[{"text":"upon the earth","number":"h776"},{"text":"Every beast","number":"h2416"},{"text":"went forth","number":"h3318"},{"text":"and whatsoever","number":"h3605"},{"text":"after their kinds","number":"h4940"},{"text":"and every fowl","number":"h5775"},{"text":"creepeth","number":"h7430"},{"text":"every creeping thing","number":"h7431"},{"text":"out of the ark","number":"h8392"}],"14":[{"text":"was the earth","number":"h776"},{"text":"month","number":"h2320"},{"text":"of the month","number":"h2320"},{"text":"dried","number":"h3001"},{"text":"day","number":"h3117"},{"text":"and twentieth","number":"h6242"},{"text":"on the seven","number":"h7651"},{"text":"And in the second","number":"h8145"}],"4":[{"text":"of Ararat","number":"h780"},{"text":"upon the mountains","number":"h2022"},{"text":"month","number":"h2320"},{"text":"of the month","number":"h2320"},{"text":"day","number":"h3117"},{"text":"rested","number":"h5117"},{"text":"on the seventeenth","number":"h6240"},{"text":"in the seventh","number":"h7637"},{"text":"And the ark","number":"h8392"}],"18":[{"text":"and his wife","number":"h802"},{"text":"wives","number":"h802"},{"text":"and his sons","number":"h1121"},{"text":"and his sons","number":"h1121"},{"text":"went forth","number":"h3318"},{"text":"And Noah","number":"h5146"}],"16":[{"text":"thou and thy wife","number":"h802"},{"text":"wives","number":"h802"},{"text":"and thy sons","number":"h1121"},{"text":"and thy sons","number":"h1121"},{"text":"Go forth","number":"h3318"},{"text":"of the ark","number":"h8392"}],"20":[{"text":"beast","number":"h929"},{"text":"builded","number":"h1129"},{"text":"and of every clean","number":"h2889"},{"text":"of every clean","number":"h2889"},{"text":"unto the LORD","number":"h3068"},{"text":"and took","number":"h3947"},{"text":"an altar","number":"h4196"},{"text":"on the altar","number":"h4196"},{"text":"And Noah","number":"h5146"},{"text":"fowl","number":"h5775"},{"text":"and offered","number":"h5927"},{"text":"burnt offerings","number":"h5930"}]}
@@ -0,0 +1 @@
1
+ {"18":[{"text":"is the father","number":"h1"},{"text":"And the sons","number":"h1121"},{"text":"and Ham","number":"h2526"},{"text":"and Ham","number":"h2526"},{"text":"and Japheth","number":"h3315"},{"text":"that went forth","number":"h3318"},{"text":"of Canaan","number":"h3667"},{"text":"of Noah","number":"h5146"},{"text":"were Shem","number":"h8035"},{"text":"of the ark","number":"h8392"}],"23":[{"text":"not their father's","number":"h1"},{"text":"of their father","number":"h1"},{"text":"backward","number":"h322"},{"text":"were backward","number":"h322"},{"text":"and went","number":"h3212"},{"text":"and Japheth","number":"h3315"},{"text":"and covered","number":"h3680"},{"text":"took","number":"h3947"},{"text":"nakedness","number":"h6172"},{"text":"the nakedness","number":"h6172"},{"text":"and their faces","number":"h6440"},{"text":"and they saw","number":"h7200"},{"text":"and laid","number":"h7760"},{"text":"their shoulders","number":"h7926"},{"text":"And Shem","number":"h8035"},{"text":"a garment","number":"h8071"},{"text":"it upon both","number":"h8147"}],"22":[{"text":"of his father","number":"h1"},{"text":"the father","number":"h1"},{"text":"brethren","number":"h251"},{"text":"without","number":"h2351"},{"text":"And Ham","number":"h2526"},{"text":"of Canaan","number":"h3667"},{"text":"and told","number":"h5046"},{"text":"the nakedness","number":"h6172"},{"text":"saw","number":"h7200"},{"text":"his two","number":"h8147"}],"6":[{"text":"by man","number":"h120"},{"text":"he man","number":"h120"},{"text":"man's","number":"h120"},{"text":"of God","number":"h430"},{"text":"blood","number":"h1818"},{"text":"shall his blood","number":"h1818"},{"text":"made","number":"h6213"},{"text":"for in the image","number":"h6754"},{"text":"Whoso sheddeth","number":"h8210"},{"text":"be shed","number":"h8210"}],"5":[{"text":"of man","number":"h120"},{"text":"of man","number":"h120"},{"text":"brother","number":"h251"},{"text":"of every man's","number":"h376"},{"text":"And surely","number":"h389"},{"text":"your blood","number":"h1818"},{"text":"will I require","number":"h1875"},{"text":"will I require","number":"h1875"},{"text":"will I require it","number":"h1875"},{"text":"of every beast","number":"h2416"},{"text":"and at the hand","number":"h3027"},{"text":"at the hand","number":"h3027"},{"text":"at the hand","number":"h3027"},{"text":"of your lives","number":"h5315"},{"text":"the life","number":"h5315"}],"2":[{"text":"upon the earth","number":"h127"},{"text":"of the earth","number":"h776"},{"text":"and upon all the fishes","number":"h1709"},{"text":"shall be upon every beast","number":"h2416"},{"text":"and the dread of you","number":"h2844"},{"text":"into your hand","number":"h3027"},{"text":"of the sea","number":"h3220"},{"text":"And the fear of you","number":"h4172"},{"text":"are they delivered","number":"h5414"},{"text":"and upon every fowl","number":"h5775"},{"text":"upon all that moveth","number":"h7430"},{"text":"of the air","number":"h8064"}],"21":[{"text":"his tent","number":"h168"},{"text":"and he was uncovered","number":"h1540"},{"text":"of the wine","number":"h3196"},{"text":"and was drunken","number":"h7937"},{"text":"And he drank","number":"h8354"},{"text":"within","number":"h8432"}],"27":[{"text":"in the tents","number":"h168"},{"text":"God","number":"h430"},{"text":"Japheth","number":"h3315"},{"text":"and Canaan","number":"h3667"},{"text":"shall be his servant","number":"h5650"},{"text":"shall enlarge","number":"h6601"},{"text":"and he shall dwell","number":"h7931"},{"text":"of Shem","number":"h8035"}],"12":[{"text":"This is the token","number":"h226"},{"text":"And God","number":"h430"},{"text":"said","number":"h559"},{"text":"which I","number":"h589"},{"text":"of the covenant","number":"h1285"},{"text":"generations","number":"h1755"},{"text":"between me and you and every living","number":"h2416"},{"text":"creature","number":"h5315"},{"text":"make","number":"h5414"},{"text":"that is with you for perpetual","number":"h5769"}],"17":[{"text":"This is the token","number":"h226"},{"text":"And God","number":"h430"},{"text":"said","number":"h559"},{"text":"that is upon the earth","number":"h776"},{"text":"of the covenant","number":"h1285"},{"text":"between me and all flesh","number":"h1320"},{"text":"unto Noah","number":"h5146"},{"text":"which I have established","number":"h6965"}],"13":[{"text":"and it shall be for a token","number":"h226"},{"text":"between me and the earth","number":"h776"},{"text":"of a covenant","number":"h1285"},{"text":"I do set","number":"h5414"},{"text":"in the cloud","number":"h6051"},{"text":"my bow","number":"h7198"}],"25":[{"text":"shall he be unto his brethren","number":"h251"},{"text":"And he said","number":"h559"},{"text":"Cursed","number":"h779"},{"text":"be Canaan","number":"h3667"},{"text":"a servant","number":"h5650"},{"text":"of servants","number":"h5650"}],"28":[{"text":"after","number":"h310"},{"text":"lived","number":"h2421"},{"text":"and fifty","number":"h2572"},{"text":"hundred","number":"h3967"},{"text":"the flood","number":"h3999"},{"text":"And Noah","number":"h5146"},{"text":"three","number":"h7969"},{"text":"years","number":"h8141"}],"9":[{"text":"after you","number":"h310"},{"text":"my covenant","number":"h1285"},{"text":"with you and with your seed","number":"h2233"},{"text":"And I behold I establish","number":"h6965"}],"20":[{"text":"to be an husbandman","number":"h376"},{"text":"began","number":"h2490"},{"text":"a vineyard","number":"h3754"},{"text":"And Noah","number":"h5146"},{"text":"and he planted","number":"h5193"}],"4":[{"text":"But","number":"h389"},{"text":"thereof shall ye not eat","number":"h398"},{"text":"flesh","number":"h1320"},{"text":"thereof which is the blood","number":"h1818"},{"text":"with the life","number":"h5315"}],"3":[{"text":"shall be meat","number":"h402"},{"text":"that liveth","number":"h2416"},{"text":"for you even as the green","number":"h3418"},{"text":"have I given","number":"h5414"},{"text":"herb","number":"h6212"},{"text":"Every moving thing","number":"h7431"}],"1":[{"text":"And God","number":"h430"},{"text":"and said","number":"h559"},{"text":"the earth","number":"h776"},{"text":"and his sons","number":"h1121"},{"text":"blessed","number":"h1288"},{"text":"and replenish","number":"h4390"},{"text":"Noah","number":"h5146"},{"text":"unto them Be fruitful","number":"h6509"},{"text":"and multiply","number":"h7235"}],"8":[{"text":"And God","number":"h430"},{"text":"spake","number":"h559"},{"text":"with him saying","number":"h559"},{"text":"and to his sons","number":"h1121"},{"text":"unto Noah","number":"h5146"}],"16":[{"text":"God","number":"h430"},{"text":"that is upon the earth","number":"h776"},{"text":"and","number":"h996"},{"text":"between","number":"h996"},{"text":"covenant","number":"h1285"},{"text":"of all flesh","number":"h1320"},{"text":"that I may remember","number":"h2142"},{"text":"every living","number":"h2416"},{"text":"creature","number":"h5315"},{"text":"the everlasting","number":"h5769"},{"text":"shall be in the cloud","number":"h6051"},{"text":"And the bow","number":"h7198"},{"text":"and I will look upon it","number":"h7200"}],"26":[{"text":"God","number":"h430"},{"text":"And he said","number":"h559"},{"text":"Blessed","number":"h1288"},{"text":"shall be","number":"h1961"},{"text":"be the LORD","number":"h3068"},{"text":"and Canaan","number":"h3667"},{"text":"his servant","number":"h5650"},{"text":"of Shem","number":"h8035"}],"19":[{"text":"and of them was the whole earth","number":"h776"},{"text":"sons","number":"h1121"},{"text":"of Noah","number":"h5146"},{"text":"overspread","number":"h5310"},{"text":"These are the three","number":"h7969"}],"7":[{"text":"in the earth","number":"h776"},{"text":"And you be ye fruitful","number":"h6509"},{"text":"and multiply","number":"h7235"},{"text":"and multiply","number":"h7235"},{"text":"bring forth abundantly","number":"h8317"}],"10":[{"text":"of the earth","number":"h776"},{"text":"of the earth","number":"h776"},{"text":"of the cattle","number":"h929"},{"text":"And with every living","number":"h2416"},{"text":"and of every beast","number":"h2416"},{"text":"to every beast","number":"h2416"},{"text":"with you from all that go out","number":"h3318"},{"text":"creature","number":"h5315"},{"text":"that is with you of the fowl","number":"h5775"},{"text":"of the ark","number":"h8392"}],"14":[{"text":"over the earth","number":"h776"},{"text":"And it shall come to pass when I bring","number":"h6049"},{"text":"a cloud","number":"h6051"},{"text":"in the cloud","number":"h6051"},{"text":"that the bow","number":"h7198"},{"text":"shall be seen","number":"h7200"}],"11":[{"text":"the earth","number":"h776"},{"text":"my covenant","number":"h1285"},{"text":"with you neither shall all flesh","number":"h1320"},{"text":"be cut off","number":"h3772"},{"text":"neither shall there any more be a flood","number":"h3999"},{"text":"of a flood","number":"h3999"},{"text":"any more by the waters","number":"h4325"},{"text":"And I will establish","number":"h6965"},{"text":"to destroy","number":"h7843"}],"24":[{"text":"son","number":"h1121"},{"text":"and knew","number":"h3045"},{"text":"from his wine","number":"h3196"},{"text":"awoke","number":"h3364"},{"text":"And Noah","number":"h5146"},{"text":"had done","number":"h6213"},{"text":"what his younger","number":"h6996"}],"15":[{"text":"my covenant","number":"h1285"},{"text":"all flesh","number":"h1320"},{"text":"of all flesh","number":"h1320"},{"text":"And I will remember","number":"h2142"},{"text":"which is between me and you and every living","number":"h2416"},{"text":"become a flood","number":"h3999"},{"text":"and the waters","number":"h4325"},{"text":"creature","number":"h5315"},{"text":"shall no more","number":"h5750"},{"text":"to destroy","number":"h7843"}],"29":[{"text":"and fifty","number":"h2572"},{"text":"And all the days","number":"h3117"},{"text":"hundred","number":"h3967"},{"text":"and he died","number":"h4191"},{"text":"of Noah","number":"h5146"},{"text":"years","number":"h8141"},{"text":"were nine","number":"h8672"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"men","number":"h120"},{"text":"as the fishes","number":"h1709"},{"text":"of the sea","number":"h3220"},{"text":"that have no ruler","number":"h4910"},{"text":"And makest","number":"h6213"},{"text":"as the creeping things","number":"h7431"}],"3":[{"text":"me iniquity","number":"h205"},{"text":"and violence","number":"h2555"},{"text":"and contention","number":"h4066"},{"text":"and cause me to behold","number":"h5027"},{"text":"are before me and there are that raise up","number":"h5375"},{"text":"grievance","number":"h5999"},{"text":"Why dost thou shew","number":"h7200"},{"text":"strife","number":"h7379"},{"text":"for spoiling","number":"h7701"}],"7":[{"text":"They are terrible","number":"h366"},{"text":"shall proceed","number":"h3318"},{"text":"and dreadful","number":"h3372"},{"text":"their judgment","number":"h4941"},{"text":"and their dignity","number":"h7613"}],"8":[{"text":"to eat","number":"h398"},{"text":"shall come","number":"h935"},{"text":"wolves","number":"h2061"},{"text":"and are more fierce","number":"h2300"},{"text":"that hasteth","number":"h2363"},{"text":"than the leopards","number":"h5246"},{"text":"as the eagle","number":"h5404"},{"text":"Their horses","number":"h5483"},{"text":"they shall fly","number":"h5774"},{"text":"than the evening","number":"h6153"},{"text":"shall spread","number":"h6335"},{"text":"and their horsemen","number":"h6571"},{"text":"themselves and their horsemen","number":"h6571"},{"text":"also are swifter","number":"h7043"},{"text":"from far","number":"h7350"}],"12":[{"text":"my God","number":"h430"},{"text":"O LORD","number":"h3068"},{"text":"O LORD","number":"h3068"},{"text":"them for correction","number":"h3198"},{"text":"thou hast established","number":"h3245"},{"text":"we shall not die","number":"h4191"},{"text":"them for judgment","number":"h4941"},{"text":"and O mighty God","number":"h6697"},{"text":"mine Holy One","number":"h6918"},{"text":"Art thou not from everlasting","number":"h6924"},{"text":"thou hast ordained","number":"h7760"}],"11":[{"text":"unto his god","number":"h433"},{"text":"and offend","number":"h816"},{"text":"imputing this","number":"h2098"},{"text":"change","number":"h2498"},{"text":"his power","number":"h3581"},{"text":"and he shall pass over","number":"h5674"},{"text":"Then shall his mind","number":"h7307"}],"5":[{"text":"which ye will not believe","number":"h539"},{"text":"ye among the heathen","number":"h1471"},{"text":"in your days","number":"h3117"},{"text":"and regard","number":"h5027"},{"text":"though it be told","number":"h5608"},{"text":"for I will work","number":"h6466"},{"text":"a work","number":"h6467"},{"text":"Behold","number":"h7200"},{"text":"and wonder","number":"h8539"},{"text":"marvellously","number":"h8539"}],"15":[{"text":"and gather","number":"h622"},{"text":"and are glad","number":"h1523"},{"text":"they catch","number":"h1641"},{"text":"all of them with the angle","number":"h2443"},{"text":"them in their net","number":"h2764"},{"text":"them in their drag","number":"h4365"},{"text":"They take up","number":"h5927"},{"text":"therefore they rejoice","number":"h8055"}],"9":[{"text":"and they shall gather","number":"h622"},{"text":"They shall come","number":"h935"},{"text":"as the sand","number":"h2344"},{"text":"all for violence","number":"h2555"},{"text":"shall sup up","number":"h4041"},{"text":"their faces","number":"h6440"},{"text":"as the east wind","number":"h6921"},{"text":"the captivity","number":"h7628"}],"6":[{"text":"of the land","number":"h776"},{"text":"nation","number":"h1471"},{"text":"which shall march","number":"h1980"},{"text":"to possess","number":"h3423"},{"text":"the Chaldeans","number":"h3778"},{"text":"and hasty","number":"h4116"},{"text":"that bitter","number":"h4751"},{"text":"through the breadth","number":"h4800"},{"text":"the dwellingplaces","number":"h4908"},{"text":"For lo I raise up","number":"h6965"}],"13":[{"text":"thou upon them that deal treacherously","number":"h898"},{"text":"devoureth","number":"h1104"},{"text":"and holdest thy tongue","number":"h2790"},{"text":"Thou art of purer","number":"h2889"},{"text":"and canst","number":"h3201"},{"text":"not look","number":"h5027"},{"text":"wherefore lookest","number":"h5027"},{"text":"eyes","number":"h5869"},{"text":"on iniquity","number":"h5999"},{"text":"the man that is more righteous","number":"h6662"},{"text":"than to behold","number":"h7200"},{"text":"evil","number":"h7451"},{"text":"when the wicked","number":"h7563"}],"16":[{"text":"plenteous","number":"h1277"},{"text":"because by them","number":"h1992"},{"text":"Therefore they sacrifice","number":"h2076"},{"text":"their portion","number":"h2506"},{"text":"unto their net","number":"h2764"},{"text":"and their meat","number":"h3978"},{"text":"unto their drag","number":"h4365"},{"text":"and burn incense","number":"h6999"},{"text":"is fat","number":"h8082"}],"17":[{"text":"the nations","number":"h1471"},{"text":"to slay","number":"h2026"},{"text":"and not spare","number":"h2550"},{"text":"their net","number":"h2764"},{"text":"Shall they therefore empty","number":"h7324"},{"text":"continually","number":"h8548"}],"2":[{"text":"even cry out","number":"h2199"},{"text":"unto thee of violence","number":"h2555"},{"text":"O LORD","number":"h3068"},{"text":"and thou wilt not save","number":"h3467"},{"text":"how long shall I cry","number":"h7768"},{"text":"and thou wilt not hear","number":"h8085"}],"1":[{"text":"which Habakkuk","number":"h2265"},{"text":"did see","number":"h2372"},{"text":"The burden","number":"h4853"},{"text":"the prophet","number":"h5030"}],"4":[{"text":"go forth","number":"h3318"},{"text":"proceedeth","number":"h3318"},{"text":"doth compass","number":"h3803"},{"text":"and judgment","number":"h4941"},{"text":"judgment","number":"h4941"},{"text":"doth never","number":"h5331"},{"text":"therefore wrong","number":"h6127"},{"text":"is slacked","number":"h6313"},{"text":"about the righteous","number":"h6662"},{"text":"for the wicked","number":"h7563"},{"text":"Therefore the law","number":"h8451"}],"10":[{"text":"and take","number":"h3920"},{"text":"every strong hold","number":"h4013"},{"text":"at the kings","number":"h4428"},{"text":"shall be a scorn","number":"h4890"},{"text":"dust","number":"h6083"},{"text":"for they shall heap","number":"h6651"},{"text":"And they shall scoff","number":"h7046"},{"text":"and the princes","number":"h7336"},{"text":"unto them they shall deride","number":"h7832"}]}
@@ -0,0 +1 @@
1
+ {"11":[{"text":"For the stone","number":"h68"},{"text":"shall cry out","number":"h2199"},{"text":"and the beam out","number":"h3714"},{"text":"shall answer","number":"h6030"},{"text":"of the timber","number":"h6086"},{"text":"of the wall","number":"h7023"}],"19":[{"text":"stone","number":"h68"},{"text":"unto him that saith","number":"h559"},{"text":"to the dumb","number":"h1748"},{"text":"Woe","number":"h1945"},{"text":"over with gold","number":"h2091"},{"text":"it shall teach","number":"h3384"},{"text":"and silver","number":"h3701"},{"text":"Arise","number":"h5782"},{"text":"to the wood","number":"h6086"},{"text":"Awake","number":"h6974"},{"text":"at all in the midst","number":"h7130"},{"text":"and there is no breath","number":"h7307"},{"text":"Behold it is laid","number":"h8610"}],"17":[{"text":"because of men's","number":"h120"},{"text":"of the land","number":"h776"},{"text":"of beasts","number":"h929"},{"text":"blood","number":"h1818"},{"text":"For the violence","number":"h2555"},{"text":"and for the violence","number":"h2555"},{"text":"which made them afraid","number":"h2865"},{"text":"and of all that dwell","number":"h3427"},{"text":"shall cover","number":"h3680"},{"text":"of Lebanon","number":"h3844"},{"text":"of the city","number":"h7151"},{"text":"thee and the spoil","number":"h7701"}],"8":[{"text":"thee because of men's","number":"h120"},{"text":"of the land","number":"h776"},{"text":"nations","number":"h1471"},{"text":"blood","number":"h1818"},{"text":"and for the violence","number":"h2555"},{"text":"and of all that dwell","number":"h3427"},{"text":"all the remnant","number":"h3499"},{"text":"of the people","number":"h5971"},{"text":"of the city","number":"h7151"},{"text":"many","number":"h7227"},{"text":"Because thou hast spoiled","number":"h7997"},{"text":"shall spoil","number":"h7997"}],"3":[{"text":"it will not tarry","number":"h309"},{"text":"come","number":"h935"},{"text":"for it because it will surely","number":"h935"},{"text":"For the vision","number":"h2377"},{"text":"wait","number":"h2442"},{"text":"and not lie","number":"h3576"},{"text":"though it tarry","number":"h4102"},{"text":"is yet for an appointed time","number":"h4150"},{"text":"it shall speak","number":"h6315"},{"text":"but at the end","number":"h7093"}],"18":[{"text":"idols","number":"h457"},{"text":"dumb","number":"h483"},{"text":"trusteth","number":"h982"},{"text":"What profiteth","number":"h3276"},{"text":"that the maker","number":"h3335"},{"text":"that the maker","number":"h3335"},{"text":"of his work","number":"h3336"},{"text":"and a teacher","number":"h3384"},{"text":"it the molten image","number":"h4541"},{"text":"therein to make","number":"h6213"},{"text":"thereof hath graven","number":"h6458"},{"text":"the graven image","number":"h6459"},{"text":"of lies","number":"h8267"}],"4":[{"text":"by his faith","number":"h530"},{"text":"shall live","number":"h2421"},{"text":"is not upright","number":"h3474"},{"text":"Behold his soul","number":"h5315"},{"text":"which is lifted up","number":"h6075"},{"text":"in him but the just","number":"h6662"}],"6":[{"text":"against him and say","number":"h559"},{"text":"Woe","number":"h1945"},{"text":"proverb","number":"h2420"},{"text":"that which is not his! how long and to him that ladeth","number":"h3513"},{"text":"against him and a taunting","number":"h4426"},{"text":"a parable","number":"h4912"},{"text":"Shall not all these take up","number":"h5375"},{"text":"himself with thick clay","number":"h5671"},{"text":"to him that increaseth","number":"h7235"}],"2":[{"text":"me and said","number":"h559"},{"text":"and make it plain","number":"h874"},{"text":"the vision","number":"h2377"},{"text":"And the LORD","number":"h3068"},{"text":"Write","number":"h3789"},{"text":"upon tables","number":"h3871"},{"text":"answered","number":"h6030"},{"text":"that readeth","number":"h7121"},{"text":"that he may run","number":"h7323"}],"5":[{"text":"but gathereth","number":"h622"},{"text":"Yea also because he transgresseth","number":"h898"},{"text":"man","number":"h1397"},{"text":"unto him all nations","number":"h1471"},{"text":"he is a proud","number":"h3093"},{"text":"by wine","number":"h3196"},{"text":"and is as death","number":"h4194"},{"text":"neither keepeth at home","number":"h5115"},{"text":"his desire","number":"h5315"},{"text":"unto him all people","number":"h5971"},{"text":"and heapeth","number":"h6908"},{"text":"who enlargeth","number":"h7337"},{"text":"as hell","number":"h7585"},{"text":"and cannot be satisfied","number":"h7646"}],"14":[{"text":"For the earth","number":"h776"},{"text":"with the knowledge","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"the sea","number":"h3220"},{"text":"of the glory","number":"h3519"},{"text":"cover","number":"h3680"},{"text":"as the waters","number":"h4325"},{"text":"shall be filled","number":"h4390"}],"20":[{"text":"let all the earth","number":"h776"},{"text":"temple","number":"h1964"},{"text":"keep silence","number":"h2013"},{"text":"But the LORD","number":"h3068"},{"text":"before","number":"h6440"},{"text":"is in his holy","number":"h6944"}],"13":[{"text":"fire","number":"h784"},{"text":"in the very","number":"h1767"},{"text":"themselves for very","number":"h1767"},{"text":"shall labour","number":"h3021"},{"text":"Behold is it not of the LORD","number":"h3068"},{"text":"shall weary","number":"h3286"},{"text":"and the people","number":"h3816"},{"text":"that the people","number":"h5971"},{"text":"of hosts","number":"h6635"},{"text":"vanity","number":"h7385"}],"9":[{"text":"to his house","number":"h1004"},{"text":"to him that coveteth","number":"h1214"},{"text":"covetousness","number":"h1215"},{"text":"Woe","number":"h1945"},{"text":"from the power","number":"h3709"},{"text":"on high","number":"h4791"},{"text":"that he may be delivered","number":"h5337"},{"text":"his nest","number":"h7064"},{"text":"an evil","number":"h7451"},{"text":"of evil","number":"h7451"},{"text":"that he may set","number":"h7760"}],"10":[{"text":"to thy house","number":"h1004"},{"text":"shame","number":"h1322"},{"text":"and hast sinned","number":"h2398"},{"text":"Thou hast consulted","number":"h3289"},{"text":"against thy soul","number":"h5315"},{"text":"people","number":"h5971"},{"text":"by cutting off","number":"h7096"},{"text":"many","number":"h7227"}],"12":[{"text":"to him that buildeth","number":"h1129"},{"text":"with blood","number":"h1818"},{"text":"Woe","number":"h1945"},{"text":"and stablisheth","number":"h3559"},{"text":"by iniquity","number":"h5766"},{"text":"a town","number":"h5892"},{"text":"a city","number":"h7151"}],"1":[{"text":"what he will say","number":"h1696"},{"text":"and set","number":"h3320"},{"text":"me upon the tower","number":"h4692"},{"text":"upon my watch","number":"h4931"},{"text":"I will stand","number":"h5975"},{"text":"and will watch","number":"h6822"},{"text":"to see","number":"h7200"},{"text":"unto me and what I shall answer","number":"h7725"},{"text":"when I am reproved","number":"h8433"}],"15":[{"text":"Woe","number":"h1945"},{"text":"thy bottle","number":"h2573"},{"text":"on their nakedness","number":"h4589"},{"text":"also that thou mayest look","number":"h5027"},{"text":"that puttest","number":"h5596"},{"text":"unto him that giveth his neighbour","number":"h7453"},{"text":"to him and makest him drunken","number":"h7937"},{"text":"drink","number":"h8248"}],"7":[{"text":"that shall vex","number":"h2111"},{"text":"thee and awake","number":"h3364"},{"text":"thee and thou shalt be for booties","number":"h4933"},{"text":"that shall bite","number":"h5391"},{"text":"suddenly","number":"h6621"},{"text":"Shall they not rise up","number":"h6965"}],"16":[{"text":"of the LORD'S","number":"h3068"},{"text":"right hand","number":"h3225"},{"text":"for glory","number":"h3519"},{"text":"shall be on thy glory","number":"h3519"},{"text":"the cup","number":"h3563"},{"text":"shall be turned","number":"h5437"},{"text":"thou also and let thy foreskin be uncovered","number":"h6188"},{"text":"unto thee and shameful spewing","number":"h7022"},{"text":"with shame","number":"h7036"},{"text":"Thou art filled","number":"h7646"},{"text":"drink","number":"h8354"}]}
@@ -0,0 +1 @@
1
+ {"19":[{"text":"God","number":"h136"},{"text":"like hinds","number":"h355"},{"text":"upon mine high places","number":"h1116"},{"text":"feet and he will make me to walk","number":"h1869"},{"text":"is my strength","number":"h2428"},{"text":"The LORD","number":"h3069"},{"text":"on my stringed instruments","number":"h5058"},{"text":"To the chief singer","number":"h5329"},{"text":"my feet","number":"h7272"},{"text":"and he will make","number":"h7760"}],"7":[{"text":"the tents","number":"h168"},{"text":"in affliction","number":"h205"},{"text":"of the land","number":"h776"},{"text":"and the curtains","number":"h3407"},{"text":"of Cushan","number":"h3572"},{"text":"of Midian","number":"h4080"},{"text":"I saw","number":"h7200"},{"text":"did tremble","number":"h7264"}],"11":[{"text":"at the light","number":"h216"},{"text":"of thy glittering","number":"h1300"},{"text":"they went","number":"h1980"},{"text":"in their habitation","number":"h2073"},{"text":"spear","number":"h2595"},{"text":"of thine arrows","number":"h2671"},{"text":"and moon","number":"h3394"},{"text":"and at the shining","number":"h5051"},{"text":"stood still","number":"h5975"},{"text":"The sun","number":"h8121"}],"4":[{"text":"was as the light","number":"h216"},{"text":"and there was the hiding","number":"h2253"},{"text":"coming out of his hand","number":"h3027"},{"text":"And his brightness","number":"h5051"},{"text":"of his power","number":"h5797"},{"text":"he had horns","number":"h7161"}],"14":[{"text":"was as to devour","number":"h398"},{"text":"with his staves","number":"h4294"},{"text":"secretly","number":"h4565"},{"text":"Thou didst strike through","number":"h5344"},{"text":"they came out as a whirlwind","number":"h5590"},{"text":"me their rejoicing","number":"h5951"},{"text":"the poor","number":"h6041"},{"text":"to scatter","number":"h6327"},{"text":"of his villages","number":"h6518"},{"text":"the head","number":"h7218"}],"17":[{"text":"no meat","number":"h400"},{"text":"and there shall be no herd","number":"h1241"},{"text":"shall be cut off","number":"h1504"},{"text":"be in the vines","number":"h1612"},{"text":"of the olive","number":"h2132"},{"text":"neither shall fruit","number":"h2981"},{"text":"shall fail","number":"h3584"},{"text":"from the fold","number":"h4356"},{"text":"the labour","number":"h4639"},{"text":"shall yield","number":"h6213"},{"text":"shall not blossom","number":"h6524"},{"text":"the flock","number":"h6629"},{"text":"in the stalls","number":"h7517"},{"text":"and the fields","number":"h7709"},{"text":"Although the fig tree","number":"h8384"}],"18":[{"text":"in the God","number":"h430"},{"text":"I will joy","number":"h1523"},{"text":"in the LORD","number":"h3068"},{"text":"of my salvation","number":"h3468"},{"text":"Yet I will rejoice","number":"h5937"}],"3":[{"text":"God","number":"h433"},{"text":"and the earth","number":"h776"},{"text":"came","number":"h935"},{"text":"His glory","number":"h1935"},{"text":"from mount","number":"h2022"},{"text":"covered","number":"h3680"},{"text":"was full","number":"h4390"},{"text":"Selah","number":"h5542"},{"text":"Paran","number":"h6290"},{"text":"and the Holy One","number":"h6918"},{"text":"the heavens","number":"h8064"},{"text":"of his praise","number":"h8416"},{"text":"from Teman","number":"h8487"}],"9":[{"text":"even thy word","number":"h562"},{"text":"the earth","number":"h776"},{"text":"Thou didst cleave","number":"h1234"},{"text":"of the tribes","number":"h4294"},{"text":"with rivers","number":"h5104"},{"text":"Selah","number":"h5542"},{"text":"naked","number":"h5783"},{"text":"was made quite","number":"h6181"},{"text":"Thy bow","number":"h7198"},{"text":"according to the oaths","number":"h7621"}],"12":[{"text":"in anger","number":"h639"},{"text":"the land","number":"h776"},{"text":"the heathen","number":"h1471"},{"text":"thou didst thresh","number":"h1758"},{"text":"in indignation","number":"h2195"},{"text":"Thou didst march through","number":"h6805"}],"8":[{"text":"was thine anger","number":"h639"},{"text":"displeased","number":"h2734"},{"text":"Was the LORD","number":"h3068"},{"text":"against the sea","number":"h3220"},{"text":"of salvation","number":"h3444"},{"text":"and thy chariots","number":"h4818"},{"text":"against the rivers","number":"h5104"},{"text":"against the rivers","number":"h5104"},{"text":"upon thine horses","number":"h5483"},{"text":"was thy wrath","number":"h5678"},{"text":"that thou didst ride","number":"h7392"}],"6":[{"text":"the earth","number":"h776"},{"text":"hills","number":"h1389"},{"text":"the nations","number":"h1471"},{"text":"his ways","number":"h1979"},{"text":"mountains","number":"h2042"},{"text":"and measured","number":"h4128"},{"text":"and drove asunder","number":"h5425"},{"text":"and the everlasting","number":"h5703"},{"text":"are everlasting","number":"h5769"},{"text":"the perpetual","number":"h5769"},{"text":"He stood","number":"h5975"},{"text":"were scattered","number":"h6327"},{"text":"he beheld","number":"h7200"},{"text":"did bow","number":"h7817"}],"16":[{"text":"entered","number":"h935"},{"text":"my belly","number":"h990"},{"text":"he will invade them with his troops","number":"h1464"},{"text":"in the day","number":"h3117"},{"text":"in myself that I might rest","number":"h5117"},{"text":"when he cometh up","number":"h5927"},{"text":"unto the people","number":"h5971"},{"text":"into my bones","number":"h6106"},{"text":"quivered","number":"h6750"},{"text":"of trouble","number":"h6869"},{"text":"at the voice","number":"h6963"},{"text":"and I trembled","number":"h7264"},{"text":"trembled","number":"h7264"},{"text":"rottenness","number":"h7538"},{"text":"When I heard","number":"h8085"},{"text":"my lips","number":"h8193"}],"13":[{"text":"out of the house","number":"h1004"},{"text":"the foundation","number":"h3247"},{"text":"Thou wentest forth","number":"h3318"},{"text":"even for salvation","number":"h3468"},{"text":"for the salvation","number":"h3468"},{"text":"thou woundedst","number":"h4272"},{"text":"with thine anointed","number":"h4899"},{"text":"Selah","number":"h5542"},{"text":"of thy people","number":"h5971"},{"text":"by discovering","number":"h6168"},{"text":"unto the neck","number":"h6677"},{"text":"the head","number":"h7218"},{"text":"of the wicked","number":"h7563"}],"5":[{"text":"the pestilence","number":"h1698"},{"text":"him went","number":"h3212"},{"text":"went forth","number":"h3318"},{"text":"Before","number":"h6440"},{"text":"at his feet","number":"h7272"},{"text":"and burning coals","number":"h7565"}],"15":[{"text":"Thou didst walk","number":"h1869"},{"text":"through the heap","number":"h2563"},{"text":"through the sea","number":"h3220"},{"text":"waters","number":"h4325"},{"text":"with thine horses","number":"h5483"},{"text":"of great","number":"h7227"}],"10":[{"text":"The mountains","number":"h2022"},{"text":"the overflowing","number":"h2230"},{"text":"thee and they trembled","number":"h2342"},{"text":"his hands","number":"h3027"},{"text":"of the water","number":"h4325"},{"text":"and lifted up","number":"h5375"},{"text":"uttered","number":"h5414"},{"text":"passed by","number":"h5674"},{"text":"his voice","number":"h6963"},{"text":"saw","number":"h7200"},{"text":"on high","number":"h7315"},{"text":"the deep","number":"h8415"}],"2":[{"text":"remember","number":"h2142"},{"text":"revive","number":"h2421"},{"text":"make known","number":"h3045"},{"text":"O LORD","number":"h3068"},{"text":"O LORD","number":"h3068"},{"text":"and was afraid","number":"h3372"},{"text":"thy work","number":"h6467"},{"text":"in the midst","number":"h7130"},{"text":"in the midst","number":"h7130"},{"text":"in wrath","number":"h7267"},{"text":"mercy","number":"h7355"},{"text":"I have heard","number":"h8085"},{"text":"thy speech","number":"h8088"},{"text":"of the years","number":"h8141"},{"text":"of the years","number":"h8141"}],"1":[{"text":"of Habakkuk","number":"h2265"},{"text":"the prophet","number":"h5030"},{"text":"upon Shigionoth","number":"h7692"},{"text":"A prayer","number":"h8605"}]}
@@ -0,0 +1 @@
1
+ {"11":[{"text":"and upon men","number":"h120"},{"text":"and upon that which the ground","number":"h127"},{"text":"upon the land","number":"h776"},{"text":"and upon cattle","number":"h929"},{"text":"and upon the corn","number":"h1715"},{"text":"and upon the mountains","number":"h2022"},{"text":"for a drought","number":"h2721"},{"text":"and upon all the labour","number":"h3018"},{"text":"bringeth forth","number":"h3318"},{"text":"and upon the oil","number":"h3323"},{"text":"of the hands","number":"h3709"},{"text":"And I called","number":"h7121"},{"text":"and upon the new wine","number":"h8492"}],"1":[{"text":"in the first","number":"h259"},{"text":"saying","number":"h559"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the high","number":"h1419"},{"text":"came the word","number":"h1697"},{"text":"of Darius","number":"h1867"},{"text":"unto Zerubbabel","number":"h2216"},{"text":"Haggai","number":"h2292"},{"text":"month","number":"h2320"},{"text":"of the month","number":"h2320"},{"text":"by","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"of Josedech","number":"h3087"},{"text":"and to Joshua","number":"h3091"},{"text":"day","number":"h3117"},{"text":"priest","number":"h3548"},{"text":"the king","number":"h4428"},{"text":"the prophet","number":"h5030"},{"text":"governor","number":"h6346"},{"text":"of Shealtiel","number":"h7597"},{"text":"year","number":"h8141"},{"text":"In the second","number":"h8147"},{"text":"in the sixth","number":"h8345"}],"9":[{"text":"every man","number":"h376"},{"text":"and when ye brought","number":"h935"},{"text":"it home","number":"h1004"},{"text":"of mine house","number":"h1004"},{"text":"unto his own house","number":"h1004"},{"text":"that is waste","number":"h2720"},{"text":"the LORD","number":"h3068"},{"text":"Because","number":"h3282"},{"text":"and lo it came to little","number":"h4592"},{"text":"upon it Why saith","number":"h5002"},{"text":"I did blow","number":"h5301"},{"text":"Ye looked","number":"h6437"},{"text":"of hosts","number":"h6635"},{"text":"for much","number":"h7235"},{"text":"and ye run","number":"h7323"}],"6":[{"text":"ye eat","number":"h398"},{"text":"and bring","number":"h935"},{"text":"Ye have sown","number":"h2232"},{"text":"you but there is none warm","number":"h2527"},{"text":"ye clothe","number":"h3847"},{"text":"in little","number":"h4592"},{"text":"with holes","number":"h5344"},{"text":"to put it into a bag","number":"h6872"},{"text":"much","number":"h7235"},{"text":"but ye have not enough","number":"h7654"},{"text":"and he that earneth wages","number":"h7936"},{"text":"earneth wages","number":"h7936"},{"text":"but ye are not filled with drink","number":"h7937"},{"text":"ye drink","number":"h8354"}],"12":[{"text":"their God","number":"h430"},{"text":"their God","number":"h430"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the high","number":"h1419"},{"text":"and the words","number":"h1697"},{"text":"Then Zerubbabel","number":"h2216"},{"text":"of Haggai","number":"h2292"},{"text":"as the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Josedech","number":"h3087"},{"text":"and Joshua","number":"h3091"},{"text":"did fear","number":"h3372"},{"text":"priest","number":"h3548"},{"text":"the prophet","number":"h5030"},{"text":"him and the people","number":"h5971"},{"text":"of the people","number":"h5971"},{"text":"before","number":"h6440"},{"text":"the voice","number":"h6963"},{"text":"of Shealtiel","number":"h7597"},{"text":"with all the remnant","number":"h7611"},{"text":"had sent","number":"h7971"},{"text":"obeyed","number":"h8085"}],"14":[{"text":"their God","number":"h430"},{"text":"and they came","number":"h935"},{"text":"in the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the high","number":"h1419"},{"text":"of Zerubbabel","number":"h2216"},{"text":"of Judah","number":"h3063"},{"text":"And the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of Josedech","number":"h3087"},{"text":"of Joshua","number":"h3091"},{"text":"priest","number":"h3548"},{"text":"work","number":"h4399"},{"text":"stirred up","number":"h5782"},{"text":"of the people","number":"h5971"},{"text":"and did","number":"h6213"},{"text":"governor","number":"h6346"},{"text":"of hosts","number":"h6635"},{"text":"and the spirit","number":"h7307"},{"text":"and the spirit","number":"h7307"},{"text":"the spirit","number":"h7307"},{"text":"of Shealtiel","number":"h7597"},{"text":"of all the remnant","number":"h7611"}],"5":[{"text":"Now therefore thus saith","number":"h559"},{"text":"your ways","number":"h1870"},{"text":"the LORD","number":"h3068"},{"text":"of hosts","number":"h6635"},{"text":"Consider","number":"h7760"}],"13":[{"text":"Then spake","number":"h559"},{"text":"saying","number":"h559"},{"text":"Haggai","number":"h2292"},{"text":"in the LORD'S","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"the LORD'S","number":"h3068"},{"text":"messenger","number":"h4397"},{"text":"message","number":"h4400"},{"text":"I am with you saith","number":"h5002"},{"text":"unto the people","number":"h5971"}],"7":[{"text":"Thus saith","number":"h559"},{"text":"your ways","number":"h1870"},{"text":"the LORD","number":"h3068"},{"text":"of hosts","number":"h6635"},{"text":"Consider","number":"h7760"}],"2":[{"text":"Thus speaketh","number":"h559"},{"text":"say","number":"h559"},{"text":"saying","number":"h559"},{"text":"is not come","number":"h935"},{"text":"house","number":"h1004"},{"text":"should be built","number":"h1129"},{"text":"that the LORD'S","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"This people","number":"h5971"},{"text":"The time","number":"h6256"},{"text":"the time","number":"h6256"},{"text":"of hosts","number":"h6635"}],"8":[{"text":"saith","number":"h559"},{"text":"and bring","number":"h935"},{"text":"the house","number":"h1004"},{"text":"and build","number":"h1129"},{"text":"to the mountain","number":"h2022"},{"text":"the LORD","number":"h3068"},{"text":"in it and I will be glorified","number":"h3513"},{"text":"Go up","number":"h5927"},{"text":"wood","number":"h6086"},{"text":"and I will take pleasure","number":"h7521"}],"3":[{"text":"saying","number":"h559"},{"text":"Then came the word","number":"h1697"},{"text":"Haggai","number":"h2292"},{"text":"by","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"the prophet","number":"h5030"}],"15":[{"text":"In the four","number":"h702"},{"text":"of Darius","number":"h1867"},{"text":"month","number":"h2320"},{"text":"day","number":"h3117"},{"text":"the king","number":"h4428"},{"text":"and twentieth","number":"h6242"},{"text":"year","number":"h8141"},{"text":"in the second","number":"h8147"},{"text":"of the sixth","number":"h8345"}],"10":[{"text":"and the earth","number":"h776"},{"text":"from dew","number":"h2919"},{"text":"from her fruit","number":"h2981"},{"text":"is stayed","number":"h3607"},{"text":"over you is stayed","number":"h3607"},{"text":"Therefore the heaven","number":"h8064"}],"4":[{"text":"and this house","number":"h1004"},{"text":"houses","number":"h1004"},{"text":"lie waste","number":"h2720"},{"text":"for you O ye to dwell","number":"h3427"},{"text":"in your cieled","number":"h5603"},{"text":"Is it time","number":"h6256"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"a stone","number":"h68"},{"text":"upon a stone","number":"h68"},{"text":"in the temple","number":"h1964"},{"text":"from before","number":"h2962"},{"text":"of the LORD","number":"h3068"},{"text":"from this day","number":"h3117"},{"text":"and upward","number":"h4605"},{"text":"And now I pray you consider","number":"h7760"},{"text":"was laid","number":"h7760"}],"22":[{"text":"of his brother","number":"h251"},{"text":"every one","number":"h376"},{"text":"of the heathen","number":"h1471"},{"text":"And I will overthrow","number":"h2015"},{"text":"and I will overthrow","number":"h2015"},{"text":"the strength","number":"h2392"},{"text":"by the sword","number":"h2719"},{"text":"shall come down","number":"h3381"},{"text":"the throne","number":"h3678"},{"text":"of kingdoms","number":"h4467"},{"text":"of the kingdoms","number":"h4467"},{"text":"the chariots","number":"h4818"},{"text":"in them and the horses","number":"h5483"},{"text":"and their riders","number":"h7392"},{"text":"and those that ride","number":"h7392"},{"text":"and I will destroy","number":"h8045"}],"6":[{"text":"Yet once","number":"h259"},{"text":"For thus saith","number":"h559"},{"text":"and the earth","number":"h776"},{"text":"and the dry","number":"h2724"},{"text":"the LORD","number":"h3068"},{"text":"and the sea","number":"h3220"},{"text":"it is a little while","number":"h4592"},{"text":"of hosts","number":"h6635"},{"text":"and I will shake","number":"h7493"},{"text":"the heavens","number":"h8064"}],"1":[{"text":"month in the one","number":"h259"},{"text":"saying","number":"h559"},{"text":"came the word","number":"h1697"},{"text":"Haggai","number":"h2292"},{"text":"day of the month","number":"h2320"},{"text":"by","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"the prophet","number":"h5030"},{"text":"and twentieth","number":"h6242"},{"text":"In the seventh","number":"h7637"}],"9":[{"text":"of this latter","number":"h314"},{"text":"saith","number":"h559"},{"text":"house","number":"h1004"},{"text":"shall be greater than","number":"h1419"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"The glory","number":"h3519"},{"text":"and in this place","number":"h4725"},{"text":"saith","number":"h5002"},{"text":"will I give","number":"h5414"},{"text":"of hosts","number":"h6635"},{"text":"of hosts","number":"h6635"},{"text":"of the former","number":"h7223"},{"text":"peace","number":"h7965"}],"12":[{"text":"If one","number":"h376"},{"text":"and said","number":"h559"},{"text":"of his garment","number":"h899"},{"text":"flesh","number":"h1320"},{"text":"or wine","number":"h3196"},{"text":"And the priests","number":"h3548"},{"text":"and with his skirt","number":"h3671"},{"text":"in the skirt","number":"h3671"},{"text":"bread","number":"h3899"},{"text":"or any meat","number":"h3978"},{"text":"do touch","number":"h5060"},{"text":"or pottage","number":"h5138"},{"text":"bear","number":"h5375"},{"text":"answered","number":"h6030"},{"text":"shall it be holy","number":"h6942"},{"text":"holy","number":"h6944"},{"text":"or oil","number":"h8081"}],"2":[{"text":"Speak","number":"h559"},{"text":"saying","number":"h559"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the high","number":"h1419"},{"text":"now to Zerubbabel","number":"h2216"},{"text":"of Judah","number":"h3063"},{"text":"of Josedech","number":"h3087"},{"text":"and to Joshua","number":"h3091"},{"text":"priest","number":"h3548"},{"text":"of the people","number":"h5971"},{"text":"governor","number":"h6346"},{"text":"of Shealtiel","number":"h7597"},{"text":"and to the residue","number":"h7611"}],"21":[{"text":"Speak","number":"h559"},{"text":"saying","number":"h559"},{"text":"and the earth","number":"h776"},{"text":"to Zerubbabel","number":"h2216"},{"text":"of Judah","number":"h3063"},{"text":"governor","number":"h6346"},{"text":"I will shake","number":"h7493"},{"text":"the heavens","number":"h8064"}],"13":[{"text":"Then said","number":"h559"},{"text":"and said","number":"h559"},{"text":"Haggai","number":"h2292"},{"text":"It shall be unclean","number":"h2930"},{"text":"any of these shall it be unclean","number":"h2930"},{"text":"If one that is unclean","number":"h2931"},{"text":"And the priests","number":"h3548"},{"text":"touch","number":"h5060"},{"text":"by a dead body","number":"h5315"},{"text":"answered","number":"h6030"}],"11":[{"text":"Thus saith","number":"h559"},{"text":"saying","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"now the priests","number":"h3548"},{"text":"of hosts","number":"h6635"},{"text":"Ask","number":"h7592"},{"text":"concerning the law","number":"h8451"}],"14":[{"text":"and said","number":"h559"},{"text":"and so is this nation","number":"h1471"},{"text":"Haggai","number":"h2292"},{"text":"there is unclean","number":"h2931"},{"text":"of their hands","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"and so is every work","number":"h4639"},{"text":"me saith","number":"h5002"},{"text":"So is this people","number":"h5971"},{"text":"Then answered","number":"h6030"},{"text":"before","number":"h6440"},{"text":"and that which they offer","number":"h7126"}],"7":[{"text":"saith","number":"h559"},{"text":"shall come","number":"h935"},{"text":"this house","number":"h1004"},{"text":"all nations","number":"h1471"},{"text":"of all nations","number":"h1471"},{"text":"and the desire","number":"h2532"},{"text":"the LORD","number":"h3068"},{"text":"with glory","number":"h3519"},{"text":"and I will fill","number":"h4390"},{"text":"of hosts","number":"h6635"},{"text":"And I will shake","number":"h7493"}],"10":[{"text":"saying","number":"h559"},{"text":"In the four","number":"h702"},{"text":"came the word","number":"h1697"},{"text":"of Darius","number":"h1867"},{"text":"Haggai","number":"h2292"},{"text":"by","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"the prophet","number":"h5030"},{"text":"and twentieth","number":"h6242"},{"text":"year","number":"h8141"},{"text":"month in the second","number":"h8147"},{"text":"day of the ninth","number":"h8671"}],"20":[{"text":"saying","number":"h559"},{"text":"in the four","number":"h702"},{"text":"the word","number":"h1697"},{"text":"came unto Haggai","number":"h2292"},{"text":"day of the month","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"and twentieth","number":"h6242"},{"text":"And again","number":"h8145"}],"18":[{"text":"from the four","number":"h702"},{"text":"temple","number":"h1964"},{"text":"of the LORD'S","number":"h3068"},{"text":"day","number":"h3117"},{"text":"month even from the day","number":"h3117"},{"text":"now from this day","number":"h3117"},{"text":"that the foundation","number":"h3245"},{"text":"and upward","number":"h4605"},{"text":"and twentieth","number":"h6242"},{"text":"Consider","number":"h7760"},{"text":"was laid consider","number":"h7760"},{"text":"of the ninth","number":"h8671"}],"4":[{"text":"of the land","number":"h776"},{"text":"son","number":"h1121"},{"text":"the high","number":"h1419"},{"text":"O Zerubbabel","number":"h2216"},{"text":"Yet now be strong","number":"h2388"},{"text":"and be strong","number":"h2388"},{"text":"and be strong","number":"h2388"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Josedech","number":"h3087"},{"text":"O Joshua","number":"h3091"},{"text":"priest","number":"h3548"},{"text":"for I am with you saith","number":"h5002"},{"text":"saith","number":"h5002"},{"text":"saith","number":"h5002"},{"text":"all ye people","number":"h5971"},{"text":"and work","number":"h6213"},{"text":"of hosts","number":"h6635"}],"16":[{"text":"Since those days were when one came","number":"h935"},{"text":"when one came","number":"h935"},{"text":"fifty","number":"h2572"},{"text":"for to draw out","number":"h2834"},{"text":"to the pressfat","number":"h3342"},{"text":"to an heap","number":"h6194"},{"text":"measures there were but ten","number":"h6235"},{"text":"of twenty","number":"h6242"},{"text":"there were but twenty","number":"h6242"},{"text":"vessels out of the press","number":"h6333"}],"23":[{"text":"for I have chosen","number":"h977"},{"text":"the son","number":"h1121"},{"text":"thee O Zerubbabel","number":"h2216"},{"text":"thee as a signet","number":"h2368"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"In that day","number":"h3117"},{"text":"will I take","number":"h3947"},{"text":"saith","number":"h5002"},{"text":"saith","number":"h5002"},{"text":"thee saith","number":"h5002"},{"text":"my servant","number":"h5650"},{"text":"of hosts","number":"h6635"},{"text":"of hosts","number":"h6635"},{"text":"of Shealtiel","number":"h7597"},{"text":"and will make","number":"h7760"}],"3":[{"text":"this house","number":"h1004"},{"text":"glory","number":"h3519"},{"text":"in comparison","number":"h3644"},{"text":"it now is it not in your eyes","number":"h5869"},{"text":"among you that saw","number":"h7200"},{"text":"and how do ye see","number":"h7200"},{"text":"in her first","number":"h7223"},{"text":"Who is left","number":"h7604"}],"17":[{"text":"and with hail","number":"h1259"},{"text":"of your hands","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"and with mildew","number":"h3420"},{"text":"in all the labours","number":"h4639"},{"text":"yet ye turned not to me saith","number":"h5002"},{"text":"I smote","number":"h5221"},{"text":"you with blasting","number":"h7711"}],"19":[{"text":"will I bless","number":"h1288"},{"text":"yea as yet the vine","number":"h1612"},{"text":"and the olive","number":"h2132"},{"text":"Is the seed","number":"h2233"},{"text":"from this day","number":"h3117"},{"text":"yet in the barn","number":"h4035"},{"text":"hath not brought forth","number":"h5375"},{"text":"tree","number":"h6086"},{"text":"and the pomegranate","number":"h7416"},{"text":"and the fig tree","number":"h8384"}],"5":[{"text":"According to the word","number":"h1697"},{"text":"with you when ye came","number":"h3318"},{"text":"you fear","number":"h3372"},{"text":"that I covenanted","number":"h3772"},{"text":"out of Egypt","number":"h4714"},{"text":"remaineth","number":"h5975"},{"text":"so my spirit","number":"h7307"},{"text":"among","number":"h8432"}],"8":[{"text":"is mine and the gold","number":"h2091"},{"text":"the LORD","number":"h3068"},{"text":"The silver","number":"h3701"},{"text":"is mine saith","number":"h5002"},{"text":"of hosts","number":"h6635"}]}
@@ -0,0 +1 @@
1
+ {"9":[{"text":"of gladness","number":"g20"},{"text":"Thou hast loved","number":"g25"},{"text":"iniquity","number":"g458"},{"text":"therefore","number":"g1223"},{"text":"righteousness","number":"g1343"},{"text":"with the oil","number":"g1637"},{"text":"God","number":"g2316"},{"text":"God","number":"g2316"},{"text":"and","number":"g2532"},{"text":"fellows","number":"g3353"},{"text":"hated","number":"g3404"},{"text":"above","number":"g3844"},{"text":"thee","number":"g4571"},{"text":"even thy","number":"g4675"},{"text":"thy","number":"g4675"},{"text":"hath anointed","number":"g5548"}],"7":[{"text":"angels","number":"g32"},{"text":"the angels","number":"g32"},{"text":"his","number":"g848"},{"text":"his","number":"g848"},{"text":"And","number":"g2532"},{"text":"and","number":"g2532"},{"text":"he saith","number":"g3004"},{"text":"ministers","number":"g3011"},{"text":"Who","number":"g3739"},{"text":"spirits","number":"g4151"},{"text":"maketh","number":"g4160"},{"text":"of","number":"g4314"},{"text":"of fire","number":"g4442"},{"text":"a flame","number":"g5395"}],"13":[{"text":"of the angels","number":"g32"},{"text":"until","number":"g302"},{"text":"But","number":"g1161"},{"text":"right hand","number":"g1188"},{"text":"on","number":"g1537"},{"text":"said he","number":"g2046"},{"text":"enemies","number":"g2190"},{"text":"Sit","number":"g2521"},{"text":"my","number":"g3450"},{"text":"at any time","number":"g4218"},{"text":"to","number":"g4314"},{"text":"thine","number":"g4675"},{"text":"thy","number":"g4675"},{"text":"I make","number":"g5087"},{"text":"which","number":"g5101"},{"text":"footstool","number":"g5286"}],"5":[{"text":"of the angels","number":"g32"},{"text":"him","number":"g846"},{"text":"For","number":"g1063"},{"text":"begotten","number":"g1080"},{"text":"have","number":"g1080"},{"text":"I","number":"g1473"},{"text":"I","number":"g1473"},{"text":"art","number":"g1488"},{"text":"to","number":"g1519"},{"text":"to","number":"g1519"},{"text":"said he","number":"g2036"},{"text":"he shall be","number":"g2071"},{"text":"will be","number":"g2071"},{"text":"And","number":"g2532"},{"text":"and","number":"g2532"},{"text":"me","number":"g3427"},{"text":"my","number":"g3450"},{"text":"again","number":"g3825"},{"text":"a Father","number":"g3962"},{"text":"at any time","number":"g4218"},{"text":"thee","number":"g4571"},{"text":"this day","number":"g4594"},{"text":"Thou","number":"g4771"},{"text":"unto which","number":"g5101"},{"text":"Son","number":"g5207"},{"text":"a Son","number":"g5207"}],"4":[{"text":"the angels","number":"g32"},{"text":"they","number":"g846"},{"text":"Being made","number":"g1096"},{"text":"a more excellent","number":"g1313"},{"text":"he hath by inheritance obtained","number":"g2816"},{"text":"better than","number":"g2909"},{"text":"name","number":"g3686"},{"text":"as","number":"g3745"},{"text":"than","number":"g3844"},{"text":"so much","number":"g5118"}],"6":[{"text":"the angels","number":"g32"},{"text":"him","number":"g846"},{"text":"And","number":"g1161"},{"text":"into","number":"g1519"},{"text":"he bringeth in","number":"g1521"},{"text":"of God","number":"g2316"},{"text":"And","number":"g2532"},{"text":"he saith","number":"g3004"},{"text":"the world","number":"g3625"},{"text":"when","number":"g3752"},{"text":"again","number":"g3825"},{"text":"all","number":"g3956"},{"text":"let","number":"g4352"},{"text":"worship","number":"g4352"},{"text":"the firstbegotten","number":"g4416"}],"8":[{"text":"and ever","number":"g165"},{"text":"ever","number":"g165"},{"text":"kingdom","number":"g932"},{"text":"But","number":"g1161"},{"text":"is for","number":"g1519"},{"text":"of righteousness","number":"g2118"},{"text":"O God","number":"g2316"},{"text":"throne","number":"g2362"},{"text":"unto","number":"g4314"},{"text":"a sceptre","number":"g4464"},{"text":"is the sceptre","number":"g4464"},{"text":"he saith Thy","number":"g4675"},{"text":"of thy","number":"g4675"},{"text":"the Son","number":"g5207"}],"2":[{"text":"the worlds","number":"g165"},{"text":"by","number":"g1223"},{"text":"by","number":"g1722"},{"text":"in","number":"g1909"},{"text":"last","number":"g2078"},{"text":"days","number":"g2250"},{"text":"unto us","number":"g2254"},{"text":"also","number":"g2532"},{"text":"heir","number":"g2818"},{"text":"Hath","number":"g2980"},{"text":"spoken","number":"g2980"},{"text":"whom","number":"g3739"},{"text":"whom","number":"g3739"},{"text":"of all things","number":"g3956"},{"text":"he made","number":"g4160"},{"text":"he hath appointed","number":"g5087"},{"text":"these","number":"g5130"},{"text":"his Son","number":"g5207"}],"12":[{"text":"they shall be changed","number":"g236"},{"text":"the same","number":"g846"},{"text":"them","number":"g846"},{"text":"but","number":"g1161"},{"text":"art","number":"g1488"},{"text":"fail","number":"g1587"},{"text":"shall","number":"g1587"},{"text":"shalt thou fold","number":"g1667"},{"text":"up","number":"g1667"},{"text":"years","number":"g2094"},{"text":"And","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"not","number":"g3756"},{"text":"a vesture","number":"g4018"},{"text":"thy","number":"g4675"},{"text":"thou","number":"g4771"},{"text":"as","number":"g5616"}],"3":[{"text":"sins","number":"g266"},{"text":"the brightness","number":"g541"},{"text":"of his","number":"g846"},{"text":"of his","number":"g848"},{"text":"the right hand","number":"g1188"},{"text":"by","number":"g1223"},{"text":"of his glory","number":"g1391"},{"text":"power","number":"g1411"},{"text":"himself","number":"g1438"},{"text":"on","number":"g1722"},{"text":"on","number":"g1722"},{"text":"our","number":"g2257"},{"text":"sat down","number":"g2523"},{"text":"and","number":"g2532"},{"text":"of the Majesty","number":"g3172"},{"text":"Who","number":"g3739"},{"text":"all things","number":"g3956"},{"text":"purged","number":"g4160"},{"text":"when he had","number":"g4160"},{"text":"by the word","number":"g4487"},{"text":"and","number":"g5037"},{"text":"person","number":"g5287"},{"text":"high","number":"g5308"},{"text":"upholding","number":"g5342"},{"text":"the express image","number":"g5481"},{"text":"being","number":"g5607"}],"11":[{"text":"shall perish","number":"g622"},{"text":"They","number":"g846"},{"text":"but","number":"g1161"},{"text":"remainest","number":"g1265"},{"text":"doth a garment","number":"g2440"},{"text":"and","number":"g2532"},{"text":"shall wax old","number":"g3822"},{"text":"they all","number":"g3956"},{"text":"thou","number":"g4771"},{"text":"as","number":"g5613"}],"14":[{"text":"sent forth","number":"g649"},{"text":"for","number":"g1223"},{"text":"minister","number":"g1248"},{"text":"to","number":"g1519"},{"text":"Are they","number":"g1526"},{"text":"heirs","number":"g2816"},{"text":"ministering","number":"g3010"},{"text":"them who shall be","number":"g3195"},{"text":"not","number":"g3780"},{"text":"all","number":"g3956"},{"text":"spirits","number":"g4151"},{"text":"of salvation","number":"g4991"}],"10":[{"text":"the beginning","number":"g746"},{"text":"of the earth","number":"g1093"},{"text":"are","number":"g1526"},{"text":"the works","number":"g2041"},{"text":"hast laid the foundation","number":"g2311"},{"text":"And","number":"g2532"},{"text":"and","number":"g2532"},{"text":"in","number":"g2596"},{"text":"Lord","number":"g2962"},{"text":"the heavens","number":"g3772"},{"text":"of thine","number":"g4675"},{"text":"Thou","number":"g4771"},{"text":"hands","number":"g5495"}],"1":[{"text":"by","number":"g1722"},{"text":"God","number":"g2316"},{"text":"and","number":"g2532"},{"text":"spake","number":"g2980"},{"text":"in time past","number":"g3819"},{"text":"unto the fathers","number":"g3962"},{"text":"who at sundry times","number":"g4181"},{"text":"in divers manners","number":"g4187"},{"text":"the prophets","number":"g4396"}]}