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":"he is the father","number":"h1"},{"text":"the father","number":"h1"},{"text":"saying","number":"h559"},{"text":"There is a son","number":"h1121"},{"text":"of David","number":"h1732"},{"text":"born","number":"h3205"},{"text":"of Jesse","number":"h3448"},{"text":"to Naomi","number":"h5281"},{"text":"Obed","number":"h5744"},{"text":"and they called","number":"h7121"},{"text":"gave","number":"h7121"},{"text":"And the women her neighbours","number":"h7934"},{"text":"his name","number":"h8034"},{"text":"it a name","number":"h8034"}],"15":[{"text":"which loveth","number":"h157"},{"text":"sons","number":"h1121"},{"text":"thee which is better","number":"h2896"},{"text":"hath born","number":"h3205"},{"text":"and a nourisher","number":"h3557"},{"text":"for thy daughter in law","number":"h3618"},{"text":"of thy life","number":"h5315"},{"text":"to thee than seven","number":"h7651"},{"text":"And he shall be unto thee a restorer","number":"h7725"},{"text":"of thine old age","number":"h7872"}],"10":[{"text":"his brethren","number":"h251"},{"text":"the wife","number":"h802"},{"text":"to be my wife","number":"h802"},{"text":"this day","number":"h3117"},{"text":"be not cut off","number":"h3772"},{"text":"the Moabitess","number":"h4125"},{"text":"of the dead","number":"h4191"},{"text":"of the dead","number":"h4191"},{"text":"of Mahlon","number":"h4248"},{"text":"of his place","number":"h4725"},{"text":"upon his inheritance","number":"h5159"},{"text":"ye are witnesses","number":"h5707"},{"text":"from among","number":"h5973"},{"text":"to raise up","number":"h6965"},{"text":"have I purchased","number":"h7069"},{"text":"Moreover Ruth","number":"h7327"},{"text":"that the name","number":"h8034"},{"text":"the name","number":"h8034"},{"text":"and from the gate","number":"h8179"}],"3":[{"text":"which was our brother","number":"h251"},{"text":"Elimelech's","number":"h458"},{"text":"And he said","number":"h559"},{"text":"unto the kinsman","number":"h1350"},{"text":"a parcel","number":"h2513"},{"text":"of Moab","number":"h4124"},{"text":"selleth","number":"h4376"},{"text":"Naomi","number":"h5281"},{"text":"of land","number":"h7704"},{"text":"out of the country","number":"h7704"},{"text":"that is come again","number":"h7725"}],"4":[{"text":"thee and I am after","number":"h310"},{"text":"And I thought","number":"h559"},{"text":"thee And he said","number":"h559"},{"text":"thee saying","number":"h559"},{"text":"I will redeem","number":"h1350"},{"text":"If thou wilt redeem","number":"h1350"},{"text":"for there is none to redeem","number":"h1350"},{"text":"it but if thou wilt not redeem","number":"h1350"},{"text":"it redeem","number":"h1350"},{"text":"to advertise","number":"h1540"},{"text":"it beside","number":"h2108"},{"text":"and before the elders","number":"h2205"},{"text":"me that I may know","number":"h3045"},{"text":"it before the inhabitants","number":"h3427"},{"text":"it then tell","number":"h5046"},{"text":"of my people","number":"h5971"},{"text":"Buy","number":"h7069"}],"7":[{"text":"a man","number":"h376"},{"text":"concerning redeeming","number":"h1353"},{"text":"all things","number":"h1697"},{"text":"in Israel","number":"h3478"},{"text":"in Israel","number":"h3478"},{"text":"his shoe","number":"h5275"},{"text":"and gave","number":"h5414"},{"text":"Now this was the manner in former time","number":"h6440"},{"text":"for to confirm","number":"h6965"},{"text":"it to his neighbour","number":"h7453"},{"text":"plucked off","number":"h8025"},{"text":"and concerning changing","number":"h8545"},{"text":"and this was a testimony","number":"h8584"}],"9":[{"text":"all that was Elimelech's","number":"h458"},{"text":"said","number":"h559"},{"text":"And Boaz","number":"h1162"},{"text":"unto the elders","number":"h2205"},{"text":"of the hand","number":"h3027"},{"text":"this day","number":"h3117"},{"text":"and all that was Chilion's","number":"h3630"},{"text":"and Mahlon's","number":"h4248"},{"text":"of Naomi","number":"h5281"},{"text":"Ye are witnesses","number":"h5707"},{"text":"and unto all the people","number":"h5971"},{"text":"that I have bought","number":"h7069"}],"1":[{"text":"a one","number":"h492"},{"text":"by unto whom he said","number":"h559"},{"text":"Boaz","number":"h1162"},{"text":"of whom Boaz","number":"h1162"},{"text":"there and behold the kinsman","number":"h1350"},{"text":"spake","number":"h1696"},{"text":"Ho","number":"h1945"},{"text":"and sat down","number":"h3427"},{"text":"and sat him down","number":"h3427"},{"text":"sit down","number":"h3427"},{"text":"turn aside","number":"h5493"},{"text":"here And he turned aside","number":"h5493"},{"text":"came","number":"h5674"},{"text":"Then went","number":"h5927"},{"text":"up","number":"h5927"},{"text":"such","number":"h6423"},{"text":"to the gate","number":"h8179"}],"16":[{"text":"and became nurse","number":"h539"},{"text":"it in her bosom","number":"h2436"},{"text":"the child","number":"h3206"},{"text":"took","number":"h3947"},{"text":"And Naomi","number":"h5281"},{"text":"and laid","number":"h7896"}],"5":[{"text":"Then said","number":"h559"},{"text":"the wife","number":"h802"},{"text":"Boaz","number":"h1162"},{"text":"of the hand","number":"h3027"},{"text":"What day","number":"h3117"},{"text":"the Moabitess","number":"h4125"},{"text":"of the dead","number":"h4191"},{"text":"of the dead","number":"h4191"},{"text":"upon his inheritance","number":"h5159"},{"text":"of Naomi","number":"h5281"},{"text":"to raise up","number":"h6965"},{"text":"thou buyest","number":"h7069"},{"text":"thou must buy","number":"h7069"},{"text":"it also of Ruth","number":"h7327"},{"text":"the field","number":"h7704"},{"text":"the name","number":"h8034"}],"2":[{"text":"and said","number":"h559"},{"text":"men","number":"h582"},{"text":"of the elders","number":"h2205"},{"text":"Sit ye down","number":"h3427"},{"text":"here And they sat down","number":"h3427"},{"text":"And he took","number":"h3947"},{"text":"of the city","number":"h5892"},{"text":"ten","number":"h6235"}],"11":[{"text":"said","number":"h559"},{"text":"in Ephratah","number":"h672"},{"text":"the woman","number":"h802"},{"text":"that is come","number":"h935"},{"text":"into thine house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"in Bethlehem","number":"h1035"},{"text":"did build","number":"h1129"},{"text":"and the elders","number":"h2205"},{"text":"thou worthily","number":"h2428"},{"text":"The LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"and like Leah","number":"h3812"},{"text":"make","number":"h5414"},{"text":"We are witnesses","number":"h5707"},{"text":"And all the people","number":"h5971"},{"text":"and do","number":"h6213"},{"text":"and be famous","number":"h7121"},{"text":"like Rachel","number":"h7354"},{"text":"which two","number":"h8147"},{"text":"that were in the gate","number":"h8179"}],"14":[{"text":"said","number":"h559"},{"text":"And the women","number":"h802"},{"text":"Blessed","number":"h1288"},{"text":"without a kinsman","number":"h1350"},{"text":"be the LORD","number":"h3068"},{"text":"thee this day","number":"h3117"},{"text":"in Israel","number":"h3478"},{"text":"unto Naomi","number":"h5281"},{"text":"may be famous","number":"h7121"},{"text":"which hath not left","number":"h7673"},{"text":"that his name","number":"h8034"}],"6":[{"text":"said","number":"h559"},{"text":"And the kinsman","number":"h1350"},{"text":"redeem","number":"h1350"},{"text":"redeem","number":"h1350"},{"text":"redeem","number":"h1350"},{"text":"thou my right","number":"h1353"},{"text":"I cannot","number":"h3201"},{"text":"to thyself for I cannot","number":"h3201"},{"text":"mine own inheritance","number":"h5159"},{"text":"it for myself lest I mar","number":"h7843"}],"8":[{"text":"said","number":"h559"},{"text":"unto Boaz","number":"h1162"},{"text":"Therefore the kinsman","number":"h1350"},{"text":"his shoe","number":"h5275"},{"text":"Buy","number":"h7069"},{"text":"it for thee So he drew off","number":"h8025"}],"13":[{"text":"and she was his wife","number":"h802"},{"text":"and when he went in","number":"h935"},{"text":"a son","number":"h1121"},{"text":"So Boaz","number":"h1162"},{"text":"her conception","number":"h2032"},{"text":"unto her the LORD","number":"h3068"},{"text":"and she bare","number":"h3205"},{"text":"took","number":"h3947"},{"text":"gave","number":"h5414"},{"text":"Ruth","number":"h7327"}],"12":[{"text":"And let thy house","number":"h1004"},{"text":"be like the house","number":"h1004"},{"text":"of the seed","number":"h2233"},{"text":"unto Judah","number":"h3063"},{"text":"which the LORD","number":"h3068"},{"text":"bare","number":"h3205"},{"text":"thee of this young woman","number":"h5291"},{"text":"shall give","number":"h5414"},{"text":"of Pharez","number":"h6557"},{"text":"whom Tamar","number":"h8559"}],"21":[{"text":"Boaz","number":"h1162"},{"text":"and Boaz","number":"h1162"},{"text":"begat","number":"h3205"},{"text":"begat","number":"h3205"},{"text":"Obed","number":"h5744"},{"text":"And Salmon","number":"h8012"}],"22":[{"text":"David","number":"h1732"},{"text":"begat","number":"h3205"},{"text":"begat","number":"h3205"},{"text":"Jesse","number":"h3448"},{"text":"and Jesse","number":"h3448"},{"text":"And Obed","number":"h5744"}],"19":[{"text":"And Hezron","number":"h2696"},{"text":"begat","number":"h3205"},{"text":"begat","number":"h3205"},{"text":"Amminadab","number":"h5992"},{"text":"Ram","number":"h7410"},{"text":"and Ram","number":"h7410"}],"18":[{"text":"Hezron","number":"h2696"},{"text":"begat","number":"h3205"},{"text":"Pharez","number":"h6557"},{"text":"of Pharez","number":"h6557"},{"text":"Now these are the generations","number":"h8435"}],"20":[{"text":"begat","number":"h3205"},{"text":"begat","number":"h3205"},{"text":"Nahshon","number":"h5177"},{"text":"and Nahshon","number":"h5177"},{"text":"And Amminadab","number":"h5992"},{"text":"Salmon","number":"h8009"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"love","number":"h157"},{"text":"of thy good","number":"h2896"},{"text":"therefore do the virgins","number":"h5959"},{"text":"poured forth","number":"h7324"},{"text":"Because of the savour","number":"h7381"},{"text":"thy name","number":"h8034"},{"text":"is as ointment","number":"h8081"},{"text":"ointments","number":"h8081"}],"4":[{"text":"love","number":"h157"},{"text":"after","number":"h310"},{"text":"hath brought","number":"h935"},{"text":"we will be glad","number":"h1523"},{"text":"thy love","number":"h1730"},{"text":"in thee we will remember","number":"h2142"},{"text":"me into his chambers","number":"h2315"},{"text":"more than wine","number":"h3196"},{"text":"the upright","number":"h4339"},{"text":"thee the king","number":"h4428"},{"text":"Draw","number":"h4900"},{"text":"me we will run","number":"h7323"},{"text":"and rejoice","number":"h8055"}],"7":[{"text":"loveth","number":"h157"},{"text":"where","number":"h349"},{"text":"of thy companions","number":"h2270"},{"text":"for","number":"h4100"},{"text":"Tell","number":"h5046"},{"text":"me O thou whom my soul","number":"h5315"},{"text":"by the flocks","number":"h5739"},{"text":"why should I be as one that turneth aside","number":"h5844"},{"text":"at noon","number":"h6672"},{"text":"thou makest thy flock to rest","number":"h7257"},{"text":"where thou feedest","number":"h7462"}],"5":[{"text":"as the tents","number":"h168"},{"text":"O ye daughters","number":"h1323"},{"text":"of Jerusalem","number":"h3389"},{"text":"as the curtains","number":"h3407"},{"text":"but comely","number":"h5000"},{"text":"of Kedar","number":"h6938"},{"text":"I am black","number":"h7838"},{"text":"of Solomon","number":"h8010"}],"6":[{"text":"upon me my mother's","number":"h517"},{"text":"children","number":"h1121"},{"text":"were angry","number":"h2787"},{"text":"but mine own vineyard","number":"h3754"},{"text":"of the vineyards","number":"h3754"},{"text":"have I not kept","number":"h5201"},{"text":"me the keeper","number":"h5201"},{"text":"Look","number":"h7200"},{"text":"with me they made","number":"h7760"},{"text":"hath looked","number":"h7805"},{"text":"not upon me because I am black","number":"h7840"},{"text":"because the sun","number":"h8121"}],"17":[{"text":"are cedar","number":"h730"},{"text":"of our house","number":"h1004"},{"text":"of fir","number":"h1266"},{"text":"The beams","number":"h6982"},{"text":"and our rafters","number":"h7351"}],"8":[{"text":"among women","number":"h802"},{"text":"thy kids","number":"h1429"},{"text":"If thou know","number":"h3045"},{"text":"not O thou fairest","number":"h3303"},{"text":"go thy way forth","number":"h3318"},{"text":"' tents","number":"h4908"},{"text":"by the footsteps","number":"h6119"},{"text":"of the flock","number":"h6629"},{"text":"and feed","number":"h7462"},{"text":"beside the shepherds","number":"h7462"}],"14":[{"text":"is unto me as a cluster","number":"h811"},{"text":"My beloved","number":"h1730"},{"text":"of camphire","number":"h3724"},{"text":"in the vineyards","number":"h3754"},{"text":"of Engedi","number":"h5872"}],"2":[{"text":"for thy love","number":"h1730"},{"text":"is better","number":"h2896"},{"text":"than wine","number":"h3196"},{"text":"me with the kisses","number":"h5390"},{"text":"Let him kiss","number":"h5401"},{"text":"of his mouth","number":"h6310"}],"13":[{"text":"is my wellbeloved","number":"h1730"},{"text":"unto me he shall lie","number":"h3885"},{"text":"of myrrh","number":"h4753"},{"text":"A bundle","number":"h6872"},{"text":"all night betwixt my breasts","number":"h7699"}],"16":[{"text":"my beloved","number":"h1730"},{"text":"Behold thou art fair","number":"h3303"},{"text":"yea pleasant","number":"h5273"},{"text":"also our bed","number":"h6210"},{"text":"is green","number":"h7488"}],"9":[{"text":"I have compared","number":"h1819"},{"text":"to a company of horses","number":"h5484"},{"text":"in Pharaoh's","number":"h6547"},{"text":"chariots","number":"h7393"},{"text":"thee O my love","number":"h7474"}],"11":[{"text":"of gold","number":"h2091"},{"text":"of silver","number":"h3701"},{"text":"with studs","number":"h5351"},{"text":"We will make","number":"h6213"},{"text":"thee borders","number":"h8447"}],"10":[{"text":"with chains","number":"h2737"},{"text":"Thy cheeks","number":"h3895"},{"text":"are comely","number":"h4998"},{"text":"of jewels thy neck","number":"h6677"},{"text":"with rows","number":"h8447"}],"15":[{"text":"thou hast doves","number":"h3123"},{"text":"Behold thou art fair","number":"h3303"},{"text":"behold thou art fair","number":"h3303"},{"text":"eyes","number":"h5869"},{"text":"my love","number":"h7474"}],"12":[{"text":"While the king","number":"h4428"},{"text":"sitteth at his table","number":"h4524"},{"text":"my spikenard","number":"h5373"},{"text":"sendeth forth","number":"h5414"},{"text":"the smell","number":"h7381"}],"1":[{"text":"The song","number":"h7892"},{"text":"of songs","number":"h7892"},{"text":"which is Solomon's","number":"h8010"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"my love","number":"h160"},{"text":"and","number":"h176"},{"text":"by the hinds","number":"h355"},{"text":"you O ye daughters","number":"h1323"},{"text":"till he please","number":"h2654"},{"text":"of Jerusalem","number":"h3389"},{"text":"nor awake","number":"h5782"},{"text":"that ye stir not up","number":"h5782"},{"text":"by the roes","number":"h6643"},{"text":"I charge","number":"h7650"},{"text":"of the field","number":"h7704"}],"5":[{"text":"of love","number":"h160"},{"text":"me with flagons","number":"h809"},{"text":"for I am sick","number":"h2470"},{"text":"Stay","number":"h5564"},{"text":"comfort","number":"h7502"},{"text":"me with apples","number":"h8598"}],"4":[{"text":"over me was love","number":"h160"},{"text":"He brought","number":"h935"},{"text":"house","number":"h1004"},{"text":"and his banner","number":"h1714"},{"text":"me to the banqueting","number":"h3196"}],"15":[{"text":"Take","number":"h270"},{"text":"that spoil","number":"h2254"},{"text":"for our vines","number":"h3754"},{"text":"the vines","number":"h3754"},{"text":"have tender grapes","number":"h5563"},{"text":"the little","number":"h6996"},{"text":"foxes","number":"h7776"},{"text":"us the foxes","number":"h7776"}],"9":[{"text":"behind","number":"h310"},{"text":"hart","number":"h354"},{"text":"My beloved","number":"h1730"},{"text":"is like","number":"h1819"},{"text":"at the windows","number":"h2474"},{"text":"himself through the lattice","number":"h2762"},{"text":"our wall","number":"h3796"},{"text":"behold he standeth","number":"h5975"},{"text":"or a young","number":"h6082"},{"text":"a roe","number":"h6643"},{"text":"shewing","number":"h6692"},{"text":"he looketh forth","number":"h7688"}],"17":[{"text":"hart","number":"h354"},{"text":"of Bether","number":"h1336"},{"text":"my beloved","number":"h1730"},{"text":"and be thou like","number":"h1819"},{"text":"upon the mountains","number":"h2022"},{"text":"Until the day","number":"h3117"},{"text":"flee away","number":"h5127"},{"text":"turn","number":"h5437"},{"text":"or a young","number":"h6082"},{"text":"break","number":"h6315"},{"text":"a roe","number":"h6643"},{"text":"and the shadows","number":"h6752"}],"10":[{"text":"and said","number":"h559"},{"text":"My beloved","number":"h1730"},{"text":"and come away","number":"h3212"},{"text":"my fair one","number":"h3303"},{"text":"spake","number":"h6030"},{"text":"unto me Rise up","number":"h6965"},{"text":"my love","number":"h7474"}],"12":[{"text":"in our land","number":"h776"},{"text":"on the earth","number":"h776"},{"text":"of the singing","number":"h2158"},{"text":"of birds is come","number":"h5060"},{"text":"The flowers","number":"h5339"},{"text":"the time","number":"h6256"},{"text":"and the voice","number":"h6963"},{"text":"appear","number":"h7200"},{"text":"is heard","number":"h8085"},{"text":"of the turtle","number":"h8449"}],"8":[{"text":"behold he cometh","number":"h935"},{"text":"upon the hills","number":"h1389"},{"text":"of my beloved","number":"h1730"},{"text":"leaping","number":"h1801"},{"text":"upon the mountains","number":"h2022"},{"text":"The voice","number":"h6963"},{"text":"skipping","number":"h7092"}],"3":[{"text":"among the sons","number":"h1121"},{"text":"so is my beloved","number":"h1730"},{"text":"to my taste","number":"h2441"},{"text":"with great delight","number":"h2530"},{"text":"of the wood","number":"h3293"},{"text":"I sat","number":"h3427"},{"text":"was sweet","number":"h4966"},{"text":"among the trees","number":"h6086"},{"text":"and his fruit","number":"h6529"},{"text":"down under his shadow","number":"h6738"},{"text":"As the apple tree","number":"h8598"}],"2":[{"text":"among the daughters","number":"h1323"},{"text":"among thorns","number":"h2336"},{"text":"so is my love","number":"h7474"},{"text":"As the lily","number":"h7799"}],"13":[{"text":"and the vines","number":"h1612"},{"text":"putteth forth","number":"h2590"},{"text":"and come away","number":"h3212"},{"text":"my fair one","number":"h3303"},{"text":"give","number":"h5414"},{"text":"with the tender grape","number":"h5563"},{"text":"her green figs","number":"h6291"},{"text":"Arise","number":"h6965"},{"text":"a good smell","number":"h7381"},{"text":"my love","number":"h7474"},{"text":"The fig tree","number":"h8384"}],"11":[{"text":"the rain","number":"h1653"},{"text":"and gone","number":"h1980"},{"text":"is over","number":"h2498"},{"text":"For lo the winter","number":"h5638"},{"text":"is past","number":"h5674"}],"16":[{"text":"My beloved","number":"h1730"},{"text":"is mine and I am his he feedeth","number":"h7462"},{"text":"among the lilies","number":"h7799"}],"1":[{"text":"I am the rose","number":"h2261"},{"text":"of the valleys","number":"h6010"},{"text":"and the lily","number":"h7799"},{"text":"of Sharon","number":"h8289"}],"6":[{"text":"doth embrace","number":"h2263"},{"text":"and his right hand","number":"h3225"},{"text":"is under my head","number":"h7218"},{"text":"His left hand","number":"h8040"}],"14":[{"text":"that art in the clefts","number":"h2288"},{"text":"O my dove","number":"h3123"},{"text":"places of the stairs","number":"h4095"},{"text":"and thy countenance","number":"h4758"},{"text":"thy countenance","number":"h4758"},{"text":"is comely","number":"h5000"},{"text":"of the rock","number":"h5553"},{"text":"in the secret","number":"h5643"},{"text":"for sweet","number":"h6156"},{"text":"is thy voice","number":"h6963"},{"text":"thy voice","number":"h6963"},{"text":"let me see","number":"h7200"},{"text":"let me hear","number":"h8085"}]}
@@ -0,0 +1 @@
1
+ {"6":[{"text":"with all powders","number":"h81"},{"text":"and frankincense","number":"h3828"},{"text":"out of the wilderness","number":"h4057"},{"text":"with myrrh","number":"h4753"},{"text":"Who is this that cometh","number":"h5927"},{"text":"of smoke","number":"h6227"},{"text":"perfumed","number":"h6999"},{"text":"of the merchant","number":"h7402"},{"text":"like pillars","number":"h8490"}],"1":[{"text":"loveth","number":"h157"},{"text":"I sought","number":"h1245"},{"text":"I sought","number":"h1245"},{"text":"By night","number":"h3915"},{"text":"him but I found","number":"h4672"},{"text":"on my bed","number":"h4904"},{"text":"him whom my soul","number":"h5315"}],"2":[{"text":"loveth","number":"h157"},{"text":"I sought","number":"h1245"},{"text":"I will seek","number":"h1245"},{"text":"him but I found","number":"h4672"},{"text":"him whom my soul","number":"h5315"},{"text":"now and go about","number":"h5437"},{"text":"the city","number":"h5892"},{"text":"I will rise","number":"h6965"},{"text":"and in the broad ways","number":"h7339"},{"text":"in the streets","number":"h7784"}],"3":[{"text":"loveth","number":"h157"},{"text":"found","number":"h4672"},{"text":"ye him whom my soul","number":"h5315"},{"text":"that go about","number":"h5437"},{"text":"the city","number":"h5892"},{"text":"me to whom I said Saw","number":"h7200"},{"text":"The watchmen","number":"h8104"}],"4":[{"text":"loveth","number":"h157"},{"text":"I held","number":"h270"},{"text":"him into my mother's","number":"h517"},{"text":"until I had brought","number":"h935"},{"text":"house","number":"h1004"},{"text":"of her that conceived","number":"h2029"},{"text":"and into the chamber","number":"h2315"},{"text":"It was but a little","number":"h4592"},{"text":"from them but I found","number":"h4672"},{"text":"him whom my soul","number":"h5315"},{"text":"that I passed","number":"h5674"},{"text":"him and would not let him go","number":"h7503"}],"5":[{"text":"my love","number":"h160"},{"text":"and","number":"h176"},{"text":"by the hinds","number":"h355"},{"text":"you O ye daughters","number":"h1323"},{"text":"till he please","number":"h2654"},{"text":"of Jerusalem","number":"h3389"},{"text":"nor awake","number":"h5782"},{"text":"that ye stir not up","number":"h5782"},{"text":"by the roes","number":"h6643"},{"text":"I charge","number":"h7650"},{"text":"of the field","number":"h7704"}],"10":[{"text":"with love","number":"h160"},{"text":"of it of purple","number":"h713"},{"text":"for the daughters","number":"h1323"},{"text":"thereof of gold","number":"h2091"},{"text":"of Jerusalem","number":"h3389"},{"text":"thereof of silver","number":"h3701"},{"text":"the covering","number":"h4817"},{"text":"the pillars","number":"h5982"},{"text":"He made","number":"h6213"},{"text":"the bottom","number":"h7507"},{"text":"thereof being paved","number":"h7528"},{"text":"the midst","number":"h8432"}],"8":[{"text":"They all hold","number":"h270"},{"text":"every man","number":"h376"},{"text":"hath his sword","number":"h2719"},{"text":"swords","number":"h2719"},{"text":"upon his thigh","number":"h3409"},{"text":"in the night","number":"h3915"},{"text":"being expert","number":"h3925"},{"text":"in war","number":"h4421"},{"text":"because of fear","number":"h6343"}],"11":[{"text":"wherewith his mother","number":"h517"},{"text":"O ye daughters","number":"h1323"},{"text":"of his espousals","number":"h2861"},{"text":"and in the day","number":"h3117"},{"text":"him in the day","number":"h3117"},{"text":"Go forth","number":"h3318"},{"text":"of his heart","number":"h3820"},{"text":"king","number":"h4428"},{"text":"crowned","number":"h5849"},{"text":"with the crown","number":"h5850"},{"text":"of Zion","number":"h6726"},{"text":"and behold","number":"h7200"},{"text":"Solomon","number":"h8010"},{"text":"of the gladness","number":"h8057"}],"9":[{"text":"himself a chariot","number":"h668"},{"text":"of Lebanon","number":"h3844"},{"text":"King","number":"h4428"},{"text":"of the wood","number":"h6086"},{"text":"made","number":"h6213"},{"text":"Solomon","number":"h8010"}],"7":[{"text":"it of the valiant","number":"h1368"},{"text":"valiant","number":"h1368"},{"text":"of Israel","number":"h3478"},{"text":"Behold his bed","number":"h4296"},{"text":"men are about","number":"h5439"},{"text":"which is Solomon's","number":"h8010"},{"text":"threescore","number":"h8346"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"and aloes","number":"h174"},{"text":"spices","number":"h1314"},{"text":"and saffron","number":"h3750"},{"text":"of frankincense","number":"h3828"},{"text":"myrrh","number":"h4753"},{"text":"Spikenard","number":"h5373"},{"text":"with all trees","number":"h6086"},{"text":"calamus","number":"h7070"},{"text":"and cinnamon","number":"h7076"},{"text":"with all the chief","number":"h7218"}],"9":[{"text":"with one","number":"h259"},{"text":"with one","number":"h259"},{"text":"my sister","number":"h269"},{"text":"my spouse","number":"h3618"},{"text":"Thou hast ravished my heart","number":"h3823"},{"text":"thou hast ravished my heart","number":"h3823"},{"text":"of thine eyes","number":"h5869"},{"text":"chain","number":"h6060"},{"text":"of thy neck","number":"h6677"}],"12":[{"text":"is my sister","number":"h269"},{"text":"a spring","number":"h1530"},{"text":"A garden","number":"h1588"},{"text":"sealed","number":"h2856"},{"text":"my spouse","number":"h3618"},{"text":"a fountain","number":"h4599"},{"text":"inclosed","number":"h5274"},{"text":"shut up","number":"h5274"}],"10":[{"text":"my sister","number":"h269"},{"text":"than all spices","number":"h1314"},{"text":"is thy love","number":"h1730"},{"text":"is thy love","number":"h1730"},{"text":"how much better","number":"h2895"},{"text":"than wine","number":"h3196"},{"text":"How fair","number":"h3302"},{"text":"my spouse","number":"h3618"},{"text":"and the smell","number":"h7381"},{"text":"of thine ointments","number":"h8081"}],"16":[{"text":"and eat","number":"h398"},{"text":"and come","number":"h935"},{"text":"come","number":"h935"},{"text":"that the spices","number":"h1314"},{"text":"into his garden","number":"h1588"},{"text":"upon my garden","number":"h1588"},{"text":"Let my beloved","number":"h1730"},{"text":"his pleasant","number":"h4022"},{"text":"thereof may flow out","number":"h5140"},{"text":"Awake","number":"h5782"},{"text":"blow","number":"h6315"},{"text":"fruits","number":"h6529"},{"text":"O north wind","number":"h6828"},{"text":"thou south","number":"h8486"}],"4":[{"text":"a thousand","number":"h505"},{"text":"builded","number":"h1129"},{"text":"of mighty men","number":"h1368"},{"text":"of David","number":"h1732"},{"text":"is like the tower","number":"h4026"},{"text":"bucklers","number":"h4043"},{"text":"Thy neck","number":"h6677"},{"text":"all shields","number":"h7982"},{"text":"whereon there hang","number":"h8518"},{"text":"for an armoury","number":"h8530"}],"8":[{"text":"of Amana","number":"h549"},{"text":"from the lions","number":"h738"},{"text":"Come","number":"h935"},{"text":"from the mountains","number":"h2042"},{"text":"and Hermon","number":"h2768"},{"text":"my spouse","number":"h3618"},{"text":"with me from Lebanon","number":"h3844"},{"text":"with me from Lebanon","number":"h3844"},{"text":"dens","number":"h4585"},{"text":"of the leopards","number":"h5246"},{"text":"from the top","number":"h7218"},{"text":"from the top","number":"h7218"},{"text":"look","number":"h7789"},{"text":"of Shenir","number":"h8149"}],"15":[{"text":"a well","number":"h875"},{"text":"of gardens","number":"h1588"},{"text":"of living","number":"h2416"},{"text":"from Lebanon","number":"h3844"},{"text":"waters","number":"h4325"},{"text":"A fountain","number":"h4599"},{"text":"and streams","number":"h5140"}],"1":[{"text":"within","number":"h1157"},{"text":"Gilead","number":"h1568"},{"text":"that appear","number":"h1570"},{"text":"from mount","number":"h2022"},{"text":"thou hast doves","number":"h3123"},{"text":"Behold thou art fair","number":"h3303"},{"text":"behold thou art fair","number":"h3303"},{"text":"is as a flock","number":"h5739"},{"text":"of goats","number":"h5795"},{"text":"eyes","number":"h5869"},{"text":"thy locks","number":"h6777"},{"text":"my love","number":"h7474"},{"text":"thy hair","number":"h8181"}],"3":[{"text":"within","number":"h1157"},{"text":"are like a thread","number":"h2339"},{"text":"and thy speech","number":"h4057"},{"text":"is comely","number":"h5000"},{"text":"are like a piece","number":"h6400"},{"text":"thy locks","number":"h6777"},{"text":"of a pomegranate","number":"h7416"},{"text":"thy temples","number":"h7541"},{"text":"of scarlet","number":"h8144"},{"text":"Thy lips","number":"h8193"}],"6":[{"text":"and to the hill","number":"h1389"},{"text":"me to the mountain","number":"h2022"},{"text":"Until the day","number":"h3117"},{"text":"I will get","number":"h3212"},{"text":"of frankincense","number":"h3828"},{"text":"of myrrh","number":"h4753"},{"text":"flee away","number":"h5127"},{"text":"break","number":"h6315"},{"text":"and the shadows","number":"h6752"}],"11":[{"text":"honey","number":"h1706"},{"text":"and milk","number":"h2461"},{"text":"O my spouse","number":"h3618"},{"text":"of Lebanon","number":"h3844"},{"text":"are under thy tongue","number":"h3956"},{"text":"drop","number":"h5197"},{"text":"as the honeycomb","number":"h5317"},{"text":"and the smell","number":"h7381"},{"text":"is like the smell","number":"h7381"},{"text":"of thy garments","number":"h8008"},{"text":"Thy lips","number":"h8193"}],"7":[{"text":"Thou art all fair","number":"h3303"},{"text":"there is no spot","number":"h3971"},{"text":"my love","number":"h7474"}],"13":[{"text":"camphire","number":"h3724"},{"text":"with pleasant","number":"h4022"},{"text":"with spikenard","number":"h5373"},{"text":"are an orchard","number":"h6508"},{"text":"fruits","number":"h6529"},{"text":"of pomegranates","number":"h7416"},{"text":"Thy plants","number":"h7973"}],"2":[{"text":"are like a flock","number":"h5739"},{"text":"which came up","number":"h5927"},{"text":"of sheep that are even shorn","number":"h7094"},{"text":"from the washing","number":"h7367"},{"text":"and none is barren","number":"h7909"},{"text":"Thy teeth","number":"h8127"},{"text":"whereof every one bear twins","number":"h8382"}],"5":[{"text":"young","number":"h6082"},{"text":"roes","number":"h6646"},{"text":"which feed","number":"h7462"},{"text":"breasts","number":"h7699"},{"text":"among the lilies","number":"h7799"},{"text":"Thy two","number":"h8147"},{"text":"are like two","number":"h8147"},{"text":"that are twins","number":"h8380"}]}
@@ -0,0 +1 @@
1
+ {"10":[{"text":"and ruddy","number":"h122"},{"text":"the chiefest","number":"h1713"},{"text":"My beloved","number":"h1730"},{"text":"is white","number":"h6703"},{"text":"among ten thousand","number":"h7233"}],"15":[{"text":"upon sockets","number":"h134"},{"text":"as the cedars","number":"h730"},{"text":"excellent","number":"h977"},{"text":"set","number":"h3245"},{"text":"is as Lebanon","number":"h3844"},{"text":"his countenance","number":"h4758"},{"text":"are as pillars","number":"h5982"},{"text":"of fine gold","number":"h6337"},{"text":"His legs","number":"h7785"},{"text":"of marble","number":"h8336"}],"8":[{"text":"of love","number":"h160"},{"text":"you O daughters","number":"h1323"},{"text":"my beloved","number":"h1730"},{"text":"him that I am sick","number":"h2470"},{"text":"of Jerusalem","number":"h3389"},{"text":"if ye find","number":"h4672"},{"text":"that ye tell","number":"h5046"},{"text":"I charge","number":"h7650"}],"1":[{"text":"my sister","number":"h269"},{"text":"I have eaten","number":"h398"},{"text":"eat","number":"h398"},{"text":"I have gathered","number":"h717"},{"text":"I am come","number":"h935"},{"text":"with my spice","number":"h1313"},{"text":"into my garden","number":"h1588"},{"text":"with my honey","number":"h1706"},{"text":"O beloved","number":"h1730"},{"text":"with my milk","number":"h2461"},{"text":"my wine","number":"h3196"},{"text":"my honeycomb","number":"h3293"},{"text":"my spouse","number":"h3618"},{"text":"my myrrh","number":"h4753"},{"text":"O friends","number":"h7453"},{"text":"yea drink abundantly","number":"h7937"},{"text":"I have drunk","number":"h8354"},{"text":"drink","number":"h8354"}],"2":[{"text":"to me my sister","number":"h269"},{"text":"of my beloved","number":"h1730"},{"text":"that knocketh","number":"h1849"},{"text":"with dew","number":"h2919"},{"text":"my dove","number":"h3123"},{"text":"I sleep","number":"h3463"},{"text":"but my heart","number":"h3820"},{"text":"of the night","number":"h3915"},{"text":"is filled","number":"h4390"},{"text":"waketh","number":"h5782"},{"text":"saying Open","number":"h6605"},{"text":"it is the voice","number":"h6963"},{"text":"and my locks","number":"h6977"},{"text":"for my head","number":"h7218"},{"text":"with the drops","number":"h7447"},{"text":"my love","number":"h7474"},{"text":"my undefiled","number":"h8535"}],"3":[{"text":"how","number":"h349"},{"text":"how","number":"h349"},{"text":"shall I defile","number":"h2936"},{"text":"my coat","number":"h3801"},{"text":"shall I put it on","number":"h3847"},{"text":"I have put off","number":"h6584"},{"text":"my feet","number":"h7272"},{"text":"I have washed","number":"h7364"}],"12":[{"text":"by the rivers","number":"h650"},{"text":"with milk","number":"h2461"},{"text":"are as the eyes of doves","number":"h3123"},{"text":"and fitly set","number":"h3427"},{"text":"of waters","number":"h4325"},{"text":"His eyes","number":"h5869"},{"text":"washed","number":"h7364"}],"5":[{"text":"and my fingers","number":"h676"},{"text":"to my beloved","number":"h1730"},{"text":"and my hands","number":"h3027"},{"text":"upon the handles","number":"h3709"},{"text":"of the lock","number":"h4514"},{"text":"myrrh","number":"h4753"},{"text":"with myrrh","number":"h4753"},{"text":"dropped","number":"h5197"},{"text":"with sweet smelling","number":"h5674"},{"text":"to open","number":"h6605"},{"text":"I rose up","number":"h6965"}],"9":[{"text":"among women","number":"h802"},{"text":"What is thy beloved","number":"h1730"},{"text":"more than another beloved","number":"h1730"},{"text":"more than another beloved","number":"h1730"},{"text":"what is thy beloved","number":"h1730"},{"text":"O thou fairest","number":"h3303"},{"text":"that thou","number":"h3602"},{"text":"dost so charge","number":"h7650"}],"6":[{"text":"I sought","number":"h1245"},{"text":"when he spake","number":"h1696"},{"text":"but my beloved","number":"h1730"},{"text":"to my beloved","number":"h1730"},{"text":"had withdrawn","number":"h2559"},{"text":"failed","number":"h3318"},{"text":"him but I could not find","number":"h4672"},{"text":"my soul","number":"h5315"},{"text":"himself and was gone","number":"h5674"},{"text":"him but he gave me no answer","number":"h6030"},{"text":"I opened","number":"h6605"},{"text":"him I called","number":"h7121"}],"13":[{"text":"of spices","number":"h1314"},{"text":"His cheeks","number":"h3895"},{"text":"flowers","number":"h4026"},{"text":"myrrh","number":"h4753"},{"text":"as sweet","number":"h4840"},{"text":"dropping","number":"h5197"},{"text":"sweet smelling","number":"h5674"},{"text":"are as a bed","number":"h6170"},{"text":"like lilies","number":"h7799"},{"text":"his lips","number":"h8193"}],"16":[{"text":"O daughters","number":"h1323"},{"text":"This is my beloved","number":"h1730"},{"text":"His mouth","number":"h2441"},{"text":"of Jerusalem","number":"h3389"},{"text":"yea he is altogether lovely","number":"h4261"},{"text":"is most sweet","number":"h4477"},{"text":"and this is my friend","number":"h7453"}],"14":[{"text":"rings","number":"h1550"},{"text":"are as gold","number":"h2091"},{"text":"His hands","number":"h3027"},{"text":"set","number":"h4390"},{"text":"his belly","number":"h4578"},{"text":"with sapphires","number":"h5601"},{"text":"overlaid","number":"h5968"},{"text":"is as bright","number":"h6247"},{"text":"ivory","number":"h8127"},{"text":"with the beryl","number":"h8658"}],"4":[{"text":"My beloved","number":"h1730"},{"text":"were moved","number":"h1993"},{"text":"the hole","number":"h2356"},{"text":"his hand","number":"h3027"},{"text":"by","number":"h4480"},{"text":"of the door and my bowels","number":"h4578"},{"text":"put in","number":"h7971"}],"7":[{"text":"of the walls","number":"h2346"},{"text":"found","number":"h4672"},{"text":"me they smote","number":"h5221"},{"text":"took away","number":"h5375"},{"text":"that went about","number":"h5437"},{"text":"the city","number":"h5892"},{"text":"me they wounded","number":"h6481"},{"text":"my veil","number":"h7289"},{"text":"The watchmen","number":"h8104"},{"text":"me the keepers","number":"h8104"}],"11":[{"text":"is as the most","number":"h3800"},{"text":"as a raven","number":"h6158"},{"text":"fine gold","number":"h6337"},{"text":"his locks","number":"h6977"},{"text":"His head","number":"h7218"},{"text":"and black","number":"h7838"},{"text":"are bushy","number":"h8534"}]}
@@ -0,0 +1 @@
1
+ {"11":[{"text":"the fruits","number":"h3"},{"text":"of nuts","number":"h93"},{"text":"into the garden","number":"h1594"},{"text":"whether the vine","number":"h1612"},{"text":"I went down","number":"h3381"},{"text":"budded","number":"h5132"},{"text":"of the valley","number":"h5158"},{"text":"flourished","number":"h6524"},{"text":"and to see","number":"h7200"},{"text":"to see","number":"h7200"},{"text":"and the pomegranates","number":"h7416"}],"9":[{"text":"is but one","number":"h259"},{"text":"she is the only one","number":"h259"},{"text":"of her mother","number":"h517"},{"text":"her and blessed","number":"h833"},{"text":"she is the choice","number":"h1249"},{"text":"her The daughters","number":"h1323"},{"text":"and they praised","number":"h1984"},{"text":"My dove","number":"h3123"},{"text":"one of her that bare","number":"h3205"},{"text":"her yea the queens","number":"h4436"},{"text":"and the concubines","number":"h6370"},{"text":"saw","number":"h7200"},{"text":"my undefiled","number":"h8535"}],"10":[{"text":"and terrible","number":"h366"},{"text":"clear","number":"h1249"},{"text":"as an army with banners","number":"h1713"},{"text":"as the sun","number":"h2535"},{"text":"fair","number":"h3303"},{"text":"as the moon","number":"h3842"},{"text":"as the morning","number":"h7837"},{"text":"Who is she that looketh forth","number":"h8259"}],"4":[{"text":"terrible","number":"h366"},{"text":"as an army with banners","number":"h1713"},{"text":"Thou art beautiful","number":"h3303"},{"text":"as Jerusalem","number":"h3389"},{"text":"comely","number":"h5000"},{"text":"O my love","number":"h7474"},{"text":"as Tirzah","number":"h8656"}],"1":[{"text":"among women","number":"h802"},{"text":"that we may seek","number":"h1245"},{"text":"Whither is thy beloved","number":"h1730"},{"text":"whither is thy beloved","number":"h1730"},{"text":"gone","number":"h1980"},{"text":"O thou fairest","number":"h3303"},{"text":"turned aside","number":"h6437"}],"7":[{"text":"within","number":"h1157"},{"text":"As a piece","number":"h6400"},{"text":"thy locks","number":"h6777"},{"text":"of a pomegranate","number":"h7416"},{"text":"are thy temples","number":"h7541"}],"2":[{"text":"of spices","number":"h1314"},{"text":"in the gardens","number":"h1588"},{"text":"into his garden","number":"h1588"},{"text":"My beloved","number":"h1730"},{"text":"is gone down","number":"h3381"},{"text":"and to gather","number":"h3950"},{"text":"to the beds","number":"h6170"},{"text":"to feed","number":"h7462"},{"text":"lilies","number":"h7799"}],"5":[{"text":"from Gilead","number":"h1568"},{"text":"that appear","number":"h1570"},{"text":"from me for they","number":"h1992"},{"text":"Turn away","number":"h5437"},{"text":"is as a flock","number":"h5739"},{"text":"of goats","number":"h5795"},{"text":"thine eyes","number":"h5869"},{"text":"have overcome","number":"h7292"},{"text":"me thy hair","number":"h8181"}],"3":[{"text":"I am my beloved's","number":"h1730"},{"text":"and my beloved","number":"h1730"},{"text":"is mine he feedeth","number":"h7462"},{"text":"among the lilies","number":"h7799"}],"13":[{"text":"that we may look","number":"h2372"},{"text":"upon thee What will ye see","number":"h2372"},{"text":"As it were the company","number":"h4246"},{"text":"of two armies","number":"h4264"},{"text":"Return","number":"h7725"},{"text":"return","number":"h7725"},{"text":"return","number":"h7725"},{"text":"return","number":"h7725"},{"text":"O Shulamite","number":"h7759"},{"text":"in the Shulamite","number":"h7759"}],"12":[{"text":"Or ever I was aware","number":"h3045"},{"text":"me like the chariots","number":"h4818"},{"text":"my soul","number":"h5315"},{"text":"of Amminadib","number":"h5993"},{"text":"made","number":"h7760"}],"8":[{"text":"queens","number":"h4436"},{"text":"without number","number":"h4557"},{"text":"and virgins","number":"h5959"},{"text":"concubines","number":"h6370"},{"text":"and fourscore","number":"h8084"},{"text":"There are threescore","number":"h8346"}],"6":[{"text":"are as a flock","number":"h5739"},{"text":"which go up","number":"h5927"},{"text":"of sheep","number":"h7353"},{"text":"from the washing","number":"h7367"},{"text":"and there is not one barren","number":"h7909"},{"text":"Thy teeth","number":"h8127"},{"text":"whereof every one beareth twins","number":"h8382"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"goblet","number":"h101"},{"text":"thy belly","number":"h990"},{"text":"of wheat","number":"h2406"},{"text":"which wanteth","number":"h2637"},{"text":"not liquor","number":"h4197"},{"text":"is like a round","number":"h5469"},{"text":"set about","number":"h5473"},{"text":"is like an heap","number":"h6194"},{"text":"with lilies","number":"h7799"},{"text":"Thy navel","number":"h8326"}],"6":[{"text":"art thou O love","number":"h160"},{"text":"How fair","number":"h3302"},{"text":"and how pleasant","number":"h5276"},{"text":"for delights","number":"h8588"}],"8":[{"text":"I will take hold","number":"h270"},{"text":"I said","number":"h559"},{"text":"of thy nose","number":"h639"},{"text":"shall be as clusters","number":"h811"},{"text":"of the vine","number":"h1612"},{"text":"of the boughs","number":"h5577"},{"text":"I will go up","number":"h5927"},{"text":"and the smell","number":"h7381"},{"text":"thereof now also thy breasts","number":"h7699"},{"text":"to the palm tree","number":"h8558"},{"text":"like apples","number":"h8598"}],"1":[{"text":"of a cunning workman","number":"h542"},{"text":"daughter","number":"h1323"},{"text":"are like jewels","number":"h2481"},{"text":"the joints","number":"h2542"},{"text":"of the hands","number":"h3027"},{"text":"How beautiful","number":"h3302"},{"text":"of thy thighs","number":"h3409"},{"text":"the work","number":"h4639"},{"text":"O prince's","number":"h5081"},{"text":"with shoes","number":"h5275"},{"text":"are thy feet","number":"h6471"}],"5":[{"text":"is held","number":"h631"},{"text":"like purple","number":"h713"},{"text":"and the hair","number":"h1803"},{"text":"upon thee is like Carmel","number":"h3760"},{"text":"the king","number":"h4428"},{"text":"Thine head","number":"h7218"},{"text":"of thine head","number":"h7218"},{"text":"in the galleries","number":"h7298"}],"4":[{"text":"thy nose","number":"h639"},{"text":"like the fishpools","number":"h1295"},{"text":"of Bathrabbim","number":"h1337"},{"text":"Damascus","number":"h1834"},{"text":"in Heshbon","number":"h2809"},{"text":"of Lebanon","number":"h3844"},{"text":"is as a tower","number":"h4026"},{"text":"is as the tower","number":"h4026"},{"text":"thine eyes","number":"h5869"},{"text":"toward","number":"h6440"},{"text":"Thy neck","number":"h6677"},{"text":"which looketh","number":"h6822"},{"text":"of ivory","number":"h8127"},{"text":"by the gate","number":"h8179"}],"7":[{"text":"to clusters","number":"h811"},{"text":"is like","number":"h1819"},{"text":"This thy stature","number":"h6967"},{"text":"and thy breasts","number":"h7699"},{"text":"to a palm tree","number":"h8558"}],"12":[{"text":"if the vine","number":"h1612"},{"text":"thee my loves","number":"h1730"},{"text":"to the vineyards","number":"h3754"},{"text":"bud forth","number":"h5132"},{"text":"there will I give","number":"h5414"},{"text":"whether the tender grape","number":"h5563"},{"text":"flourish","number":"h6524"},{"text":"appear","number":"h6605"},{"text":"let us see","number":"h7200"},{"text":"and the pomegranates","number":"h7416"},{"text":"Let us get up early","number":"h7925"}],"9":[{"text":"to speak","number":"h1680"},{"text":"for my beloved","number":"h1730"},{"text":"that goeth","number":"h1980"},{"text":"And the roof of thy mouth","number":"h2441"},{"text":"like the best","number":"h2896"},{"text":"wine","number":"h3196"},{"text":"of those that are asleep","number":"h3463"},{"text":"down sweetly","number":"h4339"},{"text":"causing the lips","number":"h8193"}],"10":[{"text":"I am my beloved's","number":"h1730"},{"text":"and his desire","number":"h8669"}],"13":[{"text":"for thee O my beloved","number":"h1730"},{"text":"The mandrakes","number":"h1736"},{"text":"fruits new","number":"h2319"},{"text":"and old","number":"h3465"},{"text":"are all manner of pleasant","number":"h4022"},{"text":"give","number":"h5414"},{"text":"and at our gates","number":"h6607"},{"text":"which I have laid up","number":"h6845"},{"text":"a smell","number":"h7381"}],"11":[{"text":"my beloved","number":"h1730"},{"text":"Come","number":"h3212"},{"text":"let us go forth","number":"h3318"},{"text":"in the villages","number":"h3723"},{"text":"let us lodge","number":"h3885"},{"text":"into the field","number":"h7704"}],"3":[{"text":"young","number":"h6082"},{"text":"roes","number":"h6646"},{"text":"breasts","number":"h7699"},{"text":"Thy two","number":"h8147"},{"text":"are like two","number":"h8147"},{"text":"that are twins","number":"h8380"}]}
@@ -0,0 +1 @@
1
+ {"6":[{"text":"for love","number":"h160"},{"text":"of fire","number":"h784"},{"text":"upon thine arm","number":"h2220"},{"text":"as a seal","number":"h2368"},{"text":"me as a seal","number":"h2368"},{"text":"upon thine heart","number":"h3820"},{"text":"as death","number":"h4194"},{"text":"is strong","number":"h5794"},{"text":"jealousy","number":"h7068"},{"text":"is cruel","number":"h7186"},{"text":"the coals","number":"h7565"},{"text":"thereof are coals","number":"h7565"},{"text":"as the grave","number":"h7585"},{"text":"Set","number":"h7760"},{"text":"which hath a most vehement flame","number":"h7957"}],"7":[{"text":"for love","number":"h160"},{"text":"love","number":"h160"},{"text":"it if a man","number":"h376"},{"text":"be contemned","number":"h936"},{"text":"it would utterly","number":"h936"},{"text":"of his house","number":"h1004"},{"text":"all the substance","number":"h1952"},{"text":"cannot","number":"h3201"},{"text":"quench","number":"h3518"},{"text":"waters","number":"h4325"},{"text":"neither can the floods","number":"h5104"},{"text":"would give","number":"h5414"},{"text":"Many","number":"h7227"},{"text":"drown","number":"h7857"}],"4":[{"text":"my love","number":"h160"},{"text":"you O daughters","number":"h1323"},{"text":"until he please","number":"h2654"},{"text":"of Jerusalem","number":"h3389"},{"text":"nor awake","number":"h5782"},{"text":"that ye stir not up","number":"h5782"},{"text":"I charge","number":"h7650"}],"1":[{"text":"thou wert as my brother","number":"h251"},{"text":"of my mother","number":"h517"},{"text":"thee yea I should not be despised","number":"h936"},{"text":"thee without","number":"h2351"},{"text":"that sucked","number":"h3243"},{"text":"when I should find","number":"h4672"},{"text":"I would kiss","number":"h5401"},{"text":"O that","number":"h5414"},{"text":"the breasts","number":"h7699"}],"8":[{"text":"for our sister","number":"h269"},{"text":"sister","number":"h269"},{"text":"when she shall be spoken for","number":"h1696"},{"text":"in the day","number":"h3117"},{"text":"what shall we do","number":"h6213"},{"text":"We have a little","number":"h6996"},{"text":"and she hath no breasts","number":"h7699"}],"14":[{"text":"hart","number":"h354"},{"text":"Make haste","number":"h1272"},{"text":"of spices","number":"h1314"},{"text":"my beloved","number":"h1730"},{"text":"and be thou like","number":"h1819"},{"text":"upon the mountains","number":"h2022"},{"text":"or to a young","number":"h6082"},{"text":"to a roe","number":"h6643"}],"11":[{"text":"every one","number":"h376"},{"text":"a thousand","number":"h505"},{"text":"thereof was to bring","number":"h935"},{"text":"at Baalhamon","number":"h1174"},{"text":"pieces of silver","number":"h3701"},{"text":"had a vineyard","number":"h3754"},{"text":"the vineyard","number":"h3754"},{"text":"unto keepers","number":"h5201"},{"text":"he let out","number":"h5414"},{"text":"for the fruit","number":"h6529"},{"text":"Solomon","number":"h8010"}],"12":[{"text":"must have a thousand","number":"h505"},{"text":"My vineyard","number":"h3754"},{"text":"thereof two hundred","number":"h3967"},{"text":"and those that keep","number":"h5201"},{"text":"which is mine is before","number":"h6440"},{"text":"the fruit","number":"h6529"},{"text":"me thou O Solomon","number":"h8010"}],"2":[{"text":"thee into my mother's","number":"h517"},{"text":"thee and bring","number":"h935"},{"text":"house","number":"h1004"},{"text":"wine","number":"h3196"},{"text":"who would instruct","number":"h3925"},{"text":"I would lead","number":"h5090"},{"text":"of the juice","number":"h6071"},{"text":"of my pomegranate","number":"h7416"},{"text":"of spiced","number":"h7544"},{"text":"me I would cause thee to drink","number":"h8248"}],"5":[{"text":"there thy mother","number":"h517"},{"text":"upon her beloved","number":"h1730"},{"text":"brought thee forth","number":"h2254"},{"text":"there she brought thee forth","number":"h2254"},{"text":"that bare","number":"h3205"},{"text":"from the wilderness","number":"h4057"},{"text":"I raised","number":"h5782"},{"text":"Who is this that cometh up","number":"h5927"},{"text":"leaning","number":"h7514"},{"text":"thee up under the apple tree","number":"h8598"}],"9":[{"text":"of cedar","number":"h730"},{"text":"we will build","number":"h1129"},{"text":"and if she be a door","number":"h1817"},{"text":"If she be a wall","number":"h2346"},{"text":"upon her a palace","number":"h2918"},{"text":"of silver","number":"h3701"},{"text":"her with boards","number":"h3871"},{"text":"we will inclose","number":"h6696"}],"13":[{"text":"in the gardens","number":"h1588"},{"text":"the companions","number":"h2270"},{"text":"Thou that dwellest","number":"h3427"},{"text":"to thy voice","number":"h6963"},{"text":"hearken","number":"h7181"},{"text":"cause me to hear","number":"h8085"}],"3":[{"text":"should embrace","number":"h2263"},{"text":"and his right hand","number":"h3225"},{"text":"should be under my head","number":"h7218"},{"text":"His left hand","number":"h8040"}],"10":[{"text":"I am a wall","number":"h2346"},{"text":"like towers","number":"h4026"},{"text":"as one that found","number":"h4672"},{"text":"then was I in his eyes","number":"h5869"},{"text":"and my breasts","number":"h7699"},{"text":"favour","number":"h7965"}]}
@@ -0,0 +1 @@
1
+ {"16":[{"text":"good","number":"g18"},{"text":"reprobate","number":"g96"},{"text":"disobedient","number":"g545"},{"text":"they deny","number":"g720"},{"text":"abominable","number":"g947"},{"text":"but","number":"g1161"},{"text":"that they know","number":"g1492"},{"text":"in works","number":"g2041"},{"text":"work","number":"g2041"},{"text":"God","number":"g2316"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"They profess","number":"g3670"},{"text":"every","number":"g3956"},{"text":"unto","number":"g4314"},{"text":"him being","number":"g5607"}],"12":[{"text":"are alway","number":"g104"},{"text":"slow","number":"g692"},{"text":"themselves","number":"g846"},{"text":"bellies","number":"g1064"},{"text":"of","number":"g1537"},{"text":"said","number":"g2036"},{"text":"beasts","number":"g2342"},{"text":"of their own","number":"g2398"},{"text":"evil","number":"g2556"},{"text":"The Cretians","number":"g2912"},{"text":"even a prophet","number":"g4396"},{"text":"One","number":"g5100"},{"text":"liars","number":"g5583"}],"7":[{"text":"given to filthy lucre","number":"g146"},{"text":"blameless","number":"g410"},{"text":"selfwilled","number":"g829"},{"text":"For","number":"g1063"},{"text":"must","number":"g1163"},{"text":"be","number":"g1511"},{"text":"a bishop","number":"g1985"},{"text":"of God","number":"g2316"},{"text":"no","number":"g3361"},{"text":"not","number":"g3361"},{"text":"not","number":"g3361"},{"text":"not","number":"g3361"},{"text":"not","number":"g3361"},{"text":"the steward","number":"g3623"},{"text":"soon angry","number":"g3711"},{"text":"given to wine","number":"g3943"},{"text":"striker","number":"g4131"},{"text":"as","number":"g5613"}],"11":[{"text":"filthy","number":"g150"},{"text":"subvert","number":"g396"},{"text":"must","number":"g1163"},{"text":"they ought","number":"g1163"},{"text":"teaching","number":"g1321"},{"text":"be stopped","number":"g1993"},{"text":"mouths","number":"g1993"},{"text":"lucre's","number":"g2771"},{"text":"not","number":"g3361"},{"text":"houses","number":"g3624"},{"text":"whole","number":"g3650"},{"text":"Whose","number":"g3739"},{"text":"things which","number":"g3739"},{"text":"who","number":"g3748"},{"text":"for","number":"g5484"},{"text":"sake","number":"g5484"}],"2":[{"text":"of eternal","number":"g166"},{"text":"the world","number":"g166"},{"text":"that cannot lie","number":"g893"},{"text":"hope","number":"g1680"},{"text":"promised","number":"g1861"},{"text":"In","number":"g1909"},{"text":"life","number":"g2222"},{"text":"God","number":"g2316"},{"text":"which","number":"g3739"},{"text":"before","number":"g4253"},{"text":"began","number":"g5550"}],"1":[{"text":"of the truth","number":"g225"},{"text":"an apostle","number":"g652"},{"text":"and","number":"g1161"},{"text":"a servant","number":"g1401"},{"text":"elect","number":"g1588"},{"text":"the acknowledging","number":"g1922"},{"text":"godliness","number":"g2150"},{"text":"of God","number":"g2316"},{"text":"of God's","number":"g2316"},{"text":"of Jesus","number":"g2424"},{"text":"and","number":"g2532"},{"text":"according to","number":"g2596"},{"text":"is after","number":"g2596"},{"text":"which","number":"g3588"},{"text":"Paul","number":"g3972"},{"text":"the faith","number":"g4102"},{"text":"Christ","number":"g5547"}],"14":[{"text":"the truth","number":"g225"},{"text":"of men","number":"g444"},{"text":"that turn from","number":"g654"},{"text":"commandments","number":"g1785"},{"text":"to Jewish","number":"g2451"},{"text":"and","number":"g2532"},{"text":"Not","number":"g3361"},{"text":"fables","number":"g3454"},{"text":"giving heed","number":"g4337"}],"13":[{"text":"true","number":"g227"},{"text":"sharply","number":"g664"},{"text":"them","number":"g846"},{"text":"Wherefore","number":"g1223"},{"text":"rebuke","number":"g1651"},{"text":"in","number":"g1722"},{"text":"is","number":"g2076"},{"text":"that","number":"g2443"},{"text":"witness","number":"g3141"},{"text":"This","number":"g3778"},{"text":"the faith","number":"g4102"},{"text":"they may be sound","number":"g5198"}],"8":[{"text":"But","number":"g235"},{"text":"just","number":"g1342"},{"text":"temperate","number":"g1468"},{"text":"holy","number":"g3741"},{"text":"sober","number":"g4998"},{"text":"a lover of good men","number":"g5358"},{"text":"a lover of hospitality","number":"g5382"}],"15":[{"text":"but","number":"g235"},{"text":"unbelieving","number":"g571"},{"text":"their","number":"g846"},{"text":"but","number":"g1161"},{"text":"Unto the pure","number":"g2513"},{"text":"pure","number":"g2513"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"even","number":"g2532"},{"text":"are pure","number":"g3303"},{"text":"is defiled","number":"g3392"},{"text":"unto them that are defiled","number":"g3392"},{"text":"mind","number":"g3563"},{"text":"is nothing","number":"g3762"},{"text":"all things","number":"g3956"},{"text":"conscience","number":"g4893"}],"6":[{"text":"blameless","number":"g410"},{"text":"the husband","number":"g435"},{"text":"unruly","number":"g506"},{"text":"of riot","number":"g810"},{"text":"wife","number":"g1135"},{"text":"If any","number":"g1536"},{"text":"accused","number":"g1722"},{"text":"be","number":"g2076"},{"text":"having","number":"g2192"},{"text":"or","number":"g2228"},{"text":"not","number":"g3361"},{"text":"of one","number":"g3391"},{"text":"faithful","number":"g4103"},{"text":"children","number":"g5043"}],"9":[{"text":"Holding fast","number":"g472"},{"text":"the gainsayers","number":"g483"},{"text":"doctrine","number":"g1319"},{"text":"he hath been taught","number":"g1322"},{"text":"able","number":"g1415"},{"text":"to convince","number":"g1651"},{"text":"by","number":"g1722"},{"text":"that","number":"g2443"},{"text":"and","number":"g2532"},{"text":"both","number":"g2532"},{"text":"as","number":"g2596"},{"text":"word","number":"g3056"},{"text":"to exhort","number":"g3870"},{"text":"the faithful","number":"g4103"},{"text":"sound","number":"g5198"},{"text":"he may be","number":"g5600"}],"10":[{"text":"unruly","number":"g506"},{"text":"For","number":"g1063"},{"text":"there are","number":"g1526"},{"text":"they of","number":"g1537"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"specially","number":"g3122"},{"text":"vain talkers","number":"g3151"},{"text":"the circumcision","number":"g4061"},{"text":"many","number":"g4183"},{"text":"deceivers","number":"g5423"}],"4":[{"text":"from","number":"g575"},{"text":"mine own","number":"g1103"},{"text":"and peace","number":"g1515"},{"text":"mercy","number":"g1656"},{"text":"our","number":"g2257"},{"text":"God","number":"g2316"},{"text":"Jesus","number":"g2424"},{"text":"and","number":"g2532"},{"text":"after","number":"g2596"},{"text":"the common","number":"g2839"},{"text":"the Lord","number":"g2962"},{"text":"the Father","number":"g3962"},{"text":"faith","number":"g4102"},{"text":"Saviour","number":"g4990"},{"text":"son","number":"g5043"},{"text":"To Titus","number":"g5103"},{"text":"Grace","number":"g5485"},{"text":"Christ","number":"g5547"}],"3":[{"text":"his","number":"g848"},{"text":"But","number":"g1161"},{"text":"unto me","number":"g1473"},{"text":"through","number":"g1722"},{"text":"the commandment","number":"g2003"},{"text":"our","number":"g2257"},{"text":"of God","number":"g2316"},{"text":"in due","number":"g2398"},{"text":"times","number":"g2540"},{"text":"according to","number":"g2596"},{"text":"preaching","number":"g2782"},{"text":"word","number":"g3056"},{"text":"which","number":"g3739"},{"text":"is committed","number":"g4100"},{"text":"Saviour","number":"g4990"},{"text":"hath","number":"g5319"},{"text":"manifested","number":"g5319"}],"5":[{"text":"had appointed","number":"g1299"},{"text":"I","number":"g1473"},{"text":"in","number":"g1722"},{"text":"thou shouldest set in order","number":"g1930"},{"text":"that","number":"g2443"},{"text":"ordain","number":"g2525"},{"text":"and","number":"g2532"},{"text":"in every","number":"g2596"},{"text":"left I","number":"g2641"},{"text":"Crete","number":"g2914"},{"text":"the things that are wanting","number":"g3007"},{"text":"city","number":"g4172"},{"text":"elders","number":"g4245"},{"text":"thee","number":"g4571"},{"text":"thee","number":"g4671"},{"text":"For this","number":"g5127"},{"text":"cause","number":"g5484"},{"text":"as","number":"g5613"}]}
@@ -0,0 +1 @@
1
+ {"10":[{"text":"good","number":"g18"},{"text":"but","number":"g235"},{"text":"the doctrine","number":"g1319"},{"text":"in","number":"g1722"},{"text":"shewing","number":"g1731"},{"text":"our","number":"g2257"},{"text":"of God","number":"g2316"},{"text":"that","number":"g2443"},{"text":"they may adorn","number":"g2885"},{"text":"Not","number":"g3361"},{"text":"purloining","number":"g3557"},{"text":"all","number":"g3956"},{"text":"all things","number":"g3956"},{"text":"fidelity","number":"g4102"},{"text":"Saviour","number":"g4990"}],"5":[{"text":"good","number":"g18"},{"text":"chaste","number":"g53"},{"text":"husbands","number":"g435"},{"text":"be","number":"g987"},{"text":"blasphemed","number":"g987"},{"text":"of God","number":"g2316"},{"text":"to their own","number":"g2398"},{"text":"the word","number":"g3056"},{"text":"not","number":"g3363"},{"text":"that","number":"g3363"},{"text":"keepers at home","number":"g3626"},{"text":"To be discreet","number":"g4998"},{"text":"obedient","number":"g5293"}],"2":[{"text":"in charity","number":"g26"},{"text":"be","number":"g1511"},{"text":"sober","number":"g3524"},{"text":"in faith","number":"g4102"},{"text":"That the aged men","number":"g4246"},{"text":"grave","number":"g4586"},{"text":"temperate","number":"g4998"},{"text":"sound","number":"g5198"},{"text":"in patience","number":"g5281"}],"7":[{"text":"shewing uncorruptness","number":"g90"},{"text":"sincerity","number":"g861"},{"text":"doctrine","number":"g1319"},{"text":"in","number":"g1722"},{"text":"works","number":"g2041"},{"text":"of good","number":"g2570"},{"text":"shewing","number":"g3930"},{"text":"all things","number":"g3956"},{"text":"In","number":"g4012"},{"text":"thyself","number":"g4572"},{"text":"gravity","number":"g4587"},{"text":"a pattern","number":"g5179"}],"12":[{"text":"world","number":"g165"},{"text":"denying","number":"g720"},{"text":"ungodliness","number":"g763"},{"text":"righteously","number":"g1346"},{"text":"in","number":"g1722"},{"text":"lusts","number":"g1939"},{"text":"godly","number":"g2153"},{"text":"we should live","number":"g2198"},{"text":"us","number":"g2248"},{"text":"that","number":"g2443"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"worldly","number":"g2886"},{"text":"this present","number":"g3568"},{"text":"Teaching","number":"g3811"},{"text":"soberly","number":"g4996"}],"8":[{"text":"that cannot be condemned","number":"g176"},{"text":"he that is of","number":"g1537"},{"text":"the contrary part","number":"g1727"},{"text":"may be ashamed","number":"g1788"},{"text":"having","number":"g2192"},{"text":"that","number":"g2443"},{"text":"to say","number":"g3004"},{"text":"speech","number":"g3056"},{"text":"no","number":"g3367"},{"text":"thing","number":"g3367"},{"text":"of","number":"g4012"},{"text":"Sound","number":"g5199"},{"text":"you","number":"g5216"},{"text":"evil","number":"g5337"}],"11":[{"text":"men","number":"g444"},{"text":"For","number":"g1063"},{"text":"hath appeared","number":"g2014"},{"text":"of God","number":"g2316"},{"text":"to all","number":"g3956"},{"text":"that bringeth salvation","number":"g4992"},{"text":"the grace","number":"g5485"}],"14":[{"text":"iniquity","number":"g458"},{"text":"from","number":"g575"},{"text":"gave","number":"g1325"},{"text":"himself","number":"g1438"},{"text":"unto himself","number":"g1438"},{"text":"works","number":"g2041"},{"text":"zealous","number":"g2207"},{"text":"us","number":"g2248"},{"text":"us","number":"g2257"},{"text":"that","number":"g2443"},{"text":"purify","number":"g2511"},{"text":"and","number":"g2532"},{"text":"of good","number":"g2570"},{"text":"people","number":"g2992"},{"text":"he might redeem","number":"g3084"},{"text":"Who","number":"g3739"},{"text":"all","number":"g3956"},{"text":"a peculiar","number":"g4041"},{"text":"for","number":"g5228"}],"9":[{"text":"answering again","number":"g483"},{"text":"masters","number":"g1203"},{"text":"Exhort servants","number":"g1401"},{"text":"and to","number":"g1511"},{"text":"in","number":"g1722"},{"text":"please them well","number":"g2101"},{"text":"unto their own","number":"g2398"},{"text":"things not","number":"g3361"},{"text":"all","number":"g3956"},{"text":"to be obedient","number":"g5293"}],"1":[{"text":"But","number":"g1161"},{"text":"doctrine","number":"g1319"},{"text":"speak","number":"g2980"},{"text":"the things which","number":"g3739"},{"text":"become","number":"g4241"},{"text":"thou","number":"g4771"},{"text":"sound","number":"g5198"}],"3":[{"text":"false accusers","number":"g1228"},{"text":"given","number":"g1402"},{"text":"that they be in","number":"g1722"},{"text":"as becometh holiness","number":"g2412"},{"text":"teachers of good things","number":"g2567"},{"text":"behaviour","number":"g2688"},{"text":"not","number":"g3361"},{"text":"not","number":"g3361"},{"text":"wine","number":"g3631"},{"text":"to much","number":"g4183"},{"text":"The aged women","number":"g4247"},{"text":"likewise","number":"g5615"}],"13":[{"text":"the glorious","number":"g1391"},{"text":"hope","number":"g1680"},{"text":"appearing","number":"g2015"},{"text":"our","number":"g2257"},{"text":"God","number":"g2316"},{"text":"Jesus","number":"g2424"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"that blessed","number":"g3107"},{"text":"of the great","number":"g3173"},{"text":"Looking for","number":"g4327"},{"text":"Saviour","number":"g4990"},{"text":"Christ","number":"g5547"}],"4":[{"text":"to be","number":"g1511"},{"text":"That","number":"g2443"},{"text":"the young women","number":"g3501"},{"text":"sober","number":"g4994"},{"text":"they may teach","number":"g4994"},{"text":"to love their husbands","number":"g5362"},{"text":"to love their children","number":"g5388"}],"15":[{"text":"rebuke","number":"g1651"},{"text":"authority","number":"g2003"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"speak","number":"g2980"},{"text":"with","number":"g3326"},{"text":"no man","number":"g3367"},{"text":"exhort","number":"g3870"},{"text":"all","number":"g3956"},{"text":"Let","number":"g4065"},{"text":"despise","number":"g4065"},{"text":"thee","number":"g4675"},{"text":"These things","number":"g5023"}],"6":[{"text":"Young men","number":"g3501"},{"text":"exhort","number":"g3870"},{"text":"to be sober minded","number":"g4993"},{"text":"likewise","number":"g5615"}]}
@@ -0,0 +1 @@
1
+ {"1":[{"text":"good","number":"g18"},{"text":"to principalities","number":"g746"},{"text":"them","number":"g846"},{"text":"to be","number":"g1511"},{"text":"powers","number":"g1849"},{"text":"work","number":"g2041"},{"text":"ready","number":"g2092"},{"text":"and","number":"g2532"},{"text":"every","number":"g3956"},{"text":"to obey magistrates","number":"g3980"},{"text":"to","number":"g4314"},{"text":"Put","number":"g5279"},{"text":"in mind","number":"g5279"},{"text":"to be subject","number":"g5293"}],"5":[{"text":"of the Holy","number":"g40"},{"text":"but","number":"g235"},{"text":"renewing","number":"g342"},{"text":"his","number":"g848"},{"text":"by","number":"g1223"},{"text":"righteousness","number":"g1343"},{"text":"by","number":"g1537"},{"text":"mercy","number":"g1656"},{"text":"of","number":"g1722"},{"text":"works","number":"g2041"},{"text":"us","number":"g2248"},{"text":"we","number":"g2249"},{"text":"and","number":"g2532"},{"text":"according to","number":"g2596"},{"text":"the washing","number":"g3067"},{"text":"which","number":"g3739"},{"text":"Not","number":"g3756"},{"text":"of regeneration","number":"g3824"},{"text":"Ghost","number":"g4151"},{"text":"have done","number":"g4160"},{"text":"he saved","number":"g4982"}],"10":[{"text":"that is an heretick","number":"g141"},{"text":"A man","number":"g444"},{"text":"second","number":"g1208"},{"text":"and","number":"g2532"},{"text":"after","number":"g3326"},{"text":"the first","number":"g3391"},{"text":"admonition","number":"g3559"},{"text":"reject","number":"g3868"}],"7":[{"text":"of eternal","number":"g166"},{"text":"we should be made","number":"g1096"},{"text":"being justified by","number":"g1344"},{"text":"his","number":"g1565"},{"text":"the hope","number":"g1680"},{"text":"life","number":"g2222"},{"text":"That","number":"g2443"},{"text":"according to","number":"g2596"},{"text":"heirs","number":"g2818"},{"text":"grace","number":"g5485"}],"14":[{"text":"unfruitful","number":"g175"},{"text":"necessary","number":"g316"},{"text":"And","number":"g1161"},{"text":"for","number":"g1519"},{"text":"works","number":"g2041"},{"text":"ours","number":"g2251"},{"text":"also","number":"g2532"},{"text":"good","number":"g2570"},{"text":"learn","number":"g3129"},{"text":"let","number":"g3129"},{"text":"not","number":"g3363"},{"text":"that","number":"g3363"},{"text":"to maintain","number":"g4291"},{"text":"uses","number":"g5532"},{"text":"they be","number":"g5600"}],"3":[{"text":"one another","number":"g240"},{"text":"foolish","number":"g453"},{"text":"disobedient","number":"g545"},{"text":"For","number":"g1063"},{"text":"living","number":"g1236"},{"text":"serving","number":"g1398"},{"text":"in","number":"g1722"},{"text":"lusts","number":"g1939"},{"text":"pleasures","number":"g2237"},{"text":"we ourselves","number":"g2249"},{"text":"were","number":"g2258"},{"text":"also","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"malice","number":"g2549"},{"text":"and hating","number":"g3404"},{"text":"deceived","number":"g4105"},{"text":"divers","number":"g4164"},{"text":"sometimes","number":"g4218"},{"text":"hateful","number":"g4767"},{"text":"envy","number":"g5355"}],"11":[{"text":"sinneth","number":"g264"},{"text":"condemned of himself","number":"g843"},{"text":"Knowing","number":"g1492"},{"text":"is subverted","number":"g1612"},{"text":"and","number":"g2532"},{"text":"that","number":"g3754"},{"text":"he that is such","number":"g5108"},{"text":"being","number":"g5607"}],"2":[{"text":"no brawlers","number":"g269"},{"text":"men","number":"g444"},{"text":"To speak evil of","number":"g987"},{"text":"to be","number":"g1511"},{"text":"shewing","number":"g1731"},{"text":"but gentle","number":"g1933"},{"text":"no man","number":"g3367"},{"text":"all","number":"g3956"},{"text":"all","number":"g3956"},{"text":"meekness","number":"g4236"},{"text":"unto","number":"g4314"}],"15":[{"text":"Amen","number":"g281"},{"text":"from","number":"g575"},{"text":"Greet","number":"g782"},{"text":"salute","number":"g782"},{"text":"&lt&ltIt was written","number":"g1125"},{"text":"of the church","number":"g1577"},{"text":"me","number":"g1700"},{"text":"in","number":"g1722"},{"text":"bishop","number":"g1985"},{"text":"us","number":"g2248"},{"text":"of the Cretians","number":"g2912"},{"text":"of Macedonia","number":"g3109"},{"text":"be with","number":"g3326"},{"text":"that are with","number":"g3326"},{"text":"Nicopolis","number":"g3533"},{"text":"All","number":"g3956"},{"text":"all","number":"g3956"},{"text":"the faith","number":"g4102"},{"text":"to","number":"g4314"},{"text":"the first","number":"g4413"},{"text":"thee","number":"g4571"},{"text":"Titus","number":"g5103"},{"text":"you","number":"g5216"},{"text":"them that love","number":"g5368"},{"text":"Grace","number":"g5485"},{"text":"ordained","number":"g5500"}],"8":[{"text":"unto men","number":"g444"},{"text":"I will","number":"g1014"},{"text":"affirm constantly","number":"g1226"},{"text":"works","number":"g2041"},{"text":"are","number":"g2076"},{"text":"in God","number":"g2316"},{"text":"that","number":"g2443"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"good","number":"g2570"},{"text":"good","number":"g2570"},{"text":"saying","number":"g3056"},{"text":"these things","number":"g4012"},{"text":"they which have believed","number":"g4100"},{"text":"This is a faithful","number":"g4103"},{"text":"to maintain","number":"g4291"},{"text":"that thou","number":"g4571"},{"text":"These things","number":"g5023"},{"text":"might be careful","number":"g5431"},{"text":"profitable","number":"g5624"}],"9":[{"text":"unprofitable","number":"g512"},{"text":"for","number":"g1063"},{"text":"genealogies","number":"g1076"},{"text":"But","number":"g1161"},{"text":"they are","number":"g1526"},{"text":"contentions","number":"g2054"},{"text":"questions","number":"g2214"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"and","number":"g2532"},{"text":"vain","number":"g3152"},{"text":"strivings about","number":"g3163"},{"text":"foolish","number":"g3474"},{"text":"the law","number":"g3544"},{"text":"avoid","number":"g4026"}],"13":[{"text":"Apollos","number":"g625"},{"text":"unto them","number":"g846"},{"text":"Zenas","number":"g2211"},{"text":"that","number":"g2443"},{"text":"and","number":"g2532"},{"text":"be wanting","number":"g3007"},{"text":"nothing","number":"g3367"},{"text":"the lawyer","number":"g3544"},{"text":"Bring","number":"g4311"},{"text":"on their journey","number":"g4311"},{"text":"diligently","number":"g4709"}],"12":[{"text":"Artemas","number":"g734"},{"text":"for","number":"g1063"},{"text":"to","number":"g1519"},{"text":"there","number":"g1563"},{"text":"to come","number":"g2064"},{"text":"or","number":"g2228"},{"text":"I have determined","number":"g2919"},{"text":"me","number":"g3165"},{"text":"Nicopolis","number":"g3533"},{"text":"When","number":"g3752"},{"text":"to winter","number":"g3914"},{"text":"I shall send","number":"g3992"},{"text":"unto","number":"g4314"},{"text":"unto","number":"g4314"},{"text":"thee","number":"g4571"},{"text":"be diligent","number":"g4704"},{"text":"Tychicus","number":"g5190"}],"4":[{"text":"But","number":"g1161"},{"text":"appeared","number":"g2014"},{"text":"our","number":"g2257"},{"text":"of God","number":"g2316"},{"text":"and","number":"g2532"},{"text":"after","number":"g3753"},{"text":"Saviour","number":"g4990"},{"text":"love","number":"g5363"},{"text":"toward man","number":"g5363"},{"text":"that the kindness","number":"g5544"}],"6":[{"text":"through","number":"g1223"},{"text":"he shed","number":"g1632"},{"text":"on","number":"g1909"},{"text":"us","number":"g2248"},{"text":"our","number":"g2257"},{"text":"Jesus","number":"g2424"},{"text":"Which","number":"g3739"},{"text":"abundantly","number":"g4146"},{"text":"Saviour","number":"g4990"},{"text":"Christ","number":"g5547"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"Be ye not as your fathers","number":"h1"},{"text":"Thus saith","number":"h559"},{"text":"saying","number":"h559"},{"text":"ways","number":"h1870"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"doings","number":"h4611"},{"text":"unto me saith","number":"h5002"},{"text":"prophets","number":"h5030"},{"text":"of hosts","number":"h6635"},{"text":"have cried","number":"h7121"},{"text":"nor hearken","number":"h7181"},{"text":"unto whom the former","number":"h7223"},{"text":"and from your evil","number":"h7451"},{"text":"ye now from your evil","number":"h7451"},{"text":"Turn","number":"h7725"},{"text":"but they did not hear","number":"h8085"}],"5":[{"text":"Your fathers","number":"h1"},{"text":"do they live","number":"h2421"},{"text":"where are they and the prophets","number":"h5030"},{"text":"for ever","number":"h5769"}],"6":[{"text":"of your fathers","number":"h1"},{"text":"and said","number":"h559"},{"text":"But my words","number":"h1697"},{"text":"unto us according to our ways","number":"h1870"},{"text":"thought","number":"h2161"},{"text":"and my statutes","number":"h2706"},{"text":"Like as the LORD","number":"h3068"},{"text":"and according to our doings","number":"h4611"},{"text":"the prophets","number":"h5030"},{"text":"did they not take hold","number":"h5381"},{"text":"my servants","number":"h5650"},{"text":"so hath he dealt","number":"h6213"},{"text":"to do","number":"h6213"},{"text":"of hosts","number":"h6635"},{"text":"which I commanded","number":"h6680"},{"text":"and they returned","number":"h7725"}],"2":[{"text":"with your fathers","number":"h1"},{"text":"The LORD","number":"h3068"},{"text":"displeased","number":"h7107"},{"text":"hath been sore","number":"h7110"}],"9":[{"text":"I O my lord","number":"h113"},{"text":"Then said","number":"h559"},{"text":"with me said","number":"h559"},{"text":"that talked","number":"h1696"},{"text":"what are these And the angel","number":"h4397"},{"text":"unto me I will shew","number":"h7200"}],"8":[{"text":"him were there red","number":"h122"},{"text":"upon a red","number":"h122"},{"text":"and behind","number":"h310"},{"text":"and behold a man","number":"h376"},{"text":"among the myrtle trees","number":"h1918"},{"text":"and white","number":"h3836"},{"text":"by night","number":"h3915"},{"text":"that were in the bottom","number":"h4699"},{"text":"horse","number":"h5483"},{"text":"horses","number":"h5483"},{"text":"and he stood","number":"h5975"},{"text":"I saw","number":"h7200"},{"text":"riding","number":"h7392"},{"text":"speckled","number":"h8320"}],"10":[{"text":"And the man","number":"h376"},{"text":"and said","number":"h559"},{"text":"to and fro through the earth","number":"h776"},{"text":"among the myrtle trees","number":"h1918"},{"text":"to walk","number":"h1980"},{"text":"These are they whom the LORD","number":"h3068"},{"text":"that stood","number":"h5975"},{"text":"answered","number":"h6030"},{"text":"hath sent","number":"h7971"}],"21":[{"text":"no man","number":"h376"},{"text":"And he spake","number":"h559"},{"text":"Then said","number":"h559"},{"text":"saying","number":"h559"},{"text":"over the land","number":"h776"},{"text":"I What come","number":"h935"},{"text":"but these are come","number":"h935"},{"text":"of the Gentiles","number":"h1471"},{"text":"to scatter","number":"h2219"},{"text":"which have scattered","number":"h2219"},{"text":"to fray","number":"h2729"},{"text":"them to cast out","number":"h3034"},{"text":"Judah","number":"h3063"},{"text":"of Judah","number":"h3063"},{"text":"did lift up","number":"h5375"},{"text":"which lifted up","number":"h5375"},{"text":"these to do","number":"h6213"},{"text":"so that","number":"h6310"},{"text":"These are the horns","number":"h7161"},{"text":"the horns","number":"h7161"},{"text":"their horn","number":"h7161"},{"text":"his head","number":"h7218"}],"19":[{"text":"And I said","number":"h559"},{"text":"with me What be these And he answered","number":"h559"},{"text":"that talked","number":"h1696"},{"text":"which have scattered","number":"h2219"},{"text":"Judah","number":"h3063"},{"text":"and Jerusalem","number":"h3389"},{"text":"Israel","number":"h3478"},{"text":"unto the angel","number":"h4397"},{"text":"me These are the horns","number":"h7161"}],"3":[{"text":"Therefore say","number":"h559"},{"text":"thou unto them Thus saith","number":"h559"},{"text":"unto you saith","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"ye unto me saith","number":"h5002"},{"text":"of hosts","number":"h6635"},{"text":"of hosts","number":"h6635"},{"text":"of hosts","number":"h6635"},{"text":"Turn","number":"h7725"},{"text":"and I will turn","number":"h7725"}],"16":[{"text":"Therefore thus saith","number":"h559"},{"text":"my house","number":"h1004"},{"text":"shall be built","number":"h1129"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"to Jerusalem","number":"h3389"},{"text":"upon Jerusalem","number":"h3389"},{"text":"in it saith","number":"h5002"},{"text":"shall be stretched forth","number":"h5186"},{"text":"of hosts","number":"h6635"},{"text":"and a line","number":"h6957"},{"text":"with mercies","number":"h7356"},{"text":"I am returned","number":"h7725"}],"14":[{"text":"Thus saith","number":"h559"},{"text":"thou saying","number":"h559"},{"text":"with me said","number":"h559"},{"text":"with a great","number":"h1419"},{"text":"that communed","number":"h1696"},{"text":"the LORD","number":"h3068"},{"text":"for Jerusalem","number":"h3389"},{"text":"So the angel","number":"h4397"},{"text":"of hosts","number":"h6635"},{"text":"and for Zion","number":"h6726"},{"text":"I am jealous","number":"h7065"},{"text":"jealousy","number":"h7068"},{"text":"unto me Cry","number":"h7121"}],"17":[{"text":"Thus saith","number":"h559"},{"text":"yet saying","number":"h559"},{"text":"and shall yet choose","number":"h977"},{"text":"through prosperity","number":"h2896"},{"text":"and the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"Jerusalem","number":"h3389"},{"text":"shall yet comfort","number":"h5162"},{"text":"My cities","number":"h5892"},{"text":"shall yet be spread abroad","number":"h6327"},{"text":"of hosts","number":"h6635"},{"text":"Zion","number":"h6726"},{"text":"Cry","number":"h7121"}],"11":[{"text":"and said","number":"h559"},{"text":"and behold all the earth","number":"h776"},{"text":"through the earth","number":"h776"},{"text":"among the myrtle trees","number":"h1918"},{"text":"We have walked to and fro","number":"h1980"},{"text":"of the LORD","number":"h3068"},{"text":"sitteth still","number":"h3427"},{"text":"the angel","number":"h4397"},{"text":"that stood","number":"h5975"},{"text":"And they answered","number":"h6030"},{"text":"and is at rest","number":"h8252"}],"12":[{"text":"and said","number":"h559"},{"text":"against which thou hast had indignation","number":"h2194"},{"text":"of Judah","number":"h3063"},{"text":"O LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"on Jerusalem","number":"h3389"},{"text":"Then the angel","number":"h4397"},{"text":"and on the cities","number":"h5892"},{"text":"answered","number":"h6030"},{"text":"of hosts","number":"h6635"},{"text":"how long wilt thou not have mercy","number":"h7355"},{"text":"these threescore and ten","number":"h7657"},{"text":"years","number":"h8141"}],"1":[{"text":"saying","number":"h559"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Berechiah","number":"h1296"},{"text":"came the word","number":"h1697"},{"text":"of Darius","number":"h1867"},{"text":"unto Zechariah","number":"h2148"},{"text":"month","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"the prophet","number":"h5030"},{"text":"of Iddo","number":"h5714"},{"text":"In the eighth","number":"h8066"},{"text":"year","number":"h8141"},{"text":"in the second","number":"h8147"}],"7":[{"text":"saying","number":"h559"},{"text":"Upon the four","number":"h702"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Berechiah","number":"h1296"},{"text":"came the word","number":"h1697"},{"text":"of Darius","number":"h1867"},{"text":"unto Zechariah","number":"h2148"},{"text":"month","number":"h2320"},{"text":"which is the month","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"the prophet","number":"h5030"},{"text":"of Iddo","number":"h5714"},{"text":"and twentieth","number":"h6242"},{"text":"of the eleventh","number":"h6249"},{"text":"Sebat","number":"h7627"},{"text":"year","number":"h8141"},{"text":"in the second","number":"h8147"}],"18":[{"text":"and behold four","number":"h702"},{"text":"Then lifted I up","number":"h5375"},{"text":"mine eyes","number":"h5869"},{"text":"horns","number":"h7161"},{"text":"and saw","number":"h7200"}],"20":[{"text":"me four","number":"h702"},{"text":"carpenters","number":"h2796"},{"text":"And the LORD","number":"h3068"},{"text":"shewed","number":"h7200"}],"15":[{"text":"And I am very","number":"h1419"},{"text":"with the heathen","number":"h1471"},{"text":"for I was but a little","number":"h4592"},{"text":"and they helped","number":"h5826"},{"text":"displeased","number":"h7107"},{"text":"displeased","number":"h7107"},{"text":"sore","number":"h7110"},{"text":"forward the affliction","number":"h7451"},{"text":"that are at ease","number":"h7600"}],"13":[{"text":"that talked","number":"h1696"},{"text":"words","number":"h1697"},{"text":"words","number":"h1697"},{"text":"with me with good","number":"h2896"},{"text":"And the LORD","number":"h3068"},{"text":"the angel","number":"h4397"},{"text":"and comfortable","number":"h5150"},{"text":"answered","number":"h6030"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"vanity","number":"h205"},{"text":"and have told","number":"h1696"},{"text":"have spoken","number":"h1696"},{"text":"in vain","number":"h1892"},{"text":"have seen","number":"h2372"},{"text":"dreams","number":"h2472"},{"text":"they comfort","number":"h5162"},{"text":"therefore they went","number":"h5265"},{"text":"they were troubled","number":"h6031"},{"text":"their way as a flock","number":"h6629"},{"text":"and the diviners","number":"h7080"},{"text":"because there was no shepherd","number":"h7462"},{"text":"false","number":"h7723"},{"text":"a lie","number":"h8267"},{"text":"For the idols","number":"h8655"}],"1":[{"text":"to every one","number":"h376"},{"text":"them showers","number":"h1653"},{"text":"bright clouds","number":"h2385"},{"text":"so the LORD","number":"h3068"},{"text":"ye of the LORD","number":"h3068"},{"text":"of rain","number":"h4306"},{"text":"rain","number":"h4306"},{"text":"of the latter rain","number":"h4456"},{"text":"and give","number":"h5414"},{"text":"grass","number":"h6212"},{"text":"shall make","number":"h6213"},{"text":"in the time","number":"h6256"},{"text":"Ask","number":"h7592"},{"text":"in the field","number":"h7704"}],"6":[{"text":"their God","number":"h430"},{"text":"upon them and they shall be as though","number":"h834"},{"text":"the house","number":"h1004"},{"text":"the house","number":"h1004"},{"text":"And I will strengthen","number":"h1396"},{"text":"I had not cast them off","number":"h2186"},{"text":"of Judah","number":"h3063"},{"text":"for I am the LORD","number":"h3068"},{"text":"of Joseph","number":"h3130"},{"text":"and I will bring them again to place","number":"h3427"},{"text":"and I will save","number":"h3467"},{"text":"and will hear","number":"h6030"},{"text":"them for I have mercy","number":"h7355"}],"3":[{"text":"Mine anger","number":"h639"},{"text":"the house","number":"h1004"},{"text":"them as his goodly","number":"h1935"},{"text":"was kindled","number":"h2734"},{"text":"of Judah","number":"h3063"},{"text":"for the LORD","number":"h3068"},{"text":"in the battle","number":"h4421"},{"text":"horse","number":"h5483"},{"text":"his flock","number":"h5739"},{"text":"the goats","number":"h6260"},{"text":"and I punished","number":"h6485"},{"text":"hath visited","number":"h6485"},{"text":"of hosts","number":"h6635"},{"text":"against the shepherds","number":"h7462"},{"text":"and hath made","number":"h7760"}],"7":[{"text":"And they of Ephraim","number":"h669"},{"text":"yea their children","number":"h1121"},{"text":"shall be like a mighty","number":"h1368"},{"text":"shall rejoice","number":"h1523"},{"text":"in the LORD","number":"h3068"},{"text":"as through wine","number":"h3196"},{"text":"man and their heart","number":"h3820"},{"text":"their heart","number":"h3820"},{"text":"shall see","number":"h7200"},{"text":"it and be glad","number":"h8055"},{"text":"shall rejoice","number":"h8055"}],"10":[{"text":"also out of the land","number":"h776"},{"text":"them into the land","number":"h776"},{"text":"them out of Assyria","number":"h804"},{"text":"and I will bring","number":"h935"},{"text":"of Gilead","number":"h1568"},{"text":"and Lebanon","number":"h3844"},{"text":"and place shall not be found","number":"h4672"},{"text":"of Egypt","number":"h4714"},{"text":"and gather","number":"h6908"},{"text":"I will bring them again","number":"h7725"}],"11":[{"text":"of Assyria","number":"h804"},{"text":"and the pride","number":"h1347"},{"text":"the waves","number":"h1530"},{"text":"of the river","number":"h2975"},{"text":"shall dry up","number":"h3001"},{"text":"in the sea","number":"h3220"},{"text":"the sea","number":"h3220"},{"text":"shall be brought down","number":"h3381"},{"text":"and all the deeps","number":"h4688"},{"text":"of Egypt","number":"h4714"},{"text":"and shall smite","number":"h5221"},{"text":"shall depart away","number":"h5493"},{"text":"And he shall pass through","number":"h5674"},{"text":"with affliction","number":"h6869"},{"text":"and the sceptre","number":"h7626"}],"5":[{"text":"men which tread down","number":"h947"},{"text":"And they shall be as mighty","number":"h1368"},{"text":"of the streets","number":"h2351"},{"text":"their enemies in the mire","number":"h2916"},{"text":"shall be confounded","number":"h3001"},{"text":"because the LORD","number":"h3068"},{"text":"and they shall fight","number":"h3898"},{"text":"in the battle","number":"h4421"},{"text":"on horses","number":"h5483"},{"text":"is with them and the riders","number":"h7392"}],"9":[{"text":"with their children","number":"h1121"},{"text":"and they shall remember","number":"h2142"},{"text":"And I will sow","number":"h2232"},{"text":"and they shall live","number":"h2421"},{"text":"me in far countries","number":"h4801"},{"text":"them among the people","number":"h5971"},{"text":"and turn again","number":"h7725"}],"12":[{"text":"And I will strengthen","number":"h1396"},{"text":"and they shall walk up and down","number":"h1980"},{"text":"the LORD","number":"h3068"},{"text":"them in the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"in his name","number":"h8034"}],"4":[{"text":"together","number":"h3162"},{"text":"Out of him came forth","number":"h3318"},{"text":"out of him the nail","number":"h3489"},{"text":"out of him the battle","number":"h4421"},{"text":"out of him every oppressor","number":"h5065"},{"text":"the corner","number":"h6438"},{"text":"bow","number":"h7198"}],"8":[{"text":"them for I have redeemed","number":"h6299"},{"text":"for them and gather","number":"h6908"},{"text":"as they have increased","number":"h7235"},{"text":"them and they shall increase","number":"h7235"},{"text":"I will hiss","number":"h8319"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"because the mighty","number":"h117"},{"text":"O ye oaks","number":"h437"},{"text":"for the cedar","number":"h730"},{"text":"of the vintage","number":"h1208"},{"text":"fir tree","number":"h1265"},{"text":"of Bashan","number":"h1316"},{"text":"Howl","number":"h3213"},{"text":"howl","number":"h3213"},{"text":"for the forest","number":"h3293"},{"text":"is come down","number":"h3381"},{"text":"is fallen","number":"h5307"},{"text":"are spoiled","number":"h7703"}],"6":[{"text":"the men","number":"h120"},{"text":"every one","number":"h376"},{"text":"of the land","number":"h776"},{"text":"the land","number":"h776"},{"text":"For I will no more pity","number":"h2550"},{"text":"and into the hand","number":"h3027"},{"text":"and out of their hand","number":"h3027"},{"text":"hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"the inhabitants","number":"h3427"},{"text":"and they shall smite","number":"h3807"},{"text":"of his king","number":"h4428"},{"text":"but lo I will deliver","number":"h4672"},{"text":"saith","number":"h5002"},{"text":"I will not deliver","number":"h5337"},{"text":"into his neighbour's","number":"h7453"}],"13":[{"text":"a goodly","number":"h145"},{"text":"said","number":"h559"},{"text":"in the house","number":"h1004"},{"text":"And the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"it unto the potter","number":"h3335"},{"text":"them to the potter","number":"h3335"},{"text":"that I was prised","number":"h3365"},{"text":"price","number":"h3366"},{"text":"pieces of silver","number":"h3701"},{"text":"at of them And I took","number":"h3947"},{"text":"the thirty","number":"h7970"},{"text":"and cast","number":"h7993"},{"text":"unto me Cast","number":"h7993"}],"3":[{"text":"for their glory","number":"h155"},{"text":"for the pride","number":"h1347"},{"text":"of the howling","number":"h3215"},{"text":"of Jordan","number":"h3383"},{"text":"of young lions","number":"h3715"},{"text":"There is a voice","number":"h6963"},{"text":"a voice","number":"h6963"},{"text":"of the shepherds","number":"h7462"},{"text":"of the roaring","number":"h7581"},{"text":"is spoiled","number":"h7703"},{"text":"is spoiled","number":"h7703"}],"15":[{"text":"of a foolish","number":"h196"},{"text":"said","number":"h559"},{"text":"And the LORD","number":"h3068"},{"text":"unto thee yet the instruments","number":"h3627"},{"text":"unto me Take","number":"h3947"},{"text":"shepherd","number":"h7462"}],"7":[{"text":"and the other","number":"h259"},{"text":"the one","number":"h259"},{"text":"of slaughter","number":"h2028"},{"text":"Bands","number":"h2254"},{"text":"even you","number":"h3651"},{"text":"And I took","number":"h3947"},{"text":"staves","number":"h4731"},{"text":"Beauty","number":"h5278"},{"text":"O poor","number":"h6041"},{"text":"of the flock","number":"h6629"},{"text":"the flock","number":"h6629"},{"text":"the flock","number":"h6629"},{"text":"I called","number":"h7121"},{"text":"I called","number":"h7121"},{"text":"And I will feed","number":"h7462"},{"text":"and I fed","number":"h7462"},{"text":"unto me two","number":"h8147"}],"8":[{"text":"in one","number":"h259"},{"text":"also abhorred","number":"h973"},{"text":"month","number":"h3391"},{"text":"also I cut off","number":"h3582"},{"text":"and my soul","number":"h5315"},{"text":"them and their soul","number":"h5315"},{"text":"lothed","number":"h7114"},{"text":"shepherds","number":"h7462"},{"text":"Three","number":"h7969"}],"14":[{"text":"the brotherhood","number":"h264"},{"text":"Then I cut asunder","number":"h1438"},{"text":"even Bands","number":"h2254"},{"text":"between Judah","number":"h3063"},{"text":"and Israel","number":"h3478"},{"text":"staff","number":"h4731"},{"text":"that I might break","number":"h6565"},{"text":"mine other","number":"h8145"}],"9":[{"text":"eat","number":"h398"},{"text":"Then said","number":"h559"},{"text":"every one","number":"h802"},{"text":"the flesh","number":"h1320"},{"text":"and that that is to be cut off","number":"h3582"},{"text":"let it be cut off","number":"h3582"},{"text":"let it die","number":"h4191"},{"text":"you that that dieth","number":"h4191"},{"text":"I I will not feed","number":"h7462"},{"text":"of another","number":"h7468"},{"text":"and let the rest","number":"h7604"}],"1":[{"text":"may devour","number":"h398"},{"text":"thy cedars","number":"h730"},{"text":"that the fire","number":"h784"},{"text":"thy doors","number":"h1817"},{"text":"O Lebanon","number":"h3844"},{"text":"Open","number":"h6605"}],"16":[{"text":"still but he shall eat","number":"h398"},{"text":"in the land","number":"h776"},{"text":"neither shall seek","number":"h1245"},{"text":"of the fat","number":"h1277"},{"text":"the flesh","number":"h1320"},{"text":"nor feed","number":"h3557"},{"text":"those that be cut off","number":"h3582"},{"text":"the young one","number":"h5289"},{"text":"that that standeth","number":"h5324"},{"text":"which shall not visit","number":"h6485"},{"text":"their claws","number":"h6541"},{"text":"and tear","number":"h6561"},{"text":"in pieces","number":"h6561"},{"text":"For lo I will raise up","number":"h6965"},{"text":"a shepherd","number":"h7462"},{"text":"nor heal","number":"h7495"},{"text":"that that is broken","number":"h7665"}],"4":[{"text":"my God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"of the slaughter","number":"h2028"},{"text":"the LORD","number":"h3068"},{"text":"the flock","number":"h6629"},{"text":"Feed","number":"h7462"}],"17":[{"text":"to the idol","number":"h457"},{"text":"Woe","number":"h1945"},{"text":"his arm","number":"h2220"},{"text":"shall be upon his arm","number":"h2220"},{"text":"the sword","number":"h2719"},{"text":"dried up","number":"h3001"},{"text":"shall be clean","number":"h3001"},{"text":"and his right","number":"h3225"},{"text":"and upon his right","number":"h3225"},{"text":"darkened","number":"h3543"},{"text":"shall be utterly","number":"h3543"},{"text":"that leaveth","number":"h5800"},{"text":"eye","number":"h5869"},{"text":"eye","number":"h5869"},{"text":"the flock","number":"h6629"},{"text":"shepherd","number":"h7473"}],"12":[{"text":"And I said","number":"h559"},{"text":"and if not forbear","number":"h2308"},{"text":"good","number":"h2896"},{"text":"give","number":"h3051"},{"text":"pieces of silver","number":"h3701"},{"text":"unto them If ye think","number":"h5869"},{"text":"for my price","number":"h7939"},{"text":"me my price","number":"h7939"},{"text":"thirty","number":"h7970"},{"text":"So they weighed","number":"h8254"}],"5":[{"text":"them say","number":"h559"},{"text":"them and hold themselves not guilty","number":"h816"},{"text":"Blessed","number":"h1288"},{"text":"slay","number":"h2026"},{"text":"pity","number":"h2550"},{"text":"be the LORD","number":"h3068"},{"text":"and they that sell","number":"h4376"},{"text":"for I am rich","number":"h6238"},{"text":"Whose possessors","number":"h7069"},{"text":"and their own shepherds","number":"h7462"}],"10":[{"text":"my covenant","number":"h1285"},{"text":"and cut it asunder","number":"h1438"},{"text":"which I had made","number":"h3772"},{"text":"And I took","number":"h3947"},{"text":"my staff","number":"h4731"},{"text":"even Beauty","number":"h5278"},{"text":"with all the people","number":"h5971"},{"text":"that I might break","number":"h6565"}],"11":[{"text":"that it was the word","number":"h1697"},{"text":"upon me knew","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"in that day","number":"h3117"},{"text":"and so the poor","number":"h6041"},{"text":"And it was broken","number":"h6565"},{"text":"of the flock","number":"h6629"},{"text":"that waited","number":"h8104"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"stone","number":"h68"},{"text":"be gathered together","number":"h622"},{"text":"of the earth","number":"h776"},{"text":"though all the people","number":"h1471"},{"text":"And in that day","number":"h3117"},{"text":"Jerusalem","number":"h3389"},{"text":"a burdensome","number":"h4614"},{"text":"for all people","number":"h5971"},{"text":"all that burden","number":"h6006"},{"text":"will I make","number":"h7760"},{"text":"themselves with it shall be cut in pieces","number":"h8295"}],"1":[{"text":"of man","number":"h120"},{"text":"of the earth","number":"h776"},{"text":"of the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and layeth the foundation","number":"h3245"},{"text":"and formeth","number":"h3335"},{"text":"for Israel","number":"h3478"},{"text":"The burden","number":"h4853"},{"text":"saith","number":"h5002"},{"text":"which stretcheth","number":"h5186"},{"text":"within","number":"h7130"},{"text":"the spirit","number":"h7307"},{"text":"forth the heavens","number":"h8064"}],"7":[{"text":"the tents","number":"h168"},{"text":"of the house","number":"h1004"},{"text":"do not magnify","number":"h1431"},{"text":"of David","number":"h1732"},{"text":"of Judah","number":"h3063"},{"text":"themselves against Judah","number":"h3063"},{"text":"The LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"of the inhabitants","number":"h3427"},{"text":"also shall save","number":"h3467"},{"text":"first","number":"h7223"},{"text":"and the glory","number":"h8597"},{"text":"that the glory","number":"h8597"}],"6":[{"text":"and they shall devour","number":"h398"},{"text":"the governors","number":"h441"},{"text":"of fire","number":"h784"},{"text":"of fire","number":"h784"},{"text":"of Judah","number":"h3063"},{"text":"In that day","number":"h3117"},{"text":"on the right hand","number":"h3225"},{"text":"again in her own place even in Jerusalem","number":"h3389"},{"text":"and Jerusalem","number":"h3389"},{"text":"shall be inhabited","number":"h3427"},{"text":"like an hearth","number":"h3595"},{"text":"and like a torch","number":"h3940"},{"text":"round about","number":"h5439"},{"text":"all the people","number":"h5971"},{"text":"in a sheaf","number":"h5995"},{"text":"among the wood","number":"h6086"},{"text":"will I make","number":"h7760"},{"text":"and on the left","number":"h8040"}],"8":[{"text":"shall be as God","number":"h430"},{"text":"and the house","number":"h1004"},{"text":"defend","number":"h1598"},{"text":"of David","number":"h1732"},{"text":"shall be as David","number":"h1732"},{"text":"of the LORD","number":"h3068"},{"text":"shall the LORD","number":"h3068"},{"text":"In that day","number":"h3117"},{"text":"among them at that day","number":"h3117"},{"text":"of Jerusalem","number":"h3389"},{"text":"the inhabitants","number":"h3427"},{"text":"and he that is feeble","number":"h3782"},{"text":"as the angel","number":"h4397"},{"text":"before","number":"h6440"}],"5":[{"text":"their God","number":"h430"},{"text":"And the governors","number":"h441"},{"text":"shall be my strength","number":"h556"},{"text":"shall say","number":"h559"},{"text":"of Judah","number":"h3063"},{"text":"in the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"The inhabitants","number":"h3427"},{"text":"in their heart","number":"h3820"},{"text":"of hosts","number":"h6635"}],"12":[{"text":"And the land","number":"h776"},{"text":"apart and their wives","number":"h802"},{"text":"apart and their wives","number":"h802"},{"text":"apart","number":"h905"},{"text":"of the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"of David","number":"h1732"},{"text":"apart the family","number":"h4940"},{"text":"every family","number":"h4940"},{"text":"the family","number":"h4940"},{"text":"of Nathan","number":"h5416"},{"text":"shall mourn","number":"h5594"}],"13":[{"text":"apart and their wives","number":"h802"},{"text":"apart and their wives","number":"h802"},{"text":"of the house","number":"h1004"},{"text":"of Levi","number":"h3878"},{"text":"The family","number":"h4940"},{"text":"apart the family","number":"h4940"},{"text":"of Shimei","number":"h8097"}],"14":[{"text":"apart and their wives","number":"h802"},{"text":"All the families","number":"h4940"},{"text":"every family","number":"h4940"},{"text":"that remain","number":"h7604"}],"9":[{"text":"that come","number":"h935"},{"text":"that I will seek","number":"h1245"},{"text":"all the nations","number":"h1471"},{"text":"And it shall come to pass in that day","number":"h3117"},{"text":"against Jerusalem","number":"h3389"},{"text":"to destroy","number":"h8045"}],"10":[{"text":"upon the house","number":"h1004"},{"text":"for his firstborn","number":"h1060"},{"text":"of David","number":"h1732"},{"text":"upon me whom they have pierced","number":"h1856"},{"text":"of grace","number":"h2580"},{"text":"for his only","number":"h3173"},{"text":"of Jerusalem","number":"h3389"},{"text":"and upon the inhabitants","number":"h3427"},{"text":"and they shall mourn","number":"h4553"},{"text":"for him as one that is in bitterness","number":"h4843"},{"text":"son and shall be in bitterness","number":"h4843"},{"text":"and they shall look","number":"h5027"},{"text":"for him as one mourneth","number":"h5594"},{"text":"the spirit","number":"h7307"},{"text":"And I will pour","number":"h8210"},{"text":"and of supplications","number":"h8469"}],"4":[{"text":"upon the house","number":"h1004"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"In that day","number":"h3117"},{"text":"saith","number":"h5002"},{"text":"I will smite","number":"h5221"},{"text":"and will smite","number":"h5221"},{"text":"every horse","number":"h5483"},{"text":"every horse","number":"h5483"},{"text":"with blindness","number":"h5788"},{"text":"mine eyes","number":"h5869"},{"text":"of the people","number":"h5971"},{"text":"and I will open","number":"h6491"},{"text":"and his rider","number":"h7392"},{"text":"with madness","number":"h7697"},{"text":"with astonishment","number":"h8541"}],"11":[{"text":"in the valley","number":"h1237"},{"text":"shall there be a great","number":"h1431"},{"text":"of Hadadrimmon","number":"h1910"},{"text":"In that day","number":"h3117"},{"text":"in Jerusalem","number":"h3389"},{"text":"of Megiddon","number":"h4023"},{"text":"as the mourning","number":"h4553"},{"text":"mourning","number":"h4553"}],"2":[{"text":"both against Judah","number":"h3063"},{"text":"Jerusalem","number":"h3389"},{"text":"and against Jerusalem","number":"h3389"},{"text":"when they shall be in the siege","number":"h4692"},{"text":"round about","number":"h5439"},{"text":"a cup","number":"h5592"},{"text":"unto all the people","number":"h5971"},{"text":"of trembling","number":"h7478"},{"text":"Behold I will make","number":"h7760"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"and his father","number":"h1"},{"text":"then his father","number":"h1"},{"text":"And it shall come to pass that when any","number":"h376"},{"text":"and his mother","number":"h517"},{"text":"and his mother","number":"h517"},{"text":"him shall say","number":"h559"},{"text":"for thou speakest","number":"h1696"},{"text":"him shall thrust","number":"h1856"},{"text":"unto him Thou shalt not live","number":"h2421"},{"text":"of the LORD","number":"h3068"},{"text":"that begat","number":"h3205"},{"text":"that begat","number":"h3205"},{"text":"him through when he prophesieth","number":"h5012"},{"text":"shall yet prophesy","number":"h5012"},{"text":"in the name","number":"h8034"},{"text":"lies","number":"h8267"}],"5":[{"text":"for man","number":"h120"},{"text":"I am an husbandman","number":"h376"},{"text":"But he shall say","number":"h559"},{"text":"I am no prophet","number":"h5030"},{"text":"from my youth","number":"h5271"},{"text":"taught me to keep cattle","number":"h7069"}],"4":[{"text":"garment","number":"h155"},{"text":"every one","number":"h376"},{"text":"shall be ashamed","number":"h954"},{"text":"of his vision","number":"h2384"},{"text":"And it shall come to pass in that day","number":"h3117"},{"text":"to deceive","number":"h3584"},{"text":"neither shall they wear","number":"h3847"},{"text":"when he hath prophesied","number":"h5012"},{"text":"that the prophets","number":"h5030"},{"text":"a rough","number":"h8181"}],"6":[{"text":"of my friends","number":"h157"},{"text":"And one shall say","number":"h559"},{"text":"Then he shall answer","number":"h559"},{"text":"in the house","number":"h1004"},{"text":"in thine hands","number":"h3027"},{"text":"unto him What are these wounds","number":"h4347"},{"text":"Those with which I was wounded","number":"h5221"}],"9":[{"text":"is my God","number":"h430"},{"text":"and they shall say","number":"h559"},{"text":"them I will say","number":"h559"},{"text":"through the fire","number":"h784"},{"text":"And I will bring","number":"h935"},{"text":"and will try","number":"h974"},{"text":"is tried","number":"h974"},{"text":"them as gold","number":"h2091"},{"text":"The LORD","number":"h3068"},{"text":"them as silver","number":"h3701"},{"text":"It is my people","number":"h5971"},{"text":"and I will hear","number":"h6030"},{"text":"and will refine","number":"h6884"},{"text":"is refined","number":"h6884"},{"text":"they shall call","number":"h7121"},{"text":"the third part","number":"h7992"},{"text":"on my name","number":"h8034"}],"8":[{"text":"And it shall come to pass that in all the land","number":"h776"},{"text":"and die","number":"h1478"},{"text":"the LORD","number":"h3068"},{"text":"shall be left","number":"h3498"},{"text":"therein shall be cut off","number":"h3772"},{"text":"saith","number":"h5002"},{"text":"parts","number":"h6310"},{"text":"but the third","number":"h7992"},{"text":"two","number":"h8147"}],"2":[{"text":"out of the land","number":"h776"},{"text":"out of the land","number":"h776"},{"text":"and they shall no more be remembered","number":"h2142"},{"text":"and the unclean","number":"h2932"},{"text":"the LORD","number":"h3068"},{"text":"And it shall come to pass in that day","number":"h3117"},{"text":"that I will cut off","number":"h3772"},{"text":"saith","number":"h5002"},{"text":"and also I will cause the prophets","number":"h5030"},{"text":"to pass","number":"h5674"},{"text":"of the idols","number":"h6091"},{"text":"of hosts","number":"h6635"},{"text":"spirit","number":"h7307"},{"text":"the names","number":"h8034"}],"1":[{"text":"to the house","number":"h1004"},{"text":"of David","number":"h1732"},{"text":"for sin","number":"h2403"},{"text":"In that day","number":"h3117"},{"text":"of Jerusalem","number":"h3389"},{"text":"and to the inhabitants","number":"h3427"},{"text":"there shall be a fountain","number":"h4726"},{"text":"and for uncleanness","number":"h5079"},{"text":"opened","number":"h6605"}],"7":[{"text":"and against the man","number":"h1397"},{"text":"O sword","number":"h2719"},{"text":"mine hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"smite","number":"h5221"},{"text":"Awake","number":"h5782"},{"text":"that is my fellow","number":"h5997"},{"text":"shall be scattered","number":"h6327"},{"text":"and the sheep","number":"h6629"},{"text":"of hosts","number":"h6635"},{"text":"upon the little ones","number":"h6819"},{"text":"against my shepherd","number":"h7462"},{"text":"the shepherd","number":"h7462"},{"text":"and I will turn","number":"h7725"}]}