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
+ {"29":[{"text":"the Lord","number":"h136"},{"text":"This is the land","number":"h776"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"and these are their portions","number":"h4256"},{"text":"saith","number":"h5002"},{"text":"for inheritance","number":"h5159"},{"text":"which ye shall divide","number":"h5307"},{"text":"by lot unto the tribes","number":"h7626"}],"1":[{"text":"a","number":"h259"},{"text":"as one goeth","number":"h935"},{"text":"the border","number":"h1366"},{"text":"of Damascus","number":"h1834"},{"text":"portion for Dan","number":"h1835"},{"text":"of the way","number":"h1870"},{"text":"of Hamath","number":"h2574"},{"text":"to Hamath","number":"h2574"},{"text":"Hazarenan","number":"h2704"},{"text":"of Hethlon","number":"h2855"},{"text":"to the coast","number":"h3027"},{"text":"to the coast","number":"h3027"},{"text":"and west","number":"h3220"},{"text":"for these are his sides","number":"h6285"},{"text":"From the north","number":"h6828"},{"text":"northward","number":"h6828"},{"text":"east","number":"h6921"},{"text":"end","number":"h7097"},{"text":"of the tribes","number":"h7626"},{"text":"Now these are the names","number":"h8034"}],"2":[{"text":"a","number":"h259"},{"text":"portion for Asher","number":"h836"},{"text":"And by the border","number":"h1366"},{"text":"of Dan","number":"h1835"},{"text":"unto the west","number":"h3220"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"from the east","number":"h6921"}],"25":[{"text":"a","number":"h259"},{"text":"And by the border","number":"h1366"},{"text":"unto the west","number":"h3220"},{"text":"Issachar","number":"h3485"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"from the east","number":"h6921"},{"text":"of Simeon","number":"h8095"}],"26":[{"text":"a","number":"h259"},{"text":"And by the border","number":"h1366"},{"text":"Zebulun","number":"h2074"},{"text":"unto the west","number":"h3220"},{"text":"of Issachar","number":"h3485"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"from the east","number":"h6921"}],"27":[{"text":"a","number":"h259"},{"text":"And by the border","number":"h1366"},{"text":"Gad","number":"h1410"},{"text":"of Zebulun","number":"h2074"},{"text":"unto the west","number":"h3220"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"from the east","number":"h6921"}],"3":[{"text":"a","number":"h259"},{"text":"of Asher","number":"h836"},{"text":"And by the border","number":"h1366"},{"text":"even unto the west","number":"h3220"},{"text":"portion for Naphtali","number":"h5321"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"from the east","number":"h6921"}],"4":[{"text":"a","number":"h259"},{"text":"And by the border","number":"h1366"},{"text":"unto the west","number":"h3220"},{"text":"portion for Manasseh","number":"h4519"},{"text":"of Naphtali","number":"h5321"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"from the east","number":"h6921"}],"5":[{"text":"a","number":"h259"},{"text":"portion for Ephraim","number":"h669"},{"text":"And by the border","number":"h1366"},{"text":"unto the west","number":"h3220"},{"text":"of Manasseh","number":"h4519"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"from the east","number":"h6921"}],"6":[{"text":"a","number":"h259"},{"text":"of Ephraim","number":"h669"},{"text":"And by the border","number":"h1366"},{"text":"even unto the west","number":"h3220"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"from the east","number":"h6921"},{"text":"portion for Reuben","number":"h7205"}],"7":[{"text":"a","number":"h259"},{"text":"And by the border","number":"h1366"},{"text":"portion for Judah","number":"h3063"},{"text":"unto the west","number":"h3220"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"from the east","number":"h6921"},{"text":"of Reuben","number":"h7205"}],"32":[{"text":"and one","number":"h259"},{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"thousand","number":"h505"},{"text":"four","number":"h702"},{"text":"of Benjamin","number":"h1144"},{"text":"of Dan","number":"h1835"},{"text":"and five","number":"h2568"},{"text":"of Joseph","number":"h3130"},{"text":"hundred","number":"h3967"},{"text":"side","number":"h6285"},{"text":"And at the east","number":"h6921"},{"text":"and three","number":"h7969"},{"text":"gate","number":"h8179"},{"text":"gate","number":"h8179"},{"text":"gate","number":"h8179"},{"text":"gates","number":"h8179"}],"8":[{"text":"as one","number":"h259"},{"text":"thousand","number":"h505"},{"text":"and in length","number":"h753"},{"text":"And by the border","number":"h1366"},{"text":"of the other parts","number":"h2506"},{"text":"of five","number":"h2568"},{"text":"of Judah","number":"h3063"},{"text":"unto the west","number":"h3220"},{"text":"unto the west","number":"h3220"},{"text":"and the sanctuary","number":"h4720"},{"text":"and twenty","number":"h6242"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"from the east","number":"h6921"},{"text":"from the east","number":"h6921"},{"text":"which ye shall offer","number":"h7311"},{"text":"reeds in breadth","number":"h7341"},{"text":"shall be in the midst","number":"h8432"},{"text":"shall be the offering","number":"h8641"}],"31":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"of Judah","number":"h3063"},{"text":"of Israel","number":"h3478"},{"text":"of Levi","number":"h3878"},{"text":"of the city","number":"h5892"},{"text":"northward","number":"h6828"},{"text":"of Reuben","number":"h7205"},{"text":"of the tribes","number":"h7626"},{"text":"three","number":"h7969"},{"text":"shall be after the names","number":"h8034"},{"text":"And the gates","number":"h8179"},{"text":"gate","number":"h8179"},{"text":"gate","number":"h8179"},{"text":"gate","number":"h8179"},{"text":"gates","number":"h8179"}],"33":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"thousand","number":"h505"},{"text":"four","number":"h702"},{"text":"of Zebulun","number":"h2074"},{"text":"and five","number":"h2568"},{"text":"of Issachar","number":"h3485"},{"text":"hundred","number":"h3967"},{"text":"measures","number":"h4060"},{"text":"And at the south","number":"h5045"},{"text":"side","number":"h6285"},{"text":"and three","number":"h7969"},{"text":"of Simeon","number":"h8095"},{"text":"gate","number":"h8179"},{"text":"gate","number":"h8179"},{"text":"gate","number":"h8179"},{"text":"gates","number":"h8179"}],"34":[{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"one","number":"h259"},{"text":"thousand","number":"h505"},{"text":"four","number":"h702"},{"text":"of Asher","number":"h836"},{"text":"of Gad","number":"h1410"},{"text":"and five","number":"h2568"},{"text":"At the west","number":"h3220"},{"text":"hundred","number":"h3967"},{"text":"of Naphtali","number":"h5321"},{"text":"side","number":"h6285"},{"text":"with their three","number":"h7969"},{"text":"gate","number":"h8179"},{"text":"gate","number":"h8179"},{"text":"gate","number":"h8179"},{"text":"gates","number":"h8179"}],"23":[{"text":"shall have a","number":"h259"},{"text":"Benjamin","number":"h1144"},{"text":"unto the west","number":"h3220"},{"text":"As for the rest","number":"h3499"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"from the east","number":"h6921"},{"text":"of the tribes","number":"h7626"}],"24":[{"text":"shall have a","number":"h259"},{"text":"of Benjamin","number":"h1144"},{"text":"And by the border","number":"h1366"},{"text":"unto the west","number":"h3220"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"from the east","number":"h6921"},{"text":"Simeon","number":"h8095"}],"22":[{"text":"Moreover from the possession","number":"h272"},{"text":"and from the possession","number":"h272"},{"text":"of Benjamin","number":"h1144"},{"text":"and the border","number":"h1366"},{"text":"between the border","number":"h1366"},{"text":"of Judah","number":"h3063"},{"text":"of the Levites","number":"h3881"},{"text":"of that which is the prince's","number":"h5387"},{"text":"shall be for the prince","number":"h5387"},{"text":"of the city","number":"h5892"},{"text":"being in the midst","number":"h8432"}],"21":[{"text":"and of the possession","number":"h272"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"of the house","number":"h1004"},{"text":"border","number":"h1366"},{"text":"border","number":"h1366"},{"text":"the portions","number":"h2506"},{"text":"the five","number":"h2568"},{"text":"the five","number":"h2568"},{"text":"and westward","number":"h3220"},{"text":"toward the west","number":"h3220"},{"text":"And the residue","number":"h3498"},{"text":"and the sanctuary","number":"h4720"},{"text":"for the prince","number":"h5387"},{"text":"shall be for the prince","number":"h5387"},{"text":"of the city","number":"h5892"},{"text":"over against","number":"h5980"},{"text":"and twenty","number":"h6242"},{"text":"and twenty","number":"h6242"},{"text":"over against","number":"h6440"},{"text":"over against","number":"h6440"},{"text":"toward the east","number":"h6921"},{"text":"and it shall be the holy","number":"h6944"},{"text":"on the one side and on the other of the holy","number":"h6944"},{"text":"shall be in the midst","number":"h8432"},{"text":"oblation","number":"h8641"},{"text":"oblation","number":"h8641"},{"text":"of the oblation","number":"h8641"}],"20":[{"text":"with the possession","number":"h272"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"by five","number":"h2568"},{"text":"shall be five","number":"h2568"},{"text":"of the city","number":"h5892"},{"text":"and twenty","number":"h6242"},{"text":"and twenty","number":"h6242"},{"text":"the holy","number":"h6944"},{"text":"foursquare","number":"h7243"},{"text":"ye shall offer","number":"h7311"},{"text":"All the oblation","number":"h8641"},{"text":"oblation","number":"h8641"}],"10":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"in length","number":"h753"},{"text":"five","number":"h2568"},{"text":"five","number":"h2568"},{"text":"of the LORD","number":"h3068"},{"text":"in length and toward the west","number":"h3220"},{"text":"And for them even for the priests","number":"h3548"},{"text":"and the sanctuary","number":"h4720"},{"text":"and toward the south","number":"h5045"},{"text":"ten","number":"h6235"},{"text":"ten","number":"h6235"},{"text":"and twenty","number":"h6242"},{"text":"and twenty","number":"h6242"},{"text":"toward the north","number":"h6828"},{"text":"and toward the east","number":"h6921"},{"text":"shall be this holy","number":"h6944"},{"text":"in breadth","number":"h7341"},{"text":"in breadth","number":"h7341"},{"text":"shall be in the midst","number":"h8432"},{"text":"oblation","number":"h8641"}],"13":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"all the length","number":"h753"},{"text":"in length","number":"h753"},{"text":"the border","number":"h1366"},{"text":"shall be five","number":"h2568"},{"text":"shall have five","number":"h2568"},{"text":"of the priests","number":"h3548"},{"text":"the Levites","number":"h3881"},{"text":"And over against","number":"h5980"},{"text":"and ten","number":"h6235"},{"text":"ten","number":"h6235"},{"text":"and twenty","number":"h6242"},{"text":"and twenty","number":"h6242"},{"text":"and the breadth","number":"h7341"},{"text":"in breadth","number":"h7341"}],"15":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"shall be a profane","number":"h2455"},{"text":"And the five","number":"h2568"},{"text":"the five","number":"h2568"},{"text":"that are left","number":"h3498"},{"text":"and for suburbs","number":"h4054"},{"text":"for dwelling","number":"h4186"},{"text":"and the city","number":"h5892"},{"text":"place for the city","number":"h5892"},{"text":"and twenty","number":"h6242"},{"text":"over against","number":"h6440"},{"text":"in the breadth","number":"h7341"},{"text":"shall be in the midst","number":"h8432"}],"16":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"four","number":"h702"},{"text":"four","number":"h702"},{"text":"four","number":"h702"},{"text":"four","number":"h702"},{"text":"and five","number":"h2568"},{"text":"and five","number":"h2568"},{"text":"and five","number":"h2568"},{"text":"and five","number":"h2568"},{"text":"and the west","number":"h3220"},{"text":"hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"And these shall be the measures","number":"h4060"},{"text":"and the south","number":"h5045"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"side","number":"h6285"},{"text":"thereof the north","number":"h6828"},{"text":"and on the east","number":"h6921"}],"18":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"in length","number":"h753"},{"text":"westward","number":"h3220"},{"text":"And the residue","number":"h3498"},{"text":"thereof shall be for food","number":"h3899"},{"text":"unto them that serve","number":"h5647"},{"text":"the city","number":"h5892"},{"text":"and it shall be over against","number":"h5980"},{"text":"over against","number":"h5980"},{"text":"and ten","number":"h6235"},{"text":"portion shall be ten","number":"h6235"},{"text":"eastward","number":"h6921"},{"text":"of the holy","number":"h6944"},{"text":"of the holy","number":"h6944"},{"text":"portion and the increase","number":"h8393"},{"text":"the oblation","number":"h8641"},{"text":"the oblation","number":"h8641"}],"30":[{"text":"thousand","number":"h505"},{"text":"four","number":"h702"},{"text":"and five","number":"h2568"},{"text":"hundred","number":"h3967"},{"text":"measures","number":"h4060"},{"text":"of the city","number":"h5892"},{"text":"side","number":"h6285"},{"text":"on the north","number":"h6828"},{"text":"And these are the goings out","number":"h8444"}],"35":[{"text":"thousand","number":"h505"},{"text":"shall be The LORD is there","number":"h3074"},{"text":"from that day","number":"h3117"},{"text":"It was round about","number":"h5439"},{"text":"of the city","number":"h5892"},{"text":"measures and the name","number":"h8034"},{"text":"eighteen","number":"h8083"}],"9":[{"text":"thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"in length","number":"h753"},{"text":"shall be of five","number":"h2568"},{"text":"unto the LORD","number":"h3068"},{"text":"and of ten","number":"h6235"},{"text":"and twenty","number":"h6242"},{"text":"that ye shall offer","number":"h7311"},{"text":"in breadth","number":"h7341"},{"text":"The oblation","number":"h8641"}],"12":[{"text":"of the land","number":"h776"},{"text":"by the border","number":"h1366"},{"text":"of the Levites","number":"h3881"},{"text":"holy","number":"h6944"},{"text":"shall be unto them a thing most","number":"h6944"},{"text":"that is offered","number":"h8641"},{"text":"And this oblation","number":"h8642"}],"14":[{"text":"of the land","number":"h776"},{"text":"unto the LORD","number":"h3068"},{"text":"of it neither exchange","number":"h4171"},{"text":"And they shall not sell","number":"h4376"},{"text":"nor alienate","number":"h5674"},{"text":"for it is holy","number":"h6944"},{"text":"the firstfruits","number":"h7225"}],"11":[{"text":"of the sons","number":"h1121"},{"text":"when the children","number":"h1121"},{"text":"of Israel","number":"h3478"},{"text":"It shall be for the priests","number":"h3548"},{"text":"as the Levites","number":"h3881"},{"text":"my charge","number":"h4931"},{"text":"of Zadok","number":"h6659"},{"text":"that are sanctified","number":"h6942"},{"text":"which have kept","number":"h8104"},{"text":"went astray","number":"h8582"},{"text":"went astray","number":"h8582"},{"text":"which went not astray","number":"h8582"}],"28":[{"text":"And by the border","number":"h1366"},{"text":"the border","number":"h1366"},{"text":"of Gad","number":"h1410"},{"text":"toward the great","number":"h1419"},{"text":"sea","number":"h3220"},{"text":"unto the waters","number":"h4325"},{"text":"of strife","number":"h4808"},{"text":"at the south","number":"h5045"},{"text":"and to the river","number":"h5158"},{"text":"side","number":"h6285"},{"text":"in Kadesh","number":"h6946"},{"text":"southward","number":"h8486"},{"text":"shall be even from Tamar","number":"h8559"}],"17":[{"text":"and fifty","number":"h2572"},{"text":"and fifty","number":"h2572"},{"text":"and fifty","number":"h2572"},{"text":"and fifty","number":"h2572"},{"text":"and toward the west","number":"h3220"},{"text":"two hundred","number":"h3967"},{"text":"two hundred","number":"h3967"},{"text":"two hundred","number":"h3967"},{"text":"two hundred","number":"h3967"},{"text":"And the suburbs","number":"h4054"},{"text":"and toward the south","number":"h5045"},{"text":"of the city","number":"h5892"},{"text":"shall be toward the north","number":"h6828"},{"text":"and toward the east","number":"h6921"}],"19":[{"text":"of Israel","number":"h3478"},{"text":"And they that serve","number":"h5647"},{"text":"shall serve","number":"h5647"},{"text":"the city","number":"h5892"},{"text":"it out of all the tribes","number":"h7626"}]}
@@ -0,0 +1 @@
1
+ {"10":[{"text":"Therefore the fathers","number":"h1"},{"text":"their fathers","number":"h1"},{"text":"shall eat","number":"h398"},{"text":"shall eat","number":"h398"},{"text":"of thee and the sons","number":"h1121"},{"text":"the sons","number":"h1121"},{"text":"of thee will I scatter","number":"h2219"},{"text":"and I will execute","number":"h6213"},{"text":"into all the winds","number":"h7307"},{"text":"in thee and the whole remnant","number":"h7611"},{"text":"judgments","number":"h8201"},{"text":"in the midst","number":"h8432"}],"1":[{"text":"of man","number":"h120"},{"text":"And thou son","number":"h1121"},{"text":"thee a barber's","number":"h1532"},{"text":"and upon thy beard","number":"h2206"},{"text":"thee a sharp","number":"h2299"},{"text":"and divide","number":"h2505"},{"text":"knife","number":"h2719"},{"text":"take","number":"h3947"},{"text":"take","number":"h3947"},{"text":"then take","number":"h3947"},{"text":"thee balances","number":"h3976"},{"text":"to weigh","number":"h4948"},{"text":"and cause it to pass","number":"h5674"},{"text":"upon thine head","number":"h7218"},{"text":"razor","number":"h8593"}],"11":[{"text":"the Lord","number":"h136"},{"text":"therefore will I also diminish","number":"h1639"},{"text":"spare","number":"h2347"},{"text":"Wherefore as I live","number":"h2416"},{"text":"neither will I have any pity","number":"h2550"},{"text":"Surely because thou hast defiled","number":"h2930"},{"text":"GOD","number":"h3069"},{"text":"my sanctuary","number":"h4720"},{"text":"saith","number":"h5002"},{"text":"thee neither shall mine eye","number":"h5869"},{"text":"with all thy detestable things","number":"h8251"},{"text":"and with all thine abominations","number":"h8441"}],"5":[{"text":"the Lord","number":"h136"},{"text":"Thus saith","number":"h559"},{"text":"and countries","number":"h776"},{"text":"of the nations","number":"h1471"},{"text":"GOD","number":"h3069"},{"text":"This is Jerusalem","number":"h3389"},{"text":"that are round about","number":"h5439"},{"text":"I have set","number":"h7760"},{"text":"it in the midst","number":"h8432"}],"7":[{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"more than the nations","number":"h1471"},{"text":"of the nations","number":"h1471"},{"text":"you and have not walked","number":"h1980"},{"text":"Because ye multiplied","number":"h1995"},{"text":"in my statutes","number":"h2708"},{"text":"GOD","number":"h3069"},{"text":"according to the judgments","number":"h4941"},{"text":"my judgments","number":"h4941"},{"text":"that are round about","number":"h5439"},{"text":"that are round about","number":"h5439"},{"text":"neither have done","number":"h6213"},{"text":"neither have kept","number":"h6213"}],"8":[{"text":"the Lord","number":"h136"},{"text":"Therefore thus saith","number":"h559"},{"text":"of the nations","number":"h1471"},{"text":"GOD","number":"h3069"},{"text":"judgments","number":"h4941"},{"text":"of thee in the sight","number":"h5869"},{"text":"Behold I even I am against thee and will execute","number":"h6213"},{"text":"in the midst","number":"h8432"}],"2":[{"text":"with fire","number":"h217"},{"text":"after","number":"h310"},{"text":"Thou shalt burn","number":"h1197"},{"text":"thou shalt scatter","number":"h2219"},{"text":"a sword","number":"h2719"},{"text":"it with a knife","number":"h2719"},{"text":"when the days","number":"h3117"},{"text":"and thou shalt take","number":"h3947"},{"text":"are fulfilled","number":"h4390"},{"text":"of the siege","number":"h4692"},{"text":"and smite","number":"h5221"},{"text":"about","number":"h5439"},{"text":"of the city","number":"h5892"},{"text":"in the wind","number":"h7307"},{"text":"and I will draw out","number":"h7324"},{"text":"a third part","number":"h7992"},{"text":"a third part","number":"h7992"},{"text":"and a third part","number":"h7992"},{"text":"in the midst","number":"h8432"}],"12":[{"text":"after","number":"h310"},{"text":"with the pestilence","number":"h1698"},{"text":"thee and I will scatter","number":"h2219"},{"text":"a sword","number":"h2719"},{"text":"by the sword","number":"h2719"},{"text":"shall they be consumed","number":"h3615"},{"text":"of thee shall die","number":"h4191"},{"text":"shall fall","number":"h5307"},{"text":"round about","number":"h5439"},{"text":"into all the winds","number":"h7307"},{"text":"and I will draw out","number":"h7324"},{"text":"and with famine","number":"h7458"},{"text":"A third part","number":"h7992"},{"text":"a third part","number":"h7992"},{"text":"of thee and a third part","number":"h7992"},{"text":"in the midst","number":"h8432"}],"13":[{"text":"Thus shall mine anger","number":"h639"},{"text":"have spoken","number":"h1696"},{"text":"and I will cause my fury","number":"h2534"},{"text":"my fury","number":"h2534"},{"text":"and they shall know","number":"h3045"},{"text":"that I the LORD","number":"h3068"},{"text":"be accomplished","number":"h3615"},{"text":"when I have accomplished","number":"h3615"},{"text":"to rest","number":"h5117"},{"text":"upon them and I will be comforted","number":"h5162"},{"text":"it in my zeal","number":"h7068"}],"15":[{"text":"in thee in anger","number":"h639"},{"text":"and a taunt","number":"h1422"},{"text":"unto the nations","number":"h1471"},{"text":"have spoken","number":"h1696"},{"text":"and in furious","number":"h2534"},{"text":"and in fury","number":"h2534"},{"text":"So it shall be a reproach","number":"h2781"},{"text":"I the LORD","number":"h3068"},{"text":"an instruction","number":"h4148"},{"text":"and an astonishment","number":"h4923"},{"text":"that are round about","number":"h5439"},{"text":"thee when I shall execute","number":"h6213"},{"text":"judgments","number":"h8201"},{"text":"rebukes","number":"h8433"}],"6":[{"text":"more than the countries","number":"h776"},{"text":"more than the nations","number":"h1471"},{"text":"they have not walked","number":"h1980"},{"text":"and my statutes","number":"h2708"},{"text":"and my statutes","number":"h2708"},{"text":"her for they have refused","number":"h3988"},{"text":"And she hath changed","number":"h4784"},{"text":"my judgments","number":"h4941"},{"text":"my judgments","number":"h4941"},{"text":"that are round about","number":"h5439"},{"text":"into wickedness","number":"h7564"}],"4":[{"text":"for thereof shall a fire","number":"h784"},{"text":"of the fire","number":"h784"},{"text":"them in the fire","number":"h784"},{"text":"into all the house","number":"h1004"},{"text":"come forth","number":"h3318"},{"text":"of Israel","number":"h3478"},{"text":"Then take of them again","number":"h3947"},{"text":"and cast","number":"h7993"},{"text":"and burn","number":"h8313"},{"text":"them into the midst","number":"h8432"}],"17":[{"text":"thee and I will bring","number":"h935"},{"text":"have spoken","number":"h1696"},{"text":"thee and pestilence","number":"h1698"},{"text":"and blood","number":"h1818"},{"text":"beasts","number":"h2416"},{"text":"the sword","number":"h2719"},{"text":"upon thee I the LORD","number":"h3068"},{"text":"shall pass through","number":"h5674"},{"text":"and evil","number":"h7451"},{"text":"upon you famine","number":"h7458"},{"text":"and they shall bereave","number":"h7921"},{"text":"So will I send","number":"h7971"}],"14":[{"text":"among the nations","number":"h1471"},{"text":"thee waste","number":"h2723"},{"text":"and a reproach","number":"h2781"},{"text":"Moreover I will make","number":"h5414"},{"text":"that are round about","number":"h5439"},{"text":"of all that pass by","number":"h5674"},{"text":"thee in the sight","number":"h5869"}],"16":[{"text":"arrows","number":"h2671"},{"text":"you and I will increase","number":"h3254"},{"text":"of bread","number":"h3899"},{"text":"your staff","number":"h4294"},{"text":"which shall be for their destruction","number":"h4889"},{"text":"upon them the evil","number":"h7451"},{"text":"of famine","number":"h7458"},{"text":"the famine","number":"h7458"},{"text":"upon you and will break","number":"h7665"},{"text":"to destroy","number":"h7843"},{"text":"When I shall send","number":"h7971"},{"text":"and which I will send","number":"h7971"}],"9":[{"text":"any more the like because","number":"h3282"},{"text":"And I will do","number":"h6213"},{"text":"and whereunto I will not do","number":"h6213"},{"text":"in thee that which I have not done","number":"h6213"},{"text":"of all thine abominations","number":"h8441"}],"3":[{"text":"them in thy skirts","number":"h3671"},{"text":"Thou shalt also take","number":"h3947"},{"text":"in number","number":"h4557"},{"text":"thereof a few","number":"h4592"},{"text":"and bind","number":"h6696"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"upon you and I will destroy","number":"h6"},{"text":"of the Lord","number":"h136"},{"text":"the Lord","number":"h136"},{"text":"And say","number":"h559"},{"text":"Thus saith","number":"h559"},{"text":"to the rivers","number":"h650"},{"text":"Behold I even I will bring","number":"h935"},{"text":"your high places","number":"h1116"},{"text":"and to the hills","number":"h1389"},{"text":"and to the valleys","number":"h1516"},{"text":"the word","number":"h1697"},{"text":"Ye mountains","number":"h2022"},{"text":"to the mountains","number":"h2022"},{"text":"a sword","number":"h2719"},{"text":"GOD","number":"h3069"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"hear","number":"h8085"}],"2":[{"text":"of man","number":"h120"},{"text":"Son","number":"h1121"},{"text":"toward the mountains","number":"h2022"},{"text":"of Israel","number":"h3478"},{"text":"and prophesy","number":"h5012"},{"text":"thy face","number":"h6440"},{"text":"set","number":"h7760"}],"11":[{"text":"the Lord","number":"h136"},{"text":"Alas","number":"h253"},{"text":"Thus saith","number":"h559"},{"text":"and say","number":"h559"},{"text":"of the house","number":"h1004"},{"text":"and by the pestilence","number":"h1698"},{"text":"by the sword","number":"h2719"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"with thine hand","number":"h3709"},{"text":"Smite","number":"h5221"},{"text":"for they shall fall","number":"h5307"},{"text":"with thy foot","number":"h7272"},{"text":"for all the evil","number":"h7451"},{"text":"by the famine","number":"h7458"},{"text":"and stamp","number":"h7554"},{"text":"abominations","number":"h8441"}],"9":[{"text":"after","number":"h310"},{"text":"me among the nations","number":"h1471"},{"text":"their idols","number":"h1544"},{"text":"of you shall remember","number":"h2142"},{"text":"which go a whoring","number":"h2181"},{"text":"with their whorish","number":"h2181"},{"text":"heart","number":"h3820"},{"text":"which hath departed","number":"h5493"},{"text":"from me and with their eyes","number":"h5869"},{"text":"which they have committed","number":"h6213"},{"text":"And they that escape","number":"h6412"},{"text":"themselves","number":"h6440"},{"text":"and they shall lothe","number":"h6962"},{"text":"for the evils","number":"h7451"},{"text":"whither they shall be carried captives","number":"h7617"},{"text":"because I am broken","number":"h7665"},{"text":"in all their abominations","number":"h8441"}],"13":[{"text":"oak","number":"h424"},{"text":"hill","number":"h1389"},{"text":"their idols","number":"h1544"},{"text":"to all their idols","number":"h1544"},{"text":"of the mountains","number":"h2022"},{"text":"when their slain","number":"h2491"},{"text":"Then shall ye know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"their altars","number":"h4196"},{"text":"the place","number":"h4725"},{"text":"sweet","number":"h5207"},{"text":"where they did offer","number":"h5414"},{"text":"round about","number":"h5439"},{"text":"and under every thick","number":"h5687"},{"text":"tree","number":"h6086"},{"text":"in all the tops","number":"h7218"},{"text":"upon every high","number":"h7311"},{"text":"savour","number":"h7381"},{"text":"and under every green","number":"h7488"},{"text":"men shall be among","number":"h8432"}],"1":[{"text":"came unto me saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"14":[{"text":"the land","number":"h776"},{"text":"toward Diblath","number":"h1689"},{"text":"my hand","number":"h3027"},{"text":"and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"than the wilderness","number":"h4057"},{"text":"in all their habitations","number":"h4186"},{"text":"yea more desolate","number":"h4923"},{"text":"So will I stretch out","number":"h5186"},{"text":"upon them and make","number":"h5414"},{"text":"desolate","number":"h8077"}],"8":[{"text":"through the countries","number":"h776"},{"text":"among the nations","number":"h1471"},{"text":"when ye shall be scattered","number":"h2219"},{"text":"the sword","number":"h2719"},{"text":"Yet will I leave a remnant","number":"h3498"},{"text":"that ye may have some that shall escape","number":"h6412"}],"6":[{"text":"and made desolate","number":"h816"},{"text":"and the high places","number":"h1116"},{"text":"may be cut down","number":"h1438"},{"text":"and your idols","number":"h1544"},{"text":"and your images","number":"h2553"},{"text":"may be laid waste","number":"h2717"},{"text":"shall be laid waste","number":"h2717"},{"text":"shall be desolate","number":"h3456"},{"text":"In all your dwellingplaces","number":"h4186"},{"text":"that your altars","number":"h4196"},{"text":"may be abolished","number":"h4229"},{"text":"and your works","number":"h4639"},{"text":"the cities","number":"h5892"},{"text":"may be broken","number":"h7665"},{"text":"and cease","number":"h7673"}],"5":[{"text":"of the children","number":"h1121"},{"text":"their idols","number":"h1544"},{"text":"and I will scatter","number":"h2219"},{"text":"of Israel","number":"h3478"},{"text":"your altars","number":"h4196"},{"text":"And I will lay","number":"h5414"},{"text":"round about","number":"h5439"},{"text":"your bones","number":"h6106"},{"text":"the dead carcases","number":"h6297"},{"text":"before","number":"h6440"}],"4":[{"text":"your idols","number":"h1544"},{"text":"your slain","number":"h2491"},{"text":"and your images","number":"h2553"},{"text":"And your altars","number":"h4196"},{"text":"and I will cast down","number":"h5307"},{"text":"men before","number":"h6440"},{"text":"shall be broken","number":"h7665"},{"text":"shall be desolate","number":"h8074"}],"10":[{"text":"and that I have not said","number":"h1696"},{"text":"in vain","number":"h2600"},{"text":"And they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"that I would do","number":"h6213"},{"text":"this evil","number":"h7451"}],"12":[{"text":"of the pestilence","number":"h1698"},{"text":"my fury","number":"h2534"},{"text":"by the sword","number":"h2719"},{"text":"thus will I accomplish","number":"h3615"},{"text":"shall die","number":"h4191"},{"text":"shall die","number":"h4191"},{"text":"shall fall","number":"h5307"},{"text":"and is besieged","number":"h5341"},{"text":"and he that is near","number":"h7138"},{"text":"He that is far off","number":"h7350"},{"text":"by the famine","number":"h7458"},{"text":"and he that remaineth","number":"h7604"}],"7":[{"text":"And the slain","number":"h2491"},{"text":"of you and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"shall fall","number":"h5307"},{"text":"in the midst","number":"h8432"}]}
@@ -0,0 +1 @@
1
+ {"26":[{"text":"shall perish","number":"h6"},{"text":"shall come","number":"h935"},{"text":"then shall they seek","number":"h1245"},{"text":"Mischief","number":"h1943"},{"text":"upon mischief","number":"h1943"},{"text":"from the ancients","number":"h2205"},{"text":"a vision","number":"h2377"},{"text":"from the priest","number":"h3548"},{"text":"of the prophet","number":"h5030"},{"text":"and counsel","number":"h6098"},{"text":"and rumour","number":"h8052"},{"text":"shall be upon rumour","number":"h8052"},{"text":"but the law","number":"h8451"}],"12":[{"text":"mourn","number":"h56"},{"text":"is come","number":"h935"},{"text":"is upon all the multitude","number":"h1995"},{"text":"for wrath","number":"h2740"},{"text":"the day","number":"h3117"},{"text":"nor the seller","number":"h4376"},{"text":"draweth near","number":"h5060"},{"text":"The time","number":"h6256"},{"text":"let not the buyer","number":"h7069"},{"text":"rejoice","number":"h8055"}],"27":[{"text":"shall mourn","number":"h56"},{"text":"of the land","number":"h776"},{"text":"shall be troubled","number":"h926"},{"text":"unto them after their way","number":"h1870"},{"text":"and the hands","number":"h3027"},{"text":"them and they shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"shall be clothed","number":"h3847"},{"text":"The king","number":"h4428"},{"text":"and according to their deserts","number":"h4941"},{"text":"and the prince","number":"h5387"},{"text":"of the people","number":"h5971"},{"text":"I will do","number":"h6213"},{"text":"with desolation","number":"h8077"},{"text":"will I judge","number":"h8199"}],"2":[{"text":"of man","number":"h120"},{"text":"unto the land","number":"h127"},{"text":"the Lord","number":"h136"},{"text":"thus saith","number":"h559"},{"text":"upon the four","number":"h702"},{"text":"of the land","number":"h776"},{"text":"is come","number":"h935"},{"text":"Also thou son","number":"h1121"},{"text":"GOD","number":"h3069"},{"text":"of Israel","number":"h3478"},{"text":"corners","number":"h3671"},{"text":"An end","number":"h7093"},{"text":"the end","number":"h7093"}],"5":[{"text":"the Lord","number":"h136"},{"text":"an only","number":"h259"},{"text":"Thus saith","number":"h559"},{"text":"behold is come","number":"h935"},{"text":"GOD","number":"h3069"},{"text":"An evil","number":"h7451"},{"text":"evil","number":"h7451"}],"16":[{"text":"every one","number":"h376"},{"text":"of the valleys","number":"h1516"},{"text":"all of them mourning","number":"h1993"},{"text":"and shall be on the mountains","number":"h2022"},{"text":"like doves","number":"h3123"},{"text":"for his iniquity","number":"h5771"},{"text":"But they that escape","number":"h6403"},{"text":"of them shall escape","number":"h6412"}],"13":[{"text":"neither shall any","number":"h376"},{"text":"is touching the whole multitude","number":"h1995"},{"text":"for the vision","number":"h2377"},{"text":"strengthen","number":"h2388"},{"text":"although they were yet alive","number":"h2416"},{"text":"of his life","number":"h2416"},{"text":"For the seller","number":"h4376"},{"text":"to that which is sold","number":"h4465"},{"text":"himself in the iniquity","number":"h5771"},{"text":"shall not return","number":"h7725"},{"text":"thereof which shall not return","number":"h7725"}],"15":[{"text":"shall devour","number":"h398"},{"text":"within","number":"h1004"},{"text":"and pestilence","number":"h1698"},{"text":"and the pestilence","number":"h1698"},{"text":"is without","number":"h2351"},{"text":"The sword","number":"h2719"},{"text":"with the sword","number":"h2719"},{"text":"shall die","number":"h4191"},{"text":"and he that is in the city","number":"h5892"},{"text":"and the famine","number":"h7458"},{"text":"famine","number":"h7458"},{"text":"he that is in the field","number":"h7704"}],"1":[{"text":"came unto me saying","number":"h559"},{"text":"Moreover the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"3":[{"text":"mine anger","number":"h639"},{"text":"thee according to thy ways","number":"h1870"},{"text":"and will recompense","number":"h5414"},{"text":"Now is the end","number":"h7093"},{"text":"come upon thee and I will send","number":"h7971"},{"text":"upon thee and will judge","number":"h8199"},{"text":"upon thee all thine abominations","number":"h8441"}],"8":[{"text":"mine anger","number":"h639"},{"text":"thee according to thy ways","number":"h1870"},{"text":"my fury","number":"h2534"},{"text":"upon thee and accomplish","number":"h3615"},{"text":"and will recompense","number":"h5414"},{"text":"Now will I shortly","number":"h7138"},{"text":"upon thee and I will judge","number":"h8199"},{"text":"pour out","number":"h8210"},{"text":"thee for all thine abominations","number":"h8441"}],"23":[{"text":"for the land","number":"h776"},{"text":"of bloody","number":"h1818"},{"text":"of violence","number":"h2555"},{"text":"is full","number":"h4390"},{"text":"is full","number":"h4390"},{"text":"crimes","number":"h4941"},{"text":"and the city","number":"h5892"},{"text":"Make","number":"h6213"},{"text":"a chain","number":"h7569"}],"7":[{"text":"in the land","number":"h776"},{"text":"is come","number":"h935"},{"text":"is come","number":"h935"},{"text":"and not the sounding again","number":"h1906"},{"text":"of the mountains","number":"h2022"},{"text":"the day","number":"h3117"},{"text":"unto thee O thou that dwellest","number":"h3427"},{"text":"of trouble","number":"h4103"},{"text":"the time","number":"h6256"},{"text":"The morning","number":"h6843"},{"text":"is near","number":"h7138"}],"21":[{"text":"of the earth","number":"h776"},{"text":"for a prey","number":"h957"},{"text":"of the strangers","number":"h2114"},{"text":"and they shall pollute","number":"h2490"},{"text":"it into the hands","number":"h3027"},{"text":"And I will give","number":"h5414"},{"text":"and to the wicked","number":"h7563"},{"text":"for a spoil","number":"h7998"}],"24":[{"text":"Wherefore I will bring","number":"h935"},{"text":"their houses","number":"h1004"},{"text":"I will also make the pomp","number":"h1347"},{"text":"of the heathen","number":"h1471"},{"text":"shall be defiled","number":"h2490"},{"text":"and they shall possess","number":"h3423"},{"text":"of the strong","number":"h5794"},{"text":"and their holy places","number":"h6942"},{"text":"the worst","number":"h7451"},{"text":"to cease","number":"h7673"}],"10":[{"text":"behold it is come","number":"h935"},{"text":"pride","number":"h2087"},{"text":"Behold the day","number":"h3117"},{"text":"is gone forth","number":"h3318"},{"text":"the rod","number":"h4294"},{"text":"hath budded","number":"h6524"},{"text":"hath blossomed","number":"h6692"},{"text":"the morning","number":"h6843"}],"25":[{"text":"cometh","number":"h935"},{"text":"and they shall seek","number":"h1245"},{"text":"Destruction","number":"h7089"},{"text":"peace","number":"h7965"}],"6":[{"text":"for thee behold it is come","number":"h935"},{"text":"is come","number":"h935"},{"text":"is come","number":"h935"},{"text":"it watcheth","number":"h6974"},{"text":"An end","number":"h7093"},{"text":"the end","number":"h7093"}],"22":[{"text":"shall enter","number":"h935"},{"text":"also from them and they shall pollute","number":"h2490"},{"text":"into it and defile","number":"h2490"},{"text":"will I turn","number":"h5437"},{"text":"My face","number":"h6440"},{"text":"place for the robbers","number":"h6530"},{"text":"my secret","number":"h6845"}],"18":[{"text":"them and shame","number":"h955"},{"text":"They shall also gird","number":"h2296"},{"text":"shall cover","number":"h3680"},{"text":"and horror","number":"h6427"},{"text":"shall be upon all faces","number":"h6440"},{"text":"and baldness","number":"h7144"},{"text":"upon all their heads","number":"h7218"},{"text":"themselves with sackcloth","number":"h8242"}],"17":[{"text":"and all knees","number":"h1290"},{"text":"All hands","number":"h3027"},{"text":"shall be weak","number":"h3212"},{"text":"as water","number":"h4325"},{"text":"shall be feeble","number":"h7503"}],"20":[{"text":"it in majesty","number":"h1347"},{"text":"it far","number":"h5079"},{"text":"therein therefore have I set","number":"h5414"},{"text":"of his ornament","number":"h5716"},{"text":"but they made","number":"h6213"},{"text":"As for the beauty","number":"h6643"},{"text":"the images","number":"h6754"},{"text":"he set","number":"h7760"},{"text":"and of their detestable things","number":"h8251"},{"text":"of their abominations","number":"h8441"}],"9":[{"text":"thee according to thy ways","number":"h1870"},{"text":"shall not spare","number":"h2347"},{"text":"neither will I have pity","number":"h2550"},{"text":"of thee and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"that smiteth","number":"h5221"},{"text":"I will recompense","number":"h5414"},{"text":"And mine eye","number":"h5869"},{"text":"that are in the midst","number":"h8432"},{"text":"and thine abominations","number":"h8441"}],"4":[{"text":"thy ways","number":"h1870"},{"text":"shall not spare","number":"h2347"},{"text":"thee neither will I have pity","number":"h2550"},{"text":"of thee and ye shall know","number":"h3045"},{"text":"that I am the LORD","number":"h3068"},{"text":"but I will recompense","number":"h5414"},{"text":"And mine eye","number":"h5869"},{"text":"shall be in the midst","number":"h8432"},{"text":"upon thee and thine abominations","number":"h8441"}],"14":[{"text":"but none goeth","number":"h1980"},{"text":"is upon all the multitude","number":"h1995"},{"text":"for my wrath","number":"h2740"},{"text":"even to make all ready","number":"h3559"},{"text":"to the battle","number":"h4421"},{"text":"the trumpet","number":"h8619"},{"text":"They have blown","number":"h8628"}],"11":[{"text":"nor of any","number":"h1991"},{"text":"none of them shall remain nor of their multitude","number":"h1995"},{"text":"Violence","number":"h2555"},{"text":"into a rod","number":"h4294"},{"text":"of theirs neither shall there be wailing","number":"h5089"},{"text":"is risen up","number":"h6965"},{"text":"of wickedness","number":"h7562"}],"19":[{"text":"and their gold","number":"h2091"},{"text":"and their gold","number":"h2091"},{"text":"in the streets","number":"h2351"},{"text":"of the LORD","number":"h3068"},{"text":"them in the day","number":"h3117"},{"text":"shall not be able","number":"h3201"},{"text":"their silver","number":"h3701"},{"text":"their silver","number":"h3701"},{"text":"because it is the stumblingblock","number":"h4383"},{"text":"neither fill","number":"h4390"},{"text":"their bowels","number":"h4578"},{"text":"shall be removed","number":"h5079"},{"text":"their souls","number":"h5315"},{"text":"to deliver","number":"h5337"},{"text":"of the wrath","number":"h5678"},{"text":"of their iniquity","number":"h5771"},{"text":"they shall not satisfy","number":"h7646"},{"text":"They shall cast","number":"h7993"}]}
@@ -0,0 +1 @@
1
+ {"12":[{"text":"of man","number":"h120"},{"text":"every man","number":"h376"},{"text":"Then said","number":"h559"},{"text":"for they say","number":"h559"},{"text":"the earth","number":"h776"},{"text":"of the house","number":"h1004"},{"text":"he unto me Son","number":"h1121"},{"text":"what the ancients","number":"h2205"},{"text":"in the chambers","number":"h2315"},{"text":"in the dark","number":"h2822"},{"text":"The LORD","number":"h3068"},{"text":"us not the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"of his imagery","number":"h4906"},{"text":"hath forsaken","number":"h5800"},{"text":"do","number":"h6213"},{"text":"hast thou seen","number":"h7200"},{"text":"seeth","number":"h7200"}],"15":[{"text":"of man","number":"h120"},{"text":"Then said","number":"h559"},{"text":"this O son","number":"h1121"},{"text":"greater","number":"h1419"},{"text":"he unto me Hast thou seen","number":"h7200"},{"text":"thee yet again and thou shalt see","number":"h7200"},{"text":"turn","number":"h7725"},{"text":"abominations","number":"h8441"}],"17":[{"text":"of man","number":"h120"},{"text":"Then he said","number":"h559"},{"text":"to their nose","number":"h639"},{"text":"the land","number":"h776"},{"text":"to the house","number":"h1004"},{"text":"this O son","number":"h1121"},{"text":"the branch","number":"h2156"},{"text":"with violence","number":"h2555"},{"text":"of Judah","number":"h3063"},{"text":"to provoke me to anger","number":"h3707"},{"text":"here for they have filled","number":"h4390"},{"text":"that they commit","number":"h6213"},{"text":"which they commit","number":"h6213"},{"text":"Is it a light thing","number":"h7043"},{"text":"unto me Hast thou seen","number":"h7200"},{"text":"and have returned","number":"h7725"},{"text":"and lo they put","number":"h7971"},{"text":"the abominations","number":"h8441"}],"5":[{"text":"of man","number":"h120"},{"text":"Then said","number":"h559"},{"text":"in the entry","number":"h872"},{"text":"he unto me Son","number":"h1121"},{"text":"now the way","number":"h1870"},{"text":"the way","number":"h1870"},{"text":"of the altar","number":"h4196"},{"text":"So I lifted up","number":"h5375"},{"text":"lift up","number":"h5375"},{"text":"this image","number":"h5566"},{"text":"mine eyes","number":"h5869"},{"text":"thine eyes","number":"h5869"},{"text":"and behold northward","number":"h6828"},{"text":"toward the north","number":"h6828"},{"text":"toward the north","number":"h6828"},{"text":"of jealousy","number":"h7068"},{"text":"at the gate","number":"h8179"}],"6":[{"text":"of man","number":"h120"},{"text":"He said","number":"h559"},{"text":"that the house","number":"h1004"},{"text":"furthermore unto me Son","number":"h1121"},{"text":"even the great","number":"h1419"},{"text":"greater","number":"h1419"},{"text":"of Israel","number":"h3478"},{"text":"from my sanctuary","number":"h4720"},{"text":"committeth","number":"h6213"},{"text":"thou what they do","number":"h6213"},{"text":"seest","number":"h7200"},{"text":"thee yet again and thou shalt see","number":"h7200"},{"text":"here that I should go far off","number":"h7368"},{"text":"but turn","number":"h7725"},{"text":"abominations","number":"h8441"},{"text":"abominations","number":"h8441"}],"8":[{"text":"of man","number":"h120"},{"text":"behold a","number":"h259"},{"text":"Then said","number":"h559"},{"text":"he unto me Son","number":"h1121"},{"text":"and when I had digged","number":"h2864"},{"text":"dig","number":"h2864"},{"text":"door","number":"h6607"},{"text":"in the wall","number":"h7023"},{"text":"now in the wall","number":"h7023"}],"1":[{"text":"of the Lord","number":"h136"},{"text":"in mine house","number":"h1004"},{"text":"and the elders","number":"h2205"},{"text":"day of the month","number":"h2320"},{"text":"month in the fifth","number":"h2568"},{"text":"me that the hand","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"GOD","number":"h3069"},{"text":"as I sat","number":"h3427"},{"text":"sat","number":"h3427"},{"text":"fell","number":"h5307"},{"text":"before","number":"h6440"},{"text":"year","number":"h8141"},{"text":"And it came to pass in the sixth","number":"h8345"},{"text":"in the sixth","number":"h8345"}],"16":[{"text":"between the porch","number":"h197"},{"text":"with their backs","number":"h268"},{"text":"men","number":"h376"},{"text":"And he brought","number":"h935"},{"text":"house","number":"h1004"},{"text":"of the temple","number":"h1964"},{"text":"toward the temple","number":"h1964"},{"text":"were about five","number":"h2568"},{"text":"court","number":"h2691"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD'S","number":"h3068"},{"text":"and the altar","number":"h4196"},{"text":"and twenty","number":"h6242"},{"text":"and their faces","number":"h6440"},{"text":"me into the inner","number":"h6442"},{"text":"and behold at the door","number":"h6607"},{"text":"toward the east","number":"h6924"},{"text":"toward the east","number":"h6924"},{"text":"and they worshipped","number":"h7812"},{"text":"the sun","number":"h8121"}],"18":[{"text":"in mine ears","number":"h241"},{"text":"with a loud","number":"h1419"},{"text":"shall not spare","number":"h2347"},{"text":"in fury","number":"h2534"},{"text":"neither will I have pity","number":"h2550"},{"text":"mine eye","number":"h5869"},{"text":"Therefore will I also deal","number":"h6213"},{"text":"voice","number":"h6963"},{"text":"and though they cry","number":"h7121"},{"text":"yet will I not hear","number":"h8085"}],"7":[{"text":"behold a","number":"h259"},{"text":"And he brought","number":"h935"},{"text":"hole","number":"h2356"},{"text":"of the court","number":"h2691"},{"text":"me to the door","number":"h6607"},{"text":"in the wall","number":"h7023"},{"text":"and when I looked","number":"h7200"}],"11":[{"text":"men","number":"h376"},{"text":"with every man","number":"h376"},{"text":"of the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"of the ancients","number":"h2205"},{"text":"Jaazaniah","number":"h2970"},{"text":"in his hand","number":"h3027"},{"text":"of Israel","number":"h3478"},{"text":"his censer","number":"h4730"},{"text":"went up","number":"h5927"},{"text":"And there stood","number":"h5975"},{"text":"of them stood","number":"h5975"},{"text":"cloud","number":"h6051"},{"text":"and a thick","number":"h6282"},{"text":"before","number":"h6440"},{"text":"of incense","number":"h7004"},{"text":"them seventy","number":"h7657"},{"text":"of Shaphan","number":"h8227"},{"text":"and in the midst","number":"h8432"}],"3":[{"text":"of God","number":"h430"},{"text":"between the earth","number":"h776"},{"text":"and brought","number":"h935"},{"text":"of an hand","number":"h3027"},{"text":"to Jerusalem","number":"h3389"},{"text":"and took","number":"h3947"},{"text":"where was the seat","number":"h4186"},{"text":"me in the visions","number":"h4759"},{"text":"lifted me up","number":"h5375"},{"text":"of the image","number":"h5566"},{"text":"that looketh","number":"h6437"},{"text":"of the inner","number":"h6442"},{"text":"to the door","number":"h6607"},{"text":"me by a lock","number":"h6734"},{"text":"toward the north","number":"h6828"},{"text":"of jealousy","number":"h7068"},{"text":"which provoketh to jealousy","number":"h7069"},{"text":"of mine head","number":"h7218"},{"text":"and the spirit","number":"h7307"},{"text":"And he put forth","number":"h7971"},{"text":"and the heaven","number":"h8064"},{"text":"gate","number":"h8179"},{"text":"the form","number":"h8403"}],"4":[{"text":"of the God","number":"h430"},{"text":"in the plain","number":"h1237"},{"text":"of Israel","number":"h3478"},{"text":"And behold the glory","number":"h3519"},{"text":"was there according to the vision","number":"h4758"},{"text":"that I saw","number":"h7200"}],"9":[{"text":"And he said","number":"h559"},{"text":"unto me Go in","number":"h935"},{"text":"that they do","number":"h6213"},{"text":"and behold","number":"h7200"},{"text":"the wicked","number":"h7451"},{"text":"abominations","number":"h8441"}],"13":[{"text":"He said","number":"h559"},{"text":"greater","number":"h1419"},{"text":"that they do","number":"h6213"},{"text":"thee yet again and thou shalt see","number":"h7200"},{"text":"also unto me Turn","number":"h7725"},{"text":"abominations","number":"h8441"}],"2":[{"text":"fire","number":"h784"},{"text":"of fire","number":"h784"},{"text":"and lo a likeness","number":"h1823"},{"text":"of brightness","number":"h2096"},{"text":"of amber","number":"h2830"},{"text":"even downward","number":"h4295"},{"text":"even upward","number":"h4605"},{"text":"as the appearance","number":"h4758"},{"text":"as the appearance","number":"h4758"},{"text":"from the appearance","number":"h4758"},{"text":"and from his loins","number":"h4975"},{"text":"of his loins","number":"h4975"},{"text":"as the colour","number":"h5869"},{"text":"Then I beheld","number":"h7200"}],"14":[{"text":"women","number":"h802"},{"text":"Then he brought","number":"h935"},{"text":"house","number":"h1004"},{"text":"weeping","number":"h1058"},{"text":"of the LORD'S","number":"h3068"},{"text":"and behold there sat","number":"h3427"},{"text":"me to the door","number":"h6607"},{"text":"which was toward the north","number":"h6828"},{"text":"of the gate","number":"h8179"},{"text":"for Tammuz","number":"h8542"}],"10":[{"text":"beasts","number":"h929"},{"text":"So I went in","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"and all the idols","number":"h1544"},{"text":"pourtrayed","number":"h2707"},{"text":"of Israel","number":"h3478"},{"text":"round about","number":"h5439"},{"text":"upon the wall","number":"h7023"},{"text":"and saw","number":"h7200"},{"text":"of creeping things","number":"h7431"},{"text":"and abominable","number":"h8263"},{"text":"and behold every form","number":"h8403"}]}
@@ -0,0 +1 @@
1
+ {"8":[{"text":"Lord","number":"h136"},{"text":"Ah","number":"h162"},{"text":"and said","number":"h559"},{"text":"and cried","number":"h2199"},{"text":"of thy fury","number":"h2534"},{"text":"GOD","number":"h3069"},{"text":"upon Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"And it came to pass while they were slaying","number":"h5221"},{"text":"that I fell","number":"h5307"},{"text":"upon my face","number":"h6440"},{"text":"them and I was left","number":"h7604"},{"text":"all the residue","number":"h7611"},{"text":"wilt thou destroy","number":"h7843"},{"text":"in thy pouring out","number":"h8210"}],"1":[{"text":"also in mine ears","number":"h241"},{"text":"even every man","number":"h376"},{"text":"saying","number":"h559"},{"text":"with a loud","number":"h1419"},{"text":"in his hand","number":"h3027"},{"text":"weapon","number":"h3627"},{"text":"with his destroying","number":"h4892"},{"text":"over the city","number":"h5892"},{"text":"Cause them that have charge","number":"h6486"},{"text":"voice","number":"h6963"},{"text":"He cried","number":"h7121"},{"text":"to draw near","number":"h7126"}],"5":[{"text":"in mine hearing","number":"h241"},{"text":"ye after","number":"h310"},{"text":"And to the others","number":"h428"},{"text":"he said","number":"h559"},{"text":"spare","number":"h2347"},{"text":"neither have ye pity","number":"h2550"},{"text":"and smite","number":"h5221"},{"text":"Go","number":"h5674"},{"text":"let not your eye","number":"h5869"},{"text":"him through the city","number":"h5892"}],"2":[{"text":"and one","number":"h259"},{"text":"and every man","number":"h376"},{"text":"man","number":"h376"},{"text":"men","number":"h582"},{"text":"beside","number":"h681"},{"text":"with linen","number":"h906"},{"text":"and they went in","number":"h935"},{"text":"came","number":"h935"},{"text":"from the way","number":"h1870"},{"text":"in his hand","number":"h3027"},{"text":"weapon","number":"h3627"},{"text":"them was clothed","number":"h3847"},{"text":"altar","number":"h4196"},{"text":"a slaughter","number":"h4660"},{"text":"by his side","number":"h4975"},{"text":"the brasen","number":"h5178"},{"text":"with a writer's","number":"h5608"},{"text":"of the higher","number":"h5945"},{"text":"and stood","number":"h5975"},{"text":"which lieth","number":"h6437"},{"text":"toward the north","number":"h6828"},{"text":"inkhorn","number":"h7083"},{"text":"gate","number":"h8179"},{"text":"And behold six","number":"h8337"},{"text":"among","number":"h8432"}],"11":[{"text":"And behold the man","number":"h376"},{"text":"saying","number":"h559"},{"text":"with linen","number":"h906"},{"text":"the matter","number":"h1697"},{"text":"clothed","number":"h3847"},{"text":"by his side","number":"h4975"},{"text":"I have done","number":"h6213"},{"text":"as thou hast commanded","number":"h6680"},{"text":"which had the inkhorn","number":"h7083"},{"text":"reported","number":"h7725"}],"6":[{"text":"any man","number":"h376"},{"text":"men","number":"h582"},{"text":"and women","number":"h802"},{"text":"and young","number":"h970"},{"text":"the house","number":"h1004"},{"text":"both maids","number":"h1330"},{"text":"Slay","number":"h2026"},{"text":"at the ancient","number":"h2205"},{"text":"old","number":"h2205"},{"text":"Then they began","number":"h2490"},{"text":"and begin","number":"h2490"},{"text":"and little children","number":"h2945"},{"text":"at my sanctuary","number":"h4720"},{"text":"utterly","number":"h4889"},{"text":"but come not near","number":"h5066"},{"text":"which were before","number":"h6440"},{"text":"upon whom is the mark","number":"h8420"}],"3":[{"text":"to the man","number":"h376"},{"text":"of the God","number":"h430"},{"text":"with linen","number":"h906"},{"text":"of the house","number":"h1004"},{"text":"of Israel","number":"h3478"},{"text":"And the glory","number":"h3519"},{"text":"from the cherub","number":"h3742"},{"text":"clothed","number":"h3847"},{"text":"whereupon he was to the threshold","number":"h4670"},{"text":"by his side","number":"h4975"},{"text":"which had the writer's","number":"h5608"},{"text":"was gone up","number":"h5927"},{"text":"inkhorn","number":"h7083"},{"text":"And he called","number":"h7121"}],"7":[{"text":"And he said","number":"h559"},{"text":"the house","number":"h1004"},{"text":"with the slain","number":"h2491"},{"text":"the courts","number":"h2691"},{"text":"unto them Defile","number":"h2930"},{"text":"And they went forth","number":"h3318"},{"text":"go ye forth","number":"h3318"},{"text":"and fill","number":"h4390"},{"text":"and slew","number":"h5221"},{"text":"in the city","number":"h5892"}],"9":[{"text":"Then said","number":"h559"},{"text":"for they say","number":"h559"},{"text":"and the land","number":"h776"},{"text":"the earth","number":"h776"},{"text":"of the house","number":"h1004"},{"text":"great","number":"h1419"},{"text":"of blood","number":"h1818"},{"text":"and Judah","number":"h3063"},{"text":"The LORD","number":"h3068"},{"text":"and the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"is exceeding","number":"h3966"},{"text":"of perverseness","number":"h4297"},{"text":"full","number":"h4390"},{"text":"is full","number":"h4390"},{"text":"he unto me The iniquity","number":"h5771"},{"text":"hath forsaken","number":"h5800"},{"text":"and the city","number":"h5892"},{"text":"seeth","number":"h7200"}],"4":[{"text":"said","number":"h559"},{"text":"of the men","number":"h582"},{"text":"that sigh","number":"h584"},{"text":"and that cry","number":"h602"},{"text":"And the LORD","number":"h3068"},{"text":"of Jerusalem","number":"h3389"},{"text":"upon the foreheads","number":"h4696"},{"text":"unto him Go through","number":"h5674"},{"text":"of the city","number":"h5892"},{"text":"that be done","number":"h6213"},{"text":"a mark","number":"h8420"},{"text":"and set","number":"h8427"},{"text":"in the midst","number":"h8432"},{"text":"the midst","number":"h8432"},{"text":"through the midst","number":"h8432"},{"text":"for all the abominations","number":"h8441"}],"10":[{"text":"their way","number":"h1870"},{"text":"shall not spare","number":"h2347"},{"text":"neither will I have pity","number":"h2550"},{"text":"but I will recompense","number":"h5414"},{"text":"And as for me also mine eye","number":"h5869"},{"text":"upon their head","number":"h7218"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"of the fathers","number":"h1"},{"text":"God","number":"h430"},{"text":"the house","number":"h1004"},{"text":"to build","number":"h1129"},{"text":"and Benjamin","number":"h1144"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"which is in Jerusalem","number":"h3389"},{"text":"and the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"had raised","number":"h5782"},{"text":"to go up","number":"h5927"},{"text":"Then rose up","number":"h6965"},{"text":"the chief","number":"h7218"},{"text":"with all them whose spirit","number":"h7307"}],"9":[{"text":"chargers","number":"h105"},{"text":"chargers","number":"h105"},{"text":"a thousand","number":"h505"},{"text":"of gold","number":"h2091"},{"text":"of silver","number":"h3701"},{"text":"knives","number":"h4252"},{"text":"And this is the number","number":"h4557"},{"text":"and twenty","number":"h6242"},{"text":"of them thirty","number":"h7970"},{"text":"nine","number":"h8672"}],"1":[{"text":"Now in the first","number":"h259"},{"text":"saying","number":"h559"},{"text":"that the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of Jeremiah","number":"h3414"},{"text":"of Cyrus","number":"h3566"},{"text":"of Cyrus","number":"h3566"},{"text":"might be fulfilled","number":"h3615"},{"text":"and put it also in writing","number":"h4385"},{"text":"king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"throughout all his kingdom","number":"h4438"},{"text":"that he made a proclamation","number":"h5674"},{"text":"stirred up","number":"h5782"},{"text":"by the mouth","number":"h6310"},{"text":"of Persia","number":"h6539"},{"text":"of Persia","number":"h6539"},{"text":"the spirit","number":"h7307"},{"text":"year","number":"h8141"}],"10":[{"text":"and other","number":"h312"},{"text":"a thousand","number":"h505"},{"text":"sort four","number":"h702"},{"text":"of gold","number":"h2091"},{"text":"vessels","number":"h3627"},{"text":"silver","number":"h3701"},{"text":"basons","number":"h3713"},{"text":"basons","number":"h3713"},{"text":"hundred","number":"h3967"},{"text":"of a second","number":"h4932"},{"text":"and ten","number":"h6235"},{"text":"Thirty","number":"h7970"}],"3":[{"text":"he is the God","number":"h430"},{"text":"God","number":"h430"},{"text":"his God","number":"h430"},{"text":"the house","number":"h1004"},{"text":"and build","number":"h1129"},{"text":"which is in Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"to Jerusalem","number":"h3389"},{"text":"which is in Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"be with him and let him go up","number":"h5927"},{"text":"Who is there among you of all his people","number":"h5971"}],"2":[{"text":"God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"of the earth","number":"h776"},{"text":"him an house","number":"h1004"},{"text":"me to build","number":"h1129"},{"text":"which is in Judah","number":"h3063"},{"text":"The LORD","number":"h3068"},{"text":"at Jerusalem","number":"h3389"},{"text":"Cyrus","number":"h3566"},{"text":"king","number":"h4428"},{"text":"me all the kingdoms","number":"h4467"},{"text":"hath given","number":"h5414"},{"text":"and he hath charged","number":"h6485"},{"text":"of Persia","number":"h6539"},{"text":"of heaven","number":"h8064"}],"4":[{"text":"of God","number":"h430"},{"text":"let the men","number":"h582"},{"text":"and with beasts","number":"h929"},{"text":"for the house","number":"h1004"},{"text":"where he sojourneth","number":"h1481"},{"text":"and with gold","number":"h2091"},{"text":"that is in Jerusalem","number":"h3389"},{"text":"him with silver","number":"h3701"},{"text":"in any place","number":"h4725"},{"text":"of his place","number":"h4725"},{"text":"beside the freewill offering","number":"h5071"},{"text":"help","number":"h5375"},{"text":"and with goods","number":"h7399"},{"text":"And whosoever remaineth","number":"h7604"}],"7":[{"text":"of his gods","number":"h430"},{"text":"of the house","number":"h1004"},{"text":"them in the house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"brought forth","number":"h3318"},{"text":"had brought forth","number":"h3318"},{"text":"out of Jerusalem","number":"h3389"},{"text":"Also Cyrus","number":"h3566"},{"text":"the vessels","number":"h3627"},{"text":"the king","number":"h4428"},{"text":"which Nebuchadnezzar","number":"h5019"},{"text":"and had put","number":"h5414"}],"11":[{"text":"thousand","number":"h505"},{"text":"and four","number":"h702"},{"text":"from Babylon","number":"h894"},{"text":"with them of the captivity","number":"h1473"},{"text":"of gold","number":"h2091"},{"text":"were five","number":"h2568"},{"text":"unto Jerusalem","number":"h3389"},{"text":"All the vessels","number":"h3627"},{"text":"and of silver","number":"h3701"},{"text":"hundred","number":"h3967"},{"text":"bring up","number":"h5927"},{"text":"that were brought up","number":"h5927"},{"text":"All these did Sheshbazzar","number":"h8339"}],"6":[{"text":"and with beasts","number":"h929"},{"text":"with gold","number":"h2091"},{"text":"them strengthened","number":"h2388"},{"text":"their hands","number":"h3027"},{"text":"with vessels","number":"h3627"},{"text":"of silver","number":"h3701"},{"text":"and with precious things","number":"h4030"},{"text":"beside all that was willingly offered","number":"h5068"},{"text":"And all they that were about","number":"h5439"},{"text":"with goods","number":"h7399"}],"8":[{"text":"the treasurer","number":"h1489"},{"text":"by the hand","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"bring forth","number":"h3318"},{"text":"Even those did Cyrus","number":"h3566"},{"text":"king","number":"h4428"},{"text":"of Mithredath","number":"h4990"},{"text":"the prince","number":"h5387"},{"text":"and numbered","number":"h5608"},{"text":"of Persia","number":"h6539"},{"text":"them unto Sheshbazzar","number":"h8339"}]}
@@ -0,0 +1 @@
1
+ {"16":[{"text":"of the fathers","number":"h1"},{"text":"of their fathers","number":"h1"},{"text":"in the first","number":"h259"},{"text":"with certain","number":"h582"},{"text":"were separated","number":"h914"},{"text":"after the house","number":"h1004"},{"text":"And the children","number":"h1121"},{"text":"of the captivity","number":"h1473"},{"text":"the matter","number":"h1697"},{"text":"to examine","number":"h1875"},{"text":"month","number":"h2320"},{"text":"day","number":"h3117"},{"text":"and sat down","number":"h3427"},{"text":"the priest","number":"h3548"},{"text":"And Ezra","number":"h5830"},{"text":"did so","number":"h6213"},{"text":"of the tenth","number":"h6224"},{"text":"chief","number":"h7218"},{"text":"and all of them by their names","number":"h8034"}],"11":[{"text":"of your fathers","number":"h1"},{"text":"God","number":"h430"},{"text":"of the land","number":"h776"},{"text":"wives","number":"h802"},{"text":"and separate","number":"h914"},{"text":"unto the LORD","number":"h3068"},{"text":"and from the strange","number":"h5237"},{"text":"Now therefore make","number":"h5414"},{"text":"yourselves from the people","number":"h5971"},{"text":"and do","number":"h6213"},{"text":"his pleasure","number":"h7522"},{"text":"confession","number":"h8426"}],"6":[{"text":"for he mourned","number":"h56"},{"text":"thither he did eat","number":"h398"},{"text":"of God","number":"h430"},{"text":"of Eliashib","number":"h475"},{"text":"the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"of them that had been carried away","number":"h1473"},{"text":"of Johanan","number":"h3076"},{"text":"and went","number":"h3212"},{"text":"and when he came","number":"h3212"},{"text":"no bread","number":"h3899"},{"text":"into the chamber","number":"h3957"},{"text":"water","number":"h4325"},{"text":"because of the transgression","number":"h4604"},{"text":"Then Ezra","number":"h5830"},{"text":"from before","number":"h6440"},{"text":"rose up","number":"h6965"},{"text":"nor drink","number":"h8354"}],"13":[{"text":"But","number":"h61"},{"text":"of one","number":"h259"},{"text":"of much rain","number":"h1653"},{"text":"in this thing","number":"h1697"},{"text":"without","number":"h2351"},{"text":"day","number":"h3117"},{"text":"and we are not able","number":"h3581"},{"text":"neither is this a work","number":"h4399"},{"text":"the people","number":"h5971"},{"text":"to stand","number":"h5975"},{"text":"and it is a time","number":"h6256"},{"text":"that have transgressed","number":"h6586"},{"text":"are many","number":"h7227"},{"text":"for we are many","number":"h7235"},{"text":"or two","number":"h8147"}],"3":[{"text":"of my lord","number":"h136"},{"text":"of our God","number":"h430"},{"text":"with our God","number":"h430"},{"text":"all the wives","number":"h802"},{"text":"a covenant","number":"h1285"},{"text":"and of those that tremble","number":"h2730"},{"text":"and such as are born","number":"h3205"},{"text":"to put away","number":"h3318"},{"text":"Now therefore let us make","number":"h3772"},{"text":"at the commandment","number":"h4687"},{"text":"of them according to the counsel","number":"h6098"},{"text":"and let it be done","number":"h6213"},{"text":"according to the law","number":"h8451"}],"34":[{"text":"and Uel","number":"h177"},{"text":"Of the sons","number":"h1121"},{"text":"of Bani","number":"h1137"},{"text":"Maadai","number":"h4572"},{"text":"Amram","number":"h6019"}],"24":[{"text":"and Uri","number":"h221"},{"text":"also Eliashib","number":"h475"},{"text":"and Telem","number":"h2928"},{"text":"and of the porters","number":"h7778"},{"text":"Of the singers","number":"h7891"},{"text":"Shallum","number":"h7967"}],"18":[{"text":"and his brethren","number":"h251"},{"text":"and Eliezer","number":"h461"},{"text":"wives","number":"h802"},{"text":"And among the sons","number":"h1121"},{"text":"namely of the sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"and Gedaliah","number":"h1436"},{"text":"of Jozadak","number":"h3136"},{"text":"and Jarib","number":"h3402"},{"text":"that had taken","number":"h3427"},{"text":"of Jeshua","number":"h3442"},{"text":"of the priests","number":"h3548"},{"text":"Maaseiah","number":"h4641"},{"text":"there were found","number":"h4672"},{"text":"strange","number":"h5237"}],"17":[{"text":"by the first","number":"h259"},{"text":"with all the men","number":"h582"},{"text":"wives","number":"h802"},{"text":"month","number":"h2320"},{"text":"day","number":"h3117"},{"text":"that had taken","number":"h3427"},{"text":"And they made an end","number":"h3615"},{"text":"strange","number":"h5237"},{"text":"of the first","number":"h7223"}],"19":[{"text":"they offered a ram","number":"h352"},{"text":"their wives","number":"h802"},{"text":"and being guilty","number":"h818"},{"text":"for their trespass","number":"h819"},{"text":"their hands","number":"h3027"},{"text":"that they would put away","number":"h3318"},{"text":"And they gave","number":"h5414"},{"text":"of the flock","number":"h6629"}],"2":[{"text":"against our God","number":"h430"},{"text":"and said","number":"h559"},{"text":"of the land","number":"h776"},{"text":"wives","number":"h802"},{"text":"one of the sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Jehiel","number":"h3171"},{"text":"yet now there is","number":"h3426"},{"text":"and have taken","number":"h3427"},{"text":"in Israel","number":"h3478"},{"text":"We have trespassed","number":"h4603"},{"text":"hope","number":"h4723"},{"text":"strange","number":"h5237"},{"text":"unto Ezra","number":"h5830"},{"text":"of Elam","number":"h5867"},{"text":"of the people","number":"h5971"},{"text":"answered","number":"h6030"},{"text":"And Shechaniah","number":"h7935"}],"1":[{"text":"of God","number":"h430"},{"text":"of men","number":"h582"},{"text":"and women","number":"h802"},{"text":"the house","number":"h1004"},{"text":"weeping","number":"h1058"},{"text":"wept","number":"h1058"},{"text":"sore","number":"h1059"},{"text":"and when he had confessed","number":"h3034"},{"text":"and children","number":"h3206"},{"text":"unto him out of Israel","number":"h3478"},{"text":"a very","number":"h3966"},{"text":"and casting himself down","number":"h5307"},{"text":"Now when Ezra","number":"h5830"},{"text":"for the people","number":"h5971"},{"text":"had prayed","number":"h6419"},{"text":"before","number":"h6440"},{"text":"there assembled","number":"h6908"},{"text":"congregation","number":"h6951"},{"text":"great","number":"h7227"},{"text":"very","number":"h7235"}],"9":[{"text":"of God","number":"h430"},{"text":"Then all the men","number":"h582"},{"text":"of the house","number":"h1004"},{"text":"and Benjamin","number":"h1144"},{"text":"and for the great rain","number":"h1653"},{"text":"because of this matter","number":"h1697"},{"text":"day of the month","number":"h2320"},{"text":"month","number":"h2320"},{"text":"of Judah","number":"h3063"},{"text":"days","number":"h3117"},{"text":"unto Jerusalem","number":"h3389"},{"text":"sat","number":"h3427"},{"text":"and all the people","number":"h5971"},{"text":"on the twentieth","number":"h6242"},{"text":"gathered themselves together","number":"h6908"},{"text":"in the street","number":"h7339"},{"text":"trembling","number":"h7460"},{"text":"within three","number":"h7969"},{"text":"It was the ninth","number":"h8671"}],"14":[{"text":"of our God","number":"h430"},{"text":"wrath","number":"h639"},{"text":"wives","number":"h802"},{"text":"come","number":"h935"},{"text":"for this matter","number":"h1697"},{"text":"at appointed","number":"h2163"},{"text":"and with them the elders","number":"h2205"},{"text":"thereof until the fierce","number":"h2740"},{"text":"and let all them which have taken","number":"h3427"},{"text":"strange","number":"h5237"},{"text":"in our cities","number":"h5892"},{"text":"of every city","number":"h5892"},{"text":"stand","number":"h5975"},{"text":"times","number":"h6256"},{"text":"of all the congregation","number":"h6951"},{"text":"be turned","number":"h7725"},{"text":"and the judges","number":"h8199"},{"text":"Let now our rulers","number":"h8269"}],"26":[{"text":"and Eliah","number":"h452"},{"text":"And of the sons","number":"h1121"},{"text":"Zechariah","number":"h2148"},{"text":"and Jehiel","number":"h3171"},{"text":"and Jeremoth","number":"h3406"},{"text":"Mattaniah","number":"h4983"},{"text":"and Abdi","number":"h5660"},{"text":"of Elam","number":"h5867"}],"21":[{"text":"and Elijah","number":"h452"},{"text":"And of the sons","number":"h1121"},{"text":"of Harim","number":"h2766"},{"text":"and Jehiel","number":"h3171"},{"text":"Maaseiah","number":"h4641"},{"text":"and Uzziah","number":"h5818"},{"text":"and Shemaiah","number":"h8098"}],"22":[{"text":"Elioenai","number":"h454"},{"text":"and Elasah","number":"h501"},{"text":"And of the sons","number":"h1121"},{"text":"Jozabad","number":"h3107"},{"text":"Ishmael","number":"h3458"},{"text":"Maaseiah","number":"h4641"},{"text":"Nethaneel","number":"h5417"},{"text":"of Pashur","number":"h6583"}],"27":[{"text":"Elioenai","number":"h454"},{"text":"Eliashib","number":"h475"},{"text":"And of the sons","number":"h1121"},{"text":"and Zabad","number":"h2066"},{"text":"of Zattu","number":"h2240"},{"text":"and Jeremoth","number":"h3406"},{"text":"Mattaniah","number":"h4983"},{"text":"and Aziza","number":"h5819"}],"31":[{"text":"Eliezer","number":"h461"},{"text":"And of the sons","number":"h1121"},{"text":"of Harim","number":"h2766"},{"text":"Ishijah","number":"h3449"},{"text":"Malchiah","number":"h4441"},{"text":"Shimeon","number":"h8095"},{"text":"Shemaiah","number":"h8098"}],"23":[{"text":"and Eliezer","number":"h461"},{"text":"Judah","number":"h3063"},{"text":"Jozabad","number":"h3107"},{"text":"Also of the Levites","number":"h3881"},{"text":"Pethahiah","number":"h6611"},{"text":"and Kelaiah","number":"h7041"},{"text":"the same is Kelita","number":"h7042"},{"text":"and Shimei","number":"h8096"}],"33":[{"text":"Eliphelet","number":"h467"},{"text":"Of the sons","number":"h1121"},{"text":"Zabad","number":"h2066"},{"text":"of Hashum","number":"h2828"},{"text":"Jeremai","number":"h3413"},{"text":"Manasseh","number":"h4519"},{"text":"Mattenai","number":"h4982"},{"text":"Mattathah","number":"h4992"},{"text":"and Shimei","number":"h8096"}],"36":[{"text":"Eliashib","number":"h475"},{"text":"Vaniah","number":"h2057"},{"text":"Meremoth","number":"h4822"}],"25":[{"text":"and Eleazar","number":"h499"},{"text":"of the sons","number":"h1121"},{"text":"and Benaiah","number":"h1141"},{"text":"and Jeziah","number":"h3150"},{"text":"Moreover of Israel","number":"h3478"},{"text":"and Miamin","number":"h4326"},{"text":"and Malchiah","number":"h4441"},{"text":"and Malchijah","number":"h4441"},{"text":"of Parosh","number":"h6551"},{"text":"Ramiah","number":"h7422"}],"10":[{"text":"and said","number":"h559"},{"text":"wives","number":"h802"},{"text":"the trespass","number":"h819"},{"text":"to increase","number":"h3254"},{"text":"and have taken","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"the priest","number":"h3548"},{"text":"unto them Ye have transgressed","number":"h4603"},{"text":"strange","number":"h5237"},{"text":"And Ezra","number":"h5830"},{"text":"stood up","number":"h6965"}],"12":[{"text":"and said","number":"h559"},{"text":"with a loud","number":"h1419"},{"text":"As thou hast said","number":"h1697"},{"text":"answered","number":"h6030"},{"text":"so must we do","number":"h6213"},{"text":"Then all the congregation","number":"h6951"},{"text":"voice","number":"h6963"}],"20":[{"text":"of Immer","number":"h564"},{"text":"And of the sons","number":"h1121"},{"text":"and Zebadiah","number":"h2069"},{"text":"Hanani","number":"h2607"}],"42":[{"text":"Amariah","number":"h568"},{"text":"and Joseph","number":"h3130"},{"text":"Shallum","number":"h7967"}],"44":[{"text":"wives","number":"h802"},{"text":"wives","number":"h802"},{"text":"children","number":"h1121"},{"text":"and some of them had","number":"h3426"},{"text":"strange","number":"h5237"},{"text":"All these had taken","number":"h5375"},{"text":"by whom they had","number":"h7760"}],"28":[{"text":"also of Bebai","number":"h893"},{"text":"Of the sons","number":"h1121"},{"text":"Zabbai","number":"h2140"},{"text":"Hananiah","number":"h2608"},{"text":"Jehohanan","number":"h3076"},{"text":"and Athlai","number":"h6270"}],"35":[{"text":"Bedeiah","number":"h912"},{"text":"Benaiah","number":"h1141"},{"text":"Chelluh","number":"h3622"}],"8":[{"text":"and himself separated","number":"h914"},{"text":"And that whosoever would not come","number":"h935"},{"text":"of those that had been carried away","number":"h1473"},{"text":"and the elders","number":"h2205"},{"text":"should be forfeited","number":"h2763"},{"text":"days","number":"h3117"},{"text":"according to the counsel","number":"h6098"},{"text":"from the congregation","number":"h6951"},{"text":"all his substance","number":"h7399"},{"text":"within three","number":"h7969"},{"text":"of the princes","number":"h8269"}],"29":[{"text":"And of the sons","number":"h1121"},{"text":"of Bani","number":"h1137"},{"text":"Jashub","number":"h3437"},{"text":"Malluch","number":"h4409"},{"text":"Meshullam","number":"h4918"},{"text":"and Adaiah","number":"h5718"},{"text":"and Ramoth","number":"h7433"},{"text":"and Sheal","number":"h7594"}],"30":[{"text":"And of the sons","number":"h1121"},{"text":"and Binnui","number":"h1131"},{"text":"Benaiah","number":"h1141"},{"text":"Bezaleel","number":"h1212"},{"text":"and Chelal","number":"h3636"},{"text":"and Manasseh","number":"h4519"},{"text":"Maaseiah","number":"h4641"},{"text":"Mattaniah","number":"h4983"},{"text":"Adna","number":"h5733"},{"text":"of Pahathmoab","number":"h6355"}],"43":[{"text":"Of the sons","number":"h1121"},{"text":"Benaiah","number":"h1141"},{"text":"Zabad","number":"h2066"},{"text":"Zebina","number":"h2081"},{"text":"Jadau","number":"h3035"},{"text":"and Joel","number":"h3100"},{"text":"Jeiel","number":"h3273"},{"text":"Mattithiah","number":"h4993"},{"text":"of Nebo","number":"h5015"}],"15":[{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"Only Jonathan","number":"h3129"},{"text":"and Jahaziah","number":"h3167"},{"text":"the Levite","number":"h3881"},{"text":"about this matter and Meshullam","number":"h4918"},{"text":"helped","number":"h5826"},{"text":"were employed","number":"h5975"},{"text":"of Asahel","number":"h6214"},{"text":"and Shabbethai","number":"h7678"},{"text":"of Tikvah","number":"h8616"}],"7":[{"text":"unto all the children","number":"h1121"},{"text":"of the captivity","number":"h1473"},{"text":"throughout Judah","number":"h3063"},{"text":"and Jerusalem","number":"h3389"},{"text":"unto Jerusalem","number":"h3389"},{"text":"And they made proclamation","number":"h5674"},{"text":"that they should gather themselves together","number":"h6908"}],"38":[{"text":"and Binnui","number":"h1131"},{"text":"And Bani","number":"h1137"},{"text":"Shimei","number":"h8096"}],"32":[{"text":"Benjamin","number":"h1144"},{"text":"Malluch","number":"h4409"},{"text":"and Shemariah","number":"h8114"}],"5":[{"text":"according to this word","number":"h1697"},{"text":"and all Israel","number":"h3478"},{"text":"priests","number":"h3548"},{"text":"the Levites","number":"h3881"},{"text":"Ezra","number":"h5830"},{"text":"that they should do","number":"h6213"},{"text":"Then arose","number":"h6965"},{"text":"And they sware","number":"h7650"},{"text":"to swear","number":"h7650"},{"text":"and made the chief","number":"h8269"}],"4":[{"text":"for this matter","number":"h1697"},{"text":"belongeth unto thee we also will be with thee be of good courage","number":"h2388"},{"text":"and do","number":"h6213"},{"text":"Arise","number":"h6965"}],"37":[{"text":"and Jaasau","number":"h3299"},{"text":"Mattenai","number":"h4982"},{"text":"Mattaniah","number":"h4983"}],"40":[{"text":"Machnadebai","number":"h4367"},{"text":"Sharai","number":"h8298"},{"text":"Shashai","number":"h8343"}],"39":[{"text":"and Nathan","number":"h5416"},{"text":"and Adaiah","number":"h5718"},{"text":"And Shelemiah","number":"h8018"}],"41":[{"text":"Azareel","number":"h5832"},{"text":"and Shelemiah","number":"h8018"},{"text":"Shemariah","number":"h8114"}]}
@@ -0,0 +1 @@
1
+ {"68":[{"text":"of the fathers","number":"h1"},{"text":"of God","number":"h430"},{"text":"when they came","number":"h935"},{"text":"for the house","number":"h1004"},{"text":"to the house","number":"h1004"},{"text":"of the LORD","number":"h3068"},{"text":"which is at Jerusalem","number":"h3389"},{"text":"in his place","number":"h4349"},{"text":"offered freely","number":"h5068"},{"text":"to set it up","number":"h5975"},{"text":"And some of the chief","number":"h7218"}],"59":[{"text":"their father's","number":"h1"},{"text":"Addan","number":"h135"},{"text":"and Immer","number":"h564"},{"text":"house","number":"h1004"},{"text":"and their seed","number":"h2233"},{"text":"but they could","number":"h3201"},{"text":"whether they were of Israel","number":"h3478"},{"text":"Cherub","number":"h3743"},{"text":"not shew","number":"h5046"},{"text":"And these were they which went up","number":"h5927"},{"text":"Telharsa","number":"h8521"},{"text":"from Telmelah","number":"h8528"}],"13":[{"text":"of Adonikam","number":"h140"},{"text":"The children","number":"h1121"},{"text":"hundred","number":"h3967"},{"text":"and six","number":"h8337"},{"text":"six","number":"h8337"},{"text":"sixty","number":"h8346"}],"33":[{"text":"and Ono","number":"h207"},{"text":"The children","number":"h1121"},{"text":"Hadid","number":"h2307"},{"text":"and five","number":"h2568"},{"text":"of Lod","number":"h3850"},{"text":"hundred","number":"h3967"},{"text":"twenty","number":"h6242"},{"text":"seven","number":"h7651"}],"69":[{"text":"unto the treasure","number":"h214"},{"text":"and one thousand","number":"h505"},{"text":"thousand","number":"h505"},{"text":"drams","number":"h1871"},{"text":"of gold","number":"h2091"},{"text":"and five","number":"h2568"},{"text":"priests","number":"h3548"},{"text":"after their ability","number":"h3581"},{"text":"of silver","number":"h3701"},{"text":"garments","number":"h3801"},{"text":"and one hundred","number":"h3967"},{"text":"of the work","number":"h4399"},{"text":"pound","number":"h4488"},{"text":"They gave","number":"h5414"},{"text":"threescore","number":"h8337"}],"63":[{"text":"with Urim","number":"h224"},{"text":"unto them that they should not eat","number":"h398"},{"text":"said","number":"h559"},{"text":"a priest","number":"h3548"},{"text":"till there stood up","number":"h5975"},{"text":"holy things","number":"h6944"},{"text":"of the most","number":"h6944"},{"text":"and with Thummim","number":"h8550"},{"text":"And the Tirshatha","number":"h8660"}],"26":[{"text":"and one","number":"h259"},{"text":"The children","number":"h1121"},{"text":"and Gaba","number":"h1387"},{"text":"hundred","number":"h3967"},{"text":"twenty","number":"h6242"},{"text":"of Ramah","number":"h7414"},{"text":"six","number":"h8337"}],"64":[{"text":"together","number":"h259"},{"text":"and two thousand","number":"h505"},{"text":"was forty","number":"h702"},{"text":"hundred","number":"h3967"},{"text":"The whole congregation","number":"h6951"},{"text":"three","number":"h7969"},{"text":"and threescore","number":"h8346"}],"31":[{"text":"of the other","number":"h312"},{"text":"a thousand","number":"h505"},{"text":"and four","number":"h702"},{"text":"The children","number":"h1121"},{"text":"fifty","number":"h2572"},{"text":"two hundred","number":"h3967"},{"text":"Elam","number":"h5867"}],"16":[{"text":"of Ater","number":"h333"},{"text":"The children","number":"h1121"},{"text":"of Hezekiah","number":"h3169"},{"text":"and eight","number":"h8083"},{"text":"ninety","number":"h8673"}],"42":[{"text":"of Ater","number":"h333"},{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Hatita","number":"h2410"},{"text":"of Talmon","number":"h2929"},{"text":"in all an hundred","number":"h3967"},{"text":"of Akkub","number":"h6126"},{"text":"of Shobai","number":"h7630"},{"text":"of the porters","number":"h7778"},{"text":"of Shallum","number":"h7967"},{"text":"thirty","number":"h7970"},{"text":"and nine","number":"h8672"}],"1":[{"text":"every one","number":"h376"},{"text":"of Babylon","number":"h894"},{"text":"unto Babylon","number":"h894"},{"text":"Now these are the children","number":"h1121"},{"text":"of those which had been carried away","number":"h1473"},{"text":"had carried away","number":"h1540"},{"text":"and Judah","number":"h3063"},{"text":"unto Jerusalem","number":"h3389"},{"text":"of the province","number":"h4082"},{"text":"the king","number":"h4428"},{"text":"whom Nebuchadnezzar","number":"h5019"},{"text":"unto his city","number":"h5892"},{"text":"that went up","number":"h5927"},{"text":"out of the captivity","number":"h7628"},{"text":"and came again","number":"h7725"}],"65":[{"text":"and there were","number":"h428"},{"text":"thousand","number":"h505"},{"text":"and their maids","number":"h519"},{"text":"among them two hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"Beside their servants","number":"h5650"},{"text":"and seven","number":"h7651"},{"text":"of whom there were seven","number":"h7651"},{"text":"and singing women","number":"h7891"},{"text":"singing men","number":"h7891"},{"text":"three","number":"h7969"},{"text":"thirty","number":"h7970"}],"12":[{"text":"a thousand","number":"h505"},{"text":"The children","number":"h1121"},{"text":"hundred","number":"h3967"},{"text":"of Azgad","number":"h5803"},{"text":"twenty","number":"h6242"},{"text":"and two","number":"h8147"},{"text":"two","number":"h8147"}],"37":[{"text":"a thousand","number":"h505"},{"text":"of Immer","number":"h564"},{"text":"The children","number":"h1121"},{"text":"fifty","number":"h2572"},{"text":"and two","number":"h8147"}],"38":[{"text":"a thousand","number":"h505"},{"text":"forty","number":"h705"},{"text":"The children","number":"h1121"},{"text":"two hundred","number":"h3967"},{"text":"of Pashur","number":"h6583"},{"text":"and seven","number":"h7651"}],"39":[{"text":"a thousand","number":"h505"},{"text":"The children","number":"h1121"},{"text":"of Harim","number":"h2766"},{"text":"and seventeen","number":"h7651"}],"7":[{"text":"a thousand","number":"h505"},{"text":"and four","number":"h702"},{"text":"The children","number":"h1121"},{"text":"fifty","number":"h2572"},{"text":"two hundred","number":"h3967"},{"text":"of Elam","number":"h5867"}],"35":[{"text":"thousand","number":"h505"},{"text":"The children","number":"h1121"},{"text":"hundred","number":"h3967"},{"text":"of Senaah","number":"h5570"},{"text":"three","number":"h7969"},{"text":"and thirty","number":"h7970"},{"text":"and six","number":"h8337"}],"67":[{"text":"thousand","number":"h505"},{"text":"four","number":"h702"},{"text":"Their camels","number":"h1581"},{"text":"their asses","number":"h2543"},{"text":"and five","number":"h2568"},{"text":"hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"and twenty","number":"h6242"},{"text":"seven","number":"h7651"},{"text":"thirty","number":"h7970"},{"text":"six","number":"h8337"}],"14":[{"text":"two thousand","number":"h505"},{"text":"of Bigvai","number":"h902"},{"text":"The children","number":"h1121"},{"text":"fifty","number":"h2572"},{"text":"and six","number":"h8337"}],"3":[{"text":"two thousand","number":"h505"},{"text":"The children","number":"h1121"},{"text":"an hundred","number":"h3967"},{"text":"of Parosh","number":"h6551"},{"text":"seventy","number":"h7657"},{"text":"and two","number":"h8147"}],"6":[{"text":"two thousand","number":"h505"},{"text":"The children","number":"h1121"},{"text":"of the children","number":"h1121"},{"text":"and Joab","number":"h3097"},{"text":"of Jeshua","number":"h3442"},{"text":"hundred","number":"h3967"},{"text":"of Pahathmoab","number":"h6355"},{"text":"eight","number":"h8083"},{"text":"and twelve","number":"h8147"}],"57":[{"text":"of Ami","number":"h532"},{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Hattil","number":"h2411"},{"text":"of Pochereth of Zebaim","number":"h6380"},{"text":"of Shephatiah","number":"h8203"}],"22":[{"text":"The men","number":"h582"},{"text":"fifty","number":"h2572"},{"text":"of Netophah","number":"h5199"},{"text":"and six","number":"h8337"}],"23":[{"text":"The men","number":"h582"},{"text":"an hundred","number":"h3967"},{"text":"of Anathoth","number":"h6068"},{"text":"twenty","number":"h6242"},{"text":"and eight","number":"h8083"}],"27":[{"text":"The men","number":"h582"},{"text":"an hundred","number":"h3967"},{"text":"of Michmas","number":"h4363"},{"text":"twenty","number":"h6242"},{"text":"and two","number":"h8147"}],"28":[{"text":"The men","number":"h582"},{"text":"of Bethel","number":"h1008"},{"text":"two hundred","number":"h3967"},{"text":"and Ai","number":"h5857"},{"text":"twenty","number":"h6242"},{"text":"and three","number":"h7969"}],"2":[{"text":"of the men","number":"h582"},{"text":"Bigvai","number":"h902"},{"text":"Which came","number":"h935"},{"text":"Bilshan","number":"h1114"},{"text":"Baanah","number":"h1196"},{"text":"with Zerubbabel","number":"h2216"},{"text":"Jeshua","number":"h3442"},{"text":"of Israel","number":"h3478"},{"text":"The number","number":"h4557"},{"text":"Mispar","number":"h4558"},{"text":"Mordecai","number":"h4782"},{"text":"Nehemiah","number":"h5166"},{"text":"of the people","number":"h5971"},{"text":"Rehum","number":"h7348"},{"text":"Reelaiah","number":"h7480"},{"text":"Seraiah","number":"h8304"}],"50":[{"text":"of Asnah","number":"h619"},{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Mehunim","number":"h4586"},{"text":"of Nephusim","number":"h5300"}],"41":[{"text":"of Asaph","number":"h623"},{"text":"the children","number":"h1121"},{"text":"an hundred","number":"h3967"},{"text":"twenty","number":"h6242"},{"text":"The singers","number":"h7891"},{"text":"and eight","number":"h8083"}],"15":[{"text":"and four","number":"h702"},{"text":"four","number":"h702"},{"text":"The children","number":"h1121"},{"text":"fifty","number":"h2572"},{"text":"hundred","number":"h3967"},{"text":"of Adin","number":"h5720"}],"40":[{"text":"and four","number":"h702"},{"text":"of the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Hodaviah","number":"h1938"},{"text":"of Jeshua","number":"h3442"},{"text":"The Levites","number":"h3881"},{"text":"and Kadmiel","number":"h6934"},{"text":"seventy","number":"h7657"}],"25":[{"text":"and forty","number":"h705"},{"text":"and Beeroth","number":"h881"},{"text":"The children","number":"h1121"},{"text":"Chephirah","number":"h3716"},{"text":"hundred","number":"h3967"},{"text":"of Kirjatharim","number":"h7157"},{"text":"seven","number":"h7651"},{"text":"and three","number":"h7969"}],"10":[{"text":"forty","number":"h705"},{"text":"The children","number":"h1121"},{"text":"of Bani","number":"h1137"},{"text":"hundred","number":"h3967"},{"text":"and two","number":"h8147"},{"text":"six","number":"h8337"}],"24":[{"text":"forty","number":"h705"},{"text":"The children","number":"h1121"},{"text":"of Azmaveth","number":"h5820"},{"text":"and two","number":"h8147"}],"34":[{"text":"forty","number":"h705"},{"text":"The children","number":"h1121"},{"text":"and five","number":"h2568"},{"text":"of Jericho","number":"h3405"},{"text":"hundred","number":"h3967"},{"text":"three","number":"h7969"}],"66":[{"text":"forty","number":"h705"},{"text":"and five","number":"h2568"},{"text":"hundred","number":"h3967"},{"text":"two hundred","number":"h3967"},{"text":"Their horses","number":"h5483"},{"text":"their mules","number":"h6505"},{"text":"were seven","number":"h7651"},{"text":"thirty","number":"h7970"},{"text":"and six","number":"h8337"}],"8":[{"text":"forty","number":"h705"},{"text":"The children","number":"h1121"},{"text":"of Zattu","number":"h2240"},{"text":"and five","number":"h2568"},{"text":"hundred","number":"h3967"},{"text":"nine","number":"h8672"}],"5":[{"text":"of Arah","number":"h733"},{"text":"The children","number":"h1121"},{"text":"and five","number":"h2568"},{"text":"hundred","number":"h3967"},{"text":"seven","number":"h7651"},{"text":"seventy","number":"h7657"}],"61":[{"text":"a wife","number":"h802"},{"text":"And of the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Barzillai","number":"h1271"},{"text":"of Barzillai","number":"h1271"},{"text":"of the daughters","number":"h1323"},{"text":"the Gileadite","number":"h1569"},{"text":"of Habaiah","number":"h2252"},{"text":"of the priests","number":"h3548"},{"text":"which took","number":"h3947"},{"text":"of Koz","number":"h6976"},{"text":"and was called","number":"h7121"},{"text":"after their name","number":"h8034"}],"11":[{"text":"of Bebai","number":"h893"},{"text":"The children","number":"h1121"},{"text":"hundred","number":"h3967"},{"text":"twenty","number":"h6242"},{"text":"and three","number":"h7969"},{"text":"six","number":"h8337"}],"36":[{"text":"of the house","number":"h1004"},{"text":"the children","number":"h1121"},{"text":"of Jedaiah","number":"h3048"},{"text":"of Jeshua","number":"h3442"},{"text":"The priests","number":"h3548"},{"text":"hundred","number":"h3967"},{"text":"seventy","number":"h7657"},{"text":"and three","number":"h7969"},{"text":"nine","number":"h8672"}],"21":[{"text":"of Bethlehem","number":"h1035"},{"text":"The children","number":"h1121"},{"text":"an hundred","number":"h3967"},{"text":"twenty","number":"h6242"},{"text":"and three","number":"h7969"}],"17":[{"text":"The children","number":"h1121"},{"text":"of Bezai","number":"h1209"},{"text":"hundred","number":"h3967"},{"text":"twenty","number":"h6242"},{"text":"and three","number":"h7969"},{"text":"three","number":"h7969"}],"18":[{"text":"The children","number":"h1121"},{"text":"of Jorah","number":"h3139"},{"text":"an hundred","number":"h3967"},{"text":"and twelve","number":"h8147"}],"19":[{"text":"The children","number":"h1121"},{"text":"of Hashum","number":"h2828"},{"text":"two hundred","number":"h3967"},{"text":"twenty","number":"h6242"},{"text":"and three","number":"h7969"}],"20":[{"text":"The children","number":"h1121"},{"text":"of Gibbar","number":"h1402"},{"text":"and five","number":"h2568"},{"text":"ninety","number":"h8673"}],"29":[{"text":"The children","number":"h1121"},{"text":"fifty","number":"h2572"},{"text":"of Nebo","number":"h5015"},{"text":"and two","number":"h8147"}],"30":[{"text":"The children","number":"h1121"},{"text":"fifty","number":"h2572"},{"text":"an hundred","number":"h3967"},{"text":"of Magbish","number":"h4019"},{"text":"and six","number":"h8337"}],"32":[{"text":"The children","number":"h1121"},{"text":"of Harim","number":"h2766"},{"text":"hundred","number":"h3967"},{"text":"and twenty","number":"h6242"},{"text":"three","number":"h7969"}],"4":[{"text":"The children","number":"h1121"},{"text":"hundred","number":"h3967"},{"text":"seventy","number":"h7657"},{"text":"three","number":"h7969"},{"text":"and two","number":"h8147"},{"text":"of Shephatiah","number":"h8203"}],"44":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Siaha","number":"h5517"},{"text":"of Padon","number":"h6303"},{"text":"of Keros","number":"h7026"}],"45":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Hagabah","number":"h2286"},{"text":"of Lebanah","number":"h3838"},{"text":"of Akkub","number":"h6126"}],"46":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Hagab","number":"h2285"},{"text":"of Hanan","number":"h2605"},{"text":"of Shalmai","number":"h8073"}],"47":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Giddel","number":"h1435"},{"text":"of Gahar","number":"h1515"},{"text":"of Reaiah","number":"h7211"}],"48":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Gazzam","number":"h1502"},{"text":"of Nekoda","number":"h5353"},{"text":"of Rezin","number":"h7526"}],"49":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Besai","number":"h1153"},{"text":"of Uzza","number":"h5798"},{"text":"of Paseah","number":"h6454"}],"51":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Bakbuk","number":"h1227"},{"text":"of Hakupha","number":"h2709"},{"text":"of Harhur","number":"h2744"}],"52":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Bazluth","number":"h1213"},{"text":"of Harsha","number":"h2797"},{"text":"of Mehida","number":"h4240"}],"53":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Barkos","number":"h1302"},{"text":"of Sisera","number":"h5516"},{"text":"of Thamah","number":"h8547"}],"54":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Hatipha","number":"h2412"},{"text":"of Neziah","number":"h5335"}],"55":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Sotai","number":"h5479"},{"text":"of Sophereth","number":"h5618"},{"text":"servants","number":"h5650"},{"text":"of Peruda","number":"h6514"},{"text":"of Solomon's","number":"h8010"}],"56":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Giddel","number":"h1435"},{"text":"of Darkon","number":"h1874"},{"text":"of Jaalah","number":"h3279"}],"60":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Delaiah","number":"h1806"},{"text":"fifty","number":"h2572"},{"text":"of Tobiah","number":"h2900"},{"text":"hundred","number":"h3967"},{"text":"of Nekoda","number":"h5353"},{"text":"and two","number":"h8147"},{"text":"six","number":"h8337"}],"9":[{"text":"The children","number":"h1121"},{"text":"of Zaccai","number":"h2140"},{"text":"hundred","number":"h3967"},{"text":"seven","number":"h7651"},{"text":"and threescore","number":"h8346"}],"58":[{"text":"and the children","number":"h1121"},{"text":"hundred","number":"h3967"},{"text":"All the Nethinims","number":"h5411"},{"text":"servants","number":"h5650"},{"text":"were three","number":"h7969"},{"text":"of Solomon's","number":"h8010"},{"text":"and two","number":"h8147"},{"text":"ninety","number":"h8673"}],"43":[{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Hasupha","number":"h2817"},{"text":"of Tabbaoth","number":"h2884"},{"text":"The Nethinims","number":"h5411"},{"text":"of Ziha","number":"h6727"}],"62":[{"text":"These sought","number":"h1245"},{"text":"therefore were they as polluted","number":"h1351"},{"text":"among those that were reckoned by genealogy","number":"h3187"},{"text":"put from the priesthood","number":"h3550"},{"text":"their register","number":"h3791"},{"text":"but they were not found","number":"h4672"}],"70":[{"text":"dwelt","number":"h3427"},{"text":"and all Israel","number":"h3478"},{"text":"So the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"and the Nethinims","number":"h5411"},{"text":"in their cities","number":"h5892"},{"text":"in their cities","number":"h5892"},{"text":"and some of the people","number":"h5971"},{"text":"and the porters","number":"h7778"},{"text":"and the singers","number":"h7891"}]}
@@ -0,0 +1 @@
1
+ {"12":[{"text":"of the fathers","number":"h1"},{"text":"house","number":"h1004"},{"text":"of this house","number":"h1004"},{"text":"wept","number":"h1058"},{"text":"with a loud","number":"h1419"},{"text":"who were ancient men","number":"h2205"},{"text":"was laid","number":"h3245"},{"text":"when the foundation","number":"h3245"},{"text":"of the priests","number":"h3548"},{"text":"and Levites","number":"h3881"},{"text":"before their eyes","number":"h5869"},{"text":"voice","number":"h6963"},{"text":"that had seen","number":"h7200"},{"text":"and chief","number":"h7218"},{"text":"the first","number":"h7223"},{"text":"But many","number":"h7227"},{"text":"and many","number":"h7227"},{"text":"aloud","number":"h7311"},{"text":"for joy","number":"h8057"},{"text":"shouted","number":"h8643"}],"2":[{"text":"and his brethren","number":"h251"},{"text":"and his brethren","number":"h251"},{"text":"the man","number":"h376"},{"text":"of God","number":"h430"},{"text":"of the God","number":"h430"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"and builded","number":"h1129"},{"text":"and Zerubbabel","number":"h2216"},{"text":"of Jozadak","number":"h3136"},{"text":"Jeshua","number":"h3442"},{"text":"of Israel","number":"h3478"},{"text":"the priests","number":"h3548"},{"text":"thereon as it is written","number":"h3789"},{"text":"the altar","number":"h4196"},{"text":"of Moses","number":"h4872"},{"text":"to offer","number":"h5927"},{"text":"burnt offerings","number":"h5930"},{"text":"Then stood up","number":"h6965"},{"text":"of Shealtiel","number":"h7597"},{"text":"in the law","number":"h8451"}],"9":[{"text":"and his brethren","number":"h251"},{"text":"and their brethren","number":"h251"},{"text":"together","number":"h259"},{"text":"of God","number":"h430"},{"text":"in the house","number":"h1004"},{"text":"and his sons","number":"h1121"},{"text":"the sons","number":"h1121"},{"text":"the sons","number":"h1121"},{"text":"with his sons","number":"h1121"},{"text":"with their sons","number":"h1121"},{"text":"of Henadad","number":"h2582"},{"text":"of Judah","number":"h3063"},{"text":"Jeshua","number":"h3442"},{"text":"the Levites","number":"h3881"},{"text":"to set forward","number":"h5329"},{"text":"Then stood","number":"h5975"},{"text":"the workmen","number":"h6213"},{"text":"Kadmiel","number":"h6934"}],"8":[{"text":"of their brethren","number":"h251"},{"text":"of God","number":"h430"},{"text":"and all they that were come out","number":"h935"},{"text":"of their coming","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"unto the house","number":"h1004"},{"text":"old","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"Zerubbabel","number":"h2216"},{"text":"month","number":"h2320"},{"text":"began","number":"h2490"},{"text":"of the LORD","number":"h3068"},{"text":"of Jozadak","number":"h3136"},{"text":"at Jerusalem","number":"h3389"},{"text":"unto Jerusalem","number":"h3389"},{"text":"and Jeshua","number":"h3442"},{"text":"the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"the Levites","number":"h3881"},{"text":"the work","number":"h4399"},{"text":"and upward","number":"h4605"},{"text":"to set forward","number":"h5329"},{"text":"and appointed","number":"h5975"},{"text":"from twenty","number":"h6242"},{"text":"of Shealtiel","number":"h7597"},{"text":"and the remnant","number":"h7605"},{"text":"of the captivity","number":"h7628"},{"text":"year","number":"h8141"},{"text":"years","number":"h8141"},{"text":"Now in the second","number":"h8145"},{"text":"in the second","number":"h8145"}],"6":[{"text":"From the first","number":"h259"},{"text":"of the temple","number":"h1964"},{"text":"month","number":"h2320"},{"text":"began","number":"h2490"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"But the foundation","number":"h3245"},{"text":"was not yet laid","number":"h3245"},{"text":"they to offer","number":"h5927"},{"text":"burnt offerings","number":"h5930"},{"text":"of the seventh","number":"h7637"}],"1":[{"text":"as one","number":"h259"},{"text":"man","number":"h376"},{"text":"gathered themselves together","number":"h622"},{"text":"and the children","number":"h1121"},{"text":"month","number":"h2320"},{"text":"to Jerusalem","number":"h3389"},{"text":"of Israel","number":"h3478"},{"text":"was come","number":"h5060"},{"text":"were in the cities","number":"h5892"},{"text":"the people","number":"h5971"},{"text":"And when the seventh","number":"h7637"}],"5":[{"text":"And afterward","number":"h310"},{"text":"both of the new moons","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"and of all the set feasts","number":"h4150"},{"text":"and of every one that willingly offered","number":"h5068"},{"text":"a freewill offering","number":"h5071"},{"text":"burnt offering","number":"h5930"},{"text":"that were consecrated","number":"h6942"},{"text":"offered the continual","number":"h8548"}],"3":[{"text":"for fear","number":"h367"},{"text":"of those countries","number":"h776"},{"text":"morning","number":"h1242"},{"text":"thereon unto the LORD","number":"h3068"},{"text":"And they set","number":"h3559"},{"text":"the altar","number":"h4196"},{"text":"upon his bases","number":"h4350"},{"text":"and they offered","number":"h5927"},{"text":"burnt offerings","number":"h5930"},{"text":"even burnt offerings","number":"h5930"},{"text":"was upon them because of the people","number":"h5971"},{"text":"and evening","number":"h6153"}],"10":[{"text":"of Asaph","number":"h623"},{"text":"the sons","number":"h1121"},{"text":"And when the builders","number":"h1129"},{"text":"of David","number":"h1732"},{"text":"of the temple","number":"h1964"},{"text":"to praise","number":"h1984"},{"text":"with trumpets","number":"h2689"},{"text":"after the ordinance","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"laid the foundation","number":"h3245"},{"text":"of Israel","number":"h3478"},{"text":"the priests","number":"h3548"},{"text":"in their apparel","number":"h3847"},{"text":"and the Levites","number":"h3881"},{"text":"king","number":"h4428"},{"text":"with cymbals","number":"h4700"},{"text":"they set","number":"h5975"}],"7":[{"text":"cedar","number":"h730"},{"text":"to bring","number":"h935"},{"text":"also unto the masons","number":"h2672"},{"text":"and to the carpenters","number":"h2796"},{"text":"to the sea","number":"h3220"},{"text":"of Joppa","number":"h3305"},{"text":"that they had of Cyrus","number":"h3566"},{"text":"money","number":"h3701"},{"text":"from Lebanon","number":"h3844"},{"text":"and meat","number":"h3978"},{"text":"king","number":"h4428"},{"text":"and drink","number":"h4960"},{"text":"They gave","number":"h5414"},{"text":"trees","number":"h6086"},{"text":"of Persia","number":"h6539"},{"text":"unto them of Zidon","number":"h6722"},{"text":"and to them of Tyre","number":"h6876"},{"text":"according to the grant","number":"h7558"},{"text":"and oil","number":"h8081"}],"11":[{"text":"of the house","number":"h1004"},{"text":"with a great","number":"h1419"},{"text":"in praising","number":"h1984"},{"text":"when they praised","number":"h1984"},{"text":"for his mercy","number":"h2617"},{"text":"because he is good","number":"h2896"},{"text":"and giving thanks","number":"h3034"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"because the foundation","number":"h3245"},{"text":"was laid","number":"h3245"},{"text":"toward Israel","number":"h3478"},{"text":"endureth for ever","number":"h5769"},{"text":"And all the people","number":"h5971"},{"text":"And they sang together by course","number":"h6030"},{"text":"shouted","number":"h7321"},{"text":"shout","number":"h8643"}],"13":[{"text":"of the weeping","number":"h1065"},{"text":"with a loud","number":"h1419"},{"text":"could not discern","number":"h5234"},{"text":"So that the people","number":"h5971"},{"text":"for the people","number":"h5971"},{"text":"of the people","number":"h5971"},{"text":"and the noise","number":"h6963"},{"text":"from the noise","number":"h6963"},{"text":"the noise","number":"h6963"},{"text":"shouted","number":"h7321"},{"text":"afar off","number":"h7350"},{"text":"of joy","number":"h8057"},{"text":"was heard","number":"h8085"},{"text":"of the shout","number":"h8643"},{"text":"shout","number":"h8643"}],"4":[{"text":"as the duty","number":"h1697"},{"text":"also the feast","number":"h2282"},{"text":"and offered the daily","number":"h3117"},{"text":"of every day","number":"h3117"},{"text":"required","number":"h3117"},{"text":"as it is written","number":"h3789"},{"text":"by number","number":"h4557"},{"text":"according to the custom","number":"h4941"},{"text":"of tabernacles","number":"h5521"},{"text":"burnt offerings","number":"h5930"},{"text":"They kept","number":"h6213"}]}