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
+ {"17":[{"text":"good","number":"g18"},{"text":"without partiality","number":"g87"},{"text":"without hypocrisy","number":"g505"},{"text":"that is from above","number":"g509"},{"text":"But","number":"g1161"},{"text":"peaceable","number":"g1516"},{"text":"of mercy","number":"g1656"},{"text":"then","number":"g1899"},{"text":"gentle","number":"g1933"},{"text":"is","number":"g2076"},{"text":"and easy to be intreated","number":"g2138"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"fruits","number":"g2590"},{"text":"pure","number":"g3303"},{"text":"full","number":"g3324"},{"text":"first","number":"g4412"},{"text":"the wisdom","number":"g4678"}],"1":[{"text":"brethren","number":"g80"},{"text":"be","number":"g1096"},{"text":"masters","number":"g1320"},{"text":"knowing","number":"g1492"},{"text":"condemnation","number":"g2917"},{"text":"we shall receive","number":"g2983"},{"text":"the greater","number":"g3187"},{"text":"not","number":"g3361"},{"text":"My","number":"g3450"},{"text":"that","number":"g3754"},{"text":"many","number":"g4183"}],"10":[{"text":"brethren","number":"g80"},{"text":"the same","number":"g846"},{"text":"to be","number":"g1096"},{"text":"Out of","number":"g1537"},{"text":"proceedeth","number":"g1831"},{"text":"blessing","number":"g2129"},{"text":"and","number":"g2532"},{"text":"cursing","number":"g2671"},{"text":"My","number":"g3450"},{"text":"not","number":"g3756"},{"text":"so","number":"g3779"},{"text":"mouth","number":"g4750"},{"text":"these things","number":"g5023"},{"text":"ought","number":"g5534"}],"12":[{"text":"brethren","number":"g80"},{"text":"salt","number":"g252"},{"text":"a vine","number":"g288"},{"text":"fresh","number":"g1099"},{"text":"olive berries","number":"g1636"},{"text":"either","number":"g2228"},{"text":"and","number":"g2532"},{"text":"Can","number":"g3361"},{"text":"my","number":"g3450"},{"text":"can no","number":"g3762"},{"text":"so","number":"g3779"},{"text":"fountain","number":"g4077"},{"text":"bear","number":"g4160"},{"text":"both yield","number":"g4160"},{"text":"the fig tree","number":"g4808"},{"text":"figs","number":"g4810"},{"text":"water","number":"g5204"}],"6":[{"text":"of iniquity","number":"g93"},{"text":"hell","number":"g1067"},{"text":"of nature","number":"g1078"},{"text":"the tongue","number":"g1100"},{"text":"the tongue","number":"g1100"},{"text":"among","number":"g1722"},{"text":"our","number":"g2257"},{"text":"is","number":"g2525"},{"text":"And","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"a world","number":"g2889"},{"text":"members","number":"g3196"},{"text":"the whole","number":"g3650"},{"text":"so","number":"g3779"},{"text":"is a fire","number":"g4442"},{"text":"that it defileth","number":"g4695"},{"text":"body","number":"g4983"},{"text":"the course","number":"g5164"},{"text":"of","number":"g5259"},{"text":"it is set on fire","number":"g5394"},{"text":"setteth on fire","number":"g5394"}],"16":[{"text":"is confusion","number":"g181"},{"text":"For","number":"g1063"},{"text":"is there","number":"g1563"},{"text":"strife","number":"g2052"},{"text":"envying","number":"g2205"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"where","number":"g3699"},{"text":"every","number":"g3956"},{"text":"work","number":"g4229"},{"text":"evil","number":"g5337"}],"8":[{"text":"it is an unruly","number":"g183"},{"text":"man","number":"g444"},{"text":"the tongue","number":"g1100"},{"text":"tame","number":"g1150"},{"text":"But","number":"g1161"},{"text":"can","number":"g1410"},{"text":"of deadly","number":"g2287"},{"text":"poison","number":"g2447"},{"text":"evil","number":"g2556"},{"text":"full","number":"g3324"},{"text":"no","number":"g3762"}],"14":[{"text":"the truth","number":"g225"},{"text":"But","number":"g1161"},{"text":"if","number":"g1487"},{"text":"in","number":"g1722"},{"text":"strife","number":"g2052"},{"text":"ye have","number":"g2192"},{"text":"envying","number":"g2205"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"hearts","number":"g2588"},{"text":"against","number":"g2596"},{"text":"glory","number":"g2620"},{"text":"not","number":"g3361"},{"text":"bitter","number":"g4089"},{"text":"your","number":"g5216"},{"text":"lie not","number":"g5574"}],"15":[{"text":"but","number":"g235"},{"text":"from above","number":"g509"},{"text":"devilish","number":"g1141"},{"text":"is earthly","number":"g1919"},{"text":"descendeth","number":"g2076"},{"text":"not","number":"g3756"},{"text":"This","number":"g3778"},{"text":"wisdom","number":"g4678"},{"text":"sensual","number":"g5591"}],"5":[{"text":"kindleth","number":"g381"},{"text":"the tongue","number":"g1100"},{"text":"is","number":"g2076"},{"text":"how great","number":"g2245"},{"text":"Behold","number":"g2400"},{"text":"Even","number":"g2532"},{"text":"and","number":"g2532"},{"text":"boasteth great things","number":"g3166"},{"text":"member","number":"g3196"},{"text":"a little","number":"g3398"},{"text":"a little","number":"g3641"},{"text":"so","number":"g3779"},{"text":"fire","number":"g4442"},{"text":"a matter","number":"g5208"}],"13":[{"text":"conversation","number":"g391"},{"text":"his","number":"g848"},{"text":"let him shew","number":"g1166"},{"text":"out of","number":"g1537"},{"text":"among","number":"g1722"},{"text":"with","number":"g1722"},{"text":"endued with knowledge","number":"g1990"},{"text":"works","number":"g2041"},{"text":"and","number":"g2532"},{"text":"a good","number":"g2570"},{"text":"meekness","number":"g4240"},{"text":"of wisdom","number":"g4678"},{"text":"is a wise man","number":"g4680"},{"text":"Who","number":"g5101"},{"text":"you","number":"g5213"}],"4":[{"text":"winds","number":"g417"},{"text":"are driven","number":"g1643"},{"text":"a very small","number":"g1646"},{"text":"the governor","number":"g2116"},{"text":"Behold","number":"g2400"},{"text":"also","number":"g2532"},{"text":"and","number":"g2532"},{"text":"yet are they turned about","number":"g3329"},{"text":"whithersoever","number":"g3699"},{"text":"listeth","number":"g3730"},{"text":"helm","number":"g4079"},{"text":"the ships","number":"g4143"},{"text":"fierce","number":"g4642"},{"text":"so great","number":"g5082"},{"text":"of","number":"g5259"},{"text":"with","number":"g5259"},{"text":"which though they be","number":"g5607"}],"2":[{"text":"man","number":"g435"},{"text":"all","number":"g537"},{"text":"For","number":"g1063"},{"text":"and able","number":"g1415"},{"text":"If any man","number":"g1536"},{"text":"in","number":"g1722"},{"text":"also","number":"g2532"},{"text":"word","number":"g3056"},{"text":"the whole","number":"g3650"},{"text":"not","number":"g3756"},{"text":"the same","number":"g3778"},{"text":"in many things","number":"g4183"},{"text":"offend","number":"g4417"},{"text":"we offend","number":"g4417"},{"text":"body","number":"g4983"},{"text":"is a perfect","number":"g5046"},{"text":"to bridle","number":"g5468"}],"9":[{"text":"men","number":"g444"},{"text":"are made","number":"g1096"},{"text":"Therewith","number":"g1722"},{"text":"therewith","number":"g1722"},{"text":"bless we","number":"g2127"},{"text":"God","number":"g2316"},{"text":"of God","number":"g2316"},{"text":"and","number":"g2532"},{"text":"even","number":"g2532"},{"text":"after","number":"g2596"},{"text":"curse we","number":"g2672"},{"text":"which","number":"g3588"},{"text":"the similitude","number":"g3669"},{"text":"the Father","number":"g3962"}],"11":[{"text":"the same","number":"g846"},{"text":"send forth","number":"g1032"},{"text":"sweet","number":"g1099"},{"text":"at","number":"g1537"},{"text":"water and","number":"g2532"},{"text":"Doth","number":"g3385"},{"text":"place","number":"g3692"},{"text":"a fountain","number":"g4077"},{"text":"bitter","number":"g4089"}],"3":[{"text":"their","number":"g846"},{"text":"they","number":"g846"},{"text":"we put","number":"g906"},{"text":"in","number":"g1519"},{"text":"us","number":"g2254"},{"text":"Behold","number":"g2400"},{"text":"the horses","number":"g2462"},{"text":"and","number":"g2532"},{"text":"we turn about","number":"g3329"},{"text":"whole","number":"g3650"},{"text":"may obey","number":"g3982"},{"text":"that","number":"g4314"},{"text":"mouths","number":"g4750"},{"text":"body","number":"g4983"},{"text":"bits","number":"g5469"}],"7":[{"text":"For","number":"g1063"},{"text":"hath been tamed","number":"g1150"},{"text":"is tamed","number":"g1150"},{"text":"of things in the sea","number":"g1724"},{"text":"of serpents","number":"g2062"},{"text":"of beasts","number":"g2342"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"every","number":"g3956"},{"text":"of birds","number":"g4071"},{"text":"and","number":"g5037"},{"text":"and","number":"g5037"},{"text":"kind","number":"g5449"},{"text":"of mankind","number":"g5449"}],"18":[{"text":"And","number":"g1161"},{"text":"of righteousness","number":"g1343"},{"text":"peace","number":"g1515"},{"text":"peace","number":"g1515"},{"text":"in","number":"g1722"},{"text":"the fruit","number":"g2590"},{"text":"of them that make","number":"g4160"},{"text":"is sown","number":"g4687"}]}
@@ -0,0 +1 @@
1
+ {"13":[{"text":"Go to","number":"g33"},{"text":"to morrow","number":"g839"},{"text":"into","number":"g1519"},{"text":"a","number":"g1520"},{"text":"there","number":"g1563"},{"text":"buy and sell","number":"g1710"},{"text":"year","number":"g1763"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"or","number":"g2532"},{"text":"get gain","number":"g2770"},{"text":"ye that say","number":"g3004"},{"text":"now","number":"g3568"},{"text":"such","number":"g3592"},{"text":"continue","number":"g4160"},{"text":"a city","number":"g4172"},{"text":"we will go","number":"g4198"},{"text":"To day","number":"g4594"}],"8":[{"text":"purify","number":"g48"},{"text":"ye sinners","number":"g268"},{"text":"ye double minded","number":"g1374"},{"text":"Draw nigh","number":"g1448"},{"text":"he will draw nigh","number":"g1448"},{"text":"to God","number":"g2316"},{"text":"Cleanse","number":"g2511"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"your hearts","number":"g2588"},{"text":"to you","number":"g5213"},{"text":"your hands","number":"g5495"}],"11":[{"text":"brethren","number":"g80"},{"text":"brother","number":"g80"},{"text":"of his brother","number":"g80"},{"text":"but","number":"g235"},{"text":"one of another","number":"g240"},{"text":"his","number":"g848"},{"text":"but","number":"g1161"},{"text":"if","number":"g1487"},{"text":"thou art","number":"g1488"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"He that speaketh evil","number":"g2635"},{"text":"Speak","number":"g2635"},{"text":"evil","number":"g2635"},{"text":"speaketh evil","number":"g2635"},{"text":"judgeth","number":"g2919"},{"text":"judgeth","number":"g2919"},{"text":"thou judge","number":"g2919"},{"text":"a judge","number":"g2923"},{"text":"not","number":"g3361"},{"text":"of the law","number":"g3551"},{"text":"of the law","number":"g3551"},{"text":"the law","number":"g3551"},{"text":"the law","number":"g3551"},{"text":"not","number":"g3756"},{"text":"a doer","number":"g4163"}],"3":[{"text":"Ye ask","number":"g154"},{"text":"ye ask","number":"g154"},{"text":"ye may consume","number":"g1159"},{"text":"because","number":"g1360"},{"text":"it upon","number":"g1722"},{"text":"lusts","number":"g2237"},{"text":"that","number":"g2443"},{"text":"and","number":"g2532"},{"text":"amiss","number":"g2560"},{"text":"receive","number":"g2983"},{"text":"not","number":"g3756"},{"text":"your","number":"g5216"}],"2":[{"text":"ask","number":"g154"},{"text":"yet","number":"g1161"},{"text":"because","number":"g1223"},{"text":"Ye lust","number":"g1937"},{"text":"obtain","number":"g2013"},{"text":"have","number":"g2192"},{"text":"ye have","number":"g2192"},{"text":"desire to have","number":"g2206"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"ye fight","number":"g3164"},{"text":"not","number":"g3361"},{"text":"cannot","number":"g3756"},{"text":"not","number":"g3756"},{"text":"not","number":"g3756"},{"text":"war","number":"g4170"},{"text":"ye","number":"g5209"},{"text":"ye kill","number":"g5407"}],"16":[{"text":"boastings","number":"g212"},{"text":"But","number":"g1161"},{"text":"in","number":"g1722"},{"text":"is","number":"g2076"},{"text":"ye rejoice","number":"g2744"},{"text":"rejoicing","number":"g2746"},{"text":"now","number":"g3568"},{"text":"all","number":"g3956"},{"text":"evil","number":"g4190"},{"text":"such","number":"g5108"},{"text":"your","number":"g5216"}],"17":[{"text":"sin","number":"g266"},{"text":"to him","number":"g846"},{"text":"to him that knoweth","number":"g1492"},{"text":"it is","number":"g2076"},{"text":"and","number":"g2532"},{"text":"good","number":"g2570"},{"text":"it not","number":"g3361"},{"text":"Therefore","number":"g3767"},{"text":"doeth","number":"g4160"},{"text":"to do","number":"g4160"}],"7":[{"text":"Resist","number":"g436"},{"text":"from","number":"g575"},{"text":"the devil","number":"g1228"},{"text":"to God","number":"g2316"},{"text":"and","number":"g2532"},{"text":"therefore","number":"g3767"},{"text":"you","number":"g5216"},{"text":"Submit yourselves","number":"g5293"},{"text":"he will flee","number":"g5343"}],"15":[{"text":"For that","number":"g473"},{"text":"If","number":"g1437"},{"text":"that","number":"g1565"},{"text":"we shall live","number":"g2198"},{"text":"or","number":"g2228"},{"text":"will","number":"g2309"},{"text":"and","number":"g2532"},{"text":"the Lord","number":"g2962"},{"text":"ought to say","number":"g3004"},{"text":"do","number":"g4160"},{"text":"this","number":"g5124"},{"text":"ye","number":"g5209"}],"6":[{"text":"resisteth","number":"g498"},{"text":"But","number":"g1161"},{"text":"but","number":"g1161"},{"text":"giveth","number":"g1325"},{"text":"he giveth","number":"g1325"},{"text":"Wherefore","number":"g1352"},{"text":"God","number":"g2316"},{"text":"he saith","number":"g3004"},{"text":"more","number":"g3187"},{"text":"unto the humble","number":"g5011"},{"text":"the proud","number":"g5244"},{"text":"grace","number":"g5485"},{"text":"grace","number":"g5485"}],"12":[{"text":"to destroy","number":"g622"},{"text":"is able","number":"g1410"},{"text":"art","number":"g1488"},{"text":"one","number":"g1520"},{"text":"There is","number":"g2076"},{"text":"another","number":"g2087"},{"text":"and","number":"g2532"},{"text":"that judgest","number":"g2919"},{"text":"lawgiver","number":"g3550"},{"text":"who","number":"g3588"},{"text":"thou","number":"g4771"},{"text":"to save","number":"g4982"},{"text":"who","number":"g5101"}],"14":[{"text":"a vapour","number":"g822"},{"text":"the morrow","number":"g839"},{"text":"vanisheth away","number":"g853"},{"text":"For","number":"g1063"},{"text":"even","number":"g1063"},{"text":"and","number":"g1161"},{"text":"then","number":"g1899"},{"text":"ye know","number":"g1987"},{"text":"It is","number":"g2076"},{"text":"life","number":"g2222"},{"text":"what shall be on","number":"g3588"},{"text":"a little time","number":"g3641"},{"text":"Whereas","number":"g3748"},{"text":"not","number":"g3756"},{"text":"what","number":"g4169"},{"text":"that","number":"g4314"},{"text":"is your","number":"g5216"},{"text":"appeareth for","number":"g5316"}],"9":[{"text":"laughter","number":"g1071"},{"text":"to","number":"g1519"},{"text":"to","number":"g1519"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"heaviness","number":"g2726"},{"text":"weep","number":"g2799"},{"text":"be turned","number":"g3344"},{"text":"mourn","number":"g3996"},{"text":"mourning","number":"g3997"},{"text":"Be afflicted","number":"g5003"},{"text":"let your","number":"g5216"},{"text":"your joy","number":"g5479"}],"5":[{"text":"the scripture","number":"g1124"},{"text":"Do ye think","number":"g1380"},{"text":"in","number":"g1722"},{"text":"lusteth","number":"g1971"},{"text":"us","number":"g2254"},{"text":"dwelleth","number":"g2730"},{"text":"in vain","number":"g2761"},{"text":"saith","number":"g3004"},{"text":"that","number":"g3739"},{"text":"that","number":"g3754"},{"text":"The spirit","number":"g4151"},{"text":"to","number":"g4314"},{"text":"envy","number":"g5355"}],"4":[{"text":"know ye","number":"g1492"},{"text":"will be","number":"g1511"},{"text":"is","number":"g2076"},{"text":"enmity","number":"g2189"},{"text":"the enemy","number":"g2190"},{"text":"of God","number":"g2316"},{"text":"with God","number":"g2316"},{"text":"is","number":"g2525"},{"text":"and","number":"g2532"},{"text":"of the world","number":"g2889"},{"text":"of the world","number":"g2889"},{"text":"adulteresses","number":"g3428"},{"text":"Ye adulterers","number":"g3432"},{"text":"whosoever","number":"g3739"},{"text":"that","number":"g3754"},{"text":"not","number":"g3756"},{"text":"therefore","number":"g3767"},{"text":"the friendship","number":"g5373"},{"text":"a friend","number":"g5384"}],"1":[{"text":"even of","number":"g1537"},{"text":"among","number":"g1722"},{"text":"in","number":"g1722"},{"text":"hence","number":"g1782"},{"text":"lusts","number":"g2237"},{"text":"and","number":"g2532"},{"text":"fightings","number":"g3163"},{"text":"members","number":"g3196"},{"text":"come they not","number":"g3756"},{"text":"From whence","number":"g4159"},{"text":"come wars","number":"g4171"},{"text":"that war","number":"g4754"},{"text":"you","number":"g5213"},{"text":"your","number":"g5216"},{"text":"your","number":"g5216"}],"10":[{"text":"in the sight","number":"g1799"},{"text":"and","number":"g2532"},{"text":"of the Lord","number":"g2962"},{"text":"Humble yourselves","number":"g5013"},{"text":"you","number":"g5209"},{"text":"he shall lift","number":"g5312"},{"text":"up","number":"g5312"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"Go to","number":"g33"},{"text":"that shall come upon","number":"g1904"},{"text":"for","number":"g1909"},{"text":"weep","number":"g2799"},{"text":"now","number":"g3568"},{"text":"and howl","number":"g3649"},{"text":"ye rich men","number":"g4145"},{"text":"miseries","number":"g5004"},{"text":"your","number":"g5216"}],"19":[{"text":"Brethren","number":"g80"},{"text":"the truth","number":"g225"},{"text":"from","number":"g575"},{"text":"him","number":"g846"},{"text":"if","number":"g1437"},{"text":"of","number":"g1722"},{"text":"convert","number":"g1994"},{"text":"and","number":"g2532"},{"text":"do err","number":"g4105"},{"text":"any","number":"g5100"},{"text":"one","number":"g5100"},{"text":"you","number":"g5213"}],"10":[{"text":"brethren","number":"g80"},{"text":"and","number":"g2532"},{"text":"of suffering affliction","number":"g2552"},{"text":"of the Lord","number":"g2962"},{"text":"have spoken","number":"g2980"},{"text":"Take","number":"g2983"},{"text":"of patience","number":"g3115"},{"text":"my","number":"g3450"},{"text":"in the name","number":"g3686"},{"text":"who","number":"g3739"},{"text":"the prophets","number":"g4396"},{"text":"for an example","number":"g5262"}],"12":[{"text":"brethren","number":"g80"},{"text":"other","number":"g243"},{"text":"by the earth","number":"g1093"},{"text":"But","number":"g1161"},{"text":"but","number":"g1161"},{"text":"into","number":"g1519"},{"text":"be","number":"g2277"},{"text":"let","number":"g2277"},{"text":"and","number":"g2532"},{"text":"not","number":"g3361"},{"text":"lest","number":"g3363"},{"text":"neither","number":"g3383"},{"text":"neither","number":"g3383"},{"text":"neither","number":"g3383"},{"text":"my","number":"g3450"},{"text":"yea","number":"g3483"},{"text":"yea","number":"g3483"},{"text":"swear","number":"g3660"},{"text":"oath","number":"g3727"},{"text":"nay","number":"g3756"},{"text":"your nay","number":"g3756"},{"text":"by heaven","number":"g3772"},{"text":"all things","number":"g3956"},{"text":"ye fall","number":"g4098"},{"text":"above","number":"g4253"},{"text":"by any","number":"g5100"},{"text":"your","number":"g5216"},{"text":"condemnation","number":"g5272"}],"7":[{"text":"brethren","number":"g80"},{"text":"it","number":"g846"},{"text":"the husbandman","number":"g1092"},{"text":"of the earth","number":"g1093"},{"text":"waiteth","number":"g1551"},{"text":"for","number":"g1909"},{"text":"until","number":"g2193"},{"text":"unto","number":"g2193"},{"text":"Behold","number":"g2400"},{"text":"and","number":"g2532"},{"text":"fruit","number":"g2590"},{"text":"of the Lord","number":"g2962"},{"text":"he receive","number":"g2983"},{"text":"Be patient","number":"g3114"},{"text":"and hath long patience","number":"g3114"},{"text":"therefore","number":"g3767"},{"text":"latter","number":"g3797"},{"text":"the coming","number":"g3952"},{"text":"the early","number":"g4406"},{"text":"for the precious","number":"g5093"},{"text":"rain","number":"g5205"}],"9":[{"text":"brethren","number":"g80"},{"text":"the door","number":"g2374"},{"text":"behold","number":"g2400"},{"text":"standeth","number":"g2476"},{"text":"one against another","number":"g2596"},{"text":"ye be condemned","number":"g2632"},{"text":"the judge","number":"g2923"},{"text":"not","number":"g3361"},{"text":"lest","number":"g3363"},{"text":"before","number":"g4253"},{"text":"Grudge","number":"g4727"}],"11":[{"text":"Ye have heard","number":"g191"},{"text":"have seen","number":"g1492"},{"text":"is","number":"g2076"},{"text":"Behold","number":"g2400"},{"text":"of Job","number":"g2492"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"of the Lord","number":"g2962"},{"text":"the Lord","number":"g2962"},{"text":"we count them happy","number":"g3106"},{"text":"of tender mercy","number":"g3629"},{"text":"that","number":"g3754"},{"text":"very pitiful","number":"g4184"},{"text":"the end","number":"g5056"},{"text":"which endure","number":"g5278"},{"text":"of the patience","number":"g5281"}],"14":[{"text":"anointing","number":"g218"},{"text":"Is","number":"g770"},{"text":"sick","number":"g770"},{"text":"him","number":"g846"},{"text":"him","number":"g846"},{"text":"of the church","number":"g1577"},{"text":"with oil","number":"g1637"},{"text":"among","number":"g1722"},{"text":"in","number":"g1722"},{"text":"over","number":"g1909"},{"text":"and","number":"g2532"},{"text":"of the Lord","number":"g2962"},{"text":"the name","number":"g3686"},{"text":"for the elders","number":"g4245"},{"text":"let them pray","number":"g4336"},{"text":"let him call","number":"g4341"},{"text":"any","number":"g5100"},{"text":"you","number":"g5213"}],"16":[{"text":"another","number":"g240"},{"text":"one","number":"g240"},{"text":"one to another","number":"g240"},{"text":"prayer","number":"g1162"},{"text":"of a righteous man","number":"g1342"},{"text":"The effectual fervent","number":"g1754"},{"text":"Confess","number":"g1843"},{"text":"pray","number":"g2172"},{"text":"ye may be healed","number":"g2390"},{"text":"availeth","number":"g2480"},{"text":"and","number":"g2532"},{"text":"that","number":"g3704"},{"text":"your faults","number":"g3900"},{"text":"much","number":"g4183"},{"text":"for","number":"g5228"}],"20":[{"text":"of sins","number":"g266"},{"text":"the sinner","number":"g268"},{"text":"him","number":"g846"},{"text":"of his","number":"g846"},{"text":"Let","number":"g1097"},{"text":"know","number":"g1097"},{"text":"from","number":"g1537"},{"text":"from","number":"g1537"},{"text":"he which converteth","number":"g1994"},{"text":"death","number":"g2288"},{"text":"and","number":"g2532"},{"text":"shall hide","number":"g2572"},{"text":"way","number":"g3598"},{"text":"that","number":"g3754"},{"text":"the error","number":"g4106"},{"text":"a multitude","number":"g4128"},{"text":"shall save","number":"g4982"},{"text":"a soul","number":"g5590"}],"15":[{"text":"sins","number":"g266"},{"text":"him","number":"g846"},{"text":"him","number":"g846"},{"text":"they shall be forgiven","number":"g863"},{"text":"shall raise","number":"g1453"},{"text":"up","number":"g1453"},{"text":"the prayer","number":"g2171"},{"text":"And","number":"g2532"},{"text":"and","number":"g2532"},{"text":"the sick","number":"g2577"},{"text":"and if","number":"g2579"},{"text":"the Lord","number":"g2962"},{"text":"of faith","number":"g4102"},{"text":"committed","number":"g4160"},{"text":"shall save","number":"g4982"},{"text":"he have","number":"g5600"}],"4":[{"text":"have reaped down","number":"g270"},{"text":"is of","number":"g575"},{"text":"kept back by fraud","number":"g650"},{"text":"the cries","number":"g995"},{"text":"into","number":"g1519"},{"text":"are entered","number":"g1525"},{"text":"of the labourers","number":"g2040"},{"text":"of them which have reaped","number":"g2325"},{"text":"Behold","number":"g2400"},{"text":"and","number":"g2532"},{"text":"crieth","number":"g2896"},{"text":"of the Lord","number":"g2962"},{"text":"the hire","number":"g3408"},{"text":"which","number":"g3588"},{"text":"who","number":"g3588"},{"text":"the ears","number":"g3775"},{"text":"of sabaoth","number":"g4519"},{"text":"you","number":"g5216"},{"text":"your","number":"g5216"},{"text":"fields","number":"g5561"}],"17":[{"text":"a man","number":"g444"},{"text":"it rained","number":"g1026"},{"text":"rain","number":"g1026"},{"text":"that it might","number":"g1026"},{"text":"the earth","number":"g1093"},{"text":"years","number":"g1763"},{"text":"six","number":"g1803"},{"text":"on","number":"g1909"},{"text":"Elias","number":"g2243"},{"text":"we are","number":"g2254"},{"text":"was","number":"g2258"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"not","number":"g3361"},{"text":"months","number":"g3376"},{"text":"subject to like passions as","number":"g3663"},{"text":"not","number":"g3756"},{"text":"earnestly","number":"g4335"},{"text":"he prayed","number":"g4336"},{"text":"by the space of three","number":"g5140"}],"6":[{"text":"and he doth","number":"g498"},{"text":"resist","number":"g498"},{"text":"the just","number":"g1342"},{"text":"Ye have condemned","number":"g2613"},{"text":"not","number":"g3756"},{"text":"you","number":"g5213"},{"text":"and killed","number":"g5407"}],"3":[{"text":"silver","number":"g696"},{"text":"of them","number":"g846"},{"text":"against","number":"g1519"},{"text":"for","number":"g1722"},{"text":"shall be","number":"g2071"},{"text":"the last","number":"g2078"},{"text":"days","number":"g2250"},{"text":"Ye have heaped treasure together","number":"g2343"},{"text":"the rust","number":"g2447"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"is cankered","number":"g2728"},{"text":"a witness","number":"g3142"},{"text":"fire","number":"g4442"},{"text":"flesh","number":"g4561"},{"text":"you","number":"g5213"},{"text":"Your","number":"g5216"},{"text":"your","number":"g5216"},{"text":"shall eat","number":"g5315"},{"text":"gold","number":"g5557"},{"text":"as it were","number":"g5613"}],"18":[{"text":"her","number":"g848"},{"text":"brought forth","number":"g985"},{"text":"the earth","number":"g1093"},{"text":"gave","number":"g1325"},{"text":"And","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"fruit","number":"g2590"},{"text":"the heaven","number":"g3772"},{"text":"again","number":"g3825"},{"text":"he prayed","number":"g4336"},{"text":"rain","number":"g5205"}],"5":[{"text":"the earth","number":"g1093"},{"text":"in","number":"g1722"},{"text":"on","number":"g1909"},{"text":"a day","number":"g2250"},{"text":"and","number":"g2532"},{"text":"hearts","number":"g2588"},{"text":"been wanton","number":"g4684"},{"text":"of slaughter","number":"g4967"},{"text":"ye have nourished","number":"g5142"},{"text":"Ye have lived in pleasure","number":"g5171"},{"text":"your","number":"g5216"},{"text":"as","number":"g5613"}],"2":[{"text":"are","number":"g1096"},{"text":"garments","number":"g2440"},{"text":"and","number":"g2532"},{"text":"riches","number":"g4149"},{"text":"are corrupted","number":"g4595"},{"text":"motheaten","number":"g4598"},{"text":"Your","number":"g5216"},{"text":"your","number":"g5216"}],"8":[{"text":"draweth nigh","number":"g1448"},{"text":"also","number":"g2532"},{"text":"hearts","number":"g2588"},{"text":"of the Lord","number":"g2962"},{"text":"Be","number":"g3114"},{"text":"patient","number":"g3114"},{"text":"for","number":"g3754"},{"text":"the coming","number":"g3952"},{"text":"stablish","number":"g4741"},{"text":"ye","number":"g5210"},{"text":"your","number":"g5216"}],"13":[{"text":"among","number":"g1722"},{"text":"Is","number":"g2114"},{"text":"merry","number":"g2114"},{"text":"Is","number":"g2553"},{"text":"afflicted","number":"g2553"},{"text":"let him pray","number":"g4336"},{"text":"any","number":"g5100"},{"text":"any","number":"g5100"},{"text":"you","number":"g5213"},{"text":"let him sing psalms","number":"g5567"}]}
@@ -0,0 +1 @@
1
+ {"10":[{"text":"and to destroy","number":"h6"},{"text":"to build","number":"h1129"},{"text":"thee over the nations","number":"h1471"},{"text":"and to throw down","number":"h2040"},{"text":"I have this day","number":"h3117"},{"text":"and over the kingdoms","number":"h4467"},{"text":"and to plant","number":"h5193"},{"text":"and to pull down","number":"h5422"},{"text":"to root out","number":"h5428"},{"text":"set","number":"h6485"},{"text":"See","number":"h7200"}],"6":[{"text":"Lord","number":"h136"},{"text":"I Ah","number":"h162"},{"text":"Then said","number":"h559"},{"text":"speak","number":"h1696"},{"text":"behold I cannot","number":"h3045"},{"text":"GOD","number":"h3069"},{"text":"for I am a child","number":"h5288"}],"17":[{"text":"Thou therefore gird up","number":"h247"},{"text":"and speak","number":"h1696"},{"text":"lest I confound","number":"h2865"},{"text":"thee be not dismayed","number":"h2865"},{"text":"thy loins","number":"h4975"},{"text":"at their faces","number":"h6440"},{"text":"thee before","number":"h6440"},{"text":"unto them all that I command","number":"h6680"},{"text":"and arise","number":"h6965"}],"16":[{"text":"unto other","number":"h312"},{"text":"gods","number":"h430"},{"text":"And I will utter","number":"h1696"},{"text":"of their own hands","number":"h3027"},{"text":"the works","number":"h4639"},{"text":"my judgments","number":"h4941"},{"text":"who have forsaken","number":"h5800"},{"text":"against them touching","number":"h5921"},{"text":"me and have burned incense","number":"h6999"},{"text":"all their wickedness","number":"h7451"},{"text":"and worshipped","number":"h7812"}],"15":[{"text":"every one","number":"h376"},{"text":"and they shall come","number":"h935"},{"text":"and against all the walls","number":"h2346"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"his throne","number":"h3678"},{"text":"of the kingdoms","number":"h4467"},{"text":"all the families","number":"h4940"},{"text":"saith","number":"h5002"},{"text":"and they shall set","number":"h5414"},{"text":"thereof round about","number":"h5439"},{"text":"and against all the cities","number":"h5892"},{"text":"at the entering","number":"h6607"},{"text":"of the north","number":"h6828"},{"text":"For lo I will call","number":"h7121"},{"text":"of the gates","number":"h8179"}],"2":[{"text":"of Amon","number":"h526"},{"text":"the son","number":"h1121"},{"text":"To whom the word","number":"h1697"},{"text":"of Josiah","number":"h2977"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"came in the days","number":"h3117"},{"text":"of his reign","number":"h4427"},{"text":"king","number":"h4428"},{"text":"in the thirteenth","number":"h7969"},{"text":"year","number":"h8141"}],"12":[{"text":"Then said","number":"h559"},{"text":"my word","number":"h1697"},{"text":"the LORD","number":"h3068"},{"text":"unto me Thou hast well","number":"h3190"},{"text":"to perform","number":"h6213"},{"text":"seen","number":"h7200"},{"text":"for I will hasten","number":"h8245"}],"11":[{"text":"came unto me saying","number":"h559"},{"text":"thou And I said","number":"h559"},{"text":"Moreover the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"Jeremiah","number":"h3414"},{"text":"a rod","number":"h4731"},{"text":"I see","number":"h7200"},{"text":"what seest","number":"h7200"},{"text":"of an almond tree","number":"h8247"}],"4":[{"text":"came unto me saying","number":"h559"},{"text":"Then the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"14":[{"text":"said","number":"h559"},{"text":"of the land","number":"h776"},{"text":"Then the LORD","number":"h3068"},{"text":"upon all the inhabitants","number":"h3427"},{"text":"shall break forth","number":"h6605"},{"text":"unto me Out of the north","number":"h6828"},{"text":"an evil","number":"h7451"}],"7":[{"text":"said","number":"h559"},{"text":"unto me Say","number":"h559"},{"text":"thee thou shalt speak","number":"h1696"},{"text":"But the LORD","number":"h3068"},{"text":"for thou shalt go","number":"h3212"},{"text":"not I am a child","number":"h5288"},{"text":"thee and whatsoever I command","number":"h6680"},{"text":"to all that I shall send","number":"h7971"}],"9":[{"text":"said","number":"h559"},{"text":"my words","number":"h1697"},{"text":"his hand","number":"h3027"},{"text":"And the LORD","number":"h3068"},{"text":"Then the LORD","number":"h3068"},{"text":"and touched","number":"h5060"},{"text":"unto me Behold I have put","number":"h5414"},{"text":"in thy mouth","number":"h6310"},{"text":"my mouth","number":"h6310"},{"text":"put forth","number":"h7971"}],"13":[{"text":"saying","number":"h559"},{"text":"thou And I said","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"a seething","number":"h5301"},{"text":"pot","number":"h5518"},{"text":"and the face","number":"h6440"},{"text":"thereof is toward","number":"h6440"},{"text":"the north","number":"h6828"},{"text":"I see","number":"h7200"},{"text":"What seest","number":"h7200"},{"text":"came unto me the second time","number":"h8145"}],"18":[{"text":"For behold I","number":"h589"},{"text":"against the whole land","number":"h776"},{"text":"of the land","number":"h776"},{"text":"and an iron","number":"h1270"},{"text":"walls","number":"h2346"},{"text":"of Judah","number":"h3063"},{"text":"thee this day","number":"h3117"},{"text":"thereof against the priests","number":"h3548"},{"text":"a defenced","number":"h4013"},{"text":"against the kings","number":"h4428"},{"text":"and brasen","number":"h5178"},{"text":"have made","number":"h5414"},{"text":"city","number":"h5892"},{"text":"thereof and against the people","number":"h5971"},{"text":"pillar","number":"h5982"},{"text":"against the princes","number":"h8269"}],"1":[{"text":"in the land","number":"h776"},{"text":"the son","number":"h1121"},{"text":"of Benjamin","number":"h1144"},{"text":"The words","number":"h1697"},{"text":"of Hilkiah","number":"h2518"},{"text":"of Jeremiah","number":"h3414"},{"text":"of the priests","number":"h3548"},{"text":"that were in Anathoth","number":"h6068"}],"5":[{"text":"thee in the belly","number":"h990"},{"text":"unto the nations","number":"h1471"},{"text":"Before","number":"h2962"},{"text":"I knew","number":"h3045"},{"text":"thee and before thou camest forth","number":"h3318"},{"text":"I formed","number":"h3335"},{"text":"thee a prophet","number":"h5030"},{"text":"thee and I ordained","number":"h5414"},{"text":"I sanctified","number":"h6942"},{"text":"out of the womb","number":"h7358"}],"3":[{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"captive","number":"h1540"},{"text":"unto the carrying away","number":"h1540"},{"text":"month","number":"h2320"},{"text":"in the fifth","number":"h2549"},{"text":"of Josiah","number":"h2977"},{"text":"of Josiah","number":"h2977"},{"text":"of Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"of Jehoiakim","number":"h3079"},{"text":"It came also in the days","number":"h3117"},{"text":"of Jerusalem","number":"h3389"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"of the eleventh","number":"h6249"},{"text":"of Zedekiah","number":"h6667"},{"text":"year","number":"h8141"},{"text":"unto the end","number":"h8552"}],"19":[{"text":"the LORD","number":"h3068"},{"text":"against thee but they shall not prevail","number":"h3201"},{"text":"And they shall fight","number":"h3898"},{"text":"against thee for I am with thee saith","number":"h5002"},{"text":"to deliver","number":"h5337"}],"8":[{"text":"the LORD","number":"h3068"},{"text":"Be not afraid","number":"h3372"},{"text":"thee saith","number":"h5002"},{"text":"for I am with thee to deliver","number":"h5337"},{"text":"of their faces","number":"h6440"}]}
@@ -0,0 +1 @@
1
+ {"15":[{"text":"they shall perish","number":"h6"},{"text":"They are vanity","number":"h1892"},{"text":"and the work","number":"h4639"},{"text":"in the time","number":"h6256"},{"text":"of their visitation","number":"h6486"},{"text":"of errors","number":"h8595"}],"11":[{"text":"even they shall perish","number":"h7"},{"text":"unto them The gods","number":"h426"},{"text":"these","number":"h429"},{"text":"shall ye say","number":"h560"},{"text":"from the earth","number":"h772"},{"text":"and the earth","number":"h778"},{"text":"Thus","number":"h1836"},{"text":"that have not","number":"h3809"},{"text":"made","number":"h5648"},{"text":"heavens","number":"h8065"},{"text":"the heavens","number":"h8065"},{"text":"and from under","number":"h8460"}],"14":[{"text":"Every man","number":"h120"},{"text":"is brutish","number":"h1197"},{"text":"in his knowledge","number":"h1847"},{"text":"is confounded","number":"h3001"},{"text":"for his molten image","number":"h5262"},{"text":"by the graven image","number":"h6459"},{"text":"every founder","number":"h6884"},{"text":"and there is no breath","number":"h7307"},{"text":"is falsehood","number":"h8267"}],"23":[{"text":"of man","number":"h120"},{"text":"is not in himself it is not in man","number":"h376"},{"text":"that the way","number":"h1870"},{"text":"that walketh","number":"h1980"},{"text":"I know","number":"h3045"},{"text":"O LORD","number":"h3068"},{"text":"to direct","number":"h3559"},{"text":"his steps","number":"h6806"}],"20":[{"text":"My tabernacle","number":"h168"},{"text":"my tent","number":"h168"},{"text":"my children","number":"h1121"},{"text":"are gone forth","number":"h3318"},{"text":"my curtains","number":"h3407"},{"text":"and all my cords","number":"h4340"},{"text":"of me and they are not there is none to stretch forth","number":"h5186"},{"text":"are broken","number":"h5423"},{"text":"any more and to set up","number":"h6965"},{"text":"is spoiled","number":"h7703"}],"19":[{"text":"Woe","number":"h188"},{"text":"Truly","number":"h389"},{"text":"but I said","number":"h559"},{"text":"is grievous","number":"h2470"},{"text":"this is a grief","number":"h2483"},{"text":"my wound","number":"h4347"},{"text":"and I must bear","number":"h5375"},{"text":"is me for my hurt","number":"h7667"}],"9":[{"text":"from Uphaz","number":"h210"},{"text":"and purple","number":"h713"},{"text":"is brought","number":"h935"},{"text":"and gold","number":"h2091"},{"text":"of cunning","number":"h2450"},{"text":"of the workman","number":"h2796"},{"text":"and of the hands","number":"h3027"},{"text":"Silver","number":"h3701"},{"text":"is their clothing","number":"h3830"},{"text":"the work","number":"h4639"},{"text":"they are all the work","number":"h4639"},{"text":"of the founder","number":"h6884"},{"text":"spread into plates","number":"h7554"},{"text":"blue","number":"h8504"},{"text":"from Tarshish","number":"h8659"}],"13":[{"text":"out of his treasures","number":"h214"},{"text":"of the earth","number":"h776"},{"text":"lightnings","number":"h1300"},{"text":"there is a multitude","number":"h1995"},{"text":"and bringeth forth","number":"h3318"},{"text":"with rain","number":"h4306"},{"text":"of waters","number":"h4325"},{"text":"and he causeth the vapours","number":"h5387"},{"text":"When he uttereth","number":"h5414"},{"text":"to ascend","number":"h5927"},{"text":"he maketh","number":"h6213"},{"text":"his voice","number":"h6963"},{"text":"from the ends","number":"h7097"},{"text":"the wind","number":"h7307"},{"text":"in the heavens","number":"h8064"}],"2":[{"text":"at the signs","number":"h226"},{"text":"Thus saith","number":"h559"},{"text":"for the heathen","number":"h1471"},{"text":"of the heathen","number":"h1471"},{"text":"not the way","number":"h1870"},{"text":"at them","number":"h1992"},{"text":"and be not dismayed","number":"h2865"},{"text":"are dismayed","number":"h2865"},{"text":"the LORD","number":"h3068"},{"text":"Learn","number":"h3925"},{"text":"of heaven","number":"h8064"}],"8":[{"text":"But they are altogether","number":"h259"},{"text":"brutish","number":"h1197"},{"text":"of vanities","number":"h1892"},{"text":"and foolish","number":"h3688"},{"text":"is a doctrine","number":"h4148"},{"text":"the stock","number":"h6086"}],"25":[{"text":"and devoured","number":"h398"},{"text":"for they have eaten up","number":"h398"},{"text":"upon the heathen","number":"h1471"},{"text":"thy fury","number":"h2534"},{"text":"that know","number":"h3045"},{"text":"Jacob","number":"h3290"},{"text":"him and consumed","number":"h3615"},{"text":"thee not and upon the families","number":"h4940"},{"text":"him and have made his habitation","number":"h5116"},{"text":"that call","number":"h7121"},{"text":"not on thy name","number":"h8034"},{"text":"desolate","number":"h8074"},{"text":"Pour out","number":"h8210"}],"10":[{"text":"God","number":"h430"},{"text":"God","number":"h430"},{"text":"is the true","number":"h571"},{"text":"the earth","number":"h776"},{"text":"and the nations","number":"h1471"},{"text":"his indignation","number":"h2195"},{"text":"he is the living","number":"h2416"},{"text":"But the LORD","number":"h3068"},{"text":"shall not be able to abide","number":"h3557"},{"text":"king","number":"h4428"},{"text":"and an everlasting","number":"h5769"},{"text":"at his wrath","number":"h7110"},{"text":"shall tremble","number":"h7493"}],"18":[{"text":"For thus saith","number":"h559"},{"text":"of the land","number":"h776"},{"text":"the LORD","number":"h3068"},{"text":"out the inhabitants","number":"h3427"},{"text":"them that they may find","number":"h4672"},{"text":"at this once","number":"h6471"},{"text":"and will distress","number":"h6887"},{"text":"Behold I will sling","number":"h7049"}],"17":[{"text":"Gather up","number":"h622"},{"text":"out of the land","number":"h776"},{"text":"O inhabitant","number":"h3427"},{"text":"thy wares","number":"h3666"},{"text":"of the fortress","number":"h4692"}],"24":[{"text":"not in thine anger","number":"h639"},{"text":"O LORD","number":"h3068"},{"text":"correct","number":"h3256"},{"text":"lest thou bring me to nothing","number":"h4591"},{"text":"me but with judgment","number":"h4941"}],"22":[{"text":"country","number":"h776"},{"text":"is come","number":"h935"},{"text":"and a great","number":"h1419"},{"text":"of Judah","number":"h3063"},{"text":"and a den","number":"h4583"},{"text":"the cities","number":"h5892"},{"text":"out of the north","number":"h6828"},{"text":"Behold the noise","number":"h6963"},{"text":"commotion","number":"h7494"},{"text":"to make","number":"h7760"},{"text":"of the bruit","number":"h8052"},{"text":"desolate","number":"h8077"},{"text":"of dragons","number":"h8577"}],"12":[{"text":"the earth","number":"h776"},{"text":"by his wisdom","number":"h2451"},{"text":"he hath established","number":"h3559"},{"text":"by his power","number":"h3581"},{"text":"and hath stretched out","number":"h5186"},{"text":"He hath made","number":"h6213"},{"text":"the heavens","number":"h8064"},{"text":"by his discretion","number":"h8394"},{"text":"the world","number":"h8398"}],"1":[{"text":"unto you O house","number":"h1004"},{"text":"speaketh","number":"h1696"},{"text":"ye the word","number":"h1697"},{"text":"which the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"Hear","number":"h8085"}],"21":[{"text":"are become brutish","number":"h1197"},{"text":"and have not sought","number":"h1875"},{"text":"the LORD","number":"h3068"},{"text":"and all their flocks","number":"h4830"},{"text":"shall be scattered","number":"h6327"},{"text":"For the pastors","number":"h7462"},{"text":"therefore they shall not prosper","number":"h7919"}],"6":[{"text":"in might","number":"h1369"},{"text":"is great","number":"h1419"},{"text":"thou art great","number":"h1419"},{"text":"Forasmuch as there is none like unto thee O LORD","number":"h3068"},{"text":"and thy name","number":"h8034"}],"7":[{"text":"men of the nations","number":"h1471"},{"text":"of nations","number":"h1471"},{"text":"forasmuch as among all the wise","number":"h2450"},{"text":"for to thee doth it appertain","number":"h2969"},{"text":"Who would not fear","number":"h3372"},{"text":"thee O King","number":"h4428"},{"text":"and in all their kingdoms","number":"h4438"}],"5":[{"text":"but speak","number":"h1696"},{"text":"neither also is it in them to do good","number":"h3190"},{"text":"Be not afraid","number":"h3372"},{"text":"They are upright","number":"h4749"},{"text":"be borne","number":"h5375"},{"text":"not they must needs","number":"h5375"},{"text":"because they cannot go","number":"h6805"},{"text":"of them for they cannot do evil","number":"h7489"},{"text":"as the palm tree","number":"h8560"}],"3":[{"text":"are vain","number":"h1892"},{"text":"For the customs","number":"h2708"},{"text":"of the workman","number":"h2796"},{"text":"of the hands","number":"h3027"},{"text":"out of the forest","number":"h3293"},{"text":"for one cutteth","number":"h3772"},{"text":"with the axe","number":"h4621"},{"text":"the work","number":"h4639"},{"text":"of the people","number":"h5971"},{"text":"a tree","number":"h6086"}],"4":[{"text":"and with gold","number":"h2091"},{"text":"they fasten","number":"h2388"},{"text":"They deck","number":"h3302"},{"text":"it with silver","number":"h3701"},{"text":"it with nails","number":"h4548"},{"text":"and with hammers","number":"h4717"},{"text":"that it move","number":"h6328"}],"16":[{"text":"The portion","number":"h2506"},{"text":"The LORD","number":"h3068"},{"text":"of Jacob","number":"h3290"},{"text":"is not like them for he is the former","number":"h3335"},{"text":"of all things and Israel","number":"h3478"},{"text":"of his inheritance","number":"h5159"},{"text":"of hosts","number":"h6635"},{"text":"is the rod","number":"h7626"},{"text":"is his name","number":"h8034"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"unto your fathers","number":"h1"},{"text":"So be it","number":"h543"},{"text":"I and said","number":"h559"},{"text":"them a land","number":"h776"},{"text":"and honey","number":"h1706"},{"text":"flowing","number":"h2100"},{"text":"with milk","number":"h2461"},{"text":"O LORD","number":"h3068"},{"text":"as it is this day","number":"h3117"},{"text":"to give","number":"h5414"},{"text":"Then answered","number":"h6030"},{"text":"That I may perform","number":"h6965"},{"text":"the oath","number":"h7621"},{"text":"which I have sworn","number":"h7650"}],"7":[{"text":"unto your fathers","number":"h1"},{"text":"saying","number":"h559"},{"text":"out of the land","number":"h776"},{"text":"even unto this day","number":"h3117"},{"text":"in the day","number":"h3117"},{"text":"of Egypt","number":"h4714"},{"text":"For I earnestly","number":"h5749"},{"text":"and protesting","number":"h5749"},{"text":"protested","number":"h5749"},{"text":"that I brought them up","number":"h5927"},{"text":"my voice","number":"h6963"},{"text":"rising early","number":"h7925"},{"text":"Obey","number":"h8085"}],"10":[{"text":"with their fathers","number":"h1"},{"text":"after","number":"h310"},{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"and the house","number":"h1004"},{"text":"them the house","number":"h1004"},{"text":"my covenant","number":"h1285"},{"text":"my words","number":"h1697"},{"text":"and they went","number":"h1980"},{"text":"of Judah","number":"h3063"},{"text":"of Israel","number":"h3478"},{"text":"which I made","number":"h3772"},{"text":"which refused","number":"h3985"},{"text":"to serve","number":"h5647"},{"text":"to the iniquities","number":"h5771"},{"text":"have broken","number":"h6565"},{"text":"of their forefathers","number":"h7223"},{"text":"They are turned back","number":"h7725"},{"text":"to hear","number":"h8085"}],"4":[{"text":"your fathers","number":"h1"},{"text":"and I will be your God","number":"h430"},{"text":"saying","number":"h559"},{"text":"out of the land","number":"h776"},{"text":"from the iron","number":"h1270"},{"text":"in the day","number":"h3117"},{"text":"that I brought them forth","number":"h3318"},{"text":"furnace","number":"h3564"},{"text":"of Egypt","number":"h4714"},{"text":"you so shall ye be my people","number":"h5971"},{"text":"and do","number":"h6213"},{"text":"Which I commanded","number":"h6680"},{"text":"them according to all which I command","number":"h6680"},{"text":"my voice","number":"h6963"},{"text":"Obey","number":"h8085"}],"8":[{"text":"their ear","number":"h241"},{"text":"every one","number":"h376"},{"text":"therefore I will bring","number":"h935"},{"text":"of this covenant","number":"h1285"},{"text":"upon them all the words","number":"h1697"},{"text":"but walked","number":"h3212"},{"text":"heart","number":"h3820"},{"text":"not nor inclined","number":"h5186"},{"text":"but they did","number":"h6213"},{"text":"them to do","number":"h6213"},{"text":"which I commanded","number":"h6680"},{"text":"of their evil","number":"h7451"},{"text":"Yet they obeyed","number":"h8085"},{"text":"in the imagination","number":"h8307"}],"9":[{"text":"among the men","number":"h376"},{"text":"said","number":"h559"},{"text":"of Judah","number":"h3063"},{"text":"And the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"and among the inhabitants","number":"h3427"},{"text":"is found","number":"h4672"},{"text":"unto me A conspiracy","number":"h7195"}],"3":[{"text":"be the man","number":"h376"},{"text":"God","number":"h430"},{"text":"And say","number":"h559"},{"text":"thou unto them Thus saith","number":"h559"},{"text":"Cursed","number":"h779"},{"text":"of this covenant","number":"h1285"},{"text":"not the words","number":"h1697"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"that obeyeth","number":"h8085"}],"2":[{"text":"unto the men","number":"h376"},{"text":"of this covenant","number":"h1285"},{"text":"and speak","number":"h1696"},{"text":"ye the words","number":"h1697"},{"text":"of Judah","number":"h3063"},{"text":"of Jerusalem","number":"h3389"},{"text":"and to the inhabitants","number":"h3427"},{"text":"Hear","number":"h8085"}],"12":[{"text":"unto the gods","number":"h430"},{"text":"go","number":"h1980"},{"text":"and cry","number":"h2199"},{"text":"of Judah","number":"h3063"},{"text":"of Jerusalem","number":"h3389"},{"text":"and inhabitants","number":"h3427"},{"text":"but they shall not save","number":"h3467"},{"text":"them at all","number":"h3467"},{"text":"Then shall the cities","number":"h5892"},{"text":"in the time","number":"h6256"},{"text":"unto whom they offer incense","number":"h6999"},{"text":"of their trouble","number":"h7451"}],"13":[{"text":"were thy gods","number":"h430"},{"text":"unto Baal","number":"h1168"},{"text":"to that shameful thing","number":"h1322"},{"text":"of the streets","number":"h2351"},{"text":"O Judah","number":"h3063"},{"text":"of Jerusalem","number":"h3389"},{"text":"altars","number":"h4196"},{"text":"even altars","number":"h4196"},{"text":"For according to the number","number":"h4557"},{"text":"and according to the number","number":"h4557"},{"text":"of thy cities","number":"h5892"},{"text":"to burn incense","number":"h6999"},{"text":"have ye set up","number":"h7760"}],"19":[{"text":"or an ox","number":"h441"},{"text":"from the land","number":"h776"},{"text":"may be no more remembered","number":"h2142"},{"text":"of the living","number":"h2416"},{"text":"not that they had devised","number":"h2803"},{"text":"to the slaughter","number":"h2873"},{"text":"that is brought","number":"h2986"},{"text":"and I knew","number":"h3045"},{"text":"But I was like a lamb","number":"h3532"},{"text":"thereof and let us cut him off","number":"h3772"},{"text":"with the fruit","number":"h3899"},{"text":"devices","number":"h4284"},{"text":"the tree","number":"h6086"},{"text":"against me saying Let us destroy","number":"h7843"},{"text":"that his name","number":"h8034"}],"11":[{"text":"Therefore thus saith","number":"h559"},{"text":"Behold I will bring","number":"h935"},{"text":"and though they shall cry","number":"h2199"},{"text":"the LORD","number":"h3068"},{"text":"upon them which they shall not be able","number":"h3201"},{"text":"to escape","number":"h3318"},{"text":"evil","number":"h7451"},{"text":"unto me I will not hearken","number":"h8085"}],"21":[{"text":"Therefore thus saith","number":"h559"},{"text":"saying","number":"h559"},{"text":"of the men","number":"h582"},{"text":"that seek","number":"h1245"},{"text":"not by our hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"that thou die","number":"h4191"},{"text":"Prophesy","number":"h5012"},{"text":"thy life","number":"h5315"},{"text":"of Anathoth","number":"h6068"},{"text":"not in the name","number":"h8034"}],"22":[{"text":"Therefore thus saith","number":"h559"},{"text":"them the young men","number":"h970"},{"text":"their sons","number":"h1121"},{"text":"and their daughters","number":"h1323"},{"text":"by the sword","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"shall die","number":"h4191"},{"text":"shall die","number":"h4191"},{"text":"Behold I will punish","number":"h6485"},{"text":"of hosts","number":"h6635"},{"text":"by famine","number":"h7458"}],"6":[{"text":"said","number":"h559"},{"text":"saying","number":"h559"},{"text":"of this covenant","number":"h1285"},{"text":"all these words","number":"h1697"},{"text":"ye the words","number":"h1697"},{"text":"and in the streets","number":"h2351"},{"text":"of Judah","number":"h3063"},{"text":"Then the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"in the cities","number":"h5892"},{"text":"and do","number":"h6213"},{"text":"unto me Proclaim","number":"h7121"},{"text":"Hear","number":"h8085"}],"1":[{"text":"saying","number":"h559"},{"text":"The word","number":"h1697"},{"text":"from the LORD","number":"h3068"},{"text":"that came to Jeremiah","number":"h3414"}],"23":[{"text":"upon the men","number":"h582"},{"text":"of them for I will bring","number":"h935"},{"text":"of Anathoth","number":"h6068"},{"text":"of their visitation","number":"h6486"},{"text":"evil","number":"h7451"},{"text":"And there shall be no remnant","number":"h7611"},{"text":"even the year","number":"h8141"}],"16":[{"text":"fire","number":"h784"},{"text":"of a great","number":"h1419"},{"text":"upon it and the branches","number":"h1808"},{"text":"tumult","number":"h1999"},{"text":"olive tree","number":"h2132"},{"text":"The LORD","number":"h3068"},{"text":"fair","number":"h3303"},{"text":"he hath kindled","number":"h3341"},{"text":"fruit","number":"h6529"},{"text":"with the noise","number":"h6963"},{"text":"called","number":"h7121"},{"text":"A green","number":"h7488"},{"text":"of it are broken","number":"h7489"},{"text":"thy name","number":"h8034"},{"text":"and of goodly","number":"h8389"}],"20":[{"text":"that triest","number":"h974"},{"text":"on them for unto thee have I revealed","number":"h1540"},{"text":"But O LORD","number":"h3068"},{"text":"the reins","number":"h3629"},{"text":"and the heart","number":"h3820"},{"text":"thy vengeance","number":"h5360"},{"text":"of hosts","number":"h6635"},{"text":"righteously","number":"h6664"},{"text":"let me see","number":"h7200"},{"text":"my cause","number":"h7379"},{"text":"that judgest","number":"h8199"}],"17":[{"text":"and of the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"unto Baal","number":"h1168"},{"text":"against thee for","number":"h1558"},{"text":"thee hath pronounced","number":"h1696"},{"text":"of Judah","number":"h3063"},{"text":"For the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"against themselves to provoke me to anger","number":"h3707"},{"text":"that planted","number":"h5193"},{"text":"which they have done","number":"h6213"},{"text":"of hosts","number":"h6635"},{"text":"in offering incense","number":"h6999"},{"text":"evil","number":"h7451"},{"text":"the evil","number":"h7451"}],"15":[{"text":"to do in mine house","number":"h1004"},{"text":"flesh","number":"h1320"},{"text":"What hath my beloved","number":"h3039"},{"text":"lewdness","number":"h4209"},{"text":"is passed","number":"h5674"},{"text":"then thou rejoicest","number":"h5937"},{"text":"seeing she hath wrought","number":"h6213"},{"text":"and the holy","number":"h6944"},{"text":"with many","number":"h7227"},{"text":"from thee when thou doest evil","number":"h7451"}],"18":[{"text":"hath given me knowledge","number":"h3045"},{"text":"of it and I know","number":"h3045"},{"text":"And the LORD","number":"h3068"},{"text":"me their doings","number":"h4611"},{"text":"it then thou shewedst","number":"h7200"}],"14":[{"text":"neither lift up","number":"h5375"},{"text":"not thou for this people","number":"h5971"},{"text":"them in the time","number":"h6256"},{"text":"Therefore pray","number":"h6419"},{"text":"that they cry","number":"h7121"},{"text":"a cry","number":"h7440"},{"text":"unto me for their trouble","number":"h7451"},{"text":"for them for I will not hear","number":"h8085"},{"text":"or prayer","number":"h8605"}]}
@@ -0,0 +1 @@
1
+ {"6":[{"text":"of thy father","number":"h1"},{"text":"For even thy brethren","number":"h251"},{"text":"after","number":"h310"},{"text":"thee believe","number":"h539"},{"text":"even they have dealt treacherously","number":"h898"},{"text":"and the house","number":"h1004"},{"text":"them not though they speak","number":"h1696"},{"text":"fair words","number":"h2896"},{"text":"a multitude","number":"h4392"},{"text":"with thee yea they have called","number":"h7121"}],"17":[{"text":"and destroy","number":"h6"},{"text":"that nation","number":"h1471"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"I will utterly","number":"h5428"},{"text":"pluck up","number":"h5428"},{"text":"But if they will not obey","number":"h8085"}],"11":[{"text":"it mourneth","number":"h56"},{"text":"because no man","number":"h376"},{"text":"unto me the whole land","number":"h776"},{"text":"it to heart","number":"h3820"},{"text":"They have made","number":"h7760"},{"text":"layeth","number":"h7760"},{"text":"is made desolate","number":"h8074"},{"text":"it desolate","number":"h8076"},{"text":"and being desolate","number":"h8077"}],"4":[{"text":"mourn","number":"h56"},{"text":"our last end","number":"h319"},{"text":"because they said","number":"h559"},{"text":"How long shall the land","number":"h776"},{"text":"therein the beasts","number":"h929"},{"text":"wither","number":"h3001"},{"text":"of them that dwell","number":"h3427"},{"text":"are consumed","number":"h5595"},{"text":"and the birds","number":"h5775"},{"text":"and the herbs","number":"h6212"},{"text":"He shall not see","number":"h7200"},{"text":"for the wickedness","number":"h7451"},{"text":"of every field","number":"h7704"}],"14":[{"text":"of their land","number":"h127"},{"text":"Thus saith","number":"h559"},{"text":"the house","number":"h1004"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"Israel","number":"h3478"},{"text":"that touch","number":"h5060"},{"text":"to inherit","number":"h5157"},{"text":"the inheritance","number":"h5159"},{"text":"Behold I will pluck them out","number":"h5428"},{"text":"and pluck out","number":"h5428"},{"text":"which I have caused my people","number":"h5971"},{"text":"against all mine evil","number":"h7451"},{"text":"neighbours","number":"h7934"},{"text":"from among","number":"h8432"}],"15":[{"text":"And it shall come to pass after","number":"h310"},{"text":"and every man","number":"h376"},{"text":"every man","number":"h376"},{"text":"to his land","number":"h776"},{"text":"to his heritage","number":"h5159"},{"text":"that I have plucked them out","number":"h5428"},{"text":"and have compassion","number":"h7355"},{"text":"I will return","number":"h7725"},{"text":"on them and will bring them again","number":"h7725"}],"7":[{"text":"of her enemies","number":"h341"},{"text":"mine house","number":"h1004"},{"text":"the dearly beloved","number":"h3033"},{"text":"into the hand","number":"h3709"},{"text":"mine heritage","number":"h5159"},{"text":"I have left","number":"h5203"},{"text":"of my soul","number":"h5315"},{"text":"I have given","number":"h5414"},{"text":"I have forsaken","number":"h5800"}],"12":[{"text":"shall devour","number":"h398"},{"text":"of the land","number":"h776"},{"text":"of the land","number":"h776"},{"text":"are come","number":"h935"},{"text":"no flesh","number":"h1320"},{"text":"for the sword","number":"h2719"},{"text":"of the LORD","number":"h3068"},{"text":"through the wilderness","number":"h4057"},{"text":"even to the other end","number":"h7097"},{"text":"from the one end","number":"h7097"},{"text":"The spoilers","number":"h7703"},{"text":"shall have peace","number":"h7965"},{"text":"upon all high places","number":"h8205"}],"9":[{"text":"to devour","number":"h402"},{"text":"ye assemble","number":"h622"},{"text":"come","number":"h857"},{"text":"all the beasts","number":"h2416"},{"text":"are against her come","number":"h3212"},{"text":"Mine heritage","number":"h5159"},{"text":"round about","number":"h5439"},{"text":"bird","number":"h5861"},{"text":"the birds","number":"h5861"},{"text":"is unto me as a speckled","number":"h6641"},{"text":"of the field","number":"h7704"}],"13":[{"text":"anger","number":"h639"},{"text":"and they shall be ashamed","number":"h954"},{"text":"They have sown","number":"h2232"},{"text":"wheat","number":"h2406"},{"text":"they have put themselves to pain","number":"h2470"},{"text":"because of the fierce","number":"h2740"},{"text":"of the LORD","number":"h3068"},{"text":"but shall not profit","number":"h3276"},{"text":"thorns","number":"h6975"},{"text":"but shall reap","number":"h7114"},{"text":"of your revenues","number":"h8393"}],"8":[{"text":"is unto me as a lion","number":"h738"},{"text":"in the forest","number":"h3293"},{"text":"Mine heritage","number":"h5159"},{"text":"it crieth out","number":"h5414"},{"text":"against me therefore have I hated","number":"h8130"}],"5":[{"text":"and if in the land","number":"h776"},{"text":"wherein thou trustedst","number":"h982"},{"text":"in the swelling","number":"h1347"},{"text":"of Jordan","number":"h3383"},{"text":"and they have wearied","number":"h3811"},{"text":"with horses","number":"h5483"},{"text":"they wearied thee then how wilt thou do","number":"h6213"},{"text":"with the footmen","number":"h7273"},{"text":"If thou hast run","number":"h7323"},{"text":"of peace","number":"h7965"},{"text":"thee then how canst thou contend","number":"h8474"}],"1":[{"text":"treacherously","number":"h898"},{"text":"that deal very","number":"h899"},{"text":"with thee yet let me talk","number":"h1696"},{"text":"Wherefore doth the way","number":"h1870"},{"text":"art thou O LORD","number":"h3068"},{"text":"with thee of thy judgments","number":"h4941"},{"text":"Righteous","number":"h6662"},{"text":"prosper","number":"h6743"},{"text":"when I plead","number":"h7378"},{"text":"of the wicked","number":"h7563"},{"text":"wherefore are all they happy","number":"h7951"}],"10":[{"text":"they have trodden","number":"h947"},{"text":"under foot","number":"h947"},{"text":"my portion","number":"h2513"},{"text":"portion","number":"h2513"},{"text":"my pleasant","number":"h2532"},{"text":"my vineyard","number":"h3754"},{"text":"wilderness","number":"h4057"},{"text":"they have made","number":"h5414"},{"text":"Many","number":"h7227"},{"text":"pastors","number":"h7462"},{"text":"have destroyed","number":"h7843"},{"text":"a desolate","number":"h8077"}],"3":[{"text":"me and tried","number":"h974"},{"text":"of slaughter","number":"h2028"},{"text":"for the slaughter","number":"h2878"},{"text":"knowest","number":"h3045"},{"text":"But thou O LORD","number":"h3068"},{"text":"them for the day","number":"h3117"},{"text":"mine heart","number":"h3820"},{"text":"toward thee pull them out","number":"h5423"},{"text":"like sheep","number":"h6629"},{"text":"and prepare","number":"h6942"},{"text":"me thou hast seen","number":"h7200"}],"16":[{"text":"then shall they be built","number":"h1129"},{"text":"by Baal","number":"h1168"},{"text":"the ways","number":"h1870"},{"text":"liveth","number":"h2416"},{"text":"The LORD","number":"h3068"},{"text":"And it shall come to pass if they will diligently","number":"h3925"},{"text":"as they taught","number":"h3925"},{"text":"learn","number":"h3925"},{"text":"my people","number":"h5971"},{"text":"of my people","number":"h5971"},{"text":"of my people","number":"h5971"},{"text":"to swear","number":"h7650"},{"text":"to swear","number":"h7650"},{"text":"by my name","number":"h8034"},{"text":"in the midst","number":"h8432"}],"2":[{"text":"they grow","number":"h3212"},{"text":"their reins","number":"h3629"},{"text":"Thou hast planted","number":"h5193"},{"text":"yea they bring forth","number":"h6213"},{"text":"in their mouth","number":"h6310"},{"text":"fruit","number":"h6529"},{"text":"thou art near","number":"h7138"},{"text":"and far from","number":"h7350"},{"text":"them yea they have taken root","number":"h8327"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"even the fathers","number":"h1"},{"text":"against another","number":"h251"},{"text":"them one","number":"h376"},{"text":"and the sons","number":"h1121"},{"text":"nor spare","number":"h2347"},{"text":"I will not pity","number":"h2550"},{"text":"the LORD","number":"h3068"},{"text":"together","number":"h3162"},{"text":"saith","number":"h5002"},{"text":"And I will dash","number":"h5310"},{"text":"nor have mercy","number":"h7355"},{"text":"but destroy","number":"h7843"}],"27":[{"text":"Woe","number":"h188"},{"text":"on the hills","number":"h1389"},{"text":"the lewdness","number":"h2154"},{"text":"of thy whoredom","number":"h2184"},{"text":"wilt thou not be made clean","number":"h2891"},{"text":"unto thee O Jerusalem","number":"h3389"},{"text":"and thy neighings","number":"h4684"},{"text":"thine adulteries","number":"h5004"},{"text":"when shall it once","number":"h5750"},{"text":"I have seen","number":"h7200"},{"text":"in the fields","number":"h7704"},{"text":"and thine abominations","number":"h8251"}],"16":[{"text":"for light","number":"h216"},{"text":"your God","number":"h430"},{"text":"mountains","number":"h2022"},{"text":"before he cause darkness","number":"h2821"},{"text":"to the LORD","number":"h3068"},{"text":"glory","number":"h3519"},{"text":"stumble","number":"h5062"},{"text":"upon the dark","number":"h5399"},{"text":"Give","number":"h5414"},{"text":"it gross darkness","number":"h6205"},{"text":"it into the shadow of death","number":"h6757"},{"text":"and while ye look","number":"h6960"},{"text":"and before your feet","number":"h7272"},{"text":"he turn","number":"h7760"},{"text":"and make","number":"h7896"}],"11":[{"text":"For as the girdle","number":"h232"},{"text":"of a man","number":"h376"},{"text":"and the whole house","number":"h1004"},{"text":"unto me the whole house","number":"h1004"},{"text":"cleaveth","number":"h1692"},{"text":"so have I caused to cleave","number":"h1692"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"to the loins","number":"h4975"},{"text":"saith","number":"h5002"},{"text":"that they might be unto me for a people","number":"h5971"},{"text":"and for a name","number":"h8034"},{"text":"but they would not hear","number":"h8085"},{"text":"and for a praise","number":"h8416"},{"text":"and for a glory","number":"h8597"}],"2":[{"text":"a girdle","number":"h232"},{"text":"according to the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"it on my loins","number":"h4975"},{"text":"So I got","number":"h7069"},{"text":"and put","number":"h7760"}],"1":[{"text":"girdle","number":"h232"},{"text":"Thus saith","number":"h559"},{"text":"and put","number":"h935"},{"text":"unto me Go","number":"h1980"},{"text":"the LORD","number":"h3068"},{"text":"it not in water","number":"h4325"},{"text":"it upon thy loins","number":"h4975"},{"text":"thee a linen","number":"h6593"},{"text":"and get","number":"h7069"},{"text":"and put","number":"h7760"}],"7":[{"text":"it and behold the girdle","number":"h232"},{"text":"the girdle","number":"h232"},{"text":"and digged","number":"h2658"},{"text":"where I had hid","number":"h2934"},{"text":"Then I went","number":"h3212"},{"text":"and took","number":"h3947"},{"text":"from the place","number":"h4725"},{"text":"to Euphrates","number":"h6578"},{"text":"it was profitable","number":"h6743"},{"text":"was marred","number":"h7843"}],"4":[{"text":"the girdle","number":"h232"},{"text":"and hide","number":"h2934"},{"text":"go","number":"h3212"},{"text":"Take","number":"h3947"},{"text":"which is upon thy loins","number":"h4975"},{"text":"it there in a hole","number":"h5357"},{"text":"of the rock","number":"h5553"},{"text":"to Euphrates","number":"h6578"},{"text":"and arise","number":"h6965"},{"text":"that thou hast got","number":"h7069"}],"6":[{"text":"the girdle","number":"h232"},{"text":"said","number":"h559"},{"text":"thee to hide","number":"h2934"},{"text":"that the LORD","number":"h3068"},{"text":"days","number":"h3117"},{"text":"go","number":"h3212"},{"text":"and take","number":"h3947"},{"text":"to Euphrates","number":"h6578"},{"text":"from thence which I commanded","number":"h6680"},{"text":"unto me Arise","number":"h6965"},{"text":"And it came to pass after","number":"h7093"},{"text":"many","number":"h7227"}],"10":[{"text":"them shall even be as this girdle","number":"h232"},{"text":"after","number":"h310"},{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"my words","number":"h1697"},{"text":"which walk","number":"h1980"},{"text":"and walk","number":"h3212"},{"text":"of their heart","number":"h3820"},{"text":"which refuse","number":"h3987"},{"text":"to serve","number":"h5647"},{"text":"people","number":"h5971"},{"text":"which is good","number":"h6743"},{"text":"This evil","number":"h7451"},{"text":"them and to worship","number":"h7812"},{"text":"to hear","number":"h8085"},{"text":"in the imagination","number":"h8307"}],"15":[{"text":"ye and give ear","number":"h238"},{"text":"be not proud","number":"h1361"},{"text":"hath spoken","number":"h1696"},{"text":"for the LORD","number":"h3068"},{"text":"Hear","number":"h8085"}],"21":[{"text":"take","number":"h270"},{"text":"them to be captains","number":"h441"},{"text":"What wilt thou say","number":"h559"},{"text":"thee as a woman","number":"h802"},{"text":"over thee shall not sorrows","number":"h2256"},{"text":"in travail","number":"h3205"},{"text":"thee for thou hast taught","number":"h3925"},{"text":"when he shall punish","number":"h6485"},{"text":"and as chief","number":"h7218"}],"12":[{"text":"God","number":"h430"},{"text":"Therefore thou shalt speak","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"and they shall say","number":"h559"},{"text":"unto them this word","number":"h1697"},{"text":"know","number":"h3045"},{"text":"unto thee Do we not certainly","number":"h3045"},{"text":"the LORD","number":"h3068"},{"text":"with wine","number":"h3196"},{"text":"with wine","number":"h3196"},{"text":"of Israel","number":"h3478"},{"text":"shall be filled","number":"h4390"},{"text":"shall be filled","number":"h4390"},{"text":"Every bottle","number":"h5035"},{"text":"that every bottle","number":"h5035"}],"22":[{"text":"And if thou say","number":"h559"},{"text":"discovered","number":"h1540"},{"text":"made bare","number":"h2554"},{"text":"in thine heart","number":"h3824"},{"text":"of thine iniquity","number":"h5771"},{"text":"and thy heels","number":"h6119"},{"text":"Wherefore come","number":"h7122"},{"text":"these things upon me For the greatness","number":"h7230"},{"text":"are thy skirts","number":"h7757"}],"18":[{"text":"Say","number":"h559"},{"text":"and to the queen","number":"h1377"},{"text":"shall come down","number":"h3381"},{"text":"yourselves sit down","number":"h3427"},{"text":"unto the king","number":"h4428"},{"text":"for your principalities","number":"h4761"},{"text":"even the crown","number":"h5850"},{"text":"Humble","number":"h8213"},{"text":"of your glory","number":"h8597"}],"13":[{"text":"Then shalt thou say","number":"h559"},{"text":"unto them Thus saith","number":"h559"},{"text":"of this land","number":"h776"},{"text":"upon David's","number":"h1732"},{"text":"the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"all the inhabitants","number":"h3427"},{"text":"and all the inhabitants","number":"h3427"},{"text":"that sit","number":"h3427"},{"text":"and the priests","number":"h3548"},{"text":"throne","number":"h3678"},{"text":"Behold I will fill","number":"h4390"},{"text":"even the kings","number":"h4428"},{"text":"and the prophets","number":"h5030"},{"text":"with drunkenness","number":"h7943"}],"9":[{"text":"Thus saith","number":"h559"},{"text":"pride","number":"h1347"},{"text":"the pride","number":"h1347"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"and the great","number":"h7227"},{"text":"After this manner will I mar","number":"h7843"}],"8":[{"text":"came unto me saying","number":"h559"},{"text":"Then the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"3":[{"text":"saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"came unto me the second time","number":"h8145"}],"20":[{"text":"them that come","number":"h935"},{"text":"Lift up","number":"h5375"},{"text":"that was given","number":"h5414"},{"text":"where is the flock","number":"h5739"},{"text":"your eyes","number":"h5869"},{"text":"flock","number":"h6629"},{"text":"from the north","number":"h6828"},{"text":"and behold","number":"h7200"},{"text":"thee thy beautiful","number":"h8597"}],"25":[{"text":"me and trusted","number":"h982"},{"text":"This is thy lot","number":"h1486"},{"text":"the LORD","number":"h3068"},{"text":"of thy measures","number":"h4055"},{"text":"the portion","number":"h4490"},{"text":"from me saith","number":"h5002"},{"text":"because thou hast forgotten","number":"h7911"},{"text":"in falsehood","number":"h8267"}],"17":[{"text":"shall weep","number":"h1058"},{"text":"your pride","number":"h1466"},{"text":"shall weep","number":"h1830"},{"text":"sore","number":"h1830"},{"text":"with tears","number":"h1832"},{"text":"because the LORD'S","number":"h3068"},{"text":"and run down","number":"h3381"},{"text":"in secret places","number":"h4565"},{"text":"it my soul","number":"h5315"},{"text":"flock","number":"h5739"},{"text":"and mine eye","number":"h5869"},{"text":"for","number":"h6440"},{"text":"is carried away captive","number":"h7617"},{"text":"But if ye will not hear","number":"h8085"}],"19":[{"text":"carried away captive","number":"h1540"},{"text":"shall be carried away captive","number":"h1540"},{"text":"them Judah","number":"h3063"},{"text":"of the south","number":"h5045"},{"text":"shall be shut up","number":"h5462"},{"text":"The cities","number":"h5892"},{"text":"and none shall open","number":"h6605"},{"text":"all of it it shall be wholly","number":"h7965"}],"23":[{"text":"change","number":"h2015"},{"text":"his spots","number":"h2272"},{"text":"ye also do good","number":"h3190"},{"text":"then may","number":"h3201"},{"text":"Can the Ethiopian","number":"h3569"},{"text":"that are accustomed","number":"h3928"},{"text":"or the leopard","number":"h5246"},{"text":"his skin","number":"h5785"},{"text":"to do evil","number":"h7489"}],"26":[{"text":"Therefore will I discover","number":"h2834"},{"text":"upon thy face","number":"h6440"},{"text":"that thy shame","number":"h7036"},{"text":"may appear","number":"h7200"},{"text":"thy skirts","number":"h7757"}],"5":[{"text":"and hid","number":"h2934"},{"text":"as the LORD","number":"h3068"},{"text":"So I went","number":"h3212"},{"text":"it by Euphrates","number":"h6578"},{"text":"commanded","number":"h6680"}],"24":[{"text":"of the wilderness","number":"h4057"},{"text":"that passeth away","number":"h5674"},{"text":"Therefore will I scatter","number":"h6327"},{"text":"them as the stubble","number":"h7179"},{"text":"by the wind","number":"h7307"}]}
@@ -0,0 +1 @@
1
+ {"20":[{"text":"of our fathers","number":"h1"},{"text":"for we have sinned","number":"h2398"},{"text":"We acknowledge","number":"h3045"},{"text":"O LORD","number":"h3068"},{"text":"and the iniquity","number":"h5771"},{"text":"our wickedness","number":"h7562"}],"2":[{"text":"mourneth","number":"h56"},{"text":"thereof languish","number":"h535"},{"text":"unto the ground","number":"h776"},{"text":"Judah","number":"h3063"},{"text":"of Jerusalem","number":"h3389"},{"text":"is gone up","number":"h5927"},{"text":"and the cry","number":"h6682"},{"text":"they are black","number":"h6937"},{"text":"and the gates","number":"h8179"}],"3":[{"text":"And their nobles","number":"h117"},{"text":"they came","number":"h935"},{"text":"they were ashamed","number":"h954"},{"text":"to the pits","number":"h1356"},{"text":"and covered","number":"h2645"},{"text":"with their vessels","number":"h3627"},{"text":"and confounded","number":"h3637"},{"text":"no water","number":"h4325"},{"text":"to the waters","number":"h4325"},{"text":"and found","number":"h4672"},{"text":"their little ones","number":"h6810"},{"text":"their heads","number":"h7218"},{"text":"empty","number":"h7387"},{"text":"they returned","number":"h7725"},{"text":"have sent","number":"h7971"}],"4":[{"text":"Because the ground","number":"h127"},{"text":"the plowmen","number":"h406"},{"text":"in the earth","number":"h776"},{"text":"were ashamed","number":"h954"},{"text":"for there was no rain","number":"h1653"},{"text":"they covered","number":"h2645"},{"text":"is chapt","number":"h2865"},{"text":"their heads","number":"h7218"}],"13":[{"text":"Lord","number":"h136"},{"text":"I Ah","number":"h162"},{"text":"Then said","number":"h559"},{"text":"say","number":"h559"},{"text":"you assured","number":"h571"},{"text":"the sword","number":"h2719"},{"text":"GOD","number":"h3069"},{"text":"in this place","number":"h4725"},{"text":"behold the prophets","number":"h5030"},{"text":"but I will give","number":"h5414"},{"text":"unto them Ye shall not see","number":"h7200"},{"text":"neither shall ye have famine","number":"h7458"},{"text":"peace","number":"h7965"}],"10":[{"text":"Thus have they loved","number":"h157"},{"text":"Thus saith","number":"h559"},{"text":"them he will now remember","number":"h2142"},{"text":"their sins","number":"h2403"},{"text":"they have not refrained","number":"h2820"},{"text":"the LORD","number":"h3068"},{"text":"therefore the LORD","number":"h3068"},{"text":"to wander","number":"h5128"},{"text":"their iniquity","number":"h5771"},{"text":"unto this people","number":"h5971"},{"text":"and visit","number":"h6485"},{"text":"their feet","number":"h7272"},{"text":"doth not accept","number":"h7521"}],"5":[{"text":"Yea the hind","number":"h365"},{"text":"it because there was no grass","number":"h1877"},{"text":"also calved","number":"h3205"},{"text":"and forsook","number":"h5800"},{"text":"in the field","number":"h7704"}],"9":[{"text":"Why shouldest thou be as a man","number":"h376"},{"text":"as a mighty man","number":"h1368"},{"text":"astonied","number":"h1724"},{"text":"yet thou O LORD","number":"h3068"},{"text":"that cannot","number":"h3201"},{"text":"leave","number":"h3240"},{"text":"save","number":"h3467"},{"text":"of us and we are called","number":"h7121"},{"text":"art in the midst","number":"h7130"},{"text":"by thy name","number":"h8034"}],"22":[{"text":"our God","number":"h430"},{"text":"of the Gentiles","number":"h1471"},{"text":"that can cause rain","number":"h1652"},{"text":"any among the vanities","number":"h1892"},{"text":"art not thou he O LORD","number":"h3068"},{"text":"Are there","number":"h3426"},{"text":"give","number":"h5414"},{"text":"upon thee for thou hast made","number":"h6213"},{"text":"therefore we will wait","number":"h6960"},{"text":"showers","number":"h7241"},{"text":"or can the heavens","number":"h8064"}],"14":[{"text":"and a thing of nought","number":"h457"},{"text":"said","number":"h559"},{"text":"them neither spake","number":"h1696"},{"text":"vision","number":"h2377"},{"text":"Then the LORD","number":"h3068"},{"text":"of their heart","number":"h3820"},{"text":"prophesy","number":"h5012"},{"text":"unto them they prophesy","number":"h5012"},{"text":"unto me The prophets","number":"h5030"},{"text":"them not neither have I commanded","number":"h6680"},{"text":"and divination","number":"h7081"},{"text":"I sent","number":"h7971"},{"text":"in my name","number":"h8034"},{"text":"lies","number":"h8267"},{"text":"unto you a false","number":"h8267"},{"text":"and the deceit","number":"h8649"}],"11":[{"text":"Then said","number":"h559"},{"text":"for their good","number":"h2896"},{"text":"the LORD","number":"h3068"},{"text":"not for this people","number":"h5971"},{"text":"unto me Pray","number":"h6419"}],"17":[{"text":"Therefore thou shalt say","number":"h559"},{"text":"daughter","number":"h1323"},{"text":"for the virgin","number":"h1330"},{"text":"with a great","number":"h1419"},{"text":"this word","number":"h1697"},{"text":"and let them not cease","number":"h1820"},{"text":"with tears","number":"h1832"},{"text":"grievous","number":"h2470"},{"text":"and day","number":"h3119"},{"text":"run down","number":"h3381"},{"text":"night","number":"h3915"},{"text":"with a very","number":"h3966"},{"text":"blow","number":"h4347"},{"text":"unto them Let mine eyes","number":"h5869"},{"text":"of my people","number":"h5971"},{"text":"is broken","number":"h7665"},{"text":"breach","number":"h7667"}],"15":[{"text":"Therefore thus saith","number":"h559"},{"text":"them not yet they say","number":"h559"},{"text":"shall not be in this land","number":"h776"},{"text":"By sword","number":"h2719"},{"text":"Sword","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"that prophesy","number":"h5012"},{"text":"concerning the prophets","number":"h5030"},{"text":"shall those prophets","number":"h5030"},{"text":"and famine","number":"h7458"},{"text":"and famine","number":"h7458"},{"text":"and I sent","number":"h7971"},{"text":"in my name","number":"h8034"},{"text":"be consumed","number":"h8552"}],"8":[{"text":"and as a wayfaring man","number":"h732"},{"text":"in the land","number":"h776"},{"text":"why shouldest thou be as a stranger","number":"h1616"},{"text":"the saviour","number":"h3467"},{"text":"of Israel","number":"h3478"},{"text":"to tarry for a night","number":"h3885"},{"text":"O the hope","number":"h4723"},{"text":"that turneth aside","number":"h5186"},{"text":"thereof in time","number":"h6256"},{"text":"of trouble","number":"h6869"}],"18":[{"text":"into a land","number":"h776"},{"text":"and if I enter","number":"h935"},{"text":"then behold the slain","number":"h2491"},{"text":"with the sword","number":"h2719"},{"text":"that they know","number":"h3045"},{"text":"If I go forth","number":"h3318"},{"text":"and the priest","number":"h3548"},{"text":"yea both the prophet","number":"h5030"},{"text":"go about","number":"h5503"},{"text":"into the city","number":"h5892"},{"text":"with famine","number":"h7458"},{"text":"into the field","number":"h7704"},{"text":"then behold them that are sick","number":"h8463"}],"16":[{"text":"them their wives","number":"h802"},{"text":"nor their sons","number":"h1121"},{"text":"nor their daughters","number":"h1323"},{"text":"them","number":"h1992"},{"text":"in the streets","number":"h2351"},{"text":"and the sword","number":"h2719"},{"text":"of Jerusalem","number":"h3389"},{"text":"to whom they prophesy","number":"h5012"},{"text":"And the people","number":"h5971"},{"text":"because","number":"h6440"},{"text":"and they shall have none to bury","number":"h6912"},{"text":"their wickedness","number":"h7451"},{"text":"of the famine","number":"h7458"},{"text":"shall be cast out","number":"h7993"},{"text":"for I will pour","number":"h8210"}],"19":[{"text":"and behold trouble","number":"h1205"},{"text":"lothed","number":"h1602"},{"text":"and there is no good","number":"h2896"},{"text":"Judah","number":"h3063"},{"text":"Hast thou utterly","number":"h3988"},{"text":"rejected","number":"h3988"},{"text":"of healing","number":"h4832"},{"text":"us and there is no healing","number":"h4832"},{"text":"why hast thou smitten","number":"h5221"},{"text":"hath thy soul","number":"h5315"},{"text":"and for the time","number":"h6256"},{"text":"Zion","number":"h6726"},{"text":"for us we looked","number":"h6960"},{"text":"for peace","number":"h7965"}],"1":[{"text":"the dearth","number":"h1226"},{"text":"The word","number":"h1697"},{"text":"concerning","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"that came to Jeremiah","number":"h3414"}],"21":[{"text":"not thy covenant","number":"h1285"},{"text":"remember","number":"h2142"},{"text":"of thy glory","number":"h3519"},{"text":"the throne","number":"h3678"},{"text":"Do not abhor","number":"h5006"},{"text":"sake do not disgrace","number":"h5034"},{"text":"break","number":"h6565"},{"text":"us for thy name's","number":"h8034"}],"12":[{"text":"and by the pestilence","number":"h1698"},{"text":"them by the sword","number":"h2719"},{"text":"them but I will consume","number":"h3615"},{"text":"and an oblation","number":"h4503"},{"text":"and when they offer","number":"h5927"},{"text":"burnt offering","number":"h5930"},{"text":"When they fast","number":"h6684"},{"text":"their cry","number":"h7440"},{"text":"and by the famine","number":"h7458"},{"text":"I will not accept","number":"h7521"},{"text":"I will not hear","number":"h8085"}],"7":[{"text":"we have sinned","number":"h2398"},{"text":"O LORD","number":"h3068"},{"text":"sake for our backslidings","number":"h4878"},{"text":"though our iniquities","number":"h5771"},{"text":"testify","number":"h6030"},{"text":"against us do","number":"h6213"},{"text":"are many","number":"h7231"},{"text":"thou it for thy name's","number":"h8034"}],"6":[{"text":"did fail","number":"h3615"},{"text":"their eyes","number":"h5869"},{"text":"did stand","number":"h5975"},{"text":"because there was no grass","number":"h6212"},{"text":"And the wild asses","number":"h6501"},{"text":"the wind","number":"h7307"},{"text":"they snuffed up","number":"h7602"},{"text":"in the high places","number":"h8205"},{"text":"like dragons","number":"h8577"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"them of children I will destroy","number":"h6"},{"text":"of the land","number":"h776"},{"text":"not from their ways","number":"h1870"},{"text":"And I will fan","number":"h2219"},{"text":"them with a fan","number":"h4214"},{"text":"my people","number":"h5971"},{"text":"since they return","number":"h7725"},{"text":"I will bereave","number":"h7921"},{"text":"in the gates","number":"h8179"}],"10":[{"text":"Woe","number":"h188"},{"text":"and a man","number":"h376"},{"text":"me a man","number":"h376"},{"text":"is me my mother","number":"h517"},{"text":"to the whole earth","number":"h776"},{"text":"that thou hast borne","number":"h3205"},{"text":"of contention","number":"h4066"},{"text":"I have neither lent on usury","number":"h5383"},{"text":"nor men have lent to me on usury","number":"h5383"},{"text":"yet every one of them doth curse","number":"h7043"},{"text":"of strife","number":"h7379"}],"13":[{"text":"and thy treasures","number":"h214"},{"text":"to the spoil","number":"h957"},{"text":"even in all thy borders","number":"h1366"},{"text":"and that for all thy sins","number":"h2403"},{"text":"Thy substance","number":"h2428"},{"text":"without price","number":"h4242"},{"text":"will I give","number":"h5414"}],"6":[{"text":"backward","number":"h268"},{"text":"my hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"thou art gone","number":"h3212"},{"text":"thee I am weary","number":"h3811"},{"text":"me saith","number":"h5002"},{"text":"with repenting","number":"h5162"},{"text":"therefore will I stretch out","number":"h5186"},{"text":"Thou hast forsaken","number":"h5203"},{"text":"against thee and destroy","number":"h7843"}],"11":[{"text":"I will cause the enemy","number":"h341"},{"text":"verily","number":"h518"},{"text":"said","number":"h559"},{"text":"it shall be well","number":"h2896"},{"text":"The LORD","number":"h3068"},{"text":"Verily","number":"h3808"},{"text":"and in the time","number":"h6256"},{"text":"thee well in the time","number":"h6256"},{"text":"to entreat","number":"h6293"},{"text":"of affliction","number":"h6869"},{"text":"of evil","number":"h7451"},{"text":"with thy remnant","number":"h8281"}],"9":[{"text":"their enemies","number":"h341"},{"text":"languisheth","number":"h535"},{"text":"is gone","number":"h935"},{"text":"she hath been ashamed","number":"h954"},{"text":"and confounded","number":"h2659"},{"text":"to the sword","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"down while it was yet day","number":"h3119"},{"text":"She that hath borne","number":"h3205"},{"text":"saith","number":"h5002"},{"text":"she hath given up","number":"h5301"},{"text":"the ghost","number":"h5315"},{"text":"of them will I deliver","number":"h5414"},{"text":"before","number":"h6440"},{"text":"and the residue","number":"h7611"},{"text":"seven","number":"h7651"},{"text":"her sun","number":"h8121"}],"14":[{"text":"with thine enemies","number":"h341"},{"text":"in mine anger","number":"h639"},{"text":"into a land","number":"h776"},{"text":"not for a fire","number":"h784"},{"text":"which thou knowest","number":"h3045"},{"text":"which shall burn","number":"h3344"},{"text":"And I will make thee to pass","number":"h5674"},{"text":"is kindled","number":"h6919"}],"18":[{"text":"wilt thou be altogether unto me as a liar","number":"h391"},{"text":"that fail","number":"h539"},{"text":"incurable","number":"h605"},{"text":"Why is my pain","number":"h3511"},{"text":"which refuseth","number":"h3985"},{"text":"and as waters","number":"h4325"},{"text":"and my wound","number":"h4347"},{"text":"perpetual","number":"h5331"},{"text":"to be healed","number":"h7495"}],"16":[{"text":"and I did eat","number":"h398"},{"text":"God","number":"h430"},{"text":"Thy words","number":"h1697"},{"text":"them and thy word","number":"h1697"},{"text":"O LORD","number":"h3068"},{"text":"of mine heart","number":"h3824"},{"text":"were found","number":"h4672"},{"text":"of hosts","number":"h6635"},{"text":"for I am called","number":"h7121"},{"text":"by thy name","number":"h8034"},{"text":"and rejoicing","number":"h8057"},{"text":"was unto me the joy","number":"h8342"}],"3":[{"text":"to devour","number":"h398"},{"text":"over them four","number":"h702"},{"text":"of the earth","number":"h776"},{"text":"and the beasts","number":"h929"},{"text":"to slay","number":"h2026"},{"text":"the sword","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"and the dogs","number":"h3611"},{"text":"kinds","number":"h4940"},{"text":"saith","number":"h5002"},{"text":"to tear","number":"h5498"},{"text":"and the fowls","number":"h5775"},{"text":"And I will appoint","number":"h6485"},{"text":"and destroy","number":"h7843"},{"text":"of the heaven","number":"h8064"}],"8":[{"text":"Their widows","number":"h490"},{"text":"upon them against the mother","number":"h517"},{"text":"and terrors","number":"h928"},{"text":"I have brought","number":"h935"},{"text":"of the young men","number":"h970"},{"text":"to me above the sand","number":"h2344"},{"text":"of the seas","number":"h3220"},{"text":"I have caused him to fall","number":"h5307"},{"text":"upon the city","number":"h5892"},{"text":"are increased","number":"h6105"},{"text":"upon it suddenly","number":"h6597"},{"text":"at noonday","number":"h6672"},{"text":"a spoiler","number":"h7703"}],"2":[{"text":"And it shall come to pass if they say","number":"h559"},{"text":"them Thus saith","number":"h559"},{"text":"then thou shalt tell","number":"h559"},{"text":"and such as are for the sword","number":"h2719"},{"text":"to the sword","number":"h2719"},{"text":"the LORD","number":"h3068"},{"text":"unto thee Whither shall we go forth","number":"h3318"},{"text":"Such as are for death","number":"h4194"},{"text":"to death","number":"h4194"},{"text":"and such as are for the famine","number":"h7458"},{"text":"to the famine","number":"h7458"},{"text":"and such as are for the captivity","number":"h7628"},{"text":"to the captivity","number":"h7628"}],"1":[{"text":"Then said","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"and let them go forth","number":"h3318"},{"text":"unto me Though Moses","number":"h4872"},{"text":"me yet my mind","number":"h5315"},{"text":"could not be toward this people","number":"h5971"},{"text":"stood","number":"h5975"},{"text":"before","number":"h6440"},{"text":"of my sight","number":"h6440"},{"text":"cast them out","number":"h7971"},{"text":"and Samuel","number":"h8050"}],"19":[{"text":"Therefore thus saith","number":"h559"},{"text":"from the vile","number":"h2151"},{"text":"the LORD","number":"h3068"},{"text":"me and if thou take forth","number":"h3318"},{"text":"the precious","number":"h3368"},{"text":"and thou shalt stand","number":"h5975"},{"text":"thou shalt be as my mouth","number":"h6310"},{"text":"before","number":"h6440"},{"text":"If thou return","number":"h7725"},{"text":"let them return","number":"h7725"},{"text":"then will I bring thee again","number":"h7725"},{"text":"unto thee but return","number":"h7725"}],"15":[{"text":"in thy longsuffering","number":"h639"},{"text":"remember","number":"h2142"},{"text":"rebuke","number":"h2781"},{"text":"know","number":"h3045"},{"text":"thou knowest","number":"h3045"},{"text":"O LORD","number":"h3068"},{"text":"take me not away","number":"h3947"},{"text":"me and revenge","number":"h5358"},{"text":"that for thy sake I have suffered","number":"h5375"},{"text":"me and visit","number":"h6485"},{"text":"me of my persecutors","number":"h7291"}],"4":[{"text":"of the earth","number":"h776"},{"text":"the son","number":"h1121"},{"text":"because","number":"h1558"},{"text":"them to be removed","number":"h2189"},{"text":"of Judah","number":"h3063"},{"text":"of Hezekiah","number":"h3169"},{"text":"in Jerusalem","number":"h3389"},{"text":"king","number":"h4428"},{"text":"into all kingdoms","number":"h4467"},{"text":"of Manasseh","number":"h4519"},{"text":"And I will cause","number":"h5414"},{"text":"for that which he did","number":"h6213"}],"17":[{"text":"alone","number":"h910"},{"text":"me with indignation","number":"h2195"},{"text":"of thy hand","number":"h3027"},{"text":"I sat","number":"h3427"},{"text":"I sat","number":"h3427"},{"text":"for thou hast filled","number":"h4390"},{"text":"not in the assembly","number":"h5475"},{"text":"nor rejoiced","number":"h5937"},{"text":"because","number":"h6440"},{"text":"of the mockers","number":"h7832"}],"20":[{"text":"a fenced","number":"h1219"},{"text":"wall","number":"h2346"},{"text":"the LORD","number":"h3068"},{"text":"against thee but they shall not prevail","number":"h3201"},{"text":"against thee for I am with thee to save","number":"h3467"},{"text":"and they shall fight","number":"h3898"},{"text":"thee saith","number":"h5002"},{"text":"brasen","number":"h5178"},{"text":"thee and to deliver","number":"h5337"},{"text":"And I will make","number":"h5414"},{"text":"thee unto this people","number":"h5971"}],"12":[{"text":"Shall iron","number":"h1270"},{"text":"iron","number":"h1270"},{"text":"and the steel","number":"h5178"},{"text":"the northern","number":"h6828"},{"text":"break","number":"h7489"}],"5":[{"text":"For who shall have pity","number":"h2550"},{"text":"upon thee O Jerusalem","number":"h3389"},{"text":"or who shall bemoan","number":"h5110"},{"text":"thee or who shall go aside","number":"h5493"},{"text":"to ask","number":"h7592"},{"text":"how thou doest","number":"h7965"}],"21":[{"text":"thee out of the hand","number":"h3027"},{"text":"thee out of the hand","number":"h3709"},{"text":"And I will deliver","number":"h5337"},{"text":"of the terrible","number":"h6184"},{"text":"and I will redeem","number":"h6299"},{"text":"of the wicked","number":"h7451"}]}
@@ -0,0 +1 @@
1
+ {"19":[{"text":"Surely our fathers","number":"h1"},{"text":"and shall say","number":"h559"},{"text":"unto thee from the ends","number":"h657"},{"text":"of the earth","number":"h776"},{"text":"shall come","number":"h935"},{"text":"the Gentiles","number":"h1471"},{"text":"vanity","number":"h1892"},{"text":"O LORD","number":"h3068"},{"text":"in the day","number":"h3117"},{"text":"and things wherein there is no profit","number":"h3276"},{"text":"and my refuge","number":"h4498"},{"text":"and my fortress","number":"h4581"},{"text":"have inherited","number":"h5157"},{"text":"my strength","number":"h5797"},{"text":"of affliction","number":"h6869"},{"text":"lies","number":"h8267"}],"7":[{"text":"for their father","number":"h1"},{"text":"themselves for them in mourning","number":"h60"},{"text":"or for their mother","number":"h517"},{"text":"neither shall men give them the cup","number":"h3563"},{"text":"them for the dead","number":"h4191"},{"text":"to comfort","number":"h5162"},{"text":"Neither shall men tear","number":"h6536"},{"text":"to drink","number":"h8248"},{"text":"of consolation","number":"h8575"}],"13":[{"text":"not neither ye nor your fathers","number":"h1"},{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"into a land","number":"h776"},{"text":"you out of this land","number":"h776"},{"text":"you favour","number":"h2594"},{"text":"Therefore will I cast","number":"h2904"},{"text":"that ye know","number":"h3045"},{"text":"day","number":"h3119"},{"text":"and night","number":"h3915"},{"text":"where I will not shew","number":"h5414"},{"text":"and there shall ye serve","number":"h5647"}],"12":[{"text":"than your fathers","number":"h1"},{"text":"after","number":"h310"},{"text":"every one","number":"h376"},{"text":"ye walk","number":"h1980"},{"text":"for behold","number":"h2009"},{"text":"heart","number":"h3820"},{"text":"And ye have done","number":"h6213"},{"text":"of his evil","number":"h7451"},{"text":"worse","number":"h7489"},{"text":"that they may not hearken","number":"h8085"},{"text":"the imagination","number":"h8307"}],"3":[{"text":"them and concerning their fathers","number":"h1"},{"text":"and concerning their mothers","number":"h517"},{"text":"For thus saith","number":"h559"},{"text":"them in this land","number":"h776"},{"text":"concerning the sons","number":"h1121"},{"text":"and concerning the daughters","number":"h1323"},{"text":"the LORD","number":"h3068"},{"text":"that are born","number":"h3205"},{"text":"that bare","number":"h3205"},{"text":"that begat","number":"h3209"},{"text":"in this place","number":"h4725"}],"15":[{"text":"unto their fathers","number":"h1"},{"text":"into their land","number":"h127"},{"text":"and from all the lands","number":"h776"},{"text":"from the land","number":"h776"},{"text":"the children","number":"h1121"},{"text":"liveth","number":"h2416"},{"text":"But The LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"whither he had driven","number":"h5080"},{"text":"that I gave","number":"h5414"},{"text":"that brought up","number":"h5927"},{"text":"of the north","number":"h6828"},{"text":"them and I will bring them again","number":"h7725"}],"11":[{"text":"unto them Because your fathers","number":"h1"},{"text":"after","number":"h310"},{"text":"other","number":"h312"},{"text":"gods","number":"h430"},{"text":"Then shalt thou say","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"and have walked","number":"h3212"},{"text":"me saith","number":"h5002"},{"text":"and have served","number":"h5647"},{"text":"have forsaken","number":"h5800"},{"text":"them and have forsaken","number":"h5800"},{"text":"them and have worshipped","number":"h7812"},{"text":"me and have not kept","number":"h8104"},{"text":"my law","number":"h8451"}],"20":[{"text":"Shall a man","number":"h120"},{"text":"gods","number":"h430"},{"text":"unto himself and they are no gods","number":"h430"},{"text":"make","number":"h6213"}],"4":[{"text":"of the earth","number":"h127"},{"text":"of the earth","number":"h776"},{"text":"and for the beasts","number":"h929"},{"text":"but they shall be as dung","number":"h1828"},{"text":"by the sword","number":"h2719"},{"text":"and they shall be consumed","number":"h3615"},{"text":"shall be meat","number":"h3978"},{"text":"They shall die","number":"h4191"},{"text":"deaths","number":"h4463"},{"text":"and their carcases","number":"h5038"},{"text":"they shall not be lamented","number":"h5594"},{"text":"for the fowls","number":"h5775"},{"text":"upon the face","number":"h6440"},{"text":"neither shall they be buried","number":"h6912"},{"text":"and by famine","number":"h7458"},{"text":"of heaven","number":"h8064"},{"text":"of grievous","number":"h8463"}],"16":[{"text":"them and after","number":"h310"},{"text":"and from every hill","number":"h1389"},{"text":"and they shall fish","number":"h1770"},{"text":"fishers","number":"h1771"},{"text":"them from every mountain","number":"h2022"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"and out of the holes","number":"h5357"},{"text":"of the rocks","number":"h5553"},{"text":"and they shall hunt","number":"h6679"},{"text":"hunters","number":"h6719"},{"text":"for many","number":"h7227"},{"text":"for many","number":"h7227"},{"text":"Behold I will send","number":"h7971"},{"text":"will I send","number":"h7971"}],"8":[{"text":"with them to eat","number":"h398"},{"text":"Thou shalt not also go","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"to sit","number":"h3427"},{"text":"of feasting","number":"h4960"},{"text":"and to drink","number":"h8354"}],"10":[{"text":"our God","number":"h430"},{"text":"and they shall say","number":"h559"},{"text":"all this great","number":"h1419"},{"text":"pronounced","number":"h1696"},{"text":"all these words","number":"h1697"},{"text":"that we have committed","number":"h2398"},{"text":"or what is our sin","number":"h2403"},{"text":"against the LORD","number":"h3068"},{"text":"unto thee Wherefore hath the LORD","number":"h3068"},{"text":"And it shall come to pass when thou shalt shew","number":"h5046"},{"text":"against us or what is our iniquity","number":"h5771"},{"text":"this people","number":"h5971"},{"text":"evil","number":"h7451"}],"9":[{"text":"the God","number":"h430"},{"text":"For thus saith","number":"h559"},{"text":"of the bridegroom","number":"h2860"},{"text":"the LORD","number":"h3068"},{"text":"and in your days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"of the bride","number":"h3618"},{"text":"out of this place","number":"h4725"},{"text":"in your eyes","number":"h5869"},{"text":"of hosts","number":"h6635"},{"text":"and the voice","number":"h6963"},{"text":"and the voice","number":"h6963"},{"text":"the voice","number":"h6963"},{"text":"the voice","number":"h6963"},{"text":"Behold I will cause to cease","number":"h7673"},{"text":"of gladness","number":"h8057"},{"text":"of mirth","number":"h8342"}],"5":[{"text":"For thus saith","number":"h559"},{"text":"them for I have taken away","number":"h622"},{"text":"Enter","number":"h935"},{"text":"not into the house","number":"h1004"},{"text":"even lovingkindness","number":"h2617"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"neither go","number":"h3212"},{"text":"of mourning","number":"h4798"},{"text":"saith","number":"h5002"},{"text":"nor bemoan","number":"h5110"},{"text":"to lament","number":"h5594"},{"text":"from this people","number":"h5971"},{"text":"and mercies","number":"h7356"},{"text":"my peace","number":"h7965"}],"1":[{"text":"came also unto me saying","number":"h559"},{"text":"The word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"14":[{"text":"that it shall no more be said","number":"h559"},{"text":"out of the land","number":"h776"},{"text":"come","number":"h935"},{"text":"the children","number":"h1121"},{"text":"liveth","number":"h2416"},{"text":"The LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"Therefore behold the days","number":"h3117"},{"text":"of Israel","number":"h3478"},{"text":"of Egypt","number":"h4714"},{"text":"saith","number":"h5002"},{"text":"that brought up","number":"h5927"}],"6":[{"text":"in this land","number":"h776"},{"text":"for them nor cut","number":"h1413"},{"text":"Both the great","number":"h1419"},{"text":"shall die","number":"h4191"},{"text":"neither shall men lament","number":"h5594"},{"text":"they shall not be buried","number":"h6912"},{"text":"and the small","number":"h6996"},{"text":"themselves nor make themselves bald","number":"h7139"}],"18":[{"text":"my land","number":"h776"},{"text":"and their sin","number":"h2403"},{"text":"because they have defiled","number":"h2490"},{"text":"they have filled","number":"h4390"},{"text":"double","number":"h4932"},{"text":"with the carcases","number":"h5038"},{"text":"mine inheritance","number":"h5159"},{"text":"their iniquity","number":"h5771"},{"text":"And first","number":"h7223"},{"text":"I will recompense","number":"h7999"},{"text":"of their detestable","number":"h8251"},{"text":"and abominable things","number":"h8441"}],"2":[{"text":"thee a wife","number":"h802"},{"text":"neither shalt thou have sons","number":"h1121"},{"text":"or daughters","number":"h1323"},{"text":"Thou shalt not take","number":"h3947"},{"text":"in this place","number":"h4725"}],"21":[{"text":"and my might","number":"h1369"},{"text":"mine hand","number":"h3027"},{"text":"I will cause them to know","number":"h3045"},{"text":"and they shall know","number":"h3045"},{"text":"cause them to know","number":"h3045"},{"text":"is The LORD","number":"h3068"},{"text":"Therefore behold I will this once","number":"h6471"},{"text":"that my name","number":"h8034"}],"17":[{"text":"are upon all their ways","number":"h1870"},{"text":"from","number":"h5048"},{"text":"they are not hid","number":"h5641"},{"text":"neither is their iniquity","number":"h5771"},{"text":"For mine eyes","number":"h5869"},{"text":"mine eyes","number":"h5869"},{"text":"from my face","number":"h6440"},{"text":"hid","number":"h6845"}]}
@@ -0,0 +1 @@
1
+ {"22":[{"text":"your fathers","number":"h1"},{"text":"out of your houses","number":"h1004"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"Neither carry forth","number":"h3318"},{"text":"ye any work","number":"h4399"},{"text":"a burden","number":"h4853"},{"text":"neither do","number":"h6213"},{"text":"as I commanded","number":"h6680"},{"text":"but hallow","number":"h6942"},{"text":"on the sabbath","number":"h7676"},{"text":"ye the sabbath","number":"h7676"}],"5":[{"text":"in man","number":"h120"},{"text":"Thus saith","number":"h559"},{"text":"Cursed","number":"h779"},{"text":"that trusteth","number":"h982"},{"text":"flesh","number":"h1320"},{"text":"be the man","number":"h1397"},{"text":"his arm","number":"h2220"},{"text":"from the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and whose heart","number":"h3820"},{"text":"departeth","number":"h5493"},{"text":"and maketh","number":"h7760"}],"16":[{"text":"thee neither have I desired","number":"h183"},{"text":"As for me I have not hastened","number":"h213"},{"text":"to follow","number":"h310"},{"text":"the woeful","number":"h605"},{"text":"thou knowest","number":"h3045"},{"text":"day","number":"h3117"},{"text":"that which came out","number":"h4161"},{"text":"was right before","number":"h5227"},{"text":"thee","number":"h6440"},{"text":"from being a pastor","number":"h7462"},{"text":"of my lips","number":"h8193"}],"3":[{"text":"and all thy treasures","number":"h214"},{"text":"to the spoil","number":"h957"},{"text":"and thy high places","number":"h1116"},{"text":"throughout all thy borders","number":"h1366"},{"text":"O my mountain","number":"h2042"},{"text":"for sin","number":"h2403"},{"text":"thy substance","number":"h2428"},{"text":"I will give","number":"h5414"},{"text":"in the field","number":"h7704"}],"23":[{"text":"their ear","number":"h241"},{"text":"nor receive","number":"h3947"},{"text":"instruction","number":"h4148"},{"text":"not neither inclined","number":"h5186"},{"text":"but made their neck","number":"h6203"},{"text":"stiff","number":"h7185"},{"text":"But they obeyed","number":"h8085"},{"text":"that they might not hear","number":"h8085"}],"11":[{"text":"and at his end","number":"h319"},{"text":"sitteth","number":"h1716"},{"text":"them in the midst","number":"h2677"},{"text":"of his days","number":"h3117"},{"text":"on eggs and hatcheth","number":"h3205"},{"text":"and not by right","number":"h4941"},{"text":"shall be a fool","number":"h5036"},{"text":"shall leave","number":"h5800"},{"text":"them not so he that getteth","number":"h6213"},{"text":"riches","number":"h6239"},{"text":"As the partridge","number":"h7124"}],"4":[{"text":"thine enemies","number":"h341"},{"text":"in mine anger","number":"h639"},{"text":"in the land","number":"h776"},{"text":"a fire","number":"h784"},{"text":"which thou knowest","number":"h3045"},{"text":"which shall burn","number":"h3344"},{"text":"from thine heritage","number":"h5159"},{"text":"that I gave","number":"h5414"},{"text":"thee and I will cause thee to serve","number":"h5647"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"not for ye have kindled","number":"h6919"},{"text":"And thou even thyself shalt discontinue","number":"h8058"}],"10":[{"text":"every man","number":"h376"},{"text":"I try","number":"h974"},{"text":"according to his ways","number":"h1870"},{"text":"search","number":"h2713"},{"text":"I the LORD","number":"h3068"},{"text":"the reins","number":"h3629"},{"text":"the heart","number":"h3820"},{"text":"of his doings","number":"h4611"},{"text":"even to give","number":"h5414"},{"text":"and according to the fruit","number":"h6529"}],"25":[{"text":"the men","number":"h376"},{"text":"Then shall there enter","number":"h935"},{"text":"of David","number":"h1732"},{"text":"of Judah","number":"h3063"},{"text":"of Jerusalem","number":"h3389"},{"text":"and the inhabitants","number":"h3427"},{"text":"shall remain","number":"h3427"},{"text":"sitting","number":"h3427"},{"text":"upon the throne","number":"h3678"},{"text":"kings","number":"h4428"},{"text":"and on horses","number":"h5483"},{"text":"for ever","number":"h5769"},{"text":"and this city","number":"h5892"},{"text":"of this city","number":"h5892"},{"text":"riding","number":"h7392"},{"text":"in chariots","number":"h7393"},{"text":"into the gates","number":"h8179"},{"text":"and princes","number":"h8269"},{"text":"they and their princes","number":"h8269"}],"27":[{"text":"thereof and it shall devour","number":"h398"},{"text":"the palaces","number":"h759"},{"text":"a fire","number":"h784"},{"text":"even entering in","number":"h935"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"then will I kindle","number":"h3341"},{"text":"of Jerusalem","number":"h3389"},{"text":"of Jerusalem","number":"h3389"},{"text":"and it shall not be quenched","number":"h3518"},{"text":"a burden","number":"h4853"},{"text":"and not to bear","number":"h5375"},{"text":"unto me to hallow","number":"h6942"},{"text":"on the sabbath","number":"h7676"},{"text":"the sabbath","number":"h7676"},{"text":"But if ye will not hearken","number":"h8085"},{"text":"at the gates","number":"h8179"},{"text":"in the gates","number":"h8179"}],"20":[{"text":"And say","number":"h559"},{"text":"that enter in","number":"h935"},{"text":"ye the word","number":"h1697"},{"text":"and all Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"and all the inhabitants","number":"h3427"},{"text":"ye kings","number":"h4428"},{"text":"unto them Hear","number":"h8085"},{"text":"by these gates","number":"h8179"}],"15":[{"text":"Behold they say","number":"h559"},{"text":"let it come","number":"h935"},{"text":"unto me Where is the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"19":[{"text":"Thus said","number":"h559"},{"text":"come in","number":"h935"},{"text":"of the children","number":"h1121"},{"text":"unto me Go","number":"h1980"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"and by the which they go out","number":"h3318"},{"text":"of Jerusalem","number":"h3389"},{"text":"whereby the kings","number":"h4428"},{"text":"of the people","number":"h5971"},{"text":"and stand","number":"h5975"},{"text":"and in all the gates","number":"h8179"},{"text":"in the gate","number":"h8179"}],"21":[{"text":"Thus saith","number":"h559"},{"text":"nor bring","number":"h935"},{"text":"the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"of Jerusalem","number":"h3389"},{"text":"no burden","number":"h4853"},{"text":"to yourselves","number":"h5315"},{"text":"and bear","number":"h5375"},{"text":"on the sabbath","number":"h7676"},{"text":"Take heed","number":"h8104"},{"text":"it in by the gates","number":"h8179"}],"9":[{"text":"above all things and desperately wicked","number":"h605"},{"text":"who can know","number":"h3045"},{"text":"The heart","number":"h3820"},{"text":"is deceitful","number":"h6121"}],"26":[{"text":"and from the land","number":"h776"},{"text":"And they shall come","number":"h935"},{"text":"and bringing","number":"h935"},{"text":"bringing","number":"h935"},{"text":"unto the house","number":"h1004"},{"text":"of Benjamin","number":"h1144"},{"text":"and from the mountains","number":"h2022"},{"text":"and sacrifices","number":"h2077"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"Jerusalem","number":"h3389"},{"text":"and incense","number":"h3828"},{"text":"and meat offerings","number":"h4503"},{"text":"and from the south","number":"h5045"},{"text":"and from the places about","number":"h5439"},{"text":"from the cities","number":"h5892"},{"text":"burnt offerings","number":"h5930"},{"text":"and from the plain","number":"h8219"},{"text":"sacrifices of praise","number":"h8426"}],"13":[{"text":"in the earth","number":"h776"},{"text":"thee shall be ashamed","number":"h954"},{"text":"of living","number":"h2416"},{"text":"O LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and they that depart","number":"h3249"},{"text":"of Israel","number":"h3478"},{"text":"shall be written","number":"h3789"},{"text":"waters","number":"h4325"},{"text":"the hope","number":"h4723"},{"text":"the fountain","number":"h4726"},{"text":"from me","number":"h5493"},{"text":"all that forsake","number":"h5800"},{"text":"because they have forsaken","number":"h5800"}],"6":[{"text":"land","number":"h776"},{"text":"cometh","number":"h935"},{"text":"the parched places","number":"h2788"},{"text":"when good","number":"h2896"},{"text":"and not inhabited","number":"h3427"},{"text":"in the wilderness","number":"h4057"},{"text":"in a salt","number":"h4420"},{"text":"in the desert","number":"h6160"},{"text":"For he shall be like the heath","number":"h6199"},{"text":"and shall not see","number":"h7200"},{"text":"but shall inhabit","number":"h7931"}],"2":[{"text":"and their groves","number":"h842"},{"text":"Whilst their children","number":"h1121"},{"text":"upon the high","number":"h1364"},{"text":"hills","number":"h1389"},{"text":"remember","number":"h2142"},{"text":"their altars","number":"h4196"},{"text":"trees","number":"h6086"},{"text":"by the green","number":"h7488"}],"18":[{"text":"bring","number":"h935"},{"text":"Let them be confounded","number":"h954"},{"text":"me but let not me be confounded","number":"h954"},{"text":"but let not me be dismayed","number":"h2865"},{"text":"let them be dismayed","number":"h2865"},{"text":"upon them the day","number":"h3117"},{"text":"them with double","number":"h4932"},{"text":"that persecute","number":"h7291"},{"text":"of evil","number":"h7451"},{"text":"and destroy","number":"h7665"},{"text":"destruction","number":"h7670"}],"8":[{"text":"cometh","number":"h935"},{"text":"of drought","number":"h1226"},{"text":"and shall not be careful","number":"h1672"},{"text":"when heat","number":"h2527"},{"text":"by the river","number":"h3105"},{"text":"neither shall cease","number":"h4185"},{"text":"by the waters","number":"h4325"},{"text":"but her leaf","number":"h5929"},{"text":"For he shall be as a tree","number":"h6086"},{"text":"from yielding","number":"h6213"},{"text":"fruit","number":"h6529"},{"text":"and shall not see","number":"h7200"},{"text":"shall be green","number":"h7488"},{"text":"and that spreadeth out","number":"h7971"},{"text":"in the year","number":"h8141"},{"text":"her roots","number":"h8328"},{"text":"planted","number":"h8362"}],"24":[{"text":"to bring","number":"h935"},{"text":"no","number":"h1115"},{"text":"the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"work","number":"h4399"},{"text":"in no burden","number":"h4853"},{"text":"unto me saith","number":"h5002"},{"text":"of this city","number":"h5892"},{"text":"to do","number":"h6213"},{"text":"but hallow","number":"h6942"},{"text":"on the sabbath","number":"h7676"},{"text":"the sabbath","number":"h7676"},{"text":"And it shall come to pass if ye diligently","number":"h8085"},{"text":"hearken","number":"h8085"},{"text":"through the gates","number":"h8179"}],"7":[{"text":"that trusteth","number":"h982"},{"text":"Blessed","number":"h1288"},{"text":"is the man","number":"h1397"},{"text":"in the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and whose hope","number":"h4009"}],"1":[{"text":"of iron","number":"h1270"},{"text":"The sin","number":"h2403"},{"text":"it is graven","number":"h2790"},{"text":"of Judah","number":"h3063"},{"text":"is written","number":"h3789"},{"text":"of their heart","number":"h3820"},{"text":"upon the table","number":"h3871"},{"text":"of your altars","number":"h4196"},{"text":"with a pen","number":"h5842"},{"text":"and with the point","number":"h6856"},{"text":"and upon the horns","number":"h7161"},{"text":"of a diamond","number":"h8068"}],"14":[{"text":"me O LORD","number":"h3068"},{"text":"me and I shall be saved","number":"h3467"},{"text":"save","number":"h3467"},{"text":"Heal","number":"h7495"},{"text":"and I shall be healed","number":"h7495"},{"text":"for thou art my praise","number":"h8416"}],"17":[{"text":"in the day","number":"h3117"},{"text":"unto me thou art my hope","number":"h4268"},{"text":"Be not a terror","number":"h4288"},{"text":"of evil","number":"h7451"}],"12":[{"text":"A glorious","number":"h3519"},{"text":"throne","number":"h3678"},{"text":"of our sanctuary","number":"h4720"},{"text":"is the place","number":"h4725"},{"text":"high","number":"h4791"},{"text":"from the beginning","number":"h7223"}]}