cskit-strongs 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1353) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +8 -0
  3. data/History.txt +3 -0
  4. data/LICENSE +177 -0
  5. data/README.md +0 -0
  6. data/Rakefile +129 -0
  7. data/cskit-strongs.gemspec +26 -0
  8. data/lib/cskit/concordances/strongs.rb +15 -0
  9. data/lib/cskit-strongs/annotator.rb +102 -0
  10. data/lib/cskit-strongs/formatters/strongs_html_formatter.rb +20 -0
  11. data/lib/cskit-strongs/formatters/strongs_plain_text_formatter.rb +22 -0
  12. data/lib/cskit-strongs/formatters.rb +10 -0
  13. data/lib/cskit-strongs/lexicon_entry.rb +17 -0
  14. data/lib/cskit-strongs/splitters/concordance_splitter.rb +50 -0
  15. data/lib/cskit-strongs/splitters/greek_lexicon_splitter.rb +86 -0
  16. data/lib/cskit-strongs/splitters/hebrew_lexicon_splitter.rb +86 -0
  17. data/lib/cskit-strongs/splitters/utilities.rb +13 -0
  18. data/lib/cskit-strongs/strongs_number.rb +30 -0
  19. data/lib/cskit-strongs/version.rb +5 -0
  20. data/lib/cskit-strongs.rb +25 -0
  21. data/resources/concordance/acts/1.json +1 -0
  22. data/resources/concordance/acts/10.json +1 -0
  23. data/resources/concordance/acts/11.json +1 -0
  24. data/resources/concordance/acts/12.json +1 -0
  25. data/resources/concordance/acts/13.json +1 -0
  26. data/resources/concordance/acts/14.json +1 -0
  27. data/resources/concordance/acts/15.json +1 -0
  28. data/resources/concordance/acts/16.json +1 -0
  29. data/resources/concordance/acts/17.json +1 -0
  30. data/resources/concordance/acts/18.json +1 -0
  31. data/resources/concordance/acts/19.json +1 -0
  32. data/resources/concordance/acts/2.json +1 -0
  33. data/resources/concordance/acts/20.json +1 -0
  34. data/resources/concordance/acts/21.json +1 -0
  35. data/resources/concordance/acts/22.json +1 -0
  36. data/resources/concordance/acts/23.json +1 -0
  37. data/resources/concordance/acts/24.json +1 -0
  38. data/resources/concordance/acts/25.json +1 -0
  39. data/resources/concordance/acts/26.json +1 -0
  40. data/resources/concordance/acts/27.json +1 -0
  41. data/resources/concordance/acts/28.json +1 -0
  42. data/resources/concordance/acts/3.json +1 -0
  43. data/resources/concordance/acts/4.json +1 -0
  44. data/resources/concordance/acts/5.json +1 -0
  45. data/resources/concordance/acts/6.json +1 -0
  46. data/resources/concordance/acts/7.json +1 -0
  47. data/resources/concordance/acts/8.json +1 -0
  48. data/resources/concordance/acts/9.json +1 -0
  49. data/resources/concordance/amos/1.json +1 -0
  50. data/resources/concordance/amos/2.json +1 -0
  51. data/resources/concordance/amos/3.json +1 -0
  52. data/resources/concordance/amos/4.json +1 -0
  53. data/resources/concordance/amos/5.json +1 -0
  54. data/resources/concordance/amos/6.json +1 -0
  55. data/resources/concordance/amos/7.json +1 -0
  56. data/resources/concordance/amos/8.json +1 -0
  57. data/resources/concordance/amos/9.json +1 -0
  58. data/resources/concordance/colossians/1.json +1 -0
  59. data/resources/concordance/colossians/2.json +1 -0
  60. data/resources/concordance/colossians/3.json +1 -0
  61. data/resources/concordance/colossians/4.json +1 -0
  62. data/resources/concordance/daniel/1.json +1 -0
  63. data/resources/concordance/daniel/10.json +1 -0
  64. data/resources/concordance/daniel/11.json +1 -0
  65. data/resources/concordance/daniel/12.json +1 -0
  66. data/resources/concordance/daniel/2.json +1 -0
  67. data/resources/concordance/daniel/3.json +1 -0
  68. data/resources/concordance/daniel/4.json +1 -0
  69. data/resources/concordance/daniel/5.json +1 -0
  70. data/resources/concordance/daniel/6.json +1 -0
  71. data/resources/concordance/daniel/7.json +1 -0
  72. data/resources/concordance/daniel/8.json +1 -0
  73. data/resources/concordance/daniel/9.json +1 -0
  74. data/resources/concordance/deuteronomy/1.json +1 -0
  75. data/resources/concordance/deuteronomy/10.json +1 -0
  76. data/resources/concordance/deuteronomy/11.json +1 -0
  77. data/resources/concordance/deuteronomy/12.json +1 -0
  78. data/resources/concordance/deuteronomy/13.json +1 -0
  79. data/resources/concordance/deuteronomy/14.json +1 -0
  80. data/resources/concordance/deuteronomy/15.json +1 -0
  81. data/resources/concordance/deuteronomy/16.json +1 -0
  82. data/resources/concordance/deuteronomy/17.json +1 -0
  83. data/resources/concordance/deuteronomy/18.json +1 -0
  84. data/resources/concordance/deuteronomy/19.json +1 -0
  85. data/resources/concordance/deuteronomy/2.json +1 -0
  86. data/resources/concordance/deuteronomy/20.json +1 -0
  87. data/resources/concordance/deuteronomy/21.json +1 -0
  88. data/resources/concordance/deuteronomy/22.json +1 -0
  89. data/resources/concordance/deuteronomy/23.json +1 -0
  90. data/resources/concordance/deuteronomy/24.json +1 -0
  91. data/resources/concordance/deuteronomy/25.json +1 -0
  92. data/resources/concordance/deuteronomy/26.json +1 -0
  93. data/resources/concordance/deuteronomy/27.json +1 -0
  94. data/resources/concordance/deuteronomy/28.json +1 -0
  95. data/resources/concordance/deuteronomy/29.json +1 -0
  96. data/resources/concordance/deuteronomy/3.json +1 -0
  97. data/resources/concordance/deuteronomy/30.json +1 -0
  98. data/resources/concordance/deuteronomy/31.json +1 -0
  99. data/resources/concordance/deuteronomy/32.json +1 -0
  100. data/resources/concordance/deuteronomy/33.json +1 -0
  101. data/resources/concordance/deuteronomy/34.json +1 -0
  102. data/resources/concordance/deuteronomy/4.json +1 -0
  103. data/resources/concordance/deuteronomy/5.json +1 -0
  104. data/resources/concordance/deuteronomy/6.json +1 -0
  105. data/resources/concordance/deuteronomy/7.json +1 -0
  106. data/resources/concordance/deuteronomy/8.json +1 -0
  107. data/resources/concordance/deuteronomy/9.json +1 -0
  108. data/resources/concordance/ecclesiastes/1.json +1 -0
  109. data/resources/concordance/ecclesiastes/10.json +1 -0
  110. data/resources/concordance/ecclesiastes/11.json +1 -0
  111. data/resources/concordance/ecclesiastes/12.json +1 -0
  112. data/resources/concordance/ecclesiastes/2.json +1 -0
  113. data/resources/concordance/ecclesiastes/3.json +1 -0
  114. data/resources/concordance/ecclesiastes/4.json +1 -0
  115. data/resources/concordance/ecclesiastes/5.json +1 -0
  116. data/resources/concordance/ecclesiastes/6.json +1 -0
  117. data/resources/concordance/ecclesiastes/7.json +1 -0
  118. data/resources/concordance/ecclesiastes/8.json +1 -0
  119. data/resources/concordance/ecclesiastes/9.json +1 -0
  120. data/resources/concordance/ephesians/1.json +1 -0
  121. data/resources/concordance/ephesians/2.json +1 -0
  122. data/resources/concordance/ephesians/3.json +1 -0
  123. data/resources/concordance/ephesians/4.json +1 -0
  124. data/resources/concordance/ephesians/5.json +1 -0
  125. data/resources/concordance/ephesians/6.json +1 -0
  126. data/resources/concordance/esther/1.json +1 -0
  127. data/resources/concordance/esther/10.json +1 -0
  128. data/resources/concordance/esther/2.json +1 -0
  129. data/resources/concordance/esther/3.json +1 -0
  130. data/resources/concordance/esther/4.json +1 -0
  131. data/resources/concordance/esther/5.json +1 -0
  132. data/resources/concordance/esther/6.json +1 -0
  133. data/resources/concordance/esther/7.json +1 -0
  134. data/resources/concordance/esther/8.json +1 -0
  135. data/resources/concordance/esther/9.json +1 -0
  136. data/resources/concordance/exodus/1.json +1 -0
  137. data/resources/concordance/exodus/10.json +1 -0
  138. data/resources/concordance/exodus/11.json +1 -0
  139. data/resources/concordance/exodus/12.json +1 -0
  140. data/resources/concordance/exodus/13.json +1 -0
  141. data/resources/concordance/exodus/14.json +1 -0
  142. data/resources/concordance/exodus/15.json +1 -0
  143. data/resources/concordance/exodus/16.json +1 -0
  144. data/resources/concordance/exodus/17.json +1 -0
  145. data/resources/concordance/exodus/18.json +1 -0
  146. data/resources/concordance/exodus/19.json +1 -0
  147. data/resources/concordance/exodus/2.json +1 -0
  148. data/resources/concordance/exodus/20.json +1 -0
  149. data/resources/concordance/exodus/21.json +1 -0
  150. data/resources/concordance/exodus/22.json +1 -0
  151. data/resources/concordance/exodus/23.json +1 -0
  152. data/resources/concordance/exodus/24.json +1 -0
  153. data/resources/concordance/exodus/25.json +1 -0
  154. data/resources/concordance/exodus/26.json +1 -0
  155. data/resources/concordance/exodus/27.json +1 -0
  156. data/resources/concordance/exodus/28.json +1 -0
  157. data/resources/concordance/exodus/29.json +1 -0
  158. data/resources/concordance/exodus/3.json +1 -0
  159. data/resources/concordance/exodus/30.json +1 -0
  160. data/resources/concordance/exodus/31.json +1 -0
  161. data/resources/concordance/exodus/32.json +1 -0
  162. data/resources/concordance/exodus/33.json +1 -0
  163. data/resources/concordance/exodus/34.json +1 -0
  164. data/resources/concordance/exodus/35.json +1 -0
  165. data/resources/concordance/exodus/36.json +1 -0
  166. data/resources/concordance/exodus/37.json +1 -0
  167. data/resources/concordance/exodus/38.json +1 -0
  168. data/resources/concordance/exodus/39.json +1 -0
  169. data/resources/concordance/exodus/4.json +1 -0
  170. data/resources/concordance/exodus/40.json +1 -0
  171. data/resources/concordance/exodus/5.json +1 -0
  172. data/resources/concordance/exodus/6.json +1 -0
  173. data/resources/concordance/exodus/7.json +1 -0
  174. data/resources/concordance/exodus/8.json +1 -0
  175. data/resources/concordance/exodus/9.json +1 -0
  176. data/resources/concordance/ezekiel/1.json +1 -0
  177. data/resources/concordance/ezekiel/10.json +1 -0
  178. data/resources/concordance/ezekiel/11.json +1 -0
  179. data/resources/concordance/ezekiel/12.json +1 -0
  180. data/resources/concordance/ezekiel/13.json +1 -0
  181. data/resources/concordance/ezekiel/14.json +1 -0
  182. data/resources/concordance/ezekiel/15.json +1 -0
  183. data/resources/concordance/ezekiel/16.json +1 -0
  184. data/resources/concordance/ezekiel/17.json +1 -0
  185. data/resources/concordance/ezekiel/18.json +1 -0
  186. data/resources/concordance/ezekiel/19.json +1 -0
  187. data/resources/concordance/ezekiel/2.json +1 -0
  188. data/resources/concordance/ezekiel/20.json +1 -0
  189. data/resources/concordance/ezekiel/21.json +1 -0
  190. data/resources/concordance/ezekiel/22.json +1 -0
  191. data/resources/concordance/ezekiel/23.json +1 -0
  192. data/resources/concordance/ezekiel/24.json +1 -0
  193. data/resources/concordance/ezekiel/25.json +1 -0
  194. data/resources/concordance/ezekiel/26.json +1 -0
  195. data/resources/concordance/ezekiel/27.json +1 -0
  196. data/resources/concordance/ezekiel/28.json +1 -0
  197. data/resources/concordance/ezekiel/29.json +1 -0
  198. data/resources/concordance/ezekiel/3.json +1 -0
  199. data/resources/concordance/ezekiel/30.json +1 -0
  200. data/resources/concordance/ezekiel/31.json +1 -0
  201. data/resources/concordance/ezekiel/32.json +1 -0
  202. data/resources/concordance/ezekiel/33.json +1 -0
  203. data/resources/concordance/ezekiel/34.json +1 -0
  204. data/resources/concordance/ezekiel/35.json +1 -0
  205. data/resources/concordance/ezekiel/36.json +1 -0
  206. data/resources/concordance/ezekiel/37.json +1 -0
  207. data/resources/concordance/ezekiel/38.json +1 -0
  208. data/resources/concordance/ezekiel/39.json +1 -0
  209. data/resources/concordance/ezekiel/4.json +1 -0
  210. data/resources/concordance/ezekiel/40.json +1 -0
  211. data/resources/concordance/ezekiel/41.json +1 -0
  212. data/resources/concordance/ezekiel/42.json +1 -0
  213. data/resources/concordance/ezekiel/43.json +1 -0
  214. data/resources/concordance/ezekiel/44.json +1 -0
  215. data/resources/concordance/ezekiel/45.json +1 -0
  216. data/resources/concordance/ezekiel/46.json +1 -0
  217. data/resources/concordance/ezekiel/47.json +1 -0
  218. data/resources/concordance/ezekiel/48.json +1 -0
  219. data/resources/concordance/ezekiel/5.json +1 -0
  220. data/resources/concordance/ezekiel/6.json +1 -0
  221. data/resources/concordance/ezekiel/7.json +1 -0
  222. data/resources/concordance/ezekiel/8.json +1 -0
  223. data/resources/concordance/ezekiel/9.json +1 -0
  224. data/resources/concordance/ezra/1.json +1 -0
  225. data/resources/concordance/ezra/10.json +1 -0
  226. data/resources/concordance/ezra/2.json +1 -0
  227. data/resources/concordance/ezra/3.json +1 -0
  228. data/resources/concordance/ezra/4.json +1 -0
  229. data/resources/concordance/ezra/5.json +1 -0
  230. data/resources/concordance/ezra/6.json +1 -0
  231. data/resources/concordance/ezra/7.json +1 -0
  232. data/resources/concordance/ezra/8.json +1 -0
  233. data/resources/concordance/ezra/9.json +1 -0
  234. data/resources/concordance/galatians/1.json +1 -0
  235. data/resources/concordance/galatians/2.json +1 -0
  236. data/resources/concordance/galatians/3.json +1 -0
  237. data/resources/concordance/galatians/4.json +1 -0
  238. data/resources/concordance/galatians/5.json +1 -0
  239. data/resources/concordance/galatians/6.json +1 -0
  240. data/resources/concordance/genesis/1.json +1 -0
  241. data/resources/concordance/genesis/10.json +1 -0
  242. data/resources/concordance/genesis/11.json +1 -0
  243. data/resources/concordance/genesis/12.json +1 -0
  244. data/resources/concordance/genesis/13.json +1 -0
  245. data/resources/concordance/genesis/14.json +1 -0
  246. data/resources/concordance/genesis/15.json +1 -0
  247. data/resources/concordance/genesis/16.json +1 -0
  248. data/resources/concordance/genesis/17.json +1 -0
  249. data/resources/concordance/genesis/18.json +1 -0
  250. data/resources/concordance/genesis/19.json +1 -0
  251. data/resources/concordance/genesis/2.json +1 -0
  252. data/resources/concordance/genesis/20.json +1 -0
  253. data/resources/concordance/genesis/21.json +1 -0
  254. data/resources/concordance/genesis/22.json +1 -0
  255. data/resources/concordance/genesis/23.json +1 -0
  256. data/resources/concordance/genesis/24.json +1 -0
  257. data/resources/concordance/genesis/25.json +1 -0
  258. data/resources/concordance/genesis/26.json +1 -0
  259. data/resources/concordance/genesis/27.json +1 -0
  260. data/resources/concordance/genesis/28.json +1 -0
  261. data/resources/concordance/genesis/29.json +1 -0
  262. data/resources/concordance/genesis/3.json +1 -0
  263. data/resources/concordance/genesis/30.json +1 -0
  264. data/resources/concordance/genesis/31.json +1 -0
  265. data/resources/concordance/genesis/32.json +1 -0
  266. data/resources/concordance/genesis/33.json +1 -0
  267. data/resources/concordance/genesis/34.json +1 -0
  268. data/resources/concordance/genesis/35.json +1 -0
  269. data/resources/concordance/genesis/36.json +1 -0
  270. data/resources/concordance/genesis/37.json +1 -0
  271. data/resources/concordance/genesis/38.json +1 -0
  272. data/resources/concordance/genesis/39.json +1 -0
  273. data/resources/concordance/genesis/4.json +1 -0
  274. data/resources/concordance/genesis/40.json +1 -0
  275. data/resources/concordance/genesis/41.json +1 -0
  276. data/resources/concordance/genesis/42.json +1 -0
  277. data/resources/concordance/genesis/43.json +1 -0
  278. data/resources/concordance/genesis/44.json +1 -0
  279. data/resources/concordance/genesis/45.json +1 -0
  280. data/resources/concordance/genesis/46.json +1 -0
  281. data/resources/concordance/genesis/47.json +1 -0
  282. data/resources/concordance/genesis/48.json +1 -0
  283. data/resources/concordance/genesis/49.json +1 -0
  284. data/resources/concordance/genesis/5.json +1 -0
  285. data/resources/concordance/genesis/50.json +1 -0
  286. data/resources/concordance/genesis/6.json +1 -0
  287. data/resources/concordance/genesis/7.json +1 -0
  288. data/resources/concordance/genesis/8.json +1 -0
  289. data/resources/concordance/genesis/9.json +1 -0
  290. data/resources/concordance/habakkuk/1.json +1 -0
  291. data/resources/concordance/habakkuk/2.json +1 -0
  292. data/resources/concordance/habakkuk/3.json +1 -0
  293. data/resources/concordance/haggai/1.json +1 -0
  294. data/resources/concordance/haggai/2.json +1 -0
  295. data/resources/concordance/hebrews/1.json +1 -0
  296. data/resources/concordance/hebrews/10.json +1 -0
  297. data/resources/concordance/hebrews/11.json +1 -0
  298. data/resources/concordance/hebrews/12.json +1 -0
  299. data/resources/concordance/hebrews/13.json +1 -0
  300. data/resources/concordance/hebrews/2.json +1 -0
  301. data/resources/concordance/hebrews/3.json +1 -0
  302. data/resources/concordance/hebrews/4.json +1 -0
  303. data/resources/concordance/hebrews/5.json +1 -0
  304. data/resources/concordance/hebrews/6.json +1 -0
  305. data/resources/concordance/hebrews/7.json +1 -0
  306. data/resources/concordance/hebrews/8.json +1 -0
  307. data/resources/concordance/hebrews/9.json +1 -0
  308. data/resources/concordance/hosea/1.json +1 -0
  309. data/resources/concordance/hosea/10.json +1 -0
  310. data/resources/concordance/hosea/11.json +1 -0
  311. data/resources/concordance/hosea/12.json +1 -0
  312. data/resources/concordance/hosea/13.json +1 -0
  313. data/resources/concordance/hosea/14.json +1 -0
  314. data/resources/concordance/hosea/2.json +1 -0
  315. data/resources/concordance/hosea/3.json +1 -0
  316. data/resources/concordance/hosea/4.json +1 -0
  317. data/resources/concordance/hosea/5.json +1 -0
  318. data/resources/concordance/hosea/6.json +1 -0
  319. data/resources/concordance/hosea/7.json +1 -0
  320. data/resources/concordance/hosea/8.json +1 -0
  321. data/resources/concordance/hosea/9.json +1 -0
  322. data/resources/concordance/i_chronicles/1.json +1 -0
  323. data/resources/concordance/i_chronicles/10.json +1 -0
  324. data/resources/concordance/i_chronicles/11.json +1 -0
  325. data/resources/concordance/i_chronicles/12.json +1 -0
  326. data/resources/concordance/i_chronicles/13.json +1 -0
  327. data/resources/concordance/i_chronicles/14.json +1 -0
  328. data/resources/concordance/i_chronicles/15.json +1 -0
  329. data/resources/concordance/i_chronicles/16.json +1 -0
  330. data/resources/concordance/i_chronicles/17.json +1 -0
  331. data/resources/concordance/i_chronicles/18.json +1 -0
  332. data/resources/concordance/i_chronicles/19.json +1 -0
  333. data/resources/concordance/i_chronicles/2.json +1 -0
  334. data/resources/concordance/i_chronicles/20.json +1 -0
  335. data/resources/concordance/i_chronicles/21.json +1 -0
  336. data/resources/concordance/i_chronicles/22.json +1 -0
  337. data/resources/concordance/i_chronicles/23.json +1 -0
  338. data/resources/concordance/i_chronicles/24.json +1 -0
  339. data/resources/concordance/i_chronicles/25.json +1 -0
  340. data/resources/concordance/i_chronicles/26.json +1 -0
  341. data/resources/concordance/i_chronicles/27.json +1 -0
  342. data/resources/concordance/i_chronicles/28.json +1 -0
  343. data/resources/concordance/i_chronicles/29.json +1 -0
  344. data/resources/concordance/i_chronicles/3.json +1 -0
  345. data/resources/concordance/i_chronicles/4.json +1 -0
  346. data/resources/concordance/i_chronicles/5.json +1 -0
  347. data/resources/concordance/i_chronicles/6.json +1 -0
  348. data/resources/concordance/i_chronicles/7.json +1 -0
  349. data/resources/concordance/i_chronicles/8.json +1 -0
  350. data/resources/concordance/i_chronicles/9.json +1 -0
  351. data/resources/concordance/i_corinthians/1.json +1 -0
  352. data/resources/concordance/i_corinthians/10.json +1 -0
  353. data/resources/concordance/i_corinthians/11.json +1 -0
  354. data/resources/concordance/i_corinthians/12.json +1 -0
  355. data/resources/concordance/i_corinthians/13.json +1 -0
  356. data/resources/concordance/i_corinthians/14.json +1 -0
  357. data/resources/concordance/i_corinthians/15.json +1 -0
  358. data/resources/concordance/i_corinthians/16.json +1 -0
  359. data/resources/concordance/i_corinthians/2.json +1 -0
  360. data/resources/concordance/i_corinthians/3.json +1 -0
  361. data/resources/concordance/i_corinthians/4.json +1 -0
  362. data/resources/concordance/i_corinthians/5.json +1 -0
  363. data/resources/concordance/i_corinthians/6.json +1 -0
  364. data/resources/concordance/i_corinthians/7.json +1 -0
  365. data/resources/concordance/i_corinthians/8.json +1 -0
  366. data/resources/concordance/i_corinthians/9.json +1 -0
  367. data/resources/concordance/i_john/1.json +1 -0
  368. data/resources/concordance/i_john/2.json +1 -0
  369. data/resources/concordance/i_john/3.json +1 -0
  370. data/resources/concordance/i_john/4.json +1 -0
  371. data/resources/concordance/i_john/5.json +1 -0
  372. data/resources/concordance/i_kings/1.json +1 -0
  373. data/resources/concordance/i_kings/10.json +1 -0
  374. data/resources/concordance/i_kings/11.json +1 -0
  375. data/resources/concordance/i_kings/12.json +1 -0
  376. data/resources/concordance/i_kings/13.json +1 -0
  377. data/resources/concordance/i_kings/14.json +1 -0
  378. data/resources/concordance/i_kings/15.json +1 -0
  379. data/resources/concordance/i_kings/16.json +1 -0
  380. data/resources/concordance/i_kings/17.json +1 -0
  381. data/resources/concordance/i_kings/18.json +1 -0
  382. data/resources/concordance/i_kings/19.json +1 -0
  383. data/resources/concordance/i_kings/2.json +1 -0
  384. data/resources/concordance/i_kings/20.json +1 -0
  385. data/resources/concordance/i_kings/21.json +1 -0
  386. data/resources/concordance/i_kings/3.json +1 -0
  387. data/resources/concordance/i_kings/4.json +1 -0
  388. data/resources/concordance/i_kings/5.json +1 -0
  389. data/resources/concordance/i_kings/6.json +1 -0
  390. data/resources/concordance/i_kings/7.json +1 -0
  391. data/resources/concordance/i_kings/8.json +1 -0
  392. data/resources/concordance/i_kings/9.json +1 -0
  393. data/resources/concordance/i_peter/1.json +1 -0
  394. data/resources/concordance/i_peter/2.json +1 -0
  395. data/resources/concordance/i_peter/3.json +1 -0
  396. data/resources/concordance/i_peter/4.json +1 -0
  397. data/resources/concordance/i_peter/5.json +1 -0
  398. data/resources/concordance/i_samuel/1.json +1 -0
  399. data/resources/concordance/i_samuel/10.json +1 -0
  400. data/resources/concordance/i_samuel/11.json +1 -0
  401. data/resources/concordance/i_samuel/12.json +1 -0
  402. data/resources/concordance/i_samuel/13.json +1 -0
  403. data/resources/concordance/i_samuel/14.json +1 -0
  404. data/resources/concordance/i_samuel/15.json +1 -0
  405. data/resources/concordance/i_samuel/16.json +1 -0
  406. data/resources/concordance/i_samuel/17.json +1 -0
  407. data/resources/concordance/i_samuel/18.json +1 -0
  408. data/resources/concordance/i_samuel/19.json +1 -0
  409. data/resources/concordance/i_samuel/2.json +1 -0
  410. data/resources/concordance/i_samuel/20.json +1 -0
  411. data/resources/concordance/i_samuel/21.json +1 -0
  412. data/resources/concordance/i_samuel/22.json +1 -0
  413. data/resources/concordance/i_samuel/23.json +1 -0
  414. data/resources/concordance/i_samuel/24.json +1 -0
  415. data/resources/concordance/i_samuel/25.json +1 -0
  416. data/resources/concordance/i_samuel/26.json +1 -0
  417. data/resources/concordance/i_samuel/27.json +1 -0
  418. data/resources/concordance/i_samuel/28.json +1 -0
  419. data/resources/concordance/i_samuel/29.json +1 -0
  420. data/resources/concordance/i_samuel/3.json +1 -0
  421. data/resources/concordance/i_samuel/30.json +1 -0
  422. data/resources/concordance/i_samuel/31.json +1 -0
  423. data/resources/concordance/i_samuel/4.json +1 -0
  424. data/resources/concordance/i_samuel/5.json +1 -0
  425. data/resources/concordance/i_samuel/6.json +1 -0
  426. data/resources/concordance/i_samuel/7.json +1 -0
  427. data/resources/concordance/i_samuel/8.json +1 -0
  428. data/resources/concordance/i_samuel/9.json +1 -0
  429. data/resources/concordance/i_thessalonians/1.json +1 -0
  430. data/resources/concordance/i_thessalonians/2.json +1 -0
  431. data/resources/concordance/i_thessalonians/3.json +1 -0
  432. data/resources/concordance/i_thessalonians/4.json +1 -0
  433. data/resources/concordance/i_thessalonians/5.json +1 -0
  434. data/resources/concordance/i_timothy/1.json +1 -0
  435. data/resources/concordance/i_timothy/2.json +1 -0
  436. data/resources/concordance/i_timothy/3.json +1 -0
  437. data/resources/concordance/i_timothy/4.json +1 -0
  438. data/resources/concordance/i_timothy/5.json +1 -0
  439. data/resources/concordance/i_timothy/6.json +1 -0
  440. data/resources/concordance/ii_chronicles/1.json +1 -0
  441. data/resources/concordance/ii_chronicles/10.json +1 -0
  442. data/resources/concordance/ii_chronicles/11.json +1 -0
  443. data/resources/concordance/ii_chronicles/12.json +1 -0
  444. data/resources/concordance/ii_chronicles/13.json +1 -0
  445. data/resources/concordance/ii_chronicles/14.json +1 -0
  446. data/resources/concordance/ii_chronicles/15.json +1 -0
  447. data/resources/concordance/ii_chronicles/16.json +1 -0
  448. data/resources/concordance/ii_chronicles/17.json +1 -0
  449. data/resources/concordance/ii_chronicles/18.json +1 -0
  450. data/resources/concordance/ii_chronicles/19.json +1 -0
  451. data/resources/concordance/ii_chronicles/2.json +1 -0
  452. data/resources/concordance/ii_chronicles/20.json +1 -0
  453. data/resources/concordance/ii_chronicles/21.json +1 -0
  454. data/resources/concordance/ii_chronicles/22.json +1 -0
  455. data/resources/concordance/ii_chronicles/23.json +1 -0
  456. data/resources/concordance/ii_chronicles/24.json +1 -0
  457. data/resources/concordance/ii_chronicles/25.json +1 -0
  458. data/resources/concordance/ii_chronicles/26.json +1 -0
  459. data/resources/concordance/ii_chronicles/27.json +1 -0
  460. data/resources/concordance/ii_chronicles/28.json +1 -0
  461. data/resources/concordance/ii_chronicles/29.json +1 -0
  462. data/resources/concordance/ii_chronicles/3.json +1 -0
  463. data/resources/concordance/ii_chronicles/30.json +1 -0
  464. data/resources/concordance/ii_chronicles/31.json +1 -0
  465. data/resources/concordance/ii_chronicles/32.json +1 -0
  466. data/resources/concordance/ii_chronicles/33.json +1 -0
  467. data/resources/concordance/ii_chronicles/34.json +1 -0
  468. data/resources/concordance/ii_chronicles/35.json +1 -0
  469. data/resources/concordance/ii_chronicles/36.json +1 -0
  470. data/resources/concordance/ii_chronicles/4.json +1 -0
  471. data/resources/concordance/ii_chronicles/5.json +1 -0
  472. data/resources/concordance/ii_chronicles/6.json +1 -0
  473. data/resources/concordance/ii_chronicles/7.json +1 -0
  474. data/resources/concordance/ii_chronicles/8.json +1 -0
  475. data/resources/concordance/ii_chronicles/9.json +1 -0
  476. data/resources/concordance/ii_corinthians/1.json +1 -0
  477. data/resources/concordance/ii_corinthians/10.json +1 -0
  478. data/resources/concordance/ii_corinthians/11.json +1 -0
  479. data/resources/concordance/ii_corinthians/12.json +1 -0
  480. data/resources/concordance/ii_corinthians/13.json +1 -0
  481. data/resources/concordance/ii_corinthians/2.json +1 -0
  482. data/resources/concordance/ii_corinthians/3.json +1 -0
  483. data/resources/concordance/ii_corinthians/4.json +1 -0
  484. data/resources/concordance/ii_corinthians/5.json +1 -0
  485. data/resources/concordance/ii_corinthians/6.json +1 -0
  486. data/resources/concordance/ii_corinthians/7.json +1 -0
  487. data/resources/concordance/ii_corinthians/8.json +1 -0
  488. data/resources/concordance/ii_corinthians/9.json +1 -0
  489. data/resources/concordance/ii_john/1.json +1 -0
  490. data/resources/concordance/ii_kings/1.json +1 -0
  491. data/resources/concordance/ii_kings/10.json +1 -0
  492. data/resources/concordance/ii_kings/11.json +1 -0
  493. data/resources/concordance/ii_kings/12.json +1 -0
  494. data/resources/concordance/ii_kings/13.json +1 -0
  495. data/resources/concordance/ii_kings/14.json +1 -0
  496. data/resources/concordance/ii_kings/15.json +1 -0
  497. data/resources/concordance/ii_kings/16.json +1 -0
  498. data/resources/concordance/ii_kings/17.json +1 -0
  499. data/resources/concordance/ii_kings/18.json +1 -0
  500. data/resources/concordance/ii_kings/19.json +1 -0
  501. data/resources/concordance/ii_kings/2.json +1 -0
  502. data/resources/concordance/ii_kings/20.json +1 -0
  503. data/resources/concordance/ii_kings/21.json +1 -0
  504. data/resources/concordance/ii_kings/22.json +1 -0
  505. data/resources/concordance/ii_kings/23.json +1 -0
  506. data/resources/concordance/ii_kings/24.json +1 -0
  507. data/resources/concordance/ii_kings/25.json +1 -0
  508. data/resources/concordance/ii_kings/3.json +1 -0
  509. data/resources/concordance/ii_kings/4.json +1 -0
  510. data/resources/concordance/ii_kings/5.json +1 -0
  511. data/resources/concordance/ii_kings/6.json +1 -0
  512. data/resources/concordance/ii_kings/7.json +1 -0
  513. data/resources/concordance/ii_kings/8.json +1 -0
  514. data/resources/concordance/ii_kings/9.json +1 -0
  515. data/resources/concordance/ii_peter/1.json +1 -0
  516. data/resources/concordance/ii_peter/2.json +1 -0
  517. data/resources/concordance/ii_peter/3.json +1 -0
  518. data/resources/concordance/ii_samuel/1.json +1 -0
  519. data/resources/concordance/ii_samuel/10.json +1 -0
  520. data/resources/concordance/ii_samuel/11.json +1 -0
  521. data/resources/concordance/ii_samuel/12.json +1 -0
  522. data/resources/concordance/ii_samuel/13.json +1 -0
  523. data/resources/concordance/ii_samuel/14.json +1 -0
  524. data/resources/concordance/ii_samuel/15.json +1 -0
  525. data/resources/concordance/ii_samuel/16.json +1 -0
  526. data/resources/concordance/ii_samuel/17.json +1 -0
  527. data/resources/concordance/ii_samuel/18.json +1 -0
  528. data/resources/concordance/ii_samuel/19.json +1 -0
  529. data/resources/concordance/ii_samuel/2.json +1 -0
  530. data/resources/concordance/ii_samuel/20.json +1 -0
  531. data/resources/concordance/ii_samuel/21.json +1 -0
  532. data/resources/concordance/ii_samuel/22.json +1 -0
  533. data/resources/concordance/ii_samuel/23.json +1 -0
  534. data/resources/concordance/ii_samuel/24.json +1 -0
  535. data/resources/concordance/ii_samuel/3.json +1 -0
  536. data/resources/concordance/ii_samuel/4.json +1 -0
  537. data/resources/concordance/ii_samuel/5.json +1 -0
  538. data/resources/concordance/ii_samuel/6.json +1 -0
  539. data/resources/concordance/ii_samuel/7.json +1 -0
  540. data/resources/concordance/ii_samuel/8.json +1 -0
  541. data/resources/concordance/ii_samuel/9.json +1 -0
  542. data/resources/concordance/ii_thessalonians/1.json +1 -0
  543. data/resources/concordance/ii_thessalonians/2.json +1 -0
  544. data/resources/concordance/ii_thessalonians/3.json +1 -0
  545. data/resources/concordance/ii_timothy/1.json +1 -0
  546. data/resources/concordance/ii_timothy/2.json +1 -0
  547. data/resources/concordance/ii_timothy/3.json +1 -0
  548. data/resources/concordance/ii_timothy/4.json +1 -0
  549. data/resources/concordance/iii_john/1.json +1 -0
  550. data/resources/concordance/isaiah/1.json +1 -0
  551. data/resources/concordance/isaiah/10.json +1 -0
  552. data/resources/concordance/isaiah/11.json +1 -0
  553. data/resources/concordance/isaiah/12.json +1 -0
  554. data/resources/concordance/isaiah/13.json +1 -0
  555. data/resources/concordance/isaiah/14.json +1 -0
  556. data/resources/concordance/isaiah/15.json +1 -0
  557. data/resources/concordance/isaiah/16.json +1 -0
  558. data/resources/concordance/isaiah/17.json +1 -0
  559. data/resources/concordance/isaiah/18.json +1 -0
  560. data/resources/concordance/isaiah/19.json +1 -0
  561. data/resources/concordance/isaiah/2.json +1 -0
  562. data/resources/concordance/isaiah/20.json +1 -0
  563. data/resources/concordance/isaiah/21.json +1 -0
  564. data/resources/concordance/isaiah/22.json +1 -0
  565. data/resources/concordance/isaiah/23.json +1 -0
  566. data/resources/concordance/isaiah/24.json +1 -0
  567. data/resources/concordance/isaiah/25.json +1 -0
  568. data/resources/concordance/isaiah/26.json +1 -0
  569. data/resources/concordance/isaiah/27.json +1 -0
  570. data/resources/concordance/isaiah/28.json +1 -0
  571. data/resources/concordance/isaiah/29.json +1 -0
  572. data/resources/concordance/isaiah/3.json +1 -0
  573. data/resources/concordance/isaiah/30.json +1 -0
  574. data/resources/concordance/isaiah/31.json +1 -0
  575. data/resources/concordance/isaiah/32.json +1 -0
  576. data/resources/concordance/isaiah/33.json +1 -0
  577. data/resources/concordance/isaiah/34.json +1 -0
  578. data/resources/concordance/isaiah/35.json +1 -0
  579. data/resources/concordance/isaiah/36.json +1 -0
  580. data/resources/concordance/isaiah/37.json +1 -0
  581. data/resources/concordance/isaiah/38.json +1 -0
  582. data/resources/concordance/isaiah/39.json +1 -0
  583. data/resources/concordance/isaiah/4.json +1 -0
  584. data/resources/concordance/isaiah/40.json +1 -0
  585. data/resources/concordance/isaiah/41.json +1 -0
  586. data/resources/concordance/isaiah/42.json +1 -0
  587. data/resources/concordance/isaiah/43.json +1 -0
  588. data/resources/concordance/isaiah/44.json +1 -0
  589. data/resources/concordance/isaiah/45.json +1 -0
  590. data/resources/concordance/isaiah/46.json +1 -0
  591. data/resources/concordance/isaiah/47.json +1 -0
  592. data/resources/concordance/isaiah/48.json +1 -0
  593. data/resources/concordance/isaiah/49.json +1 -0
  594. data/resources/concordance/isaiah/5.json +1 -0
  595. data/resources/concordance/isaiah/50.json +1 -0
  596. data/resources/concordance/isaiah/51.json +1 -0
  597. data/resources/concordance/isaiah/52.json +1 -0
  598. data/resources/concordance/isaiah/53.json +1 -0
  599. data/resources/concordance/isaiah/54.json +1 -0
  600. data/resources/concordance/isaiah/55.json +1 -0
  601. data/resources/concordance/isaiah/56.json +1 -0
  602. data/resources/concordance/isaiah/57.json +1 -0
  603. data/resources/concordance/isaiah/58.json +1 -0
  604. data/resources/concordance/isaiah/59.json +1 -0
  605. data/resources/concordance/isaiah/6.json +1 -0
  606. data/resources/concordance/isaiah/60.json +1 -0
  607. data/resources/concordance/isaiah/61.json +1 -0
  608. data/resources/concordance/isaiah/62.json +1 -0
  609. data/resources/concordance/isaiah/63.json +1 -0
  610. data/resources/concordance/isaiah/64.json +1 -0
  611. data/resources/concordance/isaiah/65.json +1 -0
  612. data/resources/concordance/isaiah/66.json +1 -0
  613. data/resources/concordance/isaiah/7.json +1 -0
  614. data/resources/concordance/isaiah/8.json +1 -0
  615. data/resources/concordance/isaiah/9.json +1 -0
  616. data/resources/concordance/james/1.json +1 -0
  617. data/resources/concordance/james/2.json +1 -0
  618. data/resources/concordance/james/3.json +1 -0
  619. data/resources/concordance/james/4.json +1 -0
  620. data/resources/concordance/james/5.json +1 -0
  621. data/resources/concordance/jeremiah/1.json +1 -0
  622. data/resources/concordance/jeremiah/10.json +1 -0
  623. data/resources/concordance/jeremiah/11.json +1 -0
  624. data/resources/concordance/jeremiah/12.json +1 -0
  625. data/resources/concordance/jeremiah/13.json +1 -0
  626. data/resources/concordance/jeremiah/14.json +1 -0
  627. data/resources/concordance/jeremiah/15.json +1 -0
  628. data/resources/concordance/jeremiah/16.json +1 -0
  629. data/resources/concordance/jeremiah/17.json +1 -0
  630. data/resources/concordance/jeremiah/18.json +1 -0
  631. data/resources/concordance/jeremiah/19.json +1 -0
  632. data/resources/concordance/jeremiah/2.json +1 -0
  633. data/resources/concordance/jeremiah/20.json +1 -0
  634. data/resources/concordance/jeremiah/21.json +1 -0
  635. data/resources/concordance/jeremiah/22.json +1 -0
  636. data/resources/concordance/jeremiah/23.json +1 -0
  637. data/resources/concordance/jeremiah/24.json +1 -0
  638. data/resources/concordance/jeremiah/25.json +1 -0
  639. data/resources/concordance/jeremiah/26.json +1 -0
  640. data/resources/concordance/jeremiah/27.json +1 -0
  641. data/resources/concordance/jeremiah/28.json +1 -0
  642. data/resources/concordance/jeremiah/29.json +1 -0
  643. data/resources/concordance/jeremiah/3.json +1 -0
  644. data/resources/concordance/jeremiah/30.json +1 -0
  645. data/resources/concordance/jeremiah/31.json +1 -0
  646. data/resources/concordance/jeremiah/32.json +1 -0
  647. data/resources/concordance/jeremiah/33.json +1 -0
  648. data/resources/concordance/jeremiah/34.json +1 -0
  649. data/resources/concordance/jeremiah/35.json +1 -0
  650. data/resources/concordance/jeremiah/36.json +1 -0
  651. data/resources/concordance/jeremiah/37.json +1 -0
  652. data/resources/concordance/jeremiah/38.json +1 -0
  653. data/resources/concordance/jeremiah/39.json +1 -0
  654. data/resources/concordance/jeremiah/4.json +1 -0
  655. data/resources/concordance/jeremiah/40.json +1 -0
  656. data/resources/concordance/jeremiah/41.json +1 -0
  657. data/resources/concordance/jeremiah/42.json +1 -0
  658. data/resources/concordance/jeremiah/43.json +1 -0
  659. data/resources/concordance/jeremiah/44.json +1 -0
  660. data/resources/concordance/jeremiah/45.json +1 -0
  661. data/resources/concordance/jeremiah/46.json +1 -0
  662. data/resources/concordance/jeremiah/47.json +1 -0
  663. data/resources/concordance/jeremiah/48.json +1 -0
  664. data/resources/concordance/jeremiah/49.json +1 -0
  665. data/resources/concordance/jeremiah/5.json +1 -0
  666. data/resources/concordance/jeremiah/50.json +1 -0
  667. data/resources/concordance/jeremiah/51.json +1 -0
  668. data/resources/concordance/jeremiah/52.json +1 -0
  669. data/resources/concordance/jeremiah/6.json +1 -0
  670. data/resources/concordance/jeremiah/7.json +1 -0
  671. data/resources/concordance/jeremiah/8.json +1 -0
  672. data/resources/concordance/jeremiah/9.json +1 -0
  673. data/resources/concordance/job/1.json +1 -0
  674. data/resources/concordance/job/10.json +1 -0
  675. data/resources/concordance/job/11.json +1 -0
  676. data/resources/concordance/job/12.json +1 -0
  677. data/resources/concordance/job/13.json +1 -0
  678. data/resources/concordance/job/14.json +1 -0
  679. data/resources/concordance/job/15.json +1 -0
  680. data/resources/concordance/job/16.json +1 -0
  681. data/resources/concordance/job/17.json +1 -0
  682. data/resources/concordance/job/18.json +1 -0
  683. data/resources/concordance/job/19.json +1 -0
  684. data/resources/concordance/job/2.json +1 -0
  685. data/resources/concordance/job/20.json +1 -0
  686. data/resources/concordance/job/21.json +1 -0
  687. data/resources/concordance/job/22.json +1 -0
  688. data/resources/concordance/job/23.json +1 -0
  689. data/resources/concordance/job/24.json +1 -0
  690. data/resources/concordance/job/25.json +1 -0
  691. data/resources/concordance/job/26.json +1 -0
  692. data/resources/concordance/job/27.json +1 -0
  693. data/resources/concordance/job/28.json +1 -0
  694. data/resources/concordance/job/29.json +1 -0
  695. data/resources/concordance/job/3.json +1 -0
  696. data/resources/concordance/job/30.json +1 -0
  697. data/resources/concordance/job/31.json +1 -0
  698. data/resources/concordance/job/32.json +1 -0
  699. data/resources/concordance/job/33.json +1 -0
  700. data/resources/concordance/job/34.json +1 -0
  701. data/resources/concordance/job/35.json +1 -0
  702. data/resources/concordance/job/36.json +1 -0
  703. data/resources/concordance/job/37.json +1 -0
  704. data/resources/concordance/job/38.json +1 -0
  705. data/resources/concordance/job/39.json +1 -0
  706. data/resources/concordance/job/4.json +1 -0
  707. data/resources/concordance/job/40.json +1 -0
  708. data/resources/concordance/job/41.json +1 -0
  709. data/resources/concordance/job/42.json +1 -0
  710. data/resources/concordance/job/5.json +1 -0
  711. data/resources/concordance/job/6.json +1 -0
  712. data/resources/concordance/job/7.json +1 -0
  713. data/resources/concordance/job/8.json +1 -0
  714. data/resources/concordance/job/9.json +1 -0
  715. data/resources/concordance/joel/1.json +1 -0
  716. data/resources/concordance/joel/2.json +1 -0
  717. data/resources/concordance/joel/3.json +1 -0
  718. data/resources/concordance/john/1.json +1 -0
  719. data/resources/concordance/john/10.json +1 -0
  720. data/resources/concordance/john/11.json +1 -0
  721. data/resources/concordance/john/12.json +1 -0
  722. data/resources/concordance/john/13.json +1 -0
  723. data/resources/concordance/john/14.json +1 -0
  724. data/resources/concordance/john/15.json +1 -0
  725. data/resources/concordance/john/16.json +1 -0
  726. data/resources/concordance/john/17.json +1 -0
  727. data/resources/concordance/john/18.json +1 -0
  728. data/resources/concordance/john/19.json +1 -0
  729. data/resources/concordance/john/2.json +1 -0
  730. data/resources/concordance/john/20.json +1 -0
  731. data/resources/concordance/john/21.json +1 -0
  732. data/resources/concordance/john/3.json +1 -0
  733. data/resources/concordance/john/4.json +1 -0
  734. data/resources/concordance/john/5.json +1 -0
  735. data/resources/concordance/john/6.json +1 -0
  736. data/resources/concordance/john/7.json +1 -0
  737. data/resources/concordance/john/8.json +1 -0
  738. data/resources/concordance/john/9.json +1 -0
  739. data/resources/concordance/jonah/1.json +1 -0
  740. data/resources/concordance/jonah/2.json +1 -0
  741. data/resources/concordance/jonah/3.json +1 -0
  742. data/resources/concordance/jonah/4.json +1 -0
  743. data/resources/concordance/joshua/1.json +1 -0
  744. data/resources/concordance/joshua/10.json +1 -0
  745. data/resources/concordance/joshua/11.json +1 -0
  746. data/resources/concordance/joshua/12.json +1 -0
  747. data/resources/concordance/joshua/13.json +1 -0
  748. data/resources/concordance/joshua/14.json +1 -0
  749. data/resources/concordance/joshua/15.json +1 -0
  750. data/resources/concordance/joshua/16.json +1 -0
  751. data/resources/concordance/joshua/17.json +1 -0
  752. data/resources/concordance/joshua/18.json +1 -0
  753. data/resources/concordance/joshua/19.json +1 -0
  754. data/resources/concordance/joshua/2.json +1 -0
  755. data/resources/concordance/joshua/20.json +1 -0
  756. data/resources/concordance/joshua/21.json +1 -0
  757. data/resources/concordance/joshua/22.json +1 -0
  758. data/resources/concordance/joshua/23.json +1 -0
  759. data/resources/concordance/joshua/24.json +1 -0
  760. data/resources/concordance/joshua/3.json +1 -0
  761. data/resources/concordance/joshua/4.json +1 -0
  762. data/resources/concordance/joshua/5.json +1 -0
  763. data/resources/concordance/joshua/6.json +1 -0
  764. data/resources/concordance/joshua/7.json +1 -0
  765. data/resources/concordance/joshua/8.json +1 -0
  766. data/resources/concordance/joshua/9.json +1 -0
  767. data/resources/concordance/judee/1.json +1 -0
  768. data/resources/concordance/judges/1.json +1 -0
  769. data/resources/concordance/judges/10.json +1 -0
  770. data/resources/concordance/judges/11.json +1 -0
  771. data/resources/concordance/judges/12.json +1 -0
  772. data/resources/concordance/judges/13.json +1 -0
  773. data/resources/concordance/judges/14.json +1 -0
  774. data/resources/concordance/judges/15.json +1 -0
  775. data/resources/concordance/judges/16.json +1 -0
  776. data/resources/concordance/judges/17.json +1 -0
  777. data/resources/concordance/judges/18.json +1 -0
  778. data/resources/concordance/judges/19.json +1 -0
  779. data/resources/concordance/judges/2.json +1 -0
  780. data/resources/concordance/judges/20.json +1 -0
  781. data/resources/concordance/judges/21.json +1 -0
  782. data/resources/concordance/judges/3.json +1 -0
  783. data/resources/concordance/judges/4.json +1 -0
  784. data/resources/concordance/judges/5.json +1 -0
  785. data/resources/concordance/judges/6.json +1 -0
  786. data/resources/concordance/judges/7.json +1 -0
  787. data/resources/concordance/judges/8.json +1 -0
  788. data/resources/concordance/judges/9.json +1 -0
  789. data/resources/concordance/lamentations/1.json +1 -0
  790. data/resources/concordance/lamentations/2.json +1 -0
  791. data/resources/concordance/lamentations/3.json +1 -0
  792. data/resources/concordance/lamentations/4.json +1 -0
  793. data/resources/concordance/lamentations/5.json +1 -0
  794. data/resources/concordance/leviticus/1.json +1 -0
  795. data/resources/concordance/leviticus/10.json +1 -0
  796. data/resources/concordance/leviticus/11.json +1 -0
  797. data/resources/concordance/leviticus/12.json +1 -0
  798. data/resources/concordance/leviticus/13.json +1 -0
  799. data/resources/concordance/leviticus/14.json +1 -0
  800. data/resources/concordance/leviticus/15.json +1 -0
  801. data/resources/concordance/leviticus/16.json +1 -0
  802. data/resources/concordance/leviticus/17.json +1 -0
  803. data/resources/concordance/leviticus/18.json +1 -0
  804. data/resources/concordance/leviticus/19.json +1 -0
  805. data/resources/concordance/leviticus/2.json +1 -0
  806. data/resources/concordance/leviticus/20.json +1 -0
  807. data/resources/concordance/leviticus/21.json +1 -0
  808. data/resources/concordance/leviticus/22.json +1 -0
  809. data/resources/concordance/leviticus/23.json +1 -0
  810. data/resources/concordance/leviticus/24.json +1 -0
  811. data/resources/concordance/leviticus/25.json +1 -0
  812. data/resources/concordance/leviticus/26.json +1 -0
  813. data/resources/concordance/leviticus/27.json +1 -0
  814. data/resources/concordance/leviticus/3.json +1 -0
  815. data/resources/concordance/leviticus/4.json +1 -0
  816. data/resources/concordance/leviticus/5.json +1 -0
  817. data/resources/concordance/leviticus/6.json +1 -0
  818. data/resources/concordance/leviticus/7.json +1 -0
  819. data/resources/concordance/leviticus/8.json +1 -0
  820. data/resources/concordance/leviticus/9.json +1 -0
  821. data/resources/concordance/luke/1.json +1 -0
  822. data/resources/concordance/luke/10.json +1 -0
  823. data/resources/concordance/luke/11.json +1 -0
  824. data/resources/concordance/luke/12.json +1 -0
  825. data/resources/concordance/luke/13.json +1 -0
  826. data/resources/concordance/luke/14.json +1 -0
  827. data/resources/concordance/luke/15.json +1 -0
  828. data/resources/concordance/luke/16.json +1 -0
  829. data/resources/concordance/luke/17.json +1 -0
  830. data/resources/concordance/luke/18.json +1 -0
  831. data/resources/concordance/luke/19.json +1 -0
  832. data/resources/concordance/luke/2.json +1 -0
  833. data/resources/concordance/luke/20.json +1 -0
  834. data/resources/concordance/luke/21.json +1 -0
  835. data/resources/concordance/luke/22.json +1 -0
  836. data/resources/concordance/luke/23.json +1 -0
  837. data/resources/concordance/luke/24.json +1 -0
  838. data/resources/concordance/luke/3.json +1 -0
  839. data/resources/concordance/luke/4.json +1 -0
  840. data/resources/concordance/luke/5.json +1 -0
  841. data/resources/concordance/luke/6.json +1 -0
  842. data/resources/concordance/luke/7.json +1 -0
  843. data/resources/concordance/luke/8.json +1 -0
  844. data/resources/concordance/luke/9.json +1 -0
  845. data/resources/concordance/malachi/1.json +1 -0
  846. data/resources/concordance/malachi/2.json +1 -0
  847. data/resources/concordance/malachi/3.json +1 -0
  848. data/resources/concordance/malachi/4.json +1 -0
  849. data/resources/concordance/mark/1.json +1 -0
  850. data/resources/concordance/mark/10.json +1 -0
  851. data/resources/concordance/mark/11.json +1 -0
  852. data/resources/concordance/mark/12.json +1 -0
  853. data/resources/concordance/mark/13.json +1 -0
  854. data/resources/concordance/mark/14.json +1 -0
  855. data/resources/concordance/mark/15.json +1 -0
  856. data/resources/concordance/mark/16.json +1 -0
  857. data/resources/concordance/mark/2.json +1 -0
  858. data/resources/concordance/mark/3.json +1 -0
  859. data/resources/concordance/mark/4.json +1 -0
  860. data/resources/concordance/mark/5.json +1 -0
  861. data/resources/concordance/mark/6.json +1 -0
  862. data/resources/concordance/mark/7.json +1 -0
  863. data/resources/concordance/mark/8.json +1 -0
  864. data/resources/concordance/mark/9.json +1 -0
  865. data/resources/concordance/matthew/1.json +1 -0
  866. data/resources/concordance/matthew/10.json +1 -0
  867. data/resources/concordance/matthew/11.json +1 -0
  868. data/resources/concordance/matthew/12.json +1 -0
  869. data/resources/concordance/matthew/13.json +1 -0
  870. data/resources/concordance/matthew/14.json +1 -0
  871. data/resources/concordance/matthew/15.json +1 -0
  872. data/resources/concordance/matthew/16.json +1 -0
  873. data/resources/concordance/matthew/17.json +1 -0
  874. data/resources/concordance/matthew/18.json +1 -0
  875. data/resources/concordance/matthew/19.json +1 -0
  876. data/resources/concordance/matthew/2.json +1 -0
  877. data/resources/concordance/matthew/20.json +1 -0
  878. data/resources/concordance/matthew/21.json +1 -0
  879. data/resources/concordance/matthew/22.json +1 -0
  880. data/resources/concordance/matthew/23.json +1 -0
  881. data/resources/concordance/matthew/24.json +1 -0
  882. data/resources/concordance/matthew/25.json +1 -0
  883. data/resources/concordance/matthew/26.json +1 -0
  884. data/resources/concordance/matthew/27.json +1 -0
  885. data/resources/concordance/matthew/28.json +1 -0
  886. data/resources/concordance/matthew/3.json +1 -0
  887. data/resources/concordance/matthew/4.json +1 -0
  888. data/resources/concordance/matthew/5.json +1 -0
  889. data/resources/concordance/matthew/6.json +1 -0
  890. data/resources/concordance/matthew/7.json +1 -0
  891. data/resources/concordance/matthew/8.json +1 -0
  892. data/resources/concordance/matthew/9.json +1 -0
  893. data/resources/concordance/micah/1.json +1 -0
  894. data/resources/concordance/micah/2.json +1 -0
  895. data/resources/concordance/micah/3.json +1 -0
  896. data/resources/concordance/micah/4.json +1 -0
  897. data/resources/concordance/micah/5.json +1 -0
  898. data/resources/concordance/micah/6.json +1 -0
  899. data/resources/concordance/micah/7.json +1 -0
  900. data/resources/concordance/nahum/1.json +1 -0
  901. data/resources/concordance/nahum/2.json +1 -0
  902. data/resources/concordance/nahum/3.json +1 -0
  903. data/resources/concordance/nehemiah/1.json +1 -0
  904. data/resources/concordance/nehemiah/10.json +1 -0
  905. data/resources/concordance/nehemiah/11.json +1 -0
  906. data/resources/concordance/nehemiah/12.json +1 -0
  907. data/resources/concordance/nehemiah/13.json +1 -0
  908. data/resources/concordance/nehemiah/2.json +1 -0
  909. data/resources/concordance/nehemiah/3.json +1 -0
  910. data/resources/concordance/nehemiah/4.json +1 -0
  911. data/resources/concordance/nehemiah/5.json +1 -0
  912. data/resources/concordance/nehemiah/6.json +1 -0
  913. data/resources/concordance/nehemiah/7.json +1 -0
  914. data/resources/concordance/nehemiah/8.json +1 -0
  915. data/resources/concordance/nehemiah/9.json +1 -0
  916. data/resources/concordance/numbers/1.json +1 -0
  917. data/resources/concordance/numbers/10.json +1 -0
  918. data/resources/concordance/numbers/11.json +1 -0
  919. data/resources/concordance/numbers/12.json +1 -0
  920. data/resources/concordance/numbers/13.json +1 -0
  921. data/resources/concordance/numbers/14.json +1 -0
  922. data/resources/concordance/numbers/15.json +1 -0
  923. data/resources/concordance/numbers/16.json +1 -0
  924. data/resources/concordance/numbers/17.json +1 -0
  925. data/resources/concordance/numbers/18.json +1 -0
  926. data/resources/concordance/numbers/19.json +1 -0
  927. data/resources/concordance/numbers/2.json +1 -0
  928. data/resources/concordance/numbers/20.json +1 -0
  929. data/resources/concordance/numbers/21.json +1 -0
  930. data/resources/concordance/numbers/22.json +1 -0
  931. data/resources/concordance/numbers/23.json +1 -0
  932. data/resources/concordance/numbers/24.json +1 -0
  933. data/resources/concordance/numbers/25.json +1 -0
  934. data/resources/concordance/numbers/26.json +1 -0
  935. data/resources/concordance/numbers/27.json +1 -0
  936. data/resources/concordance/numbers/28.json +1 -0
  937. data/resources/concordance/numbers/29.json +1 -0
  938. data/resources/concordance/numbers/3.json +1 -0
  939. data/resources/concordance/numbers/30.json +1 -0
  940. data/resources/concordance/numbers/31.json +1 -0
  941. data/resources/concordance/numbers/32.json +1 -0
  942. data/resources/concordance/numbers/33.json +1 -0
  943. data/resources/concordance/numbers/34.json +1 -0
  944. data/resources/concordance/numbers/35.json +1 -0
  945. data/resources/concordance/numbers/36.json +1 -0
  946. data/resources/concordance/numbers/4.json +1 -0
  947. data/resources/concordance/numbers/5.json +1 -0
  948. data/resources/concordance/numbers/6.json +1 -0
  949. data/resources/concordance/numbers/7.json +1 -0
  950. data/resources/concordance/numbers/8.json +1 -0
  951. data/resources/concordance/numbers/9.json +1 -0
  952. data/resources/concordance/obadiah/1.json +1 -0
  953. data/resources/concordance/philemon/1.json +1 -0
  954. data/resources/concordance/philippians/1.json +1 -0
  955. data/resources/concordance/philippians/2.json +1 -0
  956. data/resources/concordance/philippians/3.json +1 -0
  957. data/resources/concordance/philippians/4.json +1 -0
  958. data/resources/concordance/proverbs/1.json +1 -0
  959. data/resources/concordance/proverbs/10.json +1 -0
  960. data/resources/concordance/proverbs/11.json +1 -0
  961. data/resources/concordance/proverbs/12.json +1 -0
  962. data/resources/concordance/proverbs/13.json +1 -0
  963. data/resources/concordance/proverbs/14.json +1 -0
  964. data/resources/concordance/proverbs/15.json +1 -0
  965. data/resources/concordance/proverbs/16.json +1 -0
  966. data/resources/concordance/proverbs/17.json +1 -0
  967. data/resources/concordance/proverbs/18.json +1 -0
  968. data/resources/concordance/proverbs/19.json +1 -0
  969. data/resources/concordance/proverbs/2.json +1 -0
  970. data/resources/concordance/proverbs/20.json +1 -0
  971. data/resources/concordance/proverbs/21.json +1 -0
  972. data/resources/concordance/proverbs/22.json +1 -0
  973. data/resources/concordance/proverbs/23.json +1 -0
  974. data/resources/concordance/proverbs/24.json +1 -0
  975. data/resources/concordance/proverbs/25.json +1 -0
  976. data/resources/concordance/proverbs/26.json +1 -0
  977. data/resources/concordance/proverbs/27.json +1 -0
  978. data/resources/concordance/proverbs/28.json +1 -0
  979. data/resources/concordance/proverbs/29.json +1 -0
  980. data/resources/concordance/proverbs/3.json +1 -0
  981. data/resources/concordance/proverbs/30.json +1 -0
  982. data/resources/concordance/proverbs/31.json +1 -0
  983. data/resources/concordance/proverbs/4.json +1 -0
  984. data/resources/concordance/proverbs/5.json +1 -0
  985. data/resources/concordance/proverbs/6.json +1 -0
  986. data/resources/concordance/proverbs/7.json +1 -0
  987. data/resources/concordance/proverbs/8.json +1 -0
  988. data/resources/concordance/proverbs/9.json +1 -0
  989. data/resources/concordance/psalms/1.json +1 -0
  990. data/resources/concordance/psalms/10.json +1 -0
  991. data/resources/concordance/psalms/100.json +1 -0
  992. data/resources/concordance/psalms/101.json +1 -0
  993. data/resources/concordance/psalms/102.json +1 -0
  994. data/resources/concordance/psalms/103.json +1 -0
  995. data/resources/concordance/psalms/104.json +1 -0
  996. data/resources/concordance/psalms/105.json +1 -0
  997. data/resources/concordance/psalms/106.json +1 -0
  998. data/resources/concordance/psalms/107.json +1 -0
  999. data/resources/concordance/psalms/108.json +1 -0
  1000. data/resources/concordance/psalms/109.json +1 -0
  1001. data/resources/concordance/psalms/11.json +1 -0
  1002. data/resources/concordance/psalms/110.json +1 -0
  1003. data/resources/concordance/psalms/111.json +1 -0
  1004. data/resources/concordance/psalms/112.json +1 -0
  1005. data/resources/concordance/psalms/113.json +1 -0
  1006. data/resources/concordance/psalms/114.json +1 -0
  1007. data/resources/concordance/psalms/115.json +1 -0
  1008. data/resources/concordance/psalms/116.json +1 -0
  1009. data/resources/concordance/psalms/117.json +1 -0
  1010. data/resources/concordance/psalms/118.json +1 -0
  1011. data/resources/concordance/psalms/119.json +1 -0
  1012. data/resources/concordance/psalms/12.json +1 -0
  1013. data/resources/concordance/psalms/120.json +1 -0
  1014. data/resources/concordance/psalms/121.json +1 -0
  1015. data/resources/concordance/psalms/122.json +1 -0
  1016. data/resources/concordance/psalms/123.json +1 -0
  1017. data/resources/concordance/psalms/124.json +1 -0
  1018. data/resources/concordance/psalms/125.json +1 -0
  1019. data/resources/concordance/psalms/126.json +1 -0
  1020. data/resources/concordance/psalms/127.json +1 -0
  1021. data/resources/concordance/psalms/128.json +1 -0
  1022. data/resources/concordance/psalms/129.json +1 -0
  1023. data/resources/concordance/psalms/13.json +1 -0
  1024. data/resources/concordance/psalms/130.json +1 -0
  1025. data/resources/concordance/psalms/131.json +1 -0
  1026. data/resources/concordance/psalms/132.json +1 -0
  1027. data/resources/concordance/psalms/133.json +1 -0
  1028. data/resources/concordance/psalms/134.json +1 -0
  1029. data/resources/concordance/psalms/135.json +1 -0
  1030. data/resources/concordance/psalms/136.json +1 -0
  1031. data/resources/concordance/psalms/137.json +1 -0
  1032. data/resources/concordance/psalms/138.json +1 -0
  1033. data/resources/concordance/psalms/139.json +1 -0
  1034. data/resources/concordance/psalms/14.json +1 -0
  1035. data/resources/concordance/psalms/140.json +1 -0
  1036. data/resources/concordance/psalms/141.json +1 -0
  1037. data/resources/concordance/psalms/142.json +1 -0
  1038. data/resources/concordance/psalms/143.json +1 -0
  1039. data/resources/concordance/psalms/144.json +1 -0
  1040. data/resources/concordance/psalms/145.json +1 -0
  1041. data/resources/concordance/psalms/146.json +1 -0
  1042. data/resources/concordance/psalms/147.json +1 -0
  1043. data/resources/concordance/psalms/148.json +1 -0
  1044. data/resources/concordance/psalms/149.json +1 -0
  1045. data/resources/concordance/psalms/15.json +1 -0
  1046. data/resources/concordance/psalms/150.json +1 -0
  1047. data/resources/concordance/psalms/16.json +1 -0
  1048. data/resources/concordance/psalms/17.json +1 -0
  1049. data/resources/concordance/psalms/18.json +1 -0
  1050. data/resources/concordance/psalms/19.json +1 -0
  1051. data/resources/concordance/psalms/2.json +1 -0
  1052. data/resources/concordance/psalms/20.json +1 -0
  1053. data/resources/concordance/psalms/21.json +1 -0
  1054. data/resources/concordance/psalms/22.json +1 -0
  1055. data/resources/concordance/psalms/23.json +1 -0
  1056. data/resources/concordance/psalms/24.json +1 -0
  1057. data/resources/concordance/psalms/25.json +1 -0
  1058. data/resources/concordance/psalms/26.json +1 -0
  1059. data/resources/concordance/psalms/27.json +1 -0
  1060. data/resources/concordance/psalms/28.json +1 -0
  1061. data/resources/concordance/psalms/29.json +1 -0
  1062. data/resources/concordance/psalms/3.json +1 -0
  1063. data/resources/concordance/psalms/30.json +1 -0
  1064. data/resources/concordance/psalms/31.json +1 -0
  1065. data/resources/concordance/psalms/32.json +1 -0
  1066. data/resources/concordance/psalms/33.json +1 -0
  1067. data/resources/concordance/psalms/34.json +1 -0
  1068. data/resources/concordance/psalms/35.json +1 -0
  1069. data/resources/concordance/psalms/36.json +1 -0
  1070. data/resources/concordance/psalms/37.json +1 -0
  1071. data/resources/concordance/psalms/38.json +1 -0
  1072. data/resources/concordance/psalms/39.json +1 -0
  1073. data/resources/concordance/psalms/4.json +1 -0
  1074. data/resources/concordance/psalms/40.json +1 -0
  1075. data/resources/concordance/psalms/41.json +1 -0
  1076. data/resources/concordance/psalms/42.json +1 -0
  1077. data/resources/concordance/psalms/43.json +1 -0
  1078. data/resources/concordance/psalms/44.json +1 -0
  1079. data/resources/concordance/psalms/45.json +1 -0
  1080. data/resources/concordance/psalms/46.json +1 -0
  1081. data/resources/concordance/psalms/47.json +1 -0
  1082. data/resources/concordance/psalms/48.json +1 -0
  1083. data/resources/concordance/psalms/49.json +1 -0
  1084. data/resources/concordance/psalms/5.json +1 -0
  1085. data/resources/concordance/psalms/50.json +1 -0
  1086. data/resources/concordance/psalms/51.json +1 -0
  1087. data/resources/concordance/psalms/52.json +1 -0
  1088. data/resources/concordance/psalms/53.json +1 -0
  1089. data/resources/concordance/psalms/54.json +1 -0
  1090. data/resources/concordance/psalms/55.json +1 -0
  1091. data/resources/concordance/psalms/56.json +1 -0
  1092. data/resources/concordance/psalms/57.json +1 -0
  1093. data/resources/concordance/psalms/58.json +1 -0
  1094. data/resources/concordance/psalms/59.json +1 -0
  1095. data/resources/concordance/psalms/6.json +1 -0
  1096. data/resources/concordance/psalms/60.json +1 -0
  1097. data/resources/concordance/psalms/61.json +1 -0
  1098. data/resources/concordance/psalms/62.json +1 -0
  1099. data/resources/concordance/psalms/63.json +1 -0
  1100. data/resources/concordance/psalms/64.json +1 -0
  1101. data/resources/concordance/psalms/65.json +1 -0
  1102. data/resources/concordance/psalms/66.json +1 -0
  1103. data/resources/concordance/psalms/67.json +1 -0
  1104. data/resources/concordance/psalms/68.json +1 -0
  1105. data/resources/concordance/psalms/69.json +1 -0
  1106. data/resources/concordance/psalms/7.json +1 -0
  1107. data/resources/concordance/psalms/70.json +1 -0
  1108. data/resources/concordance/psalms/71.json +1 -0
  1109. data/resources/concordance/psalms/72.json +1 -0
  1110. data/resources/concordance/psalms/73.json +1 -0
  1111. data/resources/concordance/psalms/74.json +1 -0
  1112. data/resources/concordance/psalms/75.json +1 -0
  1113. data/resources/concordance/psalms/76.json +1 -0
  1114. data/resources/concordance/psalms/77.json +1 -0
  1115. data/resources/concordance/psalms/78.json +1 -0
  1116. data/resources/concordance/psalms/79.json +1 -0
  1117. data/resources/concordance/psalms/8.json +1 -0
  1118. data/resources/concordance/psalms/80.json +1 -0
  1119. data/resources/concordance/psalms/81.json +1 -0
  1120. data/resources/concordance/psalms/82.json +1 -0
  1121. data/resources/concordance/psalms/83.json +1 -0
  1122. data/resources/concordance/psalms/84.json +1 -0
  1123. data/resources/concordance/psalms/85.json +1 -0
  1124. data/resources/concordance/psalms/86.json +1 -0
  1125. data/resources/concordance/psalms/87.json +1 -0
  1126. data/resources/concordance/psalms/88.json +1 -0
  1127. data/resources/concordance/psalms/89.json +1 -0
  1128. data/resources/concordance/psalms/9.json +1 -0
  1129. data/resources/concordance/psalms/90.json +1 -0
  1130. data/resources/concordance/psalms/91.json +1 -0
  1131. data/resources/concordance/psalms/92.json +1 -0
  1132. data/resources/concordance/psalms/93.json +1 -0
  1133. data/resources/concordance/psalms/94.json +1 -0
  1134. data/resources/concordance/psalms/95.json +1 -0
  1135. data/resources/concordance/psalms/96.json +1 -0
  1136. data/resources/concordance/psalms/97.json +1 -0
  1137. data/resources/concordance/psalms/98.json +1 -0
  1138. data/resources/concordance/psalms/99.json +1 -0
  1139. data/resources/concordance/revelation/1.json +1 -0
  1140. data/resources/concordance/revelation/10.json +1 -0
  1141. data/resources/concordance/revelation/11.json +1 -0
  1142. data/resources/concordance/revelation/12.json +1 -0
  1143. data/resources/concordance/revelation/13.json +1 -0
  1144. data/resources/concordance/revelation/14.json +1 -0
  1145. data/resources/concordance/revelation/15.json +1 -0
  1146. data/resources/concordance/revelation/16.json +1 -0
  1147. data/resources/concordance/revelation/17.json +1 -0
  1148. data/resources/concordance/revelation/18.json +1 -0
  1149. data/resources/concordance/revelation/19.json +1 -0
  1150. data/resources/concordance/revelation/2.json +1 -0
  1151. data/resources/concordance/revelation/20.json +1 -0
  1152. data/resources/concordance/revelation/21.json +1 -0
  1153. data/resources/concordance/revelation/22.json +1 -0
  1154. data/resources/concordance/revelation/3.json +1 -0
  1155. data/resources/concordance/revelation/4.json +1 -0
  1156. data/resources/concordance/revelation/5.json +1 -0
  1157. data/resources/concordance/revelation/6.json +1 -0
  1158. data/resources/concordance/revelation/7.json +1 -0
  1159. data/resources/concordance/revelation/8.json +1 -0
  1160. data/resources/concordance/revelation/9.json +1 -0
  1161. data/resources/concordance/romans/1.json +1 -0
  1162. data/resources/concordance/romans/10.json +1 -0
  1163. data/resources/concordance/romans/11.json +1 -0
  1164. data/resources/concordance/romans/12.json +1 -0
  1165. data/resources/concordance/romans/13.json +1 -0
  1166. data/resources/concordance/romans/14.json +1 -0
  1167. data/resources/concordance/romans/15.json +1 -0
  1168. data/resources/concordance/romans/16.json +1 -0
  1169. data/resources/concordance/romans/2.json +1 -0
  1170. data/resources/concordance/romans/3.json +1 -0
  1171. data/resources/concordance/romans/4.json +1 -0
  1172. data/resources/concordance/romans/5.json +1 -0
  1173. data/resources/concordance/romans/6.json +1 -0
  1174. data/resources/concordance/romans/7.json +1 -0
  1175. data/resources/concordance/romans/8.json +1 -0
  1176. data/resources/concordance/romans/9.json +1 -0
  1177. data/resources/concordance/ruth/1.json +1 -0
  1178. data/resources/concordance/ruth/2.json +1 -0
  1179. data/resources/concordance/ruth/3.json +1 -0
  1180. data/resources/concordance/ruth/4.json +1 -0
  1181. data/resources/concordance/song_of_solomon/1.json +1 -0
  1182. data/resources/concordance/song_of_solomon/2.json +1 -0
  1183. data/resources/concordance/song_of_solomon/3.json +1 -0
  1184. data/resources/concordance/song_of_solomon/4.json +1 -0
  1185. data/resources/concordance/song_of_solomon/5.json +1 -0
  1186. data/resources/concordance/song_of_solomon/6.json +1 -0
  1187. data/resources/concordance/song_of_solomon/7.json +1 -0
  1188. data/resources/concordance/song_of_solomon/8.json +1 -0
  1189. data/resources/concordance/titus/1.json +1 -0
  1190. data/resources/concordance/titus/2.json +1 -0
  1191. data/resources/concordance/titus/3.json +1 -0
  1192. data/resources/concordance/zechariah/1.json +1 -0
  1193. data/resources/concordance/zechariah/10.json +1 -0
  1194. data/resources/concordance/zechariah/11.json +1 -0
  1195. data/resources/concordance/zechariah/12.json +1 -0
  1196. data/resources/concordance/zechariah/13.json +1 -0
  1197. data/resources/concordance/zechariah/14.json +1 -0
  1198. data/resources/concordance/zechariah/2.json +1 -0
  1199. data/resources/concordance/zechariah/3.json +1 -0
  1200. data/resources/concordance/zechariah/4.json +1 -0
  1201. data/resources/concordance/zechariah/5.json +1 -0
  1202. data/resources/concordance/zechariah/6.json +1 -0
  1203. data/resources/concordance/zechariah/7.json +1 -0
  1204. data/resources/concordance/zechariah/8.json +1 -0
  1205. data/resources/concordance/zechariah/9.json +1 -0
  1206. data/resources/concordance/zephaniah/1.json +1 -0
  1207. data/resources/concordance/zephaniah/2.json +1 -0
  1208. data/resources/concordance/zephaniah/3.json +1 -0
  1209. data/resources/lexicon/greek/0.json +1 -0
  1210. data/resources/lexicon/greek/1.json +1 -0
  1211. data/resources/lexicon/greek/10.json +1 -0
  1212. data/resources/lexicon/greek/11.json +1 -0
  1213. data/resources/lexicon/greek/12.json +1 -0
  1214. data/resources/lexicon/greek/13.json +1 -0
  1215. data/resources/lexicon/greek/14.json +1 -0
  1216. data/resources/lexicon/greek/15.json +1 -0
  1217. data/resources/lexicon/greek/16.json +1 -0
  1218. data/resources/lexicon/greek/17.json +1 -0
  1219. data/resources/lexicon/greek/18.json +1 -0
  1220. data/resources/lexicon/greek/19.json +1 -0
  1221. data/resources/lexicon/greek/2.json +1 -0
  1222. data/resources/lexicon/greek/20.json +1 -0
  1223. data/resources/lexicon/greek/21.json +1 -0
  1224. data/resources/lexicon/greek/22.json +1 -0
  1225. data/resources/lexicon/greek/23.json +1 -0
  1226. data/resources/lexicon/greek/24.json +1 -0
  1227. data/resources/lexicon/greek/25.json +1 -0
  1228. data/resources/lexicon/greek/26.json +1 -0
  1229. data/resources/lexicon/greek/27.json +1 -0
  1230. data/resources/lexicon/greek/28.json +1 -0
  1231. data/resources/lexicon/greek/29.json +1 -0
  1232. data/resources/lexicon/greek/3.json +1 -0
  1233. data/resources/lexicon/greek/30.json +1 -0
  1234. data/resources/lexicon/greek/31.json +1 -0
  1235. data/resources/lexicon/greek/32.json +1 -0
  1236. data/resources/lexicon/greek/33.json +1 -0
  1237. data/resources/lexicon/greek/34.json +1 -0
  1238. data/resources/lexicon/greek/35.json +1 -0
  1239. data/resources/lexicon/greek/36.json +1 -0
  1240. data/resources/lexicon/greek/37.json +1 -0
  1241. data/resources/lexicon/greek/38.json +1 -0
  1242. data/resources/lexicon/greek/39.json +1 -0
  1243. data/resources/lexicon/greek/4.json +1 -0
  1244. data/resources/lexicon/greek/40.json +1 -0
  1245. data/resources/lexicon/greek/41.json +1 -0
  1246. data/resources/lexicon/greek/42.json +1 -0
  1247. data/resources/lexicon/greek/43.json +1 -0
  1248. data/resources/lexicon/greek/44.json +1 -0
  1249. data/resources/lexicon/greek/45.json +1 -0
  1250. data/resources/lexicon/greek/46.json +1 -0
  1251. data/resources/lexicon/greek/47.json +1 -0
  1252. data/resources/lexicon/greek/48.json +1 -0
  1253. data/resources/lexicon/greek/49.json +1 -0
  1254. data/resources/lexicon/greek/5.json +1 -0
  1255. data/resources/lexicon/greek/50.json +1 -0
  1256. data/resources/lexicon/greek/51.json +1 -0
  1257. data/resources/lexicon/greek/52.json +1 -0
  1258. data/resources/lexicon/greek/53.json +1 -0
  1259. data/resources/lexicon/greek/54.json +1 -0
  1260. data/resources/lexicon/greek/55.json +1 -0
  1261. data/resources/lexicon/greek/56.json +1 -0
  1262. data/resources/lexicon/greek/6.json +1 -0
  1263. data/resources/lexicon/greek/7.json +1 -0
  1264. data/resources/lexicon/greek/8.json +1 -0
  1265. data/resources/lexicon/greek/9.json +1 -0
  1266. data/resources/lexicon/hebrew/0.json +1 -0
  1267. data/resources/lexicon/hebrew/1.json +1 -0
  1268. data/resources/lexicon/hebrew/10.json +1 -0
  1269. data/resources/lexicon/hebrew/11.json +1 -0
  1270. data/resources/lexicon/hebrew/12.json +1 -0
  1271. data/resources/lexicon/hebrew/13.json +1 -0
  1272. data/resources/lexicon/hebrew/14.json +1 -0
  1273. data/resources/lexicon/hebrew/15.json +1 -0
  1274. data/resources/lexicon/hebrew/16.json +1 -0
  1275. data/resources/lexicon/hebrew/17.json +1 -0
  1276. data/resources/lexicon/hebrew/18.json +1 -0
  1277. data/resources/lexicon/hebrew/19.json +1 -0
  1278. data/resources/lexicon/hebrew/2.json +1 -0
  1279. data/resources/lexicon/hebrew/20.json +1 -0
  1280. data/resources/lexicon/hebrew/21.json +1 -0
  1281. data/resources/lexicon/hebrew/22.json +1 -0
  1282. data/resources/lexicon/hebrew/23.json +1 -0
  1283. data/resources/lexicon/hebrew/24.json +1 -0
  1284. data/resources/lexicon/hebrew/25.json +1 -0
  1285. data/resources/lexicon/hebrew/26.json +1 -0
  1286. data/resources/lexicon/hebrew/27.json +1 -0
  1287. data/resources/lexicon/hebrew/28.json +1 -0
  1288. data/resources/lexicon/hebrew/29.json +1 -0
  1289. data/resources/lexicon/hebrew/3.json +1 -0
  1290. data/resources/lexicon/hebrew/30.json +1 -0
  1291. data/resources/lexicon/hebrew/31.json +1 -0
  1292. data/resources/lexicon/hebrew/32.json +1 -0
  1293. data/resources/lexicon/hebrew/33.json +1 -0
  1294. data/resources/lexicon/hebrew/34.json +1 -0
  1295. data/resources/lexicon/hebrew/35.json +1 -0
  1296. data/resources/lexicon/hebrew/36.json +1 -0
  1297. data/resources/lexicon/hebrew/37.json +1 -0
  1298. data/resources/lexicon/hebrew/38.json +1 -0
  1299. data/resources/lexicon/hebrew/39.json +1 -0
  1300. data/resources/lexicon/hebrew/4.json +1 -0
  1301. data/resources/lexicon/hebrew/40.json +1 -0
  1302. data/resources/lexicon/hebrew/41.json +1 -0
  1303. data/resources/lexicon/hebrew/42.json +1 -0
  1304. data/resources/lexicon/hebrew/43.json +1 -0
  1305. data/resources/lexicon/hebrew/44.json +1 -0
  1306. data/resources/lexicon/hebrew/45.json +1 -0
  1307. data/resources/lexicon/hebrew/46.json +1 -0
  1308. data/resources/lexicon/hebrew/47.json +1 -0
  1309. data/resources/lexicon/hebrew/48.json +1 -0
  1310. data/resources/lexicon/hebrew/49.json +1 -0
  1311. data/resources/lexicon/hebrew/5.json +1 -0
  1312. data/resources/lexicon/hebrew/50.json +1 -0
  1313. data/resources/lexicon/hebrew/51.json +1 -0
  1314. data/resources/lexicon/hebrew/52.json +1 -0
  1315. data/resources/lexicon/hebrew/53.json +1 -0
  1316. data/resources/lexicon/hebrew/54.json +1 -0
  1317. data/resources/lexicon/hebrew/55.json +1 -0
  1318. data/resources/lexicon/hebrew/56.json +1 -0
  1319. data/resources/lexicon/hebrew/57.json +1 -0
  1320. data/resources/lexicon/hebrew/58.json +1 -0
  1321. data/resources/lexicon/hebrew/59.json +1 -0
  1322. data/resources/lexicon/hebrew/6.json +1 -0
  1323. data/resources/lexicon/hebrew/60.json +1 -0
  1324. data/resources/lexicon/hebrew/61.json +1 -0
  1325. data/resources/lexicon/hebrew/62.json +1 -0
  1326. data/resources/lexicon/hebrew/63.json +1 -0
  1327. data/resources/lexicon/hebrew/64.json +1 -0
  1328. data/resources/lexicon/hebrew/65.json +1 -0
  1329. data/resources/lexicon/hebrew/66.json +1 -0
  1330. data/resources/lexicon/hebrew/67.json +1 -0
  1331. data/resources/lexicon/hebrew/68.json +1 -0
  1332. data/resources/lexicon/hebrew/69.json +1 -0
  1333. data/resources/lexicon/hebrew/7.json +1 -0
  1334. data/resources/lexicon/hebrew/70.json +1 -0
  1335. data/resources/lexicon/hebrew/71.json +1 -0
  1336. data/resources/lexicon/hebrew/72.json +1 -0
  1337. data/resources/lexicon/hebrew/73.json +1 -0
  1338. data/resources/lexicon/hebrew/74.json +1 -0
  1339. data/resources/lexicon/hebrew/75.json +1 -0
  1340. data/resources/lexicon/hebrew/76.json +1 -0
  1341. data/resources/lexicon/hebrew/77.json +1 -0
  1342. data/resources/lexicon/hebrew/78.json +1 -0
  1343. data/resources/lexicon/hebrew/79.json +1 -0
  1344. data/resources/lexicon/hebrew/8.json +1 -0
  1345. data/resources/lexicon/hebrew/80.json +1 -0
  1346. data/resources/lexicon/hebrew/81.json +1 -0
  1347. data/resources/lexicon/hebrew/82.json +1 -0
  1348. data/resources/lexicon/hebrew/83.json +1 -0
  1349. data/resources/lexicon/hebrew/84.json +1 -0
  1350. data/resources/lexicon/hebrew/85.json +1 -0
  1351. data/resources/lexicon/hebrew/86.json +1 -0
  1352. data/resources/lexicon/hebrew/9.json +1 -0
  1353. metadata +1450 -0
@@ -0,0 +1 @@
1
+ {"19":[{"text":"father","number":"h1"},{"text":"his tent","number":"h168"},{"text":"of the children","number":"h1121"},{"text":"a parcel","number":"h2513"},{"text":"of Hamor","number":"h2544"},{"text":"at the hand","number":"h3027"},{"text":"for an hundred","number":"h3967"},{"text":"where he had spread","number":"h5186"},{"text":"And he bought","number":"h7069"},{"text":"pieces of money","number":"h7192"},{"text":"of a field","number":"h7704"},{"text":"Shechem's","number":"h7927"}],"14":[{"text":"Let my lord","number":"h113"},{"text":"unto my lord","number":"h113"},{"text":"softly","number":"h328"},{"text":"until I come","number":"h935"},{"text":"and the children","number":"h3206"},{"text":"the cattle","number":"h4399"},{"text":"and I will lead on","number":"h5095"},{"text":"his servant","number":"h5650"},{"text":"I pray thee pass over","number":"h5674"},{"text":"before","number":"h6440"},{"text":"that goeth before me","number":"h6440"},{"text":"according as","number":"h7272"},{"text":"be able to endure","number":"h7272"},{"text":"unto Seir","number":"h8165"}],"15":[{"text":"of my lord","number":"h113"},{"text":"said","number":"h559"},{"text":"that are with me And he said","number":"h559"},{"text":"grace","number":"h2580"},{"text":"Let me now leave","number":"h3322"},{"text":"What","number":"h4100"},{"text":"needeth it let me find","number":"h4672"},{"text":"in the sight","number":"h5869"},{"text":"with thee some of the folk","number":"h5971"},{"text":"And Esau","number":"h6215"}],"8":[{"text":"of my lord","number":"h113"},{"text":"And he said","number":"h559"},{"text":"And he said","number":"h559"},{"text":"grace","number":"h2580"},{"text":"What meanest thou by all this drove","number":"h4264"},{"text":"These are to find","number":"h4672"},{"text":"in the sight","number":"h5869"},{"text":"which I met","number":"h6298"}],"13":[{"text":"unto him My lord","number":"h113"},{"text":"them one","number":"h259"},{"text":"And he said","number":"h559"},{"text":"and herds","number":"h1241"},{"text":"are with me and if men should overdrive","number":"h1849"},{"text":"knoweth","number":"h3045"},{"text":"day","number":"h3117"},{"text":"that the children","number":"h3206"},{"text":"will die","number":"h4191"},{"text":"with young","number":"h5763"},{"text":"all the flock","number":"h6629"},{"text":"and the flocks","number":"h6629"},{"text":"are tender","number":"h7390"}],"9":[{"text":"my brother","number":"h251"},{"text":"said","number":"h559"},{"text":"I have","number":"h3426"},{"text":"And Esau","number":"h6215"},{"text":"enough","number":"h7227"}],"3":[{"text":"to his brother","number":"h251"},{"text":"to the ground","number":"h776"},{"text":"until he came near","number":"h5066"},{"text":"And he passed over","number":"h5674"},{"text":"before them","number":"h6440"},{"text":"times","number":"h6471"},{"text":"seven","number":"h7651"},{"text":"and bowed himself","number":"h7812"}],"7":[{"text":"and after","number":"h310"},{"text":"Joseph","number":"h3130"},{"text":"also with her children","number":"h3206"},{"text":"And Leah","number":"h3812"},{"text":"came","number":"h5066"},{"text":"came near","number":"h5066"},{"text":"near","number":"h5066"},{"text":"and Rachel","number":"h7354"},{"text":"and bowed themselves","number":"h7812"},{"text":"and they bowed","number":"h7812"}],"2":[{"text":"after","number":"h314"},{"text":"hindermost","number":"h314"},{"text":"and Joseph","number":"h3130"},{"text":"and her children","number":"h3206"},{"text":"and their children","number":"h3206"},{"text":"and Leah","number":"h3812"},{"text":"foremost","number":"h7223"},{"text":"and Rachel","number":"h7354"},{"text":"And he put","number":"h7760"},{"text":"the handmaids","number":"h8198"}],"1":[{"text":"men","number":"h376"},{"text":"and with him four","number":"h702"},{"text":"came","number":"h935"},{"text":"And he divided","number":"h2673"},{"text":"the children","number":"h3206"},{"text":"And Jacob","number":"h3290"},{"text":"unto Leah","number":"h3812"},{"text":"hundred","number":"h3967"},{"text":"lifted up","number":"h5375"},{"text":"his eyes","number":"h5869"},{"text":"and behold Esau","number":"h6215"},{"text":"and looked","number":"h7200"},{"text":"and unto Rachel","number":"h7354"},{"text":"and unto the two","number":"h8147"},{"text":"handmaids","number":"h8198"}],"20":[{"text":"Elelohe-Israel","number":"h415"},{"text":"there an altar","number":"h4196"},{"text":"And he erected","number":"h5324"},{"text":"and called it","number":"h7121"}],"5":[{"text":"Who are those","number":"h428"},{"text":"which God","number":"h430"},{"text":"and said","number":"h559"},{"text":"with thee And he said","number":"h559"},{"text":"the women","number":"h802"},{"text":"hath graciously given","number":"h2603"},{"text":"The children","number":"h3206"},{"text":"and the children","number":"h3206"},{"text":"And he lifted up","number":"h5375"},{"text":"thy servant","number":"h5650"},{"text":"his eyes","number":"h5869"},{"text":"and saw","number":"h7200"}],"10":[{"text":"of God","number":"h430"},{"text":"said","number":"h559"},{"text":"grace","number":"h2580"},{"text":"at my hand","number":"h3027"},{"text":"And Jacob","number":"h3290"},{"text":"then receive","number":"h3947"},{"text":"my present","number":"h4503"},{"text":"Nay I pray thee if now I have found","number":"h4672"},{"text":"in thy sight","number":"h5869"},{"text":"the face","number":"h6440"},{"text":"thy face","number":"h6440"},{"text":"as though I had seen","number":"h7200"},{"text":"for therefore I have seen","number":"h7200"},{"text":"and thou wast pleased with me","number":"h7521"}],"11":[{"text":"to thee because God","number":"h430"},{"text":"that is brought","number":"h935"},{"text":"I pray thee my blessing","number":"h1293"},{"text":"hath dealt graciously with me","number":"h2603"},{"text":"I have","number":"h3426"},{"text":"and because","number":"h3605"},{"text":"enough","number":"h3605"},{"text":"Take","number":"h3947"},{"text":"him and he took","number":"h3947"},{"text":"And he urged","number":"h6484"}],"12":[{"text":"And he said","number":"h559"},{"text":"and I will go","number":"h3212"},{"text":"and let us go","number":"h3212"},{"text":"Let us take our journey","number":"h5265"}],"18":[{"text":"which is in the land","number":"h776"},{"text":"came","number":"h935"},{"text":"when he came","number":"h935"},{"text":"and pitched his tent","number":"h2583"},{"text":"And Jacob","number":"h3290"},{"text":"of Canaan","number":"h3667"},{"text":"a city","number":"h5892"},{"text":"the city","number":"h5892"},{"text":"from Padanaram","number":"h6307"},{"text":"before","number":"h6440"},{"text":"of Shechem","number":"h7927"},{"text":"to Shalem","number":"h8004"}],"17":[{"text":"him an house","number":"h1004"},{"text":"and built","number":"h1129"},{"text":"And Jacob","number":"h3290"},{"text":"of the place","number":"h4725"},{"text":"for his cattle","number":"h4735"},{"text":"journeyed","number":"h5265"},{"text":"booths","number":"h5521"},{"text":"Succoth","number":"h5523"},{"text":"to Succoth","number":"h5523"},{"text":"and made","number":"h6213"},{"text":"is called","number":"h7121"},{"text":"therefore the name","number":"h8034"}],"4":[{"text":"and they wept","number":"h1058"},{"text":"and embraced","number":"h2263"},{"text":"him and fell","number":"h5307"},{"text":"and kissed him","number":"h5401"},{"text":"And Esau","number":"h6215"},{"text":"on his neck","number":"h6677"},{"text":"to meet him","number":"h7125"},{"text":"ran","number":"h7323"}],"16":[{"text":"on his way","number":"h1870"},{"text":"that day","number":"h3117"},{"text":"So Esau","number":"h6215"},{"text":"returned","number":"h7725"},{"text":"unto Seir","number":"h8165"}],"6":[{"text":"they and their children","number":"h3206"},{"text":"came near","number":"h5066"},{"text":"and they bowed themselves","number":"h7812"},{"text":"Then the handmaidens","number":"h8198"}]}
@@ -0,0 +1 @@
1
+ {"13":[{"text":"his father","number":"h1"},{"text":"their sister","number":"h269"},{"text":"And the sons","number":"h1121"},{"text":"and said","number":"h1696"},{"text":"Dinah","number":"h1783"},{"text":"and Hamor","number":"h2544"},{"text":"because he had defiled","number":"h2930"},{"text":"of Jacob","number":"h3290"},{"text":"deceitfully","number":"h4820"},{"text":"answered","number":"h6030"},{"text":"Shechem","number":"h7927"}],"19":[{"text":"of his father","number":"h1"},{"text":"deferred","number":"h309"},{"text":"than all the house","number":"h1004"},{"text":"daughter","number":"h1323"},{"text":"the thing","number":"h1697"},{"text":"because he had delight","number":"h2654"},{"text":"in Jacob's","number":"h3290"},{"text":"and he was more honourable","number":"h3513"},{"text":"And the young man","number":"h5288"},{"text":"not to do","number":"h6213"}],"6":[{"text":"the father","number":"h1"},{"text":"with","number":"h854"},{"text":"to commune","number":"h1696"},{"text":"And Hamor","number":"h2544"},{"text":"unto Jacob","number":"h3290"},{"text":"went out","number":"h3318"},{"text":"of Shechem","number":"h7927"}],"11":[{"text":"unto her father","number":"h1"},{"text":"and unto her brethren","number":"h251"},{"text":"and what ye shall say","number":"h559"},{"text":"said","number":"h559"},{"text":"grace","number":"h2580"},{"text":"Let me find","number":"h4672"},{"text":"unto me I will give","number":"h5414"},{"text":"in your eyes","number":"h5869"},{"text":"And Shechem","number":"h7927"}],"4":[{"text":"unto his father","number":"h1"},{"text":"saying","number":"h559"},{"text":"spake","number":"h559"},{"text":"to wife","number":"h802"},{"text":"Hamor","number":"h2544"},{"text":"me this damsel","number":"h3207"},{"text":"Get","number":"h3947"},{"text":"And Shechem","number":"h7927"}],"3":[{"text":"and he loved","number":"h157"},{"text":"the daughter","number":"h1323"},{"text":"clave","number":"h1692"},{"text":"and spake","number":"h1696"},{"text":"unto Dinah","number":"h1783"},{"text":"of Jacob","number":"h3290"},{"text":"kindly","number":"h3820"},{"text":"the damsel","number":"h5291"},{"text":"unto the damsel","number":"h5291"},{"text":"And his soul","number":"h5315"}],"22":[{"text":"consent","number":"h225"},{"text":"with us to be one","number":"h259"},{"text":"will the men","number":"h582"},{"text":"Only herein","number":"h2063"},{"text":"if every male","number":"h2145"},{"text":"unto us for to dwell","number":"h3427"},{"text":"among us be circumcised","number":"h4135"},{"text":"as they are circumcised","number":"h4135"},{"text":"people","number":"h5971"}],"23":[{"text":"of theirs be ours only let us consent","number":"h225"},{"text":"and every beast","number":"h929"},{"text":"unto them and they will dwell","number":"h3427"},{"text":"Shall not their cattle","number":"h4735"},{"text":"and their substance","number":"h7075"}],"15":[{"text":"will we consent","number":"h225"},{"text":"But in this","number":"h2063"},{"text":"unto you If ye will be as we be that every male","number":"h2145"},{"text":"of you be circumcised","number":"h4135"}],"25":[{"text":"brethren","number":"h251"},{"text":"each man","number":"h376"},{"text":"and came","number":"h935"},{"text":"boldly","number":"h983"},{"text":"of the sons","number":"h1121"},{"text":"Dinah's","number":"h1783"},{"text":"and slew","number":"h2026"},{"text":"all the males","number":"h2145"},{"text":"his sword","number":"h2719"},{"text":"day","number":"h3117"},{"text":"of Jacob","number":"h3290"},{"text":"when they were sore","number":"h3510"},{"text":"and Levi","number":"h3878"},{"text":"took","number":"h3947"},{"text":"upon the city","number":"h5892"},{"text":"And it came to pass on the third","number":"h7992"},{"text":"Simeon","number":"h8095"},{"text":"that two","number":"h8147"}],"16":[{"text":"with you and we will become one","number":"h259"},{"text":"our daughters","number":"h1323"},{"text":"your daughters","number":"h1323"},{"text":"to us and we will dwell","number":"h3427"},{"text":"unto you and we will take","number":"h3947"},{"text":"Then will we give","number":"h5414"},{"text":"people","number":"h5971"}],"14":[{"text":"our sister","number":"h269"},{"text":"to one","number":"h376"},{"text":"And they said","number":"h559"},{"text":"this thing","number":"h1697"},{"text":"for that were a reproach","number":"h2781"},{"text":"unto them We cannot","number":"h3808"},{"text":"to give","number":"h5414"},{"text":"that is uncircumcised","number":"h6190"},{"text":"do","number":"h6213"}],"27":[{"text":"their sister","number":"h269"},{"text":"came","number":"h935"},{"text":"and spoiled","number":"h962"},{"text":"The sons","number":"h1121"},{"text":"upon the slain","number":"h2491"},{"text":"because they had defiled","number":"h2930"},{"text":"of Jacob","number":"h3290"},{"text":"the city","number":"h5892"}],"31":[{"text":"with our sister","number":"h269"},{"text":"And they said","number":"h559"},{"text":"as with an harlot","number":"h2181"},{"text":"Should he deal","number":"h6213"}],"10":[{"text":"ye therein and get you possessions","number":"h270"},{"text":"with us and the land","number":"h776"},{"text":"shall be","number":"h1961"},{"text":"And ye shall dwell","number":"h3427"},{"text":"dwell","number":"h3427"},{"text":"and trade","number":"h5503"},{"text":"before you","number":"h6440"}],"12":[{"text":"according as ye shall say","number":"h559"},{"text":"to wife","number":"h802"},{"text":"me never so much","number":"h3966"},{"text":"dowry","number":"h4119"},{"text":"and gift","number":"h4976"},{"text":"me the damsel","number":"h5291"},{"text":"and I will give","number":"h5414"},{"text":"unto me but give","number":"h5414"},{"text":"Ask","number":"h7235"}],"30":[{"text":"said","number":"h559"},{"text":"they shall gather themselves together","number":"h622"},{"text":"of the land","number":"h776"},{"text":"me to make me to stink","number":"h887"},{"text":"I and my house","number":"h1004"},{"text":"And Jacob","number":"h3290"},{"text":"among the inhabitants","number":"h3427"},{"text":"among the Canaanites","number":"h3669"},{"text":"and Levi","number":"h3878"},{"text":"in number","number":"h4557"},{"text":"and I being few","number":"h4962"},{"text":"against me and slay me","number":"h5221"},{"text":"Ye have troubled","number":"h5916"},{"text":"and the Perizzites","number":"h6522"},{"text":"and I shall be destroyed","number":"h8045"},{"text":"to Simeon","number":"h8095"}],"20":[{"text":"saying","number":"h559"},{"text":"with the men","number":"h582"},{"text":"came","number":"h935"},{"text":"his son","number":"h1121"},{"text":"and communed","number":"h1696"},{"text":"And Hamor","number":"h2544"},{"text":"of their city","number":"h5892"},{"text":"of their city","number":"h5892"},{"text":"and Shechem","number":"h7927"},{"text":"unto the gate","number":"h8179"}],"8":[{"text":"with them saying","number":"h559"},{"text":"her him to wife","number":"h802"},{"text":"of my son","number":"h1121"},{"text":"for your daughter","number":"h1323"},{"text":"communed","number":"h1696"},{"text":"And Hamor","number":"h2544"},{"text":"longeth","number":"h2836"},{"text":"The soul","number":"h5315"},{"text":"I pray you give","number":"h5414"},{"text":"Shechem","number":"h7927"}],"21":[{"text":"These men","number":"h582"},{"text":"in the land","number":"h776"},{"text":"therein for the land","number":"h776"},{"text":"to us for wives","number":"h802"},{"text":"with","number":"h854"},{"text":"their daughters","number":"h1323"},{"text":"them our daughters","number":"h1323"},{"text":"enough","number":"h3027"},{"text":"us therefore let them dwell","number":"h3427"},{"text":"let us take","number":"h3947"},{"text":"and let us give","number":"h5414"},{"text":"and trade","number":"h5503"},{"text":"for them","number":"h6440"},{"text":"behold it is large","number":"h7342"},{"text":"are peaceable","number":"h8003"}],"7":[{"text":"it and the men","number":"h582"},{"text":"came","number":"h935"},{"text":"And the sons","number":"h1121"},{"text":"daughter","number":"h1323"},{"text":"wroth","number":"h2734"},{"text":"of Jacob","number":"h3290"},{"text":"with Jacob's","number":"h3290"},{"text":"in Israel","number":"h3478"},{"text":"and they were very","number":"h3966"},{"text":"folly","number":"h5039"},{"text":"were grieved","number":"h6087"},{"text":"because he had wrought","number":"h6213"},{"text":"which thing ought not to be done","number":"h6213"},{"text":"out of the field","number":"h7704"},{"text":"in lying","number":"h7901"},{"text":"when they heard","number":"h8085"}],"2":[{"text":"of the country","number":"h776"},{"text":"the son","number":"h1121"},{"text":"the Hivite","number":"h2340"},{"text":"of Hamor","number":"h2544"},{"text":"her he took","number":"h3947"},{"text":"prince","number":"h5387"},{"text":"with her and defiled her","number":"h6031"},{"text":"saw","number":"h7200"},{"text":"her and lay","number":"h7901"},{"text":"And when Shechem","number":"h7927"}],"1":[{"text":"of the land","number":"h776"},{"text":"the daughter","number":"h1323"},{"text":"the daughters","number":"h1323"},{"text":"And Dinah","number":"h1783"},{"text":"which she bare","number":"h3205"},{"text":"unto Jacob","number":"h3290"},{"text":"went out","number":"h3318"},{"text":"of Leah","number":"h3812"},{"text":"to see","number":"h7200"}],"29":[{"text":"and their wives","number":"h802"},{"text":"and spoiled","number":"h962"},{"text":"even all that was in the house","number":"h1004"},{"text":"And all their wealth","number":"h2428"},{"text":"and all their little ones","number":"h2945"},{"text":"took they captive","number":"h7617"}],"5":[{"text":"until they were come","number":"h935"},{"text":"now his sons","number":"h1121"},{"text":"his daughter","number":"h1323"},{"text":"Dinah","number":"h1783"},{"text":"held his peace","number":"h2790"},{"text":"that he had defiled","number":"h2930"},{"text":"And Jacob","number":"h3290"},{"text":"and Jacob","number":"h3290"},{"text":"were with his cattle","number":"h4735"},{"text":"in the field","number":"h7704"},{"text":"heard","number":"h8085"}],"26":[{"text":"house","number":"h1004"},{"text":"his son","number":"h1121"},{"text":"Dinah","number":"h1783"},{"text":"And they slew","number":"h2026"},{"text":"Hamor","number":"h2544"},{"text":"of the sword","number":"h2719"},{"text":"and went out","number":"h3318"},{"text":"and took","number":"h3947"},{"text":"out","number":"h3947"},{"text":"with the edge","number":"h6310"},{"text":"and Shechem","number":"h7927"},{"text":"of Shechem's","number":"h7927"}],"24":[{"text":"his son","number":"h1121"},{"text":"and every male","number":"h2145"},{"text":"And unto Hamor","number":"h2544"},{"text":"all that went out","number":"h3318"},{"text":"all that went out","number":"h3318"},{"text":"was circumcised","number":"h4135"},{"text":"of his city","number":"h5892"},{"text":"of his city","number":"h5892"},{"text":"and unto Shechem","number":"h7927"},{"text":"hearkened","number":"h8085"},{"text":"of the gate","number":"h8179"},{"text":"of the gate","number":"h8179"}],"18":[{"text":"son","number":"h1121"},{"text":"And their words","number":"h1697"},{"text":"Hamor","number":"h2544"},{"text":"Hamor's","number":"h2544"},{"text":"pleased","number":"h3190"},{"text":"and Shechem","number":"h7927"}],"28":[{"text":"and their oxen","number":"h1241"},{"text":"and their asses","number":"h2543"},{"text":"They took","number":"h3947"},{"text":"and that which was in the city","number":"h5892"},{"text":"their sheep","number":"h6629"},{"text":"and that which was in the field","number":"h7704"}],"17":[{"text":"our daughter","number":"h1323"},{"text":"and we will be gone","number":"h1980"},{"text":"then will we take","number":"h3947"},{"text":"unto us to be circumcised","number":"h4135"},{"text":"But if ye will not hearken","number":"h8085"}],"9":[{"text":"our daughters","number":"h1323"},{"text":"your daughters","number":"h1323"},{"text":"And make ye marriages","number":"h2859"},{"text":"unto us and take","number":"h3947"},{"text":"with us and give","number":"h5414"}]}
@@ -0,0 +1 @@
1
+ {"18":[{"text":"but his father","number":"h1"},{"text":"Benoni","number":"h1126"},{"text":"him Benjamin","number":"h1144"},{"text":"was in departing","number":"h3318"},{"text":"for she died","number":"h4191"},{"text":"And it came to pass as her soul","number":"h5315"},{"text":"called","number":"h7121"},{"text":"that she called","number":"h7121"},{"text":"his name","number":"h8034"}],"27":[{"text":"his father","number":"h1"},{"text":"where Abraham","number":"h85"},{"text":"came","number":"h935"},{"text":"sojourned","number":"h1481"},{"text":"which is Hebron","number":"h2275"},{"text":"And Jacob","number":"h3290"},{"text":"and Isaac","number":"h3327"},{"text":"unto Isaac","number":"h3327"},{"text":"unto Mamre","number":"h4471"},{"text":"unto the city of Arbah","number":"h7153"}],"22":[{"text":"his father's","number":"h1"},{"text":"in that land","number":"h776"},{"text":"with Bilhah","number":"h1090"},{"text":"it Now the sons","number":"h1121"},{"text":"went","number":"h3212"},{"text":"of Jacob","number":"h3290"},{"text":"And it came to pass when Israel","number":"h3478"},{"text":"and Israel","number":"h3478"},{"text":"concubine","number":"h6370"},{"text":"that Reuben","number":"h7205"},{"text":"and lay","number":"h7901"},{"text":"dwelt","number":"h7931"},{"text":"heard","number":"h8085"},{"text":"were twelve","number":"h8147"}],"14":[{"text":"of stone","number":"h68"},{"text":"where he talked","number":"h1696"},{"text":"And Jacob","number":"h3290"},{"text":"thereon and he poured","number":"h3332"},{"text":"a pillar","number":"h4676"},{"text":"with him even a pillar","number":"h4678"},{"text":"in the place","number":"h4725"},{"text":"and he poured","number":"h5258"},{"text":"a drink offering","number":"h5262"},{"text":"set up","number":"h5324"},{"text":"oil","number":"h8081"}],"12":[{"text":"Abraham","number":"h85"},{"text":"after thee","number":"h310"},{"text":"And the land","number":"h776"},{"text":"the land","number":"h776"},{"text":"and to thy seed","number":"h2233"},{"text":"and Isaac","number":"h3327"},{"text":"to thee I will give it","number":"h5414"},{"text":"which I gave","number":"h5414"},{"text":"will I give","number":"h5414"}],"21":[{"text":"his tent","number":"h168"},{"text":"beyond","number":"h1973"},{"text":"And Israel","number":"h3478"},{"text":"the tower","number":"h4026"},{"text":"of Edar","number":"h4029"},{"text":"and spread","number":"h5186"},{"text":"journeyed","number":"h5265"}],"4":[{"text":"which were in their ears","number":"h241"},{"text":"them under the oak","number":"h424"},{"text":"gods","number":"h430"},{"text":"hid","number":"h2934"},{"text":"which were in their hand","number":"h3027"},{"text":"and Jacob","number":"h3290"},{"text":"unto Jacob","number":"h3290"},{"text":"and all their earrings","number":"h5141"},{"text":"all the strange","number":"h5236"},{"text":"And they gave","number":"h5414"},{"text":"which was by Shechem","number":"h7927"}],"7":[{"text":"of his brother","number":"h251"},{"text":"Elbethel","number":"h416"},{"text":"because there God","number":"h430"},{"text":"And he built","number":"h1129"},{"text":"unto him when he fled","number":"h1272"},{"text":"appeared","number":"h1540"},{"text":"there an altar","number":"h4196"},{"text":"the place","number":"h4725"},{"text":"from the face","number":"h6440"},{"text":"and called","number":"h7121"}],"1":[{"text":"thy brother","number":"h251"},{"text":"unto God","number":"h410"},{"text":"And God","number":"h430"},{"text":"said","number":"h559"},{"text":"to Bethel","number":"h1008"},{"text":"unto thee when thou fleddest","number":"h1272"},{"text":"unto Jacob","number":"h3290"},{"text":"and dwell","number":"h3427"},{"text":"there an altar","number":"h4196"},{"text":"go up","number":"h5927"},{"text":"there and make","number":"h6213"},{"text":"of Esau","number":"h6215"},{"text":"from the face","number":"h6440"},{"text":"Arise","number":"h6965"},{"text":"that appeared","number":"h7200"}],"5":[{"text":"after","number":"h310"},{"text":"of God","number":"h430"},{"text":"the sons","number":"h1121"},{"text":"and the terror","number":"h2847"},{"text":"of Jacob","number":"h3290"},{"text":"And they journeyed","number":"h5265"},{"text":"that were round about","number":"h5439"},{"text":"was upon the cities","number":"h5892"},{"text":"them and they did not pursue","number":"h7291"}],"3":[{"text":"unto God","number":"h410"},{"text":"to Bethel","number":"h1008"},{"text":"and was with me in the way","number":"h1870"},{"text":"which I went","number":"h1980"},{"text":"me in the day","number":"h3117"},{"text":"there an altar","number":"h4196"},{"text":"and go up","number":"h5927"},{"text":"who answered","number":"h6030"},{"text":"and I will make","number":"h6213"},{"text":"of my distress","number":"h6869"},{"text":"And let us arise","number":"h6965"}],"11":[{"text":"unto him I am God","number":"h410"},{"text":"And God","number":"h430"},{"text":"said","number":"h559"},{"text":"a nation","number":"h1471"},{"text":"of nations","number":"h1471"},{"text":"out of thy loins","number":"h2504"},{"text":"shall come","number":"h3318"},{"text":"shall be of thee and kings","number":"h4428"},{"text":"be fruitful","number":"h6509"},{"text":"and a company","number":"h6951"},{"text":"and multiply","number":"h7235"},{"text":"Almighty","number":"h7706"}],"10":[{"text":"And God","number":"h430"},{"text":"said","number":"h559"},{"text":"any more Jacob","number":"h3290"},{"text":"is Jacob","number":"h3290"},{"text":"Israel","number":"h3478"},{"text":"but Israel","number":"h3478"},{"text":"and he called","number":"h7121"},{"text":"shall not be called","number":"h7121"},{"text":"his name","number":"h8034"},{"text":"shall be thy name","number":"h8034"},{"text":"thy name","number":"h8034"},{"text":"unto him Thy name","number":"h8034"}],"13":[{"text":"And God","number":"h430"},{"text":"where he talked","number":"h1696"},{"text":"from him in the place","number":"h4725"},{"text":"went up","number":"h5927"}],"9":[{"text":"And God","number":"h430"},{"text":"again when he came","number":"h935"},{"text":"and blessed","number":"h1288"},{"text":"unto Jacob","number":"h3290"},{"text":"out of Padanaram","number":"h6307"},{"text":"appeared","number":"h7200"}],"2":[{"text":"gods","number":"h430"},{"text":"said","number":"h559"},{"text":"unto his household","number":"h1004"},{"text":"and change","number":"h2498"},{"text":"and be clean","number":"h2891"},{"text":"Then Jacob","number":"h3290"},{"text":"the strange","number":"h5236"},{"text":"and to all that were with him Put away","number":"h5493"},{"text":"your garments","number":"h8071"},{"text":"that are among you","number":"h8432"}],"15":[{"text":"where God","number":"h430"},{"text":"with him Bethel","number":"h1008"},{"text":"spake","number":"h1696"},{"text":"And Jacob","number":"h3290"},{"text":"of the place","number":"h4725"},{"text":"called","number":"h7121"},{"text":"the name","number":"h8034"}],"8":[{"text":"under an oak","number":"h437"},{"text":"Allonbachuth","number":"h439"},{"text":"beneath Bethel","number":"h1008"},{"text":"But Deborah","number":"h1683"},{"text":"nurse","number":"h3243"},{"text":"died","number":"h4191"},{"text":"and she was buried","number":"h6912"},{"text":"of it was called","number":"h7121"},{"text":"Rebekah's","number":"h7259"},{"text":"and the name","number":"h8034"}],"17":[{"text":"said","number":"h559"},{"text":"not thou shalt have this son","number":"h1121"},{"text":"labour","number":"h3205"},{"text":"that the midwife","number":"h3205"},{"text":"unto her Fear","number":"h3372"},{"text":"And it came to pass when she was in hard","number":"h7185"}],"29":[{"text":"and was gathered","number":"h622"},{"text":"and his sons","number":"h1121"},{"text":"gave up the ghost","number":"h1478"},{"text":"being old","number":"h2205"},{"text":"of days","number":"h3117"},{"text":"and Jacob","number":"h3290"},{"text":"And Isaac","number":"h3327"},{"text":"and died","number":"h4191"},{"text":"unto his people","number":"h5971"},{"text":"Esau","number":"h6215"},{"text":"buried","number":"h6912"},{"text":"and full","number":"h7649"}],"16":[{"text":"to Ephrath","number":"h672"},{"text":"way","number":"h776"},{"text":"to come","number":"h935"},{"text":"from Bethel","number":"h1008"},{"text":"labour","number":"h3205"},{"text":"travailed","number":"h3205"},{"text":"a little","number":"h3530"},{"text":"And they journeyed","number":"h5265"},{"text":"and there was but","number":"h5750"},{"text":"and she had hard","number":"h7185"},{"text":"and Rachel","number":"h7354"}],"19":[{"text":"to Ephrath","number":"h672"},{"text":"which is Bethlehem","number":"h1035"},{"text":"in the way","number":"h1870"},{"text":"died","number":"h4191"},{"text":"and was buried","number":"h6912"},{"text":"And Rachel","number":"h7354"}],"6":[{"text":"which is in the land","number":"h776"},{"text":"came","number":"h935"},{"text":"that is Bethel","number":"h1008"},{"text":"So Jacob","number":"h3290"},{"text":"of Canaan","number":"h3667"},{"text":"to Luz","number":"h3870"},{"text":"he and all the people","number":"h5971"}],"26":[{"text":"and Asher","number":"h836"},{"text":"And the sons","number":"h1121"},{"text":"these are the sons","number":"h1121"},{"text":"Gad","number":"h1410"},{"text":"of Zilpah","number":"h2153"},{"text":"which were born","number":"h3205"},{"text":"of Jacob","number":"h3290"},{"text":"Leah's","number":"h3812"},{"text":"to him in Padanaram","number":"h6307"},{"text":"handmaid","number":"h8198"}],"23":[{"text":"firstborn","number":"h1060"},{"text":"The sons","number":"h1121"},{"text":"and Zebulun","number":"h2074"},{"text":"and Judah","number":"h3063"},{"text":"Jacob's","number":"h3290"},{"text":"and Issachar","number":"h3485"},{"text":"of Leah","number":"h3812"},{"text":"and Levi","number":"h3878"},{"text":"Reuben","number":"h7205"},{"text":"and Simeon","number":"h8095"}],"25":[{"text":"of Bilhah","number":"h1090"},{"text":"And the sons","number":"h1121"},{"text":"Dan","number":"h1835"},{"text":"and Naphtali","number":"h5321"},{"text":"Rachel's","number":"h7354"},{"text":"handmaid","number":"h8198"}],"24":[{"text":"The sons","number":"h1121"},{"text":"and Benjamin","number":"h1144"},{"text":"Joseph","number":"h3130"},{"text":"of Rachel","number":"h7354"}],"28":[{"text":"And the days","number":"h3117"},{"text":"of Isaac","number":"h3327"},{"text":"were an hundred","number":"h3967"},{"text":"and fourscore","number":"h8084"},{"text":"years","number":"h8141"}],"20":[{"text":"unto this day","number":"h3117"},{"text":"And Jacob","number":"h3290"},{"text":"a pillar","number":"h4676"},{"text":"that is the pillar","number":"h4678"},{"text":"set","number":"h5324"},{"text":"grave","number":"h6900"},{"text":"upon her grave","number":"h6900"},{"text":"of Rachel's","number":"h7354"}]}
@@ -0,0 +1 @@
1
+ {"24":[{"text":"his father","number":"h1"},{"text":"both Ajah","number":"h345"},{"text":"And these are the children","number":"h1121"},{"text":"the asses","number":"h2543"},{"text":"the mules","number":"h3222"},{"text":"in the wilderness","number":"h4057"},{"text":"that found","number":"h4672"},{"text":"and Anah","number":"h6034"},{"text":"this was that Anah","number":"h6034"},{"text":"of Zibeon","number":"h6649"},{"text":"of Zibeon","number":"h6649"},{"text":"as he fed","number":"h7462"}],"43":[{"text":"the father","number":"h1"},{"text":"of Edom","number":"h123"},{"text":"of the Edomites","number":"h123"},{"text":"of their possession","number":"h272"},{"text":"Duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"these be the dukes","number":"h441"},{"text":"in the land","number":"h776"},{"text":"Magdiel","number":"h4025"},{"text":"according to their habitations","number":"h4186"},{"text":"Iram","number":"h5902"},{"text":"he is Esau","number":"h6215"}],"9":[{"text":"the father","number":"h1"},{"text":"of the Edomites","number":"h123"},{"text":"in mount","number":"h2022"},{"text":"of Esau","number":"h6215"},{"text":"Seir","number":"h8165"},{"text":"And these are the generations","number":"h8435"}],"32":[{"text":"in Edom","number":"h123"},{"text":"And Bela","number":"h1106"},{"text":"the son","number":"h1121"},{"text":"of Beor","number":"h1160"},{"text":"was Dinhabah","number":"h1838"},{"text":"reigned","number":"h4427"},{"text":"of his city","number":"h5892"},{"text":"and the name","number":"h8034"}],"8":[{"text":"is Edom","number":"h123"},{"text":"in mount","number":"h2022"},{"text":"Thus dwelt","number":"h3427"},{"text":"Esau","number":"h6215"},{"text":"Esau","number":"h6215"},{"text":"Seir","number":"h8165"}],"16":[{"text":"of Edom","number":"h123"},{"text":"Duke","number":"h441"},{"text":"and duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"these are the dukes","number":"h441"},{"text":"that came of Eliphaz","number":"h464"},{"text":"in the land","number":"h776"},{"text":"these were the sons","number":"h1121"},{"text":"Gatam","number":"h1609"},{"text":"of Adah","number":"h5711"},{"text":"Amalek","number":"h6002"},{"text":"Korah","number":"h7141"}],"17":[{"text":"of Edom","number":"h123"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"these are the dukes","number":"h441"},{"text":"in the land","number":"h776"},{"text":"wife","number":"h802"},{"text":"And these are the sons","number":"h1121"},{"text":"son","number":"h1121"},{"text":"these are the sons","number":"h1121"},{"text":"of Bashemath","number":"h1315"},{"text":"Zerah","number":"h2226"},{"text":"Mizzah","number":"h4199"},{"text":"Nahath","number":"h5184"},{"text":"Esau's","number":"h6215"},{"text":"Esau's","number":"h6215"},{"text":"of Reuel","number":"h7467"},{"text":"that came of Reuel","number":"h7467"},{"text":"Shammah","number":"h8048"}],"21":[{"text":"of Edom","number":"h123"},{"text":"these are the dukes","number":"h441"},{"text":"and Ezer","number":"h687"},{"text":"in the land","number":"h776"},{"text":"the children","number":"h1121"},{"text":"And Dishon","number":"h1787"},{"text":"and Dishan","number":"h1789"},{"text":"of the Horites","number":"h2752"},{"text":"of Seir","number":"h8165"}],"31":[{"text":"of Edom","number":"h123"},{"text":"in the land","number":"h776"},{"text":"over the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"that reigned","number":"h4427"},{"text":"there reigned","number":"h4427"},{"text":"And these are the kings","number":"h4428"},{"text":"any king","number":"h4428"},{"text":"before","number":"h6440"}],"1":[{"text":"who is Edom","number":"h123"},{"text":"of Esau","number":"h6215"},{"text":"Now these are the generations","number":"h8435"}],"19":[{"text":"who is Edom","number":"h123"},{"text":"and these are their dukes","number":"h441"},{"text":"These are the sons","number":"h1121"},{"text":"of Esau","number":"h6215"}],"41":[{"text":"Aholibamah","number":"h173"},{"text":"Elah","number":"h425"},{"text":"Duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"Pinon","number":"h6373"}],"5":[{"text":"And Aholibamah","number":"h173"},{"text":"unto him in the land","number":"h776"},{"text":"these are the sons","number":"h1121"},{"text":"bare","number":"h3205"},{"text":"which were born","number":"h3205"},{"text":"Jeush","number":"h3274"},{"text":"and Jaalam","number":"h3281"},{"text":"of Canaan","number":"h3667"},{"text":"of Esau","number":"h6215"},{"text":"and Korah","number":"h7141"}],"2":[{"text":"and Aholibamah","number":"h173"},{"text":"of Elon","number":"h356"},{"text":"his wives","number":"h802"},{"text":"of the daughters","number":"h1323"},{"text":"the daughter","number":"h1323"},{"text":"the daughter","number":"h1323"},{"text":"the daughter","number":"h1323"},{"text":"the Hivite","number":"h2340"},{"text":"the Hittite","number":"h2850"},{"text":"of Canaan","number":"h3667"},{"text":"took","number":"h3947"},{"text":"Adah","number":"h5711"},{"text":"of Anah","number":"h6034"},{"text":"Esau","number":"h6215"},{"text":"of Zibeon","number":"h6649"}],"25":[{"text":"and Aholibamah","number":"h173"},{"text":"And the children","number":"h1121"},{"text":"the daughter","number":"h1323"},{"text":"were these Dishon","number":"h1787"},{"text":"of Anah","number":"h6034"},{"text":"of Anah","number":"h6034"}],"14":[{"text":"of Aholibamah","number":"h173"},{"text":"wife","number":"h802"},{"text":"And these were the sons","number":"h1121"},{"text":"the daughter","number":"h1323"},{"text":"the daughter","number":"h1323"},{"text":"and she bare","number":"h3205"},{"text":"Jeush","number":"h3274"},{"text":"and Jaalam","number":"h3281"},{"text":"of Anah","number":"h6034"},{"text":"Esau's","number":"h6215"},{"text":"to Esau","number":"h6215"},{"text":"of Zibeon","number":"h6649"},{"text":"and Korah","number":"h7141"}],"18":[{"text":"of Aholibamah","number":"h173"},{"text":"that came of Aholibamah","number":"h173"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"these were the dukes","number":"h441"},{"text":"wife","number":"h802"},{"text":"wife","number":"h802"},{"text":"And these are the sons","number":"h1121"},{"text":"the daughter","number":"h1323"},{"text":"Jeush","number":"h3266"},{"text":"Jaalam","number":"h3281"},{"text":"of Anah","number":"h6034"},{"text":"Esau's","number":"h6215"},{"text":"Esau's","number":"h6215"},{"text":"Korah","number":"h7141"}],"11":[{"text":"Omar","number":"h201"},{"text":"of Eliphaz","number":"h464"},{"text":"And the sons","number":"h1121"},{"text":"and Gatam","number":"h1609"},{"text":"Zepho","number":"h6825"},{"text":"and Kenaz","number":"h7073"},{"text":"were Teman","number":"h8487"}],"15":[{"text":"Omar","number":"h201"},{"text":"These were dukes","number":"h441"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"of Eliphaz","number":"h464"},{"text":"the firstborn","number":"h1060"},{"text":"of the sons","number":"h1121"},{"text":"the sons","number":"h1121"},{"text":"of Esau","number":"h6215"},{"text":"son of Esau","number":"h6215"},{"text":"Zepho","number":"h6825"},{"text":"Kenaz","number":"h7073"},{"text":"Teman","number":"h8487"}],"23":[{"text":"and Onam","number":"h208"},{"text":"And the children","number":"h1121"},{"text":"and Manahath","number":"h4506"},{"text":"and Ebal","number":"h5858"},{"text":"were these Alvan","number":"h5935"},{"text":"of Shobal","number":"h7732"},{"text":"Shepho","number":"h8195"}],"6":[{"text":"of his brother","number":"h251"},{"text":"in the land","number":"h776"},{"text":"into the country","number":"h776"},{"text":"his wives","number":"h802"},{"text":"and all his beasts","number":"h929"},{"text":"of his house","number":"h1004"},{"text":"and his sons","number":"h1121"},{"text":"and his daughters","number":"h1323"},{"text":"and went","number":"h3212"},{"text":"Jacob","number":"h3290"},{"text":"of Canaan","number":"h3667"},{"text":"took","number":"h3947"},{"text":"and his cattle","number":"h4735"},{"text":"and all the persons","number":"h5315"},{"text":"And Esau","number":"h6215"},{"text":"from the face","number":"h6440"},{"text":"and all his substance","number":"h7075"},{"text":"which he had got","number":"h7408"}],"22":[{"text":"sister","number":"h269"},{"text":"And the children","number":"h1121"},{"text":"and Hemam","number":"h1967"},{"text":"were Hori","number":"h2753"},{"text":"and Lotan's","number":"h3877"},{"text":"of Lotan","number":"h3877"},{"text":"was Timna","number":"h8555"}],"3":[{"text":"sister","number":"h269"},{"text":"And Bashemath","number":"h1315"},{"text":"daughter","number":"h1323"},{"text":"Ishmael's","number":"h3458"},{"text":"of Nebajoth","number":"h5032"}],"30":[{"text":"Duke","number":"h441"},{"text":"among their dukes","number":"h441"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"these are the dukes","number":"h441"},{"text":"Ezer","number":"h687"},{"text":"in the land","number":"h776"},{"text":"Dishon","number":"h1787"},{"text":"Dishan","number":"h1789"},{"text":"that came of Hori","number":"h2753"},{"text":"of Seir","number":"h8165"}],"42":[{"text":"Duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"Mibzar","number":"h4014"},{"text":"Kenaz","number":"h7073"},{"text":"Teman","number":"h8487"}],"29":[{"text":"These are the dukes","number":"h441"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"that came of the Horites","number":"h2752"},{"text":"Lotan","number":"h3877"},{"text":"Anah","number":"h6034"},{"text":"Zibeon","number":"h6649"},{"text":"Shobal","number":"h7732"}],"40":[{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"duke","number":"h441"},{"text":"of the dukes","number":"h441"},{"text":"Jetheth","number":"h3509"},{"text":"after their places","number":"h4725"},{"text":"according to their families","number":"h4940"},{"text":"Alvah","number":"h5933"},{"text":"that came of Esau","number":"h6215"},{"text":"And these are the names","number":"h8034"},{"text":"by their names","number":"h8034"},{"text":"Timnah","number":"h8555"}],"10":[{"text":"Eliphaz","number":"h464"},{"text":"the wife","number":"h802"},{"text":"the wife","number":"h802"},{"text":"sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Bashemath","number":"h1315"},{"text":"of Adah","number":"h5711"},{"text":"of Esau","number":"h6215"},{"text":"of Esau","number":"h6215"},{"text":"of Esau's","number":"h6215"},{"text":"Reuel","number":"h7467"},{"text":"These are the names","number":"h8034"}],"4":[{"text":"Eliphaz","number":"h464"},{"text":"and Bashemath","number":"h1315"},{"text":"bare","number":"h3205"},{"text":"bare","number":"h3205"},{"text":"And Adah","number":"h5711"},{"text":"to Esau","number":"h6215"},{"text":"Reuel","number":"h7467"}],"12":[{"text":"to Eliphaz","number":"h464"},{"text":"to Eliphaz","number":"h464"},{"text":"wife","number":"h802"},{"text":"son","number":"h1121"},{"text":"these were the sons","number":"h1121"},{"text":"and she bare","number":"h3205"},{"text":"of Adah","number":"h5711"},{"text":"Amalek","number":"h6002"},{"text":"Esau's","number":"h6215"},{"text":"Esau's","number":"h6215"},{"text":"was concubine","number":"h6370"},{"text":"And Timna","number":"h8555"}],"27":[{"text":"of Ezer","number":"h687"},{"text":"are these Bilhan","number":"h1092"},{"text":"The children","number":"h1121"},{"text":"and Zaavan","number":"h2190"},{"text":"and Akan","number":"h6130"}],"28":[{"text":"and Aran","number":"h765"},{"text":"The children","number":"h1121"},{"text":"of Dishan","number":"h1789"},{"text":"are these Uz","number":"h5780"}],"7":[{"text":"and the land","number":"h776"},{"text":"together","number":"h3162"},{"text":"could","number":"h3201"},{"text":"than that they might dwell","number":"h3427"},{"text":"wherein they were strangers","number":"h4033"},{"text":"of their cattle","number":"h4735"},{"text":"not bear","number":"h5375"},{"text":"them because","number":"h6440"},{"text":"were more","number":"h7227"},{"text":"For their riches","number":"h7399"}],"34":[{"text":"of the land","number":"h776"},{"text":"and Husham","number":"h2367"},{"text":"And Jobab","number":"h3103"},{"text":"died","number":"h4191"},{"text":"reigned","number":"h4427"},{"text":"of Temani","number":"h8489"}],"20":[{"text":"the land","number":"h776"},{"text":"These are the sons","number":"h1121"},{"text":"the Horite","number":"h2752"},{"text":"who inhabited","number":"h3427"},{"text":"Lotan","number":"h3877"},{"text":"and Anah","number":"h6034"},{"text":"and Zibeon","number":"h6649"},{"text":"and Shobal","number":"h7732"},{"text":"of Seir","number":"h8165"}],"26":[{"text":"and Eshban","number":"h790"},{"text":"And these are the children","number":"h1121"},{"text":"of Dishon","number":"h1787"},{"text":"Hemdan","number":"h2533"},{"text":"and Ithran","number":"h3506"},{"text":"and Cheran","number":"h3763"}],"39":[{"text":"and his wife's","number":"h802"},{"text":"the son","number":"h1121"},{"text":"And Baalhanan","number":"h1177"},{"text":"the daughter","number":"h1323"},{"text":"the daughter","number":"h1323"},{"text":"and Hadar","number":"h1924"},{"text":"was Mehetabel","number":"h4105"},{"text":"died","number":"h4191"},{"text":"of Matred","number":"h4308"},{"text":"of Mezahab","number":"h4314"},{"text":"reigned","number":"h4427"},{"text":"of his city","number":"h5892"},{"text":"of Achbor","number":"h5907"},{"text":"was Pau","number":"h6464"},{"text":"in his stead and the name","number":"h8034"},{"text":"name","number":"h8034"}],"13":[{"text":"wife","number":"h802"},{"text":"And these are the sons","number":"h1121"},{"text":"these were the sons","number":"h1121"},{"text":"of Bashemath","number":"h1315"},{"text":"and Zerah","number":"h2226"},{"text":"and Mizzah","number":"h4199"},{"text":"Nahath","number":"h5184"},{"text":"Esau's","number":"h6215"},{"text":"of Reuel","number":"h7467"},{"text":"Shammah","number":"h8048"}],"35":[{"text":"of Bedad","number":"h911"},{"text":"the son","number":"h1121"},{"text":"and Hadad","number":"h1908"},{"text":"And Husham","number":"h2367"},{"text":"Midian","number":"h4080"},{"text":"of Moab","number":"h4124"},{"text":"died","number":"h4191"},{"text":"reigned","number":"h4427"},{"text":"who smote","number":"h5221"},{"text":"was Avith","number":"h5762"},{"text":"of his city","number":"h5892"},{"text":"in the field","number":"h7704"},{"text":"in his stead and the name","number":"h8034"}],"33":[{"text":"And Bela","number":"h1106"},{"text":"the son","number":"h1121"},{"text":"of Bozrah","number":"h1224"},{"text":"of Zerah","number":"h2226"},{"text":"and Jobab","number":"h3103"},{"text":"died","number":"h4191"},{"text":"reigned","number":"h4427"}],"38":[{"text":"the son","number":"h1121"},{"text":"and Baalhanan","number":"h1177"},{"text":"died","number":"h4191"},{"text":"reigned","number":"h4427"},{"text":"of Achbor","number":"h5907"},{"text":"And Saul","number":"h7586"}],"36":[{"text":"And Hadad","number":"h1908"},{"text":"died","number":"h4191"},{"text":"reigned","number":"h4427"},{"text":"of Masrekah","number":"h4957"},{"text":"and Samlah","number":"h8072"}],"37":[{"text":"died","number":"h4191"},{"text":"reigned","number":"h4427"},{"text":"by the river","number":"h5104"},{"text":"of Rehoboth","number":"h7344"},{"text":"and Saul","number":"h7586"},{"text":"And Samlah","number":"h8072"}]}
@@ -0,0 +1 @@
1
+ {"35":[{"text":"Thus his father","number":"h1"},{"text":"mourning","number":"h57"},{"text":"and he said","number":"h559"},{"text":"wept","number":"h1058"},{"text":"And all his sons","number":"h1121"},{"text":"unto my son","number":"h1121"},{"text":"and all his daughters","number":"h1323"},{"text":"For I will go down","number":"h3381"},{"text":"him but he refused","number":"h3985"},{"text":"to be comforted","number":"h5162"},{"text":"to comfort","number":"h5162"},{"text":"rose up","number":"h6965"},{"text":"into the grave","number":"h7585"}],"10":[{"text":"and his father","number":"h1"},{"text":"it to his father","number":"h1"},{"text":"and thy brethren","number":"h251"},{"text":"and to his brethren","number":"h251"},{"text":"Shall I and thy mother","number":"h517"},{"text":"him and said","number":"h559"},{"text":"ourselves to thee to the earth","number":"h776"},{"text":"come","number":"h935"},{"text":"indeed","number":"h935"},{"text":"rebuked","number":"h1605"},{"text":"unto him What is this dream","number":"h2472"},{"text":"that thou hast dreamed","number":"h2492"},{"text":"And he told","number":"h5608"},{"text":"to bow down","number":"h7812"}],"11":[{"text":"him but his father","number":"h1"},{"text":"And his brethren","number":"h251"},{"text":"the saying","number":"h1697"},{"text":"envied","number":"h7065"},{"text":"observed","number":"h8104"}],"22":[{"text":"him to his father","number":"h1"},{"text":"said","number":"h559"},{"text":"him into this pit","number":"h953"},{"text":"no blood","number":"h1818"},{"text":"him out of their hands","number":"h3027"},{"text":"no hand","number":"h3027"},{"text":"that is in the wilderness","number":"h4057"},{"text":"upon him that he might rid","number":"h5337"},{"text":"And Reuben","number":"h7205"},{"text":"again","number":"h7725"},{"text":"to deliver","number":"h7725"},{"text":"and lay","number":"h7971"},{"text":"but cast","number":"h7993"},{"text":"unto them Shed","number":"h8210"}],"2":[{"text":"his father's","number":"h1"},{"text":"unto his father","number":"h1"},{"text":"with his brethren","number":"h251"},{"text":"wives","number":"h802"},{"text":"brought","number":"h935"},{"text":"of Bilhah","number":"h1090"},{"text":"and with the sons","number":"h1121"},{"text":"old","number":"h1121"},{"text":"was with the sons","number":"h1121"},{"text":"report","number":"h1681"},{"text":"of Zilpah","number":"h2153"},{"text":"Joseph","number":"h3130"},{"text":"and Joseph","number":"h3130"},{"text":"of Jacob","number":"h3290"},{"text":"and the lad","number":"h5288"},{"text":"being seventeen","number":"h6240"},{"text":"the flock","number":"h6629"},{"text":"their evil","number":"h7451"},{"text":"was feeding","number":"h7462"},{"text":"years","number":"h8141"},{"text":"These are the generations","number":"h8435"}],"32":[{"text":"it to their father","number":"h1"},{"text":"and said","number":"h559"},{"text":"and they brought","number":"h935"},{"text":"now whether it be thy son's","number":"h1121"},{"text":"coat","number":"h3801"},{"text":"the coat","number":"h3801"},{"text":"This have we found","number":"h4672"},{"text":"know","number":"h5234"},{"text":"of many colours","number":"h6446"},{"text":"And they sent","number":"h7971"}],"4":[{"text":"that their father","number":"h1"},{"text":"loved","number":"h157"},{"text":"And when his brethren","number":"h251"},{"text":"him more than all his brethren","number":"h251"},{"text":"not speak","number":"h1696"},{"text":"him and could","number":"h3201"},{"text":"saw","number":"h7200"},{"text":"peaceably","number":"h7965"},{"text":"they hated","number":"h8130"}],"12":[{"text":"their father's","number":"h1"},{"text":"And his brethren","number":"h251"},{"text":"went","number":"h3212"},{"text":"flock","number":"h6629"},{"text":"to feed","number":"h7462"},{"text":"in Shechem","number":"h7927"}],"1":[{"text":"wherein his father","number":"h1"},{"text":"in the land","number":"h776"},{"text":"in the land","number":"h776"},{"text":"And Jacob","number":"h3290"},{"text":"dwelt","number":"h3427"},{"text":"of Canaan","number":"h3667"},{"text":"was a stranger","number":"h4033"}],"34":[{"text":"and mourned","number":"h56"},{"text":"for his son","number":"h1121"},{"text":"days","number":"h3117"},{"text":"And Jacob","number":"h3290"},{"text":"upon his loins","number":"h4975"},{"text":"rent","number":"h7167"},{"text":"many","number":"h7227"},{"text":"and put","number":"h7760"},{"text":"his clothes","number":"h8071"},{"text":"sackcloth","number":"h8242"}],"3":[{"text":"loved","number":"h157"},{"text":"because he was the son","number":"h1121"},{"text":"more than all his children","number":"h1121"},{"text":"of his old age","number":"h2208"},{"text":"Joseph","number":"h3130"},{"text":"Now Israel","number":"h3478"},{"text":"him a coat","number":"h3801"},{"text":"and he made","number":"h6213"},{"text":"of many colours","number":"h6446"}],"27":[{"text":"And his brethren","number":"h251"},{"text":"be upon him for he is our brother","number":"h251"},{"text":"and our flesh","number":"h1320"},{"text":"and let not our hand","number":"h3027"},{"text":"Come","number":"h3212"},{"text":"him to the Ishmeelites","number":"h3459"},{"text":"and let us sell","number":"h4376"},{"text":"were content","number":"h8085"}],"8":[{"text":"And his brethren","number":"h251"},{"text":"said","number":"h559"},{"text":"and for his words","number":"h1697"},{"text":"for his dreams","number":"h2472"},{"text":"him yet the more","number":"h3254"},{"text":"reign","number":"h4427"},{"text":"to him Shalt thou indeed","number":"h4427"},{"text":"have dominion","number":"h4910"},{"text":"over us or shalt thou indeed","number":"h4910"},{"text":"over us And they hated","number":"h8130"}],"13":[{"text":"Do not thy brethren","number":"h251"},{"text":"said","number":"h559"},{"text":"unto them And he said","number":"h559"},{"text":"unto Joseph","number":"h3130"},{"text":"come","number":"h3212"},{"text":"And Israel","number":"h3478"},{"text":"feed","number":"h7462"},{"text":"the flock in Shechem","number":"h7927"},{"text":"and I will send thee","number":"h7971"}],"17":[{"text":"his brethren","number":"h251"},{"text":"after","number":"h310"},{"text":"And the man","number":"h376"},{"text":"said","number":"h559"},{"text":"them say","number":"h559"},{"text":"them in Dothan","number":"h1886"},{"text":"to Dothan","number":"h1886"},{"text":"hence","number":"h2088"},{"text":"And Joseph","number":"h3130"},{"text":"Let us go","number":"h3212"},{"text":"went","number":"h3212"},{"text":"and found","number":"h4672"},{"text":"They are departed","number":"h5265"},{"text":"for I heard","number":"h8085"}],"5":[{"text":"it his brethren","number":"h251"},{"text":"a dream","number":"h2472"},{"text":"dreamed","number":"h2492"},{"text":"And Joseph","number":"h3130"},{"text":"him yet the more","number":"h3254"},{"text":"and he told","number":"h5046"},{"text":"and they hated","number":"h8130"}],"9":[{"text":"it his brethren","number":"h251"},{"text":"yet another","number":"h312"},{"text":"and said","number":"h559"},{"text":"a dream","number":"h2472"},{"text":"dream","number":"h2472"},{"text":"And he dreamed","number":"h2492"},{"text":"Behold I have dreamed","number":"h2492"},{"text":"and the moon","number":"h3394"},{"text":"stars","number":"h3556"},{"text":"and told","number":"h5608"},{"text":"and the eleven","number":"h6240"},{"text":"made obeisance","number":"h7812"},{"text":"more and behold the sun","number":"h8121"}],"16":[{"text":"my brethren","number":"h251"},{"text":"me I pray thee where","number":"h375"},{"text":"And he said","number":"h559"},{"text":"I seek","number":"h1245"},{"text":"tell","number":"h5046"},{"text":"they feed","number":"h7462"}],"26":[{"text":"our brother","number":"h251"},{"text":"unto his brethren","number":"h251"},{"text":"said","number":"h559"},{"text":"What profit","number":"h1215"},{"text":"his blood","number":"h1818"},{"text":"is it if we slay","number":"h2026"},{"text":"And Judah","number":"h3063"},{"text":"and conceal","number":"h3680"}],"19":[{"text":"to another","number":"h251"},{"text":"one","number":"h376"},{"text":"And they said","number":"h559"},{"text":"cometh","number":"h935"},{"text":"dreamer","number":"h1167"},{"text":"Behold this","number":"h1976"}],"23":[{"text":"unto his brethren","number":"h251"},{"text":"out of","number":"h854"},{"text":"was come","number":"h935"},{"text":"And it came to pass when Joseph","number":"h3130"},{"text":"Joseph","number":"h3130"},{"text":"his coat","number":"h3801"},{"text":"his coat","number":"h3801"},{"text":"of many colours","number":"h6446"},{"text":"that they stript","number":"h6584"}],"30":[{"text":"unto his brethren","number":"h251"},{"text":"and said","number":"h559"},{"text":"is not and I whither","number":"h575"},{"text":"shall I go","number":"h935"},{"text":"The child","number":"h3206"},{"text":"And he returned","number":"h7725"}],"14":[{"text":"with thy brethren","number":"h251"},{"text":"And he said","number":"h559"},{"text":"and he came","number":"h935"},{"text":"me word","number":"h1697"},{"text":"of Hebron","number":"h2275"},{"text":"to him Go","number":"h3212"},{"text":"him out of the vale","number":"h6010"},{"text":"with the flocks","number":"h6629"},{"text":"I pray thee see","number":"h7200"},{"text":"again","number":"h7725"},{"text":"and bring","number":"h7725"},{"text":"to Shechem","number":"h7927"},{"text":"and well","number":"h7965"},{"text":"whether it be well","number":"h7965"},{"text":"So he sent","number":"h7971"}],"20":[{"text":"him into some","number":"h259"},{"text":"hath devoured","number":"h398"},{"text":"and we will say","number":"h559"},{"text":"pit","number":"h953"},{"text":"now therefore and let us slay","number":"h2026"},{"text":"beast","number":"h2416"},{"text":"what will become of his dreams","number":"h2472"},{"text":"Come","number":"h3212"},{"text":"him and we shall see","number":"h7200"},{"text":"Some evil","number":"h7451"},{"text":"him and cast","number":"h7993"}],"15":[{"text":"And a certain man","number":"h376"},{"text":"and the man","number":"h376"},{"text":"saying","number":"h559"},{"text":"What seekest","number":"h1245"},{"text":"found him","number":"h4672"},{"text":"asked him","number":"h7592"},{"text":"in the field","number":"h7704"},{"text":"and behold he was wandering","number":"h8582"}],"33":[{"text":"hath devoured","number":"h398"},{"text":"and said","number":"h559"},{"text":"It is my son's","number":"h1121"},{"text":"beast","number":"h2416"},{"text":"is without doubt","number":"h2963"},{"text":"rent in pieces","number":"h2963"},{"text":"him Joseph","number":"h3130"},{"text":"coat","number":"h3801"},{"text":"And he knew it","number":"h5234"},{"text":"an evil","number":"h7451"}],"25":[{"text":"to eat","number":"h398"},{"text":"and behold a company","number":"h736"},{"text":"came","number":"h935"},{"text":"from Gilead","number":"h1568"},{"text":"with their camels","number":"h1581"},{"text":"going","number":"h1980"},{"text":"to carry it down","number":"h3381"},{"text":"And they sat down","number":"h3427"},{"text":"of Ishmeelites","number":"h3459"},{"text":"bread","number":"h3899"},{"text":"and myrrh","number":"h3910"},{"text":"to Egypt","number":"h4714"},{"text":"spicery","number":"h5219"},{"text":"and they lifted up","number":"h5375"},{"text":"bearing","number":"h5375"},{"text":"their eyes","number":"h5869"},{"text":"and balm","number":"h6875"},{"text":"and looked","number":"h7200"}],"7":[{"text":"For behold we were binding","number":"h481"},{"text":"and behold your sheaves","number":"h485"},{"text":"and lo my sheaf","number":"h485"},{"text":"sheaves","number":"h485"},{"text":"to my sheaf","number":"h485"},{"text":"and also stood upright","number":"h5324"},{"text":"stood round about","number":"h5437"},{"text":"arose","number":"h6965"},{"text":"in the field","number":"h7704"},{"text":"and made obeisance","number":"h7812"}],"6":[{"text":"And he said","number":"h559"},{"text":"I pray you this dream","number":"h2472"},{"text":"which I have dreamed","number":"h2492"},{"text":"unto them Hear","number":"h8085"}],"21":[{"text":"and said","number":"h559"},{"text":"him out of their hands","number":"h3027"},{"text":"Let us not kill","number":"h5221"},{"text":"it and he delivered","number":"h5337"},{"text":"And Reuben","number":"h7205"},{"text":"heard","number":"h8085"}],"28":[{"text":"merchantmen","number":"h582"},{"text":"and they brought","number":"h935"},{"text":"out of the pit","number":"h953"},{"text":"Joseph","number":"h3130"},{"text":"Joseph","number":"h3130"},{"text":"Joseph","number":"h3130"},{"text":"to the Ishmeelites","number":"h3459"},{"text":"pieces of silver","number":"h3701"},{"text":"by Midianites","number":"h4084"},{"text":"and sold","number":"h4376"},{"text":"into Egypt","number":"h4714"},{"text":"and they drew","number":"h4900"},{"text":"Then there passed","number":"h5674"},{"text":"and lifted up","number":"h5927"},{"text":"for twenty","number":"h6242"}],"29":[{"text":"his clothes","number":"h899"},{"text":"unto the pit","number":"h953"},{"text":"was not in the pit","number":"h953"},{"text":"and behold Joseph","number":"h3130"},{"text":"and he rent","number":"h7167"},{"text":"And Reuben","number":"h7205"},{"text":"returned","number":"h7725"}],"24":[{"text":"and the pit","number":"h953"},{"text":"him into a pit","number":"h953"},{"text":"And they took","number":"h3947"},{"text":"there was no water","number":"h4325"},{"text":"was empty","number":"h7386"},{"text":"him and cast","number":"h7993"}],"31":[{"text":"in the blood","number":"h1818"},{"text":"and dipped","number":"h2881"},{"text":"Joseph's","number":"h3130"},{"text":"coat","number":"h3801"},{"text":"the coat","number":"h3801"},{"text":"And they took","number":"h3947"},{"text":"of the goats","number":"h5795"},{"text":"and killed","number":"h7819"},{"text":"a kid","number":"h8163"}],"36":[{"text":"of the guard","number":"h2876"},{"text":"And the Midianites","number":"h4092"},{"text":"sold","number":"h4376"},{"text":"him into Egypt","number":"h4714"},{"text":"an officer","number":"h5631"},{"text":"unto Potiphar","number":"h6318"},{"text":"of Pharaoh's","number":"h6547"},{"text":"and captain","number":"h8269"}],"18":[{"text":"against him to slay","number":"h4191"},{"text":"unto them they conspired","number":"h5230"},{"text":"even before he came near","number":"h7126"},{"text":"And when they saw","number":"h7200"},{"text":"him afar off","number":"h7350"}]}
@@ -0,0 +1 @@
1
+ {"11":[{"text":"at thy father's","number":"h1"},{"text":"in her father's","number":"h1"},{"text":"also as his brethren","number":"h251"},{"text":"a widow","number":"h490"},{"text":"Then said","number":"h559"},{"text":"for he said","number":"h559"},{"text":"house","number":"h1004"},{"text":"house","number":"h1004"},{"text":"my son","number":"h1121"},{"text":"be grown","number":"h1431"},{"text":"Judah","number":"h3063"},{"text":"went","number":"h3212"},{"text":"Remain","number":"h3427"},{"text":"and dwelt","number":"h3427"},{"text":"his daughter in law","number":"h3618"},{"text":"Lest peradventure he die","number":"h4191"},{"text":"till Shelah","number":"h7956"},{"text":"did And Tamar","number":"h8559"},{"text":"to Tamar","number":"h8559"}],"9":[{"text":"And Onan","number":"h209"},{"text":"to his brother","number":"h251"},{"text":"unto his brother's","number":"h251"},{"text":"should not be his and it came to pass when","number":"h518"},{"text":"it on the ground","number":"h776"},{"text":"wife","number":"h802"},{"text":"he went in","number":"h935"},{"text":"lest","number":"h1115"},{"text":"seed","number":"h2233"},{"text":"that the seed","number":"h2233"},{"text":"knew","number":"h3045"},{"text":"that he should give","number":"h5414"},{"text":"that he spilled","number":"h7843"}],"4":[{"text":"Onan","number":"h209"},{"text":"a son","number":"h1121"},{"text":"And she conceived","number":"h2029"},{"text":"again and bare","number":"h3205"},{"text":"and she called","number":"h7121"},{"text":"his name","number":"h8034"}],"8":[{"text":"unto Onan","number":"h209"},{"text":"to thy brother","number":"h251"},{"text":"unto thy brother's","number":"h251"},{"text":"said","number":"h559"},{"text":"wife","number":"h802"},{"text":"Go in","number":"h935"},{"text":"seed","number":"h2233"},{"text":"and marry","number":"h2992"},{"text":"And Judah","number":"h3063"},{"text":"her and raise up","number":"h6965"}],"1":[{"text":"from his brethren","number":"h251"},{"text":"in to a certain","number":"h376"},{"text":"was Hirah","number":"h2437"},{"text":"that Judah","number":"h3063"},{"text":"went down","number":"h3381"},{"text":"and turned","number":"h5186"},{"text":"Adullamite","number":"h5726"},{"text":"And it came to pass at that time","number":"h6256"},{"text":"whose name","number":"h8034"}],"30":[{"text":"his brother","number":"h251"},{"text":"And afterward","number":"h310"},{"text":"Zarah","number":"h2226"},{"text":"upon his hand","number":"h3027"},{"text":"came out","number":"h3318"},{"text":"was called","number":"h7121"},{"text":"and his name","number":"h8034"},{"text":"that had the scarlet thread","number":"h8144"}],"29":[{"text":"that behold his brother","number":"h251"},{"text":"and she said","number":"h559"},{"text":"his hand","number":"h3027"},{"text":"came out","number":"h3318"},{"text":"How hast thou broken forth","number":"h6555"},{"text":"this breach","number":"h6556"},{"text":"Pharez","number":"h6557"},{"text":"was called","number":"h7121"},{"text":"And it came to pass as he drew back","number":"h7725"},{"text":"be upon thee therefore his name","number":"h8034"}],"25":[{"text":"By the man","number":"h376"},{"text":"and she said","number":"h559"},{"text":"saying","number":"h559"},{"text":"whose these are am I with child","number":"h2030"},{"text":"to her father in law","number":"h2524"},{"text":"I pray thee whose are these the signet","number":"h2858"},{"text":"When she was brought forth","number":"h3318"},{"text":"and staff","number":"h4294"},{"text":"Discern","number":"h5234"},{"text":"and bracelets","number":"h6616"},{"text":"she sent","number":"h7971"}],"2":[{"text":"of a certain","number":"h376"},{"text":"and went in","number":"h935"},{"text":"there a daughter","number":"h1323"},{"text":"And Judah","number":"h3063"},{"text":"Canaanite","number":"h3669"},{"text":"and he took her","number":"h3947"},{"text":"saw","number":"h7200"},{"text":"was Shuah","number":"h7770"},{"text":"whose name","number":"h8034"}],"14":[{"text":"her widow's","number":"h491"},{"text":"unto him to wife","number":"h802"},{"text":"garments","number":"h899"},{"text":"was grown","number":"h1431"},{"text":"which is by the way","number":"h1870"},{"text":"and sat in","number":"h3427"},{"text":"from her and covered her","number":"h3680"},{"text":"and she was not given","number":"h5414"},{"text":"And she put","number":"h5493"},{"text":"off","number":"h5493"},{"text":"an open","number":"h5869"},{"text":"and wrapped herself","number":"h5968"},{"text":"place","number":"h6607"},{"text":"with a vail","number":"h6809"},{"text":"for she saw","number":"h7200"},{"text":"that Shelah","number":"h7956"},{"text":"to Timnath","number":"h8553"}],"19":[{"text":"of her widowhood","number":"h491"},{"text":"the garments","number":"h899"},{"text":"and went away","number":"h3212"},{"text":"from her and put on","number":"h3847"},{"text":"and laid by","number":"h5493"},{"text":"her vail","number":"h6809"},{"text":"And she arose","number":"h6965"}],"17":[{"text":"And he said","number":"h559"},{"text":"And she said","number":"h559"},{"text":"Wilt thou give","number":"h5414"},{"text":"thee a kid","number":"h5795"},{"text":"me a pledge","number":"h6162"},{"text":"from the flock","number":"h6629"},{"text":"I will send","number":"h7971"},{"text":"till thou send","number":"h7971"}],"18":[{"text":"And he said","number":"h559"},{"text":"thee And she said","number":"h559"},{"text":"What","number":"h834"},{"text":"it her and came in","number":"h935"},{"text":"unto her and she conceived","number":"h2029"},{"text":"Thy signet","number":"h2368"},{"text":"that is in thine hand","number":"h3027"},{"text":"and thy staff","number":"h4294"},{"text":"And he gave","number":"h5414"},{"text":"shall I give","number":"h5414"},{"text":"pledge","number":"h6162"},{"text":"and thy bracelets","number":"h6616"}],"16":[{"text":"And she said","number":"h559"},{"text":"and said","number":"h559"},{"text":"I pray thee let me come in","number":"h935"},{"text":"me that thou mayest come in","number":"h935"},{"text":"unto her by the way","number":"h1870"},{"text":"unto thee (for he knew","number":"h3045"},{"text":"Go to","number":"h3051"},{"text":"not that she was his daughter in law","number":"h3618"},{"text":"And he turned","number":"h5186"},{"text":"What wilt thou give","number":"h5414"}],"21":[{"text":"And they said","number":"h559"},{"text":"saying","number":"h559"},{"text":"the men","number":"h582"},{"text":"by the way side","number":"h1870"},{"text":"in this","number":"h2088"},{"text":"of that place","number":"h4725"},{"text":"that was openly","number":"h5869"},{"text":"There was no harlot","number":"h6948"},{"text":"Where is the harlot","number":"h6948"},{"text":"Then he asked","number":"h7592"}],"22":[{"text":"and said","number":"h559"},{"text":"said","number":"h559"},{"text":"her and also the men","number":"h582"},{"text":"to Judah","number":"h3063"},{"text":"I cannot","number":"h3808"},{"text":"find","number":"h4672"},{"text":"of the place","number":"h4725"},{"text":"that there was no harlot","number":"h6948"},{"text":"And he returned","number":"h7725"}],"23":[{"text":"said","number":"h559"},{"text":"it to her lest we be shamed","number":"h937"},{"text":"this kid","number":"h1423"},{"text":"And Judah","number":"h3063"},{"text":"Let her take","number":"h3947"},{"text":"and thou hast not found","number":"h4672"},{"text":"behold I sent","number":"h7971"}],"24":[{"text":"said","number":"h559"},{"text":"saying","number":"h559"},{"text":"and also behold she is with child","number":"h2030"},{"text":"hath played the harlot","number":"h2181"},{"text":"by whoredom","number":"h2183"},{"text":"months","number":"h2320"},{"text":"And Judah","number":"h3063"},{"text":"Judah","number":"h3063"},{"text":"Bring her forth","number":"h3318"},{"text":"thy daughter in law","number":"h3618"},{"text":"after that it was told","number":"h5046"},{"text":"And it came to pass about three","number":"h7969"},{"text":"and let her be burnt","number":"h8313"},{"text":"Tamar","number":"h8559"}],"13":[{"text":"saying","number":"h559"},{"text":"to shear","number":"h1494"},{"text":"Behold thy father in law","number":"h2524"},{"text":"And it was told","number":"h5046"},{"text":"goeth up","number":"h5927"},{"text":"his sheep","number":"h6629"},{"text":"to Timnath","number":"h8553"},{"text":"Tamar","number":"h8559"}],"28":[{"text":"saying","number":"h559"},{"text":"his hand","number":"h3027"},{"text":"upon his hand","number":"h3027"},{"text":"And it came to pass when she travailed","number":"h3205"},{"text":"and the midwife","number":"h3205"},{"text":"This came out","number":"h3318"},{"text":"took","number":"h3947"},{"text":"that the one put out","number":"h5414"},{"text":"and bound","number":"h7194"},{"text":"first","number":"h7223"},{"text":"a scarlet thread","number":"h8144"}],"26":[{"text":"them and said","number":"h559"},{"text":"my son","number":"h1121"},{"text":"And he knew her","number":"h3045"},{"text":"And Judah","number":"h3063"},{"text":"again","number":"h3254"},{"text":"acknowledged","number":"h5234"},{"text":"than I because that I gave","number":"h5414"},{"text":"She hath been more righteous","number":"h6663"},{"text":"her not to Shelah","number":"h7956"}],"6":[{"text":"a wife","number":"h802"},{"text":"his firstborn","number":"h1060"},{"text":"And Judah","number":"h3063"},{"text":"took","number":"h3947"},{"text":"for Er","number":"h6147"},{"text":"whose name","number":"h8034"},{"text":"was Tamar","number":"h8559"}],"20":[{"text":"from the woman's","number":"h802"},{"text":"the kid","number":"h1423"},{"text":"by the hand","number":"h3027"},{"text":"hand","number":"h3027"},{"text":"And Judah","number":"h3063"},{"text":"to receive","number":"h3947"},{"text":"but he found her","number":"h4672"},{"text":"the Adullamite","number":"h5726"},{"text":"his pledge","number":"h6162"},{"text":"of his friend","number":"h7453"},{"text":"sent","number":"h7971"}],"12":[{"text":"wife","number":"h802"},{"text":"the daughter","number":"h1323"},{"text":"unto his sheepshearers","number":"h1494"},{"text":"Hirah","number":"h2437"},{"text":"Judah's","number":"h3063"},{"text":"and Judah","number":"h3063"},{"text":"of time","number":"h3117"},{"text":"died","number":"h4191"},{"text":"was comforted","number":"h5162"},{"text":"the Adullamite","number":"h5726"},{"text":"and went up","number":"h5927"},{"text":"And in process","number":"h7235"},{"text":"he and his friend","number":"h7453"},{"text":"of Shuah","number":"h7770"},{"text":"to Timnath","number":"h8553"}],"10":[{"text":"And the thing which","number":"h834"},{"text":"the LORD","number":"h3068"},{"text":"displeased","number":"h3415"},{"text":"wherefore he slew","number":"h4191"},{"text":"he did","number":"h6213"}],"27":[{"text":"were in her womb","number":"h990"},{"text":"of her travail","number":"h3205"},{"text":"And it came to pass in the time","number":"h6256"},{"text":"that behold twins","number":"h8380"}],"7":[{"text":"firstborn","number":"h1060"},{"text":"Judah's","number":"h3063"},{"text":"and the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"slew","number":"h4191"},{"text":"in the sight","number":"h5869"},{"text":"And Er","number":"h6147"},{"text":"was wicked","number":"h7451"}],"3":[{"text":"a son","number":"h1121"},{"text":"And she conceived","number":"h2029"},{"text":"and bare","number":"h3205"},{"text":"Er","number":"h6147"},{"text":"and he called","number":"h7121"},{"text":"his name","number":"h8034"}],"5":[{"text":"a son","number":"h1121"},{"text":"and bare","number":"h3205"},{"text":"when she bare","number":"h3205"},{"text":"And she yet again conceived","number":"h3254"},{"text":"and he was at Chezib","number":"h3580"},{"text":"and called","number":"h7121"},{"text":"Shelah","number":"h7956"},{"text":"his name","number":"h8034"}],"15":[{"text":"her to be an harlot","number":"h2181"},{"text":"he thought","number":"h2803"},{"text":"When Judah","number":"h3063"},{"text":"because she had covered","number":"h3680"},{"text":"her face","number":"h6440"},{"text":"saw her","number":"h7200"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"And his master","number":"h113"},{"text":"in his hand","number":"h3027"},{"text":"that the LORD","number":"h3068"},{"text":"was with him and that the LORD","number":"h3068"},{"text":"made all that he did","number":"h6213"},{"text":"to prosper","number":"h6743"},{"text":"saw","number":"h7200"}],"19":[{"text":"And it came to pass when his master","number":"h113"},{"text":"unto him saying","number":"h559"},{"text":"to me that his wrath","number":"h639"},{"text":"of his wife","number":"h802"},{"text":"which she spake","number":"h1696"},{"text":"After this manner","number":"h1697"},{"text":"the words","number":"h1697"},{"text":"was kindled","number":"h2734"},{"text":"thy servant","number":"h5650"},{"text":"did","number":"h6213"},{"text":"heard","number":"h8085"}],"8":[{"text":"Behold my master","number":"h113"},{"text":"unto his master's","number":"h113"},{"text":"and said","number":"h559"},{"text":"wife","number":"h802"},{"text":"not what is with me in the house","number":"h1004"},{"text":"to my hand","number":"h3027"},{"text":"wotteth","number":"h3045"},{"text":"all that he hath","number":"h3426"},{"text":"But he refused","number":"h3985"},{"text":"and he hath committed","number":"h5414"}],"20":[{"text":"master","number":"h113"},{"text":"prisoners","number":"h615"},{"text":"were bound","number":"h631"},{"text":"and he was there in the prison","number":"h1004"},{"text":"into the prison","number":"h1004"},{"text":"And Joseph's","number":"h3130"},{"text":"took","number":"h3947"},{"text":"where the king's","number":"h4428"},{"text":"a place","number":"h4725"},{"text":"him and put him","number":"h5414"}],"2":[{"text":"of his master","number":"h113"},{"text":"man","number":"h376"},{"text":"and he was in the house","number":"h1004"},{"text":"And the LORD","number":"h3068"},{"text":"was with Joseph","number":"h3130"},{"text":"the Egyptian","number":"h4713"},{"text":"and he was a prosperous","number":"h6743"}],"7":[{"text":"that his master's","number":"h113"},{"text":"And it came to pass after","number":"h310"},{"text":"and she said","number":"h559"},{"text":"wife","number":"h802"},{"text":"these things","number":"h1697"},{"text":"upon Joseph","number":"h3130"},{"text":"cast","number":"h5375"},{"text":"her eyes","number":"h5869"},{"text":"Lie","number":"h7901"}],"16":[{"text":"until his lord","number":"h113"},{"text":"by her","number":"h681"},{"text":"his garment","number":"h899"},{"text":"came","number":"h935"},{"text":"home","number":"h1004"},{"text":"And she laid up","number":"h3240"}],"5":[{"text":"And it came to pass from the time","number":"h227"},{"text":"house","number":"h1004"},{"text":"in his house","number":"h1004"},{"text":"in the house","number":"h1004"},{"text":"blessed","number":"h1288"},{"text":"and the blessing","number":"h1293"},{"text":"sake","number":"h1558"},{"text":"of the LORD","number":"h3068"},{"text":"that the LORD","number":"h3068"},{"text":"for Joseph's","number":"h3130"},{"text":"and over all that he had","number":"h3426"},{"text":"was upon all that he had","number":"h3426"},{"text":"the Egyptian's","number":"h4713"},{"text":"that he had made him overseer","number":"h6485"},{"text":"and in the field","number":"h7704"}],"1":[{"text":"an Egyptian","number":"h376"},{"text":"of the guard","number":"h2876"},{"text":"him of the hands","number":"h3027"},{"text":"And Joseph","number":"h3130"},{"text":"was brought down","number":"h3381"},{"text":"which had brought him down","number":"h3381"},{"text":"of the Ishmeelites","number":"h3459"},{"text":"to Egypt","number":"h4714"},{"text":"an officer","number":"h5631"},{"text":"and Potiphar","number":"h6318"},{"text":"of Pharaoh","number":"h6547"},{"text":"bought","number":"h7069"},{"text":"captain","number":"h8269"}],"14":[{"text":"an Hebrew","number":"h376"},{"text":"and spake","number":"h559"},{"text":"unto them saying","number":"h559"},{"text":"unto the men","number":"h582"},{"text":"he hath brought in","number":"h935"},{"text":"us he came in","number":"h935"},{"text":"of her house","number":"h1004"},{"text":"with a loud","number":"h1419"},{"text":"unto us to mock","number":"h6711"},{"text":"voice","number":"h6963"},{"text":"That she called","number":"h7121"},{"text":"with me and I cried","number":"h7121"},{"text":"See","number":"h7200"},{"text":"unto me to lie","number":"h7901"}],"11":[{"text":"and there was none of the men","number":"h376"},{"text":"that Joseph went","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"into the house","number":"h1004"},{"text":"And it came to pass about this time","number":"h3117"},{"text":"his business","number":"h4399"},{"text":"to do","number":"h6213"}],"6":[{"text":"which he did eat","number":"h398"},{"text":"he had save","number":"h518"},{"text":"hand","number":"h3027"},{"text":"and he knew","number":"h3045"},{"text":"And Joseph","number":"h3130"},{"text":"all that he had in Joseph's","number":"h3130"},{"text":"person and well","number":"h3303"},{"text":"the bread","number":"h3899"},{"text":"not ought","number":"h3972"},{"text":"favoured","number":"h4758"},{"text":"And he left","number":"h5800"},{"text":"was a goodly","number":"h8389"}],"9":[{"text":"against God","number":"h430"},{"text":"art his wife","number":"h802"},{"text":"from me but thee because","number":"h834"},{"text":"thou","number":"h859"},{"text":"in this house","number":"h1004"},{"text":"There is none greater","number":"h1419"},{"text":"this great","number":"h1419"},{"text":"and sin","number":"h2398"},{"text":"hath he kept back","number":"h2820"},{"text":"than I neither","number":"h3808"},{"text":"any thing","number":"h3972"},{"text":"how then can I do","number":"h6213"},{"text":"wickedness","number":"h7451"}],"12":[{"text":"saying","number":"h559"},{"text":"him by his garment","number":"h899"},{"text":"his garment","number":"h899"},{"text":"him out","number":"h2351"},{"text":"in her hand","number":"h3027"},{"text":"and got","number":"h3318"},{"text":"and fled","number":"h5127"},{"text":"with me and he left","number":"h5800"},{"text":"Lie","number":"h7901"},{"text":"And she caught","number":"h8610"}],"17":[{"text":"saying","number":"h559"},{"text":"unto us came in","number":"h935"},{"text":"which thou hast brought","number":"h935"},{"text":"And she spake","number":"h1696"},{"text":"unto him according to these words","number":"h1697"},{"text":"servant","number":"h5650"},{"text":"The Hebrew","number":"h5680"},{"text":"unto me to mock","number":"h6711"}],"22":[{"text":"all the prisoners","number":"h615"},{"text":"of the prison","number":"h1004"},{"text":"that were in the prison","number":"h1004"},{"text":"hand","number":"h3027"},{"text":"to Joseph's","number":"h3130"},{"text":"committed","number":"h5414"},{"text":"and whatsoever they did","number":"h6213"},{"text":"there he was the doer","number":"h6213"},{"text":"And the keeper","number":"h8269"}],"10":[{"text":"by her","number":"h681"},{"text":"And it came to pass as she spake","number":"h1696"},{"text":"by day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"to Joseph","number":"h3130"},{"text":"not unto her to lie","number":"h7901"},{"text":"that he hearkened","number":"h8085"}],"15":[{"text":"with me","number":"h681"},{"text":"his garment","number":"h899"},{"text":"out","number":"h2351"},{"text":"and got him","number":"h3318"},{"text":"and fled","number":"h5127"},{"text":"that he left","number":"h5800"},{"text":"my voice","number":"h6963"},{"text":"and cried","number":"h7121"},{"text":"that I lifted up","number":"h7311"},{"text":"And it came to pass when he heard","number":"h8085"}],"18":[{"text":"with me","number":"h681"},{"text":"his garment","number":"h899"},{"text":"out","number":"h2351"},{"text":"and fled","number":"h5127"},{"text":"that he left","number":"h5800"},{"text":"my voice","number":"h6963"},{"text":"and cried","number":"h7121"},{"text":"And it came to pass as I lifted up","number":"h7311"}],"13":[{"text":"his garment","number":"h899"},{"text":"forth","number":"h2351"},{"text":"in her hand","number":"h3027"},{"text":"and was fled","number":"h5127"},{"text":"that he had left","number":"h5800"},{"text":"And it came to pass when she saw","number":"h7200"}],"21":[{"text":"of the prison","number":"h1004"},{"text":"him favour","number":"h2580"},{"text":"him mercy","number":"h2617"},{"text":"But the LORD","number":"h3068"},{"text":"was with Joseph","number":"h3130"},{"text":"and shewed","number":"h5186"},{"text":"and gave","number":"h5414"},{"text":"in the sight","number":"h5869"},{"text":"of the keeper","number":"h8269"}],"23":[{"text":"of the prison","number":"h1004"},{"text":"that was under his hand","number":"h3027"},{"text":"because the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"not to any thing","number":"h3972"},{"text":"was with him and that which he did","number":"h6213"},{"text":"made it to prosper","number":"h6743"},{"text":"looked","number":"h7200"},{"text":"The keeper","number":"h8269"}],"4":[{"text":"over his house","number":"h1004"},{"text":"grace","number":"h2580"},{"text":"into his hand","number":"h3027"},{"text":"And Joseph","number":"h3130"},{"text":"and all that he had","number":"h3426"},{"text":"found","number":"h4672"},{"text":"he put","number":"h5414"},{"text":"in his sight","number":"h5869"},{"text":"him and he made him overseer","number":"h6485"},{"text":"and he served","number":"h8334"}]}
@@ -0,0 +1 @@
1
+ {"20":[{"text":"he was the father","number":"h1"},{"text":"in tents","number":"h168"},{"text":"Jabal","number":"h2989"},{"text":"bare","number":"h3205"},{"text":"of such as dwell","number":"h3427"},{"text":"and of such as have cattle","number":"h4735"},{"text":"And Adah","number":"h5711"}],"21":[{"text":"he was the father","number":"h1"},{"text":"And his brother's","number":"h251"},{"text":"was Jubal","number":"h3106"},{"text":"the harp","number":"h3658"},{"text":"and organ","number":"h5748"},{"text":"name","number":"h8034"},{"text":"of all such as handle","number":"h8610"}],"1":[{"text":"And Adam","number":"h120"},{"text":"a man","number":"h376"},{"text":"and said","number":"h559"},{"text":"his wife","number":"h802"},{"text":"from","number":"h854"},{"text":"and she conceived","number":"h2029"},{"text":"Eve","number":"h2332"},{"text":"knew","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"and bare","number":"h3205"},{"text":"Cain","number":"h7014"},{"text":"I have gotten","number":"h7069"}],"25":[{"text":"And Adam","number":"h120"},{"text":"me another","number":"h312"},{"text":"For God","number":"h430"},{"text":"his wife","number":"h802"},{"text":"a son","number":"h1121"},{"text":"of Abel","number":"h1893"},{"text":"slew","number":"h2026"},{"text":"seed","number":"h2233"},{"text":"knew","number":"h3045"},{"text":"and she bare","number":"h3205"},{"text":"whom","number":"h3588"},{"text":"again","number":"h5750"},{"text":"Cain","number":"h7014"},{"text":"and called","number":"h7121"},{"text":"said she hath appointed","number":"h7896"},{"text":"his name","number":"h8034"},{"text":"Seth","number":"h8352"},{"text":"instead","number":"h8478"}],"11":[{"text":"from the earth","number":"h127"},{"text":"thy brother's","number":"h251"},{"text":"And now art thou cursed","number":"h779"},{"text":"blood","number":"h1818"},{"text":"from thy hand","number":"h3027"},{"text":"to receive","number":"h3947"},{"text":"her mouth","number":"h6310"},{"text":"which hath opened","number":"h6475"}],"14":[{"text":"of the earth","number":"h127"},{"text":"in the earth","number":"h776"},{"text":"Behold thou hast driven me out","number":"h1644"},{"text":"and it shall come to pass","number":"h1961"},{"text":"shall slay me","number":"h2026"},{"text":"this day","number":"h3117"},{"text":"that every one that findeth me","number":"h4672"},{"text":"and a vagabond","number":"h5110"},{"text":"and I shall be a fugitive","number":"h5128"},{"text":"shall I be hid","number":"h5641"},{"text":"and from","number":"h5921"},{"text":"from the face","number":"h6440"},{"text":"thy face","number":"h6440"}],"2":[{"text":"of the ground","number":"h127"},{"text":"his brother","number":"h251"},{"text":"Abel","number":"h1893"},{"text":"And Abel","number":"h1893"},{"text":"bare","number":"h3205"},{"text":"And she again","number":"h3254"},{"text":"was a tiller","number":"h5647"},{"text":"of sheep","number":"h6629"},{"text":"but Cain","number":"h7014"},{"text":"was a keeper","number":"h7462"}],"3":[{"text":"of the ground","number":"h127"},{"text":"brought","number":"h935"},{"text":"unto the LORD","number":"h3068"},{"text":"of time","number":"h3117"},{"text":"an offering","number":"h4503"},{"text":"of the fruit","number":"h6529"},{"text":"it came to pass that Cain","number":"h7014"},{"text":"And in process","number":"h7093"}],"12":[{"text":"the ground","number":"h127"},{"text":"shalt thou be in the earth","number":"h776"},{"text":"it shall not henceforth","number":"h3254"},{"text":"unto thee her strength","number":"h3581"},{"text":"When","number":"h3588"},{"text":"and a vagabond","number":"h5110"},{"text":"a fugitive","number":"h5128"},{"text":"yield","number":"h5414"},{"text":"thou tillest","number":"h5647"}],"10":[{"text":"unto me from the ground","number":"h127"},{"text":"of thy brother's","number":"h251"},{"text":"And he said","number":"h559"},{"text":"blood","number":"h1818"},{"text":"What","number":"h4100"},{"text":"hast thou done","number":"h6213"},{"text":"crieth","number":"h6817"},{"text":"the voice","number":"h6963"}],"15":[{"text":"a mark","number":"h226"},{"text":"said","number":"h559"},{"text":"lest","number":"h1115"},{"text":"whosoever slayeth","number":"h2026"},{"text":"And the LORD","number":"h3068"},{"text":"And the LORD","number":"h3068"},{"text":"unto him Therefore","number":"h3651"},{"text":"any finding","number":"h4672"},{"text":"him should kill","number":"h5221"},{"text":"vengeance shall be taken","number":"h5358"},{"text":"Cain","number":"h7014"},{"text":"upon Cain","number":"h7014"},{"text":"on him sevenfold","number":"h7659"},{"text":"set","number":"h7760"}],"23":[{"text":"hearken","number":"h238"},{"text":"a man","number":"h376"},{"text":"said","number":"h559"},{"text":"unto my speech","number":"h565"},{"text":"unto his wives","number":"h802"},{"text":"ye wives","number":"h802"},{"text":"for I have slain","number":"h2026"},{"text":"to my hurt","number":"h2250"},{"text":"and a young man","number":"h3206"},{"text":"And Lamech","number":"h3929"},{"text":"of Lamech","number":"h3929"},{"text":"Adah","number":"h5711"},{"text":"to my wounding","number":"h6482"},{"text":"and Zillah","number":"h6741"},{"text":"my voice","number":"h6963"},{"text":"Hear","number":"h8085"}],"8":[{"text":"his brother","number":"h251"},{"text":"his brother","number":"h251"},{"text":"against","number":"h413"},{"text":"with","number":"h413"},{"text":"talked","number":"h559"},{"text":"Abel","number":"h1893"},{"text":"Abel","number":"h1893"},{"text":"and slew him","number":"h2026"},{"text":"rose up","number":"h6965"},{"text":"And Cain","number":"h7014"},{"text":"that Cain","number":"h7014"},{"text":"and it came to pass when they were in the field","number":"h7704"}],"9":[{"text":"not Am I my brother's","number":"h251"},{"text":"thy brother","number":"h251"},{"text":"Where","number":"h335"},{"text":"And he said","number":"h559"},{"text":"said","number":"h559"},{"text":"is Abel","number":"h1893"},{"text":"I know","number":"h3045"},{"text":"And the LORD","number":"h3068"},{"text":"unto Cain","number":"h7014"},{"text":"keeper","number":"h8104"}],"19":[{"text":"of the one","number":"h259"},{"text":"wives","number":"h802"},{"text":"And Lamech","number":"h3929"},{"text":"took","number":"h3947"},{"text":"was Adah","number":"h5711"},{"text":"Zillah","number":"h6741"},{"text":"and the name","number":"h8034"},{"text":"the name","number":"h8034"},{"text":"of the other","number":"h8145"},{"text":"unto him two","number":"h8147"}],"22":[{"text":"and the sister","number":"h269"},{"text":"and iron","number":"h1270"},{"text":"of every artificer","number":"h2794"},{"text":"she also bare","number":"h3205"},{"text":"an instructer","number":"h3913"},{"text":"in brass","number":"h5178"},{"text":"was Naamah","number":"h5279"},{"text":"And Zillah","number":"h6741"},{"text":"Tubalcain","number":"h8423"},{"text":"of Tubalcain","number":"h8423"}],"7":[{"text":"If","number":"h518"},{"text":"sin","number":"h2403"},{"text":"and if thou doest not well","number":"h3190"},{"text":"thou doest well","number":"h3190"},{"text":"and thou shalt rule","number":"h4910"},{"text":"at the door","number":"h6607"},{"text":"lieth","number":"h7257"},{"text":"shalt thou not be accepted","number":"h7613"},{"text":"And unto thee shall be his desire","number":"h8669"}],"13":[{"text":"said","number":"h559"},{"text":"is greater","number":"h1419"},{"text":"unto the LORD","number":"h3068"},{"text":"than I can bear","number":"h5375"},{"text":"My punishment","number":"h5771"},{"text":"And Cain","number":"h7014"}],"6":[{"text":"said","number":"h559"},{"text":"Why art thou wroth","number":"h2734"},{"text":"And the LORD","number":"h3068"},{"text":"fallen","number":"h5307"},{"text":"and why is thy countenance","number":"h6440"},{"text":"unto Cain","number":"h7014"}],"26":[{"text":"Enos","number":"h583"},{"text":"a son","number":"h1121"},{"text":"to him","number":"h1931"},{"text":"then began men","number":"h2490"},{"text":"of the LORD","number":"h3068"},{"text":"also there was born","number":"h3205"},{"text":"and he called","number":"h7121"},{"text":"to call","number":"h7121"},{"text":"his name","number":"h8034"},{"text":"upon the name","number":"h8034"},{"text":"And to Seth","number":"h8352"}],"16":[{"text":"in the land","number":"h776"},{"text":"of the LORD","number":"h3068"},{"text":"went out","number":"h3318"},{"text":"and dwelt","number":"h3427"},{"text":"of Nod","number":"h5113"},{"text":"of Eden","number":"h5731"},{"text":"from the presence","number":"h6440"},{"text":"on the east","number":"h6926"},{"text":"And Cain","number":"h7014"}],"17":[{"text":"his wife","number":"h802"},{"text":"of his son","number":"h1121"},{"text":"and he builded","number":"h1129"},{"text":"and she conceived","number":"h2029"},{"text":"Enoch","number":"h2585"},{"text":"Enoch","number":"h2585"},{"text":"knew","number":"h3045"},{"text":"and bare","number":"h3205"},{"text":"a city","number":"h5892"},{"text":"of the city","number":"h5892"},{"text":"And Cain","number":"h7014"},{"text":"and called","number":"h7121"},{"text":"after the name","number":"h8034"},{"text":"the name","number":"h8034"}],"4":[{"text":"brought","number":"h935"},{"text":"of the firstlings","number":"h1062"},{"text":"And Abel","number":"h1893"},{"text":"unto Abel","number":"h1893"},{"text":"he also","number":"h1931"},{"text":"and of the fat","number":"h2459"},{"text":"thereof And the LORD","number":"h3068"},{"text":"and to his offering","number":"h4503"},{"text":"of his flock","number":"h6629"},{"text":"had respect","number":"h8159"}],"18":[{"text":"And unto Enoch","number":"h2585"},{"text":"begat","number":"h3205"},{"text":"begat","number":"h3205"},{"text":"begat","number":"h3205"},{"text":"was born","number":"h3205"},{"text":"Lamech","number":"h3929"},{"text":"Mehujael","number":"h4232"},{"text":"and Mehujael","number":"h4232"},{"text":"Methusael","number":"h4967"},{"text":"and Methusael","number":"h4967"},{"text":"Irad","number":"h5897"},{"text":"and Irad","number":"h5897"}],"5":[{"text":"wroth","number":"h2734"},{"text":"was very","number":"h3966"},{"text":"and to his offering","number":"h4503"},{"text":"fell","number":"h5307"},{"text":"and his countenance","number":"h6440"},{"text":"And Cain","number":"h7014"},{"text":"But unto Cain","number":"h7014"},{"text":"he had not respect","number":"h8159"}],"24":[{"text":"If","number":"h3588"},{"text":"truly Lamech","number":"h3929"},{"text":"shall be avenged","number":"h5358"},{"text":"Cain","number":"h7014"},{"text":"and sevenfold","number":"h7651"},{"text":"seventy","number":"h7657"},{"text":"sevenfold","number":"h7659"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"of his lord's","number":"h113"},{"text":"saying","number":"h559"},{"text":"house","number":"h1004"},{"text":"to day","number":"h3117"},{"text":"that were with him in the ward","number":"h4929"},{"text":"officers","number":"h5631"},{"text":"Wherefore look","number":"h6440"},{"text":"Pharaoh's","number":"h6547"},{"text":"ye so sadly","number":"h7451"},{"text":"And he asked","number":"h7592"}],"1":[{"text":"their lord","number":"h113"},{"text":"And it came to pass after","number":"h310"},{"text":"and his baker","number":"h644"},{"text":"these things","number":"h1697"},{"text":"had offended","number":"h2398"},{"text":"of the king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"of Egypt","number":"h4714"},{"text":"that the butler","number":"h8248"}],"5":[{"text":"in one","number":"h259"},{"text":"each man","number":"h376"},{"text":"each man","number":"h376"},{"text":"which were bound","number":"h631"},{"text":"and the baker","number":"h644"},{"text":"in the prison","number":"h1004"},{"text":"a dream","number":"h2472"},{"text":"his dream","number":"h2472"},{"text":"of his dream","number":"h2472"},{"text":"And they dreamed","number":"h2492"},{"text":"night","number":"h3915"},{"text":"of the king","number":"h4428"},{"text":"of Egypt","number":"h4714"},{"text":"according to the interpretation","number":"h6623"},{"text":"both of them","number":"h8147"},{"text":"the butler","number":"h8248"}],"17":[{"text":"did eat","number":"h398"},{"text":"there was of all manner","number":"h3978"},{"text":"of bakemeats","number":"h4639"},{"text":"basket","number":"h5536"},{"text":"them out of the basket","number":"h5536"},{"text":"and the birds","number":"h5775"},{"text":"upon","number":"h5921"},{"text":"And in the uppermost","number":"h5945"},{"text":"for Pharaoh","number":"h6547"},{"text":"my head","number":"h7218"}],"19":[{"text":"shall eat","number":"h398"},{"text":"thy flesh","number":"h1320"},{"text":"days","number":"h3117"},{"text":"lift up","number":"h5375"},{"text":"and the birds","number":"h5775"},{"text":"thee on a tree","number":"h6086"},{"text":"shall Pharaoh","number":"h6547"},{"text":"thy head","number":"h7218"},{"text":"Yet within three","number":"h7969"},{"text":"from off thee and shall hang","number":"h8518"}],"8":[{"text":"belong to God","number":"h430"},{"text":"And they said","number":"h559"},{"text":"said","number":"h559"},{"text":"a dream","number":"h2472"},{"text":"unto him We have dreamed","number":"h2492"},{"text":"of it And Joseph","number":"h3130"},{"text":"tell me","number":"h5608"},{"text":"and there is no interpreter","number":"h6622"},{"text":"unto them Do not interpretations","number":"h6623"}],"18":[{"text":"and said","number":"h559"},{"text":"days","number":"h3117"},{"text":"And Joseph","number":"h3130"},{"text":"baskets","number":"h5536"},{"text":"answered","number":"h6030"},{"text":"This is the interpretation","number":"h6623"},{"text":"are three","number":"h7969"},{"text":"thereof The three","number":"h7969"}],"9":[{"text":"and said","number":"h559"},{"text":"behold a vine","number":"h1612"},{"text":"his dream","number":"h2472"},{"text":"to him In my dream","number":"h2472"},{"text":"to Joseph","number":"h3130"},{"text":"told","number":"h5608"},{"text":"was before me","number":"h6440"},{"text":"butler","number":"h8248"},{"text":"And the chief","number":"h8269"}],"16":[{"text":"he said","number":"h559"},{"text":"I also","number":"h637"},{"text":"baker","number":"h644"},{"text":"was in my dream","number":"h2472"},{"text":"white","number":"h2751"},{"text":"was good","number":"h2896"},{"text":"unto Joseph","number":"h3130"},{"text":"baskets","number":"h5536"},{"text":"that the interpretation","number":"h6622"},{"text":"saw","number":"h7200"},{"text":"on my head","number":"h7218"},{"text":"and behold I had three","number":"h7969"},{"text":"When the chief","number":"h8269"}],"12":[{"text":"said","number":"h559"},{"text":"days","number":"h3117"},{"text":"And Joseph","number":"h3130"},{"text":"unto him This is the interpretation","number":"h6623"},{"text":"are three","number":"h7969"},{"text":"of it The three","number":"h7969"},{"text":"branches","number":"h8299"}],"3":[{"text":"was bound","number":"h631"},{"text":"in the house","number":"h1004"},{"text":"into the prison","number":"h1004"},{"text":"of the guard","number":"h2876"},{"text":"where Joseph","number":"h3130"},{"text":"the place","number":"h4725"},{"text":"them in ward","number":"h4929"},{"text":"And he put","number":"h5414"},{"text":"of the captain","number":"h8269"}],"20":[{"text":"baker","number":"h644"},{"text":"birthday","number":"h3117"},{"text":"day","number":"h3117"},{"text":"a feast","number":"h4960"},{"text":"and he lifted up","number":"h5375"},{"text":"his servants","number":"h5650"},{"text":"unto all his servants","number":"h5650"},{"text":"that he made","number":"h6213"},{"text":"which was Pharaoh's","number":"h6547"},{"text":"the head","number":"h7218"},{"text":"And it came to pass the third","number":"h7992"},{"text":"butler","number":"h8248"},{"text":"and of the chief","number":"h8269"},{"text":"of the chief","number":"h8269"},{"text":"among","number":"h8432"}],"22":[{"text":"baker","number":"h644"},{"text":"as Joseph","number":"h3130"},{"text":"had interpreted","number":"h6622"},{"text":"the chief","number":"h8269"},{"text":"But he hanged","number":"h8518"}],"2":[{"text":"of the bakers","number":"h644"},{"text":"of his officers","number":"h5631"},{"text":"against","number":"h5921"},{"text":"And Pharaoh","number":"h6547"},{"text":"was wroth","number":"h7107"},{"text":"two","number":"h8147"},{"text":"of the butlers","number":"h8248"},{"text":"against the chief","number":"h8269"},{"text":"and against the chief","number":"h8269"}],"15":[{"text":"out of the land","number":"h776"},{"text":"me into the dungeon","number":"h953"},{"text":"For indeed I was stolen away","number":"h1589"},{"text":"nothing","number":"h3972"},{"text":"of the Hebrews","number":"h5680"},{"text":"and here also have I done","number":"h6213"},{"text":"that they should put","number":"h7760"}],"10":[{"text":"and the clusters","number":"h811"},{"text":"thereof brought forth ripe","number":"h1310"},{"text":"And in the vine","number":"h1612"},{"text":"and her blossoms","number":"h5322"},{"text":"shot forth","number":"h5927"},{"text":"grapes","number":"h6025"},{"text":"and it was as though it budded","number":"h6524"},{"text":"were three","number":"h7969"},{"text":"branches","number":"h8299"}],"6":[{"text":"came in","number":"h935"},{"text":"unto them in the morning","number":"h1242"},{"text":"upon them and behold they were sad","number":"h2196"},{"text":"And Joseph","number":"h3130"},{"text":"and looked","number":"h7200"}],"14":[{"text":"out of this house","number":"h1004"},{"text":"But think","number":"h2142"},{"text":"I pray thee unto me and make mention","number":"h2142"},{"text":"kindness","number":"h2617"},{"text":"on me when it shall be well","number":"h3190"},{"text":"and bring me","number":"h3318"},{"text":"with thee and shew","number":"h6213"},{"text":"of me unto Pharaoh","number":"h6547"}],"23":[{"text":"remember","number":"h2142"},{"text":"Joseph","number":"h3130"},{"text":"but forgat","number":"h7911"},{"text":"butler","number":"h8248"},{"text":"Yet did not the chief","number":"h8269"}],"4":[{"text":"of the guard","number":"h2876"},{"text":"them and they continued a season","number":"h3117"},{"text":"Joseph","number":"h3130"},{"text":"in ward","number":"h4929"},{"text":"charged","number":"h6485"},{"text":"And the captain","number":"h8269"},{"text":"with them and he served","number":"h8334"}],"13":[{"text":"into his hand","number":"h3027"},{"text":"days","number":"h3117"},{"text":"cup","number":"h3563"},{"text":"thee unto thy place","number":"h3653"},{"text":"manner","number":"h4941"},{"text":"lift up","number":"h5375"},{"text":"and thou shalt deliver","number":"h5414"},{"text":"Yet","number":"h5750"},{"text":"Pharaoh's","number":"h6547"},{"text":"shall Pharaoh","number":"h6547"},{"text":"thine head","number":"h7218"},{"text":"after the former","number":"h7223"},{"text":"and restore","number":"h7725"},{"text":"within three","number":"h7969"},{"text":"when thou wast his butler","number":"h8248"}],"11":[{"text":"was in my hand","number":"h3027"},{"text":"cup","number":"h3563"},{"text":"cup","number":"h3563"},{"text":"the cup","number":"h3563"},{"text":"hand","number":"h3709"},{"text":"and I took","number":"h3947"},{"text":"and I gave","number":"h5414"},{"text":"the grapes","number":"h6025"},{"text":"And Pharaoh's","number":"h6547"},{"text":"into Pharaoh's","number":"h6547"},{"text":"them into Pharaoh's","number":"h6547"},{"text":"and pressed","number":"h7818"}],"21":[{"text":"the cup","number":"h3563"},{"text":"hand","number":"h3709"},{"text":"unto his butlership","number":"h4945"},{"text":"and he gave","number":"h5414"},{"text":"into Pharaoh's","number":"h6547"},{"text":"And he restored","number":"h7725"},{"text":"again","number":"h7725"},{"text":"butler","number":"h8248"},{"text":"the chief","number":"h8269"}]}