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
+ {"12":[{"text":"of Abinoam","number":"h42"},{"text":"the son","number":"h1121"},{"text":"that Barak","number":"h1301"},{"text":"to mount","number":"h2022"},{"text":"And they shewed","number":"h5046"},{"text":"Sisera","number":"h5516"},{"text":"was gone up","number":"h5927"},{"text":"Tabor","number":"h8396"}],"6":[{"text":"of Abinoam","number":"h42"},{"text":"men","number":"h376"},{"text":"God","number":"h430"},{"text":"thousand","number":"h505"},{"text":"and said","number":"h559"},{"text":"and of the children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"Barak","number":"h1301"},{"text":"toward mount","number":"h2022"},{"text":"of Zebulun","number":"h2074"},{"text":"unto him Hath not the LORD","number":"h3068"},{"text":"saying Go","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"and take","number":"h3947"},{"text":"and draw","number":"h4900"},{"text":"of Naphtali","number":"h5321"},{"text":"with thee ten","number":"h6235"},{"text":"commanded","number":"h6680"},{"text":"out of Kedeshnaphtali","number":"h6943"},{"text":"and called","number":"h7121"},{"text":"And she sent","number":"h7971"},{"text":"Tabor","number":"h8396"}],"18":[{"text":"my lord","number":"h113"},{"text":"unto her into the tent","number":"h168"},{"text":"and said","number":"h559"},{"text":"And Jael","number":"h3278"},{"text":"went out","number":"h3318"},{"text":"to me fear","number":"h3372"},{"text":"she covered","number":"h3680"},{"text":"not And when he had turned in","number":"h5493"},{"text":"turn in","number":"h5493"},{"text":"unto him Turn in","number":"h5493"},{"text":"Sisera","number":"h5516"},{"text":"to meet","number":"h7125"},{"text":"him with a mantle","number":"h8063"}],"1":[{"text":"when Ehud","number":"h164"},{"text":"And the children","number":"h1121"},{"text":"of the LORD","number":"h3068"},{"text":"again","number":"h3254"},{"text":"of Israel","number":"h3478"},{"text":"was dead","number":"h4191"},{"text":"in the sight","number":"h5869"},{"text":"did","number":"h6213"},{"text":"evil","number":"h7451"}],"11":[{"text":"his tent","number":"h168"},{"text":"unto the plain","number":"h436"},{"text":"which was of the children","number":"h1121"},{"text":"of Hobab","number":"h2246"},{"text":"Now Heber","number":"h2268"},{"text":"the father in law","number":"h2859"},{"text":"of Moses","number":"h4872"},{"text":"and pitched","number":"h5186"},{"text":"had severed","number":"h6504"},{"text":"of Zaanaim","number":"h6815"},{"text":"which is by Kedesh","number":"h6943"},{"text":"himself from the Kenites","number":"h7017"},{"text":"the Kenite","number":"h7017"}],"20":[{"text":"of the tent","number":"h168"},{"text":"and it shall be when any man","number":"h376"},{"text":"any man","number":"h376"},{"text":"Again he said","number":"h559"},{"text":"of thee and say","number":"h559"},{"text":"that thou shalt say","number":"h559"},{"text":"doth come","number":"h935"},{"text":"Is there","number":"h3426"},{"text":"here","number":"h3426"},{"text":"unto her Stand in","number":"h5975"},{"text":"the door","number":"h6607"},{"text":"and enquire","number":"h7592"}],"21":[{"text":"of the tent","number":"h168"},{"text":"it into the ground","number":"h776"},{"text":"wife","number":"h802"},{"text":"and went","number":"h935"},{"text":"Heber's","number":"h2268"},{"text":"in her hand","number":"h3027"},{"text":"Then Jael","number":"h3278"},{"text":"a nail","number":"h3489"},{"text":"the nail","number":"h3489"},{"text":"softly","number":"h3814"},{"text":"took","number":"h3947"},{"text":"So he died","number":"h4191"},{"text":"an hammer","number":"h4718"},{"text":"and weary","number":"h5774"},{"text":"and fastened","number":"h6795"},{"text":"for he was fast asleep","number":"h7290"},{"text":"into his temples","number":"h7541"},{"text":"and took","number":"h7760"},{"text":"unto him and smote","number":"h8628"}],"17":[{"text":"to the tent","number":"h168"},{"text":"the wife","number":"h802"},{"text":"and the house","number":"h1004"},{"text":"of Heber","number":"h2268"},{"text":"of Heber","number":"h2268"},{"text":"of Hazor","number":"h2674"},{"text":"between Jabin","number":"h2985"},{"text":"of Jael","number":"h3278"},{"text":"the king","number":"h4428"},{"text":"fled away","number":"h5127"},{"text":"Howbeit Sisera","number":"h5516"},{"text":"the Kenite","number":"h7017"},{"text":"the Kenite","number":"h7017"},{"text":"on his feet","number":"h7272"},{"text":"for there was peace","number":"h7965"}],"16":[{"text":"and there was not a man","number":"h259"},{"text":"after","number":"h310"},{"text":"But Barak","number":"h1301"},{"text":"of the Gentiles","number":"h1471"},{"text":"of the sword","number":"h2719"},{"text":"unto Harosheth","number":"h2800"},{"text":"and after the host","number":"h4264"},{"text":"and all the host","number":"h4264"},{"text":"fell","number":"h5307"},{"text":"of Sisera","number":"h5516"},{"text":"upon the edge","number":"h6310"},{"text":"pursued","number":"h7291"},{"text":"the chariots","number":"h7393"},{"text":"left","number":"h7604"}],"14":[{"text":"after","number":"h310"},{"text":"men","number":"h376"},{"text":"thousand","number":"h505"},{"text":"said","number":"h559"},{"text":"thee So Barak","number":"h1301"},{"text":"unto Barak","number":"h1301"},{"text":"And Deborah","number":"h1683"},{"text":"from mount","number":"h2022"},{"text":"into thine hand","number":"h3027"},{"text":"in which the LORD","number":"h3068"},{"text":"is not the LORD","number":"h3068"},{"text":"for this is the day","number":"h3117"},{"text":"gone out","number":"h3318"},{"text":"went down","number":"h3381"},{"text":"hath delivered","number":"h5414"},{"text":"Sisera","number":"h5516"},{"text":"and ten","number":"h6235"},{"text":"before","number":"h6440"},{"text":"Up","number":"h6965"},{"text":"Tabor","number":"h8396"}],"10":[{"text":"men","number":"h376"},{"text":"thousand","number":"h505"},{"text":"And Barak","number":"h1301"},{"text":"and Deborah","number":"h1683"},{"text":"Zebulun","number":"h2074"},{"text":"called","number":"h2199"},{"text":"and Naphtali","number":"h5321"},{"text":"and he went up","number":"h5927"},{"text":"went up","number":"h5927"},{"text":"with ten","number":"h6235"},{"text":"to Kedesh","number":"h6943"},{"text":"at his feet","number":"h7272"}],"22":[{"text":"thee the man","number":"h376"},{"text":"him and said","number":"h559"},{"text":"And when he came","number":"h935"},{"text":"whom thou seekest","number":"h1245"},{"text":"And behold as Barak","number":"h1301"},{"text":"unto him Come","number":"h3212"},{"text":"Jael","number":"h3278"},{"text":"came out","number":"h3318"},{"text":"and the nail","number":"h3489"},{"text":"dead","number":"h4191"},{"text":"lay","number":"h5307"},{"text":"Sisera","number":"h5516"},{"text":"into her tent behold Sisera","number":"h5516"},{"text":"to meet","number":"h7125"},{"text":"and I will shew","number":"h7200"},{"text":"pursued","number":"h7291"},{"text":"was in his temples","number":"h7541"}],"23":[{"text":"So God","number":"h430"},{"text":"the children","number":"h1121"},{"text":"Jabin","number":"h2985"},{"text":"on that day","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"subdued","number":"h3665"},{"text":"of Canaan","number":"h3667"},{"text":"the king","number":"h4428"},{"text":"before","number":"h6440"}],"19":[{"text":"And he said","number":"h559"},{"text":"of milk","number":"h2461"},{"text":"and covered","number":"h3680"},{"text":"water","number":"h4325"},{"text":"unto her Give me I pray thee a little","number":"h4592"},{"text":"a bottle","number":"h4997"},{"text":"And she opened","number":"h6605"},{"text":"for I am thirsty","number":"h6770"},{"text":"and gave him drink","number":"h8248"},{"text":"to drink","number":"h8248"}],"9":[{"text":"And she said","number":"h559"},{"text":"with thee notwithstanding","number":"h657"},{"text":"of a woman","number":"h802"},{"text":"with Barak","number":"h1301"},{"text":"And Deborah","number":"h1683"},{"text":"the journey","number":"h1870"},{"text":"I will surely","number":"h1980"},{"text":"that thou takest","number":"h1980"},{"text":"into the hand","number":"h3027"},{"text":"for the LORD","number":"h3068"},{"text":"and went","number":"h3212"},{"text":"go","number":"h3212"},{"text":"shall sell","number":"h4376"},{"text":"Sisera","number":"h5516"},{"text":"to Kedesh","number":"h6943"},{"text":"arose","number":"h6965"},{"text":"shall not be for thine honour","number":"h8597"}],"8":[{"text":"said","number":"h559"},{"text":"And Barak","number":"h1301"},{"text":"with me then I will go","number":"h1980"},{"text":"but if thou wilt not go","number":"h3212"},{"text":"unto her If thou wilt go","number":"h3212"},{"text":"with me then I will not go","number":"h3212"}],"5":[{"text":"Ephraim","number":"h669"},{"text":"and Bethel","number":"h1008"},{"text":"and the children","number":"h1121"},{"text":"of Deborah","number":"h1683"},{"text":"in mount","number":"h2022"},{"text":"And she dwelt","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"to her for judgment","number":"h4941"},{"text":"came up","number":"h5927"},{"text":"between Ramah","number":"h7414"},{"text":"under the palm tree","number":"h8560"}],"4":[{"text":"the wife","number":"h802"},{"text":"And Deborah","number":"h1683"},{"text":"Israel","number":"h3478"},{"text":"of Lapidoth","number":"h3941"},{"text":"a prophetess","number":"h5031"},{"text":"at that time","number":"h6256"},{"text":"she judged","number":"h8199"}],"3":[{"text":"And the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of iron","number":"h1270"},{"text":"he mightily","number":"h2394"},{"text":"unto the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"oppressed","number":"h3905"},{"text":"hundred","number":"h3967"},{"text":"and twenty","number":"h6242"},{"text":"cried","number":"h6817"},{"text":"chariots","number":"h7393"},{"text":"years","number":"h8141"},{"text":"for he had nine","number":"h8672"}],"24":[{"text":"of the children","number":"h1121"},{"text":"Jabin","number":"h2985"},{"text":"against Jabin","number":"h2985"},{"text":"And the hand","number":"h3027"},{"text":"prospered","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"of Canaan","number":"h3667"},{"text":"of Canaan","number":"h3667"},{"text":"until they had destroyed","number":"h3772"},{"text":"king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"and prevailed","number":"h7186"}],"13":[{"text":"of iron","number":"h1270"},{"text":"of the Gentiles","number":"h1471"},{"text":"gathered together","number":"h2199"},{"text":"that were with him from Harosheth","number":"h2800"},{"text":"hundred","number":"h3967"},{"text":"unto the river","number":"h5158"},{"text":"And Sisera","number":"h5516"},{"text":"and all the people","number":"h5971"},{"text":"of Kishon","number":"h7028"},{"text":"all his chariots","number":"h7393"},{"text":"chariots","number":"h7393"},{"text":"even nine","number":"h8672"}],"15":[{"text":"Barak","number":"h1301"},{"text":"discomfited","number":"h2000"},{"text":"of the sword","number":"h2719"},{"text":"And the LORD","number":"h3068"},{"text":"lighted down","number":"h3381"},{"text":"and all his host","number":"h4264"},{"text":"off his chariot","number":"h4818"},{"text":"and fled away","number":"h5127"},{"text":"Sisera","number":"h5516"},{"text":"so that Sisera","number":"h5516"},{"text":"with the edge","number":"h6310"},{"text":"before","number":"h6440"},{"text":"on his feet","number":"h7272"},{"text":"and all his chariots","number":"h7393"}],"2":[{"text":"of the Gentiles","number":"h1471"},{"text":"in Hazor","number":"h2674"},{"text":"in Harosheth","number":"h2800"},{"text":"of Jabin","number":"h2985"},{"text":"them into the hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"which dwelt","number":"h3427"},{"text":"of Canaan","number":"h3667"},{"text":"sold","number":"h4376"},{"text":"that reigned","number":"h4427"},{"text":"king","number":"h4428"},{"text":"was Sisera","number":"h5516"},{"text":"of whose host","number":"h6635"},{"text":"the captain","number":"h8269"}],"7":[{"text":"and his multitude","number":"h1995"},{"text":"of Jabin's","number":"h2985"},{"text":"him into thine hand","number":"h3027"},{"text":"And I will draw","number":"h4900"},{"text":"unto thee to the river","number":"h5158"},{"text":"and I will deliver","number":"h5414"},{"text":"Sisera","number":"h5516"},{"text":"army","number":"h6635"},{"text":"Kishon","number":"h7028"},{"text":"with his chariots","number":"h7393"},{"text":"the captain","number":"h8269"}]}
@@ -0,0 +1 @@
1
+ {"31":[{"text":"perish","number":"h6"},{"text":"but let them that love","number":"h157"},{"text":"So let all thine enemies","number":"h341"},{"text":"forty","number":"h705"},{"text":"And the land","number":"h776"},{"text":"in his might","number":"h1369"},{"text":"O LORD","number":"h3068"},{"text":"when he goeth forth","number":"h3318"},{"text":"him be as the sun","number":"h8121"},{"text":"years","number":"h8141"},{"text":"had rest","number":"h8252"}],"1":[{"text":"of Abinoam","number":"h42"},{"text":"saying","number":"h559"},{"text":"the son","number":"h1121"},{"text":"and Barak","number":"h1301"},{"text":"Deborah","number":"h1683"},{"text":"on that day","number":"h3117"},{"text":"Then sang","number":"h7891"}],"12":[{"text":"of Abinoam","number":"h42"},{"text":"thou son","number":"h1121"},{"text":"Barak","number":"h1301"},{"text":"Deborah","number":"h1683"},{"text":"utter","number":"h1696"},{"text":"Awake","number":"h5782"},{"text":"awake","number":"h5782"},{"text":"awake","number":"h5782"},{"text":"awake","number":"h5782"},{"text":"arise","number":"h6965"},{"text":"captive","number":"h7617"},{"text":"and lead thy captivity","number":"h7628"},{"text":"a song","number":"h7892"}],"22":[{"text":"of their mighty ones","number":"h47"},{"text":"by the means of the pransings","number":"h1726"},{"text":"the pransings","number":"h1726"},{"text":"broken","number":"h1986"},{"text":"Then were the horsehoofs","number":"h6119"}],"25":[{"text":"in a lordly","number":"h117"},{"text":"him milk","number":"h2461"},{"text":"butter","number":"h2529"},{"text":"water","number":"h4325"},{"text":"and she gave","number":"h5414"},{"text":"dish","number":"h5602"},{"text":"she brought forth","number":"h7126"},{"text":"He asked","number":"h7592"}],"13":[{"text":"over the nobles","number":"h117"},{"text":"over the mighty","number":"h1368"},{"text":"the LORD","number":"h3068"},{"text":"among the people","number":"h5971"},{"text":"have dominion","number":"h7287"},{"text":"made me have dominion","number":"h7287"},{"text":"Then he made him that remaineth","number":"h8300"}],"4":[{"text":"of Edom","number":"h123"},{"text":"the earth","number":"h776"},{"text":"LORD","number":"h3068"},{"text":"when thou wentest out","number":"h3318"},{"text":"water","number":"h4325"},{"text":"also dropped","number":"h5197"},{"text":"dropped","number":"h5197"},{"text":"the clouds","number":"h5645"},{"text":"when thou marchedst out","number":"h6805"},{"text":"trembled","number":"h7493"},{"text":"of the field","number":"h7704"},{"text":"and the heavens","number":"h8064"},{"text":"of Seir","number":"h8165"}],"24":[{"text":"in the tent","number":"h168"},{"text":"above women","number":"h802"},{"text":"shall she be above women","number":"h802"},{"text":"the wife","number":"h802"},{"text":"Blessed","number":"h1288"},{"text":"be blessed","number":"h1288"},{"text":"of Heber","number":"h2268"},{"text":"shall Jael","number":"h3278"},{"text":"the Kenite","number":"h7017"}],"3":[{"text":"give ear","number":"h238"},{"text":"God","number":"h430"},{"text":"I will sing","number":"h2167"},{"text":"praise to the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"O ye kings","number":"h4428"},{"text":"O ye princes","number":"h7336"},{"text":"I even I will sing","number":"h7891"},{"text":"Hear","number":"h8085"}],"28":[{"text":"why tarry","number":"h309"},{"text":"The mother","number":"h517"},{"text":"through the lattice","number":"h822"},{"text":"in coming","number":"h935"},{"text":"so long","number":"h954"},{"text":"out at a window","number":"h2474"},{"text":"and cried","number":"h2980"},{"text":"of his chariots","number":"h4818"},{"text":"of Sisera","number":"h5516"},{"text":"the wheels","number":"h6471"},{"text":"Why is his chariot","number":"h7393"},{"text":"looked","number":"h8259"}],"14":[{"text":"after","number":"h310"},{"text":"Out of Ephraim","number":"h669"},{"text":"thee Benjamin","number":"h1144"},{"text":"and out of Zebulun","number":"h2074"},{"text":"governors","number":"h2710"},{"text":"came down","number":"h3381"},{"text":"out of Machir","number":"h4353"},{"text":"they that handle","number":"h4900"},{"text":"of the writer","number":"h5608"},{"text":"among thy people","number":"h5971"},{"text":"of them against Amalek","number":"h6002"},{"text":"the pen","number":"h7626"},{"text":"was there a root","number":"h8328"}],"5":[{"text":"God","number":"h430"},{"text":"The mountains","number":"h2022"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"melted","number":"h5140"},{"text":"even that Sinai","number":"h5514"},{"text":"from before","number":"h6440"},{"text":"from before","number":"h6440"}],"8":[{"text":"gods","number":"h430"},{"text":"thousand","number":"h505"},{"text":"among forty","number":"h705"},{"text":"They chose","number":"h977"},{"text":"new","number":"h2319"},{"text":"in Israel","number":"h3478"},{"text":"then was war","number":"h3901"},{"text":"was there a shield","number":"h4043"},{"text":"seen","number":"h7200"},{"text":"or spear","number":"h7420"},{"text":"in the gates","number":"h8179"}],"7":[{"text":"a mother","number":"h517"},{"text":"until that I Deborah","number":"h1683"},{"text":"ceased","number":"h2308"},{"text":"they ceased","number":"h2308"},{"text":"in Israel","number":"h3478"},{"text":"in Israel","number":"h3478"},{"text":"The inhabitants of the villages","number":"h6520"},{"text":"arose","number":"h6965"},{"text":"that I arose","number":"h6965"}],"23":[{"text":"said","number":"h559"},{"text":"Curse","number":"h779"},{"text":"curse","number":"h779"},{"text":"ye bitterly","number":"h779"},{"text":"thereof because they came","number":"h935"},{"text":"against the mighty","number":"h1368"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"the inhabitants","number":"h3427"},{"text":"the angel","number":"h4397"},{"text":"ye Meroz","number":"h4789"},{"text":"not to the help","number":"h5833"},{"text":"to the help","number":"h5833"}],"29":[{"text":"answer","number":"h561"},{"text":"Her wise","number":"h2450"},{"text":"answered","number":"h6030"},{"text":"her yea she returned","number":"h7725"},{"text":"ladies","number":"h8282"}],"17":[{"text":"in ships","number":"h591"},{"text":"Asher","number":"h836"},{"text":"remain","number":"h1481"},{"text":"Gilead","number":"h1568"},{"text":"and why did Dan","number":"h1835"},{"text":"shore","number":"h2348"},{"text":"on the sea","number":"h3220"},{"text":"Jordan","number":"h3383"},{"text":"continued","number":"h3427"},{"text":"in his breaches","number":"h4664"},{"text":"beyond","number":"h5676"},{"text":"abode","number":"h7931"},{"text":"and abode","number":"h7931"}],"6":[{"text":"the highways","number":"h734"},{"text":"the son","number":"h1121"},{"text":"and the travellers","number":"h1980"},{"text":"were unoccupied","number":"h2308"},{"text":"In the days","number":"h3117"},{"text":"in the days","number":"h3117"},{"text":"walked","number":"h3212"},{"text":"of Jael","number":"h3278"},{"text":"of Anath","number":"h6067"},{"text":"through byways","number":"h6128"},{"text":"of Shamgar","number":"h8044"}],"27":[{"text":"where","number":"h834"},{"text":"he bowed","number":"h3766"},{"text":"he bowed","number":"h3766"},{"text":"he bowed","number":"h3766"},{"text":"he fell","number":"h5307"},{"text":"he fell","number":"h5307"},{"text":"there he fell down","number":"h5307"},{"text":"At her feet","number":"h7272"},{"text":"at her feet","number":"h7272"},{"text":"dead","number":"h7703"},{"text":"he lay down","number":"h7901"}],"10":[{"text":"asses","number":"h860"},{"text":"by the way","number":"h1870"},{"text":"and walk","number":"h1980"},{"text":"ye that sit","number":"h3427"},{"text":"in judgment","number":"h4055"},{"text":"on white","number":"h6715"},{"text":"ye that ride","number":"h7392"},{"text":"Speak","number":"h7878"}],"19":[{"text":"came","number":"h935"},{"text":"no gain","number":"h1215"},{"text":"of Canaan","number":"h3667"},{"text":"of money","number":"h3701"},{"text":"and fought","number":"h3898"},{"text":"then fought","number":"h3898"},{"text":"they took","number":"h3947"},{"text":"of Megiddo","number":"h4023"},{"text":"by the waters","number":"h4325"},{"text":"The kings","number":"h4428"},{"text":"the kings","number":"h4428"},{"text":"in Taanach","number":"h8590"}],"16":[{"text":"thou among","number":"h996"},{"text":"there were great","number":"h1419"},{"text":"searchings","number":"h2714"},{"text":"Why abodest","number":"h3427"},{"text":"of heart","number":"h3820"},{"text":"the sheepfolds","number":"h4942"},{"text":"of the flocks","number":"h5739"},{"text":"For the divisions","number":"h6390"},{"text":"of Reuben","number":"h7205"},{"text":"to hear","number":"h8085"},{"text":"the bleatings","number":"h8292"}],"9":[{"text":"Bless","number":"h1288"},{"text":"is toward the governors","number":"h2710"},{"text":"ye the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"My heart","number":"h3820"},{"text":"that offered themselves willingly","number":"h5068"},{"text":"among the people","number":"h5971"}],"2":[{"text":"Praise","number":"h1288"},{"text":"ye the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"willingly offered","number":"h5068"},{"text":"when the people","number":"h5971"},{"text":"for the avenging","number":"h6544"}],"15":[{"text":"and also Barak","number":"h1301"},{"text":"there were great","number":"h1419"},{"text":"were with Deborah","number":"h1683"},{"text":"thoughts","number":"h2711"},{"text":"even Issachar","number":"h3485"},{"text":"of Issachar","number":"h3485"},{"text":"of heart","number":"h3820"},{"text":"into the valley","number":"h6010"},{"text":"For the divisions","number":"h6390"},{"text":"of Reuben","number":"h7205"},{"text":"on foot","number":"h7272"},{"text":"he was sent","number":"h7971"},{"text":"And the princes","number":"h8269"}],"30":[{"text":"man","number":"h1397"},{"text":"have they not divided","number":"h2505"},{"text":"Have they not sped","number":"h4672"},{"text":"to Sisera","number":"h5516"},{"text":"of divers colours","number":"h6648"},{"text":"of divers colours","number":"h6648"},{"text":"of divers colours","number":"h6648"},{"text":"meet for the necks","number":"h6677"},{"text":"to every","number":"h7218"},{"text":"a damsel","number":"h7356"},{"text":"or two","number":"h7361"},{"text":"of needlework","number":"h7553"},{"text":"of needlework on both sides","number":"h7553"},{"text":"a prey","number":"h7998"},{"text":"a prey","number":"h7998"},{"text":"of them that take the spoil","number":"h7998"},{"text":"the prey","number":"h7998"}],"21":[{"text":"swept them away","number":"h1640"},{"text":"thou hast trodden down","number":"h1869"},{"text":"The river","number":"h5158"},{"text":"river","number":"h5158"},{"text":"the river","number":"h5158"},{"text":"O my soul","number":"h5315"},{"text":"strength","number":"h5797"},{"text":"that ancient","number":"h6917"},{"text":"Kishon","number":"h7028"},{"text":"of Kishon","number":"h7028"}],"26":[{"text":"and with the hammer she smote","number":"h1986"},{"text":"hammer","number":"h1989"},{"text":"and stricken through","number":"h2498"},{"text":"her hand","number":"h3027"},{"text":"and her right hand","number":"h3225"},{"text":"to the nail","number":"h3489"},{"text":"when she had pierced","number":"h4272"},{"text":"she smote off","number":"h4277"},{"text":"Sisera","number":"h5516"},{"text":"to the workmen's","number":"h6001"},{"text":"his head","number":"h7218"},{"text":"his temples","number":"h7541"},{"text":"She put","number":"h7971"}],"18":[{"text":"Zebulun","number":"h2074"},{"text":"that jeoparded","number":"h2778"},{"text":"unto the death","number":"h4191"},{"text":"in the high places","number":"h4791"},{"text":"their lives","number":"h5315"},{"text":"and Naphtali","number":"h5321"},{"text":"were a people","number":"h5971"},{"text":"of the field","number":"h7704"}],"11":[{"text":"of archers","number":"h2686"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"go down","number":"h3381"},{"text":"in Israel","number":"h3478"},{"text":"in the places of drawing water","number":"h4857"},{"text":"then shall the people","number":"h5971"},{"text":"toward the inhabitants of his villages","number":"h6520"},{"text":"even the righteous acts","number":"h6666"},{"text":"the righteous acts","number":"h6666"},{"text":"They that are delivered from the noise","number":"h6963"},{"text":"to the gates","number":"h8179"},{"text":"there shall they rehearse","number":"h8567"}],"20":[{"text":"the stars","number":"h3556"},{"text":"They fought","number":"h3898"},{"text":"fought","number":"h3898"},{"text":"in their courses","number":"h4546"},{"text":"against Sisera","number":"h5516"},{"text":"from heaven","number":"h8064"}]}
@@ -0,0 +1 @@
1
+ {"27":[{"text":"his father's","number":"h1"},{"text":"and the men","number":"h582"},{"text":"men","number":"h582"},{"text":"household","number":"h1004"},{"text":"Then Gideon","number":"h1439"},{"text":"had said","number":"h1696"},{"text":"as the LORD","number":"h3068"},{"text":"it by day","number":"h3119"},{"text":"unto him and so it was because he feared","number":"h3372"},{"text":"it by night","number":"h3915"},{"text":"took","number":"h3947"},{"text":"of his servants","number":"h5650"},{"text":"of the city","number":"h5892"},{"text":"and did","number":"h6213"},{"text":"that he could not do","number":"h6213"},{"text":"that he did","number":"h6213"},{"text":"ten","number":"h6235"}],"15":[{"text":"in my father's","number":"h1"},{"text":"my Lord","number":"h136"},{"text":"behold my family","number":"h504"},{"text":"And he said","number":"h559"},{"text":"unto him Oh","number":"h994"},{"text":"house","number":"h1004"},{"text":"is poor","number":"h1800"},{"text":"shall I save","number":"h3467"},{"text":"Israel","number":"h3478"},{"text":"wherewith","number":"h4100"},{"text":"in Manasseh","number":"h4519"},{"text":"and I am the least","number":"h6810"}],"25":[{"text":"that thy father","number":"h1"},{"text":"thy father's","number":"h1"},{"text":"said","number":"h559"},{"text":"the grove","number":"h842"},{"text":"of Baal","number":"h1168"},{"text":"and throw down","number":"h2040"},{"text":"that the LORD","number":"h3068"},{"text":"hath and cut down","number":"h3772"},{"text":"And it came to pass the same night","number":"h3915"},{"text":"unto him Take","number":"h3947"},{"text":"the altar","number":"h4196"},{"text":"bullock","number":"h6499"},{"text":"young","number":"h6499"},{"text":"of seven","number":"h7651"},{"text":"bullock","number":"h7794"},{"text":"years old","number":"h8141"},{"text":"even the second","number":"h8145"}],"13":[{"text":"which our fathers","number":"h1"},{"text":"my Lord","number":"h113"},{"text":"said","number":"h559"},{"text":"us of saying","number":"h559"},{"text":"unto him Oh","number":"h994"},{"text":"And Gideon","number":"h1439"},{"text":"Did not the LORD","number":"h3068"},{"text":"but now the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"if","number":"h3426"},{"text":"us into the hands","number":"h3709"},{"text":"of the Midianites","number":"h4080"},{"text":"be with us why then is all this befallen","number":"h4672"},{"text":"from Egypt","number":"h4714"},{"text":"hath forsaken","number":"h5203"},{"text":"us and delivered","number":"h5414"},{"text":"told","number":"h5608"},{"text":"bring us up","number":"h5927"},{"text":"us and where be all his miracles","number":"h6381"}],"24":[{"text":"of the Abiezrites","number":"h33"},{"text":"built","number":"h1129"},{"text":"Then Gideon","number":"h1439"},{"text":"there unto the LORD","number":"h3068"},{"text":"it Jehovahshalom","number":"h3073"},{"text":"unto this day","number":"h3117"},{"text":"an altar","number":"h4196"},{"text":"it is yet in Ophrah","number":"h6084"},{"text":"and called","number":"h7121"}],"11":[{"text":"the Abiezrite","number":"h33"},{"text":"under an oak","number":"h424"},{"text":"And there came","number":"h935"},{"text":"and his son","number":"h1121"},{"text":"Gideon","number":"h1439"},{"text":"by the winepress","number":"h1660"},{"text":"threshed","number":"h2251"},{"text":"wheat","number":"h2406"},{"text":"of the LORD","number":"h3068"},{"text":"that pertained unto Joash","number":"h3101"},{"text":"and sat","number":"h3427"},{"text":"the Midianites","number":"h4080"},{"text":"an angel","number":"h4397"},{"text":"to hide","number":"h5127"},{"text":"which was in Ophrah","number":"h6084"},{"text":"it from","number":"h6440"}],"34":[{"text":"and Abiezer","number":"h44"},{"text":"after","number":"h310"},{"text":"upon Gideon","number":"h1439"},{"text":"was gathered","number":"h2199"},{"text":"of the LORD","number":"h3068"},{"text":"came","number":"h3847"},{"text":"But the Spirit","number":"h7307"},{"text":"a trumpet","number":"h7782"},{"text":"and he blew","number":"h8628"}],"22":[{"text":"O Lord","number":"h136"},{"text":"Alas","number":"h162"},{"text":"said","number":"h559"},{"text":"And when Gideon","number":"h1439"},{"text":"Gideon","number":"h1439"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"for because","number":"h3651"},{"text":"an angel","number":"h4397"},{"text":"that he was an angel","number":"h4397"},{"text":"face","number":"h6440"},{"text":"to face","number":"h6440"},{"text":"I have seen","number":"h7200"},{"text":"perceived","number":"h7200"}],"5":[{"text":"and their tents","number":"h168"},{"text":"grasshoppers","number":"h697"},{"text":"into the land","number":"h776"},{"text":"and they came","number":"h935"},{"text":"and they entered","number":"h935"},{"text":"for both they and their camels","number":"h1581"},{"text":"as","number":"h1767"},{"text":"were without number","number":"h4557"},{"text":"with their cattle","number":"h4735"},{"text":"For they came up","number":"h5927"},{"text":"for multitude","number":"h7230"},{"text":"to destroy","number":"h7843"}],"7":[{"text":"because","number":"h182"},{"text":"And it came to pass when the children","number":"h1121"},{"text":"cried","number":"h2199"},{"text":"unto the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of the Midianites","number":"h4080"}],"17":[{"text":"me a sign","number":"h226"},{"text":"And he said","number":"h559"},{"text":"that thou talkest","number":"h1696"},{"text":"grace","number":"h2580"},{"text":"unto him If now I have found","number":"h4672"},{"text":"in thy sight","number":"h5869"},{"text":"then shew","number":"h6213"}],"16":[{"text":"as one","number":"h259"},{"text":"man","number":"h376"},{"text":"said","number":"h559"},{"text":"And the LORD","number":"h3068"},{"text":"the Midianites","number":"h4080"},{"text":"unto him Surely I will be with thee and thou shalt smite","number":"h5221"}],"35":[{"text":"after","number":"h310"},{"text":"unto Asher","number":"h836"},{"text":"and unto Zebulun","number":"h2074"},{"text":"who also was gathered","number":"h2199"},{"text":"messengers","number":"h4397"},{"text":"messengers","number":"h4397"},{"text":"throughout all Manasseh","number":"h4519"},{"text":"and unto Naphtali","number":"h5321"},{"text":"and they came up","number":"h5927"},{"text":"to meet","number":"h7125"},{"text":"And he sent","number":"h7971"},{"text":"him and he sent","number":"h7971"}],"19":[{"text":"of an ephah","number":"h374"},{"text":"unto him under the oak","number":"h424"},{"text":"went in","number":"h935"},{"text":"the flesh","number":"h1320"},{"text":"And Gideon","number":"h1439"},{"text":"and brought it out","number":"h3318"},{"text":"and unleavened cakes","number":"h4682"},{"text":"the broth","number":"h4839"},{"text":"and presented","number":"h5066"},{"text":"in a basket","number":"h5536"},{"text":"a kid","number":"h5795"},{"text":"and made ready","number":"h6213"},{"text":"in a pot","number":"h6517"},{"text":"of flour","number":"h7058"},{"text":"and he put","number":"h7760"},{"text":"he put","number":"h7760"}],"8":[{"text":"a prophet","number":"h376"},{"text":"God","number":"h430"},{"text":"unto them Thus saith","number":"h559"},{"text":"which said","number":"h559"},{"text":"out of the house","number":"h1004"},{"text":"unto the children","number":"h1121"},{"text":"That the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and brought you forth","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"from Egypt","number":"h4714"},{"text":"of bondage","number":"h5650"},{"text":"I brought you up","number":"h5927"},{"text":"sent","number":"h7971"}],"29":[{"text":"one","number":"h376"},{"text":"And they said","number":"h559"},{"text":"they said","number":"h559"},{"text":"the son","number":"h1121"},{"text":"and asked","number":"h1245"},{"text":"Gideon","number":"h1439"},{"text":"this thing","number":"h1697"},{"text":"this thing","number":"h1697"},{"text":"And when they enquired","number":"h1875"},{"text":"of Joash","number":"h3101"},{"text":"Who hath done","number":"h6213"},{"text":"hath done","number":"h6213"},{"text":"to another","number":"h7453"}],"21":[{"text":"and consumed","number":"h398"},{"text":"fire","number":"h784"},{"text":"the flesh","number":"h1320"},{"text":"the flesh","number":"h1320"},{"text":"departed","number":"h1980"},{"text":"that was in his hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"Then the angel","number":"h4397"},{"text":"Then the angel","number":"h4397"},{"text":"and the unleavened cakes","number":"h4682"},{"text":"and the unleavened cakes","number":"h4682"},{"text":"of the staff","number":"h4938"},{"text":"and touched","number":"h5060"},{"text":"out of his sight","number":"h5869"},{"text":"and there rose up","number":"h5927"},{"text":"out of the rock","number":"h6697"},{"text":"the end","number":"h7097"},{"text":"put forth","number":"h7971"}],"40":[{"text":"And God","number":"h430"},{"text":"on all the ground","number":"h776"},{"text":"upon the fleece","number":"h1492"},{"text":"for it was dry","number":"h2721"},{"text":"only and there was dew","number":"h2919"},{"text":"so that night","number":"h3915"},{"text":"did","number":"h6213"}],"31":[{"text":"if he be a god","number":"h430"},{"text":"said","number":"h559"},{"text":"for Baal","number":"h1168"},{"text":"whilst it is yet morning","number":"h1242"},{"text":"And Joash","number":"h3101"},{"text":"will ye save","number":"h3467"},{"text":"for him let him be put to death","number":"h4191"},{"text":"his altar","number":"h4196"},{"text":"for himself because one hath cast down","number":"h5422"},{"text":"unto all that stood","number":"h5975"},{"text":"against him Will ye plead","number":"h7378"},{"text":"him he that will plead","number":"h7378"},{"text":"let him plead","number":"h7378"}],"10":[{"text":"not the gods","number":"h430"},{"text":"your God","number":"h430"},{"text":"And I said","number":"h559"},{"text":"of the Amorites","number":"h567"},{"text":"in whose land","number":"h776"},{"text":"unto you I am the LORD","number":"h3068"},{"text":"fear","number":"h3372"},{"text":"ye dwell","number":"h3427"},{"text":"my voice","number":"h6963"},{"text":"but ye have not obeyed","number":"h8085"}],"20":[{"text":"of God","number":"h430"},{"text":"said","number":"h559"},{"text":"the flesh","number":"h1320"},{"text":"them upon this","number":"h1975"},{"text":"and lay","number":"h3240"},{"text":"unto him Take","number":"h3947"},{"text":"And the angel","number":"h4397"},{"text":"and the unleavened cakes","number":"h4682"},{"text":"the broth","number":"h4839"},{"text":"rock","number":"h5553"},{"text":"And he did","number":"h6213"},{"text":"and pour out","number":"h8210"}],"26":[{"text":"thy God","number":"h430"},{"text":"of the grove","number":"h842"},{"text":"And build","number":"h1129"},{"text":"unto the LORD","number":"h3068"},{"text":"which thou shalt cut down","number":"h3772"},{"text":"and take","number":"h3947"},{"text":"an altar","number":"h4196"},{"text":"of this rock","number":"h4581"},{"text":"in the ordered place","number":"h4634"},{"text":"and offer","number":"h5927"},{"text":"a burnt sacrifice","number":"h5930"},{"text":"with the wood","number":"h6086"},{"text":"bullock","number":"h6499"},{"text":"upon the top","number":"h7218"},{"text":"the second","number":"h8145"}],"36":[{"text":"unto God","number":"h430"},{"text":"said","number":"h559"},{"text":"And Gideon","number":"h1439"},{"text":"as thou hast said","number":"h1696"},{"text":"by mine hand","number":"h3027"},{"text":"If thou wilt","number":"h3426"},{"text":"save","number":"h3467"},{"text":"Israel","number":"h3478"}],"39":[{"text":"unto God","number":"h430"},{"text":"said","number":"h559"},{"text":"Let not thine anger","number":"h639"},{"text":"and upon all the ground","number":"h776"},{"text":"And Gideon","number":"h1439"},{"text":"only upon the fleece","number":"h1492"},{"text":"with the fleece","number":"h1492"},{"text":"against me and I will speak","number":"h1696"},{"text":"let it now be dry","number":"h2721"},{"text":"be hot","number":"h2734"},{"text":"let there be dew","number":"h2919"},{"text":"let me prove","number":"h5254"},{"text":"I pray thee but this once","number":"h6471"},{"text":"but this once","number":"h6471"}],"23":[{"text":"said","number":"h559"},{"text":"And the LORD","number":"h3068"},{"text":"be unto thee fear","number":"h3372"},{"text":"not thou shalt not die","number":"h4191"},{"text":"unto him Peace","number":"h7965"}],"30":[{"text":"said","number":"h559"},{"text":"Then the men","number":"h582"},{"text":"the grove","number":"h842"},{"text":"thy son","number":"h1121"},{"text":"of Baal","number":"h1168"},{"text":"unto Joash","number":"h3101"},{"text":"Bring out","number":"h3318"},{"text":"and because he hath cut down","number":"h3772"},{"text":"that he may die","number":"h4191"},{"text":"the altar","number":"h4196"},{"text":"because he hath cast down","number":"h5422"},{"text":"of the city","number":"h5892"}],"32":[{"text":"saying","number":"h559"},{"text":"Let Baal","number":"h1168"},{"text":"Therefore on that day","number":"h3117"},{"text":"him Jerubbaal","number":"h3378"},{"text":"his altar","number":"h4196"},{"text":"against him because he hath thrown down","number":"h5422"},{"text":"he called","number":"h7121"},{"text":"plead","number":"h7378"}],"18":[{"text":"thee And he said","number":"h559"},{"text":"not hence I pray thee until I come","number":"h935"},{"text":"and set","number":"h3240"},{"text":"unto thee and bring forth","number":"h3318"},{"text":"I will tarry","number":"h3427"},{"text":"Depart","number":"h4185"},{"text":"my present","number":"h4503"},{"text":"it before","number":"h6440"},{"text":"until thou come again","number":"h7725"}],"12":[{"text":"unto him and said","number":"h559"},{"text":"is with thee thou mighty","number":"h1368"},{"text":"man of valour","number":"h2428"},{"text":"of the LORD","number":"h3068"},{"text":"unto him The LORD","number":"h3068"},{"text":"And the angel","number":"h4397"},{"text":"appeared","number":"h7200"}],"14":[{"text":"upon him and said","number":"h559"},{"text":"And the LORD","number":"h3068"},{"text":"Go","number":"h3212"},{"text":"and thou shalt save","number":"h3467"},{"text":"Israel","number":"h3478"},{"text":"in this thy might","number":"h3581"},{"text":"from the hand","number":"h3709"},{"text":"of the Midianites","number":"h4080"},{"text":"looked","number":"h6437"},{"text":"have not I sent","number":"h7971"}],"28":[{"text":"And when the men","number":"h582"},{"text":"and the grove","number":"h842"},{"text":"that was built","number":"h1129"},{"text":"of Baal","number":"h1168"},{"text":"in the morning","number":"h1242"},{"text":"was cut down","number":"h3772"},{"text":"behold the altar","number":"h4196"},{"text":"upon the altar","number":"h4196"},{"text":"was cast down","number":"h5422"},{"text":"of the city","number":"h5892"},{"text":"was offered","number":"h5927"},{"text":"bullock","number":"h6499"},{"text":"arose early","number":"h7925"},{"text":"that was by it and the second","number":"h8145"}],"33":[{"text":"were gathered","number":"h622"},{"text":"and the children","number":"h1121"},{"text":"and pitched","number":"h2583"},{"text":"of Jezreel","number":"h3157"},{"text":"together","number":"h3162"},{"text":"Then all the Midianites","number":"h4080"},{"text":"and went over","number":"h5674"},{"text":"and the Amalekites","number":"h6002"},{"text":"in the valley","number":"h6010"},{"text":"of the east","number":"h6924"}],"4":[{"text":"of the earth","number":"h776"},{"text":"till thou come","number":"h935"},{"text":"nor ass","number":"h2543"},{"text":"And they encamped","number":"h2583"},{"text":"the increase","number":"h2981"},{"text":"for Israel","number":"h3478"},{"text":"no sustenance","number":"h4241"},{"text":"unto Gaza","number":"h5804"},{"text":"and left","number":"h7604"},{"text":"neither sheep","number":"h7716"},{"text":"nor ox","number":"h7794"},{"text":"against them and destroyed","number":"h7843"}],"37":[{"text":"upon all the earth","number":"h776"},{"text":"a fleece","number":"h1492"},{"text":"be on the fleece","number":"h1492"},{"text":"in the floor","number":"h1637"},{"text":"as thou hast said","number":"h1696"},{"text":"only and it be dry","number":"h2721"},{"text":"and if the dew","number":"h2919"},{"text":"by mine hand","number":"h3027"},{"text":"beside then shall I know","number":"h3045"},{"text":"Behold I will put","number":"h3322"},{"text":"that thou wilt save","number":"h3467"},{"text":"Israel","number":"h3478"},{"text":"of wool","number":"h6785"}],"9":[{"text":"you their land","number":"h776"},{"text":"you and drave them out","number":"h1644"},{"text":"and out of the hand","number":"h3027"},{"text":"you out of the hand","number":"h3027"},{"text":"of all that oppressed","number":"h3905"},{"text":"of the Egyptians","number":"h4714"},{"text":"And I delivered","number":"h5337"},{"text":"you and gave","number":"h5414"},{"text":"from before","number":"h6440"}],"1":[{"text":"And the children","number":"h1121"},{"text":"them into the hand","number":"h3027"},{"text":"and the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Midian","number":"h4080"},{"text":"delivered","number":"h5414"},{"text":"in the sight","number":"h5869"},{"text":"did","number":"h6213"},{"text":"evil","number":"h7451"},{"text":"seven","number":"h7651"},{"text":"years","number":"h8141"}],"3":[{"text":"and the children","number":"h1121"},{"text":"had sown","number":"h2232"},{"text":"And so it was when Israel","number":"h3478"},{"text":"that the Midianites","number":"h4080"},{"text":"came up","number":"h5927"},{"text":"even they came up","number":"h5927"},{"text":"and the Amalekites","number":"h6002"},{"text":"of the east","number":"h6924"}],"6":[{"text":"and the children","number":"h1121"},{"text":"impoverished","number":"h1809"},{"text":"cried","number":"h2199"},{"text":"unto the LORD","number":"h3068"},{"text":"And Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"was greatly","number":"h3966"},{"text":"of the Midianites","number":"h4080"},{"text":"because","number":"h6440"}],"2":[{"text":"the children","number":"h1121"},{"text":"which are in the mountains","number":"h2022"},{"text":"And the hand","number":"h3027"},{"text":"against Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"of Midian","number":"h4080"},{"text":"of the Midianites","number":"h4080"},{"text":"them the dens","number":"h4492"},{"text":"and caves","number":"h4631"},{"text":"and strong holds","number":"h4679"},{"text":"prevailed","number":"h5810"},{"text":"made","number":"h6213"},{"text":"and because","number":"h6440"}],"38":[{"text":"out of the fleece","number":"h1492"},{"text":"the fleece","number":"h1492"},{"text":"and thrust","number":"h2115"},{"text":"together","number":"h2115"},{"text":"the dew","number":"h2919"},{"text":"on the morrow","number":"h4283"},{"text":"of water","number":"h4325"},{"text":"full","number":"h4393"},{"text":"and wringed","number":"h4680"},{"text":"a bowl","number":"h5602"},{"text":"And it was so for he rose up early","number":"h7925"}]}
@@ -0,0 +1 @@
1
+ {"22":[{"text":"of Abelmeholah","number":"h65"},{"text":"every man's","number":"h376"},{"text":"to Bethshittah","number":"h1029"},{"text":"sword","number":"h2719"},{"text":"unto Tabbath","number":"h2888"},{"text":"and the LORD","number":"h3068"},{"text":"hundred","number":"h3967"},{"text":"and the host","number":"h4264"},{"text":"even throughout all the host","number":"h4264"},{"text":"fled","number":"h5127"},{"text":"in Zererath","number":"h6888"},{"text":"against his fellow","number":"h7453"},{"text":"set","number":"h7760"},{"text":"the trumpets","number":"h7782"},{"text":"And the three","number":"h7969"},{"text":"and to the border","number":"h8193"},{"text":"blew","number":"h8628"}],"13":[{"text":"it that the tent","number":"h168"},{"text":"unto a tent","number":"h168"},{"text":"behold there was a man","number":"h376"},{"text":"and said","number":"h559"},{"text":"and came","number":"h935"},{"text":"was come","number":"h935"},{"text":"And when Gideon","number":"h1439"},{"text":"and overturned","number":"h2015"},{"text":"tumbled","number":"h2015"},{"text":"a dream","number":"h2472"},{"text":"a dream","number":"h2472"},{"text":"Behold I dreamed","number":"h2492"},{"text":"bread","number":"h3899"},{"text":"of Midian","number":"h4080"},{"text":"into the host","number":"h4264"},{"text":"and smote","number":"h5221"},{"text":"it that it fell","number":"h5307"},{"text":"lay along","number":"h5307"},{"text":"that told","number":"h5608"},{"text":"and lo a cake","number":"h6742"},{"text":"unto his fellow","number":"h7453"},{"text":"of barley","number":"h8184"}],"8":[{"text":"unto his tent","number":"h168"},{"text":"all","number":"h376"},{"text":"every man","number":"h376"},{"text":"men","number":"h376"},{"text":"and retained","number":"h2388"},{"text":"in their hand","number":"h3027"},{"text":"the rest of Israel","number":"h3478"},{"text":"took","number":"h3947"},{"text":"hundred","number":"h3967"},{"text":"of Midian","number":"h4080"},{"text":"and the host","number":"h4264"},{"text":"So the people","number":"h5971"},{"text":"was beneath him in the valley","number":"h6010"},{"text":"victuals","number":"h6720"},{"text":"and their trumpets","number":"h7782"},{"text":"those three","number":"h7969"},{"text":"and he sent","number":"h7971"}],"3":[{"text":"in the ears","number":"h241"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"saying","number":"h559"},{"text":"Gilead","number":"h1568"},{"text":"from mount","number":"h2022"},{"text":"and afraid","number":"h2730"},{"text":"Whosoever is fearful","number":"h3373"},{"text":"Now therefore go to","number":"h4994"},{"text":"of the people","number":"h5971"},{"text":"of the people","number":"h5971"},{"text":"ten","number":"h6235"},{"text":"twenty","number":"h6242"},{"text":"and depart early","number":"h6852"},{"text":"proclaim","number":"h7121"},{"text":"and there remained","number":"h7604"},{"text":"And there returned","number":"h7725"},{"text":"let him return","number":"h7725"},{"text":"and two","number":"h8147"}],"23":[{"text":"after","number":"h310"},{"text":"And the men","number":"h376"},{"text":"and out of Asher","number":"h836"},{"text":"of Israel","number":"h3478"},{"text":"the Midianites","number":"h4080"},{"text":"and out of all Manasseh","number":"h4519"},{"text":"out of Naphtali","number":"h5321"},{"text":"gathered themselves together","number":"h6817"},{"text":"and pursued","number":"h7291"}],"11":[{"text":"and afterward","number":"h310"},{"text":"what they say","number":"h1696"},{"text":"be strengthened","number":"h2388"},{"text":"of the armed men","number":"h2571"},{"text":"shall thine hands","number":"h3027"},{"text":"Then went he down","number":"h3381"},{"text":"to go down","number":"h3381"},{"text":"that were in the host","number":"h4264"},{"text":"unto the host","number":"h4264"},{"text":"his servant","number":"h5288"},{"text":"with Phurah","number":"h6513"},{"text":"unto the outside","number":"h7097"},{"text":"And thou shalt hear","number":"h8085"}],"24":[{"text":"Then all the men","number":"h376"},{"text":"saying","number":"h559"},{"text":"Ephraim","number":"h669"},{"text":"of Ephraim","number":"h669"},{"text":"unto Bethbarah","number":"h1012"},{"text":"unto Bethbarah","number":"h1012"},{"text":"And Gideon","number":"h1439"},{"text":"throughout all mount","number":"h2022"},{"text":"Come down","number":"h3381"},{"text":"and Jordan","number":"h3383"},{"text":"and Jordan","number":"h3383"},{"text":"and take","number":"h3920"},{"text":"and took","number":"h3920"},{"text":"the Midianites","number":"h4080"},{"text":"before them the waters","number":"h4325"},{"text":"the waters","number":"h4325"},{"text":"messengers","number":"h4397"},{"text":"gathered themselves together","number":"h6817"},{"text":"against","number":"h7125"},{"text":"sent","number":"h7971"}],"14":[{"text":"a man","number":"h376"},{"text":"hath God","number":"h430"},{"text":"and said","number":"h559"},{"text":"the son","number":"h1121"},{"text":"of Gideon","number":"h1439"},{"text":"This is nothing else save the sword","number":"h2719"},{"text":"for into his hand","number":"h3027"},{"text":"of Joash","number":"h3101"},{"text":"of Israel","number":"h3478"},{"text":"Midian","number":"h4080"},{"text":"and all the host","number":"h4264"},{"text":"delivered","number":"h5414"},{"text":"answered","number":"h6030"},{"text":"And his fellow","number":"h7453"}],"21":[{"text":"every man","number":"h376"},{"text":"and all the host","number":"h4264"},{"text":"the camp","number":"h4264"},{"text":"and fled","number":"h5127"},{"text":"in his place round about","number":"h5439"},{"text":"And they stood","number":"h5975"},{"text":"and cried","number":"h7321"},{"text":"ran","number":"h7323"}],"7":[{"text":"every man","number":"h376"},{"text":"men","number":"h376"},{"text":"said","number":"h559"},{"text":"unto Gideon","number":"h1439"},{"text":"into thine hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"go","number":"h3212"},{"text":"will I save","number":"h3467"},{"text":"that lapped","number":"h3952"},{"text":"hundred","number":"h3967"},{"text":"the Midianites","number":"h4080"},{"text":"unto his place","number":"h4725"},{"text":"you and deliver","number":"h5414"},{"text":"and let all the other people","number":"h5971"},{"text":"By the three","number":"h7969"}],"16":[{"text":"men","number":"h376"},{"text":"And he divided","number":"h2673"},{"text":"in every man's hand","number":"h3027"},{"text":"pitchers","number":"h3537"},{"text":"the pitchers","number":"h3537"},{"text":"and lamps","number":"h3940"},{"text":"hundred","number":"h3967"},{"text":"and he put","number":"h5414"},{"text":"companies","number":"h7218"},{"text":"with empty","number":"h7386"},{"text":"a trumpet","number":"h7782"},{"text":"into three","number":"h7969"},{"text":"the three","number":"h7969"},{"text":"within","number":"h8432"}],"19":[{"text":"men","number":"h376"},{"text":"and they had but","number":"h389"},{"text":"watch","number":"h821"},{"text":"that were with him came","number":"h935"},{"text":"So Gideon","number":"h1439"},{"text":"that were in their hands","number":"h3027"},{"text":"the pitchers","number":"h3537"},{"text":"and the hundred","number":"h3967"},{"text":"of the camp","number":"h4264"},{"text":"and brake","number":"h5310"},{"text":"newly","number":"h6965"},{"text":"set","number":"h6965"},{"text":"unto the outside","number":"h7097"},{"text":"in the beginning","number":"h7218"},{"text":"the trumpets","number":"h7782"},{"text":"the watch","number":"h8104"},{"text":"of the middle","number":"h8484"},{"text":"and they blew","number":"h8628"}],"6":[{"text":"men","number":"h376"},{"text":"upon their knees","number":"h1290"},{"text":"putting their hand","number":"h3027"},{"text":"but all the rest","number":"h3499"},{"text":"bowed down","number":"h3766"},{"text":"of them that lapped","number":"h3952"},{"text":"hundred","number":"h3967"},{"text":"water","number":"h4325"},{"text":"And the number","number":"h4557"},{"text":"of the people","number":"h5971"},{"text":"to their mouth","number":"h6310"},{"text":"were three","number":"h7969"},{"text":"to drink","number":"h8354"}],"17":[{"text":"And he said","number":"h559"},{"text":"likewise and behold when I come","number":"h935"},{"text":"of the camp","number":"h4264"},{"text":"it shall be that as I do","number":"h6213"},{"text":"on me and do","number":"h6213"},{"text":"so shall ye do","number":"h6213"},{"text":"to the outside","number":"h7097"},{"text":"unto them Look","number":"h7200"}],"15":[{"text":"and said","number":"h559"},{"text":"And it was so when Gideon","number":"h1439"},{"text":"of the dream","number":"h2472"},{"text":"into your hand","number":"h3027"},{"text":"for the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of Midian","number":"h4080"},{"text":"into the host","number":"h4264"},{"text":"the host","number":"h4264"},{"text":"the telling","number":"h4557"},{"text":"hath delivered","number":"h5414"},{"text":"Arise","number":"h6965"},{"text":"and the interpretation","number":"h7667"},{"text":"and returned","number":"h7725"},{"text":"thereof that he worshipped","number":"h7812"},{"text":"heard","number":"h8085"}],"18":[{"text":"and say","number":"h559"},{"text":"and of Gideon","number":"h1439"},{"text":"The sword of the LORD","number":"h3068"},{"text":"of all the camp","number":"h4264"},{"text":"also on every side","number":"h5439"},{"text":"with a trumpet","number":"h7782"},{"text":"ye the trumpets","number":"h7782"},{"text":"I and all that are with me then blow","number":"h8628"},{"text":"When I blow","number":"h8628"}],"2":[{"text":"said","number":"h559"},{"text":"themselves against me saying","number":"h559"},{"text":"unto Gideon","number":"h1439"},{"text":"Mine own hand","number":"h3027"},{"text":"into their hands","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"hath saved","number":"h3467"},{"text":"lest Israel","number":"h3478"},{"text":"the Midianites","number":"h4080"},{"text":"for me to give","number":"h5414"},{"text":"The people","number":"h5971"},{"text":"vaunt","number":"h6286"},{"text":"that are with thee are too many","number":"h7227"}],"4":[{"text":"said","number":"h559"},{"text":"them for thee there and it shall be that of whom I say","number":"h559"},{"text":"with thee and of whomsoever I say","number":"h559"},{"text":"unto Gideon","number":"h1439"},{"text":"And the LORD","number":"h3068"},{"text":"unto thee This shall go","number":"h3212"},{"text":"unto thee This shall not go","number":"h3212"},{"text":"with thee the same shall go","number":"h3212"},{"text":"with thee the same shall not go","number":"h3212"},{"text":"bring them down","number":"h3381"},{"text":"unto the water","number":"h4325"},{"text":"The people","number":"h5971"},{"text":"and I will try","number":"h6884"},{"text":"are yet too many","number":"h7227"}],"5":[{"text":"said","number":"h559"},{"text":"upon his knees","number":"h1290"},{"text":"unto Gideon","number":"h1439"},{"text":"and the LORD","number":"h3068"},{"text":"him shalt thou set","number":"h3322"},{"text":"So he brought down","number":"h3381"},{"text":"as a dog","number":"h3611"},{"text":"by himself likewise every one that boweth down","number":"h3766"},{"text":"Every one that lappeth","number":"h3952"},{"text":"lappeth","number":"h3952"},{"text":"with his tongue","number":"h3956"},{"text":"of the water","number":"h4325"},{"text":"unto the water","number":"h4325"},{"text":"the people","number":"h5971"},{"text":"to drink","number":"h8354"}],"9":[{"text":"said","number":"h559"},{"text":"it into thine hand","number":"h3027"},{"text":"that the LORD","number":"h3068"},{"text":"get thee down","number":"h3381"},{"text":"And it came to pass the same night","number":"h3915"},{"text":"unto the host","number":"h4264"},{"text":"for I have delivered","number":"h5414"},{"text":"unto him Arise","number":"h6965"}],"12":[{"text":"like grasshoppers","number":"h697"},{"text":"and all the children","number":"h1121"},{"text":"and their camels","number":"h1581"},{"text":"as the sand","number":"h2344"},{"text":"by the sea","number":"h3220"},{"text":"And the Midianites","number":"h4080"},{"text":"were without number","number":"h4557"},{"text":"lay","number":"h5307"},{"text":"and the Amalekites","number":"h6002"},{"text":"along in the valley","number":"h6010"},{"text":"of the east","number":"h6924"},{"text":"for multitude","number":"h7230"},{"text":"for multitude","number":"h7230"},{"text":"side","number":"h8193"}],"25":[{"text":"and brought","number":"h935"},{"text":"to Gideon","number":"h1439"},{"text":"and they slew","number":"h2026"},{"text":"they slew","number":"h2026"},{"text":"and Zeeb","number":"h2062"},{"text":"and Zeeb","number":"h2062"},{"text":"and Zeeb","number":"h2062"},{"text":"of Zeeb","number":"h2062"},{"text":"at the winepress","number":"h3342"},{"text":"Jordan","number":"h3383"},{"text":"And they took","number":"h3920"},{"text":"Midian","number":"h4080"},{"text":"of the Midianites","number":"h4080"},{"text":"on the other side","number":"h5676"},{"text":"Oreb","number":"h6159"},{"text":"Oreb","number":"h6159"},{"text":"Oreb","number":"h6159"},{"text":"of Oreb","number":"h6159"},{"text":"upon the rock","number":"h6697"},{"text":"the heads","number":"h7218"},{"text":"and pursued","number":"h7291"},{"text":"two","number":"h8147"},{"text":"princes","number":"h8269"}],"1":[{"text":"of them by the hill","number":"h1389"},{"text":"who is Gideon","number":"h1439"},{"text":"and pitched","number":"h2583"},{"text":"Then Jerubbaal","number":"h3378"},{"text":"of the Midianites","number":"h4080"},{"text":"of Moreh","number":"h4176"},{"text":"so that the host","number":"h4264"},{"text":"beside the well of Harod","number":"h5878"},{"text":"and all the people","number":"h5971"},{"text":"in the valley","number":"h6010"},{"text":"were on the north side","number":"h6828"},{"text":"that were with him rose up early","number":"h7925"}],"20":[{"text":"and of Gideon","number":"h1439"},{"text":"and held","number":"h2388"},{"text":"The sword","number":"h2719"},{"text":"hands","number":"h3027"},{"text":"hands","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"in their right","number":"h3225"},{"text":"the pitchers","number":"h3537"},{"text":"the lamps","number":"h3940"},{"text":"withal and they cried","number":"h7121"},{"text":"companies","number":"h7218"},{"text":"and brake","number":"h7665"},{"text":"and the trumpets","number":"h7782"},{"text":"the trumpets","number":"h7782"},{"text":"And the three","number":"h7969"},{"text":"in their left","number":"h8040"},{"text":"blew","number":"h8628"},{"text":"to blow","number":"h8628"}],"10":[{"text":"But if thou fear","number":"h3373"},{"text":"down","number":"h3381"},{"text":"go","number":"h3381"},{"text":"to go down","number":"h3381"},{"text":"to the host","number":"h4264"},{"text":"thy servant","number":"h5288"},{"text":"thou with Phurah","number":"h6513"}]}
@@ -0,0 +1 @@
1
+ {"32":[{"text":"his father","number":"h1"},{"text":"of the Abiezrites","number":"h33"},{"text":"the son","number":"h1121"},{"text":"And Gideon","number":"h1439"},{"text":"in a good","number":"h2896"},{"text":"of Joash","number":"h3101"},{"text":"of Joash","number":"h3101"},{"text":"died","number":"h4191"},{"text":"in Ophrah","number":"h6084"},{"text":"and was buried","number":"h6912"},{"text":"in the sepulchre","number":"h6913"},{"text":"old age","number":"h7872"}],"31":[{"text":"Abimelech","number":"h40"},{"text":"him a son","number":"h1121"},{"text":"she also bare","number":"h3205"},{"text":"And his concubine","number":"h6370"},{"text":"he called","number":"h7760"},{"text":"that was in Shechem","number":"h7927"},{"text":"whose name","number":"h8034"}],"2":[{"text":"of Abiezer","number":"h44"},{"text":"And he said","number":"h559"},{"text":"of the grapes of Ephraim","number":"h669"},{"text":"than the vintage","number":"h1210"},{"text":"better","number":"h2896"},{"text":"now in comparison of you Is not the gleaning","number":"h5955"},{"text":"unto them What have I done","number":"h6213"}],"11":[{"text":"in tents","number":"h168"},{"text":"was secure","number":"h983"},{"text":"And Gideon","number":"h1439"},{"text":"by the way","number":"h1870"},{"text":"and Jogbehah","number":"h3011"},{"text":"for the host","number":"h4264"},{"text":"the host","number":"h4264"},{"text":"of Nobah","number":"h5025"},{"text":"and smote","number":"h5221"},{"text":"went up","number":"h5927"},{"text":"on the east","number":"h6924"},{"text":"of them that dwelt","number":"h7931"}],"19":[{"text":"They were my brethren","number":"h251"},{"text":"of my mother","number":"h517"},{"text":"And he said","number":"h559"},{"text":"even the sons","number":"h1121"},{"text":"I would not slay","number":"h2026"},{"text":"liveth","number":"h2416"},{"text":"ye had saved them alive","number":"h2421"},{"text":"as the LORD","number":"h3068"},{"text":"if","number":"h3863"}],"18":[{"text":"art so were they each one","number":"h259"},{"text":"What","number":"h375"},{"text":"And they answered","number":"h559"},{"text":"Then said","number":"h559"},{"text":"manner of men","number":"h582"},{"text":"the children","number":"h1121"},{"text":"were they whom ye slew","number":"h2026"},{"text":"he unto Zebah","number":"h2078"},{"text":"As thou","number":"h3644"},{"text":"of a king","number":"h4428"},{"text":"and Zalmunna","number":"h6759"},{"text":"resembled","number":"h8389"},{"text":"at Tabor","number":"h8396"}],"12":[{"text":"after","number":"h310"},{"text":"And when Zebah","number":"h2078"},{"text":"Zebah","number":"h2078"},{"text":"and discomfited","number":"h2729"},{"text":"them and took","number":"h3920"},{"text":"of Midian","number":"h4080"},{"text":"all the host","number":"h4264"},{"text":"kings","number":"h4428"},{"text":"fled","number":"h5127"},{"text":"and Zalmunna","number":"h6759"},{"text":"and Zalmunna","number":"h6759"},{"text":"he pursued","number":"h7291"},{"text":"the two","number":"h8147"}],"27":[{"text":"after","number":"h310"},{"text":"an ephod","number":"h646"},{"text":"and to his house","number":"h1004"},{"text":"And Gideon","number":"h1439"},{"text":"unto Gideon","number":"h1439"},{"text":"went thither a whoring","number":"h2181"},{"text":"thereof and put","number":"h3322"},{"text":"and all Israel","number":"h3478"},{"text":"it which thing became a snare","number":"h4170"},{"text":"it in his city","number":"h5892"},{"text":"even in Ophrah","number":"h6084"},{"text":"made","number":"h6213"}],"33":[{"text":"after","number":"h310"},{"text":"their god","number":"h430"},{"text":"that the children","number":"h1121"},{"text":"Baalim","number":"h1168"},{"text":"Baalberith","number":"h1170"},{"text":"And it came to pass as soon as Gideon","number":"h1439"},{"text":"and went a whoring","number":"h2181"},{"text":"of Israel","number":"h3478"},{"text":"was dead","number":"h4191"},{"text":"turned again","number":"h7725"},{"text":"and made","number":"h7760"}],"5":[{"text":"after","number":"h310"},{"text":"And he said","number":"h559"},{"text":"unto the men","number":"h582"},{"text":"Zebah","number":"h2078"},{"text":"I pray you loaves","number":"h3603"},{"text":"of bread","number":"h3899"},{"text":"of Midian","number":"h4080"},{"text":"kings","number":"h4428"},{"text":"Give","number":"h5414"},{"text":"of Succoth","number":"h5523"},{"text":"me for they be faint","number":"h5889"},{"text":"unto the people","number":"h5971"},{"text":"and Zalmunna","number":"h6759"},{"text":"that follow","number":"h7272"},{"text":"and I am pursuing","number":"h7291"}],"34":[{"text":"of all their enemies","number":"h341"},{"text":"their God","number":"h430"},{"text":"And the children","number":"h1121"},{"text":"remembered","number":"h2142"},{"text":"them out of the hands","number":"h3027"},{"text":"not the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"who had delivered","number":"h5337"},{"text":"on every side","number":"h5439"}],"1":[{"text":"And the men","number":"h376"},{"text":"said","number":"h559"},{"text":"of Ephraim","number":"h669"},{"text":"us thus","number":"h1697"},{"text":"us not when thou wentest","number":"h1980"},{"text":"with him sharply","number":"h2394"},{"text":"to fight","number":"h3898"},{"text":"with the Midianites","number":"h4080"},{"text":"unto him Why hast thou","number":"h4100"},{"text":"served","number":"h6213"},{"text":"that thou calledst","number":"h7121"},{"text":"And they did chide","number":"h7378"}],"22":[{"text":"Then the men","number":"h376"},{"text":"said","number":"h559"},{"text":"and thy son's","number":"h1121"},{"text":"son","number":"h1121"},{"text":"thou over us both thou and thy son","number":"h1121"},{"text":"unto Gideon","number":"h1439"},{"text":"us from the hand","number":"h3027"},{"text":"also for thou hast delivered","number":"h3467"},{"text":"of Israel","number":"h3478"},{"text":"of Midian","number":"h4080"},{"text":"Rule","number":"h4910"}],"24":[{"text":"me every man","number":"h376"},{"text":"said","number":"h559"},{"text":"And Gideon","number":"h1439"},{"text":"For they had golden","number":"h2091"},{"text":"because they were Ishmaelites","number":"h3459"},{"text":"earrings","number":"h5141"},{"text":"the earrings","number":"h5141"},{"text":"of you that ye would give","number":"h5414"},{"text":"unto them I would desire","number":"h7592"},{"text":"a request","number":"h7596"},{"text":"of his prey","number":"h7998"}],"10":[{"text":"men","number":"h376"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"of the children","number":"h1121"},{"text":"Now Zebah","number":"h2078"},{"text":"with them about fifteen","number":"h2568"},{"text":"sword","number":"h2719"},{"text":"men all that were left","number":"h3498"},{"text":"an hundred","number":"h3967"},{"text":"and their hosts","number":"h4264"},{"text":"of all the hosts","number":"h4264"},{"text":"for there fell","number":"h5307"},{"text":"and twenty","number":"h6242"},{"text":"and Zalmunna","number":"h6759"},{"text":"of the east","number":"h6924"},{"text":"were in Karkor","number":"h7174"},{"text":"that drew","number":"h8025"}],"14":[{"text":"men","number":"h376"},{"text":"of the men","number":"h582"},{"text":"and the elders","number":"h2205"},{"text":"of him and he described","number":"h3789"},{"text":"And caught","number":"h3920"},{"text":"a young man","number":"h5288"},{"text":"of Succoth","number":"h5523"},{"text":"of Succoth","number":"h5523"},{"text":"and enquired","number":"h7592"},{"text":"thereof even threescore and seventeen","number":"h7657"},{"text":"unto him the princes","number":"h8269"}],"4":[{"text":"men","number":"h376"},{"text":"came","number":"h935"},{"text":"And Gideon","number":"h1439"},{"text":"to Jordan","number":"h3383"},{"text":"hundred","number":"h3967"},{"text":"and passed over","number":"h5674"},{"text":"that were with him faint","number":"h5889"},{"text":"yet pursuing","number":"h7291"},{"text":"he and the three","number":"h7969"}],"25":[{"text":"therein every man","number":"h376"},{"text":"And they answered","number":"h559"},{"text":"the earrings","number":"h5141"},{"text":"We will willingly","number":"h5414"},{"text":"give","number":"h5414"},{"text":"them And they spread","number":"h6566"},{"text":"and did cast","number":"h7993"},{"text":"of his prey","number":"h7998"},{"text":"a garment","number":"h8071"}],"21":[{"text":"upon us for as the man","number":"h376"},{"text":"said","number":"h559"},{"text":"is so is his strength","number":"h1369"},{"text":"And Gideon","number":"h1439"},{"text":"that were on their camels","number":"h1581"},{"text":"and slew","number":"h2026"},{"text":"Then Zebah","number":"h2078"},{"text":"Zebah","number":"h2078"},{"text":"and took away","number":"h3947"},{"text":"thou and fall","number":"h6293"},{"text":"necks","number":"h6677"},{"text":"and Zalmunna","number":"h6759"},{"text":"and Zalmunna","number":"h6759"},{"text":"Rise","number":"h6965"},{"text":"arose","number":"h6965"},{"text":"the ornaments","number":"h7720"}],"3":[{"text":"God","number":"h430"},{"text":"that","number":"h1696"},{"text":"toward him when he had said","number":"h1697"},{"text":"and Zeeb","number":"h2062"},{"text":"into your hands","number":"h3027"},{"text":"and what was I able","number":"h3201"},{"text":"of Midian","number":"h4080"},{"text":"hath delivered","number":"h5414"},{"text":"Oreb","number":"h6159"},{"text":"to do","number":"h6213"},{"text":"in comparison of you Then their anger","number":"h7307"},{"text":"was abated","number":"h7503"},{"text":"the princes","number":"h8269"}],"26":[{"text":"was a thousand","number":"h505"},{"text":"and purple","number":"h713"},{"text":"raiment","number":"h899"},{"text":"that were about their camels","number":"h1581"},{"text":"of the golden","number":"h2091"},{"text":"shekels of gold","number":"h2091"},{"text":"hundred","number":"h3967"},{"text":"of Midian","number":"h4080"},{"text":"that was on the kings","number":"h4428"},{"text":"And the weight","number":"h4948"},{"text":"earrings","number":"h5141"},{"text":"and collars","number":"h5188"},{"text":"and beside the chains","number":"h6060"},{"text":"necks","number":"h6677"},{"text":"that he requested","number":"h7592"},{"text":"and seven","number":"h7651"},{"text":"beside ornaments","number":"h7720"}],"20":[{"text":"And he said","number":"h559"},{"text":"his firstborn","number":"h1060"},{"text":"and slay","number":"h2026"},{"text":"not his sword","number":"h2719"},{"text":"for he feared","number":"h3372"},{"text":"unto Jether","number":"h3500"},{"text":"because he was yet a youth","number":"h5288"},{"text":"them But the youth","number":"h5288"},{"text":"Up","number":"h6965"},{"text":"drew","number":"h8025"}],"9":[{"text":"And he spake","number":"h559"},{"text":"saying","number":"h559"},{"text":"also unto the men","number":"h582"},{"text":"this tower","number":"h4026"},{"text":"I will break down","number":"h5422"},{"text":"of Penuel","number":"h6439"},{"text":"When I come again","number":"h7725"},{"text":"in peace","number":"h7965"}],"15":[{"text":"and said","number":"h559"},{"text":"me saying","number":"h559"},{"text":"unto the men","number":"h582"},{"text":"unto thy men","number":"h582"},{"text":"And he came","number":"h935"},{"text":"Behold Zebah","number":"h2078"},{"text":"of Zebah","number":"h2078"},{"text":"with whom ye did upbraid","number":"h2778"},{"text":"now in thine hand","number":"h3027"},{"text":"that are weary","number":"h3287"},{"text":"Are the hands","number":"h3709"},{"text":"bread","number":"h3899"},{"text":"that we should give","number":"h5414"},{"text":"of Succoth","number":"h5523"},{"text":"and Zalmunna","number":"h6759"},{"text":"and Zalmunna","number":"h6759"}],"23":[{"text":"said","number":"h559"},{"text":"over you neither shall my son","number":"h1121"},{"text":"And Gideon","number":"h1439"},{"text":"over you the LORD","number":"h3068"},{"text":"rule","number":"h4910"},{"text":"shall rule","number":"h4910"},{"text":"unto them I will not rule","number":"h4910"}],"6":[{"text":"said","number":"h559"},{"text":"of Zebah","number":"h2078"},{"text":"now in thine hand","number":"h3027"},{"text":"Are the hands","number":"h3709"},{"text":"bread","number":"h3899"},{"text":"that we should give","number":"h5414"},{"text":"of Succoth","number":"h5523"},{"text":"unto thine army","number":"h6635"},{"text":"and Zalmunna","number":"h6759"},{"text":"And the princes","number":"h8269"}],"7":[{"text":"said","number":"h559"},{"text":"and with briers","number":"h1303"},{"text":"your flesh","number":"h1320"},{"text":"And Gideon","number":"h1439"},{"text":"then I will tear","number":"h1758"},{"text":"Zebah","number":"h2078"},{"text":"into mine hand","number":"h3027"},{"text":"Therefore when the LORD","number":"h3068"},{"text":"of the wilderness","number":"h4057"},{"text":"hath delivered","number":"h5414"},{"text":"and Zalmunna","number":"h6759"},{"text":"with the thorns","number":"h6975"}],"8":[{"text":"and the men","number":"h582"},{"text":"him as the men","number":"h582"},{"text":"and spake","number":"h1696"},{"text":"unto them likewise","number":"h2063"},{"text":"of Succoth","number":"h5523"},{"text":"And he went up","number":"h5927"},{"text":"answered","number":"h6030"},{"text":"had answered","number":"h6030"},{"text":"of Penuel","number":"h6439"},{"text":"thence to Penuel","number":"h6439"}],"16":[{"text":"the men","number":"h582"},{"text":"and briers","number":"h1303"},{"text":"the elders","number":"h2205"},{"text":"and with them he taught","number":"h3045"},{"text":"And he took","number":"h3947"},{"text":"of the wilderness","number":"h4057"},{"text":"of Succoth","number":"h5523"},{"text":"of the city","number":"h5892"},{"text":"and thorns","number":"h6975"}],"17":[{"text":"the men","number":"h582"},{"text":"and slew","number":"h2026"},{"text":"the tower","number":"h4026"},{"text":"And he beat down","number":"h5422"},{"text":"of the city","number":"h5892"},{"text":"of Penuel","number":"h6439"}],"28":[{"text":"forty","number":"h705"},{"text":"And the country","number":"h776"},{"text":"the children","number":"h1121"},{"text":"of Gideon","number":"h1439"},{"text":"in the days","number":"h3117"},{"text":"no more","number":"h3254"},{"text":"of Israel","number":"h3478"},{"text":"subdued","number":"h3665"},{"text":"Thus was Midian","number":"h4080"},{"text":"so that they lifted up","number":"h5375"},{"text":"before","number":"h6440"},{"text":"their heads","number":"h7218"},{"text":"years","number":"h8141"},{"text":"was in quietness","number":"h8252"}],"30":[{"text":"wives","number":"h802"},{"text":"sons","number":"h1121"},{"text":"And Gideon","number":"h1439"},{"text":"begotten","number":"h3318"},{"text":"of his body","number":"h3409"},{"text":"for he had many","number":"h7227"},{"text":"had threescore and ten","number":"h7657"}],"29":[{"text":"in his own house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"of Joash","number":"h3101"},{"text":"went","number":"h3212"},{"text":"And Jerubbaal","number":"h3378"},{"text":"and dwelt","number":"h3427"}],"35":[{"text":"to the house","number":"h1004"},{"text":"namely Gideon","number":"h1439"},{"text":"they kindness","number":"h2617"},{"text":"according to all the goodness","number":"h2896"},{"text":"of Jerubbaal","number":"h3378"},{"text":"unto Israel","number":"h3478"},{"text":"Neither shewed","number":"h6213"},{"text":"which he had shewed","number":"h6213"}],"13":[{"text":"the son","number":"h1121"},{"text":"And Gideon","number":"h1439"},{"text":"the sun","number":"h2775"},{"text":"of Joash","number":"h3101"},{"text":"from battle","number":"h4421"},{"text":"before","number":"h4608"},{"text":"returned","number":"h7725"}]}
@@ -0,0 +1 @@
1
+ {"17":[{"text":"For my father","number":"h1"},{"text":"you out of the hand","number":"h3027"},{"text":"fought","number":"h3898"},{"text":"of Midian","number":"h4080"},{"text":"far","number":"h5048"},{"text":"his life","number":"h5315"},{"text":"and delivered","number":"h5337"},{"text":"for you and adventured","number":"h7993"}],"18":[{"text":"against my father's","number":"h1"},{"text":"and have made Abimelech","number":"h40"},{"text":"stone","number":"h68"},{"text":"because he is your brother","number":"h251"},{"text":"upon one","number":"h259"},{"text":"persons","number":"h376"},{"text":"of his maidservant","number":"h519"},{"text":"house","number":"h1004"},{"text":"his sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"over the men","number":"h1167"},{"text":"and have slain","number":"h2026"},{"text":"this day","number":"h3117"},{"text":"king","number":"h4427"},{"text":"And ye are risen up","number":"h6965"},{"text":"threescore and ten","number":"h7657"},{"text":"of Shechem","number":"h7927"}],"1":[{"text":"father","number":"h1"},{"text":"And Abimelech","number":"h40"},{"text":"brethren","number":"h251"},{"text":"of his mother's","number":"h517"},{"text":"unto his mother's","number":"h517"},{"text":"saying","number":"h559"},{"text":"of the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"and communed","number":"h1696"},{"text":"went","number":"h3212"},{"text":"of Jerubbaal","number":"h3378"},{"text":"with them and with all the family","number":"h4940"},{"text":"to Shechem","number":"h7927"}],"28":[{"text":"the father","number":"h1"},{"text":"Who is Abimelech","number":"h40"},{"text":"said","number":"h559"},{"text":"the men","number":"h582"},{"text":"him is not he the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"And Gaal","number":"h1603"},{"text":"and Zebul","number":"h2083"},{"text":"of Hamor","number":"h2544"},{"text":"of Jerubbaal","number":"h3378"},{"text":"for why should we serve","number":"h5647"},{"text":"serve","number":"h5647"},{"text":"that we should serve","number":"h5647"},{"text":"of Ebed","number":"h5651"},{"text":"his officer","number":"h6496"},{"text":"and who is Shechem","number":"h7927"},{"text":"of Shechem","number":"h7927"}],"56":[{"text":"unto his father","number":"h1"},{"text":"of Abimelech","number":"h40"},{"text":"brethren","number":"h251"},{"text":"Thus God","number":"h430"},{"text":"in slaying","number":"h2026"},{"text":"which he did","number":"h6213"},{"text":"the wickedness","number":"h7451"},{"text":"his seventy","number":"h7657"},{"text":"rendered","number":"h7725"}],"5":[{"text":"unto his father's","number":"h1"},{"text":"stone","number":"h68"},{"text":"his brethren","number":"h251"},{"text":"upon one","number":"h259"},{"text":"persons","number":"h376"},{"text":"And he went","number":"h935"},{"text":"house","number":"h1004"},{"text":"son","number":"h1121"},{"text":"the sons","number":"h1121"},{"text":"and slew","number":"h2026"},{"text":"for he hid","number":"h2244"},{"text":"notwithstanding yet Jotham","number":"h3147"},{"text":"of Jerubbaal","number":"h3378"},{"text":"of Jerubbaal","number":"h3378"},{"text":"was left","number":"h3498"},{"text":"at Ophrah","number":"h6084"},{"text":"the youngest","number":"h6996"},{"text":"being threescore and ten","number":"h7657"}],"20":[{"text":"Abimelech","number":"h40"},{"text":"from Abimelech","number":"h40"},{"text":"and devour","number":"h398"},{"text":"and devour","number":"h398"},{"text":"But if not let fire","number":"h784"},{"text":"and let fire","number":"h784"},{"text":"and from the house","number":"h1004"},{"text":"and the house","number":"h1004"},{"text":"from the men","number":"h1167"},{"text":"the men","number":"h1167"},{"text":"come out","number":"h3318"},{"text":"come out","number":"h3318"},{"text":"of Millo","number":"h4407"},{"text":"of Millo","number":"h4407"},{"text":"of Shechem","number":"h7927"},{"text":"of Shechem","number":"h7927"}],"25":[{"text":"Abimelech","number":"h40"},{"text":"liers in wait","number":"h693"},{"text":"And the men","number":"h1167"},{"text":"and they robbed","number":"h1497"},{"text":"along that way","number":"h1870"},{"text":"of the mountains","number":"h2022"},{"text":"by them and it was told","number":"h5046"},{"text":"all that came","number":"h5674"},{"text":"for him in the top","number":"h7218"},{"text":"set","number":"h7760"},{"text":"of Shechem","number":"h7927"}],"27":[{"text":"Abimelech","number":"h40"},{"text":"and did eat","number":"h398"},{"text":"of their god","number":"h430"},{"text":"and went","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"and gathered","number":"h1219"},{"text":"and trode","number":"h1869"},{"text":"merry","number":"h1974"},{"text":"And they went out","number":"h3318"},{"text":"their vineyards","number":"h3754"},{"text":"the grapes and made","number":"h6213"},{"text":"and cursed","number":"h7043"},{"text":"into the fields","number":"h7704"},{"text":"and drink","number":"h8354"}],"29":[{"text":"Abimelech","number":"h40"},{"text":"to Abimelech","number":"h40"},{"text":"And he said","number":"h559"},{"text":"my hand","number":"h3027"},{"text":"and come out","number":"h3318"},{"text":"were under","number":"h5414"},{"text":"then would I remove","number":"h5493"},{"text":"And would to God this people","number":"h5971"},{"text":"thine army","number":"h6635"},{"text":"Increase","number":"h7235"}],"3":[{"text":"Abimelech","number":"h40"},{"text":"of him in the ears","number":"h241"},{"text":"He is our brother","number":"h251"},{"text":"brethren","number":"h251"},{"text":"to follow","number":"h310"},{"text":"And his mother's","number":"h517"},{"text":"for they said","number":"h559"},{"text":"of all the men","number":"h1167"},{"text":"spake","number":"h1696"},{"text":"all these words","number":"h1697"},{"text":"and their hearts","number":"h3820"},{"text":"inclined","number":"h5186"},{"text":"of Shechem","number":"h7927"}],"42":[{"text":"Abimelech","number":"h40"},{"text":"went out","number":"h3318"},{"text":"And it came to pass on the morrow","number":"h4283"},{"text":"and they told","number":"h5046"},{"text":"that the people","number":"h5971"},{"text":"into the field","number":"h7704"}],"47":[{"text":"Abimelech","number":"h40"},{"text":"that all the men","number":"h1167"},{"text":"of the tower","number":"h4026"},{"text":"And it was told","number":"h5046"},{"text":"were gathered together","number":"h6908"},{"text":"of Shechem","number":"h7927"}],"49":[{"text":"Abimelech","number":"h40"},{"text":"every man","number":"h376"},{"text":"men","number":"h376"},{"text":"also about a thousand","number":"h505"},{"text":"upon them so that all the men","number":"h582"},{"text":"on fire","number":"h784"},{"text":"and women","number":"h802"},{"text":"and followed","number":"h3212"},{"text":"and set","number":"h3341"},{"text":"likewise cut down","number":"h3772"},{"text":"of the tower","number":"h4026"},{"text":"died","number":"h4191"},{"text":"And all the people","number":"h5971"},{"text":"the hold","number":"h6877"},{"text":"them to the hold","number":"h6877"},{"text":"his bough","number":"h7754"},{"text":"and put","number":"h7760"},{"text":"of Shechem","number":"h7927"}],"50":[{"text":"Abimelech","number":"h40"},{"text":"and encamped","number":"h2583"},{"text":"Then went","number":"h3212"},{"text":"and took","number":"h3920"},{"text":"against Thebez","number":"h8405"},{"text":"to Thebez","number":"h8405"}],"6":[{"text":"Abimelech","number":"h40"},{"text":"by the plain","number":"h436"},{"text":"gathered together","number":"h622"},{"text":"and all the house","number":"h1004"},{"text":"And all the men","number":"h1167"},{"text":"and went","number":"h3212"},{"text":"of Millo","number":"h4407"},{"text":"and made","number":"h4427"},{"text":"king","number":"h4428"},{"text":"of the pillar","number":"h5324"},{"text":"of Shechem","number":"h7927"},{"text":"that was in Shechem","number":"h7927"}],"34":[{"text":"And Abimelech","number":"h40"},{"text":"and they laid wait","number":"h693"},{"text":"in four","number":"h702"},{"text":"that were with him by night","number":"h3915"},{"text":"and all the people","number":"h5971"},{"text":"rose up","number":"h6965"},{"text":"companies","number":"h7218"},{"text":"against Shechem","number":"h7927"}],"40":[{"text":"And Abimelech","number":"h40"},{"text":"and wounded","number":"h2491"},{"text":"him and he fled","number":"h5127"},{"text":"were overthrown","number":"h5307"},{"text":"before","number":"h6440"},{"text":"even unto the entering","number":"h6607"},{"text":"him and many","number":"h7227"},{"text":"chased","number":"h7291"},{"text":"of the gate","number":"h8179"}],"41":[{"text":"And Abimelech","number":"h40"},{"text":"and his brethren","number":"h251"},{"text":"at Arumah","number":"h725"},{"text":"Gaal","number":"h1603"},{"text":"thrust out","number":"h1644"},{"text":"and Zebul","number":"h2083"},{"text":"dwelt","number":"h3427"},{"text":"that they should not dwell","number":"h3427"},{"text":"in Shechem","number":"h7927"}],"44":[{"text":"And Abimelech","number":"h40"},{"text":"and slew","number":"h5221"},{"text":"of the city","number":"h5892"},{"text":"and stood","number":"h5975"},{"text":"ran upon","number":"h6584"},{"text":"that was with him rushed forward","number":"h6584"},{"text":"in the entering","number":"h6607"},{"text":"and the company","number":"h7218"},{"text":"other companies","number":"h7218"},{"text":"all the people that were in the fields","number":"h7704"},{"text":"and the two","number":"h8147"},{"text":"of the gate","number":"h8179"}],"45":[{"text":"And Abimelech","number":"h40"},{"text":"and slew","number":"h2026"},{"text":"and sowed","number":"h2232"},{"text":"all that day","number":"h3117"},{"text":"fought","number":"h3898"},{"text":"and he took","number":"h3920"},{"text":"it with salt","number":"h4417"},{"text":"that was therein and beat down","number":"h5422"},{"text":"against the city","number":"h5892"},{"text":"the city","number":"h5892"},{"text":"the city","number":"h5892"},{"text":"the people","number":"h5971"}],"48":[{"text":"And Abimelech","number":"h40"},{"text":"that were with him and Abimelech","number":"h40"},{"text":"and said","number":"h559"},{"text":"to mount","number":"h2022"},{"text":"in his hand","number":"h3027"},{"text":"as I","number":"h3644"},{"text":"and cut down","number":"h3772"},{"text":"took","number":"h3947"},{"text":"make haste","number":"h4116"},{"text":"and took","number":"h5375"},{"text":"gat him up","number":"h5927"},{"text":"he and all the people","number":"h5971"},{"text":"unto the people","number":"h5971"},{"text":"from the trees","number":"h6086"},{"text":"and do","number":"h6213"},{"text":"me do","number":"h6213"},{"text":"Zalmon","number":"h6756"},{"text":"an axe","number":"h7134"},{"text":"that were with him What ye have seen","number":"h7200"},{"text":"a bough","number":"h7754"},{"text":"it and laid","number":"h7760"},{"text":"it on his shoulder","number":"h7926"}],"52":[{"text":"And Abimelech","number":"h40"},{"text":"it with fire","number":"h784"},{"text":"came","number":"h935"},{"text":"and fought","number":"h3898"},{"text":"of the tower","number":"h4026"},{"text":"unto the tower","number":"h4026"},{"text":"against it and went hard","number":"h5066"},{"text":"unto the door","number":"h6607"},{"text":"to burn","number":"h8313"}],"22":[{"text":"When Abimelech","number":"h40"},{"text":"over Israel","number":"h3478"},{"text":"had reigned","number":"h7786"},{"text":"three","number":"h7969"},{"text":"years","number":"h8141"}],"38":[{"text":"Who is Abimelech","number":"h40"},{"text":"Then said","number":"h559"},{"text":"wherewith thou saidst","number":"h559"},{"text":"unto him Where is now","number":"h645"},{"text":"Zebul","number":"h2083"},{"text":"go out","number":"h3318"},{"text":"and fight","number":"h3898"},{"text":"that thou hast despised","number":"h3988"},{"text":"I pray now","number":"h4994"},{"text":"that we should serve","number":"h5647"},{"text":"him is not this the people","number":"h5971"},{"text":"thy mouth","number":"h6310"}],"35":[{"text":"and Abimelech","number":"h40"},{"text":"the son","number":"h1121"},{"text":"And Gaal","number":"h1603"},{"text":"went out","number":"h3318"},{"text":"that were with him from lying in wait","number":"h3993"},{"text":"of Ebed","number":"h5651"},{"text":"of the city","number":"h5892"},{"text":"and the people","number":"h5971"},{"text":"and stood","number":"h5975"},{"text":"in the entering","number":"h6607"},{"text":"rose up","number":"h6965"},{"text":"of the gate","number":"h8179"}],"23":[{"text":"between Abimelech","number":"h40"},{"text":"with Abimelech","number":"h40"},{"text":"Then God","number":"h430"},{"text":"dealt treacherously","number":"h898"},{"text":"and the men","number":"h1167"},{"text":"and the men","number":"h1167"},{"text":"spirit","number":"h7307"},{"text":"an evil","number":"h7451"},{"text":"of Shechem","number":"h7927"},{"text":"of Shechem","number":"h7927"},{"text":"sent","number":"h7971"}],"16":[{"text":"in that ye have made Abimelech","number":"h40"},{"text":"truly","number":"h571"},{"text":"and his house","number":"h1004"},{"text":"unto him according to the deserving","number":"h1576"},{"text":"well","number":"h2896"},{"text":"of his hands","number":"h3027"},{"text":"with Jerubbaal","number":"h3378"},{"text":"king","number":"h4427"},{"text":"Now therefore if ye have done","number":"h6213"},{"text":"and have done","number":"h6213"},{"text":"and if ye have dealt","number":"h6213"},{"text":"and sincerely","number":"h8549"}],"21":[{"text":"of Abimelech","number":"h40"},{"text":"his brother","number":"h251"},{"text":"to Beer","number":"h876"},{"text":"ran away","number":"h1272"},{"text":"And Jotham","number":"h3147"},{"text":"and went","number":"h3212"},{"text":"and dwelt","number":"h3427"},{"text":"and fled","number":"h5127"},{"text":"there for fear","number":"h6440"}],"55":[{"text":"that Abimelech","number":"h40"},{"text":"And when the men","number":"h376"},{"text":"every man","number":"h376"},{"text":"they departed","number":"h3212"},{"text":"of Israel","number":"h3478"},{"text":"was dead","number":"h4191"},{"text":"unto his place","number":"h4725"},{"text":"saw","number":"h7200"}],"31":[{"text":"unto Abimelech","number":"h40"},{"text":"and his brethren","number":"h251"},{"text":"saying","number":"h559"},{"text":"be come","number":"h935"},{"text":"the son","number":"h1121"},{"text":"Behold Gaal","number":"h1603"},{"text":"messengers","number":"h4397"},{"text":"of Ebed","number":"h5651"},{"text":"the city","number":"h5892"},{"text":"and behold they fortify","number":"h6696"},{"text":"to Shechem","number":"h7927"},{"text":"And he sent","number":"h7971"},{"text":"privily","number":"h8649"}],"24":[{"text":"upon Abimelech","number":"h40"},{"text":"of his brethren","number":"h251"},{"text":"their brother","number":"h251"},{"text":"might come","number":"h935"},{"text":"sons","number":"h1121"},{"text":"them and upon the men","number":"h1167"},{"text":"and their blood","number":"h1818"},{"text":"him in the killing","number":"h2026"},{"text":"which slew","number":"h2026"},{"text":"which aided","number":"h2388"},{"text":"That the cruelty","number":"h2555"},{"text":"of Jerubbaal","number":"h3378"},{"text":"done to the threescore and ten","number":"h7657"},{"text":"be laid","number":"h7760"},{"text":"of Shechem","number":"h7927"}],"53":[{"text":"upon Abimelech's","number":"h40"},{"text":"And a certain","number":"h259"},{"text":"woman","number":"h802"},{"text":"his skull","number":"h1538"},{"text":"a piece","number":"h6400"},{"text":"head","number":"h7218"},{"text":"of a millstone","number":"h7393"},{"text":"and all to brake","number":"h7533"},{"text":"cast","number":"h7993"}],"4":[{"text":"wherewith Abimelech","number":"h40"},{"text":"him","number":"h310"},{"text":"persons","number":"h582"},{"text":"out of the house","number":"h1004"},{"text":"of Baalberith","number":"h1170"},{"text":"which followed","number":"h3212"},{"text":"pieces of silver","number":"h3701"},{"text":"And they gave","number":"h5414"},{"text":"and light","number":"h6348"},{"text":"vain","number":"h7386"},{"text":"him threescore and ten","number":"h7657"},{"text":"hired","number":"h7936"}],"39":[{"text":"with Abimelech","number":"h40"},{"text":"the men","number":"h1167"},{"text":"And Gaal","number":"h1603"},{"text":"went out","number":"h3318"},{"text":"and fought","number":"h3898"},{"text":"before","number":"h6440"},{"text":"of Shechem","number":"h7927"}],"19":[{"text":"ye in Abimelech","number":"h40"},{"text":"truly","number":"h571"},{"text":"and with his house","number":"h1004"},{"text":"this day","number":"h3117"},{"text":"with Jerubbaal","number":"h3378"},{"text":"If ye then have dealt","number":"h6213"},{"text":"and let him also rejoice","number":"h8055"},{"text":"then rejoice","number":"h8055"},{"text":"and sincerely","number":"h8549"}],"2":[{"text":"I pray you in the ears","number":"h241"},{"text":"over you or that one","number":"h259"},{"text":"persons","number":"h376"},{"text":"for you either that all the sons","number":"h1121"},{"text":"of all the men","number":"h1167"},{"text":"and your flesh","number":"h1320"},{"text":"Speak","number":"h1696"},{"text":"over you remember","number":"h2142"},{"text":"Whether is better","number":"h2896"},{"text":"of Jerubbaal","number":"h3378"},{"text":"reign","number":"h4910"},{"text":"reign","number":"h4910"},{"text":"also that I am your bone","number":"h6106"},{"text":"which are threescore and ten","number":"h7657"},{"text":"of Shechem","number":"h7927"}],"26":[{"text":"with his brethren","number":"h251"},{"text":"came","number":"h935"},{"text":"put their confidence","number":"h982"},{"text":"the son","number":"h1121"},{"text":"and the men","number":"h1167"},{"text":"And Gaal","number":"h1603"},{"text":"of Ebed","number":"h5651"},{"text":"and went over","number":"h5674"},{"text":"of Shechem","number":"h7927"},{"text":"to Shechem","number":"h7927"}],"37":[{"text":"and another","number":"h259"},{"text":"along by the plain","number":"h436"},{"text":"and said","number":"h559"},{"text":"of the land","number":"h776"},{"text":"come","number":"h935"},{"text":"And Gaal","number":"h1603"},{"text":"spake","number":"h1696"},{"text":"of","number":"h1870"},{"text":"by the middle","number":"h2872"},{"text":"again","number":"h3254"},{"text":"See there come","number":"h3381"},{"text":"down","number":"h3381"},{"text":"people","number":"h5971"},{"text":"Meonenim","number":"h6049"},{"text":"company","number":"h7218"}],"15":[{"text":"And the bramble","number":"h329"},{"text":"of the bramble","number":"h329"},{"text":"and devour","number":"h398"},{"text":"said","number":"h559"},{"text":"If in truth","number":"h571"},{"text":"the cedars","number":"h730"},{"text":"and if not let fire","number":"h784"},{"text":"over you then come","number":"h935"},{"text":"and put your trust","number":"h2620"},{"text":"come out","number":"h3318"},{"text":"of Lebanon","number":"h3844"},{"text":"me king","number":"h4428"},{"text":"ye anoint","number":"h4886"},{"text":"unto the trees","number":"h6086"},{"text":"in my shadow","number":"h6738"}],"14":[{"text":"unto the bramble","number":"h329"},{"text":"Then said","number":"h559"},{"text":"Come","number":"h3212"},{"text":"thou and reign","number":"h4427"},{"text":"all the trees","number":"h6086"}],"46":[{"text":"of the god","number":"h410"},{"text":"that they entered","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"And when all the men","number":"h1167"},{"text":"Berith","number":"h1286"},{"text":"of the tower","number":"h4026"},{"text":"into an hold","number":"h6877"},{"text":"of Shechem","number":"h7927"},{"text":"heard","number":"h8085"}],"13":[{"text":"God","number":"h430"},{"text":"said","number":"h559"},{"text":"and man","number":"h582"},{"text":"And the vine","number":"h1612"},{"text":"and go","number":"h1980"},{"text":"unto them Should I leave","number":"h2308"},{"text":"to be promoted","number":"h5128"},{"text":"over the trees","number":"h6086"},{"text":"which cheereth","number":"h8055"},{"text":"my wine","number":"h8492"}],"9":[{"text":"God","number":"h430"},{"text":"said","number":"h559"},{"text":"and man","number":"h582"},{"text":"my fatness","number":"h1880"},{"text":"and go","number":"h1980"},{"text":"But the olive tree","number":"h2132"},{"text":"unto them Should I leave","number":"h2308"},{"text":"wherewith by me they honour","number":"h3513"},{"text":"to be promoted","number":"h5128"},{"text":"over the trees","number":"h6086"}],"57":[{"text":"did God","number":"h430"},{"text":"of the men","number":"h582"},{"text":"and upon them came","number":"h935"},{"text":"the son","number":"h1121"},{"text":"of Jotham","number":"h3147"},{"text":"of Jerubbaal","number":"h3378"},{"text":"the curse","number":"h7045"},{"text":"upon their heads","number":"h7218"},{"text":"And all the evil","number":"h7451"},{"text":"render","number":"h7725"},{"text":"of Shechem","number":"h7927"}],"7":[{"text":"that God","number":"h430"},{"text":"and said","number":"h559"},{"text":"unto me ye men","number":"h1167"},{"text":"Gerizim","number":"h1630"},{"text":"of mount","number":"h2022"},{"text":"it to Jotham","number":"h3147"},{"text":"he went","number":"h3212"},{"text":"And when they told","number":"h5046"},{"text":"and lifted up","number":"h5375"},{"text":"and stood","number":"h5975"},{"text":"his voice","number":"h6963"},{"text":"and cried","number":"h7121"},{"text":"in the top","number":"h7218"},{"text":"of Shechem","number":"h7927"},{"text":"may hearken","number":"h8085"},{"text":"unto them Hearken","number":"h8085"}],"12":[{"text":"Then said","number":"h559"},{"text":"unto the vine","number":"h1612"},{"text":"Come","number":"h3212"},{"text":"thou and reign","number":"h4427"},{"text":"the trees","number":"h6086"}],"54":[{"text":"and said","number":"h559"},{"text":"me that men say","number":"h559"},{"text":"not of me A woman","number":"h802"},{"text":"thrust him through","number":"h1856"},{"text":"slew","number":"h2026"},{"text":"thy sword","number":"h2719"},{"text":"hastily","number":"h4120"},{"text":"and he died","number":"h4191"},{"text":"and slay","number":"h4191"},{"text":"him And his young man","number":"h5288"},{"text":"unto the young man","number":"h5288"},{"text":"his armourbearer","number":"h5375"},{"text":"Then he called","number":"h7121"},{"text":"unto him Draw","number":"h8025"}],"36":[{"text":"he said","number":"h559"},{"text":"said","number":"h559"},{"text":"as if they were men","number":"h582"},{"text":"And when Gaal","number":"h1603"},{"text":"of the mountains","number":"h2022"},{"text":"of the mountains","number":"h2022"},{"text":"And Zebul","number":"h2083"},{"text":"to Zebul","number":"h2083"},{"text":"Behold there come","number":"h3381"},{"text":"down","number":"h3381"},{"text":"people","number":"h5971"},{"text":"the people","number":"h5971"},{"text":"the shadow","number":"h6738"},{"text":"saw","number":"h7200"},{"text":"unto him Thou seest","number":"h7200"},{"text":"from the top","number":"h7218"}],"8":[{"text":"over them and they said","number":"h559"},{"text":"went forth","number":"h1980"},{"text":"unto the olive tree","number":"h2132"},{"text":"Reign","number":"h4427"},{"text":"a king","number":"h4428"},{"text":"on a time to anoint","number":"h4886"},{"text":"The trees","number":"h6086"}],"10":[{"text":"said","number":"h559"},{"text":"Come","number":"h3212"},{"text":"thou and reign","number":"h4427"},{"text":"And the trees","number":"h6086"},{"text":"to the fig tree","number":"h8384"}],"11":[{"text":"said","number":"h559"},{"text":"and go","number":"h1980"},{"text":"unto them Should I forsake","number":"h2308"},{"text":"and my good","number":"h2896"},{"text":"my sweetness","number":"h4987"},{"text":"to be promoted","number":"h5128"},{"text":"over the trees","number":"h6086"},{"text":"But the fig tree","number":"h8384"},{"text":"fruit","number":"h8570"}],"51":[{"text":"all the men","number":"h582"},{"text":"and women","number":"h802"},{"text":"and all they","number":"h1167"},{"text":"to the top","number":"h1406"},{"text":"of the tower","number":"h4026"},{"text":"tower","number":"h4026"},{"text":"and thither fled","number":"h5127"},{"text":"and shut","number":"h5462"},{"text":"But there was a strong","number":"h5797"},{"text":"of the city","number":"h5892"},{"text":"the city","number":"h5892"},{"text":"it to them and gat them up","number":"h5927"},{"text":"within","number":"h8432"}],"30":[{"text":"his anger","number":"h639"},{"text":"the son","number":"h1121"},{"text":"of Gaal","number":"h1603"},{"text":"the words","number":"h1697"},{"text":"And when Zebul","number":"h2083"},{"text":"was kindled","number":"h2734"},{"text":"of Ebed","number":"h5651"},{"text":"of the city","number":"h5892"},{"text":"heard","number":"h8085"},{"text":"the ruler","number":"h8269"}],"43":[{"text":"and laid wait","number":"h693"},{"text":"and divided","number":"h2673"},{"text":"were come forth","number":"h3318"},{"text":"And he took","number":"h3947"},{"text":"against them and smote","number":"h5221"},{"text":"out of the city","number":"h5892"},{"text":"and behold the people","number":"h5971"},{"text":"the people","number":"h5971"},{"text":"and he rose up","number":"h6965"},{"text":"and looked","number":"h7200"},{"text":"companies","number":"h7218"},{"text":"in the field","number":"h7704"},{"text":"them into three","number":"h7969"}],"32":[{"text":"that is with thee and lie in wait","number":"h693"},{"text":"by night","number":"h3915"},{"text":"thou and the people","number":"h5971"},{"text":"Now therefore up","number":"h6965"},{"text":"in the field","number":"h7704"}],"33":[{"text":"And it shall be that in the morning","number":"h1242"},{"text":"is up","number":"h2224"},{"text":"to them as thou","number":"h3027"},{"text":"that is with him come out","number":"h3318"},{"text":"shalt find occasion","number":"h4672"},{"text":"upon the city","number":"h5892"},{"text":"and behold when he and the people","number":"h5971"},{"text":"against thee then mayest thou do","number":"h6213"},{"text":"and set","number":"h6584"},{"text":"thou shalt rise early","number":"h7925"},{"text":"as soon as the sun","number":"h8121"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"all my mighty","number":"h47"},{"text":"The Lord","number":"h136"},{"text":"the Lord","number":"h136"},{"text":"my young men","number":"h970"},{"text":"the daughter","number":"h1323"},{"text":"the virgin","number":"h1330"},{"text":"as in a winepress","number":"h1660"},{"text":"hath trodden","number":"h1869"},{"text":"of Judah","number":"h3063"},{"text":"an assembly","number":"h4150"},{"text":"hath trodden under foot","number":"h5541"},{"text":"of me he hath called","number":"h7121"},{"text":"men in the midst","number":"h7130"},{"text":"against me to crush","number":"h7665"}],"4":[{"text":"do mourn","number":"h57"},{"text":"sigh","number":"h584"},{"text":"because none come","number":"h935"},{"text":"her virgins","number":"h1330"},{"text":"The ways","number":"h1870"},{"text":"are afflicted","number":"h3013"},{"text":"her priests","number":"h3548"},{"text":"to the solemn feasts","number":"h4150"},{"text":"and she is in bitterness","number":"h4843"},{"text":"of Zion","number":"h6726"},{"text":"are desolate","number":"h8074"},{"text":"all her gates","number":"h8179"}],"14":[{"text":"the Lord","number":"h136"},{"text":"by his hand","number":"h3027"},{"text":"me into their hands","number":"h3027"},{"text":"from whom I am not able","number":"h3201"},{"text":"he hath made my strength","number":"h3581"},{"text":"to fall","number":"h3782"},{"text":"hath delivered","number":"h5414"},{"text":"The yoke","number":"h5923"},{"text":"and come up","number":"h5927"},{"text":"of my transgressions","number":"h6588"},{"text":"upon my neck","number":"h6677"},{"text":"to rise up","number":"h6965"},{"text":"is bound","number":"h8244"},{"text":"they are wreathed","number":"h8276"}],"2":[{"text":"among all her lovers","number":"h157"},{"text":"with her they are become her enemies","number":"h341"},{"text":"have dealt treacherously","number":"h898"},{"text":"She weepeth","number":"h1058"},{"text":"sore","number":"h1058"},{"text":"and her tears","number":"h1832"},{"text":"are on her cheeks","number":"h3895"},{"text":"in the night","number":"h3915"},{"text":"she hath none to comfort","number":"h5162"},{"text":"her all her friends","number":"h7453"}],"19":[{"text":"for my lovers","number":"h157"},{"text":"their meat","number":"h400"},{"text":"while they sought","number":"h1245"},{"text":"gave up the ghost","number":"h1478"},{"text":"and mine elders","number":"h2205"},{"text":"me my priests","number":"h3548"},{"text":"their souls","number":"h5315"},{"text":"in the city","number":"h5892"},{"text":"I called","number":"h7121"},{"text":"but they deceived","number":"h7411"},{"text":"to relieve","number":"h7725"}],"8":[{"text":"backward","number":"h268"},{"text":"yea she sigheth","number":"h584"},{"text":"her despise","number":"h2107"},{"text":"sinned","number":"h2398"},{"text":"hath grievously","number":"h2399"},{"text":"Jerusalem","number":"h3389"},{"text":"all that honoured","number":"h3513"},{"text":"therefore she is removed","number":"h5206"},{"text":"her nakedness","number":"h6172"},{"text":"her because they have seen","number":"h7200"},{"text":"and turneth","number":"h7725"}],"13":[{"text":"me back","number":"h268"},{"text":"fire","number":"h784"},{"text":"and faint","number":"h1739"},{"text":"all the day","number":"h3117"},{"text":"From above","number":"h4791"},{"text":"he hath made","number":"h5414"},{"text":"into my bones","number":"h6106"},{"text":"against them he hath spread","number":"h6566"},{"text":"for my feet","number":"h7272"},{"text":"and it prevaileth","number":"h7287"},{"text":"a net","number":"h7568"},{"text":"he hath turned","number":"h7725"},{"text":"hath he sent","number":"h7971"},{"text":"me desolate","number":"h8074"}],"9":[{"text":"not her last end","number":"h319"},{"text":"for the enemy","number":"h341"},{"text":"hath magnified","number":"h1431"},{"text":"she remembereth","number":"h2142"},{"text":"Her filthiness","number":"h2932"},{"text":"O LORD","number":"h3068"},{"text":"therefore she came down","number":"h3381"},{"text":"she had no comforter","number":"h5162"},{"text":"my affliction","number":"h6040"},{"text":"wonderfully","number":"h6382"},{"text":"behold","number":"h7200"},{"text":"is in her skirts","number":"h7757"}],"16":[{"text":"because the enemy","number":"h341"},{"text":"For these things I weep","number":"h1058"},{"text":"from me my children","number":"h1121"},{"text":"prevailed","number":"h1396"},{"text":"runneth down","number":"h3381"},{"text":"with water","number":"h4325"},{"text":"because the comforter","number":"h5162"},{"text":"my soul","number":"h5315"},{"text":"mine eye","number":"h5869"},{"text":"mine eye","number":"h5869"},{"text":"is far","number":"h7368"},{"text":"that should relieve","number":"h7725"},{"text":"are desolate","number":"h8074"}],"5":[{"text":"her enemies","number":"h341"},{"text":"are gone","number":"h1980"},{"text":"hath afflicted","number":"h3013"},{"text":"for the LORD","number":"h3068"},{"text":"her children","number":"h5768"},{"text":"before","number":"h6440"},{"text":"of her transgressions","number":"h6588"},{"text":"Her adversaries","number":"h6862"},{"text":"the enemy","number":"h6862"},{"text":"are the chief","number":"h7218"},{"text":"her for the multitude","number":"h7230"},{"text":"into captivity","number":"h7628"},{"text":"prosper","number":"h7951"}],"21":[{"text":"me all mine enemies","number":"h341"},{"text":"that I sigh","number":"h584"},{"text":"it thou wilt bring","number":"h935"},{"text":"the day","number":"h3117"},{"text":"and they shall be like","number":"h3644"},{"text":"there is none to comfort","number":"h5162"},{"text":"that thou hast done","number":"h6213"},{"text":"that thou hast called","number":"h7121"},{"text":"of my trouble","number":"h7451"},{"text":"they are glad","number":"h7797"},{"text":"They have heard","number":"h8085"},{"text":"have heard","number":"h8085"}],"6":[{"text":"are become like harts","number":"h354"},{"text":"And from the daughter","number":"h1323"},{"text":"all her beauty","number":"h1926"},{"text":"and they are gone","number":"h3212"},{"text":"is departed","number":"h3318"},{"text":"without strength","number":"h3581"},{"text":"that find","number":"h4672"},{"text":"no pasture","number":"h4829"},{"text":"before","number":"h6440"},{"text":"of Zion","number":"h6726"},{"text":"the pursuer","number":"h7291"},{"text":"her princes","number":"h8269"}],"11":[{"text":"for meat","number":"h400"},{"text":"sigh","number":"h584"},{"text":"they seek","number":"h1245"},{"text":"for I am become vile","number":"h2151"},{"text":"O LORD","number":"h3068"},{"text":"bread","number":"h3899"},{"text":"their pleasant things","number":"h4261"},{"text":"and consider","number":"h5027"},{"text":"the soul","number":"h5315"},{"text":"they have given","number":"h5414"},{"text":"All her people","number":"h5971"},{"text":"see","number":"h7200"},{"text":"to relieve","number":"h7725"}],"1":[{"text":"how is she become as a widow","number":"h490"},{"text":"solitary","number":"h910"},{"text":"among the nations","number":"h1471"},{"text":"sit","number":"h3427"},{"text":"among the provinces","number":"h4082"},{"text":"how is she become tributary","number":"h4522"},{"text":"How doth the city","number":"h5892"},{"text":"of people","number":"h5971"},{"text":"she that was great","number":"h7227"},{"text":"that was full","number":"h7227"},{"text":"and princess","number":"h8282"}],"22":[{"text":"for my sighs","number":"h585"},{"text":"come","number":"h935"},{"text":"is faint","number":"h1742"},{"text":"and my heart","number":"h3820"},{"text":"thee and do","number":"h5953"},{"text":"unto them as thou hast done","number":"h5953"},{"text":"before","number":"h6440"},{"text":"unto me for all my transgressions","number":"h6588"},{"text":"are many","number":"h7227"},{"text":"Let all their wickedness","number":"h7451"}],"12":[{"text":"anger","number":"h639"},{"text":"by","number":"h1870"},{"text":"of his fierce","number":"h2740"},{"text":"hath afflicted","number":"h3013"},{"text":"unto me wherewith the LORD","number":"h3068"},{"text":"me in the day","number":"h3117"},{"text":"if there be","number":"h3426"},{"text":"any sorrow","number":"h4341"},{"text":"like unto my sorrow","number":"h4341"},{"text":"behold","number":"h5027"},{"text":"Is it nothing to you all ye that pass","number":"h5674"},{"text":"which is done","number":"h5953"},{"text":"and see","number":"h7200"}],"10":[{"text":"entered","number":"h935"},{"text":"that they should not enter","number":"h935"},{"text":"that the heathen","number":"h1471"},{"text":"his hand","number":"h3027"},{"text":"upon all her pleasant things","number":"h4261"},{"text":"into her sanctuary","number":"h4720"},{"text":"hath spread out","number":"h6566"},{"text":"whom thou didst command","number":"h6680"},{"text":"The adversary","number":"h6862"},{"text":"into thy congregation","number":"h6951"},{"text":"for she hath seen","number":"h7200"}],"18":[{"text":"and my young men","number":"h970"},{"text":"my virgins","number":"h1330"},{"text":"are gone","number":"h1980"},{"text":"The LORD","number":"h3068"},{"text":"my sorrow","number":"h4341"},{"text":"for I have rebelled","number":"h4784"},{"text":"I pray you all people","number":"h5971"},{"text":"against his commandment","number":"h6310"},{"text":"is righteous","number":"h6662"},{"text":"and behold","number":"h7200"},{"text":"into captivity","number":"h7628"},{"text":"hear","number":"h8085"}],"20":[{"text":"at home","number":"h1004"},{"text":"is turned","number":"h2015"},{"text":"abroad","number":"h2351"},{"text":"are troubled","number":"h2560"},{"text":"the sword","number":"h2719"},{"text":"O LORD","number":"h3068"},{"text":"mine heart","number":"h3820"},{"text":"there is as death","number":"h4194"},{"text":"my bowels","number":"h4578"},{"text":"me for I have grievously","number":"h4784"},{"text":"rebelled","number":"h4784"},{"text":"for I am in distress","number":"h6887"},{"text":"within","number":"h7130"},{"text":"Behold","number":"h7200"},{"text":"bereaveth","number":"h7921"}],"3":[{"text":"among the heathen","number":"h1471"},{"text":"is gone into captivity","number":"h1540"},{"text":"Judah","number":"h3063"},{"text":"she dwelleth","number":"h3427"},{"text":"no rest","number":"h4494"},{"text":"she findeth","number":"h4672"},{"text":"her between the straits","number":"h4712"},{"text":"overtook","number":"h5381"},{"text":"servitude","number":"h5656"},{"text":"because of affliction","number":"h6040"},{"text":"and because of great","number":"h7230"},{"text":"all her persecutors","number":"h7291"}],"7":[{"text":"remembered","number":"h2142"},{"text":"into the hand","number":"h3027"},{"text":"in the days","number":"h3117"},{"text":"that she had in the days","number":"h3117"},{"text":"Jerusalem","number":"h3389"},{"text":"all her pleasant things","number":"h4262"},{"text":"and of her miseries","number":"h4788"},{"text":"at her sabbaths","number":"h4868"},{"text":"fell","number":"h5307"},{"text":"and none did help","number":"h5826"},{"text":"when her people","number":"h5971"},{"text":"of her affliction","number":"h6040"},{"text":"her the adversaries","number":"h6862"},{"text":"of the enemy","number":"h6862"},{"text":"of old","number":"h6924"},{"text":"saw","number":"h7200"},{"text":"her and did mock","number":"h7832"}],"17":[{"text":"her hands","number":"h3027"},{"text":"her the LORD","number":"h3068"},{"text":"concerning Jacob","number":"h3290"},{"text":"him Jerusalem","number":"h3389"},{"text":"is as a menstruous woman","number":"h5079"},{"text":"and there is none to comfort","number":"h5162"},{"text":"should be round about","number":"h5439"},{"text":"spreadeth forth","number":"h6566"},{"text":"hath commanded","number":"h6680"},{"text":"Zion","number":"h6726"},{"text":"that his adversaries","number":"h6862"}]}