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
+ {"18":[{"text":"with me as with a father","number":"h1"},{"text":"her from my mother's","number":"h517"},{"text":"womb","number":"h990"},{"text":"he was brought up","number":"h1431"},{"text":"and I have guided","number":"h5148"},{"text":"For from my youth","number":"h5271"}],"19":[{"text":"any perish","number":"h6"},{"text":"or any poor","number":"h34"},{"text":"without covering","number":"h3682"},{"text":"for want of clothing","number":"h3830"},{"text":"If I have seen","number":"h7200"}],"12":[{"text":"to destruction","number":"h11"},{"text":"that consumeth","number":"h398"},{"text":"For it is a fire","number":"h784"},{"text":"and would root out","number":"h8327"},{"text":"all mine increase","number":"h8393"}],"33":[{"text":"as Adam","number":"h121"},{"text":"in my bosom","number":"h2243"},{"text":"by hiding","number":"h2934"},{"text":"If I covered","number":"h3680"},{"text":"mine iniquity","number":"h5771"},{"text":"my transgressions","number":"h6588"}],"38":[{"text":"If my land","number":"h127"},{"text":"thereof complain","number":"h1058"},{"text":"cry","number":"h2199"},{"text":"likewise","number":"h3162"},{"text":"against me or that the furrows","number":"h8525"}],"31":[{"text":"of my tabernacle","number":"h168"},{"text":"said","number":"h559"},{"text":"of his flesh","number":"h1320"},{"text":"If the men","number":"h4962"},{"text":"not Oh that we had","number":"h5414"},{"text":"we cannot be satisfied","number":"h7646"}],"3":[{"text":"of iniquity","number":"h205"},{"text":"Is not destruction","number":"h343"},{"text":"and a strange","number":"h5235"},{"text":"to the wicked","number":"h5767"},{"text":"punishment to the workers","number":"h6466"}],"26":[{"text":"the sun","number":"h216"},{"text":"walking","number":"h1980"},{"text":"when it shined","number":"h1984"},{"text":"in brightness","number":"h3368"},{"text":"or the moon","number":"h3394"},{"text":"If I beheld","number":"h7200"}],"22":[{"text":"and mine arm","number":"h248"},{"text":"Then let mine arm","number":"h3802"},{"text":"fall","number":"h5307"},{"text":"from the bone","number":"h7070"},{"text":"be broken","number":"h7665"},{"text":"from my shoulder blade","number":"h7929"}],"15":[{"text":"him and did not one","number":"h259"},{"text":"me in the womb","number":"h990"},{"text":"fashion","number":"h3559"},{"text":"Did not he that made","number":"h6213"},{"text":"make","number":"h6213"},{"text":"us in the womb","number":"h7358"}],"7":[{"text":"after","number":"h310"},{"text":"If my step","number":"h838"},{"text":"hath cleaved","number":"h1692"},{"text":"of the way","number":"h1870"},{"text":"walked","number":"h1980"},{"text":"to mine hands","number":"h3709"},{"text":"and mine heart","number":"h3820"},{"text":"and if any blot","number":"h3971"},{"text":"hath turned out","number":"h5186"},{"text":"mine eyes","number":"h5869"}],"8":[{"text":"and let another","number":"h312"},{"text":"eat","number":"h398"},{"text":"Then let me sow","number":"h2232"},{"text":"yea let my offspring","number":"h6631"},{"text":"be rooted out","number":"h8327"}],"10":[{"text":"and let others","number":"h312"},{"text":"unto another","number":"h312"},{"text":"Then let my wife","number":"h802"},{"text":"grind","number":"h2912"},{"text":"bow down","number":"h3766"}],"23":[{"text":"For destruction","number":"h343"},{"text":"from God","number":"h410"},{"text":"I could","number":"h3201"},{"text":"was a terror","number":"h6343"},{"text":"to me and by reason of his highness","number":"h7613"}],"40":[{"text":"of Job","number":"h347"},{"text":"and cockle","number":"h890"},{"text":"The words","number":"h1697"},{"text":"Let thistles","number":"h2336"},{"text":"instead of wheat","number":"h2406"},{"text":"grow","number":"h3318"},{"text":"instead of barley","number":"h8184"},{"text":"are ended","number":"h8552"}],"35":[{"text":"me and that mine adversary","number":"h376"},{"text":"had written","number":"h3789"},{"text":"Oh that","number":"h5414"},{"text":"a book","number":"h5612"},{"text":"would answer","number":"h6030"},{"text":"is that the Almighty","number":"h7706"},{"text":"one would hear","number":"h8085"},{"text":"me! behold my desire","number":"h8420"}],"39":[{"text":"If I have eaten","number":"h398"},{"text":"or have caused the owners","number":"h1167"},{"text":"the fruits","number":"h3581"},{"text":"thereof without money","number":"h3701"},{"text":"thereof to lose","number":"h5301"},{"text":"their life","number":"h5315"}],"17":[{"text":"Or have eaten","number":"h398"},{"text":"hath not eaten","number":"h398"},{"text":"myself alone and the fatherless","number":"h3490"},{"text":"my morsel","number":"h6595"}],"28":[{"text":"the God","number":"h410"},{"text":"for I should have denied","number":"h3584"},{"text":"that is above","number":"h4605"},{"text":"This also were an iniquity","number":"h5771"},{"text":"to be punished by the judge","number":"h6416"}],"14":[{"text":"when God","number":"h410"},{"text":"What then shall I do","number":"h6213"},{"text":"and when he visiteth","number":"h6485"},{"text":"riseth up","number":"h6965"},{"text":"what shall I answer","number":"h7725"}],"30":[{"text":"a curse","number":"h423"},{"text":"to sin","number":"h2398"},{"text":"my mouth","number":"h2441"},{"text":"to his soul","number":"h5315"},{"text":"Neither have I suffered","number":"h5414"},{"text":"by wishing","number":"h7592"}],"2":[{"text":"of God","number":"h433"},{"text":"For what portion","number":"h2506"},{"text":"is there from above","number":"h4605"},{"text":"from on high","number":"h4791"},{"text":"and what inheritance","number":"h5159"},{"text":"of the Almighty","number":"h7706"}],"6":[{"text":"that God","number":"h433"},{"text":"may know","number":"h3045"},{"text":"balance","number":"h3976"},{"text":"in an even","number":"h6664"},{"text":"Let me be weighed","number":"h8254"},{"text":"mine integrity","number":"h8538"}],"16":[{"text":"of the widow","number":"h490"},{"text":"the poor","number":"h1800"},{"text":"from their desire","number":"h2656"},{"text":"to fail","number":"h3615"},{"text":"If I have withheld","number":"h4513"},{"text":"or have caused the eyes","number":"h5869"}],"13":[{"text":"or of my maidservant","number":"h519"},{"text":"If I did despise","number":"h3988"},{"text":"the cause","number":"h4941"},{"text":"of my manservant","number":"h5650"},{"text":"when they contended","number":"h7379"}],"24":[{"text":"or have said","number":"h559"},{"text":"gold","number":"h2091"},{"text":"my hope","number":"h3689"},{"text":"to the fine gold","number":"h3800"},{"text":"Thou art my confidence","number":"h4009"},{"text":"If I have made","number":"h7760"}],"9":[{"text":"or if I have laid wait","number":"h693"},{"text":"by a woman","number":"h802"},{"text":"If mine heart","number":"h3820"},{"text":"have been deceived","number":"h6601"},{"text":"door","number":"h6607"},{"text":"at my neighbour's","number":"h7453"}],"32":[{"text":"to the traveller","number":"h734"},{"text":"The stranger","number":"h1616"},{"text":"my doors","number":"h1817"},{"text":"in the street","number":"h2351"},{"text":"did not lodge","number":"h3885"},{"text":"but I opened","number":"h6605"}],"34":[{"text":"or did the contempt","number":"h937"},{"text":"me that I kept silence","number":"h1826"},{"text":"multitude","number":"h1995"},{"text":"terrify","number":"h2865"},{"text":"and went not out","number":"h3318"},{"text":"of families","number":"h4940"},{"text":"Did I fear","number":"h6206"},{"text":"of the door","number":"h6607"},{"text":"a great","number":"h7227"}],"1":[{"text":"why then should I think","number":"h995"},{"text":"a covenant","number":"h1285"},{"text":"upon a maid","number":"h1330"},{"text":"I made","number":"h3772"},{"text":"with mine eyes","number":"h5869"}],"20":[{"text":"have not blessed","number":"h1288"},{"text":"with the fleece","number":"h1488"},{"text":"If his loins","number":"h2504"},{"text":"me and if he were not warmed","number":"h2552"},{"text":"of my sheep","number":"h3532"}],"4":[{"text":"my ways","number":"h1870"},{"text":"and count","number":"h5608"},{"text":"all my steps","number":"h6806"},{"text":"Doth not he see","number":"h7200"}],"5":[{"text":"If I have walked","number":"h1980"},{"text":"hath hasted","number":"h2363"},{"text":"to deceit","number":"h4820"},{"text":"or if my foot","number":"h7272"},{"text":"with vanity","number":"h7723"}],"11":[{"text":"For this is an heinous crime","number":"h2154"},{"text":"yea it is an iniquity","number":"h5771"},{"text":"to be punished by the judges","number":"h6414"}],"25":[{"text":"because my wealth","number":"h2428"},{"text":"and because mine hand","number":"h3027"},{"text":"much","number":"h3524"},{"text":"had gotten","number":"h4672"},{"text":"was great","number":"h7227"},{"text":"If I rejoiced","number":"h8055"}],"21":[{"text":"my hand","number":"h3027"},{"text":"against the fatherless","number":"h3490"},{"text":"If I have lifted up","number":"h5130"},{"text":"my help","number":"h5833"},{"text":"when I saw","number":"h7200"},{"text":"in the gate","number":"h8179"}],"27":[{"text":"my hand","number":"h3027"},{"text":"And my heart","number":"h3820"},{"text":"hath kissed","number":"h5401"},{"text":"hath been secretly","number":"h5643"},{"text":"or my mouth","number":"h6310"},{"text":"enticed","number":"h6601"}],"37":[{"text":"unto him the number","number":"h4557"},{"text":"I would declare","number":"h5046"},{"text":"as a prince","number":"h5057"},{"text":"of my steps","number":"h6806"},{"text":"would I go near","number":"h7126"}],"29":[{"text":"found","number":"h4672"},{"text":"me or lifted up","number":"h5782"},{"text":"at the destruction","number":"h6365"},{"text":"myself when evil","number":"h7451"},{"text":"If I rejoiced","number":"h8055"},{"text":"of him that hated","number":"h8130"}],"36":[{"text":"Surely I would take","number":"h5375"},{"text":"it as a crown","number":"h5850"},{"text":"and bind","number":"h6029"},{"text":"it upon my shoulder","number":"h7926"}]}
@@ -0,0 +1 @@
1
+ {"21":[{"text":"unto man","number":"h120"},{"text":"any man's","number":"h376"},{"text":"neither let me give flattering titles","number":"h3655"},{"text":"Let me not I pray you accept","number":"h5375"},{"text":"person","number":"h6440"}],"19":[{"text":"bottles","number":"h178"},{"text":"Behold my belly","number":"h990"},{"text":"it is ready to burst","number":"h1234"},{"text":"like new","number":"h2319"},{"text":"is as wine","number":"h3196"},{"text":"which hath no vent","number":"h6605"}],"11":[{"text":"I gave ear","number":"h238"},{"text":"for your words","number":"h1697"},{"text":"whilst ye searched out","number":"h2713"},{"text":"Behold I waited","number":"h3176"},{"text":"what to say","number":"h4405"},{"text":"to your reasons","number":"h8394"}],"1":[{"text":"Job","number":"h347"},{"text":"men","number":"h582"},{"text":"in his own eyes","number":"h5869"},{"text":"to answer","number":"h6030"},{"text":"because he was righteous","number":"h6662"},{"text":"ceased","number":"h7673"},{"text":"So these three","number":"h7969"}],"12":[{"text":"Job","number":"h347"},{"text":"his words","number":"h561"},{"text":"Yea I attended","number":"h995"},{"text":"unto you and behold there was none of you that convinced","number":"h3198"},{"text":"or that answered","number":"h6030"}],"3":[{"text":"Job","number":"h347"},{"text":"was his wrath","number":"h639"},{"text":"kindled","number":"h2734"},{"text":"no answer","number":"h4617"},{"text":"because they had found","number":"h4672"},{"text":"friends","number":"h7453"},{"text":"and yet had condemned","number":"h7561"},{"text":"Also against his three","number":"h7969"}],"2":[{"text":"against Job","number":"h347"},{"text":"rather than God","number":"h430"},{"text":"of Elihu","number":"h453"},{"text":"the wrath","number":"h639"},{"text":"was his wrath","number":"h639"},{"text":"the Buzite","number":"h940"},{"text":"the son","number":"h1121"},{"text":"of Barachel","number":"h1292"},{"text":"Then was kindled","number":"h2734"},{"text":"kindled","number":"h2734"},{"text":"of the kindred","number":"h4940"},{"text":"himself","number":"h5315"},{"text":"because he justified","number":"h6663"},{"text":"of Ram","number":"h7410"}],"4":[{"text":"till Job","number":"h347"},{"text":"Now Elihu","number":"h453"},{"text":"had spoken","number":"h1697"},{"text":"because they were elder","number":"h2205"},{"text":"had waited","number":"h2442"}],"13":[{"text":"not man","number":"h376"},{"text":"God","number":"h410"},{"text":"Lest ye should say","number":"h559"},{"text":"wisdom","number":"h2451"},{"text":"We have found out","number":"h4672"},{"text":"thrusteth him down","number":"h5086"}],"8":[{"text":"But","number":"h403"},{"text":"in man","number":"h582"},{"text":"giveth them understanding","number":"h995"},{"text":"and the inspiration","number":"h5397"},{"text":"there is a spirit","number":"h7307"},{"text":"of the Almighty","number":"h7706"}],"6":[{"text":"And Elihu","number":"h453"},{"text":"and said","number":"h559"},{"text":"the Buzite","number":"h940"},{"text":"the son","number":"h1121"},{"text":"of Barachel","number":"h1292"},{"text":"you mine opinion","number":"h1843"},{"text":"wherefore I was afraid","number":"h2119"},{"text":"not shew","number":"h2331"},{"text":"and durst","number":"h3372"},{"text":"and ye are very old","number":"h3453"},{"text":"answered","number":"h6030"},{"text":"I am young","number":"h6810"}],"5":[{"text":"When Elihu","number":"h453"},{"text":"men","number":"h582"},{"text":"then his wrath","number":"h639"},{"text":"was kindled","number":"h2734"},{"text":"that there was no answer","number":"h4617"},{"text":"in the mouth","number":"h6310"},{"text":"saw","number":"h7200"},{"text":"of these three","number":"h7969"}],"7":[{"text":"I said","number":"h559"},{"text":"should speak","number":"h1696"},{"text":"wisdom","number":"h2451"},{"text":"should teach","number":"h3045"},{"text":"Days","number":"h3117"},{"text":"and multitude","number":"h7230"},{"text":"of years","number":"h8141"}],"10":[{"text":"Therefore I said","number":"h559"},{"text":"mine opinion","number":"h1843"},{"text":"to me I also will shew","number":"h2331"},{"text":"Hearken","number":"h8085"}],"14":[{"text":"him with your speeches","number":"h561"},{"text":"his words","number":"h4405"},{"text":"Now he hath not directed","number":"h6186"},{"text":"against me neither will I answer","number":"h7725"}],"18":[{"text":"within","number":"h990"},{"text":"For I am full","number":"h4390"},{"text":"of matter","number":"h4405"},{"text":"me constraineth","number":"h6693"},{"text":"the spirit","number":"h7307"}],"9":[{"text":"understand","number":"h995"},{"text":"neither do the aged","number":"h2205"},{"text":"are not always wise","number":"h2449"},{"text":"judgment","number":"h4941"},{"text":"Great men","number":"h7227"}],"16":[{"text":"for they spake","number":"h1696"},{"text":"When I had waited","number":"h3176"},{"text":"not but stood still","number":"h5975"},{"text":"and answered","number":"h6030"}],"20":[{"text":"I will speak","number":"h1696"},{"text":"and answer","number":"h6030"},{"text":"I will open","number":"h6605"},{"text":"that I may be refreshed","number":"h7304"},{"text":"my lips","number":"h8193"}],"17":[{"text":"mine opinion","number":"h1843"},{"text":"I also will shew","number":"h2331"},{"text":"also my part","number":"h2506"},{"text":"I said I will answer","number":"h6030"}],"15":[{"text":"They were amazed","number":"h2865"},{"text":"speaking","number":"h4405"},{"text":"they answered","number":"h6030"},{"text":"no more they left off","number":"h6275"}],"22":[{"text":"For I know","number":"h3045"},{"text":"not to give flattering titles","number":"h3655"},{"text":"would soon","number":"h4592"},{"text":"take me away","number":"h5375"},{"text":"in so doing my maker","number":"h6213"}]}
@@ -0,0 +1 @@
1
+ {"17":[{"text":"man","number":"h120"},{"text":"from man","number":"h1397"},{"text":"pride","number":"h1466"},{"text":"and hide","number":"h3680"},{"text":"from his purpose","number":"h4639"},{"text":"That he may withdraw","number":"h5493"}],"23":[{"text":"unto man","number":"h120"},{"text":"one","number":"h259"},{"text":"among a thousand","number":"h505"},{"text":"If there","number":"h3426"},{"text":"his uprightness","number":"h3476"},{"text":"with him an interpreter","number":"h3887"},{"text":"be a messenger","number":"h4397"},{"text":"to shew","number":"h5046"}],"1":[{"text":"Wherefore","number":"h199"},{"text":"and hearken","number":"h238"},{"text":"Job","number":"h347"},{"text":"to all my words","number":"h1697"},{"text":"my speeches","number":"h4405"},{"text":"I pray thee hear","number":"h8085"}],"30":[{"text":"to be enlightened","number":"h215"},{"text":"with the light","number":"h216"},{"text":"of the living","number":"h2416"},{"text":"his soul","number":"h5315"},{"text":"To bring back","number":"h7725"},{"text":"from the pit","number":"h7845"}],"28":[{"text":"the light","number":"h216"},{"text":"and his life","number":"h2416"},{"text":"his soul","number":"h5315"},{"text":"from going","number":"h5674"},{"text":"He will deliver","number":"h6299"},{"text":"shall see","number":"h7200"},{"text":"into the pit","number":"h7845"}],"8":[{"text":"in mine hearing","number":"h241"},{"text":"Surely thou hast spoken","number":"h559"},{"text":"of thy words","number":"h4405"},{"text":"the voice","number":"h6963"},{"text":"and I have heard","number":"h8085"}],"16":[{"text":"the ears","number":"h241"},{"text":"of men","number":"h582"},{"text":"Then he openeth","number":"h1540"},{"text":"and sealeth","number":"h2856"},{"text":"their instruction","number":"h4561"}],"14":[{"text":"once","number":"h259"},{"text":"For God","number":"h410"},{"text":"speaketh","number":"h1696"},{"text":"yet man perceiveth","number":"h7789"},{"text":"yea twice","number":"h8147"}],"10":[{"text":"me for his enemy","number":"h341"},{"text":"against me he counteth","number":"h2803"},{"text":"Behold he findeth","number":"h4672"},{"text":"occasions","number":"h8569"}],"31":[{"text":"O Job","number":"h347"},{"text":"and I will speak","number":"h1696"},{"text":"unto me hold thy peace","number":"h2790"},{"text":"Mark well","number":"h7181"},{"text":"hearken","number":"h8085"}],"7":[{"text":"Behold my terror","number":"h367"},{"text":"neither shall my hand","number":"h405"},{"text":"shall not make thee afraid","number":"h1204"},{"text":"be heavy","number":"h3513"}],"19":[{"text":"with strong","number":"h386"},{"text":"He is chastened","number":"h3198"},{"text":"also with pain","number":"h4341"},{"text":"upon his bed","number":"h4904"},{"text":"of his bones","number":"h6106"},{"text":"and the multitude","number":"h7230"}],"29":[{"text":"God","number":"h410"},{"text":"with man","number":"h1397"},{"text":"Lo all these things worketh","number":"h6466"},{"text":"oftentimes","number":"h6471"}],"6":[{"text":"in God's","number":"h410"},{"text":"out of the clay","number":"h2563"},{"text":"Behold I am according to thy wish","number":"h6310"},{"text":"stead I also am formed","number":"h7169"}],"4":[{"text":"of God","number":"h410"},{"text":"hath given me life","number":"h2421"},{"text":"me and the breath","number":"h5397"},{"text":"hath made","number":"h6213"},{"text":"The Spirit","number":"h7307"},{"text":"of the Almighty","number":"h7706"}],"12":[{"text":"thee that God","number":"h433"},{"text":"than man","number":"h582"},{"text":"I will answer","number":"h6030"},{"text":"Behold in this thou art not just","number":"h6663"},{"text":"is greater","number":"h7235"}],"26":[{"text":"unto God","number":"h433"},{"text":"unto man","number":"h582"},{"text":"He shall pray","number":"h6279"},{"text":"his face","number":"h6440"},{"text":"his righteousness","number":"h6666"},{"text":"unto him and he shall see","number":"h7200"},{"text":"and he will be favourable","number":"h7521"},{"text":"for he will render","number":"h7725"},{"text":"with joy","number":"h8643"}],"33":[{"text":"and I shall teach","number":"h502"},{"text":"thee wisdom","number":"h2451"},{"text":"unto me hold thy peace","number":"h2790"},{"text":"If not hearken","number":"h8085"}],"27":[{"text":"and if any say","number":"h559"},{"text":"upon men","number":"h582"},{"text":"I have sinned","number":"h2398"},{"text":"that which was right","number":"h3477"},{"text":"and perverted","number":"h5753"},{"text":"and it profited","number":"h7737"},{"text":"He looketh","number":"h7789"}],"24":[{"text":"unto him and saith","number":"h559"},{"text":"Then he is gracious","number":"h2603"},{"text":"him from going down","number":"h3381"},{"text":"a ransom","number":"h3724"},{"text":"I have found","number":"h4672"},{"text":"Deliver","number":"h6308"},{"text":"to the pit","number":"h7845"}],"3":[{"text":"My words","number":"h561"},{"text":"clearly","number":"h1305"},{"text":"knowledge","number":"h1847"},{"text":"shall be of the uprightness","number":"h3476"},{"text":"of my heart","number":"h3820"},{"text":"shall utter","number":"h4448"},{"text":"and my lips","number":"h8193"}],"15":[{"text":"upon men","number":"h582"},{"text":"in a vision","number":"h2384"},{"text":"In a dream","number":"h2472"},{"text":"of the night","number":"h3915"},{"text":"upon the bed","number":"h4904"},{"text":"sleep falleth","number":"h5307"},{"text":"in slumberings","number":"h8572"},{"text":"when deep","number":"h8639"}],"11":[{"text":"all my paths","number":"h734"},{"text":"in the stocks","number":"h5465"},{"text":"my feet","number":"h7272"},{"text":"He putteth","number":"h7760"},{"text":"he marketh","number":"h8104"}],"21":[{"text":"His flesh","number":"h1320"},{"text":"is consumed away","number":"h3615"},{"text":"and his bones","number":"h6106"},{"text":"that were not seen","number":"h7200"},{"text":"that it cannot be seen","number":"h7210"},{"text":"stick out","number":"h8192"}],"25":[{"text":"His flesh","number":"h1320"},{"text":"to the days","number":"h3117"},{"text":"than a child's","number":"h5290"},{"text":"of his youth","number":"h5934"},{"text":"shall be fresher","number":"h7375"},{"text":"he shall return","number":"h7725"}],"2":[{"text":"hath spoken","number":"h1696"},{"text":"in my mouth","number":"h2441"},{"text":"my tongue","number":"h3956"},{"text":"my mouth","number":"h6310"},{"text":"Behold now I have opened","number":"h6605"}],"32":[{"text":"me speak","number":"h1696"},{"text":"for I desire","number":"h2654"},{"text":"If thou hast","number":"h3426"},{"text":"any thing to say","number":"h4405"},{"text":"to justify","number":"h6663"},{"text":"answer","number":"h7725"}],"13":[{"text":"of any of his matters","number":"h1697"},{"text":"against him for he giveth not account","number":"h6030"},{"text":"Why dost thou strive","number":"h7378"}],"20":[{"text":"abhorreth","number":"h2092"},{"text":"So that his life","number":"h2416"},{"text":"bread","number":"h3899"},{"text":"meat","number":"h3978"},{"text":"and his soul","number":"h5315"},{"text":"dainty","number":"h8378"}],"9":[{"text":"I am clean","number":"h2134"},{"text":"I am innocent","number":"h2643"},{"text":"neither is there iniquity","number":"h5771"},{"text":"without transgression","number":"h6588"}],"18":[{"text":"and his life","number":"h2416"},{"text":"He keepeth back","number":"h2820"},{"text":"his soul","number":"h5315"},{"text":"from perishing","number":"h5674"},{"text":"from the pit","number":"h7845"},{"text":"by the sword","number":"h7973"}],"22":[{"text":"and his life","number":"h2416"},{"text":"to the destroyers","number":"h4191"},{"text":"Yea his soul","number":"h5315"},{"text":"draweth near","number":"h7126"},{"text":"unto the grave","number":"h7845"}],"5":[{"text":"If thou canst","number":"h3201"},{"text":"me stand up","number":"h3320"},{"text":"me set thy words in order","number":"h6186"},{"text":"before","number":"h6440"},{"text":"answer","number":"h7725"}]}
@@ -0,0 +1 @@
1
+ {"36":[{"text":"My desire","number":"h15"},{"text":"for wicked","number":"h205"},{"text":"is that Job","number":"h347"},{"text":"men","number":"h582"},{"text":"may be tried","number":"h974"},{"text":"unto the end","number":"h5331"},{"text":"because of his answers","number":"h8666"}],"20":[{"text":"and the mighty","number":"h47"},{"text":"shall be troubled","number":"h1607"},{"text":"at midnight","number":"h2676"},{"text":"without hand","number":"h3027"},{"text":"shall they die","number":"h4191"},{"text":"shall be taken away","number":"h5493"},{"text":"and pass away","number":"h5674"},{"text":"and the people","number":"h5971"},{"text":"In a moment","number":"h7281"}],"30":[{"text":"That the hypocrite","number":"h120"},{"text":"be ensnared","number":"h4170"},{"text":"reign","number":"h4427"},{"text":"not lest the people","number":"h5971"}],"15":[{"text":"and man","number":"h120"},{"text":"All flesh","number":"h1320"},{"text":"shall perish","number":"h1478"},{"text":"together","number":"h3162"},{"text":"unto dust","number":"h6083"},{"text":"shall turn again","number":"h7725"}],"11":[{"text":"of a man","number":"h120"},{"text":"unto him and cause every man","number":"h376"},{"text":"according to his ways","number":"h734"},{"text":"to find","number":"h4672"},{"text":"For the work","number":"h6467"},{"text":"shall he render","number":"h7999"}],"29":[{"text":"or against a man","number":"h120"},{"text":"him whether it be done against a nation","number":"h1471"},{"text":"only","number":"h3162"},{"text":"and when he hideth","number":"h5641"},{"text":"his face","number":"h6440"},{"text":"who then can make trouble","number":"h7561"},{"text":"who then can behold","number":"h7789"},{"text":"When he giveth quietness","number":"h8252"}],"22":[{"text":"of iniquity","number":"h205"},{"text":"There is no darkness","number":"h2822"},{"text":"may hide","number":"h5641"},{"text":"where the workers","number":"h6466"},{"text":"nor shadow of death","number":"h6757"}],"8":[{"text":"of iniquity","number":"h205"},{"text":"men","number":"h582"},{"text":"Which goeth","number":"h732"},{"text":"in company","number":"h2274"},{"text":"and walketh","number":"h3212"},{"text":"with the workers","number":"h6466"},{"text":"with wicked","number":"h7562"}],"2":[{"text":"men and give ear","number":"h238"},{"text":"O ye wise","number":"h2450"},{"text":"unto me ye that have knowledge","number":"h3045"},{"text":"my words","number":"h4405"},{"text":"Hear","number":"h8085"}],"16":[{"text":"this hearken","number":"h238"},{"text":"If now thou hast understanding","number":"h998"},{"text":"of my words","number":"h4405"},{"text":"to the voice","number":"h6963"},{"text":"hear","number":"h8085"}],"3":[{"text":"For the ear","number":"h241"},{"text":"meat","number":"h398"},{"text":"trieth","number":"h974"},{"text":"as the mouth","number":"h2441"},{"text":"tasteth","number":"h2938"},{"text":"words","number":"h4405"}],"27":[{"text":"from him","number":"h310"},{"text":"any of his ways","number":"h1870"},{"text":"Because they turned back","number":"h5493"},{"text":"and would not consider","number":"h7919"}],"24":[{"text":"others","number":"h312"},{"text":"without number","number":"h2714"},{"text":"mighty men","number":"h3524"},{"text":"and set","number":"h5975"},{"text":"He shall break in pieces","number":"h7489"}],"5":[{"text":"For Job","number":"h347"},{"text":"and God","number":"h410"},{"text":"hath said","number":"h559"},{"text":"my judgment","number":"h4941"},{"text":"hath taken away","number":"h5493"},{"text":"I am righteous","number":"h6663"}],"35":[{"text":"Job","number":"h347"},{"text":"hath spoken","number":"h1696"},{"text":"and his words","number":"h1697"},{"text":"without knowledge","number":"h1847"},{"text":"were without wisdom","number":"h7919"}],"7":[{"text":"is like Job","number":"h347"},{"text":"What man","number":"h1397"},{"text":"scorning","number":"h3933"},{"text":"like water","number":"h4325"},{"text":"who drinketh up","number":"h8354"}],"21":[{"text":"of man","number":"h376"},{"text":"are upon the ways","number":"h1870"},{"text":"For his eyes","number":"h5869"},{"text":"all his goings","number":"h6806"},{"text":"and he seeth","number":"h7200"}],"23":[{"text":"upon man","number":"h376"},{"text":"with God","number":"h410"},{"text":"more than right that he should enter","number":"h1980"},{"text":"into judgment","number":"h4941"},{"text":"For he will not lay","number":"h7760"}],"12":[{"text":"God","number":"h410"},{"text":"Yea surely","number":"h551"},{"text":"judgment","number":"h4941"},{"text":"pervert","number":"h5791"},{"text":"will not do wickedly","number":"h7561"},{"text":"neither will the Almighty","number":"h7706"}],"37":[{"text":"against God","number":"h410"},{"text":"his words","number":"h561"},{"text":"unto his sin","number":"h2403"},{"text":"For he addeth","number":"h3254"},{"text":"he clappeth","number":"h5606"},{"text":"rebellion","number":"h6588"},{"text":"his hands among us and multiplieth","number":"h7235"}],"10":[{"text":"from God","number":"h410"},{"text":"unto me ye men","number":"h582"},{"text":"far be it","number":"h2486"},{"text":"of understanding","number":"h3824"},{"text":"that he should commit iniquity","number":"h5766"},{"text":"that he should do wickedness","number":"h7562"},{"text":"and from the Almighty","number":"h7706"},{"text":"Therefore hearken","number":"h8085"}],"31":[{"text":"unto God","number":"h410"},{"text":"Surely it is meet to be said","number":"h559"},{"text":"chastisement I will not offend","number":"h2254"},{"text":"I have borne","number":"h5375"}],"9":[{"text":"himself with God","number":"h430"},{"text":"For he hath said","number":"h559"},{"text":"a man","number":"h1397"},{"text":"It profiteth","number":"h5532"},{"text":"nothing that he should delight","number":"h7521"}],"1":[{"text":"Furthermore Elihu","number":"h453"},{"text":"and said","number":"h559"},{"text":"answered","number":"h6030"}],"18":[{"text":"Is it fit to say","number":"h559"},{"text":"Thou art wicked","number":"h1100"},{"text":"to a king","number":"h4428"},{"text":"and to princes","number":"h5081"},{"text":"Ye are ungodly","number":"h7563"}],"34":[{"text":"tell","number":"h559"},{"text":"Let men","number":"h582"},{"text":"man","number":"h1397"},{"text":"me and let a wise","number":"h2450"},{"text":"of understanding","number":"h3824"},{"text":"hearken","number":"h8085"}],"6":[{"text":"is incurable","number":"h605"},{"text":"my wound","number":"h2671"},{"text":"Should I lie","number":"h3576"},{"text":"against my right","number":"h4941"},{"text":"without transgression","number":"h6588"}],"14":[{"text":"upon man if he gather","number":"h622"},{"text":"his heart","number":"h3820"},{"text":"and his breath","number":"h5397"},{"text":"unto himself his spirit","number":"h7307"},{"text":"If he set","number":"h7760"}],"13":[{"text":"over the earth","number":"h776"},{"text":"Who hath given him a charge","number":"h6485"},{"text":"or who hath disposed","number":"h7760"},{"text":"the whole world","number":"h8398"}],"28":[{"text":"to come","number":"h935"},{"text":"of the poor","number":"h1800"},{"text":"of the afflicted","number":"h6041"},{"text":"So that they cause the cry","number":"h6818"},{"text":"the cry","number":"h6818"},{"text":"unto him and he heareth","number":"h8085"}],"4":[{"text":"Let us choose","number":"h977"},{"text":"among ourselves what is good","number":"h2896"},{"text":"let us know","number":"h3045"},{"text":"to us judgment","number":"h4941"}],"33":[{"text":"or whether thou choose","number":"h977"},{"text":"and not I therefore speak","number":"h1696"},{"text":"what thou knowest","number":"h3045"},{"text":"it whether thou refuse","number":"h3588"},{"text":"Should it be according to thy mind he will recompense","number":"h7999"}],"32":[{"text":"not","number":"h1107"},{"text":"That which I see","number":"h2372"},{"text":"I will do","number":"h3254"},{"text":"teach","number":"h3384"},{"text":"iniquity","number":"h5766"},{"text":"thou me if I have done","number":"h6466"}],"25":[{"text":"so that they are destroyed","number":"h1792"},{"text":"and he overturneth","number":"h2015"},{"text":"them in the night","number":"h3915"},{"text":"their works","number":"h4566"},{"text":"Therefore he knoweth","number":"h5234"}],"19":[{"text":"the poor","number":"h1800"},{"text":"of his hands","number":"h3027"},{"text":"for they all are the work","number":"h4639"},{"text":"nor regardeth","number":"h5234"},{"text":"How much less to him that accepteth","number":"h5375"},{"text":"more than","number":"h6440"},{"text":"not the persons","number":"h6440"},{"text":"the rich","number":"h7771"},{"text":"of princes","number":"h8269"}],"17":[{"text":"govern","number":"h2280"},{"text":"him that is most","number":"h3524"},{"text":"right","number":"h4941"},{"text":"just","number":"h6662"},{"text":"and wilt thou condemn","number":"h7561"},{"text":"Shall even he that hateth","number":"h8130"}],"26":[{"text":"in the open","number":"h4725"},{"text":"He striketh","number":"h5606"},{"text":"sight","number":"h7200"},{"text":"wicked men","number":"h7563"},{"text":"them as","number":"h8478"}]}
@@ -0,0 +1 @@
1
+ {"8":[{"text":"of man","number":"h120"},{"text":"may hurt a man","number":"h376"},{"text":"may profit the son","number":"h1121"},{"text":"as thou art and thy righteousness","number":"h6666"},{"text":"Thy wickedness","number":"h7562"}],"16":[{"text":"Therefore doth Job","number":"h347"},{"text":"without","number":"h1097"},{"text":"knowledge","number":"h1847"},{"text":"in vain","number":"h1892"},{"text":"he multiplieth","number":"h3527"},{"text":"words","number":"h4405"},{"text":"his mouth","number":"h6310"},{"text":"open","number":"h6475"}],"13":[{"text":"Surely God","number":"h410"},{"text":"neither will the Almighty","number":"h7706"},{"text":"vanity","number":"h7723"},{"text":"regard","number":"h7789"},{"text":"will not hear","number":"h8085"}],"2":[{"text":"is more than God's","number":"h410"},{"text":"that thou saidst","number":"h559"},{"text":"Thinkest","number":"h2803"},{"text":"thou this to be right","number":"h4941"},{"text":"My righteousness","number":"h6664"}],"10":[{"text":"Where is God","number":"h433"},{"text":"But none saith","number":"h559"},{"text":"songs","number":"h2158"},{"text":"in the night","number":"h3915"},{"text":"who giveth","number":"h5414"},{"text":"my maker","number":"h6213"}],"1":[{"text":"Elihu","number":"h453"},{"text":"moreover and said","number":"h559"},{"text":"spake","number":"h6030"}],"11":[{"text":"Who teacheth","number":"h502"},{"text":"of the earth","number":"h776"},{"text":"us more than the beasts","number":"h929"},{"text":"and maketh us wiser","number":"h2449"},{"text":"than the fowls","number":"h5775"},{"text":"of heaven","number":"h8064"}],"3":[{"text":"For thou saidst","number":"h559"},{"text":"shall I have if I be cleansed from my sin","number":"h2403"},{"text":"will it be unto thee and What profit","number":"h3276"},{"text":"What advantage","number":"h5532"}],"14":[{"text":"thou sayest","number":"h559"},{"text":"Although","number":"h637"},{"text":"him yet judgment","number":"h1779"},{"text":"him therefore trust","number":"h2342"},{"text":"is before","number":"h6440"},{"text":"thou shalt not see","number":"h7789"}],"15":[{"text":"in his anger","number":"h639"},{"text":"yet he knoweth","number":"h3045"},{"text":"it not in great","number":"h3966"},{"text":"But now because it is not so he hath visited","number":"h6485"},{"text":"extremity","number":"h6580"}],"12":[{"text":"of the pride","number":"h1347"},{"text":"but none giveth answer","number":"h6030"},{"text":"because","number":"h6440"},{"text":"There they cry","number":"h6817"},{"text":"of evil men","number":"h7451"}],"5":[{"text":"which are higher","number":"h1361"},{"text":"Look","number":"h5027"},{"text":"and see","number":"h7200"},{"text":"and behold","number":"h7789"},{"text":"the clouds","number":"h7834"},{"text":"unto the heavens","number":"h8064"}],"9":[{"text":"they make the oppressed to cry","number":"h2199"},{"text":"by reason of the arm","number":"h2220"},{"text":"of oppressions","number":"h6217"},{"text":"of the mighty","number":"h7227"},{"text":"By reason of the multitude","number":"h7230"},{"text":"they cry out","number":"h7768"}],"6":[{"text":"If thou sinnest","number":"h2398"},{"text":"what doest","number":"h6213"},{"text":"what doest","number":"h6466"},{"text":"thou against him or if thy transgressions","number":"h6588"},{"text":"be multiplied","number":"h7231"}],"7":[{"text":"he of thine hand","number":"h3027"},{"text":"thou him or what receiveth","number":"h3947"},{"text":"what givest","number":"h5414"},{"text":"If thou be righteous","number":"h6663"}],"4":[{"text":"thee and thy companions","number":"h7453"},{"text":"I will answer","number":"h7725"}]}
@@ -0,0 +1 @@
1
+ {"27":[{"text":"according to the vapour","number":"h108"},{"text":"For he maketh small","number":"h1639"},{"text":"they pour down","number":"h2212"},{"text":"rain","number":"h4306"},{"text":"of water","number":"h4325"},{"text":"the drops","number":"h5198"}],"25":[{"text":"Every man","number":"h120"},{"text":"it man","number":"h582"},{"text":"may see","number":"h2372"},{"text":"may behold","number":"h5027"},{"text":"it afar off","number":"h7350"}],"28":[{"text":"upon man","number":"h120"},{"text":"do drop","number":"h5140"},{"text":"abundantly","number":"h7227"},{"text":"and distil","number":"h7491"},{"text":"Which the clouds","number":"h7834"}],"10":[{"text":"from iniquity","number":"h205"},{"text":"also their ear","number":"h241"},{"text":"and commandeth","number":"h559"},{"text":"He openeth","number":"h1540"},{"text":"to discipline","number":"h4148"},{"text":"that they return","number":"h7725"}],"21":[{"text":"not iniquity","number":"h205"},{"text":"for this hast thou chosen","number":"h977"},{"text":"rather than affliction","number":"h6040"},{"text":"regard","number":"h6437"},{"text":"Take heed","number":"h8104"}],"30":[{"text":"his light","number":"h216"},{"text":"of the sea","number":"h3220"},{"text":"upon it and covereth","number":"h3680"},{"text":"Behold he spreadeth","number":"h6566"},{"text":"the bottom","number":"h8328"}],"32":[{"text":"the light","number":"h216"},{"text":"he covereth","number":"h3680"},{"text":"With clouds","number":"h3709"},{"text":"it not to shine by the cloud that cometh betwixt","number":"h6293"},{"text":"and commandeth","number":"h6680"}],"15":[{"text":"their ears","number":"h241"},{"text":"and openeth","number":"h1540"},{"text":"He delivereth","number":"h2502"},{"text":"in oppression","number":"h3906"},{"text":"in his affliction","number":"h6040"},{"text":"the poor","number":"h6041"}],"31":[{"text":"meat","number":"h400"},{"text":"For by them judgeth","number":"h1777"},{"text":"in abundance","number":"h4342"},{"text":"he giveth","number":"h5414"},{"text":"he the people","number":"h5971"}],"22":[{"text":"Behold God","number":"h410"},{"text":"who teacheth","number":"h3384"},{"text":"by his power","number":"h3581"},{"text":"exalteth","number":"h7682"}],"26":[{"text":"Behold God","number":"h410"},{"text":"be searched out","number":"h2714"},{"text":"and we know","number":"h3045"},{"text":"him not neither can the number","number":"h4557"},{"text":"is great","number":"h7689"},{"text":"of his years","number":"h8141"}],"5":[{"text":"Behold God","number":"h410"},{"text":"is mighty","number":"h3524"},{"text":"not any he is mighty","number":"h3524"},{"text":"in strength","number":"h3581"},{"text":"and wisdom","number":"h3820"},{"text":"and despiseth","number":"h3988"}],"2":[{"text":"on God's","number":"h433"},{"text":"me a little","number":"h2191"},{"text":"and I will shew","number":"h2331"},{"text":"Suffer","number":"h3803"},{"text":"thee that I have yet to speak","number":"h4405"}],"1":[{"text":"Elihu","number":"h453"},{"text":"and said","number":"h559"},{"text":"also proceeded","number":"h3254"}],"4":[{"text":"For truly","number":"h551"},{"text":"in knowledge","number":"h1844"},{"text":"my words","number":"h4405"},{"text":"shall not be false","number":"h8267"},{"text":"he that is perfect","number":"h8549"}],"23":[{"text":"or who can say","number":"h559"},{"text":"him his way","number":"h1870"},{"text":"iniquity","number":"h5766"},{"text":"Thou hast wrought","number":"h6466"},{"text":"Who hath enjoined","number":"h6485"}],"24":[{"text":"which men","number":"h582"},{"text":"Remember","number":"h2142"},{"text":"his work","number":"h6467"},{"text":"that thou magnify","number":"h7679"},{"text":"behold","number":"h7891"}],"8":[{"text":"And if they be bound","number":"h631"},{"text":"in fetters","number":"h2131"},{"text":"in cords","number":"h2256"},{"text":"and be holden","number":"h3920"},{"text":"of affliction","number":"h6040"}],"13":[{"text":"not when he bindeth","number":"h631"},{"text":"wrath","number":"h639"},{"text":"But the hypocrites","number":"h2611"},{"text":"in heart","number":"h3820"},{"text":"heap up","number":"h7760"},{"text":"they cry","number":"h7768"}],"29":[{"text":"Also can any understand","number":"h995"},{"text":"the spreadings","number":"h4666"},{"text":"of his tabernacle","number":"h5521"},{"text":"of the clouds","number":"h5645"},{"text":"or the noise","number":"h8663"}],"19":[{"text":"no not gold","number":"h1222"},{"text":"of strength","number":"h3581"},{"text":"nor all the forces","number":"h3981"},{"text":"Will he esteem","number":"h6186"},{"text":"thy riches","number":"h7769"}],"7":[{"text":"and they are exalted","number":"h1361"},{"text":"He withdraweth","number":"h1639"},{"text":"yea he doth establish","number":"h3427"},{"text":"are they on the throne","number":"h3678"},{"text":"but with kings","number":"h4428"},{"text":"them for ever","number":"h5331"},{"text":"not his eyes","number":"h5869"},{"text":"from the righteous","number":"h6662"}],"9":[{"text":"that they have exceeded","number":"h1396"},{"text":"Then he sheweth","number":"h5046"},{"text":"them their work","number":"h6467"},{"text":"and their transgressions","number":"h6588"}],"12":[{"text":"and they shall die","number":"h1478"},{"text":"without knowledge","number":"h1847"},{"text":"not they shall perish","number":"h5674"},{"text":"by the sword","number":"h7973"},{"text":"But if they obey","number":"h8085"}],"17":[{"text":"judgment","number":"h1779"},{"text":"the judgment","number":"h1779"},{"text":"But thou hast fulfilled","number":"h4390"},{"text":"and justice","number":"h4941"},{"text":"of the wicked","number":"h7563"},{"text":"take hold","number":"h8551"}],"3":[{"text":"my knowledge","number":"h1843"},{"text":"I will fetch","number":"h5375"},{"text":"and will ascribe","number":"h5414"},{"text":"to my Maker","number":"h6466"},{"text":"righteousness","number":"h6664"},{"text":"from afar","number":"h7350"}],"16":[{"text":"of fatness","number":"h1880"},{"text":"there is no straitness","number":"h4164"},{"text":"should be full","number":"h4390"},{"text":"and that which should be set","number":"h5183"},{"text":"Even so would he have removed","number":"h5496"},{"text":"thee out of the strait","number":"h6310"},{"text":"into a broad place","number":"h7338"},{"text":"on thy table","number":"h7979"},{"text":"where","number":"h8478"}],"14":[{"text":"and their life","number":"h2416"},{"text":"die","number":"h4191"},{"text":"in youth","number":"h5290"},{"text":"They","number":"h5315"},{"text":"is among the unclean","number":"h6945"}],"6":[{"text":"He preserveth not the life","number":"h2421"},{"text":"right","number":"h4941"},{"text":"but giveth","number":"h5414"},{"text":"to the poor","number":"h6041"},{"text":"of the wicked","number":"h7563"}],"18":[{"text":"Because there is wrath","number":"h2534"},{"text":"ransom","number":"h3724"},{"text":"cannot deliver","number":"h5186"},{"text":"beware lest he take thee away","number":"h5496"},{"text":"with his stroke","number":"h5607"},{"text":"then a great","number":"h7230"}],"11":[{"text":"in prosperity","number":"h2896"},{"text":"their days","number":"h3117"},{"text":"him they shall spend","number":"h3615"},{"text":"in pleasures","number":"h5273"},{"text":"and serve","number":"h5647"},{"text":"If they obey","number":"h8085"},{"text":"and their years","number":"h8141"}],"20":[{"text":"not the night","number":"h3915"},{"text":"are cut off","number":"h5927"},{"text":"when people","number":"h5971"},{"text":"Desire","number":"h7602"}],"33":[{"text":"concerning it the cattle","number":"h4735"},{"text":"thereof sheweth","number":"h5046"},{"text":"also concerning the vapour","number":"h5927"},{"text":"The noise","number":"h7452"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"of every man","number":"h120"},{"text":"that all men","number":"h582"},{"text":"He sealeth up","number":"h2856"},{"text":"the hand","number":"h3027"},{"text":"may know","number":"h3045"},{"text":"his work","number":"h4639"}],"3":[{"text":"and his lightning","number":"h216"},{"text":"of the earth","number":"h776"},{"text":"He directeth","number":"h3474"},{"text":"unto the ends","number":"h3671"},{"text":"under the whole heaven","number":"h8064"},{"text":"it","number":"h8281"}],"11":[{"text":"his bright","number":"h216"},{"text":"he wearieth","number":"h2959"},{"text":"the thick cloud","number":"h5645"},{"text":"cloud","number":"h6051"},{"text":"he scattereth","number":"h6327"},{"text":"Also by watering","number":"h7377"}],"21":[{"text":"light","number":"h216"},{"text":"not the bright","number":"h925"},{"text":"and cleanseth","number":"h2891"},{"text":"passeth","number":"h5674"},{"text":"And now men see","number":"h7200"},{"text":"but the wind","number":"h7307"},{"text":"which is in the clouds","number":"h7834"}],"15":[{"text":"them and caused the light","number":"h216"},{"text":"when God","number":"h433"},{"text":"Dost thou know","number":"h3045"},{"text":"to shine","number":"h3313"},{"text":"of his cloud","number":"h6051"},{"text":"disposed","number":"h7760"}],"14":[{"text":"Hearken","number":"h238"},{"text":"unto this O Job","number":"h347"},{"text":"works of God","number":"h410"},{"text":"and consider","number":"h995"},{"text":"stand still","number":"h5975"},{"text":"the wondrous","number":"h6381"}],"4":[{"text":"After","number":"h310"},{"text":"of his excellency","number":"h1347"},{"text":"and he will not stay","number":"h6117"},{"text":"it a voice","number":"h6963"},{"text":"them when his voice","number":"h6963"},{"text":"with the voice","number":"h6963"},{"text":"he thundereth","number":"h7481"},{"text":"roareth","number":"h7580"},{"text":"is heard","number":"h8085"}],"20":[{"text":"if a man","number":"h376"},{"text":"speak","number":"h559"},{"text":"surely he shall be swallowed up","number":"h1104"},{"text":"him that I speak","number":"h1696"},{"text":"Shall it be told","number":"h5608"}],"5":[{"text":"God","number":"h410"},{"text":"great things","number":"h1419"},{"text":"he which we cannot comprehend","number":"h3045"},{"text":"doeth","number":"h6213"},{"text":"marvellously","number":"h6381"},{"text":"with his voice","number":"h6963"},{"text":"thundereth","number":"h7481"}],"10":[{"text":"of God","number":"h410"},{"text":"is straitened","number":"h4164"},{"text":"of the waters","number":"h4325"},{"text":"By the breath","number":"h5397"},{"text":"is given","number":"h5414"},{"text":"frost","number":"h7140"},{"text":"and the breadth","number":"h7341"}],"22":[{"text":"with God","number":"h433"},{"text":"cometh","number":"h857"},{"text":"majesty","number":"h1935"},{"text":"Fair weather","number":"h2091"},{"text":"is terrible","number":"h3372"},{"text":"out of the north","number":"h6828"}],"6":[{"text":"For he saith","number":"h559"},{"text":"on the earth","number":"h776"},{"text":"rain","number":"h1653"},{"text":"rain","number":"h1653"},{"text":"Be thou","number":"h1933"},{"text":"and to the great","number":"h4306"},{"text":"likewise to the small","number":"h4306"},{"text":"of his strength","number":"h5797"},{"text":"to the snow","number":"h7950"}],"19":[{"text":"us what we shall say","number":"h559"},{"text":"of darkness","number":"h2822"},{"text":"Teach","number":"h3045"},{"text":"unto him for we cannot order","number":"h6186"},{"text":"our speech by reason","number":"h6440"}],"24":[{"text":"Men","number":"h582"},{"text":"not any that are wise","number":"h2450"},{"text":"do therefore fear","number":"h3372"},{"text":"of heart","number":"h3820"},{"text":"him he respecteth","number":"h7200"}],"8":[{"text":"dens","number":"h695"},{"text":"go","number":"h935"},{"text":"into","number":"h1119"},{"text":"Then the beasts","number":"h2416"},{"text":"in their places","number":"h4585"},{"text":"and remain","number":"h7931"}],"12":[{"text":"in the earth","number":"h776"},{"text":"And it is turned","number":"h2015"},{"text":"round about","number":"h4524"},{"text":"them upon the face","number":"h6440"},{"text":"that they may do","number":"h6467"},{"text":"whatsoever he commandeth","number":"h6680"},{"text":"of the world","number":"h8398"},{"text":"by his counsels","number":"h8458"}],"13":[{"text":"or for his land","number":"h776"},{"text":"or for mercy","number":"h2617"},{"text":"He causeth it to come","number":"h4672"},{"text":"whether for correction","number":"h7626"}],"17":[{"text":"the earth","number":"h776"},{"text":"How thy garments","number":"h899"},{"text":"by the south","number":"h1864"},{"text":"are warm","number":"h2525"},{"text":"when he quieteth","number":"h8252"}],"9":[{"text":"cometh","number":"h935"},{"text":"Out of the south","number":"h2315"},{"text":"out of the north","number":"h4215"},{"text":"the whirlwind","number":"h5492"},{"text":"and cold","number":"h7135"}],"16":[{"text":"in knowledge","number":"h1843"},{"text":"Dost thou know","number":"h3045"},{"text":"the wondrous works","number":"h4652"},{"text":"the balancings","number":"h4657"},{"text":"of the clouds","number":"h5645"},{"text":"of him which is perfect","number":"h8549"}],"2":[{"text":"and the sound","number":"h1899"},{"text":"that goeth out","number":"h3318"},{"text":"of his mouth","number":"h6310"},{"text":"of his voice","number":"h6963"},{"text":"the noise","number":"h7267"},{"text":"Hear","number":"h8085"},{"text":"attentively","number":"h8085"}],"1":[{"text":"At this","number":"h2063"},{"text":"trembleth","number":"h2729"},{"text":"also my heart","number":"h3820"},{"text":"of his place","number":"h4725"},{"text":"and is moved out","number":"h5425"}],"18":[{"text":"which is strong","number":"h2389"},{"text":"and as a molten","number":"h3332"},{"text":"looking glass","number":"h7209"},{"text":"Hast thou with him spread out","number":"h7554"},{"text":"the sky","number":"h7834"}],"23":[{"text":"in power","number":"h3581"},{"text":"we cannot find him out","number":"h4672"},{"text":"and in judgment","number":"h4941"},{"text":"he will not afflict","number":"h6031"},{"text":"of justice","number":"h6666"},{"text":"and in plenty","number":"h7230"},{"text":"he is excellent","number":"h7689"},{"text":"Touching the Almighty","number":"h7706"}]}
@@ -0,0 +1 @@
1
+ {"28":[{"text":"a father","number":"h1"},{"text":"the drops","number":"h96"},{"text":"of dew","number":"h2919"},{"text":"or who hath begotten","number":"h3205"},{"text":"Hath","number":"h3426"},{"text":"the rain","number":"h4306"}],"30":[{"text":"as with a stone","number":"h68"},{"text":"are hid","number":"h2244"},{"text":"is frozen","number":"h3920"},{"text":"The waters","number":"h4325"},{"text":"and the face","number":"h6440"},{"text":"of the deep","number":"h8415"}],"6":[{"text":"stone","number":"h68"},{"text":"Whereupon are the foundations","number":"h134"},{"text":"thereof fastened","number":"h2883"},{"text":"or who laid","number":"h3384"},{"text":"the corner","number":"h6438"}],"26":[{"text":"wherein there is no man","number":"h120"},{"text":"where no man","number":"h376"},{"text":"on the earth","number":"h776"},{"text":"is on the wilderness","number":"h4057"},{"text":"To cause it to rain","number":"h4305"}],"22":[{"text":"into the treasures","number":"h214"},{"text":"the treasures","number":"h214"},{"text":"Hast thou entered","number":"h935"},{"text":"of the hail","number":"h1259"},{"text":"or hast thou seen","number":"h7200"},{"text":"of the snow","number":"h7950"}],"24":[{"text":"is the light","number":"h216"},{"text":"By what","number":"h335"},{"text":"upon the earth","number":"h776"},{"text":"way","number":"h1870"},{"text":"parted","number":"h2505"},{"text":"which scattereth","number":"h6327"},{"text":"the east wind","number":"h6921"}],"15":[{"text":"their light","number":"h216"},{"text":"arm","number":"h2220"},{"text":"is withholden","number":"h4513"},{"text":"and the high","number":"h7311"},{"text":"And from the wicked","number":"h7563"},{"text":"shall be broken","number":"h7665"}],"19":[{"text":"where light","number":"h216"},{"text":"Where is the way","number":"h1870"},{"text":"and as for darkness","number":"h2822"},{"text":"where is the place","number":"h4725"},{"text":"dwelleth","number":"h7931"}],"3":[{"text":"Gird up","number":"h247"},{"text":"like a man","number":"h1397"},{"text":"now thy loins","number":"h2504"},{"text":"of thee and answer","number":"h3045"},{"text":"for I will demand","number":"h7592"}],"13":[{"text":"That it might take hold","number":"h270"},{"text":"of the earth","number":"h776"},{"text":"of the ends","number":"h3671"},{"text":"might be shaken out","number":"h5287"},{"text":"that the wicked","number":"h7563"}],"1":[{"text":"Job","number":"h347"},{"text":"and said","number":"h559"},{"text":"Then the LORD","number":"h3068"},{"text":"out of the whirlwind","number":"h5591"},{"text":"answered","number":"h6030"}],"4":[{"text":"Where","number":"h375"},{"text":"of the earth","number":"h776"},{"text":"understanding","number":"h998"},{"text":"if thou hast","number":"h3045"},{"text":"wast thou when I laid the foundations","number":"h3245"},{"text":"declare","number":"h5046"}],"41":[{"text":"of meat","number":"h400"},{"text":"unto God","number":"h410"},{"text":"for lack","number":"h1097"},{"text":"when his young ones","number":"h3206"},{"text":"Who provideth","number":"h3559"},{"text":"for the raven","number":"h6158"},{"text":"his food","number":"h6718"},{"text":"cry","number":"h7768"},{"text":"they wander","number":"h8582"}],"7":[{"text":"of God","number":"h430"},{"text":"and all the sons","number":"h1121"},{"text":"When the morning","number":"h1242"},{"text":"together","number":"h3162"},{"text":"stars","number":"h3556"},{"text":"shouted","number":"h7321"},{"text":"sang","number":"h7442"}],"11":[{"text":"And said","number":"h559"},{"text":"shalt thou come","number":"h935"},{"text":"and here shall thy proud","number":"h1347"},{"text":"waves","number":"h1530"},{"text":"but no further","number":"h3254"},{"text":"Hitherto","number":"h5704"},{"text":"be stayed","number":"h7896"}],"35":[{"text":"and say","number":"h559"},{"text":"lightnings","number":"h1300"},{"text":"that they may go","number":"h3212"},{"text":"Canst thou send","number":"h7971"}],"40":[{"text":"lie in wait","number":"h695"},{"text":"and abide","number":"h3427"},{"text":"to","number":"h3926"},{"text":"in their dens","number":"h4585"},{"text":"in the covert","number":"h5521"},{"text":"When they couch","number":"h7817"}],"18":[{"text":"of the earth","number":"h776"},{"text":"Hast thou perceived","number":"h995"},{"text":"if thou knowest","number":"h3045"},{"text":"declare","number":"h5046"},{"text":"the breadth","number":"h7338"}],"33":[{"text":"thereof in the earth","number":"h776"},{"text":"thou the ordinances","number":"h2708"},{"text":"Knowest","number":"h3045"},{"text":"the dominion","number":"h4896"},{"text":"canst thou set","number":"h7760"},{"text":"of heaven","number":"h8064"}],"16":[{"text":"Hast thou entered","number":"h935"},{"text":"or hast thou walked","number":"h1980"},{"text":"in the search","number":"h2714"},{"text":"of the sea","number":"h3220"},{"text":"into the springs","number":"h5033"},{"text":"of the depth","number":"h8415"}],"29":[{"text":"Out of whose womb","number":"h990"},{"text":"who hath gendered","number":"h3205"},{"text":"came","number":"h3318"},{"text":"and the hoary frost","number":"h3713"},{"text":"the ice","number":"h7140"},{"text":"of heaven","number":"h8064"}],"20":[{"text":"thereof and that thou shouldest know","number":"h995"},{"text":"to the house","number":"h1004"},{"text":"it to the bound","number":"h1366"},{"text":"That thou shouldest take","number":"h3947"},{"text":"the paths","number":"h5410"}],"36":[{"text":"understanding","number":"h998"},{"text":"wisdom","number":"h2451"},{"text":"in the inward parts","number":"h2910"},{"text":"or who hath given","number":"h5414"},{"text":"Who hath put","number":"h7896"},{"text":"to the heart","number":"h7907"}],"32":[{"text":"with his sons","number":"h1121"},{"text":"Canst thou bring forth","number":"h3318"},{"text":"Mazzaroth","number":"h4216"},{"text":"or canst thou guide","number":"h5148"},{"text":"Arcturus","number":"h5906"},{"text":"in his season","number":"h6256"}],"12":[{"text":"the morning","number":"h1242"},{"text":"to know","number":"h3045"},{"text":"since thy days","number":"h3117"},{"text":"his place","number":"h4725"},{"text":"Hast thou commanded","number":"h6680"},{"text":"and caused the dayspring","number":"h7837"}],"10":[{"text":"bars","number":"h1280"},{"text":"and doors","number":"h1817"},{"text":"for it my decreed","number":"h2706"},{"text":"And brake up","number":"h7665"},{"text":"place and set","number":"h7760"}],"8":[{"text":"when it brake forth","number":"h1518"},{"text":"with doors","number":"h1817"},{"text":"the sea","number":"h3220"},{"text":"as if it had issued out","number":"h3318"},{"text":"Or who shut up","number":"h5526"},{"text":"of the womb","number":"h7358"}],"17":[{"text":"been opened","number":"h1540"},{"text":"of death","number":"h4194"},{"text":"of the shadow of death","number":"h6757"},{"text":"unto thee or hast thou seen","number":"h7200"},{"text":"Have the gates","number":"h8179"},{"text":"the doors","number":"h8179"}],"38":[{"text":"cleave fast together","number":"h1692"},{"text":"groweth","number":"h3332"},{"text":"into hardness","number":"h4165"},{"text":"When the dust","number":"h6083"},{"text":"and the clods","number":"h7263"}],"2":[{"text":"without knowledge","number":"h1847"},{"text":"Who is this that darkeneth","number":"h2821"},{"text":"by words","number":"h4405"},{"text":"counsel","number":"h6098"}],"25":[{"text":"or a way","number":"h1870"},{"text":"for the lightning","number":"h2385"},{"text":"Who hath divided","number":"h6385"},{"text":"of thunder","number":"h6963"},{"text":"for the overflowing of waters","number":"h7858"},{"text":"a watercourse","number":"h8585"}],"27":[{"text":"of the tender herb","number":"h1877"},{"text":"ground and to cause the bud","number":"h4161"},{"text":"and waste","number":"h4875"},{"text":"to spring forth","number":"h6779"},{"text":"To satisfy","number":"h7646"},{"text":"the desolate","number":"h7722"}],"14":[{"text":"It is turned","number":"h2015"},{"text":"to the seal","number":"h2368"},{"text":"as clay","number":"h2563"},{"text":"and they stand","number":"h3320"},{"text":"as a garment","number":"h3830"}],"39":[{"text":"the appetite","number":"h2416"},{"text":"the prey","number":"h2964"},{"text":"of the young lions","number":"h3715"},{"text":"for the lion","number":"h3833"},{"text":"or fill","number":"h4390"},{"text":"Wilt thou hunt","number":"h6679"}],"37":[{"text":"in wisdom","number":"h2451"},{"text":"the bottles","number":"h5035"},{"text":"Who can number","number":"h5608"},{"text":"the clouds","number":"h7834"},{"text":"or who can stay","number":"h7901"},{"text":"of heaven","number":"h8064"}],"23":[{"text":"Which I have reserved","number":"h2820"},{"text":"against the day","number":"h3117"},{"text":"and war","number":"h4421"},{"text":"against the time","number":"h6256"},{"text":"of trouble","number":"h6862"},{"text":"of battle","number":"h7128"}],"9":[{"text":"a swaddlingband","number":"h2854"},{"text":"the garment","number":"h3830"},{"text":"the cloud","number":"h6051"},{"text":"thereof and thick darkness","number":"h6205"},{"text":"When I made","number":"h7760"}],"21":[{"text":"Knowest","number":"h3045"},{"text":"of thy days","number":"h3117"},{"text":"thou it because thou wast then born","number":"h3205"},{"text":"or because the number","number":"h4557"},{"text":"is great","number":"h7227"}],"5":[{"text":"thereof if thou knowest","number":"h3045"},{"text":"the measures","number":"h4461"},{"text":"or who hath stretched","number":"h5186"},{"text":"the line","number":"h6957"},{"text":"Who hath laid","number":"h7760"}],"31":[{"text":"of Pleiades","number":"h3598"},{"text":"of Orion","number":"h3685"},{"text":"the bands","number":"h4189"},{"text":"the sweet influences","number":"h4575"},{"text":"or loose","number":"h6605"},{"text":"Canst thou bind","number":"h7194"}],"34":[{"text":"may cover","number":"h3680"},{"text":"of waters","number":"h4325"},{"text":"to the clouds","number":"h5645"},{"text":"thy voice","number":"h6963"},{"text":"Canst thou lift up","number":"h7311"},{"text":"that abundance","number":"h8229"}]}
@@ -0,0 +1 @@
1
+ {"9":[{"text":"be willing","number":"h14"},{"text":"by thy crib","number":"h18"},{"text":"thee or abide","number":"h3885"},{"text":"to serve","number":"h5647"},{"text":"Will the unicorn","number":"h7214"}],"26":[{"text":"fly","number":"h82"},{"text":"by thy wisdom","number":"h998"},{"text":"her wings","number":"h3671"},{"text":"Doth the hawk","number":"h5322"},{"text":"and stretch","number":"h6566"},{"text":"toward the south","number":"h8486"}],"13":[{"text":"or wings","number":"h84"},{"text":"and feathers","number":"h2624"},{"text":"wings","number":"h3671"},{"text":"unto the ostrich","number":"h5133"},{"text":"unto the peacocks","number":"h5965"},{"text":"Gavest thou the goodly","number":"h7443"}],"10":[{"text":"after","number":"h310"},{"text":"with his band","number":"h5688"},{"text":"the valleys","number":"h6010"},{"text":"Canst thou bind","number":"h7194"},{"text":"the unicorn","number":"h7214"},{"text":"or will he harrow","number":"h7702"},{"text":"in the furrow","number":"h8525"}],"8":[{"text":"after","number":"h310"},{"text":"and he searcheth","number":"h1875"},{"text":"of the mountains","number":"h2022"},{"text":"every green thing","number":"h3387"},{"text":"The range","number":"h3491"},{"text":"is his pasture","number":"h4829"}],"1":[{"text":"when the hinds","number":"h355"},{"text":"do calve","number":"h2342"},{"text":"Knowest","number":"h3045"},{"text":"bring forth","number":"h3205"},{"text":"when the wild goats","number":"h3277"},{"text":"of the rock","number":"h5553"},{"text":"thou the time","number":"h6256"},{"text":"or canst thou mark","number":"h8104"}],"20":[{"text":"is terrible","number":"h367"},{"text":"as a grasshopper","number":"h697"},{"text":"the glory","number":"h1935"},{"text":"of his nostrils","number":"h5170"},{"text":"Canst thou make him afraid","number":"h7493"}],"29":[{"text":"the prey","number":"h400"},{"text":"From thence she seeketh","number":"h2658"},{"text":"behold","number":"h5027"},{"text":"and her eyes","number":"h5869"},{"text":"afar off","number":"h7350"}],"17":[{"text":"Because God","number":"h433"},{"text":"to her understanding","number":"h998"},{"text":"her of wisdom","number":"h2451"},{"text":"neither hath he imparted","number":"h2505"},{"text":"hath deprived","number":"h5382"}],"12":[{"text":"Wilt thou believe","number":"h539"},{"text":"and gather","number":"h622"},{"text":"it into thy barn","number":"h1637"},{"text":"thy seed","number":"h2233"},{"text":"him that he will bring home","number":"h7725"}],"24":[{"text":"neither believeth","number":"h539"},{"text":"the ground","number":"h776"},{"text":"He swalloweth","number":"h1572"},{"text":"he that it is the sound","number":"h6963"},{"text":"and rage","number":"h7267"},{"text":"with fierceness","number":"h7494"},{"text":"of the trumpet","number":"h7782"}],"25":[{"text":"He saith","number":"h559"},{"text":"among","number":"h1767"},{"text":"Ha","number":"h1889"},{"text":"ha","number":"h1889"},{"text":"the battle","number":"h4421"},{"text":"and he smelleth","number":"h7306"},{"text":"afar off","number":"h7350"},{"text":"the thunder","number":"h7482"},{"text":"the trumpets","number":"h7782"},{"text":"of the captains","number":"h8269"},{"text":"and the shouting","number":"h8643"}],"30":[{"text":"Her young ones","number":"h667"},{"text":"blood","number":"h1818"},{"text":"are there is she","number":"h1931"},{"text":"and where the slain","number":"h2491"},{"text":"also suck up","number":"h5966"}],"14":[{"text":"in the earth","number":"h776"},{"text":"her eggs","number":"h1000"},{"text":"and warmeth","number":"h2552"},{"text":"Which leaveth","number":"h5800"},{"text":"them in dust","number":"h6083"}],"23":[{"text":"The quiver","number":"h827"},{"text":"spear","number":"h2595"},{"text":"and the shield","number":"h3591"},{"text":"against him the glittering","number":"h3851"},{"text":"rattleth","number":"h7439"}],"11":[{"text":"Wilt thou trust","number":"h982"},{"text":"thy labour","number":"h3018"},{"text":"him because his strength","number":"h3581"},{"text":"or wilt thou leave","number":"h5800"},{"text":"is great","number":"h7227"}],"6":[{"text":"Whose house","number":"h1004"},{"text":"and the barren","number":"h4420"},{"text":"land his dwellings","number":"h4908"},{"text":"the wilderness","number":"h6160"},{"text":"I have made","number":"h7760"}],"4":[{"text":"Their young ones","number":"h1121"},{"text":"with corn","number":"h1250"},{"text":"are in good liking","number":"h2492"},{"text":"they go forth","number":"h3318"},{"text":"they grow up","number":"h7235"},{"text":"and return","number":"h7725"}],"16":[{"text":"against her young ones","number":"h1121"},{"text":"hers her labour","number":"h3018"},{"text":"as though they were not","number":"h3808"},{"text":"without fear","number":"h6343"},{"text":"She is hardened","number":"h7188"},{"text":"is in vain","number":"h7385"}],"27":[{"text":"mount up","number":"h1361"},{"text":"Doth the eagle","number":"h5404"},{"text":"at thy command","number":"h6310"},{"text":"her nest","number":"h7064"},{"text":"and make","number":"h7311"},{"text":"on high","number":"h7311"}],"19":[{"text":"strength","number":"h1369"},{"text":"hast thou clothed","number":"h3847"},{"text":"Hast thou given","number":"h5414"},{"text":"the horse","number":"h5483"},{"text":"his neck","number":"h6677"},{"text":"with thunder","number":"h7483"}],"15":[{"text":"may break","number":"h1758"},{"text":"may crush","number":"h2115"},{"text":"beast","number":"h2416"},{"text":"that the foot","number":"h7272"},{"text":"them or that the wild","number":"h7704"},{"text":"And forgetteth","number":"h7911"}],"7":[{"text":"the multitude","number":"h1995"},{"text":"of the driver","number":"h5065"},{"text":"of the city","number":"h7151"},{"text":"He scorneth","number":"h7832"},{"text":"neither regardeth","number":"h8085"},{"text":"he the crying","number":"h8663"}],"3":[{"text":"their sorrows","number":"h2256"},{"text":"their young ones","number":"h3206"},{"text":"They bow","number":"h3766"},{"text":"themselves they bring forth","number":"h6398"},{"text":"they cast out","number":"h7971"}],"21":[{"text":"He paweth","number":"h2658"},{"text":"he goeth on","number":"h3318"},{"text":"in his strength","number":"h3581"},{"text":"the armed men","number":"h5402"},{"text":"in the valley","number":"h6010"},{"text":"to meet","number":"h7125"},{"text":"and rejoiceth","number":"h7797"}],"5":[{"text":"free","number":"h2670"},{"text":"the bands","number":"h4147"},{"text":"of the wild ass","number":"h6171"},{"text":"the wild ass","number":"h6501"},{"text":"or who hath loosed","number":"h6605"},{"text":"Who hath sent out","number":"h7971"}],"22":[{"text":"the sword","number":"h2719"},{"text":"and is not affrighted","number":"h2865"},{"text":"at fear","number":"h6343"},{"text":"from","number":"h6440"},{"text":"neither turneth he back","number":"h7725"},{"text":"He mocketh","number":"h7832"}],"2":[{"text":"or knowest","number":"h3045"},{"text":"when they bring forth","number":"h3205"},{"text":"the months","number":"h3391"},{"text":"that they fulfil","number":"h4390"},{"text":"Canst thou number","number":"h5608"},{"text":"thou the time","number":"h6256"}],"28":[{"text":"and abideth","number":"h3885"},{"text":"and the strong place","number":"h4686"},{"text":"of the rock","number":"h5553"},{"text":"on the rock","number":"h5553"},{"text":"She dwelleth","number":"h7931"},{"text":"upon the crag","number":"h8127"}],"18":[{"text":"she lifteth up","number":"h4754"},{"text":"herself on high","number":"h4791"},{"text":"the horse","number":"h5483"},{"text":"What time","number":"h6256"},{"text":"and his rider","number":"h7392"},{"text":"she scorneth","number":"h7832"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"I pray thee who ever perished","number":"h6"},{"text":"or where","number":"h375"},{"text":"Remember","number":"h2142"},{"text":"were the righteous","number":"h3477"},{"text":"cut off","number":"h3582"},{"text":"being innocent","number":"h5355"}],"11":[{"text":"perisheth","number":"h6"},{"text":"for lack","number":"h1097"},{"text":"whelps","number":"h1121"},{"text":"of prey","number":"h2964"},{"text":"and the stout lion's","number":"h3833"},{"text":"The old lion","number":"h3918"},{"text":"are scattered abroad","number":"h6504"}],"20":[{"text":"they perish","number":"h6"},{"text":"from morning","number":"h1242"},{"text":"They are destroyed","number":"h3807"},{"text":"for ever","number":"h5331"},{"text":"to evening","number":"h6153"},{"text":"without any regarding","number":"h7760"}],"9":[{"text":"they perish","number":"h6"},{"text":"of God","number":"h433"},{"text":"of his nostrils","number":"h639"},{"text":"are they consumed","number":"h3615"},{"text":"By the blast","number":"h5397"},{"text":"and by the breath","number":"h7307"}],"8":[{"text":"iniquity","number":"h205"},{"text":"and sow","number":"h2232"},{"text":"they that plow","number":"h2790"},{"text":"wickedness","number":"h5999"},{"text":"reap","number":"h7114"},{"text":"Even as I have seen","number":"h7200"}],"12":[{"text":"to me and mine ear","number":"h241"},{"text":"was secretly brought","number":"h1589"},{"text":"Now a thing","number":"h1697"},{"text":"received","number":"h3947"},{"text":"a little","number":"h8102"}],"17":[{"text":"than God","number":"h433"},{"text":"Shall mortal man","number":"h582"},{"text":"shall a man","number":"h1397"},{"text":"be more pure","number":"h2891"},{"text":"than his maker","number":"h6213"},{"text":"be more just","number":"h6663"}],"1":[{"text":"Then Eliphaz","number":"h464"},{"text":"and said","number":"h559"},{"text":"answered","number":"h6030"},{"text":"the Temanite","number":"h8489"}],"18":[{"text":"Behold he put no trust","number":"h539"},{"text":"and his angels","number":"h4397"},{"text":"in his servants","number":"h5650"},{"text":"he charged","number":"h7760"},{"text":"with folly","number":"h8417"}],"4":[{"text":"and thou hast strengthened","number":"h553"},{"text":"knees","number":"h1290"},{"text":"the feeble","number":"h3766"},{"text":"him that was falling","number":"h3782"},{"text":"Thy words","number":"h4405"},{"text":"have upholden","number":"h6965"}],"13":[{"text":"on men","number":"h582"},{"text":"from the visions","number":"h2384"},{"text":"of the night","number":"h3915"},{"text":"falleth","number":"h5307"},{"text":"In thoughts","number":"h5587"},{"text":"when deep sleep","number":"h8639"}],"19":[{"text":"How much less","number":"h637"},{"text":"in houses","number":"h1004"},{"text":"which are crushed","number":"h1792"},{"text":"of clay","number":"h2563"},{"text":"whose foundation","number":"h3247"},{"text":"is in the dust","number":"h6083"},{"text":"the moth","number":"h6211"},{"text":"before","number":"h6440"},{"text":"in them that dwell","number":"h7931"}],"10":[{"text":"of the lion","number":"h738"},{"text":"of the young lions","number":"h3715"},{"text":"are broken","number":"h5421"},{"text":"and the voice","number":"h6963"},{"text":"The roaring","number":"h7581"},{"text":"of the fierce lion","number":"h7826"},{"text":"and the teeth","number":"h8127"}],"5":[{"text":"thee and thou art troubled","number":"h926"},{"text":"But now it is come","number":"h935"},{"text":"upon thee and thou faintest","number":"h3811"},{"text":"it toucheth","number":"h5060"}],"15":[{"text":"of my flesh","number":"h1320"},{"text":"passed","number":"h2498"},{"text":"stood up","number":"h5568"},{"text":"before my face","number":"h6440"},{"text":"Then a spirit","number":"h7307"},{"text":"the hair","number":"h8185"}],"2":[{"text":"to commune","number":"h1697"},{"text":"but who can","number":"h3201"},{"text":"with thee wilt thou be grieved","number":"h3811"},{"text":"himself from speaking","number":"h4405"},{"text":"If we assay","number":"h5254"},{"text":"withhold","number":"h6113"}],"16":[{"text":"there was silence","number":"h1827"},{"text":"the form","number":"h4758"},{"text":"but I could not discern","number":"h5234"},{"text":"was before mine eyes","number":"h5869"},{"text":"It stood still","number":"h5975"},{"text":"a voice","number":"h6963"},{"text":"and I heard","number":"h8085"},{"text":"thereof an image","number":"h8544"}],"6":[{"text":"of thy ways","number":"h1870"},{"text":"Is not this thy fear","number":"h3374"},{"text":"thy confidence","number":"h3690"},{"text":"and the uprightness","number":"h8537"},{"text":"thy hope","number":"h8615"}],"3":[{"text":"and thou hast strengthened","number":"h2388"},{"text":"hands","number":"h3027"},{"text":"Behold thou hast instructed","number":"h3256"},{"text":"many","number":"h7227"},{"text":"the weak","number":"h7504"}],"21":[{"text":"even without wisdom","number":"h2451"},{"text":"Doth not their excellency","number":"h3499"},{"text":"they die","number":"h4191"},{"text":"which is in them go away","number":"h5265"}],"14":[{"text":"my bones","number":"h6106"},{"text":"to shake","number":"h6342"},{"text":"Fear","number":"h6343"},{"text":"came","number":"h7122"},{"text":"which made all","number":"h7230"},{"text":"upon me and trembling","number":"h7461"}]}
@@ -0,0 +1 @@
1
+ {"16":[{"text":"and his force","number":"h202"},{"text":"of his belly","number":"h990"},{"text":"Lo now his strength","number":"h3581"},{"text":"is in his loins","number":"h4975"},{"text":"is in the navel","number":"h8306"}],"7":[{"text":"Gird up","number":"h247"},{"text":"now like a man","number":"h1397"},{"text":"thy loins","number":"h2504"},{"text":"of thee and declare","number":"h3045"},{"text":"I will demand","number":"h7592"}],"5":[{"text":"Once","number":"h259"},{"text":"have I spoken","number":"h1696"},{"text":"but I will proceed no further","number":"h3254"},{"text":"but I will not answer","number":"h6030"},{"text":"yea twice","number":"h8147"}],"1":[{"text":"Job","number":"h347"},{"text":"and said","number":"h559"},{"text":"Moreover the LORD","number":"h3068"},{"text":"answered","number":"h6030"}],"3":[{"text":"Then Job","number":"h347"},{"text":"and said","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"answered","number":"h6030"}],"6":[{"text":"unto Job","number":"h347"},{"text":"and said","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"out of the whirlwind","number":"h5591"},{"text":"Then answered","number":"h6030"}],"15":[{"text":"with thee he eateth","number":"h398"},{"text":"Behold now behemoth","number":"h930"},{"text":"as an ox","number":"h1241"},{"text":"grass","number":"h2682"},{"text":"which I made","number":"h6213"}],"9":[{"text":"like God","number":"h410"},{"text":"Hast thou an arm","number":"h2220"},{"text":"with a voice","number":"h6963"},{"text":"or canst thou thunder","number":"h7481"}],"19":[{"text":"of God","number":"h410"},{"text":"of the ways","number":"h1870"},{"text":"his sword","number":"h2719"},{"text":"him can make","number":"h5066"},{"text":"to approach","number":"h5066"},{"text":"he that made","number":"h6213"},{"text":"He is the chief","number":"h7225"}],"2":[{"text":"God","number":"h433"},{"text":"him he that reproveth","number":"h3198"},{"text":"instruct","number":"h3250"},{"text":"let him answer","number":"h6030"},{"text":"Shall he that contendeth","number":"h7378"},{"text":"with the Almighty","number":"h7706"}],"24":[{"text":"his nose","number":"h639"},{"text":"He taketh","number":"h3947"},{"text":"snares","number":"h4170"},{"text":"pierceth through","number":"h5344"},{"text":"it with his eyes","number":"h5869"}],"11":[{"text":"of thy wrath","number":"h639"},{"text":"every one that is proud","number":"h1343"},{"text":"the rage","number":"h5678"},{"text":"Cast abroad","number":"h6327"},{"text":"and behold","number":"h7200"},{"text":"and abase","number":"h8213"}],"18":[{"text":"are as strong","number":"h650"},{"text":"of iron","number":"h1270"},{"text":"his bones","number":"h1634"},{"text":"are like bars","number":"h4300"},{"text":"pieces of brass","number":"h5154"},{"text":"His bones","number":"h6106"}],"17":[{"text":"like a cedar","number":"h730"},{"text":"the sinews","number":"h1517"},{"text":"his tail","number":"h2180"},{"text":"He moveth","number":"h2654"},{"text":"of his stones","number":"h6344"},{"text":"are wrapped together","number":"h8276"}],"20":[{"text":"food","number":"h944"},{"text":"Surely the mountains","number":"h2022"},{"text":"where all the beasts","number":"h2416"},{"text":"bring him forth","number":"h5375"},{"text":"of the field","number":"h7704"},{"text":"play","number":"h7832"}],"23":[{"text":"not he trusteth","number":"h982"},{"text":"that he can draw up","number":"h1518"},{"text":"and hasteth","number":"h2648"},{"text":"Jordan","number":"h3383"},{"text":"a river","number":"h5104"},{"text":"Behold he drinketh up","number":"h6231"},{"text":"into his mouth","number":"h6310"}],"21":[{"text":"and fens","number":"h1207"},{"text":"in the covert","number":"h5643"},{"text":"under the shady trees","number":"h6628"},{"text":"of the reed","number":"h7070"},{"text":"He lieth","number":"h7901"}],"12":[{"text":"on every one that is proud","number":"h1343"},{"text":"and tread down","number":"h1915"},{"text":"and bring him low","number":"h3665"},{"text":"Look","number":"h7200"},{"text":"the wicked","number":"h7563"}],"10":[{"text":"thyself now with majesty","number":"h1347"},{"text":"and excellency","number":"h1363"},{"text":"and beauty","number":"h1926"},{"text":"thyself with glory","number":"h1935"},{"text":"and array","number":"h3847"},{"text":"Deck","number":"h5710"}],"13":[{"text":"and bind","number":"h2280"},{"text":"Hide","number":"h2934"},{"text":"in secret","number":"h2934"},{"text":"together","number":"h3162"},{"text":"them in the dust","number":"h6083"},{"text":"their faces","number":"h6440"}],"4":[{"text":"mine hand","number":"h3027"},{"text":"upon","number":"h3926"},{"text":"my mouth","number":"h6310"},{"text":"Behold I am vile","number":"h7043"},{"text":"what shall I answer","number":"h7725"},{"text":"thee I will lay","number":"h7760"}],"14":[{"text":"Then will I also confess","number":"h3034"},{"text":"unto thee that thine own right hand","number":"h3225"},{"text":"can save","number":"h3467"}],"8":[{"text":"my judgment","number":"h4941"},{"text":"Wilt thou also disannul","number":"h6565"},{"text":"me that thou mayest be righteous","number":"h6663"},{"text":"wilt thou condemn","number":"h7561"}],"22":[{"text":"of the brook","number":"h5158"},{"text":"compass him about","number":"h5437"},{"text":"cover","number":"h5526"},{"text":"the willows","number":"h6155"},{"text":"The shady trees","number":"h6628"},{"text":"him with their shadow","number":"h6752"}]}
@@ -0,0 +1 @@
1
+ {"24":[{"text":"as a stone","number":"h68"},{"text":"is as firm","number":"h3332"},{"text":"yea as hard","number":"h3332"},{"text":"His heart","number":"h3820"},{"text":"as a piece","number":"h6400"},{"text":"of the nether","number":"h8482"}],"28":[{"text":"slingstones","number":"h68"},{"text":"The arrow","number":"h1121"},{"text":"cannot make him flee","number":"h1272"},{"text":"are turned","number":"h2015"},{"text":"with him into stubble","number":"h7179"}],"2":[{"text":"an hook","number":"h100"},{"text":"into his nose","number":"h639"},{"text":"through with a thorn","number":"h2336"},{"text":"his jaw","number":"h3895"},{"text":"or bore","number":"h5344"},{"text":"Canst thou put","number":"h7760"}],"20":[{"text":"or caldron","number":"h100"},{"text":"pot","number":"h1731"},{"text":"goeth","number":"h3318"},{"text":"Out of his nostrils","number":"h5156"},{"text":"as out of a seething","number":"h5301"},{"text":"smoke","number":"h6227"}],"32":[{"text":"to shine","number":"h215"},{"text":"after","number":"h310"},{"text":"him one would think","number":"h2803"},{"text":"He maketh a path","number":"h5410"},{"text":"to be hoary","number":"h7872"},{"text":"the deep","number":"h8415"}],"18":[{"text":"a light","number":"h216"},{"text":"doth shine","number":"h1984"},{"text":"By his neesings","number":"h5846"},{"text":"and his eyes","number":"h5869"},{"text":"are like the eyelids","number":"h6079"},{"text":"of the morning","number":"h7837"}],"17":[{"text":"to another","number":"h251"},{"text":"one","number":"h376"},{"text":"They are joined","number":"h1692"},{"text":"they stick together","number":"h3920"},{"text":"that they cannot be sundered","number":"h6504"}],"16":[{"text":"One","number":"h259"},{"text":"to another","number":"h259"},{"text":"can come","number":"h935"},{"text":"is so near","number":"h5066"},{"text":"that no air","number":"h7307"}],"25":[{"text":"himself the mighty","number":"h352"},{"text":"are afraid","number":"h1481"},{"text":"they purify","number":"h2398"},{"text":"When he raiseth up","number":"h7613"},{"text":"by reason of breakings","number":"h7667"}],"14":[{"text":"are terrible","number":"h367"},{"text":"the doors","number":"h1817"},{"text":"round about","number":"h5439"},{"text":"of his face","number":"h6440"},{"text":"Who can open","number":"h6605"},{"text":"his teeth","number":"h8127"}],"10":[{"text":"None is so fierce","number":"h393"},{"text":"who then is able to stand","number":"h3320"},{"text":"that dare stir him up","number":"h5782"},{"text":"before","number":"h6440"}],"19":[{"text":"of fire","number":"h784"},{"text":"go","number":"h1980"},{"text":"and sparks","number":"h3590"},{"text":"burning lamps","number":"h3940"},{"text":"leap out","number":"h4422"},{"text":"Out of his mouth","number":"h6310"}],"12":[{"text":"his parts","number":"h907"},{"text":"nor his power","number":"h1369"},{"text":"nor his comely","number":"h2433"},{"text":"I will not conceal","number":"h2790"},{"text":"proportion","number":"h6187"}],"13":[{"text":"or who can come","number":"h935"},{"text":"Who can discover","number":"h1540"},{"text":"to him with his double","number":"h3718"},{"text":"of his garment","number":"h3830"},{"text":"the face","number":"h6440"},{"text":"bridle","number":"h7448"}],"33":[{"text":"without","number":"h1097"},{"text":"fear","number":"h2844"},{"text":"there is not his like","number":"h4915"},{"text":"Upon earth","number":"h6083"},{"text":"who is made","number":"h6213"}],"34":[{"text":"over all the children","number":"h1121"},{"text":"all high","number":"h1364"},{"text":"things he is a king","number":"h4428"},{"text":"He beholdeth","number":"h7200"},{"text":"of pride","number":"h7830"}],"27":[{"text":"iron","number":"h1270"},{"text":"He esteemeth","number":"h2803"},{"text":"and brass","number":"h5154"},{"text":"wood","number":"h6086"},{"text":"as rotten","number":"h7539"},{"text":"as straw","number":"h8401"}],"4":[{"text":"a covenant","number":"h1285"},{"text":"Will he make","number":"h3772"},{"text":"with thee wilt thou take","number":"h3947"},{"text":"him for a servant","number":"h5650"},{"text":"for ever","number":"h5769"}],"23":[{"text":"of his flesh","number":"h1320"},{"text":"are joined together","number":"h1692"},{"text":"they are firm","number":"h3332"},{"text":"in themselves they cannot be moved","number":"h4131"},{"text":"The flakes","number":"h4651"}],"15":[{"text":"are his pride","number":"h1346"},{"text":"seal","number":"h2368"},{"text":"His scales","number":"h4043"},{"text":"shut up together","number":"h5462"},{"text":"as with a close","number":"h6862"}],"21":[{"text":"coals","number":"h1513"},{"text":"goeth out","number":"h3318"},{"text":"and a flame","number":"h3851"},{"text":"kindleth","number":"h3857"},{"text":"His breath","number":"h5315"},{"text":"of his mouth","number":"h6310"}],"22":[{"text":"and sorrow","number":"h1670"},{"text":"is turned into joy","number":"h1750"},{"text":"remaineth","number":"h3885"},{"text":"strength","number":"h5797"},{"text":"before","number":"h6440"},{"text":"In his neck","number":"h6677"}],"3":[{"text":"unto thee will he speak","number":"h1696"},{"text":"Will he make many","number":"h7235"},{"text":"soft","number":"h7390"},{"text":"supplications","number":"h8469"}],"7":[{"text":"with fish","number":"h1709"},{"text":"Canst thou fill","number":"h4390"},{"text":"his skin","number":"h5785"},{"text":"spears","number":"h6767"},{"text":"or his head","number":"h7218"},{"text":"with barbed irons","number":"h7905"}],"8":[{"text":"upon him remember","number":"h2142"},{"text":"do no more","number":"h3254"},{"text":"thine hand","number":"h3709"},{"text":"the battle","number":"h4421"},{"text":"Lay","number":"h7760"}],"1":[{"text":"with a cord","number":"h2256"},{"text":"with an hook","number":"h2443"},{"text":"leviathan","number":"h3882"},{"text":"or his tongue","number":"h3956"},{"text":"Canst thou draw out","number":"h4900"},{"text":"which thou lettest down","number":"h8257"}],"6":[{"text":"Shall the companions","number":"h2271"},{"text":"of him shall they part","number":"h2673"},{"text":"him among the merchants","number":"h3669"},{"text":"make a banquet","number":"h3739"}],"30":[{"text":"Sharp","number":"h2303"},{"text":"sharp pointed things","number":"h2742"},{"text":"stones","number":"h2789"},{"text":"upon the mire","number":"h2916"},{"text":"are under him he spreadeth","number":"h7502"}],"26":[{"text":"the spear","number":"h2595"},{"text":"The sword","number":"h2719"},{"text":"the dart","number":"h4551"},{"text":"of him that layeth","number":"h5381"},{"text":"at him cannot hold","number":"h6965"},{"text":"nor the habergeon","number":"h8302"}],"29":[{"text":"are counted","number":"h2803"},{"text":"of a spear","number":"h3591"},{"text":"as stubble","number":"h7179"},{"text":"at the shaking","number":"h7494"},{"text":"he laugheth","number":"h7832"},{"text":"Darts","number":"h8455"}],"9":[{"text":"shall not one be cast down","number":"h2904"},{"text":"of him is in vain","number":"h3576"},{"text":"even at the sight","number":"h4758"},{"text":"Behold the hope","number":"h8431"}],"31":[{"text":"the sea","number":"h3220"},{"text":"He maketh the deep","number":"h4688"},{"text":"like a pot of ointment","number":"h4841"},{"text":"like a pot","number":"h5518"},{"text":"to boil","number":"h7570"},{"text":"he maketh","number":"h7760"}],"5":[{"text":"him for thy maidens","number":"h5291"},{"text":"with him as with a bird","number":"h6833"},{"text":"or wilt thou bind","number":"h7194"},{"text":"Wilt thou play","number":"h7832"}],"11":[{"text":"Who hath prevented","number":"h6923"},{"text":"me that I should repay","number":"h7999"},{"text":"him whatsoever is under the whole heaven","number":"h8064"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"and their father","number":"h1"},{"text":"their brethren","number":"h251"},{"text":"of Job","number":"h347"},{"text":"And in all the land","number":"h776"},{"text":"were no women","number":"h802"},{"text":"as the daughters","number":"h1323"},{"text":"so fair","number":"h3303"},{"text":"found","number":"h4672"},{"text":"them inheritance","number":"h5159"},{"text":"gave","number":"h5414"},{"text":"among","number":"h8432"}],"5":[{"text":"of the ear","number":"h241"},{"text":"but now mine eye","number":"h5869"},{"text":"seeth","number":"h7200"},{"text":"I have heard","number":"h8085"},{"text":"of thee by the hearing","number":"h8088"}],"11":[{"text":"there unto him all his brethren","number":"h251"},{"text":"him a","number":"h259"},{"text":"and all his sisters","number":"h269"},{"text":"and every one","number":"h376"},{"text":"upon him every man","number":"h376"},{"text":"and did eat","number":"h398"},{"text":"Then came","number":"h935"},{"text":"had brought","number":"h935"},{"text":"with him in his house","number":"h1004"},{"text":"of gold","number":"h2091"},{"text":"and all they that had been of his acquaintance","number":"h3045"},{"text":"that the LORD","number":"h3068"},{"text":"bread","number":"h3899"},{"text":"and they bemoaned","number":"h5110"},{"text":"an earring","number":"h5141"},{"text":"him and comforted","number":"h5162"},{"text":"also gave","number":"h5414"},{"text":"before","number":"h6440"},{"text":"piece of money","number":"h7192"},{"text":"him over all the evil","number":"h7451"}],"14":[{"text":"of the first","number":"h259"},{"text":"Jemima","number":"h3224"},{"text":"Kezia","number":"h7103"},{"text":"And he called","number":"h7121"},{"text":"Kerenhappuch","number":"h7163"},{"text":"of the third","number":"h7992"},{"text":"and the name","number":"h8034"},{"text":"and the name","number":"h8034"},{"text":"the name","number":"h8034"},{"text":"of the second","number":"h8145"}],"16":[{"text":"After","number":"h310"},{"text":"Job","number":"h347"},{"text":"even four","number":"h702"},{"text":"and forty","number":"h705"},{"text":"and his sons","number":"h1121"},{"text":"his sons","number":"h1121"},{"text":"sons","number":"h1121"},{"text":"generations","number":"h1755"},{"text":"this lived","number":"h2421"},{"text":"an hundred","number":"h3967"},{"text":"and saw","number":"h7200"},{"text":"years","number":"h8141"}],"7":[{"text":"And it was so that after","number":"h310"},{"text":"Job","number":"h347"},{"text":"unto Job","number":"h347"},{"text":"to Eliphaz","number":"h464"},{"text":"said","number":"h559"},{"text":"My wrath","number":"h639"},{"text":"for ye have not spoken","number":"h1696"},{"text":"had spoken","number":"h1696"},{"text":"these words","number":"h1697"},{"text":"is kindled","number":"h2734"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of me the thing that is right","number":"h3559"},{"text":"as my servant","number":"h5650"},{"text":"friends","number":"h7453"},{"text":"against thee and against thy two","number":"h8147"},{"text":"the Temanite","number":"h8489"}],"12":[{"text":"the latter end","number":"h319"},{"text":"of Job","number":"h347"},{"text":"and a thousand","number":"h505"},{"text":"and a thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"for he had fourteen","number":"h702"},{"text":"she asses","number":"h860"},{"text":"of oxen","number":"h1241"},{"text":"blessed","number":"h1288"},{"text":"camels","number":"h1581"},{"text":"So the LORD","number":"h3068"},{"text":"sheep","number":"h6629"},{"text":"yoke","number":"h6776"},{"text":"more than his beginning","number":"h7225"},{"text":"and six","number":"h8337"}],"10":[{"text":"Job","number":"h347"},{"text":"of Job","number":"h347"},{"text":"And the LORD","number":"h3068"},{"text":"also the LORD","number":"h3068"},{"text":"gave","number":"h3254"},{"text":"twice as much","number":"h4932"},{"text":"when he prayed","number":"h6419"},{"text":"for his friends","number":"h7453"},{"text":"the captivity","number":"h7622"},{"text":"turned","number":"h7725"}],"8":[{"text":"Job","number":"h347"},{"text":"Job","number":"h347"},{"text":"Job","number":"h347"},{"text":"rams","number":"h352"},{"text":"in that ye have not spoken","number":"h1696"},{"text":"and go","number":"h3212"},{"text":"of me the thing which is right","number":"h3559"},{"text":"Therefore take","number":"h3947"},{"text":"with you after your folly","number":"h5039"},{"text":"will I accept","number":"h5375"},{"text":"and my servant","number":"h5650"},{"text":"like my servant","number":"h5650"},{"text":"to my servant","number":"h5650"},{"text":"and offer up","number":"h5927"},{"text":"for yourselves a burnt offering","number":"h5930"},{"text":"lest I deal","number":"h6213"},{"text":"shall pray","number":"h6419"},{"text":"for you for him","number":"h6440"},{"text":"bullocks","number":"h6499"},{"text":"and seven","number":"h7651"},{"text":"unto you now seven","number":"h7651"}],"17":[{"text":"So Job","number":"h347"},{"text":"being old","number":"h2205"},{"text":"of days","number":"h3117"},{"text":"died","number":"h4191"},{"text":"and full","number":"h7649"}],"1":[{"text":"Then Job","number":"h347"},{"text":"and said","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"answered","number":"h6030"}],"9":[{"text":"So Eliphaz","number":"h464"},{"text":"and Bildad","number":"h1085"},{"text":"commanded","number":"h1696"},{"text":"according as the LORD","number":"h3068"},{"text":"them the LORD","number":"h3068"},{"text":"went","number":"h3212"},{"text":"the Naamathite","number":"h5284"},{"text":"also accepted","number":"h5375"},{"text":"and did","number":"h6213"},{"text":"Job","number":"h6440"},{"text":"and Zophar","number":"h6691"},{"text":"the Shuhite","number":"h7747"},{"text":"the Temanite","number":"h8489"}],"6":[{"text":"and ashes","number":"h665"},{"text":"Wherefore I abhor","number":"h3988"},{"text":"myself and repent","number":"h5162"},{"text":"in dust","number":"h6083"}],"3":[{"text":"that I understood","number":"h995"},{"text":"without knowledge","number":"h1847"},{"text":"for me which I knew","number":"h3045"},{"text":"therefore have I uttered","number":"h5046"},{"text":"Who is he that hideth","number":"h5956"},{"text":"counsel","number":"h6098"},{"text":"not things too wonderful","number":"h6381"}],"13":[{"text":"sons","number":"h1121"},{"text":"daughters","number":"h1323"},{"text":"He had also seven","number":"h7658"},{"text":"and three","number":"h7969"}],"2":[{"text":"can be withholden","number":"h1219"},{"text":"I know","number":"h3045"},{"text":"that thou canst do","number":"h3201"},{"text":"every thing and that no thought","number":"h4209"}],"4":[{"text":"I beseech thee and I will speak","number":"h1696"},{"text":"of thee and declare","number":"h3045"},{"text":"I will demand","number":"h7592"},{"text":"Hear","number":"h8085"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"the poor","number":"h34"},{"text":"of the mighty","number":"h2389"},{"text":"from the sword","number":"h2719"},{"text":"and from the hand","number":"h3027"},{"text":"But he saveth","number":"h3467"},{"text":"from their mouth","number":"h6310"}],"23":[{"text":"with the stones","number":"h68"},{"text":"For thou shalt be in league","number":"h1285"},{"text":"and the beasts","number":"h2416"},{"text":"of the field","number":"h7704"},{"text":"of the field","number":"h7704"},{"text":"shall be at peace","number":"h7999"}],"7":[{"text":"Yet man","number":"h120"},{"text":"as","number":"h1121"},{"text":"upward","number":"h1361"},{"text":"is born","number":"h3205"},{"text":"fly","number":"h5774"},{"text":"unto trouble","number":"h5999"},{"text":"the sparks","number":"h7565"}],"6":[{"text":"of the ground","number":"h127"},{"text":"Although affliction","number":"h205"},{"text":"cometh not forth","number":"h3318"},{"text":"neither doth trouble","number":"h5999"},{"text":"of the dust","number":"h6083"},{"text":"spring out","number":"h6779"}],"24":[{"text":"that thy tabernacle","number":"h168"},{"text":"and shalt not sin","number":"h2398"},{"text":"And thou shalt know","number":"h3045"},{"text":"thy habitation","number":"h5116"},{"text":"and thou shalt visit","number":"h6485"},{"text":"shall be in peace","number":"h7965"}],"3":[{"text":"the foolish","number":"h191"},{"text":"his habitation","number":"h5116"},{"text":"I cursed","number":"h5344"},{"text":"but suddenly","number":"h6597"},{"text":"I have seen","number":"h7200"},{"text":"taking root","number":"h8327"}],"2":[{"text":"the foolish man","number":"h191"},{"text":"killeth","number":"h2026"},{"text":"For wrath","number":"h3708"},{"text":"slayeth","number":"h4191"},{"text":"the silly one","number":"h6601"},{"text":"and envy","number":"h7068"}],"8":[{"text":"I would seek","number":"h199"},{"text":"unto God","number":"h410"},{"text":"and unto God","number":"h430"},{"text":"my cause","number":"h1700"},{"text":"would I commit","number":"h7760"}],"9":[{"text":"and unsearchable","number":"h369"},{"text":"great things","number":"h1419"},{"text":"without number","number":"h4557"},{"text":"Which doeth","number":"h6213"},{"text":"marvellous things","number":"h6381"}],"5":[{"text":"eateth up","number":"h398"},{"text":"it even out","number":"h413"},{"text":"their substance","number":"h2428"},{"text":"and taketh","number":"h3947"},{"text":"and the robber","number":"h6782"},{"text":"of the thorns","number":"h6791"},{"text":"Whose harvest","number":"h7105"},{"text":"the hungry","number":"h7457"},{"text":"swalloweth up","number":"h7602"}],"17":[{"text":"whom God","number":"h433"},{"text":"is the man","number":"h582"},{"text":"Behold happy","number":"h835"},{"text":"correcteth","number":"h3198"},{"text":"therefore despise","number":"h3988"},{"text":"not thou the chastening","number":"h4148"},{"text":"of the Almighty","number":"h7706"}],"22":[{"text":"of the earth","number":"h776"},{"text":"of the beasts","number":"h2416"},{"text":"neither shalt thou be afraid","number":"h3372"},{"text":"and famine","number":"h3720"},{"text":"At destruction","number":"h7701"},{"text":"thou shalt laugh","number":"h7832"}],"25":[{"text":"of the earth","number":"h776"},{"text":"also that thy seed","number":"h2233"},{"text":"Thou shalt know","number":"h3045"},{"text":"as the grass","number":"h6212"},{"text":"and thine offspring","number":"h6631"},{"text":"shall be great","number":"h7227"}],"10":[{"text":"the earth","number":"h776"},{"text":"the fields","number":"h2351"},{"text":"rain","number":"h4306"},{"text":"waters","number":"h4325"},{"text":"Who giveth","number":"h5414"},{"text":"upon","number":"h6440"},{"text":"upon","number":"h6440"},{"text":"and sendeth","number":"h7971"}],"26":[{"text":"Thou shalt come","number":"h935"},{"text":"like as a shock of corn","number":"h1430"},{"text":"in a full age","number":"h3624"},{"text":"cometh in","number":"h5927"},{"text":"in his season","number":"h6256"},{"text":"to thy grave","number":"h6913"}],"21":[{"text":"when it cometh","number":"h935"},{"text":"Thou shalt be hid","number":"h2244"},{"text":"neither shalt thou be afraid","number":"h3372"},{"text":"of the tongue","number":"h3956"},{"text":"of destruction","number":"h7701"},{"text":"from the scourge","number":"h7752"}],"4":[{"text":"His children","number":"h1121"},{"text":"and they are crushed","number":"h1792"},{"text":"from safety","number":"h3468"},{"text":"neither is there any to deliver","number":"h5337"},{"text":"are far","number":"h7368"},{"text":"in the gate","number":"h8179"}],"16":[{"text":"So the poor","number":"h1800"},{"text":"and iniquity","number":"h5766"},{"text":"her mouth","number":"h6310"},{"text":"stoppeth","number":"h7092"},{"text":"hath hope","number":"h8615"}],"18":[{"text":"and bindeth up","number":"h2280"},{"text":"and his hands","number":"h3027"},{"text":"For he maketh sore","number":"h3510"},{"text":"he woundeth","number":"h4272"},{"text":"make whole","number":"h7495"}],"13":[{"text":"the wise","number":"h2450"},{"text":"He taketh","number":"h3920"},{"text":"is carried headlong","number":"h4116"},{"text":"and the counsel","number":"h6098"},{"text":"in their own craftiness","number":"h6193"},{"text":"of the froward","number":"h6617"}],"27":[{"text":"Lo this we have searched","number":"h2713"},{"text":"it and know","number":"h3045"},{"text":"it so it is hear","number":"h8085"}],"20":[{"text":"of the sword","number":"h2719"},{"text":"from the power","number":"h3027"},{"text":"thee from death","number":"h4194"},{"text":"and in war","number":"h4421"},{"text":"he shall redeem","number":"h6299"},{"text":"In famine","number":"h7458"}],"14":[{"text":"with darkness","number":"h2822"},{"text":"in the daytime","number":"h3119"},{"text":"as in the night","number":"h3915"},{"text":"and grope","number":"h4959"},{"text":"They meet","number":"h6298"},{"text":"in the noonday","number":"h6672"}],"12":[{"text":"so that their hands","number":"h3027"},{"text":"the devices","number":"h4284"},{"text":"of the crafty","number":"h6175"},{"text":"cannot perform","number":"h6213"},{"text":"He disappointeth","number":"h6565"},{"text":"their enterprise","number":"h8454"}],"1":[{"text":"now if there be","number":"h3426"},{"text":"any that will answer","number":"h6030"},{"text":"wilt thou turn","number":"h6437"},{"text":"thee and to which of the saints","number":"h6918"},{"text":"Call","number":"h7121"}],"11":[{"text":"to safety","number":"h3468"},{"text":"on high","number":"h4791"},{"text":"that those which mourn","number":"h6937"},{"text":"may be exalted","number":"h7682"},{"text":"To set up","number":"h7760"},{"text":"those that be low","number":"h8217"}],"19":[{"text":"touch","number":"h5060"},{"text":"He shall deliver","number":"h5337"},{"text":"troubles","number":"h6869"},{"text":"there shall no evil","number":"h7451"},{"text":"yea in seven","number":"h7651"},{"text":"thee in six","number":"h8337"}]}
@@ -0,0 +1 @@
1
+ {"18":[{"text":"and perish","number":"h6"},{"text":"The paths","number":"h734"},{"text":"of their way","number":"h1870"},{"text":"are turned aside","number":"h3943"},{"text":"they go","number":"h5927"},{"text":"to nothing","number":"h8414"}],"12":[{"text":"of stones","number":"h68"},{"text":"or is my flesh","number":"h1320"},{"text":"Is my strength","number":"h3581"},{"text":"the strength","number":"h3581"},{"text":"of brass","number":"h5153"}],"15":[{"text":"My brethren","number":"h251"},{"text":"and as the stream","number":"h650"},{"text":"have dealt deceitfully","number":"h898"},{"text":"as a brook","number":"h5158"},{"text":"of brooks","number":"h5158"},{"text":"they pass away","number":"h5674"}],"1":[{"text":"But Job","number":"h347"},{"text":"and said","number":"h559"},{"text":"answered","number":"h6030"}],"6":[{"text":"be eaten","number":"h398"},{"text":"of an egg","number":"h2495"},{"text":"any taste","number":"h2940"},{"text":"or is there","number":"h3426"},{"text":"without salt","number":"h4417"},{"text":"in the white","number":"h7388"},{"text":"Can that which is unsavoury","number":"h8602"}],"9":[{"text":"God","number":"h433"},{"text":"and cut me off","number":"h1214"},{"text":"to destroy","number":"h1792"},{"text":"Even that it would please","number":"h2974"},{"text":"his hand","number":"h3027"},{"text":"me that he would let loose","number":"h5425"}],"8":[{"text":"and that God","number":"h433"},{"text":"Oh that I might have","number":"h935"},{"text":"would grant","number":"h5414"},{"text":"my request","number":"h7596"},{"text":"me the thing that I long for","number":"h8615"}],"4":[{"text":"of God","number":"h433"},{"text":"the terrors","number":"h1161"},{"text":"me the poison","number":"h2534"},{"text":"For the arrows","number":"h2671"},{"text":"are within","number":"h5978"},{"text":"do set themselves in array","number":"h6186"},{"text":"my spirit","number":"h7307"},{"text":"of the Almighty","number":"h7706"},{"text":"whereof drinketh up","number":"h8354"}],"22":[{"text":"Did I say","number":"h559"},{"text":"Bring","number":"h3051"},{"text":"for me of your substance","number":"h3581"},{"text":"unto me or Give a reward","number":"h7809"}],"26":[{"text":"and the speeches","number":"h561"},{"text":"Do ye imagine","number":"h2803"},{"text":"of one that is desperate","number":"h2976"},{"text":"to reprove","number":"h3198"},{"text":"words","number":"h4405"},{"text":"which are as wind","number":"h7307"}],"10":[{"text":"the words","number":"h561"},{"text":"myself in sorrow","number":"h2427"},{"text":"let him not spare","number":"h2550"},{"text":"for I have not concealed","number":"h3582"},{"text":"Then should I yet have comfort","number":"h5165"},{"text":"yea I would harden","number":"h5539"},{"text":"of the Holy One","number":"h6918"}],"25":[{"text":"words","number":"h561"},{"text":"but what doth your arguing","number":"h3198"},{"text":"reprove","number":"h3198"},{"text":"are right","number":"h3476"},{"text":"How forcible","number":"h4834"}],"19":[{"text":"The troops","number":"h734"},{"text":"the companies","number":"h1979"},{"text":"looked","number":"h5027"},{"text":"waited","number":"h6960"},{"text":"of Sheba","number":"h7614"},{"text":"of Tema","number":"h8485"}],"11":[{"text":"that I should prolong","number":"h748"},{"text":"that I should hope","number":"h3176"},{"text":"What is my strength","number":"h3581"},{"text":"my life","number":"h5315"},{"text":"and what is mine end","number":"h7093"}],"20":[{"text":"they came","number":"h935"},{"text":"They were confounded","number":"h954"},{"text":"because they had hoped","number":"h982"},{"text":"thither and were ashamed","number":"h2659"}],"24":[{"text":"and cause me to understand","number":"h995"},{"text":"me and I will hold my tongue","number":"h2790"},{"text":"Teach","number":"h3384"},{"text":"wherein I have erred","number":"h7686"}],"30":[{"text":"discern","number":"h995"},{"text":"perverse things","number":"h1942"},{"text":"cannot my taste","number":"h2441"},{"text":"Is there","number":"h3426"},{"text":"in my tongue","number":"h3956"},{"text":"iniquity","number":"h5766"}],"5":[{"text":"over his fodder","number":"h1098"},{"text":"or loweth","number":"h1600"},{"text":"when he hath grass","number":"h1877"},{"text":"bray","number":"h5101"},{"text":"Doth the wild ass","number":"h6501"},{"text":"the ox","number":"h7794"}],"3":[{"text":"therefore my words","number":"h1697"},{"text":"than the sand","number":"h2344"},{"text":"of the sea","number":"h3220"},{"text":"For now it would be heavier","number":"h3513"},{"text":"are swallowed up","number":"h3886"}],"7":[{"text":"are as my sorrowful","number":"h1741"},{"text":"meat","number":"h3899"},{"text":"refused","number":"h3985"},{"text":"to touch","number":"h5060"},{"text":"The things that my soul","number":"h5315"}],"17":[{"text":"they are consumed out","number":"h1846"},{"text":"they wax warm","number":"h2215"},{"text":"when it is hot","number":"h2527"},{"text":"of their place","number":"h4725"},{"text":"What time","number":"h6256"},{"text":"they vanish","number":"h6789"}],"2":[{"text":"and my calamity","number":"h1942"},{"text":"together","number":"h3162"},{"text":"my grief","number":"h3708"},{"text":"Oh that","number":"h3863"},{"text":"in the balances","number":"h3976"},{"text":"laid","number":"h5375"},{"text":"weighed","number":"h8254"},{"text":"were throughly","number":"h8254"}],"14":[{"text":"pity","number":"h2617"},{"text":"the fear","number":"h3374"},{"text":"To him that is afflicted","number":"h4523"},{"text":"but he forsaketh","number":"h5800"},{"text":"should be shewed from his friend","number":"h7453"},{"text":"of the Almighty","number":"h7706"}],"21":[{"text":"my casting down","number":"h2866"},{"text":"and are afraid","number":"h3372"},{"text":"For now ye are nothing ye see","number":"h7200"}],"28":[{"text":"Now therefore be content","number":"h2974"},{"text":"if I lie","number":"h3576"},{"text":"look","number":"h6437"},{"text":"upon me for it is evident unto you","number":"h6440"}],"23":[{"text":"hand","number":"h3027"},{"text":"me from the hand","number":"h3027"},{"text":"Or Deliver","number":"h4422"},{"text":"of the mighty","number":"h6184"},{"text":"or Redeem","number":"h6299"},{"text":"me from the enemy's","number":"h6862"}],"27":[{"text":"the fatherless","number":"h3490"},{"text":"and ye dig","number":"h3738"},{"text":"Yea ye overwhelm","number":"h5307"},{"text":"a pit for your friend","number":"h7453"}],"13":[{"text":"driven quite","number":"h5080"},{"text":"Is not my help","number":"h5833"},{"text":"in me and is wisdom","number":"h8454"}],"29":[{"text":"I pray you let it not be iniquity","number":"h5766"},{"text":"my righteousness","number":"h6664"},{"text":"Return","number":"h7725"},{"text":"yea return again","number":"h7725"}],"16":[{"text":"is hid","number":"h5956"},{"text":"Which are blackish","number":"h6937"},{"text":"by reason of the ice","number":"h7140"},{"text":"and wherein the snow","number":"h7950"}]}
@@ -0,0 +1 @@
1
+ {"20":[{"text":"of men","number":"h120"},{"text":"I have sinned","number":"h2398"},{"text":"me as a mark","number":"h4645"},{"text":"against thee so that I am a burden","number":"h4853"},{"text":"unto thee O thou preserver","number":"h5341"},{"text":"what shall I do","number":"h6466"},{"text":"why hast thou set","number":"h7760"}],"4":[{"text":"I say","number":"h559"},{"text":"be gone","number":"h4059"},{"text":"of tossings to and fro","number":"h5076"},{"text":"unto the dawning of the day","number":"h5399"},{"text":"and the night","number":"h6153"},{"text":"When shall I arise","number":"h6965"},{"text":"and I am full","number":"h7646"},{"text":"When I lie down","number":"h7901"}],"13":[{"text":"When I say","number":"h559"},{"text":"me my couch","number":"h4904"},{"text":"shall comfort","number":"h5162"},{"text":"shall ease","number":"h5375"},{"text":"My bed","number":"h6210"},{"text":"my complaint","number":"h7879"}],"17":[{"text":"What is man","number":"h582"},{"text":"that thou shouldest magnify","number":"h1431"},{"text":"thine heart","number":"h3820"},{"text":"him and that thou shouldest set","number":"h7896"}],"1":[{"text":"to man","number":"h582"},{"text":"upon earth","number":"h776"},{"text":"also like the days","number":"h3117"},{"text":"are not his days","number":"h3117"},{"text":"Is there not an appointed time","number":"h6635"},{"text":"of an hireling","number":"h7916"}],"6":[{"text":"without","number":"h657"},{"text":"than a weaver's shuttle","number":"h708"},{"text":"My days","number":"h3117"},{"text":"and are spent","number":"h3615"},{"text":"are swifter","number":"h7043"},{"text":"hope","number":"h8615"}],"18":[{"text":"and try","number":"h974"},{"text":"him every morning","number":"h1242"},{"text":"And that thou shouldest visit","number":"h6485"},{"text":"him every moment","number":"h7281"}],"15":[{"text":"chooseth","number":"h977"},{"text":"and death","number":"h4194"},{"text":"strangling","number":"h4267"},{"text":"So that my soul","number":"h5315"},{"text":"rather than my life","number":"h6106"}],"10":[{"text":"no more to his house","number":"h1004"},{"text":"neither shall his place","number":"h4725"},{"text":"know","number":"h5234"},{"text":"He shall return","number":"h7725"}],"19":[{"text":"till I swallow down","number":"h1104"},{"text":"How long","number":"h4100"},{"text":"from me nor let me alone","number":"h7503"},{"text":"my spittle","number":"h7536"},{"text":"wilt thou not depart","number":"h8159"}],"14":[{"text":"and terrifiest","number":"h1204"},{"text":"me through visions","number":"h2384"},{"text":"me with dreams","number":"h2472"},{"text":"Then thou scarest","number":"h2865"}],"5":[{"text":"My flesh","number":"h1320"},{"text":"and clods","number":"h1487"},{"text":"is clothed","number":"h3847"},{"text":"and become loathsome","number":"h3988"},{"text":"my skin","number":"h5785"},{"text":"of dust","number":"h6083"},{"text":"is broken","number":"h7280"},{"text":"with worms","number":"h7415"}],"11":[{"text":"I will speak","number":"h1696"},{"text":"Therefore I will not refrain","number":"h2820"},{"text":"in the bitterness","number":"h4751"},{"text":"of my soul","number":"h5315"},{"text":"my mouth","number":"h6310"},{"text":"in the anguish","number":"h6862"},{"text":"of my spirit","number":"h7307"},{"text":"I will complain","number":"h7878"}],"16":[{"text":"are vanity","number":"h1892"},{"text":"let me alone","number":"h2308"},{"text":"it I would not live","number":"h2421"},{"text":"for my days","number":"h3117"},{"text":"I loathe","number":"h3988"},{"text":"alway","number":"h5769"}],"7":[{"text":"O remember","number":"h2142"},{"text":"that my life","number":"h2416"},{"text":"good","number":"h2896"},{"text":"mine eye","number":"h5869"},{"text":"see","number":"h7200"},{"text":"is wind","number":"h7307"},{"text":"shall no more","number":"h7725"}],"9":[{"text":"and vanisheth away","number":"h3212"},{"text":"so he that goeth down","number":"h3381"},{"text":"is consumed","number":"h3615"},{"text":"shall come up","number":"h5927"},{"text":"As the cloud","number":"h6051"},{"text":"to the grave","number":"h7585"}],"12":[{"text":"Am I a sea","number":"h3220"},{"text":"a watch","number":"h4929"},{"text":"that thou settest","number":"h7760"},{"text":"or a whale","number":"h8577"}],"3":[{"text":"months","number":"h3391"},{"text":"nights","number":"h3915"},{"text":"are appointed","number":"h4487"},{"text":"So am I made to possess","number":"h5157"},{"text":"and wearisome","number":"h5999"},{"text":"of vanity","number":"h7723"}],"21":[{"text":"And why dost thou not pardon","number":"h5375"},{"text":"and take away","number":"h5674"},{"text":"mine iniquity","number":"h5771"},{"text":"in the dust","number":"h6083"},{"text":"my transgression","number":"h6588"},{"text":"and thou shalt seek me in the morning","number":"h7836"},{"text":"for now shall I sleep","number":"h7901"}],"2":[{"text":"As a servant","number":"h5650"},{"text":"for the reward of his work","number":"h6467"},{"text":"the shadow","number":"h6738"},{"text":"looketh","number":"h6960"},{"text":"earnestly desireth","number":"h7602"},{"text":"and as an hireling","number":"h7916"}],"8":[{"text":"The eye","number":"h5869"},{"text":"me no more thine eyes","number":"h5869"},{"text":"of him that hath seen","number":"h7210"},{"text":"me shall see","number":"h7789"}]}
@@ -0,0 +1 @@
1
+ {"8":[{"text":"of their fathers","number":"h1"},{"text":"age","number":"h1755"},{"text":"thyself to the search","number":"h2714"},{"text":"and prepare","number":"h3559"},{"text":"I pray thee of the former","number":"h7223"},{"text":"For enquire","number":"h7592"}],"12":[{"text":"Whilst it is yet in his greenness","number":"h3"},{"text":"any other herb","number":"h2682"},{"text":"it withereth","number":"h3001"},{"text":"before","number":"h6440"},{"text":"and not cut down","number":"h6998"}],"13":[{"text":"shall perish","number":"h6"},{"text":"God","number":"h410"},{"text":"So are the paths","number":"h734"},{"text":"and the hypocrite's","number":"h2611"},{"text":"of all that forget","number":"h7911"},{"text":"hope","number":"h8615"}],"17":[{"text":"of stones","number":"h68"},{"text":"the place","number":"h1004"},{"text":"the heap","number":"h1530"},{"text":"and seeth","number":"h2372"},{"text":"are wrapped about","number":"h5440"},{"text":"His roots","number":"h8328"}],"22":[{"text":"and the dwelling","number":"h168"},{"text":"shall come to nought","number":"h369"},{"text":"with shame","number":"h1322"},{"text":"thee shall be clothed","number":"h3847"},{"text":"place of the wicked","number":"h7563"},{"text":"They that hate","number":"h8130"}],"11":[{"text":"the flag","number":"h260"},{"text":"without","number":"h1097"},{"text":"without mire","number":"h1207"},{"text":"grow up","number":"h1342"},{"text":"Can the rush","number":"h1573"},{"text":"water","number":"h4325"},{"text":"can","number":"h7685"},{"text":"grow","number":"h7685"}],"19":[{"text":"shall others","number":"h312"},{"text":"of his way","number":"h1870"},{"text":"Behold this is the joy","number":"h4885"},{"text":"and out of the earth","number":"h6083"},{"text":"grow","number":"h6779"}],"7":[{"text":"yet thy latter end","number":"h319"},{"text":"should greatly","number":"h3966"},{"text":"was small","number":"h4705"},{"text":"Though thy beginning","number":"h7225"},{"text":"increase","number":"h7685"}],"20":[{"text":"Behold God","number":"h410"},{"text":"man neither will he help","number":"h2388"},{"text":"will not cast away","number":"h3988"},{"text":"the evil doers","number":"h7489"},{"text":"a perfect","number":"h8535"}],"3":[{"text":"Doth God","number":"h410"},{"text":"judgment","number":"h4941"},{"text":"pervert","number":"h5791"},{"text":"pervert","number":"h5791"},{"text":"justice","number":"h6664"},{"text":"or doth the Almighty","number":"h7706"}],"5":[{"text":"unto God","number":"h410"},{"text":"and make thy supplication","number":"h2603"},{"text":"to the Almighty","number":"h7706"},{"text":"If thou wouldest seek","number":"h7836"},{"text":"betimes","number":"h7836"}],"1":[{"text":"and said","number":"h559"},{"text":"Bildad","number":"h1085"},{"text":"Then answered","number":"h6030"},{"text":"the Shuhite","number":"h7747"}],"10":[{"text":"thee and tell","number":"h559"},{"text":"thee and utter","number":"h3318"},{"text":"Shall not they teach","number":"h3384"},{"text":"out of their heart","number":"h3820"},{"text":"words","number":"h4405"}],"2":[{"text":"these things and how long shall the words","number":"h561"},{"text":"How","number":"h575"},{"text":"be like a strong","number":"h3524"},{"text":"wilt thou speak","number":"h4448"},{"text":"long","number":"h5704"},{"text":"of thy mouth","number":"h6310"},{"text":"wind","number":"h7307"}],"9":[{"text":"upon earth","number":"h776"},{"text":"and know","number":"h3045"},{"text":"nothing because our days","number":"h3117"},{"text":"are a shadow","number":"h6738"},{"text":"For we are but of yesterday","number":"h8543"}],"15":[{"text":"upon his house","number":"h1004"},{"text":"he shall hold","number":"h2388"},{"text":"but it shall not stand","number":"h5975"},{"text":"it fast but it shall not endure","number":"h6965"},{"text":"He shall lean","number":"h8172"}],"14":[{"text":"web","number":"h1004"},{"text":"Whose hope","number":"h3689"},{"text":"and whose trust","number":"h4009"},{"text":"shall be a spider's","number":"h5908"},{"text":"shall be cut off","number":"h6990"}],"18":[{"text":"If he destroy","number":"h1104"},{"text":"then it shall deny","number":"h3584"},{"text":"him from his place","number":"h4725"},{"text":"him saying I have not seen","number":"h7200"}],"4":[{"text":"If thy children","number":"h1121"},{"text":"have sinned","number":"h2398"},{"text":"for","number":"h3027"},{"text":"their transgression","number":"h6588"},{"text":"against him and he have cast them away","number":"h7971"}],"16":[{"text":"in his garden","number":"h1593"},{"text":"and his branch","number":"h3127"},{"text":"shooteth forth","number":"h3318"},{"text":"before","number":"h6440"},{"text":"He is green","number":"h7373"},{"text":"the sun","number":"h8121"}],"6":[{"text":"If thou wert pure","number":"h2134"},{"text":"and upright","number":"h3477"},{"text":"for thee and make the habitation","number":"h5116"},{"text":"surely now he would awake","number":"h5782"},{"text":"of thy righteousness","number":"h6664"},{"text":"prosperous","number":"h7999"}],"21":[{"text":"Till he fill","number":"h4390"},{"text":"thy mouth","number":"h6310"},{"text":"with laughing","number":"h7814"},{"text":"and thy lips","number":"h8193"},{"text":"with rejoicing","number":"h8643"}]}