cskit-strongs 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1353) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +8 -0
  3. data/History.txt +3 -0
  4. data/LICENSE +177 -0
  5. data/README.md +0 -0
  6. data/Rakefile +129 -0
  7. data/cskit-strongs.gemspec +26 -0
  8. data/lib/cskit/concordances/strongs.rb +15 -0
  9. data/lib/cskit-strongs/annotator.rb +102 -0
  10. data/lib/cskit-strongs/formatters/strongs_html_formatter.rb +20 -0
  11. data/lib/cskit-strongs/formatters/strongs_plain_text_formatter.rb +22 -0
  12. data/lib/cskit-strongs/formatters.rb +10 -0
  13. data/lib/cskit-strongs/lexicon_entry.rb +17 -0
  14. data/lib/cskit-strongs/splitters/concordance_splitter.rb +50 -0
  15. data/lib/cskit-strongs/splitters/greek_lexicon_splitter.rb +86 -0
  16. data/lib/cskit-strongs/splitters/hebrew_lexicon_splitter.rb +86 -0
  17. data/lib/cskit-strongs/splitters/utilities.rb +13 -0
  18. data/lib/cskit-strongs/strongs_number.rb +30 -0
  19. data/lib/cskit-strongs/version.rb +5 -0
  20. data/lib/cskit-strongs.rb +25 -0
  21. data/resources/concordance/acts/1.json +1 -0
  22. data/resources/concordance/acts/10.json +1 -0
  23. data/resources/concordance/acts/11.json +1 -0
  24. data/resources/concordance/acts/12.json +1 -0
  25. data/resources/concordance/acts/13.json +1 -0
  26. data/resources/concordance/acts/14.json +1 -0
  27. data/resources/concordance/acts/15.json +1 -0
  28. data/resources/concordance/acts/16.json +1 -0
  29. data/resources/concordance/acts/17.json +1 -0
  30. data/resources/concordance/acts/18.json +1 -0
  31. data/resources/concordance/acts/19.json +1 -0
  32. data/resources/concordance/acts/2.json +1 -0
  33. data/resources/concordance/acts/20.json +1 -0
  34. data/resources/concordance/acts/21.json +1 -0
  35. data/resources/concordance/acts/22.json +1 -0
  36. data/resources/concordance/acts/23.json +1 -0
  37. data/resources/concordance/acts/24.json +1 -0
  38. data/resources/concordance/acts/25.json +1 -0
  39. data/resources/concordance/acts/26.json +1 -0
  40. data/resources/concordance/acts/27.json +1 -0
  41. data/resources/concordance/acts/28.json +1 -0
  42. data/resources/concordance/acts/3.json +1 -0
  43. data/resources/concordance/acts/4.json +1 -0
  44. data/resources/concordance/acts/5.json +1 -0
  45. data/resources/concordance/acts/6.json +1 -0
  46. data/resources/concordance/acts/7.json +1 -0
  47. data/resources/concordance/acts/8.json +1 -0
  48. data/resources/concordance/acts/9.json +1 -0
  49. data/resources/concordance/amos/1.json +1 -0
  50. data/resources/concordance/amos/2.json +1 -0
  51. data/resources/concordance/amos/3.json +1 -0
  52. data/resources/concordance/amos/4.json +1 -0
  53. data/resources/concordance/amos/5.json +1 -0
  54. data/resources/concordance/amos/6.json +1 -0
  55. data/resources/concordance/amos/7.json +1 -0
  56. data/resources/concordance/amos/8.json +1 -0
  57. data/resources/concordance/amos/9.json +1 -0
  58. data/resources/concordance/colossians/1.json +1 -0
  59. data/resources/concordance/colossians/2.json +1 -0
  60. data/resources/concordance/colossians/3.json +1 -0
  61. data/resources/concordance/colossians/4.json +1 -0
  62. data/resources/concordance/daniel/1.json +1 -0
  63. data/resources/concordance/daniel/10.json +1 -0
  64. data/resources/concordance/daniel/11.json +1 -0
  65. data/resources/concordance/daniel/12.json +1 -0
  66. data/resources/concordance/daniel/2.json +1 -0
  67. data/resources/concordance/daniel/3.json +1 -0
  68. data/resources/concordance/daniel/4.json +1 -0
  69. data/resources/concordance/daniel/5.json +1 -0
  70. data/resources/concordance/daniel/6.json +1 -0
  71. data/resources/concordance/daniel/7.json +1 -0
  72. data/resources/concordance/daniel/8.json +1 -0
  73. data/resources/concordance/daniel/9.json +1 -0
  74. data/resources/concordance/deuteronomy/1.json +1 -0
  75. data/resources/concordance/deuteronomy/10.json +1 -0
  76. data/resources/concordance/deuteronomy/11.json +1 -0
  77. data/resources/concordance/deuteronomy/12.json +1 -0
  78. data/resources/concordance/deuteronomy/13.json +1 -0
  79. data/resources/concordance/deuteronomy/14.json +1 -0
  80. data/resources/concordance/deuteronomy/15.json +1 -0
  81. data/resources/concordance/deuteronomy/16.json +1 -0
  82. data/resources/concordance/deuteronomy/17.json +1 -0
  83. data/resources/concordance/deuteronomy/18.json +1 -0
  84. data/resources/concordance/deuteronomy/19.json +1 -0
  85. data/resources/concordance/deuteronomy/2.json +1 -0
  86. data/resources/concordance/deuteronomy/20.json +1 -0
  87. data/resources/concordance/deuteronomy/21.json +1 -0
  88. data/resources/concordance/deuteronomy/22.json +1 -0
  89. data/resources/concordance/deuteronomy/23.json +1 -0
  90. data/resources/concordance/deuteronomy/24.json +1 -0
  91. data/resources/concordance/deuteronomy/25.json +1 -0
  92. data/resources/concordance/deuteronomy/26.json +1 -0
  93. data/resources/concordance/deuteronomy/27.json +1 -0
  94. data/resources/concordance/deuteronomy/28.json +1 -0
  95. data/resources/concordance/deuteronomy/29.json +1 -0
  96. data/resources/concordance/deuteronomy/3.json +1 -0
  97. data/resources/concordance/deuteronomy/30.json +1 -0
  98. data/resources/concordance/deuteronomy/31.json +1 -0
  99. data/resources/concordance/deuteronomy/32.json +1 -0
  100. data/resources/concordance/deuteronomy/33.json +1 -0
  101. data/resources/concordance/deuteronomy/34.json +1 -0
  102. data/resources/concordance/deuteronomy/4.json +1 -0
  103. data/resources/concordance/deuteronomy/5.json +1 -0
  104. data/resources/concordance/deuteronomy/6.json +1 -0
  105. data/resources/concordance/deuteronomy/7.json +1 -0
  106. data/resources/concordance/deuteronomy/8.json +1 -0
  107. data/resources/concordance/deuteronomy/9.json +1 -0
  108. data/resources/concordance/ecclesiastes/1.json +1 -0
  109. data/resources/concordance/ecclesiastes/10.json +1 -0
  110. data/resources/concordance/ecclesiastes/11.json +1 -0
  111. data/resources/concordance/ecclesiastes/12.json +1 -0
  112. data/resources/concordance/ecclesiastes/2.json +1 -0
  113. data/resources/concordance/ecclesiastes/3.json +1 -0
  114. data/resources/concordance/ecclesiastes/4.json +1 -0
  115. data/resources/concordance/ecclesiastes/5.json +1 -0
  116. data/resources/concordance/ecclesiastes/6.json +1 -0
  117. data/resources/concordance/ecclesiastes/7.json +1 -0
  118. data/resources/concordance/ecclesiastes/8.json +1 -0
  119. data/resources/concordance/ecclesiastes/9.json +1 -0
  120. data/resources/concordance/ephesians/1.json +1 -0
  121. data/resources/concordance/ephesians/2.json +1 -0
  122. data/resources/concordance/ephesians/3.json +1 -0
  123. data/resources/concordance/ephesians/4.json +1 -0
  124. data/resources/concordance/ephesians/5.json +1 -0
  125. data/resources/concordance/ephesians/6.json +1 -0
  126. data/resources/concordance/esther/1.json +1 -0
  127. data/resources/concordance/esther/10.json +1 -0
  128. data/resources/concordance/esther/2.json +1 -0
  129. data/resources/concordance/esther/3.json +1 -0
  130. data/resources/concordance/esther/4.json +1 -0
  131. data/resources/concordance/esther/5.json +1 -0
  132. data/resources/concordance/esther/6.json +1 -0
  133. data/resources/concordance/esther/7.json +1 -0
  134. data/resources/concordance/esther/8.json +1 -0
  135. data/resources/concordance/esther/9.json +1 -0
  136. data/resources/concordance/exodus/1.json +1 -0
  137. data/resources/concordance/exodus/10.json +1 -0
  138. data/resources/concordance/exodus/11.json +1 -0
  139. data/resources/concordance/exodus/12.json +1 -0
  140. data/resources/concordance/exodus/13.json +1 -0
  141. data/resources/concordance/exodus/14.json +1 -0
  142. data/resources/concordance/exodus/15.json +1 -0
  143. data/resources/concordance/exodus/16.json +1 -0
  144. data/resources/concordance/exodus/17.json +1 -0
  145. data/resources/concordance/exodus/18.json +1 -0
  146. data/resources/concordance/exodus/19.json +1 -0
  147. data/resources/concordance/exodus/2.json +1 -0
  148. data/resources/concordance/exodus/20.json +1 -0
  149. data/resources/concordance/exodus/21.json +1 -0
  150. data/resources/concordance/exodus/22.json +1 -0
  151. data/resources/concordance/exodus/23.json +1 -0
  152. data/resources/concordance/exodus/24.json +1 -0
  153. data/resources/concordance/exodus/25.json +1 -0
  154. data/resources/concordance/exodus/26.json +1 -0
  155. data/resources/concordance/exodus/27.json +1 -0
  156. data/resources/concordance/exodus/28.json +1 -0
  157. data/resources/concordance/exodus/29.json +1 -0
  158. data/resources/concordance/exodus/3.json +1 -0
  159. data/resources/concordance/exodus/30.json +1 -0
  160. data/resources/concordance/exodus/31.json +1 -0
  161. data/resources/concordance/exodus/32.json +1 -0
  162. data/resources/concordance/exodus/33.json +1 -0
  163. data/resources/concordance/exodus/34.json +1 -0
  164. data/resources/concordance/exodus/35.json +1 -0
  165. data/resources/concordance/exodus/36.json +1 -0
  166. data/resources/concordance/exodus/37.json +1 -0
  167. data/resources/concordance/exodus/38.json +1 -0
  168. data/resources/concordance/exodus/39.json +1 -0
  169. data/resources/concordance/exodus/4.json +1 -0
  170. data/resources/concordance/exodus/40.json +1 -0
  171. data/resources/concordance/exodus/5.json +1 -0
  172. data/resources/concordance/exodus/6.json +1 -0
  173. data/resources/concordance/exodus/7.json +1 -0
  174. data/resources/concordance/exodus/8.json +1 -0
  175. data/resources/concordance/exodus/9.json +1 -0
  176. data/resources/concordance/ezekiel/1.json +1 -0
  177. data/resources/concordance/ezekiel/10.json +1 -0
  178. data/resources/concordance/ezekiel/11.json +1 -0
  179. data/resources/concordance/ezekiel/12.json +1 -0
  180. data/resources/concordance/ezekiel/13.json +1 -0
  181. data/resources/concordance/ezekiel/14.json +1 -0
  182. data/resources/concordance/ezekiel/15.json +1 -0
  183. data/resources/concordance/ezekiel/16.json +1 -0
  184. data/resources/concordance/ezekiel/17.json +1 -0
  185. data/resources/concordance/ezekiel/18.json +1 -0
  186. data/resources/concordance/ezekiel/19.json +1 -0
  187. data/resources/concordance/ezekiel/2.json +1 -0
  188. data/resources/concordance/ezekiel/20.json +1 -0
  189. data/resources/concordance/ezekiel/21.json +1 -0
  190. data/resources/concordance/ezekiel/22.json +1 -0
  191. data/resources/concordance/ezekiel/23.json +1 -0
  192. data/resources/concordance/ezekiel/24.json +1 -0
  193. data/resources/concordance/ezekiel/25.json +1 -0
  194. data/resources/concordance/ezekiel/26.json +1 -0
  195. data/resources/concordance/ezekiel/27.json +1 -0
  196. data/resources/concordance/ezekiel/28.json +1 -0
  197. data/resources/concordance/ezekiel/29.json +1 -0
  198. data/resources/concordance/ezekiel/3.json +1 -0
  199. data/resources/concordance/ezekiel/30.json +1 -0
  200. data/resources/concordance/ezekiel/31.json +1 -0
  201. data/resources/concordance/ezekiel/32.json +1 -0
  202. data/resources/concordance/ezekiel/33.json +1 -0
  203. data/resources/concordance/ezekiel/34.json +1 -0
  204. data/resources/concordance/ezekiel/35.json +1 -0
  205. data/resources/concordance/ezekiel/36.json +1 -0
  206. data/resources/concordance/ezekiel/37.json +1 -0
  207. data/resources/concordance/ezekiel/38.json +1 -0
  208. data/resources/concordance/ezekiel/39.json +1 -0
  209. data/resources/concordance/ezekiel/4.json +1 -0
  210. data/resources/concordance/ezekiel/40.json +1 -0
  211. data/resources/concordance/ezekiel/41.json +1 -0
  212. data/resources/concordance/ezekiel/42.json +1 -0
  213. data/resources/concordance/ezekiel/43.json +1 -0
  214. data/resources/concordance/ezekiel/44.json +1 -0
  215. data/resources/concordance/ezekiel/45.json +1 -0
  216. data/resources/concordance/ezekiel/46.json +1 -0
  217. data/resources/concordance/ezekiel/47.json +1 -0
  218. data/resources/concordance/ezekiel/48.json +1 -0
  219. data/resources/concordance/ezekiel/5.json +1 -0
  220. data/resources/concordance/ezekiel/6.json +1 -0
  221. data/resources/concordance/ezekiel/7.json +1 -0
  222. data/resources/concordance/ezekiel/8.json +1 -0
  223. data/resources/concordance/ezekiel/9.json +1 -0
  224. data/resources/concordance/ezra/1.json +1 -0
  225. data/resources/concordance/ezra/10.json +1 -0
  226. data/resources/concordance/ezra/2.json +1 -0
  227. data/resources/concordance/ezra/3.json +1 -0
  228. data/resources/concordance/ezra/4.json +1 -0
  229. data/resources/concordance/ezra/5.json +1 -0
  230. data/resources/concordance/ezra/6.json +1 -0
  231. data/resources/concordance/ezra/7.json +1 -0
  232. data/resources/concordance/ezra/8.json +1 -0
  233. data/resources/concordance/ezra/9.json +1 -0
  234. data/resources/concordance/galatians/1.json +1 -0
  235. data/resources/concordance/galatians/2.json +1 -0
  236. data/resources/concordance/galatians/3.json +1 -0
  237. data/resources/concordance/galatians/4.json +1 -0
  238. data/resources/concordance/galatians/5.json +1 -0
  239. data/resources/concordance/galatians/6.json +1 -0
  240. data/resources/concordance/genesis/1.json +1 -0
  241. data/resources/concordance/genesis/10.json +1 -0
  242. data/resources/concordance/genesis/11.json +1 -0
  243. data/resources/concordance/genesis/12.json +1 -0
  244. data/resources/concordance/genesis/13.json +1 -0
  245. data/resources/concordance/genesis/14.json +1 -0
  246. data/resources/concordance/genesis/15.json +1 -0
  247. data/resources/concordance/genesis/16.json +1 -0
  248. data/resources/concordance/genesis/17.json +1 -0
  249. data/resources/concordance/genesis/18.json +1 -0
  250. data/resources/concordance/genesis/19.json +1 -0
  251. data/resources/concordance/genesis/2.json +1 -0
  252. data/resources/concordance/genesis/20.json +1 -0
  253. data/resources/concordance/genesis/21.json +1 -0
  254. data/resources/concordance/genesis/22.json +1 -0
  255. data/resources/concordance/genesis/23.json +1 -0
  256. data/resources/concordance/genesis/24.json +1 -0
  257. data/resources/concordance/genesis/25.json +1 -0
  258. data/resources/concordance/genesis/26.json +1 -0
  259. data/resources/concordance/genesis/27.json +1 -0
  260. data/resources/concordance/genesis/28.json +1 -0
  261. data/resources/concordance/genesis/29.json +1 -0
  262. data/resources/concordance/genesis/3.json +1 -0
  263. data/resources/concordance/genesis/30.json +1 -0
  264. data/resources/concordance/genesis/31.json +1 -0
  265. data/resources/concordance/genesis/32.json +1 -0
  266. data/resources/concordance/genesis/33.json +1 -0
  267. data/resources/concordance/genesis/34.json +1 -0
  268. data/resources/concordance/genesis/35.json +1 -0
  269. data/resources/concordance/genesis/36.json +1 -0
  270. data/resources/concordance/genesis/37.json +1 -0
  271. data/resources/concordance/genesis/38.json +1 -0
  272. data/resources/concordance/genesis/39.json +1 -0
  273. data/resources/concordance/genesis/4.json +1 -0
  274. data/resources/concordance/genesis/40.json +1 -0
  275. data/resources/concordance/genesis/41.json +1 -0
  276. data/resources/concordance/genesis/42.json +1 -0
  277. data/resources/concordance/genesis/43.json +1 -0
  278. data/resources/concordance/genesis/44.json +1 -0
  279. data/resources/concordance/genesis/45.json +1 -0
  280. data/resources/concordance/genesis/46.json +1 -0
  281. data/resources/concordance/genesis/47.json +1 -0
  282. data/resources/concordance/genesis/48.json +1 -0
  283. data/resources/concordance/genesis/49.json +1 -0
  284. data/resources/concordance/genesis/5.json +1 -0
  285. data/resources/concordance/genesis/50.json +1 -0
  286. data/resources/concordance/genesis/6.json +1 -0
  287. data/resources/concordance/genesis/7.json +1 -0
  288. data/resources/concordance/genesis/8.json +1 -0
  289. data/resources/concordance/genesis/9.json +1 -0
  290. data/resources/concordance/habakkuk/1.json +1 -0
  291. data/resources/concordance/habakkuk/2.json +1 -0
  292. data/resources/concordance/habakkuk/3.json +1 -0
  293. data/resources/concordance/haggai/1.json +1 -0
  294. data/resources/concordance/haggai/2.json +1 -0
  295. data/resources/concordance/hebrews/1.json +1 -0
  296. data/resources/concordance/hebrews/10.json +1 -0
  297. data/resources/concordance/hebrews/11.json +1 -0
  298. data/resources/concordance/hebrews/12.json +1 -0
  299. data/resources/concordance/hebrews/13.json +1 -0
  300. data/resources/concordance/hebrews/2.json +1 -0
  301. data/resources/concordance/hebrews/3.json +1 -0
  302. data/resources/concordance/hebrews/4.json +1 -0
  303. data/resources/concordance/hebrews/5.json +1 -0
  304. data/resources/concordance/hebrews/6.json +1 -0
  305. data/resources/concordance/hebrews/7.json +1 -0
  306. data/resources/concordance/hebrews/8.json +1 -0
  307. data/resources/concordance/hebrews/9.json +1 -0
  308. data/resources/concordance/hosea/1.json +1 -0
  309. data/resources/concordance/hosea/10.json +1 -0
  310. data/resources/concordance/hosea/11.json +1 -0
  311. data/resources/concordance/hosea/12.json +1 -0
  312. data/resources/concordance/hosea/13.json +1 -0
  313. data/resources/concordance/hosea/14.json +1 -0
  314. data/resources/concordance/hosea/2.json +1 -0
  315. data/resources/concordance/hosea/3.json +1 -0
  316. data/resources/concordance/hosea/4.json +1 -0
  317. data/resources/concordance/hosea/5.json +1 -0
  318. data/resources/concordance/hosea/6.json +1 -0
  319. data/resources/concordance/hosea/7.json +1 -0
  320. data/resources/concordance/hosea/8.json +1 -0
  321. data/resources/concordance/hosea/9.json +1 -0
  322. data/resources/concordance/i_chronicles/1.json +1 -0
  323. data/resources/concordance/i_chronicles/10.json +1 -0
  324. data/resources/concordance/i_chronicles/11.json +1 -0
  325. data/resources/concordance/i_chronicles/12.json +1 -0
  326. data/resources/concordance/i_chronicles/13.json +1 -0
  327. data/resources/concordance/i_chronicles/14.json +1 -0
  328. data/resources/concordance/i_chronicles/15.json +1 -0
  329. data/resources/concordance/i_chronicles/16.json +1 -0
  330. data/resources/concordance/i_chronicles/17.json +1 -0
  331. data/resources/concordance/i_chronicles/18.json +1 -0
  332. data/resources/concordance/i_chronicles/19.json +1 -0
  333. data/resources/concordance/i_chronicles/2.json +1 -0
  334. data/resources/concordance/i_chronicles/20.json +1 -0
  335. data/resources/concordance/i_chronicles/21.json +1 -0
  336. data/resources/concordance/i_chronicles/22.json +1 -0
  337. data/resources/concordance/i_chronicles/23.json +1 -0
  338. data/resources/concordance/i_chronicles/24.json +1 -0
  339. data/resources/concordance/i_chronicles/25.json +1 -0
  340. data/resources/concordance/i_chronicles/26.json +1 -0
  341. data/resources/concordance/i_chronicles/27.json +1 -0
  342. data/resources/concordance/i_chronicles/28.json +1 -0
  343. data/resources/concordance/i_chronicles/29.json +1 -0
  344. data/resources/concordance/i_chronicles/3.json +1 -0
  345. data/resources/concordance/i_chronicles/4.json +1 -0
  346. data/resources/concordance/i_chronicles/5.json +1 -0
  347. data/resources/concordance/i_chronicles/6.json +1 -0
  348. data/resources/concordance/i_chronicles/7.json +1 -0
  349. data/resources/concordance/i_chronicles/8.json +1 -0
  350. data/resources/concordance/i_chronicles/9.json +1 -0
  351. data/resources/concordance/i_corinthians/1.json +1 -0
  352. data/resources/concordance/i_corinthians/10.json +1 -0
  353. data/resources/concordance/i_corinthians/11.json +1 -0
  354. data/resources/concordance/i_corinthians/12.json +1 -0
  355. data/resources/concordance/i_corinthians/13.json +1 -0
  356. data/resources/concordance/i_corinthians/14.json +1 -0
  357. data/resources/concordance/i_corinthians/15.json +1 -0
  358. data/resources/concordance/i_corinthians/16.json +1 -0
  359. data/resources/concordance/i_corinthians/2.json +1 -0
  360. data/resources/concordance/i_corinthians/3.json +1 -0
  361. data/resources/concordance/i_corinthians/4.json +1 -0
  362. data/resources/concordance/i_corinthians/5.json +1 -0
  363. data/resources/concordance/i_corinthians/6.json +1 -0
  364. data/resources/concordance/i_corinthians/7.json +1 -0
  365. data/resources/concordance/i_corinthians/8.json +1 -0
  366. data/resources/concordance/i_corinthians/9.json +1 -0
  367. data/resources/concordance/i_john/1.json +1 -0
  368. data/resources/concordance/i_john/2.json +1 -0
  369. data/resources/concordance/i_john/3.json +1 -0
  370. data/resources/concordance/i_john/4.json +1 -0
  371. data/resources/concordance/i_john/5.json +1 -0
  372. data/resources/concordance/i_kings/1.json +1 -0
  373. data/resources/concordance/i_kings/10.json +1 -0
  374. data/resources/concordance/i_kings/11.json +1 -0
  375. data/resources/concordance/i_kings/12.json +1 -0
  376. data/resources/concordance/i_kings/13.json +1 -0
  377. data/resources/concordance/i_kings/14.json +1 -0
  378. data/resources/concordance/i_kings/15.json +1 -0
  379. data/resources/concordance/i_kings/16.json +1 -0
  380. data/resources/concordance/i_kings/17.json +1 -0
  381. data/resources/concordance/i_kings/18.json +1 -0
  382. data/resources/concordance/i_kings/19.json +1 -0
  383. data/resources/concordance/i_kings/2.json +1 -0
  384. data/resources/concordance/i_kings/20.json +1 -0
  385. data/resources/concordance/i_kings/21.json +1 -0
  386. data/resources/concordance/i_kings/3.json +1 -0
  387. data/resources/concordance/i_kings/4.json +1 -0
  388. data/resources/concordance/i_kings/5.json +1 -0
  389. data/resources/concordance/i_kings/6.json +1 -0
  390. data/resources/concordance/i_kings/7.json +1 -0
  391. data/resources/concordance/i_kings/8.json +1 -0
  392. data/resources/concordance/i_kings/9.json +1 -0
  393. data/resources/concordance/i_peter/1.json +1 -0
  394. data/resources/concordance/i_peter/2.json +1 -0
  395. data/resources/concordance/i_peter/3.json +1 -0
  396. data/resources/concordance/i_peter/4.json +1 -0
  397. data/resources/concordance/i_peter/5.json +1 -0
  398. data/resources/concordance/i_samuel/1.json +1 -0
  399. data/resources/concordance/i_samuel/10.json +1 -0
  400. data/resources/concordance/i_samuel/11.json +1 -0
  401. data/resources/concordance/i_samuel/12.json +1 -0
  402. data/resources/concordance/i_samuel/13.json +1 -0
  403. data/resources/concordance/i_samuel/14.json +1 -0
  404. data/resources/concordance/i_samuel/15.json +1 -0
  405. data/resources/concordance/i_samuel/16.json +1 -0
  406. data/resources/concordance/i_samuel/17.json +1 -0
  407. data/resources/concordance/i_samuel/18.json +1 -0
  408. data/resources/concordance/i_samuel/19.json +1 -0
  409. data/resources/concordance/i_samuel/2.json +1 -0
  410. data/resources/concordance/i_samuel/20.json +1 -0
  411. data/resources/concordance/i_samuel/21.json +1 -0
  412. data/resources/concordance/i_samuel/22.json +1 -0
  413. data/resources/concordance/i_samuel/23.json +1 -0
  414. data/resources/concordance/i_samuel/24.json +1 -0
  415. data/resources/concordance/i_samuel/25.json +1 -0
  416. data/resources/concordance/i_samuel/26.json +1 -0
  417. data/resources/concordance/i_samuel/27.json +1 -0
  418. data/resources/concordance/i_samuel/28.json +1 -0
  419. data/resources/concordance/i_samuel/29.json +1 -0
  420. data/resources/concordance/i_samuel/3.json +1 -0
  421. data/resources/concordance/i_samuel/30.json +1 -0
  422. data/resources/concordance/i_samuel/31.json +1 -0
  423. data/resources/concordance/i_samuel/4.json +1 -0
  424. data/resources/concordance/i_samuel/5.json +1 -0
  425. data/resources/concordance/i_samuel/6.json +1 -0
  426. data/resources/concordance/i_samuel/7.json +1 -0
  427. data/resources/concordance/i_samuel/8.json +1 -0
  428. data/resources/concordance/i_samuel/9.json +1 -0
  429. data/resources/concordance/i_thessalonians/1.json +1 -0
  430. data/resources/concordance/i_thessalonians/2.json +1 -0
  431. data/resources/concordance/i_thessalonians/3.json +1 -0
  432. data/resources/concordance/i_thessalonians/4.json +1 -0
  433. data/resources/concordance/i_thessalonians/5.json +1 -0
  434. data/resources/concordance/i_timothy/1.json +1 -0
  435. data/resources/concordance/i_timothy/2.json +1 -0
  436. data/resources/concordance/i_timothy/3.json +1 -0
  437. data/resources/concordance/i_timothy/4.json +1 -0
  438. data/resources/concordance/i_timothy/5.json +1 -0
  439. data/resources/concordance/i_timothy/6.json +1 -0
  440. data/resources/concordance/ii_chronicles/1.json +1 -0
  441. data/resources/concordance/ii_chronicles/10.json +1 -0
  442. data/resources/concordance/ii_chronicles/11.json +1 -0
  443. data/resources/concordance/ii_chronicles/12.json +1 -0
  444. data/resources/concordance/ii_chronicles/13.json +1 -0
  445. data/resources/concordance/ii_chronicles/14.json +1 -0
  446. data/resources/concordance/ii_chronicles/15.json +1 -0
  447. data/resources/concordance/ii_chronicles/16.json +1 -0
  448. data/resources/concordance/ii_chronicles/17.json +1 -0
  449. data/resources/concordance/ii_chronicles/18.json +1 -0
  450. data/resources/concordance/ii_chronicles/19.json +1 -0
  451. data/resources/concordance/ii_chronicles/2.json +1 -0
  452. data/resources/concordance/ii_chronicles/20.json +1 -0
  453. data/resources/concordance/ii_chronicles/21.json +1 -0
  454. data/resources/concordance/ii_chronicles/22.json +1 -0
  455. data/resources/concordance/ii_chronicles/23.json +1 -0
  456. data/resources/concordance/ii_chronicles/24.json +1 -0
  457. data/resources/concordance/ii_chronicles/25.json +1 -0
  458. data/resources/concordance/ii_chronicles/26.json +1 -0
  459. data/resources/concordance/ii_chronicles/27.json +1 -0
  460. data/resources/concordance/ii_chronicles/28.json +1 -0
  461. data/resources/concordance/ii_chronicles/29.json +1 -0
  462. data/resources/concordance/ii_chronicles/3.json +1 -0
  463. data/resources/concordance/ii_chronicles/30.json +1 -0
  464. data/resources/concordance/ii_chronicles/31.json +1 -0
  465. data/resources/concordance/ii_chronicles/32.json +1 -0
  466. data/resources/concordance/ii_chronicles/33.json +1 -0
  467. data/resources/concordance/ii_chronicles/34.json +1 -0
  468. data/resources/concordance/ii_chronicles/35.json +1 -0
  469. data/resources/concordance/ii_chronicles/36.json +1 -0
  470. data/resources/concordance/ii_chronicles/4.json +1 -0
  471. data/resources/concordance/ii_chronicles/5.json +1 -0
  472. data/resources/concordance/ii_chronicles/6.json +1 -0
  473. data/resources/concordance/ii_chronicles/7.json +1 -0
  474. data/resources/concordance/ii_chronicles/8.json +1 -0
  475. data/resources/concordance/ii_chronicles/9.json +1 -0
  476. data/resources/concordance/ii_corinthians/1.json +1 -0
  477. data/resources/concordance/ii_corinthians/10.json +1 -0
  478. data/resources/concordance/ii_corinthians/11.json +1 -0
  479. data/resources/concordance/ii_corinthians/12.json +1 -0
  480. data/resources/concordance/ii_corinthians/13.json +1 -0
  481. data/resources/concordance/ii_corinthians/2.json +1 -0
  482. data/resources/concordance/ii_corinthians/3.json +1 -0
  483. data/resources/concordance/ii_corinthians/4.json +1 -0
  484. data/resources/concordance/ii_corinthians/5.json +1 -0
  485. data/resources/concordance/ii_corinthians/6.json +1 -0
  486. data/resources/concordance/ii_corinthians/7.json +1 -0
  487. data/resources/concordance/ii_corinthians/8.json +1 -0
  488. data/resources/concordance/ii_corinthians/9.json +1 -0
  489. data/resources/concordance/ii_john/1.json +1 -0
  490. data/resources/concordance/ii_kings/1.json +1 -0
  491. data/resources/concordance/ii_kings/10.json +1 -0
  492. data/resources/concordance/ii_kings/11.json +1 -0
  493. data/resources/concordance/ii_kings/12.json +1 -0
  494. data/resources/concordance/ii_kings/13.json +1 -0
  495. data/resources/concordance/ii_kings/14.json +1 -0
  496. data/resources/concordance/ii_kings/15.json +1 -0
  497. data/resources/concordance/ii_kings/16.json +1 -0
  498. data/resources/concordance/ii_kings/17.json +1 -0
  499. data/resources/concordance/ii_kings/18.json +1 -0
  500. data/resources/concordance/ii_kings/19.json +1 -0
  501. data/resources/concordance/ii_kings/2.json +1 -0
  502. data/resources/concordance/ii_kings/20.json +1 -0
  503. data/resources/concordance/ii_kings/21.json +1 -0
  504. data/resources/concordance/ii_kings/22.json +1 -0
  505. data/resources/concordance/ii_kings/23.json +1 -0
  506. data/resources/concordance/ii_kings/24.json +1 -0
  507. data/resources/concordance/ii_kings/25.json +1 -0
  508. data/resources/concordance/ii_kings/3.json +1 -0
  509. data/resources/concordance/ii_kings/4.json +1 -0
  510. data/resources/concordance/ii_kings/5.json +1 -0
  511. data/resources/concordance/ii_kings/6.json +1 -0
  512. data/resources/concordance/ii_kings/7.json +1 -0
  513. data/resources/concordance/ii_kings/8.json +1 -0
  514. data/resources/concordance/ii_kings/9.json +1 -0
  515. data/resources/concordance/ii_peter/1.json +1 -0
  516. data/resources/concordance/ii_peter/2.json +1 -0
  517. data/resources/concordance/ii_peter/3.json +1 -0
  518. data/resources/concordance/ii_samuel/1.json +1 -0
  519. data/resources/concordance/ii_samuel/10.json +1 -0
  520. data/resources/concordance/ii_samuel/11.json +1 -0
  521. data/resources/concordance/ii_samuel/12.json +1 -0
  522. data/resources/concordance/ii_samuel/13.json +1 -0
  523. data/resources/concordance/ii_samuel/14.json +1 -0
  524. data/resources/concordance/ii_samuel/15.json +1 -0
  525. data/resources/concordance/ii_samuel/16.json +1 -0
  526. data/resources/concordance/ii_samuel/17.json +1 -0
  527. data/resources/concordance/ii_samuel/18.json +1 -0
  528. data/resources/concordance/ii_samuel/19.json +1 -0
  529. data/resources/concordance/ii_samuel/2.json +1 -0
  530. data/resources/concordance/ii_samuel/20.json +1 -0
  531. data/resources/concordance/ii_samuel/21.json +1 -0
  532. data/resources/concordance/ii_samuel/22.json +1 -0
  533. data/resources/concordance/ii_samuel/23.json +1 -0
  534. data/resources/concordance/ii_samuel/24.json +1 -0
  535. data/resources/concordance/ii_samuel/3.json +1 -0
  536. data/resources/concordance/ii_samuel/4.json +1 -0
  537. data/resources/concordance/ii_samuel/5.json +1 -0
  538. data/resources/concordance/ii_samuel/6.json +1 -0
  539. data/resources/concordance/ii_samuel/7.json +1 -0
  540. data/resources/concordance/ii_samuel/8.json +1 -0
  541. data/resources/concordance/ii_samuel/9.json +1 -0
  542. data/resources/concordance/ii_thessalonians/1.json +1 -0
  543. data/resources/concordance/ii_thessalonians/2.json +1 -0
  544. data/resources/concordance/ii_thessalonians/3.json +1 -0
  545. data/resources/concordance/ii_timothy/1.json +1 -0
  546. data/resources/concordance/ii_timothy/2.json +1 -0
  547. data/resources/concordance/ii_timothy/3.json +1 -0
  548. data/resources/concordance/ii_timothy/4.json +1 -0
  549. data/resources/concordance/iii_john/1.json +1 -0
  550. data/resources/concordance/isaiah/1.json +1 -0
  551. data/resources/concordance/isaiah/10.json +1 -0
  552. data/resources/concordance/isaiah/11.json +1 -0
  553. data/resources/concordance/isaiah/12.json +1 -0
  554. data/resources/concordance/isaiah/13.json +1 -0
  555. data/resources/concordance/isaiah/14.json +1 -0
  556. data/resources/concordance/isaiah/15.json +1 -0
  557. data/resources/concordance/isaiah/16.json +1 -0
  558. data/resources/concordance/isaiah/17.json +1 -0
  559. data/resources/concordance/isaiah/18.json +1 -0
  560. data/resources/concordance/isaiah/19.json +1 -0
  561. data/resources/concordance/isaiah/2.json +1 -0
  562. data/resources/concordance/isaiah/20.json +1 -0
  563. data/resources/concordance/isaiah/21.json +1 -0
  564. data/resources/concordance/isaiah/22.json +1 -0
  565. data/resources/concordance/isaiah/23.json +1 -0
  566. data/resources/concordance/isaiah/24.json +1 -0
  567. data/resources/concordance/isaiah/25.json +1 -0
  568. data/resources/concordance/isaiah/26.json +1 -0
  569. data/resources/concordance/isaiah/27.json +1 -0
  570. data/resources/concordance/isaiah/28.json +1 -0
  571. data/resources/concordance/isaiah/29.json +1 -0
  572. data/resources/concordance/isaiah/3.json +1 -0
  573. data/resources/concordance/isaiah/30.json +1 -0
  574. data/resources/concordance/isaiah/31.json +1 -0
  575. data/resources/concordance/isaiah/32.json +1 -0
  576. data/resources/concordance/isaiah/33.json +1 -0
  577. data/resources/concordance/isaiah/34.json +1 -0
  578. data/resources/concordance/isaiah/35.json +1 -0
  579. data/resources/concordance/isaiah/36.json +1 -0
  580. data/resources/concordance/isaiah/37.json +1 -0
  581. data/resources/concordance/isaiah/38.json +1 -0
  582. data/resources/concordance/isaiah/39.json +1 -0
  583. data/resources/concordance/isaiah/4.json +1 -0
  584. data/resources/concordance/isaiah/40.json +1 -0
  585. data/resources/concordance/isaiah/41.json +1 -0
  586. data/resources/concordance/isaiah/42.json +1 -0
  587. data/resources/concordance/isaiah/43.json +1 -0
  588. data/resources/concordance/isaiah/44.json +1 -0
  589. data/resources/concordance/isaiah/45.json +1 -0
  590. data/resources/concordance/isaiah/46.json +1 -0
  591. data/resources/concordance/isaiah/47.json +1 -0
  592. data/resources/concordance/isaiah/48.json +1 -0
  593. data/resources/concordance/isaiah/49.json +1 -0
  594. data/resources/concordance/isaiah/5.json +1 -0
  595. data/resources/concordance/isaiah/50.json +1 -0
  596. data/resources/concordance/isaiah/51.json +1 -0
  597. data/resources/concordance/isaiah/52.json +1 -0
  598. data/resources/concordance/isaiah/53.json +1 -0
  599. data/resources/concordance/isaiah/54.json +1 -0
  600. data/resources/concordance/isaiah/55.json +1 -0
  601. data/resources/concordance/isaiah/56.json +1 -0
  602. data/resources/concordance/isaiah/57.json +1 -0
  603. data/resources/concordance/isaiah/58.json +1 -0
  604. data/resources/concordance/isaiah/59.json +1 -0
  605. data/resources/concordance/isaiah/6.json +1 -0
  606. data/resources/concordance/isaiah/60.json +1 -0
  607. data/resources/concordance/isaiah/61.json +1 -0
  608. data/resources/concordance/isaiah/62.json +1 -0
  609. data/resources/concordance/isaiah/63.json +1 -0
  610. data/resources/concordance/isaiah/64.json +1 -0
  611. data/resources/concordance/isaiah/65.json +1 -0
  612. data/resources/concordance/isaiah/66.json +1 -0
  613. data/resources/concordance/isaiah/7.json +1 -0
  614. data/resources/concordance/isaiah/8.json +1 -0
  615. data/resources/concordance/isaiah/9.json +1 -0
  616. data/resources/concordance/james/1.json +1 -0
  617. data/resources/concordance/james/2.json +1 -0
  618. data/resources/concordance/james/3.json +1 -0
  619. data/resources/concordance/james/4.json +1 -0
  620. data/resources/concordance/james/5.json +1 -0
  621. data/resources/concordance/jeremiah/1.json +1 -0
  622. data/resources/concordance/jeremiah/10.json +1 -0
  623. data/resources/concordance/jeremiah/11.json +1 -0
  624. data/resources/concordance/jeremiah/12.json +1 -0
  625. data/resources/concordance/jeremiah/13.json +1 -0
  626. data/resources/concordance/jeremiah/14.json +1 -0
  627. data/resources/concordance/jeremiah/15.json +1 -0
  628. data/resources/concordance/jeremiah/16.json +1 -0
  629. data/resources/concordance/jeremiah/17.json +1 -0
  630. data/resources/concordance/jeremiah/18.json +1 -0
  631. data/resources/concordance/jeremiah/19.json +1 -0
  632. data/resources/concordance/jeremiah/2.json +1 -0
  633. data/resources/concordance/jeremiah/20.json +1 -0
  634. data/resources/concordance/jeremiah/21.json +1 -0
  635. data/resources/concordance/jeremiah/22.json +1 -0
  636. data/resources/concordance/jeremiah/23.json +1 -0
  637. data/resources/concordance/jeremiah/24.json +1 -0
  638. data/resources/concordance/jeremiah/25.json +1 -0
  639. data/resources/concordance/jeremiah/26.json +1 -0
  640. data/resources/concordance/jeremiah/27.json +1 -0
  641. data/resources/concordance/jeremiah/28.json +1 -0
  642. data/resources/concordance/jeremiah/29.json +1 -0
  643. data/resources/concordance/jeremiah/3.json +1 -0
  644. data/resources/concordance/jeremiah/30.json +1 -0
  645. data/resources/concordance/jeremiah/31.json +1 -0
  646. data/resources/concordance/jeremiah/32.json +1 -0
  647. data/resources/concordance/jeremiah/33.json +1 -0
  648. data/resources/concordance/jeremiah/34.json +1 -0
  649. data/resources/concordance/jeremiah/35.json +1 -0
  650. data/resources/concordance/jeremiah/36.json +1 -0
  651. data/resources/concordance/jeremiah/37.json +1 -0
  652. data/resources/concordance/jeremiah/38.json +1 -0
  653. data/resources/concordance/jeremiah/39.json +1 -0
  654. data/resources/concordance/jeremiah/4.json +1 -0
  655. data/resources/concordance/jeremiah/40.json +1 -0
  656. data/resources/concordance/jeremiah/41.json +1 -0
  657. data/resources/concordance/jeremiah/42.json +1 -0
  658. data/resources/concordance/jeremiah/43.json +1 -0
  659. data/resources/concordance/jeremiah/44.json +1 -0
  660. data/resources/concordance/jeremiah/45.json +1 -0
  661. data/resources/concordance/jeremiah/46.json +1 -0
  662. data/resources/concordance/jeremiah/47.json +1 -0
  663. data/resources/concordance/jeremiah/48.json +1 -0
  664. data/resources/concordance/jeremiah/49.json +1 -0
  665. data/resources/concordance/jeremiah/5.json +1 -0
  666. data/resources/concordance/jeremiah/50.json +1 -0
  667. data/resources/concordance/jeremiah/51.json +1 -0
  668. data/resources/concordance/jeremiah/52.json +1 -0
  669. data/resources/concordance/jeremiah/6.json +1 -0
  670. data/resources/concordance/jeremiah/7.json +1 -0
  671. data/resources/concordance/jeremiah/8.json +1 -0
  672. data/resources/concordance/jeremiah/9.json +1 -0
  673. data/resources/concordance/job/1.json +1 -0
  674. data/resources/concordance/job/10.json +1 -0
  675. data/resources/concordance/job/11.json +1 -0
  676. data/resources/concordance/job/12.json +1 -0
  677. data/resources/concordance/job/13.json +1 -0
  678. data/resources/concordance/job/14.json +1 -0
  679. data/resources/concordance/job/15.json +1 -0
  680. data/resources/concordance/job/16.json +1 -0
  681. data/resources/concordance/job/17.json +1 -0
  682. data/resources/concordance/job/18.json +1 -0
  683. data/resources/concordance/job/19.json +1 -0
  684. data/resources/concordance/job/2.json +1 -0
  685. data/resources/concordance/job/20.json +1 -0
  686. data/resources/concordance/job/21.json +1 -0
  687. data/resources/concordance/job/22.json +1 -0
  688. data/resources/concordance/job/23.json +1 -0
  689. data/resources/concordance/job/24.json +1 -0
  690. data/resources/concordance/job/25.json +1 -0
  691. data/resources/concordance/job/26.json +1 -0
  692. data/resources/concordance/job/27.json +1 -0
  693. data/resources/concordance/job/28.json +1 -0
  694. data/resources/concordance/job/29.json +1 -0
  695. data/resources/concordance/job/3.json +1 -0
  696. data/resources/concordance/job/30.json +1 -0
  697. data/resources/concordance/job/31.json +1 -0
  698. data/resources/concordance/job/32.json +1 -0
  699. data/resources/concordance/job/33.json +1 -0
  700. data/resources/concordance/job/34.json +1 -0
  701. data/resources/concordance/job/35.json +1 -0
  702. data/resources/concordance/job/36.json +1 -0
  703. data/resources/concordance/job/37.json +1 -0
  704. data/resources/concordance/job/38.json +1 -0
  705. data/resources/concordance/job/39.json +1 -0
  706. data/resources/concordance/job/4.json +1 -0
  707. data/resources/concordance/job/40.json +1 -0
  708. data/resources/concordance/job/41.json +1 -0
  709. data/resources/concordance/job/42.json +1 -0
  710. data/resources/concordance/job/5.json +1 -0
  711. data/resources/concordance/job/6.json +1 -0
  712. data/resources/concordance/job/7.json +1 -0
  713. data/resources/concordance/job/8.json +1 -0
  714. data/resources/concordance/job/9.json +1 -0
  715. data/resources/concordance/joel/1.json +1 -0
  716. data/resources/concordance/joel/2.json +1 -0
  717. data/resources/concordance/joel/3.json +1 -0
  718. data/resources/concordance/john/1.json +1 -0
  719. data/resources/concordance/john/10.json +1 -0
  720. data/resources/concordance/john/11.json +1 -0
  721. data/resources/concordance/john/12.json +1 -0
  722. data/resources/concordance/john/13.json +1 -0
  723. data/resources/concordance/john/14.json +1 -0
  724. data/resources/concordance/john/15.json +1 -0
  725. data/resources/concordance/john/16.json +1 -0
  726. data/resources/concordance/john/17.json +1 -0
  727. data/resources/concordance/john/18.json +1 -0
  728. data/resources/concordance/john/19.json +1 -0
  729. data/resources/concordance/john/2.json +1 -0
  730. data/resources/concordance/john/20.json +1 -0
  731. data/resources/concordance/john/21.json +1 -0
  732. data/resources/concordance/john/3.json +1 -0
  733. data/resources/concordance/john/4.json +1 -0
  734. data/resources/concordance/john/5.json +1 -0
  735. data/resources/concordance/john/6.json +1 -0
  736. data/resources/concordance/john/7.json +1 -0
  737. data/resources/concordance/john/8.json +1 -0
  738. data/resources/concordance/john/9.json +1 -0
  739. data/resources/concordance/jonah/1.json +1 -0
  740. data/resources/concordance/jonah/2.json +1 -0
  741. data/resources/concordance/jonah/3.json +1 -0
  742. data/resources/concordance/jonah/4.json +1 -0
  743. data/resources/concordance/joshua/1.json +1 -0
  744. data/resources/concordance/joshua/10.json +1 -0
  745. data/resources/concordance/joshua/11.json +1 -0
  746. data/resources/concordance/joshua/12.json +1 -0
  747. data/resources/concordance/joshua/13.json +1 -0
  748. data/resources/concordance/joshua/14.json +1 -0
  749. data/resources/concordance/joshua/15.json +1 -0
  750. data/resources/concordance/joshua/16.json +1 -0
  751. data/resources/concordance/joshua/17.json +1 -0
  752. data/resources/concordance/joshua/18.json +1 -0
  753. data/resources/concordance/joshua/19.json +1 -0
  754. data/resources/concordance/joshua/2.json +1 -0
  755. data/resources/concordance/joshua/20.json +1 -0
  756. data/resources/concordance/joshua/21.json +1 -0
  757. data/resources/concordance/joshua/22.json +1 -0
  758. data/resources/concordance/joshua/23.json +1 -0
  759. data/resources/concordance/joshua/24.json +1 -0
  760. data/resources/concordance/joshua/3.json +1 -0
  761. data/resources/concordance/joshua/4.json +1 -0
  762. data/resources/concordance/joshua/5.json +1 -0
  763. data/resources/concordance/joshua/6.json +1 -0
  764. data/resources/concordance/joshua/7.json +1 -0
  765. data/resources/concordance/joshua/8.json +1 -0
  766. data/resources/concordance/joshua/9.json +1 -0
  767. data/resources/concordance/judee/1.json +1 -0
  768. data/resources/concordance/judges/1.json +1 -0
  769. data/resources/concordance/judges/10.json +1 -0
  770. data/resources/concordance/judges/11.json +1 -0
  771. data/resources/concordance/judges/12.json +1 -0
  772. data/resources/concordance/judges/13.json +1 -0
  773. data/resources/concordance/judges/14.json +1 -0
  774. data/resources/concordance/judges/15.json +1 -0
  775. data/resources/concordance/judges/16.json +1 -0
  776. data/resources/concordance/judges/17.json +1 -0
  777. data/resources/concordance/judges/18.json +1 -0
  778. data/resources/concordance/judges/19.json +1 -0
  779. data/resources/concordance/judges/2.json +1 -0
  780. data/resources/concordance/judges/20.json +1 -0
  781. data/resources/concordance/judges/21.json +1 -0
  782. data/resources/concordance/judges/3.json +1 -0
  783. data/resources/concordance/judges/4.json +1 -0
  784. data/resources/concordance/judges/5.json +1 -0
  785. data/resources/concordance/judges/6.json +1 -0
  786. data/resources/concordance/judges/7.json +1 -0
  787. data/resources/concordance/judges/8.json +1 -0
  788. data/resources/concordance/judges/9.json +1 -0
  789. data/resources/concordance/lamentations/1.json +1 -0
  790. data/resources/concordance/lamentations/2.json +1 -0
  791. data/resources/concordance/lamentations/3.json +1 -0
  792. data/resources/concordance/lamentations/4.json +1 -0
  793. data/resources/concordance/lamentations/5.json +1 -0
  794. data/resources/concordance/leviticus/1.json +1 -0
  795. data/resources/concordance/leviticus/10.json +1 -0
  796. data/resources/concordance/leviticus/11.json +1 -0
  797. data/resources/concordance/leviticus/12.json +1 -0
  798. data/resources/concordance/leviticus/13.json +1 -0
  799. data/resources/concordance/leviticus/14.json +1 -0
  800. data/resources/concordance/leviticus/15.json +1 -0
  801. data/resources/concordance/leviticus/16.json +1 -0
  802. data/resources/concordance/leviticus/17.json +1 -0
  803. data/resources/concordance/leviticus/18.json +1 -0
  804. data/resources/concordance/leviticus/19.json +1 -0
  805. data/resources/concordance/leviticus/2.json +1 -0
  806. data/resources/concordance/leviticus/20.json +1 -0
  807. data/resources/concordance/leviticus/21.json +1 -0
  808. data/resources/concordance/leviticus/22.json +1 -0
  809. data/resources/concordance/leviticus/23.json +1 -0
  810. data/resources/concordance/leviticus/24.json +1 -0
  811. data/resources/concordance/leviticus/25.json +1 -0
  812. data/resources/concordance/leviticus/26.json +1 -0
  813. data/resources/concordance/leviticus/27.json +1 -0
  814. data/resources/concordance/leviticus/3.json +1 -0
  815. data/resources/concordance/leviticus/4.json +1 -0
  816. data/resources/concordance/leviticus/5.json +1 -0
  817. data/resources/concordance/leviticus/6.json +1 -0
  818. data/resources/concordance/leviticus/7.json +1 -0
  819. data/resources/concordance/leviticus/8.json +1 -0
  820. data/resources/concordance/leviticus/9.json +1 -0
  821. data/resources/concordance/luke/1.json +1 -0
  822. data/resources/concordance/luke/10.json +1 -0
  823. data/resources/concordance/luke/11.json +1 -0
  824. data/resources/concordance/luke/12.json +1 -0
  825. data/resources/concordance/luke/13.json +1 -0
  826. data/resources/concordance/luke/14.json +1 -0
  827. data/resources/concordance/luke/15.json +1 -0
  828. data/resources/concordance/luke/16.json +1 -0
  829. data/resources/concordance/luke/17.json +1 -0
  830. data/resources/concordance/luke/18.json +1 -0
  831. data/resources/concordance/luke/19.json +1 -0
  832. data/resources/concordance/luke/2.json +1 -0
  833. data/resources/concordance/luke/20.json +1 -0
  834. data/resources/concordance/luke/21.json +1 -0
  835. data/resources/concordance/luke/22.json +1 -0
  836. data/resources/concordance/luke/23.json +1 -0
  837. data/resources/concordance/luke/24.json +1 -0
  838. data/resources/concordance/luke/3.json +1 -0
  839. data/resources/concordance/luke/4.json +1 -0
  840. data/resources/concordance/luke/5.json +1 -0
  841. data/resources/concordance/luke/6.json +1 -0
  842. data/resources/concordance/luke/7.json +1 -0
  843. data/resources/concordance/luke/8.json +1 -0
  844. data/resources/concordance/luke/9.json +1 -0
  845. data/resources/concordance/malachi/1.json +1 -0
  846. data/resources/concordance/malachi/2.json +1 -0
  847. data/resources/concordance/malachi/3.json +1 -0
  848. data/resources/concordance/malachi/4.json +1 -0
  849. data/resources/concordance/mark/1.json +1 -0
  850. data/resources/concordance/mark/10.json +1 -0
  851. data/resources/concordance/mark/11.json +1 -0
  852. data/resources/concordance/mark/12.json +1 -0
  853. data/resources/concordance/mark/13.json +1 -0
  854. data/resources/concordance/mark/14.json +1 -0
  855. data/resources/concordance/mark/15.json +1 -0
  856. data/resources/concordance/mark/16.json +1 -0
  857. data/resources/concordance/mark/2.json +1 -0
  858. data/resources/concordance/mark/3.json +1 -0
  859. data/resources/concordance/mark/4.json +1 -0
  860. data/resources/concordance/mark/5.json +1 -0
  861. data/resources/concordance/mark/6.json +1 -0
  862. data/resources/concordance/mark/7.json +1 -0
  863. data/resources/concordance/mark/8.json +1 -0
  864. data/resources/concordance/mark/9.json +1 -0
  865. data/resources/concordance/matthew/1.json +1 -0
  866. data/resources/concordance/matthew/10.json +1 -0
  867. data/resources/concordance/matthew/11.json +1 -0
  868. data/resources/concordance/matthew/12.json +1 -0
  869. data/resources/concordance/matthew/13.json +1 -0
  870. data/resources/concordance/matthew/14.json +1 -0
  871. data/resources/concordance/matthew/15.json +1 -0
  872. data/resources/concordance/matthew/16.json +1 -0
  873. data/resources/concordance/matthew/17.json +1 -0
  874. data/resources/concordance/matthew/18.json +1 -0
  875. data/resources/concordance/matthew/19.json +1 -0
  876. data/resources/concordance/matthew/2.json +1 -0
  877. data/resources/concordance/matthew/20.json +1 -0
  878. data/resources/concordance/matthew/21.json +1 -0
  879. data/resources/concordance/matthew/22.json +1 -0
  880. data/resources/concordance/matthew/23.json +1 -0
  881. data/resources/concordance/matthew/24.json +1 -0
  882. data/resources/concordance/matthew/25.json +1 -0
  883. data/resources/concordance/matthew/26.json +1 -0
  884. data/resources/concordance/matthew/27.json +1 -0
  885. data/resources/concordance/matthew/28.json +1 -0
  886. data/resources/concordance/matthew/3.json +1 -0
  887. data/resources/concordance/matthew/4.json +1 -0
  888. data/resources/concordance/matthew/5.json +1 -0
  889. data/resources/concordance/matthew/6.json +1 -0
  890. data/resources/concordance/matthew/7.json +1 -0
  891. data/resources/concordance/matthew/8.json +1 -0
  892. data/resources/concordance/matthew/9.json +1 -0
  893. data/resources/concordance/micah/1.json +1 -0
  894. data/resources/concordance/micah/2.json +1 -0
  895. data/resources/concordance/micah/3.json +1 -0
  896. data/resources/concordance/micah/4.json +1 -0
  897. data/resources/concordance/micah/5.json +1 -0
  898. data/resources/concordance/micah/6.json +1 -0
  899. data/resources/concordance/micah/7.json +1 -0
  900. data/resources/concordance/nahum/1.json +1 -0
  901. data/resources/concordance/nahum/2.json +1 -0
  902. data/resources/concordance/nahum/3.json +1 -0
  903. data/resources/concordance/nehemiah/1.json +1 -0
  904. data/resources/concordance/nehemiah/10.json +1 -0
  905. data/resources/concordance/nehemiah/11.json +1 -0
  906. data/resources/concordance/nehemiah/12.json +1 -0
  907. data/resources/concordance/nehemiah/13.json +1 -0
  908. data/resources/concordance/nehemiah/2.json +1 -0
  909. data/resources/concordance/nehemiah/3.json +1 -0
  910. data/resources/concordance/nehemiah/4.json +1 -0
  911. data/resources/concordance/nehemiah/5.json +1 -0
  912. data/resources/concordance/nehemiah/6.json +1 -0
  913. data/resources/concordance/nehemiah/7.json +1 -0
  914. data/resources/concordance/nehemiah/8.json +1 -0
  915. data/resources/concordance/nehemiah/9.json +1 -0
  916. data/resources/concordance/numbers/1.json +1 -0
  917. data/resources/concordance/numbers/10.json +1 -0
  918. data/resources/concordance/numbers/11.json +1 -0
  919. data/resources/concordance/numbers/12.json +1 -0
  920. data/resources/concordance/numbers/13.json +1 -0
  921. data/resources/concordance/numbers/14.json +1 -0
  922. data/resources/concordance/numbers/15.json +1 -0
  923. data/resources/concordance/numbers/16.json +1 -0
  924. data/resources/concordance/numbers/17.json +1 -0
  925. data/resources/concordance/numbers/18.json +1 -0
  926. data/resources/concordance/numbers/19.json +1 -0
  927. data/resources/concordance/numbers/2.json +1 -0
  928. data/resources/concordance/numbers/20.json +1 -0
  929. data/resources/concordance/numbers/21.json +1 -0
  930. data/resources/concordance/numbers/22.json +1 -0
  931. data/resources/concordance/numbers/23.json +1 -0
  932. data/resources/concordance/numbers/24.json +1 -0
  933. data/resources/concordance/numbers/25.json +1 -0
  934. data/resources/concordance/numbers/26.json +1 -0
  935. data/resources/concordance/numbers/27.json +1 -0
  936. data/resources/concordance/numbers/28.json +1 -0
  937. data/resources/concordance/numbers/29.json +1 -0
  938. data/resources/concordance/numbers/3.json +1 -0
  939. data/resources/concordance/numbers/30.json +1 -0
  940. data/resources/concordance/numbers/31.json +1 -0
  941. data/resources/concordance/numbers/32.json +1 -0
  942. data/resources/concordance/numbers/33.json +1 -0
  943. data/resources/concordance/numbers/34.json +1 -0
  944. data/resources/concordance/numbers/35.json +1 -0
  945. data/resources/concordance/numbers/36.json +1 -0
  946. data/resources/concordance/numbers/4.json +1 -0
  947. data/resources/concordance/numbers/5.json +1 -0
  948. data/resources/concordance/numbers/6.json +1 -0
  949. data/resources/concordance/numbers/7.json +1 -0
  950. data/resources/concordance/numbers/8.json +1 -0
  951. data/resources/concordance/numbers/9.json +1 -0
  952. data/resources/concordance/obadiah/1.json +1 -0
  953. data/resources/concordance/philemon/1.json +1 -0
  954. data/resources/concordance/philippians/1.json +1 -0
  955. data/resources/concordance/philippians/2.json +1 -0
  956. data/resources/concordance/philippians/3.json +1 -0
  957. data/resources/concordance/philippians/4.json +1 -0
  958. data/resources/concordance/proverbs/1.json +1 -0
  959. data/resources/concordance/proverbs/10.json +1 -0
  960. data/resources/concordance/proverbs/11.json +1 -0
  961. data/resources/concordance/proverbs/12.json +1 -0
  962. data/resources/concordance/proverbs/13.json +1 -0
  963. data/resources/concordance/proverbs/14.json +1 -0
  964. data/resources/concordance/proverbs/15.json +1 -0
  965. data/resources/concordance/proverbs/16.json +1 -0
  966. data/resources/concordance/proverbs/17.json +1 -0
  967. data/resources/concordance/proverbs/18.json +1 -0
  968. data/resources/concordance/proverbs/19.json +1 -0
  969. data/resources/concordance/proverbs/2.json +1 -0
  970. data/resources/concordance/proverbs/20.json +1 -0
  971. data/resources/concordance/proverbs/21.json +1 -0
  972. data/resources/concordance/proverbs/22.json +1 -0
  973. data/resources/concordance/proverbs/23.json +1 -0
  974. data/resources/concordance/proverbs/24.json +1 -0
  975. data/resources/concordance/proverbs/25.json +1 -0
  976. data/resources/concordance/proverbs/26.json +1 -0
  977. data/resources/concordance/proverbs/27.json +1 -0
  978. data/resources/concordance/proverbs/28.json +1 -0
  979. data/resources/concordance/proverbs/29.json +1 -0
  980. data/resources/concordance/proverbs/3.json +1 -0
  981. data/resources/concordance/proverbs/30.json +1 -0
  982. data/resources/concordance/proverbs/31.json +1 -0
  983. data/resources/concordance/proverbs/4.json +1 -0
  984. data/resources/concordance/proverbs/5.json +1 -0
  985. data/resources/concordance/proverbs/6.json +1 -0
  986. data/resources/concordance/proverbs/7.json +1 -0
  987. data/resources/concordance/proverbs/8.json +1 -0
  988. data/resources/concordance/proverbs/9.json +1 -0
  989. data/resources/concordance/psalms/1.json +1 -0
  990. data/resources/concordance/psalms/10.json +1 -0
  991. data/resources/concordance/psalms/100.json +1 -0
  992. data/resources/concordance/psalms/101.json +1 -0
  993. data/resources/concordance/psalms/102.json +1 -0
  994. data/resources/concordance/psalms/103.json +1 -0
  995. data/resources/concordance/psalms/104.json +1 -0
  996. data/resources/concordance/psalms/105.json +1 -0
  997. data/resources/concordance/psalms/106.json +1 -0
  998. data/resources/concordance/psalms/107.json +1 -0
  999. data/resources/concordance/psalms/108.json +1 -0
  1000. data/resources/concordance/psalms/109.json +1 -0
  1001. data/resources/concordance/psalms/11.json +1 -0
  1002. data/resources/concordance/psalms/110.json +1 -0
  1003. data/resources/concordance/psalms/111.json +1 -0
  1004. data/resources/concordance/psalms/112.json +1 -0
  1005. data/resources/concordance/psalms/113.json +1 -0
  1006. data/resources/concordance/psalms/114.json +1 -0
  1007. data/resources/concordance/psalms/115.json +1 -0
  1008. data/resources/concordance/psalms/116.json +1 -0
  1009. data/resources/concordance/psalms/117.json +1 -0
  1010. data/resources/concordance/psalms/118.json +1 -0
  1011. data/resources/concordance/psalms/119.json +1 -0
  1012. data/resources/concordance/psalms/12.json +1 -0
  1013. data/resources/concordance/psalms/120.json +1 -0
  1014. data/resources/concordance/psalms/121.json +1 -0
  1015. data/resources/concordance/psalms/122.json +1 -0
  1016. data/resources/concordance/psalms/123.json +1 -0
  1017. data/resources/concordance/psalms/124.json +1 -0
  1018. data/resources/concordance/psalms/125.json +1 -0
  1019. data/resources/concordance/psalms/126.json +1 -0
  1020. data/resources/concordance/psalms/127.json +1 -0
  1021. data/resources/concordance/psalms/128.json +1 -0
  1022. data/resources/concordance/psalms/129.json +1 -0
  1023. data/resources/concordance/psalms/13.json +1 -0
  1024. data/resources/concordance/psalms/130.json +1 -0
  1025. data/resources/concordance/psalms/131.json +1 -0
  1026. data/resources/concordance/psalms/132.json +1 -0
  1027. data/resources/concordance/psalms/133.json +1 -0
  1028. data/resources/concordance/psalms/134.json +1 -0
  1029. data/resources/concordance/psalms/135.json +1 -0
  1030. data/resources/concordance/psalms/136.json +1 -0
  1031. data/resources/concordance/psalms/137.json +1 -0
  1032. data/resources/concordance/psalms/138.json +1 -0
  1033. data/resources/concordance/psalms/139.json +1 -0
  1034. data/resources/concordance/psalms/14.json +1 -0
  1035. data/resources/concordance/psalms/140.json +1 -0
  1036. data/resources/concordance/psalms/141.json +1 -0
  1037. data/resources/concordance/psalms/142.json +1 -0
  1038. data/resources/concordance/psalms/143.json +1 -0
  1039. data/resources/concordance/psalms/144.json +1 -0
  1040. data/resources/concordance/psalms/145.json +1 -0
  1041. data/resources/concordance/psalms/146.json +1 -0
  1042. data/resources/concordance/psalms/147.json +1 -0
  1043. data/resources/concordance/psalms/148.json +1 -0
  1044. data/resources/concordance/psalms/149.json +1 -0
  1045. data/resources/concordance/psalms/15.json +1 -0
  1046. data/resources/concordance/psalms/150.json +1 -0
  1047. data/resources/concordance/psalms/16.json +1 -0
  1048. data/resources/concordance/psalms/17.json +1 -0
  1049. data/resources/concordance/psalms/18.json +1 -0
  1050. data/resources/concordance/psalms/19.json +1 -0
  1051. data/resources/concordance/psalms/2.json +1 -0
  1052. data/resources/concordance/psalms/20.json +1 -0
  1053. data/resources/concordance/psalms/21.json +1 -0
  1054. data/resources/concordance/psalms/22.json +1 -0
  1055. data/resources/concordance/psalms/23.json +1 -0
  1056. data/resources/concordance/psalms/24.json +1 -0
  1057. data/resources/concordance/psalms/25.json +1 -0
  1058. data/resources/concordance/psalms/26.json +1 -0
  1059. data/resources/concordance/psalms/27.json +1 -0
  1060. data/resources/concordance/psalms/28.json +1 -0
  1061. data/resources/concordance/psalms/29.json +1 -0
  1062. data/resources/concordance/psalms/3.json +1 -0
  1063. data/resources/concordance/psalms/30.json +1 -0
  1064. data/resources/concordance/psalms/31.json +1 -0
  1065. data/resources/concordance/psalms/32.json +1 -0
  1066. data/resources/concordance/psalms/33.json +1 -0
  1067. data/resources/concordance/psalms/34.json +1 -0
  1068. data/resources/concordance/psalms/35.json +1 -0
  1069. data/resources/concordance/psalms/36.json +1 -0
  1070. data/resources/concordance/psalms/37.json +1 -0
  1071. data/resources/concordance/psalms/38.json +1 -0
  1072. data/resources/concordance/psalms/39.json +1 -0
  1073. data/resources/concordance/psalms/4.json +1 -0
  1074. data/resources/concordance/psalms/40.json +1 -0
  1075. data/resources/concordance/psalms/41.json +1 -0
  1076. data/resources/concordance/psalms/42.json +1 -0
  1077. data/resources/concordance/psalms/43.json +1 -0
  1078. data/resources/concordance/psalms/44.json +1 -0
  1079. data/resources/concordance/psalms/45.json +1 -0
  1080. data/resources/concordance/psalms/46.json +1 -0
  1081. data/resources/concordance/psalms/47.json +1 -0
  1082. data/resources/concordance/psalms/48.json +1 -0
  1083. data/resources/concordance/psalms/49.json +1 -0
  1084. data/resources/concordance/psalms/5.json +1 -0
  1085. data/resources/concordance/psalms/50.json +1 -0
  1086. data/resources/concordance/psalms/51.json +1 -0
  1087. data/resources/concordance/psalms/52.json +1 -0
  1088. data/resources/concordance/psalms/53.json +1 -0
  1089. data/resources/concordance/psalms/54.json +1 -0
  1090. data/resources/concordance/psalms/55.json +1 -0
  1091. data/resources/concordance/psalms/56.json +1 -0
  1092. data/resources/concordance/psalms/57.json +1 -0
  1093. data/resources/concordance/psalms/58.json +1 -0
  1094. data/resources/concordance/psalms/59.json +1 -0
  1095. data/resources/concordance/psalms/6.json +1 -0
  1096. data/resources/concordance/psalms/60.json +1 -0
  1097. data/resources/concordance/psalms/61.json +1 -0
  1098. data/resources/concordance/psalms/62.json +1 -0
  1099. data/resources/concordance/psalms/63.json +1 -0
  1100. data/resources/concordance/psalms/64.json +1 -0
  1101. data/resources/concordance/psalms/65.json +1 -0
  1102. data/resources/concordance/psalms/66.json +1 -0
  1103. data/resources/concordance/psalms/67.json +1 -0
  1104. data/resources/concordance/psalms/68.json +1 -0
  1105. data/resources/concordance/psalms/69.json +1 -0
  1106. data/resources/concordance/psalms/7.json +1 -0
  1107. data/resources/concordance/psalms/70.json +1 -0
  1108. data/resources/concordance/psalms/71.json +1 -0
  1109. data/resources/concordance/psalms/72.json +1 -0
  1110. data/resources/concordance/psalms/73.json +1 -0
  1111. data/resources/concordance/psalms/74.json +1 -0
  1112. data/resources/concordance/psalms/75.json +1 -0
  1113. data/resources/concordance/psalms/76.json +1 -0
  1114. data/resources/concordance/psalms/77.json +1 -0
  1115. data/resources/concordance/psalms/78.json +1 -0
  1116. data/resources/concordance/psalms/79.json +1 -0
  1117. data/resources/concordance/psalms/8.json +1 -0
  1118. data/resources/concordance/psalms/80.json +1 -0
  1119. data/resources/concordance/psalms/81.json +1 -0
  1120. data/resources/concordance/psalms/82.json +1 -0
  1121. data/resources/concordance/psalms/83.json +1 -0
  1122. data/resources/concordance/psalms/84.json +1 -0
  1123. data/resources/concordance/psalms/85.json +1 -0
  1124. data/resources/concordance/psalms/86.json +1 -0
  1125. data/resources/concordance/psalms/87.json +1 -0
  1126. data/resources/concordance/psalms/88.json +1 -0
  1127. data/resources/concordance/psalms/89.json +1 -0
  1128. data/resources/concordance/psalms/9.json +1 -0
  1129. data/resources/concordance/psalms/90.json +1 -0
  1130. data/resources/concordance/psalms/91.json +1 -0
  1131. data/resources/concordance/psalms/92.json +1 -0
  1132. data/resources/concordance/psalms/93.json +1 -0
  1133. data/resources/concordance/psalms/94.json +1 -0
  1134. data/resources/concordance/psalms/95.json +1 -0
  1135. data/resources/concordance/psalms/96.json +1 -0
  1136. data/resources/concordance/psalms/97.json +1 -0
  1137. data/resources/concordance/psalms/98.json +1 -0
  1138. data/resources/concordance/psalms/99.json +1 -0
  1139. data/resources/concordance/revelation/1.json +1 -0
  1140. data/resources/concordance/revelation/10.json +1 -0
  1141. data/resources/concordance/revelation/11.json +1 -0
  1142. data/resources/concordance/revelation/12.json +1 -0
  1143. data/resources/concordance/revelation/13.json +1 -0
  1144. data/resources/concordance/revelation/14.json +1 -0
  1145. data/resources/concordance/revelation/15.json +1 -0
  1146. data/resources/concordance/revelation/16.json +1 -0
  1147. data/resources/concordance/revelation/17.json +1 -0
  1148. data/resources/concordance/revelation/18.json +1 -0
  1149. data/resources/concordance/revelation/19.json +1 -0
  1150. data/resources/concordance/revelation/2.json +1 -0
  1151. data/resources/concordance/revelation/20.json +1 -0
  1152. data/resources/concordance/revelation/21.json +1 -0
  1153. data/resources/concordance/revelation/22.json +1 -0
  1154. data/resources/concordance/revelation/3.json +1 -0
  1155. data/resources/concordance/revelation/4.json +1 -0
  1156. data/resources/concordance/revelation/5.json +1 -0
  1157. data/resources/concordance/revelation/6.json +1 -0
  1158. data/resources/concordance/revelation/7.json +1 -0
  1159. data/resources/concordance/revelation/8.json +1 -0
  1160. data/resources/concordance/revelation/9.json +1 -0
  1161. data/resources/concordance/romans/1.json +1 -0
  1162. data/resources/concordance/romans/10.json +1 -0
  1163. data/resources/concordance/romans/11.json +1 -0
  1164. data/resources/concordance/romans/12.json +1 -0
  1165. data/resources/concordance/romans/13.json +1 -0
  1166. data/resources/concordance/romans/14.json +1 -0
  1167. data/resources/concordance/romans/15.json +1 -0
  1168. data/resources/concordance/romans/16.json +1 -0
  1169. data/resources/concordance/romans/2.json +1 -0
  1170. data/resources/concordance/romans/3.json +1 -0
  1171. data/resources/concordance/romans/4.json +1 -0
  1172. data/resources/concordance/romans/5.json +1 -0
  1173. data/resources/concordance/romans/6.json +1 -0
  1174. data/resources/concordance/romans/7.json +1 -0
  1175. data/resources/concordance/romans/8.json +1 -0
  1176. data/resources/concordance/romans/9.json +1 -0
  1177. data/resources/concordance/ruth/1.json +1 -0
  1178. data/resources/concordance/ruth/2.json +1 -0
  1179. data/resources/concordance/ruth/3.json +1 -0
  1180. data/resources/concordance/ruth/4.json +1 -0
  1181. data/resources/concordance/song_of_solomon/1.json +1 -0
  1182. data/resources/concordance/song_of_solomon/2.json +1 -0
  1183. data/resources/concordance/song_of_solomon/3.json +1 -0
  1184. data/resources/concordance/song_of_solomon/4.json +1 -0
  1185. data/resources/concordance/song_of_solomon/5.json +1 -0
  1186. data/resources/concordance/song_of_solomon/6.json +1 -0
  1187. data/resources/concordance/song_of_solomon/7.json +1 -0
  1188. data/resources/concordance/song_of_solomon/8.json +1 -0
  1189. data/resources/concordance/titus/1.json +1 -0
  1190. data/resources/concordance/titus/2.json +1 -0
  1191. data/resources/concordance/titus/3.json +1 -0
  1192. data/resources/concordance/zechariah/1.json +1 -0
  1193. data/resources/concordance/zechariah/10.json +1 -0
  1194. data/resources/concordance/zechariah/11.json +1 -0
  1195. data/resources/concordance/zechariah/12.json +1 -0
  1196. data/resources/concordance/zechariah/13.json +1 -0
  1197. data/resources/concordance/zechariah/14.json +1 -0
  1198. data/resources/concordance/zechariah/2.json +1 -0
  1199. data/resources/concordance/zechariah/3.json +1 -0
  1200. data/resources/concordance/zechariah/4.json +1 -0
  1201. data/resources/concordance/zechariah/5.json +1 -0
  1202. data/resources/concordance/zechariah/6.json +1 -0
  1203. data/resources/concordance/zechariah/7.json +1 -0
  1204. data/resources/concordance/zechariah/8.json +1 -0
  1205. data/resources/concordance/zechariah/9.json +1 -0
  1206. data/resources/concordance/zephaniah/1.json +1 -0
  1207. data/resources/concordance/zephaniah/2.json +1 -0
  1208. data/resources/concordance/zephaniah/3.json +1 -0
  1209. data/resources/lexicon/greek/0.json +1 -0
  1210. data/resources/lexicon/greek/1.json +1 -0
  1211. data/resources/lexicon/greek/10.json +1 -0
  1212. data/resources/lexicon/greek/11.json +1 -0
  1213. data/resources/lexicon/greek/12.json +1 -0
  1214. data/resources/lexicon/greek/13.json +1 -0
  1215. data/resources/lexicon/greek/14.json +1 -0
  1216. data/resources/lexicon/greek/15.json +1 -0
  1217. data/resources/lexicon/greek/16.json +1 -0
  1218. data/resources/lexicon/greek/17.json +1 -0
  1219. data/resources/lexicon/greek/18.json +1 -0
  1220. data/resources/lexicon/greek/19.json +1 -0
  1221. data/resources/lexicon/greek/2.json +1 -0
  1222. data/resources/lexicon/greek/20.json +1 -0
  1223. data/resources/lexicon/greek/21.json +1 -0
  1224. data/resources/lexicon/greek/22.json +1 -0
  1225. data/resources/lexicon/greek/23.json +1 -0
  1226. data/resources/lexicon/greek/24.json +1 -0
  1227. data/resources/lexicon/greek/25.json +1 -0
  1228. data/resources/lexicon/greek/26.json +1 -0
  1229. data/resources/lexicon/greek/27.json +1 -0
  1230. data/resources/lexicon/greek/28.json +1 -0
  1231. data/resources/lexicon/greek/29.json +1 -0
  1232. data/resources/lexicon/greek/3.json +1 -0
  1233. data/resources/lexicon/greek/30.json +1 -0
  1234. data/resources/lexicon/greek/31.json +1 -0
  1235. data/resources/lexicon/greek/32.json +1 -0
  1236. data/resources/lexicon/greek/33.json +1 -0
  1237. data/resources/lexicon/greek/34.json +1 -0
  1238. data/resources/lexicon/greek/35.json +1 -0
  1239. data/resources/lexicon/greek/36.json +1 -0
  1240. data/resources/lexicon/greek/37.json +1 -0
  1241. data/resources/lexicon/greek/38.json +1 -0
  1242. data/resources/lexicon/greek/39.json +1 -0
  1243. data/resources/lexicon/greek/4.json +1 -0
  1244. data/resources/lexicon/greek/40.json +1 -0
  1245. data/resources/lexicon/greek/41.json +1 -0
  1246. data/resources/lexicon/greek/42.json +1 -0
  1247. data/resources/lexicon/greek/43.json +1 -0
  1248. data/resources/lexicon/greek/44.json +1 -0
  1249. data/resources/lexicon/greek/45.json +1 -0
  1250. data/resources/lexicon/greek/46.json +1 -0
  1251. data/resources/lexicon/greek/47.json +1 -0
  1252. data/resources/lexicon/greek/48.json +1 -0
  1253. data/resources/lexicon/greek/49.json +1 -0
  1254. data/resources/lexicon/greek/5.json +1 -0
  1255. data/resources/lexicon/greek/50.json +1 -0
  1256. data/resources/lexicon/greek/51.json +1 -0
  1257. data/resources/lexicon/greek/52.json +1 -0
  1258. data/resources/lexicon/greek/53.json +1 -0
  1259. data/resources/lexicon/greek/54.json +1 -0
  1260. data/resources/lexicon/greek/55.json +1 -0
  1261. data/resources/lexicon/greek/56.json +1 -0
  1262. data/resources/lexicon/greek/6.json +1 -0
  1263. data/resources/lexicon/greek/7.json +1 -0
  1264. data/resources/lexicon/greek/8.json +1 -0
  1265. data/resources/lexicon/greek/9.json +1 -0
  1266. data/resources/lexicon/hebrew/0.json +1 -0
  1267. data/resources/lexicon/hebrew/1.json +1 -0
  1268. data/resources/lexicon/hebrew/10.json +1 -0
  1269. data/resources/lexicon/hebrew/11.json +1 -0
  1270. data/resources/lexicon/hebrew/12.json +1 -0
  1271. data/resources/lexicon/hebrew/13.json +1 -0
  1272. data/resources/lexicon/hebrew/14.json +1 -0
  1273. data/resources/lexicon/hebrew/15.json +1 -0
  1274. data/resources/lexicon/hebrew/16.json +1 -0
  1275. data/resources/lexicon/hebrew/17.json +1 -0
  1276. data/resources/lexicon/hebrew/18.json +1 -0
  1277. data/resources/lexicon/hebrew/19.json +1 -0
  1278. data/resources/lexicon/hebrew/2.json +1 -0
  1279. data/resources/lexicon/hebrew/20.json +1 -0
  1280. data/resources/lexicon/hebrew/21.json +1 -0
  1281. data/resources/lexicon/hebrew/22.json +1 -0
  1282. data/resources/lexicon/hebrew/23.json +1 -0
  1283. data/resources/lexicon/hebrew/24.json +1 -0
  1284. data/resources/lexicon/hebrew/25.json +1 -0
  1285. data/resources/lexicon/hebrew/26.json +1 -0
  1286. data/resources/lexicon/hebrew/27.json +1 -0
  1287. data/resources/lexicon/hebrew/28.json +1 -0
  1288. data/resources/lexicon/hebrew/29.json +1 -0
  1289. data/resources/lexicon/hebrew/3.json +1 -0
  1290. data/resources/lexicon/hebrew/30.json +1 -0
  1291. data/resources/lexicon/hebrew/31.json +1 -0
  1292. data/resources/lexicon/hebrew/32.json +1 -0
  1293. data/resources/lexicon/hebrew/33.json +1 -0
  1294. data/resources/lexicon/hebrew/34.json +1 -0
  1295. data/resources/lexicon/hebrew/35.json +1 -0
  1296. data/resources/lexicon/hebrew/36.json +1 -0
  1297. data/resources/lexicon/hebrew/37.json +1 -0
  1298. data/resources/lexicon/hebrew/38.json +1 -0
  1299. data/resources/lexicon/hebrew/39.json +1 -0
  1300. data/resources/lexicon/hebrew/4.json +1 -0
  1301. data/resources/lexicon/hebrew/40.json +1 -0
  1302. data/resources/lexicon/hebrew/41.json +1 -0
  1303. data/resources/lexicon/hebrew/42.json +1 -0
  1304. data/resources/lexicon/hebrew/43.json +1 -0
  1305. data/resources/lexicon/hebrew/44.json +1 -0
  1306. data/resources/lexicon/hebrew/45.json +1 -0
  1307. data/resources/lexicon/hebrew/46.json +1 -0
  1308. data/resources/lexicon/hebrew/47.json +1 -0
  1309. data/resources/lexicon/hebrew/48.json +1 -0
  1310. data/resources/lexicon/hebrew/49.json +1 -0
  1311. data/resources/lexicon/hebrew/5.json +1 -0
  1312. data/resources/lexicon/hebrew/50.json +1 -0
  1313. data/resources/lexicon/hebrew/51.json +1 -0
  1314. data/resources/lexicon/hebrew/52.json +1 -0
  1315. data/resources/lexicon/hebrew/53.json +1 -0
  1316. data/resources/lexicon/hebrew/54.json +1 -0
  1317. data/resources/lexicon/hebrew/55.json +1 -0
  1318. data/resources/lexicon/hebrew/56.json +1 -0
  1319. data/resources/lexicon/hebrew/57.json +1 -0
  1320. data/resources/lexicon/hebrew/58.json +1 -0
  1321. data/resources/lexicon/hebrew/59.json +1 -0
  1322. data/resources/lexicon/hebrew/6.json +1 -0
  1323. data/resources/lexicon/hebrew/60.json +1 -0
  1324. data/resources/lexicon/hebrew/61.json +1 -0
  1325. data/resources/lexicon/hebrew/62.json +1 -0
  1326. data/resources/lexicon/hebrew/63.json +1 -0
  1327. data/resources/lexicon/hebrew/64.json +1 -0
  1328. data/resources/lexicon/hebrew/65.json +1 -0
  1329. data/resources/lexicon/hebrew/66.json +1 -0
  1330. data/resources/lexicon/hebrew/67.json +1 -0
  1331. data/resources/lexicon/hebrew/68.json +1 -0
  1332. data/resources/lexicon/hebrew/69.json +1 -0
  1333. data/resources/lexicon/hebrew/7.json +1 -0
  1334. data/resources/lexicon/hebrew/70.json +1 -0
  1335. data/resources/lexicon/hebrew/71.json +1 -0
  1336. data/resources/lexicon/hebrew/72.json +1 -0
  1337. data/resources/lexicon/hebrew/73.json +1 -0
  1338. data/resources/lexicon/hebrew/74.json +1 -0
  1339. data/resources/lexicon/hebrew/75.json +1 -0
  1340. data/resources/lexicon/hebrew/76.json +1 -0
  1341. data/resources/lexicon/hebrew/77.json +1 -0
  1342. data/resources/lexicon/hebrew/78.json +1 -0
  1343. data/resources/lexicon/hebrew/79.json +1 -0
  1344. data/resources/lexicon/hebrew/8.json +1 -0
  1345. data/resources/lexicon/hebrew/80.json +1 -0
  1346. data/resources/lexicon/hebrew/81.json +1 -0
  1347. data/resources/lexicon/hebrew/82.json +1 -0
  1348. data/resources/lexicon/hebrew/83.json +1 -0
  1349. data/resources/lexicon/hebrew/84.json +1 -0
  1350. data/resources/lexicon/hebrew/85.json +1 -0
  1351. data/resources/lexicon/hebrew/86.json +1 -0
  1352. data/resources/lexicon/hebrew/9.json +1 -0
  1353. metadata +1450 -0
@@ -0,0 +1 @@
1
+ {"18":[{"text":"not your fathers","number":"h1"},{"text":"not our God","number":"h430"},{"text":"bring","number":"h935"},{"text":"thus and did","number":"h935"},{"text":"yet ye bring","number":"h935"},{"text":"by profaning","number":"h2490"},{"text":"wrath","number":"h2740"},{"text":"more","number":"h3254"},{"text":"upon Israel","number":"h3478"},{"text":"upon us and upon this city","number":"h5892"},{"text":"Did","number":"h6213"},{"text":"all this evil","number":"h7451"},{"text":"the sabbath","number":"h7676"}],"26":[{"text":"like him who was beloved","number":"h157"},{"text":"and God","number":"h430"},{"text":"of his God","number":"h430"},{"text":"women","number":"h802"},{"text":"nations","number":"h1471"},{"text":"nevertheless even him","number":"h1571"},{"text":"cause to sin","number":"h2398"},{"text":"sin","number":"h2398"},{"text":"of Israel","number":"h3478"},{"text":"over all Israel","number":"h3478"},{"text":"him king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"was there no king","number":"h4428"},{"text":"did outlandish","number":"h5237"},{"text":"made","number":"h5414"},{"text":"by these things yet among many","number":"h7227"},{"text":"Did not Solomon","number":"h8010"}],"13":[{"text":"over the treasuries","number":"h214"},{"text":"unto their brethren","number":"h251"},{"text":"faithful","number":"h539"},{"text":"And I made treasurers","number":"h686"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Zaccur","number":"h2139"},{"text":"and their office was to distribute","number":"h2505"},{"text":"was Hanan","number":"h2605"},{"text":"for they were counted","number":"h2803"},{"text":"and next to them","number":"h3027"},{"text":"the priest","number":"h3548"},{"text":"and of the Levites","number":"h3881"},{"text":"of Mattaniah","number":"h4983"},{"text":"the scribe","number":"h5608"},{"text":"Pedaiah","number":"h6305"},{"text":"and Zadok","number":"h6659"},{"text":"Shelemiah","number":"h8018"}],"12":[{"text":"unto the treasuries","number":"h214"},{"text":"Then brought","number":"h935"},{"text":"of the corn","number":"h1715"},{"text":"all Judah","number":"h3063"},{"text":"and the oil","number":"h3323"},{"text":"the tithe","number":"h4643"},{"text":"and the new wine","number":"h8492"}],"1":[{"text":"in the audience","number":"h241"},{"text":"of God","number":"h430"},{"text":"should not come","number":"h935"},{"text":"On that day","number":"h3117"},{"text":"written","number":"h3789"},{"text":"and the Moabite","number":"h4125"},{"text":"and therein was found","number":"h4672"},{"text":"of Moses","number":"h4872"},{"text":"in the book","number":"h5612"},{"text":"for","number":"h5704"},{"text":"ever","number":"h5769"},{"text":"of the people","number":"h5971"},{"text":"that the Ammonite","number":"h5984"},{"text":"into the congregation","number":"h6951"},{"text":"they read","number":"h7121"}],"19":[{"text":"till after","number":"h310"},{"text":"I commanded","number":"h559"},{"text":"and charged","number":"h559"},{"text":"be brought in","number":"h935"},{"text":"that the gates","number":"h1817"},{"text":"day","number":"h3117"},{"text":"of Jerusalem","number":"h3389"},{"text":"that there should no burden","number":"h4853"},{"text":"and some of my servants","number":"h5288"},{"text":"should be shut","number":"h5462"},{"text":"set","number":"h5975"},{"text":"before","number":"h6440"},{"text":"that they should not be opened","number":"h6605"},{"text":"began to be dark","number":"h6751"},{"text":"on the sabbath","number":"h7676"},{"text":"the sabbath","number":"h7676"},{"text":"the sabbath","number":"h7676"},{"text":"And it came to pass that when the gates","number":"h8179"},{"text":"I at the gates","number":"h8179"}],"10":[{"text":"every one","number":"h376"},{"text":"were fled","number":"h1272"},{"text":"And I perceived","number":"h3045"},{"text":"of the Levites","number":"h3881"},{"text":"them for the Levites","number":"h3881"},{"text":"the work","number":"h4399"},{"text":"that the portions","number":"h4521"},{"text":"had not been given","number":"h5414"},{"text":"that did","number":"h6213"},{"text":"to his field","number":"h7704"},{"text":"and the singers","number":"h7891"}],"30":[{"text":"every one","number":"h376"},{"text":"Thus cleansed","number":"h2891"},{"text":"of the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"in his business","number":"h4399"},{"text":"the wards","number":"h4931"},{"text":"I them from all strangers","number":"h5236"},{"text":"and appointed","number":"h5975"}],"27":[{"text":"against our God","number":"h430"},{"text":"wives","number":"h802"},{"text":"all this great","number":"h1419"},{"text":"in marrying","number":"h3427"},{"text":"to transgress","number":"h4603"},{"text":"strange","number":"h5237"},{"text":"unto you to do","number":"h6213"},{"text":"evil","number":"h7451"},{"text":"Shall we then hearken","number":"h8085"}],"25":[{"text":"by God","number":"h430"},{"text":"certain","number":"h582"},{"text":"unto their sons","number":"h1121"},{"text":"unto your sons","number":"h1121"},{"text":"their daughters","number":"h1323"},{"text":"your daughters","number":"h1323"},{"text":"of them and plucked off their hair","number":"h4803"},{"text":"them and smote","number":"h5221"},{"text":"nor take","number":"h5375"},{"text":"saying Ye shall not give","number":"h5414"},{"text":"with them and cursed","number":"h7043"},{"text":"And I contended","number":"h7378"},{"text":"and made them swear","number":"h7650"}],"14":[{"text":"me O my God","number":"h430"},{"text":"of my God","number":"h430"},{"text":"for the house","number":"h1004"},{"text":"Remember","number":"h2142"},{"text":"my good","number":"h2617"},{"text":"concerning this and wipe not out","number":"h4229"},{"text":"and for the offices","number":"h4929"},{"text":"deeds that I have done","number":"h6213"}],"22":[{"text":"me O my God","number":"h430"},{"text":"And I commanded","number":"h559"},{"text":"themselves and that they should come","number":"h935"},{"text":"Remember","number":"h2142"},{"text":"concerning this also and spare","number":"h2347"},{"text":"of thy mercy","number":"h2617"},{"text":"that they should cleanse","number":"h2891"},{"text":"day","number":"h3117"},{"text":"the Levites","number":"h3881"},{"text":"to sanctify","number":"h6942"},{"text":"me according to the greatness","number":"h7230"},{"text":"the sabbath","number":"h7676"},{"text":"and keep","number":"h8104"},{"text":"the gates","number":"h8179"}],"31":[{"text":"me O my God","number":"h430"},{"text":"and for the firstfruits","number":"h1061"},{"text":"Remember","number":"h2142"},{"text":"appointed","number":"h2163"},{"text":"for good","number":"h2896"},{"text":"And for the wood","number":"h6086"},{"text":"at times","number":"h6256"},{"text":"offering","number":"h7133"}],"11":[{"text":"of God","number":"h430"},{"text":"and said","number":"h559"},{"text":"Why is the house","number":"h1004"},{"text":"I with the rulers","number":"h5461"},{"text":"forsaken","number":"h5800"},{"text":"and set","number":"h5975"},{"text":"them in their place","number":"h5977"},{"text":"And I gathered them together","number":"h6908"},{"text":"Then contended","number":"h7378"}],"7":[{"text":"of God","number":"h430"},{"text":"that Eliashib","number":"h475"},{"text":"And I came","number":"h935"},{"text":"and understood","number":"h995"},{"text":"of the house","number":"h1004"},{"text":"in the courts","number":"h2691"},{"text":"for Tobiah","number":"h2900"},{"text":"to Jerusalem","number":"h3389"},{"text":"him a chamber","number":"h5393"},{"text":"did","number":"h6213"},{"text":"in preparing","number":"h6213"},{"text":"of the evil","number":"h7451"}],"9":[{"text":"of God","number":"h430"},{"text":"Then I commanded","number":"h559"},{"text":"of the house","number":"h1004"},{"text":"and they cleansed","number":"h2891"},{"text":"the vessels","number":"h3627"},{"text":"and the frankincense","number":"h3828"},{"text":"the chambers","number":"h3957"},{"text":"with the meat offering","number":"h4503"},{"text":"and thither brought I again","number":"h7725"}],"4":[{"text":"of our God","number":"h430"},{"text":"this Eliashib","number":"h475"},{"text":"of the house","number":"h1004"},{"text":"unto Tobiah","number":"h2900"},{"text":"the priest","number":"h3548"},{"text":"of the chamber","number":"h3957"},{"text":"having the oversight","number":"h5414"},{"text":"And before","number":"h6440"},{"text":"was allied","number":"h7138"}],"29":[{"text":"them O my God","number":"h430"},{"text":"and the covenant","number":"h1285"},{"text":"because they have defiled","number":"h1352"},{"text":"Remember","number":"h2142"},{"text":"of the priesthood","number":"h3550"},{"text":"the priesthood","number":"h3550"},{"text":"and of the Levites","number":"h3881"}],"2":[{"text":"them howbeit our God","number":"h430"},{"text":"Balaam","number":"h1109"},{"text":"not the children","number":"h1121"},{"text":"into a blessing","number":"h1293"},{"text":"turned","number":"h2015"},{"text":"of Israel","number":"h3478"},{"text":"with bread","number":"h3899"},{"text":"and with water","number":"h4325"},{"text":"Because they met","number":"h6923"},{"text":"against them that he should curse","number":"h7043"},{"text":"the curse","number":"h7045"},{"text":"but hired","number":"h7936"}],"28":[{"text":"of Eliashib","number":"h475"},{"text":"And one of the sons","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"therefore I chased","number":"h1272"},{"text":"the high","number":"h1419"},{"text":"the Horonite","number":"h2772"},{"text":"was son in law","number":"h2860"},{"text":"of Joiada","number":"h3111"},{"text":"priest","number":"h3548"},{"text":"to Sanballat","number":"h5571"}],"21":[{"text":"against them and said","number":"h559"},{"text":"forth came","number":"h935"},{"text":"the wall","number":"h2346"},{"text":"hands","number":"h3027"},{"text":"unto them Why lodge","number":"h3885"},{"text":"ye about","number":"h5048"},{"text":"Then I testified","number":"h5749"},{"text":"on you From that time","number":"h6256"},{"text":"they no more on the sabbath","number":"h7676"},{"text":"I will lay","number":"h7971"},{"text":"if ye do so again","number":"h8138"}],"17":[{"text":"and said","number":"h559"},{"text":"thing","number":"h1697"},{"text":"and profane","number":"h2490"},{"text":"with the nobles","number":"h2715"},{"text":"of Judah","number":"h3063"},{"text":"day","number":"h3117"},{"text":"is this that ye do","number":"h6213"},{"text":"Then I contended","number":"h7378"},{"text":"unto them What evil","number":"h7451"},{"text":"the sabbath","number":"h7676"}],"6":[{"text":"of Artaxerxes","number":"h783"},{"text":"of Babylon","number":"h894"},{"text":"came","number":"h935"},{"text":"certain days","number":"h3117"},{"text":"But in all this time was not I at Jerusalem","number":"h3389"},{"text":"I unto the king","number":"h4428"},{"text":"king","number":"h4428"},{"text":"of the king","number":"h4428"},{"text":"and after","number":"h7093"},{"text":"obtained I leave","number":"h7592"},{"text":"and thirtieth","number":"h7970"},{"text":"year","number":"h8141"},{"text":"for in the two","number":"h8147"}],"23":[{"text":"of Ashdod","number":"h796"},{"text":"wives","number":"h802"},{"text":"I Jews","number":"h3064"},{"text":"In those days","number":"h3117"},{"text":"that had married","number":"h3427"},{"text":"and of Moab","number":"h4125"},{"text":"of Ammon","number":"h5984"},{"text":"also saw","number":"h7200"}],"24":[{"text":"in the speech of Ashdod","number":"h797"},{"text":"And their children","number":"h1121"},{"text":"not speak","number":"h1696"},{"text":"spake","number":"h1696"},{"text":"half","number":"h2677"},{"text":"in the Jews' language","number":"h3066"},{"text":"but according to the language","number":"h3956"},{"text":"and could","number":"h5234"},{"text":"of each people","number":"h5971"}],"3":[{"text":"that they separated","number":"h914"},{"text":"from Israel","number":"h3478"},{"text":"all the mixed multitude","number":"h6154"},{"text":"Now it came to pass when they had heard","number":"h8085"},{"text":"the law","number":"h8451"}],"16":[{"text":"also therein which brought","number":"h935"},{"text":"unto the children","number":"h1121"},{"text":"fish","number":"h1709"},{"text":"of Judah","number":"h3063"},{"text":"and in Jerusalem","number":"h3389"},{"text":"There dwelt","number":"h3427"},{"text":"and sold","number":"h4376"},{"text":"and all manner of ware","number":"h4377"},{"text":"men of Tyre","number":"h6876"},{"text":"on the sabbath","number":"h7676"}],"15":[{"text":"and bringing in","number":"h935"},{"text":"which they brought","number":"h935"},{"text":"wine presses","number":"h1660"},{"text":"some treading","number":"h1869"},{"text":"asses","number":"h2543"},{"text":"I in Judah","number":"h3063"},{"text":"In those days","number":"h3117"},{"text":"against them in the day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"as also wine","number":"h3196"},{"text":"into Jerusalem","number":"h3389"},{"text":"wherein they sold","number":"h4376"},{"text":"and all manner of burdens","number":"h4853"},{"text":"and I testified","number":"h5749"},{"text":"and lading","number":"h6006"},{"text":"grapes","number":"h6025"},{"text":"sheaves","number":"h6194"},{"text":"victuals","number":"h6718"},{"text":"saw","number":"h7200"},{"text":"on the sabbath","number":"h7676"},{"text":"on the sabbath","number":"h7676"},{"text":"and figs","number":"h8384"}],"8":[{"text":"all the household","number":"h1004"},{"text":"out of","number":"h2351"},{"text":"of Tobiah","number":"h2900"},{"text":"And it grieved","number":"h3415"},{"text":"stuff","number":"h3627"},{"text":"the chamber","number":"h3957"},{"text":"me sore","number":"h3966"},{"text":"therefore I cast forth","number":"h7993"}],"5":[{"text":"for him a great","number":"h1419"},{"text":"of the corn","number":"h1715"},{"text":"and the oil","number":"h3323"},{"text":"of the priests","number":"h3548"},{"text":"and the vessels","number":"h3627"},{"text":"the frankincense","number":"h3828"},{"text":"to be given to the Levites","number":"h3881"},{"text":"chamber","number":"h3957"},{"text":"the meat offerings","number":"h4503"},{"text":"and the tithes","number":"h4643"},{"text":"which was commanded","number":"h4687"},{"text":"they laid","number":"h5414"},{"text":"And he had prepared","number":"h6213"},{"text":"where aforetime","number":"h6440"},{"text":"and the porters","number":"h7778"},{"text":"and the singers","number":"h7891"},{"text":"the new wine","number":"h8492"},{"text":"and the offerings","number":"h8641"}],"20":[{"text":"without","number":"h2351"},{"text":"Jerusalem","number":"h3389"},{"text":"lodged","number":"h3885"},{"text":"and sellers","number":"h4376"},{"text":"of all kind of ware","number":"h4465"},{"text":"once","number":"h6471"},{"text":"So the merchants","number":"h7402"},{"text":"or twice","number":"h8147"}]}
@@ -0,0 +1 @@
1
+ {"3":[{"text":"of my fathers","number":"h1"},{"text":"thereof are consumed","number":"h398"},{"text":"And said","number":"h559"},{"text":"with fire","number":"h784"},{"text":"the place","number":"h1004"},{"text":"live","number":"h2421"},{"text":"lieth waste","number":"h2720"},{"text":"be sad","number":"h3415"},{"text":"Let the king","number":"h4428"},{"text":"unto the king","number":"h4428"},{"text":"for ever","number":"h5769"},{"text":"when the city","number":"h5892"},{"text":"why should not my countenance","number":"h6440"},{"text":"sepulchres","number":"h6913"},{"text":"and the gates","number":"h8179"}],"5":[{"text":"of my fathers","number":"h1"},{"text":"And I said","number":"h559"},{"text":"that I may build","number":"h1129"},{"text":"If it please","number":"h2895"},{"text":"me unto Judah","number":"h3063"},{"text":"have found favour","number":"h3190"},{"text":"the king","number":"h4428"},{"text":"unto the king","number":"h4428"},{"text":"and if thy servant","number":"h5650"},{"text":"unto the city","number":"h5892"},{"text":"in thy sight","number":"h6440"},{"text":"sepulchres","number":"h6913"},{"text":"that thou wouldest send","number":"h7971"}],"8":[{"text":"And a letter","number":"h107"},{"text":"of my God","number":"h430"},{"text":"unto Asaph","number":"h623"},{"text":"that I shall enter into","number":"h935"},{"text":"of the palace","number":"h1002"},{"text":"and for the house","number":"h1004"},{"text":"which appertained to the house","number":"h1004"},{"text":"and for the wall","number":"h2346"},{"text":"me according to the good","number":"h2896"},{"text":"hand","number":"h3027"},{"text":"And the king","number":"h4428"},{"text":"of the king's","number":"h4428"},{"text":"granted","number":"h5414"},{"text":"that he may give","number":"h5414"},{"text":"of the city","number":"h5892"},{"text":"me timber","number":"h6086"},{"text":"forest","number":"h6508"},{"text":"to make beams","number":"h7136"},{"text":"the keeper","number":"h8104"},{"text":"for the gates","number":"h8179"}],"7":[{"text":"let letters","number":"h107"},{"text":"Moreover I said","number":"h559"},{"text":"till I come","number":"h935"},{"text":"If it please","number":"h2895"},{"text":"into Judah","number":"h3063"},{"text":"the king","number":"h4428"},{"text":"unto the king","number":"h4428"},{"text":"the river","number":"h5104"},{"text":"be given","number":"h5414"},{"text":"that they may convey me over","number":"h5674"},{"text":"beyond","number":"h5676"},{"text":"me to the governors","number":"h6346"}],"9":[{"text":"letters","number":"h107"},{"text":"Then I came","number":"h935"},{"text":"of the army","number":"h2428"},{"text":"Now the king","number":"h4428"},{"text":"them the king's","number":"h4428"},{"text":"the river","number":"h5104"},{"text":"and gave","number":"h5414"},{"text":"beyond","number":"h5676"},{"text":"to the governors","number":"h6346"},{"text":"and horsemen","number":"h6571"},{"text":"had sent","number":"h7971"},{"text":"captains","number":"h8269"}],"12":[{"text":"I any man","number":"h120"},{"text":"what my God","number":"h430"},{"text":"men","number":"h582"},{"text":"neither was there any beast","number":"h929"},{"text":"with me save the beast","number":"h929"},{"text":"at Jerusalem","number":"h3389"},{"text":"in my heart","number":"h3820"},{"text":"in the night","number":"h3915"},{"text":"I and some","number":"h4592"},{"text":"few","number":"h4592"},{"text":"with me neither told","number":"h5046"},{"text":"had put","number":"h5414"},{"text":"to do","number":"h6213"},{"text":"And I arose","number":"h6965"},{"text":"that I rode upon","number":"h7392"}],"10":[{"text":"a man","number":"h120"},{"text":"that there was come","number":"h935"},{"text":"of the children","number":"h1121"},{"text":"to seek","number":"h1245"},{"text":"the Horonite","number":"h2772"},{"text":"the welfare","number":"h2896"},{"text":"and Tobiah","number":"h2900"},{"text":"of it it grieved","number":"h3415"},{"text":"of Israel","number":"h3478"},{"text":"When Sanballat","number":"h5571"},{"text":"the servant","number":"h5650"},{"text":"the Ammonite","number":"h5984"},{"text":"them exceedingly","number":"h7451"},{"text":"heard","number":"h8085"}],"13":[{"text":"thereof were consumed","number":"h398"},{"text":"with fire","number":"h784"},{"text":"and to the dung","number":"h830"},{"text":"of the valley","number":"h1516"},{"text":"the walls","number":"h2346"},{"text":"And I went out","number":"h3318"},{"text":"of Jerusalem","number":"h3389"},{"text":"by night","number":"h3915"},{"text":"well","number":"h5869"},{"text":"even before","number":"h6440"},{"text":"which were broken down","number":"h6555"},{"text":"and viewed","number":"h7663"},{"text":"and the gates","number":"h8179"},{"text":"by the gate","number":"h8179"},{"text":"port","number":"h8179"},{"text":"the dragon","number":"h8577"}],"18":[{"text":"of my God","number":"h430"},{"text":"that he had spoken","number":"h559"},{"text":"unto me And they said","number":"h559"},{"text":"and build","number":"h1129"},{"text":"words","number":"h1697"},{"text":"So they strengthened","number":"h2388"},{"text":"for this good","number":"h2896"},{"text":"which was good","number":"h2896"},{"text":"their hands","number":"h3027"},{"text":"them of the hand","number":"h3027"},{"text":"upon me as also the king's","number":"h4428"},{"text":"Then I told","number":"h5046"},{"text":"Let us rise up","number":"h6965"}],"4":[{"text":"to the God","number":"h430"},{"text":"said","number":"h559"},{"text":"unto me For what dost thou make request","number":"h1245"},{"text":"Then the king","number":"h4428"},{"text":"So I prayed","number":"h6419"},{"text":"of heaven","number":"h8064"}],"20":[{"text":"unto them The God","number":"h430"},{"text":"I them and said","number":"h559"},{"text":"and build","number":"h1129"},{"text":"nor memorial","number":"h2146"},{"text":"but ye have no portion","number":"h2506"},{"text":"in Jerusalem","number":"h3389"},{"text":"us therefore we his servants","number":"h5650"},{"text":"nor right","number":"h6666"},{"text":"he will prosper","number":"h6743"},{"text":"will arise","number":"h6965"},{"text":"Then answered","number":"h7725"},{"text":"of heaven","number":"h8064"}],"17":[{"text":"Then said","number":"h559"},{"text":"with fire","number":"h784"},{"text":"and let us build up","number":"h1129"},{"text":"the wall","number":"h2346"},{"text":"lieth waste","number":"h2720"},{"text":"that we be no more a reproach","number":"h2781"},{"text":"come","number":"h3212"},{"text":"thereof are burned","number":"h3341"},{"text":"of Jerusalem","number":"h3389"},{"text":"that we are in how Jerusalem","number":"h3389"},{"text":"I unto them Ye see","number":"h7200"},{"text":"the distress","number":"h7451"},{"text":"and the gates","number":"h8179"}],"2":[{"text":"said","number":"h559"},{"text":"seeing thou art not sick","number":"h2470"},{"text":"afraid","number":"h3372"},{"text":"of heart","number":"h3820"},{"text":"Then I was very","number":"h3966"},{"text":"Wherefore the king","number":"h4428"},{"text":"unto me Why is thy countenance","number":"h6440"},{"text":"sore","number":"h7235"},{"text":"sad","number":"h7451"},{"text":"this is nothing else but sorrow","number":"h7455"}],"6":[{"text":"said","number":"h559"},{"text":"by him","number":"h681"},{"text":"him a time","number":"h2165"},{"text":"So it pleased","number":"h3190"},{"text":"also sitting","number":"h3427"},{"text":"For how long shall thy journey","number":"h4109"},{"text":"And the king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"me and I set","number":"h5414"},{"text":"unto me (the queen","number":"h7694"},{"text":"be and when wilt thou return","number":"h7725"},{"text":"to send","number":"h7971"}],"19":[{"text":"us and said","number":"h559"},{"text":"and despised","number":"h959"},{"text":"and Geshem","number":"h1654"},{"text":"What is this thing","number":"h1697"},{"text":"the Horonite","number":"h2772"},{"text":"and Tobiah","number":"h2900"},{"text":"it they laughed us to scorn","number":"h3932"},{"text":"against the king","number":"h4428"},{"text":"will ye rebel","number":"h4775"},{"text":"But when Sanballat","number":"h5571"},{"text":"the servant","number":"h5650"},{"text":"the Ammonite","number":"h5984"},{"text":"the Arabian","number":"h6163"},{"text":"that ye do","number":"h6213"},{"text":"heard","number":"h8085"}],"1":[{"text":"of Artaxerxes","number":"h783"},{"text":"And it came to pass in the month","number":"h2320"},{"text":"that wine","number":"h3196"},{"text":"the wine","number":"h3196"},{"text":"it unto the king","number":"h4428"},{"text":"the king","number":"h4428"},{"text":"Nisan","number":"h5212"},{"text":"him and I took up","number":"h5375"},{"text":"and gave","number":"h5414"},{"text":"in the twentieth","number":"h6242"},{"text":"in his presence","number":"h6440"},{"text":"was before","number":"h6440"},{"text":"Now I had not been beforetime sad","number":"h7451"},{"text":"year","number":"h8141"}],"14":[{"text":"for the beast","number":"h929"},{"text":"pool","number":"h1295"},{"text":"and to the king's","number":"h4428"},{"text":"but there was no place","number":"h4725"},{"text":"Then I went on","number":"h5674"},{"text":"that was under me to pass","number":"h5674"},{"text":"of the fountain","number":"h5869"},{"text":"to the gate","number":"h8179"}],"11":[{"text":"So I came","number":"h935"},{"text":"days","number":"h3117"},{"text":"to Jerusalem","number":"h3389"},{"text":"and was there three","number":"h7969"}],"15":[{"text":"and entered","number":"h935"},{"text":"of the valley","number":"h1516"},{"text":"the wall","number":"h2346"},{"text":"in the night","number":"h3915"},{"text":"by the brook","number":"h5158"},{"text":"Then went I up","number":"h5927"},{"text":"and viewed","number":"h7663"},{"text":"and so returned","number":"h7725"},{"text":"and turned back","number":"h7725"},{"text":"by the gate","number":"h8179"}],"16":[{"text":"not whither I went","number":"h1980"},{"text":"nor to the nobles","number":"h2715"},{"text":"knew","number":"h3045"},{"text":"it to the Jews","number":"h3064"},{"text":"nor to the rest","number":"h3499"},{"text":"nor to the priests","number":"h3548"},{"text":"neither had I as yet","number":"h3651"},{"text":"the work","number":"h4399"},{"text":"told","number":"h5046"},{"text":"And the rulers","number":"h5461"},{"text":"nor to the rulers","number":"h5461"},{"text":"or what I did","number":"h6213"},{"text":"that did","number":"h6213"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"of their Lord","number":"h113"},{"text":"but their nobles","number":"h117"},{"text":"put","number":"h935"},{"text":"repaired","number":"h2388"},{"text":"And next unto them","number":"h3027"},{"text":"to the work","number":"h5656"},{"text":"not their necks","number":"h6677"},{"text":"the Tekoites","number":"h8621"}],"25":[{"text":"of Uzai","number":"h186"},{"text":"After","number":"h310"},{"text":"house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"that was by the court","number":"h2691"},{"text":"which lieth out","number":"h3318"},{"text":"of the wall and the tower","number":"h4026"},{"text":"of the prison","number":"h4307"},{"text":"from the king's","number":"h4428"},{"text":"over against the turning","number":"h4740"},{"text":"high","number":"h5945"},{"text":"him Pedaiah","number":"h6305"},{"text":"Palal","number":"h6420"},{"text":"of Parosh","number":"h6551"}],"21":[{"text":"of Urijah","number":"h223"},{"text":"After","number":"h310"},{"text":"of Eliashib","number":"h475"},{"text":"of Eliashib","number":"h475"},{"text":"of the house","number":"h1004"},{"text":"of the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"him repaired","number":"h2388"},{"text":"piece","number":"h4060"},{"text":"Meremoth","number":"h4822"},{"text":"from the door","number":"h6607"},{"text":"of Koz","number":"h6976"},{"text":"another","number":"h8145"},{"text":"even to the end","number":"h8503"}],"4":[{"text":"of Urijah","number":"h223"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Baana","number":"h1195"},{"text":"of Berechiah","number":"h1296"},{"text":"repaired","number":"h2388"},{"text":"repaired","number":"h2388"},{"text":"repaired","number":"h2388"},{"text":"And next unto them","number":"h3027"},{"text":"And next unto them","number":"h3027"},{"text":"And next unto them","number":"h3027"},{"text":"Meremoth","number":"h4822"},{"text":"of Meshezabeel","number":"h4898"},{"text":"Meshullam","number":"h4918"},{"text":"Zadok","number":"h6659"},{"text":"of Koz","number":"h6976"}],"18":[{"text":"their brethren","number":"h251"},{"text":"After","number":"h310"},{"text":"Bavai","number":"h942"},{"text":"the son","number":"h1121"},{"text":"him repaired","number":"h2388"},{"text":"of Henadad","number":"h2582"},{"text":"of the half","number":"h2677"},{"text":"part","number":"h6418"},{"text":"of Keilah","number":"h7084"},{"text":"the ruler","number":"h8269"}],"1":[{"text":"with his brethren","number":"h251"},{"text":"Then Eliashib","number":"h475"},{"text":"and they builded","number":"h1129"},{"text":"the high","number":"h1419"},{"text":"the doors","number":"h1817"},{"text":"of Hananeel","number":"h2606"},{"text":"priest","number":"h3548"},{"text":"the priests","number":"h3548"},{"text":"of Meah","number":"h3968"},{"text":"it unto the tower","number":"h4026"},{"text":"of it even unto the tower","number":"h4026"},{"text":"it and set up","number":"h5975"},{"text":"the sheep","number":"h6629"},{"text":"they sanctified","number":"h6942"},{"text":"they sanctified","number":"h6942"},{"text":"rose up","number":"h6965"},{"text":"gate","number":"h8179"}],"16":[{"text":"After","number":"h310"},{"text":"and unto the house","number":"h1004"},{"text":"of Bethzur","number":"h1049"},{"text":"the son","number":"h1121"},{"text":"and to the pool","number":"h1295"},{"text":"of the mighty","number":"h1368"},{"text":"of David","number":"h1732"},{"text":"him repaired","number":"h2388"},{"text":"of the half","number":"h2677"},{"text":"Nehemiah","number":"h5166"},{"text":"of Azbuk","number":"h5802"},{"text":"that was made","number":"h6213"},{"text":"part","number":"h6418"},{"text":"unto the place over against the sepulchres","number":"h6913"},{"text":"the ruler","number":"h8269"}],"17":[{"text":"After","number":"h310"},{"text":"the son","number":"h1121"},{"text":"of Bani","number":"h1137"},{"text":"him repaired","number":"h2388"},{"text":"repaired","number":"h2388"},{"text":"of the half","number":"h2677"},{"text":"Hashabiah","number":"h2811"},{"text":"Next unto him","number":"h3027"},{"text":"the Levites","number":"h3881"},{"text":"in his part","number":"h6418"},{"text":"part","number":"h6418"},{"text":"of Keilah","number":"h7084"},{"text":"Rehum","number":"h7348"},{"text":"the ruler","number":"h8269"}],"20":[{"text":"After","number":"h310"},{"text":"of Eliashib","number":"h475"},{"text":"of the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"him Baruch","number":"h1263"},{"text":"the high","number":"h1419"},{"text":"of Zabbai","number":"h2079"},{"text":"repaired","number":"h2388"},{"text":"earnestly","number":"h2734"},{"text":"priest","number":"h3548"},{"text":"piece","number":"h4060"},{"text":"from the turning","number":"h4740"},{"text":"of the wall unto the door","number":"h6607"},{"text":"the other","number":"h8145"}],"23":[{"text":"After","number":"h310"},{"text":"After","number":"h310"},{"text":"by","number":"h681"},{"text":"his house","number":"h1004"},{"text":"over against their house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"Benjamin","number":"h1144"},{"text":"him repaired","number":"h2388"},{"text":"him repaired","number":"h2388"},{"text":"and Hashub","number":"h2815"},{"text":"of Maaseiah","number":"h4641"},{"text":"Azariah","number":"h5838"},{"text":"of Ananiah","number":"h6055"}],"24":[{"text":"After","number":"h310"},{"text":"from the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"Binnui","number":"h1131"},{"text":"him repaired","number":"h2388"},{"text":"of Henadad","number":"h2582"},{"text":"piece","number":"h4060"},{"text":"unto the turning","number":"h4740"},{"text":"of Azariah","number":"h5838"},{"text":"of the wall even unto the corner","number":"h6438"},{"text":"another","number":"h8145"}],"27":[{"text":"After","number":"h310"},{"text":"over against the great","number":"h1419"},{"text":"even unto the wall","number":"h2346"},{"text":"repaired","number":"h2388"},{"text":"that lieth out","number":"h3318"},{"text":"tower","number":"h4026"},{"text":"piece","number":"h4060"},{"text":"of Ophel","number":"h6077"},{"text":"another","number":"h8145"},{"text":"them the Tekoites","number":"h8621"}],"29":[{"text":"After","number":"h310"},{"text":"After","number":"h310"},{"text":"of Immer","number":"h564"},{"text":"over against his house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"him repaired","number":"h2388"},{"text":"them repaired","number":"h2388"},{"text":"of the east","number":"h4217"},{"text":"Zadok","number":"h6659"},{"text":"of Shechaniah","number":"h7935"},{"text":"also Shemaiah","number":"h8098"},{"text":"the keeper","number":"h8104"},{"text":"gate","number":"h8179"}],"30":[{"text":"After","number":"h310"},{"text":"After","number":"h310"},{"text":"son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Berechiah","number":"h1296"},{"text":"him repaired","number":"h2388"},{"text":"him repaired","number":"h2388"},{"text":"and Hanun","number":"h2586"},{"text":"Hananiah","number":"h2608"},{"text":"piece","number":"h4060"},{"text":"Meshullam","number":"h4918"},{"text":"over against his chamber","number":"h5393"},{"text":"of Zalaph","number":"h6764"},{"text":"of Shelemiah","number":"h8018"},{"text":"another","number":"h8145"},{"text":"the sixth","number":"h8345"}],"31":[{"text":"After","number":"h310"},{"text":"unto the place","number":"h1004"},{"text":"son","number":"h1121"},{"text":"him repaired","number":"h2388"},{"text":"Malchiah","number":"h4441"},{"text":"Miphkad","number":"h4663"},{"text":"of the Nethinims","number":"h5411"},{"text":"and to the going up","number":"h5944"},{"text":"of the corner","number":"h6438"},{"text":"the goldsmith's","number":"h6885"},{"text":"and of the merchants","number":"h7402"},{"text":"over against the gate","number":"h8179"}],"22":[{"text":"And after","number":"h310"},{"text":"the men","number":"h582"},{"text":"him repaired","number":"h2388"},{"text":"the priests","number":"h3548"},{"text":"of the plain","number":"h3603"}],"28":[{"text":"every one","number":"h376"},{"text":"his house","number":"h1004"},{"text":"repaired","number":"h2388"},{"text":"the priests","number":"h3548"},{"text":"over against","number":"h5048"},{"text":"From above the horse","number":"h5483"},{"text":"gate","number":"h8179"}],"13":[{"text":"thereof and a thousand","number":"h505"},{"text":"cubits","number":"h520"},{"text":"unto the dung","number":"h830"},{"text":"they built","number":"h1129"},{"text":"thereof and the bars","number":"h1280"},{"text":"The valley","number":"h1516"},{"text":"the doors","number":"h1817"},{"text":"of Zanoah","number":"h2182"},{"text":"on the wall","number":"h2346"},{"text":"repaired","number":"h2388"},{"text":"Hanun","number":"h2586"},{"text":"and the inhabitants","number":"h3427"},{"text":"thereof the locks","number":"h4514"},{"text":"it and set up","number":"h5975"},{"text":"gate","number":"h8179"},{"text":"gate","number":"h8179"}],"2":[{"text":"of Imri","number":"h566"},{"text":"the men","number":"h582"},{"text":"the son","number":"h1121"},{"text":"And next to them builded","number":"h1129"},{"text":"builded","number":"h1129"},{"text":"Zaccur","number":"h2139"},{"text":"And next unto him","number":"h3027"},{"text":"of Jericho","number":"h3405"}],"7":[{"text":"the men","number":"h582"},{"text":"of Gibeon","number":"h1391"},{"text":"the Gibeonite","number":"h1393"},{"text":"repaired","number":"h2388"},{"text":"And next unto them","number":"h3027"},{"text":"and Jadon","number":"h3036"},{"text":"unto the throne","number":"h3678"},{"text":"Melatiah","number":"h4424"},{"text":"and of Mizpah","number":"h4709"},{"text":"the Meronothite","number":"h4824"},{"text":"the river","number":"h5104"},{"text":"on this side","number":"h5676"},{"text":"of the governor","number":"h6346"}],"14":[{"text":"But the dung","number":"h830"},{"text":"of Bethhaccerem","number":"h1021"},{"text":"the son","number":"h1121"},{"text":"he built","number":"h1129"},{"text":"thereof and the bars","number":"h1280"},{"text":"the doors","number":"h1817"},{"text":"repaired","number":"h2388"},{"text":"Malchiah","number":"h4441"},{"text":"thereof the locks","number":"h4514"},{"text":"it and set up","number":"h5975"},{"text":"of part","number":"h6418"},{"text":"of Rechab","number":"h7394"},{"text":"gate","number":"h8179"},{"text":"the ruler","number":"h8269"}],"10":[{"text":"even over against his house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"repaired","number":"h2388"},{"text":"repaired","number":"h2388"},{"text":"Hattush","number":"h2407"},{"text":"of Harumaph","number":"h2739"},{"text":"of Hashabniah","number":"h2813"},{"text":"And next unto him","number":"h3027"},{"text":"And next unto them","number":"h3027"},{"text":"Jedaiah","number":"h3042"}],"3":[{"text":"did the sons","number":"h1121"},{"text":"build","number":"h1129"},{"text":"thereof and the bars","number":"h1280"},{"text":"But the fish","number":"h1709"},{"text":"the doors","number":"h1817"},{"text":"thereof the locks","number":"h4514"},{"text":"of Hassenaah","number":"h5570"},{"text":"thereof and set up","number":"h5975"},{"text":"who also laid the beams","number":"h7136"},{"text":"gate","number":"h8179"}],"11":[{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"repaired","number":"h2388"},{"text":"of Harim","number":"h2766"},{"text":"and Hashub","number":"h2815"},{"text":"and the tower","number":"h4026"},{"text":"piece","number":"h4060"},{"text":"Malchijah","number":"h4441"},{"text":"of Pahathmoab","number":"h6355"},{"text":"the other","number":"h8145"},{"text":"of the furnaces","number":"h8574"}],"12":[{"text":"the son","number":"h1121"},{"text":"he and his daughters","number":"h1323"},{"text":"repaired","number":"h2388"},{"text":"of the half","number":"h2677"},{"text":"And next unto him","number":"h3027"},{"text":"of Jerusalem","number":"h3389"},{"text":"of Halohesh","number":"h3873"},{"text":"part","number":"h6418"},{"text":"Shallum","number":"h7967"},{"text":"the ruler","number":"h8269"}],"15":[{"text":"the son","number":"h1121"},{"text":"he built","number":"h1129"},{"text":"thereof and the bars","number":"h1280"},{"text":"of the pool","number":"h1295"},{"text":"garden","number":"h1588"},{"text":"of David","number":"h1732"},{"text":"the doors","number":"h1817"},{"text":"thereof and the wall","number":"h2346"},{"text":"repaired","number":"h2388"},{"text":"it and covered","number":"h2926"},{"text":"that go down","number":"h3381"},{"text":"of Colhozeh","number":"h3626"},{"text":"by the king's","number":"h4428"},{"text":"thereof the locks","number":"h4514"},{"text":"and unto the stairs","number":"h4609"},{"text":"of Mizpah","number":"h4709"},{"text":"of the fountain","number":"h5869"},{"text":"from the city","number":"h5892"},{"text":"it and set up","number":"h5975"},{"text":"of part","number":"h6418"},{"text":"Shallun","number":"h7968"},{"text":"of Siloah","number":"h7975"},{"text":"But the gate","number":"h8179"},{"text":"the ruler","number":"h8269"}],"19":[{"text":"the son","number":"h1121"},{"text":"repaired","number":"h2388"},{"text":"And next to him","number":"h3027"},{"text":"of Jeshua","number":"h3442"},{"text":"piece","number":"h4060"},{"text":"of Mizpah","number":"h4709"},{"text":"at the turning","number":"h4740"},{"text":"to the armoury","number":"h5402"},{"text":"Ezer","number":"h5829"},{"text":"over against the going up","number":"h5927"},{"text":"another","number":"h8145"},{"text":"the ruler","number":"h8269"}],"6":[{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Besodeiah","number":"h1152"},{"text":"thereof and the bars","number":"h1280"},{"text":"the doors","number":"h1817"},{"text":"repaired","number":"h2388"},{"text":"Jehoiada","number":"h3111"},{"text":"Moreover the old","number":"h3465"},{"text":"thereof and the locks","number":"h4514"},{"text":"and Meshullam","number":"h4918"},{"text":"thereof and set up","number":"h5975"},{"text":"of Paseah","number":"h6454"},{"text":"they laid the beams","number":"h7136"},{"text":"gate","number":"h8179"}],"8":[{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"wall","number":"h2346"},{"text":"also repaired","number":"h2388"},{"text":"repaired","number":"h2388"},{"text":"Hananiah","number":"h2608"},{"text":"of Harhaiah","number":"h2736"},{"text":"Next unto him","number":"h3027"},{"text":"Next unto him","number":"h3027"},{"text":"Jerusalem","number":"h3389"},{"text":"and they fortified","number":"h5800"},{"text":"Uzziel","number":"h5816"},{"text":"of the goldsmiths","number":"h6884"},{"text":"unto the broad","number":"h7342"},{"text":"of one of the apothecaries","number":"h7546"}],"9":[{"text":"the son","number":"h1121"},{"text":"of Hur","number":"h2354"},{"text":"repaired","number":"h2388"},{"text":"of the half","number":"h2677"},{"text":"And next unto them","number":"h3027"},{"text":"of Jerusalem","number":"h3389"},{"text":"part","number":"h6418"},{"text":"Rephaiah","number":"h7509"},{"text":"the ruler","number":"h8269"}],"32":[{"text":"repaired","number":"h2388"},{"text":"And between the going up","number":"h5944"},{"text":"of the corner","number":"h6438"},{"text":"unto the sheep","number":"h6629"},{"text":"the goldsmiths","number":"h6884"},{"text":"and the merchants","number":"h7402"},{"text":"gate","number":"h8179"}],"26":[{"text":"that lieth out","number":"h3318"},{"text":"dwelt","number":"h3427"},{"text":"and the tower","number":"h4026"},{"text":"toward the east","number":"h4217"},{"text":"unto the place over against the water","number":"h4325"},{"text":"Moreover the Nethinims","number":"h5411"},{"text":"in Ophel","number":"h6077"},{"text":"gate","number":"h8179"}]}
@@ -0,0 +1 @@
1
+ {"2":[{"text":"the stones","number":"h68"},{"text":"his brethren","number":"h251"},{"text":"these feeble","number":"h537"},{"text":"And he spake","number":"h559"},{"text":"and said","number":"h559"},{"text":"themselves will they sacrifice","number":"h2076"},{"text":"will they revive","number":"h2421"},{"text":"and the army","number":"h2428"},{"text":"Jews","number":"h3064"},{"text":"in a day","number":"h3117"},{"text":"will they make an end","number":"h3615"},{"text":"will they fortify","number":"h5800"},{"text":"of the rubbish","number":"h6083"},{"text":"out of the heaps","number":"h6194"},{"text":"What do","number":"h6213"},{"text":"before","number":"h6440"},{"text":"of Samaria","number":"h8111"},{"text":"which are burned","number":"h8313"}],"3":[{"text":"their stone","number":"h68"},{"text":"and he said","number":"h559"},{"text":"was by him","number":"h681"},{"text":"Even that which they build","number":"h1129"},{"text":"wall","number":"h2346"},{"text":"Now Tobiah","number":"h2900"},{"text":"go up","number":"h5927"},{"text":"the Ammonite","number":"h5984"},{"text":"he shall even break down","number":"h6555"},{"text":"if a fox","number":"h7776"}],"14":[{"text":"the Lord","number":"h136"},{"text":"for your brethren","number":"h251"},{"text":"and said","number":"h559"},{"text":"your wives","number":"h802"},{"text":"and your houses","number":"h1004"},{"text":"your sons","number":"h1121"},{"text":"and your daughters","number":"h1323"},{"text":"which is great","number":"h1419"},{"text":"remember","number":"h2142"},{"text":"unto the nobles","number":"h2715"},{"text":"Be not ye afraid","number":"h3372"},{"text":"and terrible","number":"h3372"},{"text":"and to the rest","number":"h3499"},{"text":"and fight","number":"h3898"},{"text":"and to the rulers","number":"h5461"},{"text":"of the people","number":"h5971"},{"text":"of them","number":"h6440"},{"text":"and rose up","number":"h6965"},{"text":"And I looked","number":"h7200"}],"23":[{"text":"So neither I nor my brethren","number":"h251"},{"text":"which followed","number":"h310"},{"text":"saving that every one","number":"h376"},{"text":"nor the men","number":"h582"},{"text":"me none of us","number":"h587"},{"text":"our clothes","number":"h899"},{"text":"for washing","number":"h4325"},{"text":"of the guard","number":"h4929"},{"text":"nor my servants","number":"h5288"},{"text":"put off","number":"h6584"},{"text":"put them off","number":"h7973"}],"19":[{"text":"another","number":"h251"},{"text":"one","number":"h376"},{"text":"And I said","number":"h559"},{"text":"upon the wall","number":"h2346"},{"text":"unto the nobles","number":"h2715"},{"text":"and to the rest","number":"h3499"},{"text":"The work","number":"h4399"},{"text":"and to the rulers","number":"h5461"},{"text":"of the people","number":"h5971"},{"text":"and we are separated","number":"h6504"},{"text":"is great","number":"h7235"},{"text":"and large","number":"h7342"},{"text":"far from","number":"h7350"}],"17":[{"text":"and with the other","number":"h259"},{"text":"every one with one","number":"h259"},{"text":"They which builded","number":"h1129"},{"text":"on the wall","number":"h2346"},{"text":"hand held","number":"h2388"},{"text":"of his hands","number":"h3027"},{"text":"in the work","number":"h4399"},{"text":"and they that bare","number":"h5375"},{"text":"burdens","number":"h5447"},{"text":"with those that laded","number":"h6006"},{"text":"wrought","number":"h6213"},{"text":"a weapon","number":"h7973"}],"13":[{"text":"behind","number":"h310"},{"text":"the wall","number":"h2346"},{"text":"with their swords","number":"h2719"},{"text":"places","number":"h4725"},{"text":"after their families","number":"h4940"},{"text":"the people","number":"h5971"},{"text":"I even set","number":"h5975"},{"text":"Therefore set","number":"h5975"},{"text":"and on the higher places","number":"h6706"},{"text":"and their bows","number":"h7198"},{"text":"their spears","number":"h7420"},{"text":"I in the lower","number":"h8482"}],"16":[{"text":"were behind","number":"h310"},{"text":"all the house","number":"h1004"},{"text":"of them held","number":"h2388"},{"text":"and the other half","number":"h2677"},{"text":"forth that the half","number":"h2677"},{"text":"of Judah","number":"h3063"},{"text":"And it came to pass from that time","number":"h3117"},{"text":"the shields","number":"h4043"},{"text":"in the work","number":"h4399"},{"text":"of my servants","number":"h5288"},{"text":"wrought","number":"h6213"},{"text":"and the bows","number":"h7198"},{"text":"both the spears","number":"h7420"},{"text":"and the rulers","number":"h8269"},{"text":"and the habergeons","number":"h8302"}],"15":[{"text":"And it came to pass when our enemies","number":"h341"},{"text":"every one","number":"h376"},{"text":"unto us and God","number":"h430"},{"text":"all of us to the wall","number":"h2346"},{"text":"that it was known","number":"h3045"},{"text":"unto his work","number":"h4399"},{"text":"their counsel","number":"h6098"},{"text":"had brought","number":"h6565"},{"text":"to nought","number":"h6565"},{"text":"that we returned","number":"h7725"},{"text":"heard","number":"h8085"}],"22":[{"text":"Let every one","number":"h376"},{"text":"said","number":"h559"},{"text":"on the day","number":"h3117"},{"text":"Jerusalem","number":"h3389"},{"text":"lodge","number":"h3885"},{"text":"that in the night","number":"h3915"},{"text":"to us and labour","number":"h4399"},{"text":"they may be a guard","number":"h4929"},{"text":"with his servant","number":"h5288"},{"text":"I unto the people","number":"h5971"},{"text":"Likewise at the same time","number":"h6256"},{"text":"within","number":"h8432"}],"18":[{"text":"every one","number":"h376"},{"text":"girded","number":"h631"},{"text":"was by me","number":"h681"},{"text":"For the builders","number":"h1129"},{"text":"and so builded","number":"h1129"},{"text":"had his sword","number":"h2719"},{"text":"by his side","number":"h4975"},{"text":"the trumpet","number":"h7782"},{"text":"And he that sounded","number":"h8628"}],"4":[{"text":"O our God","number":"h430"},{"text":"in the land","number":"h776"},{"text":"for we are despised","number":"h939"},{"text":"them for a prey","number":"h961"},{"text":"their reproach","number":"h2781"},{"text":"and give","number":"h5414"},{"text":"upon their own head","number":"h7218"},{"text":"of captivity","number":"h7633"},{"text":"and turn","number":"h7725"},{"text":"Hear","number":"h8085"}],"9":[{"text":"unto our God","number":"h430"},{"text":"against them day","number":"h3119"},{"text":"and night","number":"h3915"},{"text":"a watch","number":"h4929"},{"text":"and set","number":"h5975"},{"text":"Nevertheless we made our prayer","number":"h6419"},{"text":"because","number":"h6440"}],"20":[{"text":"ye thither unto us our God","number":"h430"},{"text":"shall fight","number":"h3898"},{"text":"In what place","number":"h4725"},{"text":"resort","number":"h6908"},{"text":"the sound","number":"h6963"},{"text":"of the trumpet","number":"h7782"},{"text":"therefore ye hear","number":"h8085"}],"10":[{"text":"said","number":"h559"},{"text":"to build","number":"h1129"},{"text":"the wall","number":"h2346"},{"text":"And Judah","number":"h3063"},{"text":"so that we are not able","number":"h3201"},{"text":"The strength","number":"h3581"},{"text":"is decayed","number":"h3782"},{"text":"of the bearers of burdens","number":"h5449"},{"text":"rubbish","number":"h6083"},{"text":"and there is much","number":"h7235"}],"11":[{"text":"said","number":"h559"},{"text":"till we come","number":"h935"},{"text":"them and slay","number":"h2026"},{"text":"They shall not know","number":"h3045"},{"text":"them and cause the work","number":"h4399"},{"text":"And our adversaries","number":"h6862"},{"text":"neither see","number":"h7200"},{"text":"to cease","number":"h7673"},{"text":"among","number":"h8432"},{"text":"in the midst","number":"h8432"}],"12":[{"text":"they said","number":"h559"},{"text":"by them","number":"h681"},{"text":"came","number":"h935"},{"text":"And it came to pass that when the Jews","number":"h3064"},{"text":"which dwelt","number":"h3427"},{"text":"From all places","number":"h4725"},{"text":"unto us ten","number":"h6235"},{"text":"times","number":"h6471"},{"text":"whence ye shall return","number":"h7725"}],"7":[{"text":"were made up","number":"h724"},{"text":"and the Ashdodites","number":"h796"},{"text":"that the walls","number":"h2346"},{"text":"began","number":"h2490"},{"text":"wroth","number":"h2734"},{"text":"and Tobiah","number":"h2900"},{"text":"of Jerusalem","number":"h3389"},{"text":"then they were very","number":"h3966"},{"text":"But it came to pass that when Sanballat","number":"h5571"},{"text":"to be stopped","number":"h5640"},{"text":"and the Ammonites","number":"h5984"},{"text":"and the Arabians","number":"h6163"},{"text":"and that the breaches","number":"h6555"},{"text":"heard","number":"h8085"}],"8":[{"text":"to come","number":"h935"},{"text":"all of them together","number":"h3162"},{"text":"against Jerusalem","number":"h3389"},{"text":"and to fight","number":"h3898"},{"text":"and to hinder","number":"h6213"},{"text":"And conspired","number":"h7194"}],"6":[{"text":"So built","number":"h1129"},{"text":"and all the wall","number":"h2346"},{"text":"we the wall","number":"h2346"},{"text":"unto the half","number":"h2677"},{"text":"had a mind","number":"h3820"},{"text":"thereof for the people","number":"h5971"},{"text":"to work","number":"h6213"},{"text":"was joined together","number":"h7194"}],"5":[{"text":"before the builders","number":"h1129"},{"text":"and let not their sin","number":"h2403"},{"text":"And cover","number":"h3680"},{"text":"thee for they have provoked thee to anger","number":"h3707"},{"text":"be blotted out","number":"h4229"},{"text":"not their iniquity","number":"h5771"},{"text":"from before","number":"h6440"}],"1":[{"text":"that we builded","number":"h1129"},{"text":"the wall","number":"h2346"},{"text":"he was wroth","number":"h2734"},{"text":"the Jews","number":"h3064"},{"text":"indignation","number":"h3707"},{"text":"and mocked","number":"h3932"},{"text":"But it came to pass that when Sanballat","number":"h5571"},{"text":"and took great","number":"h7235"},{"text":"heard","number":"h8085"}],"21":[{"text":"of them held","number":"h2388"},{"text":"and half","number":"h2677"},{"text":"appeared","number":"h3318"},{"text":"till the stars","number":"h3556"},{"text":"in the work","number":"h4399"},{"text":"from the rising","number":"h5927"},{"text":"So we laboured","number":"h6213"},{"text":"the spears","number":"h7420"},{"text":"of the morning","number":"h7837"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"I and my brethren","number":"h251"},{"text":"have not eaten","number":"h398"},{"text":"in the land","number":"h776"},{"text":"of Artaxerxes","number":"h783"},{"text":"of Judah","number":"h3063"},{"text":"Moreover from the time","number":"h3117"},{"text":"the bread","number":"h3899"},{"text":"the king","number":"h4428"},{"text":"from the twentieth","number":"h6242"},{"text":"of the governor","number":"h6346"},{"text":"to be their governor","number":"h6346"},{"text":"that I was appointed","number":"h6680"},{"text":"and thirtieth","number":"h7970"},{"text":"year","number":"h8141"},{"text":"year","number":"h8141"},{"text":"years","number":"h8141"},{"text":"even unto the two","number":"h8147"},{"text":"that is twelve","number":"h8147"}],"10":[{"text":"I likewise and my brethren","number":"h251"},{"text":"and corn","number":"h1715"},{"text":"of them money","number":"h3701"},{"text":"this usury","number":"h4855"},{"text":"and my servants","number":"h5288"},{"text":"might exact","number":"h5383"},{"text":"I pray you let us leave off","number":"h5800"}],"1":[{"text":"against their brethren","number":"h251"},{"text":"and of their wives","number":"h802"},{"text":"And there was a great","number":"h1419"},{"text":"the Jews","number":"h3064"},{"text":"of the people","number":"h5971"},{"text":"cry","number":"h6818"}],"7":[{"text":"of his brother","number":"h251"},{"text":"every one","number":"h376"},{"text":"and said","number":"h559"},{"text":"a great","number":"h1419"},{"text":"the nobles","number":"h2715"},{"text":"with myself","number":"h3820"},{"text":"Then I consulted","number":"h4427"},{"text":"usury","number":"h4855"},{"text":"unto them Ye exact","number":"h5378"},{"text":"And I set","number":"h5414"},{"text":"and the rulers","number":"h5461"},{"text":"assembly","number":"h6952"},{"text":"and I rebuked","number":"h7378"}],"5":[{"text":"of our brethren","number":"h251"},{"text":"to redeem them for other men","number":"h312"},{"text":"already neither is it in our power","number":"h410"},{"text":"as their children","number":"h1121"},{"text":"our children","number":"h1121"},{"text":"our sons","number":"h1121"},{"text":"Yet now our flesh","number":"h1320"},{"text":"is as the flesh","number":"h1320"},{"text":"and our daughters","number":"h1323"},{"text":"and some of our daughters","number":"h1323"},{"text":"are","number":"h3426"},{"text":"and lo we bring into bondage","number":"h3533"},{"text":"brought unto bondage","number":"h3533"},{"text":"and vineyards","number":"h3754"},{"text":"to be servants","number":"h5650"},{"text":"have our lands","number":"h7704"}],"8":[{"text":"our brethren","number":"h251"},{"text":"your brethren","number":"h251"},{"text":"And I said","number":"h559"},{"text":"unto the heathen","number":"h1471"},{"text":"nothing","number":"h1697"},{"text":"unto them We after our ability","number":"h1767"},{"text":"unto us Then held they their peace","number":"h2790"},{"text":"the Jews","number":"h3064"},{"text":"and will ye even sell","number":"h4376"},{"text":"or shall they be sold","number":"h4376"},{"text":"which were sold","number":"h4376"},{"text":"and found","number":"h4672"},{"text":"have redeemed","number":"h7069"}],"18":[{"text":"was one","number":"h259"},{"text":"this required","number":"h1245"},{"text":"choice","number":"h1305"},{"text":"days","number":"h3117"},{"text":"for me daily","number":"h3117"},{"text":"of all sorts of wine","number":"h3196"},{"text":"was heavy","number":"h3513"},{"text":"not I the bread","number":"h3899"},{"text":"because the bondage","number":"h5656"},{"text":"upon this people","number":"h5971"},{"text":"yet for all","number":"h5973"},{"text":"Now that which was prepared","number":"h6213"},{"text":"were prepared","number":"h6213"},{"text":"for me and once in ten","number":"h6235"},{"text":"of the governor","number":"h6346"},{"text":"sheep","number":"h6629"},{"text":"also fowls","number":"h6833"},{"text":"store","number":"h7235"},{"text":"ox","number":"h7794"},{"text":"and six","number":"h8337"}],"15":[{"text":"beside","number":"h310"},{"text":"of God","number":"h430"},{"text":"forty","number":"h705"},{"text":"yea even","number":"h1571"},{"text":"and wine","number":"h3196"},{"text":"of the fear","number":"h3374"},{"text":"me were chargeable","number":"h3513"},{"text":"of silver","number":"h3701"},{"text":"of them bread","number":"h3899"},{"text":"and had taken","number":"h3947"},{"text":"their servants","number":"h5288"},{"text":"over the people","number":"h5971"},{"text":"unto the people","number":"h5971"},{"text":"but so did","number":"h6213"},{"text":"governors","number":"h6346"},{"text":"not I because","number":"h6440"},{"text":"that had been before","number":"h6440"},{"text":"But the former","number":"h7223"},{"text":"bare rule","number":"h7980"},{"text":"shekels","number":"h8255"}],"9":[{"text":"our enemies","number":"h341"},{"text":"of our God","number":"h430"},{"text":"Also I said","number":"h559"},{"text":"of the heathen","number":"h1471"},{"text":"that","number":"h1697"},{"text":"because of the reproach","number":"h2781"},{"text":"It is not good","number":"h2896"},{"text":"ought ye not to walk","number":"h3212"},{"text":"in the fear","number":"h3374"},{"text":"ye do","number":"h6213"}],"13":[{"text":"every man","number":"h376"},{"text":"So God","number":"h430"},{"text":"Amen","number":"h543"},{"text":"and said","number":"h559"},{"text":"said","number":"h559"},{"text":"from his house","number":"h1004"},{"text":"according to this promise","number":"h1697"},{"text":"not this promise","number":"h1697"},{"text":"and praised","number":"h1984"},{"text":"my lap","number":"h2684"},{"text":"and from his labour","number":"h3018"},{"text":"the LORD","number":"h3068"},{"text":"Also I shook","number":"h5287"},{"text":"even thus be he shaken out","number":"h5287"},{"text":"shake out","number":"h5287"},{"text":"And the people","number":"h5971"},{"text":"did","number":"h6213"},{"text":"And all the congregation","number":"h6951"},{"text":"that performeth","number":"h6965"},{"text":"and emptied","number":"h7386"}],"2":[{"text":"for them that we may eat","number":"h398"},{"text":"that said","number":"h559"},{"text":"We our sons","number":"h1121"},{"text":"and our daughters","number":"h1323"},{"text":"corn","number":"h1715"},{"text":"and live","number":"h2421"},{"text":"For there were","number":"h3426"},{"text":"therefore we take up","number":"h3947"},{"text":"are many","number":"h7227"}],"19":[{"text":"upon me my God","number":"h430"},{"text":"Think","number":"h2142"},{"text":"for good","number":"h2896"},{"text":"for this people","number":"h5971"},{"text":"according to all that I have done","number":"h6213"}],"12":[{"text":"Then said","number":"h559"},{"text":"as thou sayest","number":"h559"},{"text":"them and will require","number":"h1245"},{"text":"according to this promise","number":"h1697"},{"text":"the priests","number":"h3548"},{"text":"nothing of them so will we do","number":"h6213"},{"text":"of them that they should do","number":"h6213"},{"text":"Then I called","number":"h7121"},{"text":"and took an oath","number":"h7650"},{"text":"they We will restore","number":"h7725"}],"4":[{"text":"also that said","number":"h559"},{"text":"There were","number":"h3426"},{"text":"money","number":"h3701"},{"text":"and vineyards","number":"h3754"},{"text":"We have borrowed","number":"h3867"},{"text":"tribute","number":"h4060"},{"text":"for the king's","number":"h4428"},{"text":"and that upon our lands","number":"h7704"}],"3":[{"text":"that said","number":"h559"},{"text":"and houses","number":"h1004"},{"text":"corn","number":"h1715"},{"text":"Some also there were","number":"h3426"},{"text":"vineyards","number":"h3754"},{"text":"that we might buy","number":"h3947"},{"text":"We have mortgaged","number":"h6148"},{"text":"because of the dearth","number":"h7458"},{"text":"our lands","number":"h7704"}],"17":[{"text":"beside those that came","number":"h935"},{"text":"unto us from among the heathen","number":"h1471"},{"text":"and fifty","number":"h2572"},{"text":"of the Jews","number":"h3064"},{"text":"an hundred","number":"h3967"},{"text":"that are about us","number":"h5439"},{"text":"and rulers","number":"h5461"},{"text":"Moreover there were at my table","number":"h7979"}],"11":[{"text":"and their houses","number":"h1004"},{"text":"and of the corn","number":"h1715"},{"text":"their oliveyards","number":"h2132"},{"text":"I pray you to them even this day","number":"h3117"},{"text":"and the oil","number":"h3323"},{"text":"part of the money","number":"h3701"},{"text":"their vineyards","number":"h3754"},{"text":"also the hundredth","number":"h3967"},{"text":"that ye exact","number":"h5383"},{"text":"their lands","number":"h7704"},{"text":"Restore","number":"h7725"},{"text":"the wine","number":"h8492"}],"6":[{"text":"and these words","number":"h1697"},{"text":"their cry","number":"h2201"},{"text":"angry","number":"h2734"},{"text":"And I was very","number":"h3966"},{"text":"when I heard","number":"h8085"}],"16":[{"text":"of this wall","number":"h2346"},{"text":"Yea also I continued","number":"h2388"},{"text":"in the work","number":"h4399"},{"text":"thither unto the work","number":"h4399"},{"text":"and all my servants","number":"h5288"},{"text":"were gathered","number":"h6908"},{"text":"neither bought","number":"h7069"},{"text":"we any land","number":"h7704"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"letter","number":"h107"},{"text":"unto me in like manner","number":"h1697"},{"text":"the fifth","number":"h2549"},{"text":"in his hand","number":"h3027"},{"text":"his servant","number":"h5288"},{"text":"Sanballat","number":"h5571"},{"text":"time","number":"h6471"},{"text":"with an open","number":"h6605"},{"text":"Then sent","number":"h7971"}],"17":[{"text":"letters","number":"h107"},{"text":"came","number":"h935"},{"text":"sent","number":"h1980"},{"text":"the nobles","number":"h2715"},{"text":"and the letters of Tobiah","number":"h2900"},{"text":"unto Tobiah","number":"h2900"},{"text":"of Judah","number":"h3063"},{"text":"Moreover in those days","number":"h3117"},{"text":"many","number":"h7235"}],"19":[{"text":"letters","number":"h107"},{"text":"Also they reported","number":"h559"},{"text":"my words","number":"h1697"},{"text":"his good deeds","number":"h2896"},{"text":"to him And Tobiah","number":"h2900"},{"text":"me and uttered","number":"h3318"},{"text":"to put me in fear","number":"h3372"},{"text":"before","number":"h6440"},{"text":"sent","number":"h7971"}],"2":[{"text":"of Ono","number":"h207"},{"text":"unto me saying","number":"h559"},{"text":"in the plain","number":"h1237"},{"text":"and Geshem","number":"h1654"},{"text":"But they thought","number":"h2803"},{"text":"together","number":"h3162"},{"text":"Come","number":"h3212"},{"text":"let us meet","number":"h3259"},{"text":"in some one of the villages","number":"h3715"},{"text":"That Sanballat","number":"h5571"},{"text":"to do","number":"h6213"},{"text":"me mischief","number":"h7451"},{"text":"sent","number":"h7971"}],"16":[{"text":"And it came to pass that when all our enemies","number":"h341"},{"text":"of our God","number":"h430"},{"text":"thereof and all the heathen","number":"h1471"},{"text":"for they perceived","number":"h3045"},{"text":"these things they were much","number":"h3966"},{"text":"that this work","number":"h4399"},{"text":"cast down","number":"h5307"},{"text":"that were about us","number":"h5439"},{"text":"in their own eyes","number":"h5869"},{"text":"was wrought","number":"h6213"},{"text":"saw","number":"h7200"},{"text":"heard","number":"h8085"}],"1":[{"text":"of our enemies","number":"h341"},{"text":"that I had builded","number":"h1129"},{"text":"therein (though","number":"h1571"},{"text":"and Geshem","number":"h1654"},{"text":"the doors","number":"h1817"},{"text":"the wall","number":"h2346"},{"text":"and Tobiah","number":"h2900"},{"text":"left","number":"h3498"},{"text":"and the rest","number":"h3499"},{"text":"Now it came to pass when Sanballat","number":"h5571"},{"text":"I had not set up","number":"h5975"},{"text":"the Arabian","number":"h6163"},{"text":"at that time","number":"h6256"},{"text":"and that there was no breach","number":"h6556"},{"text":"heard","number":"h8085"},{"text":"upon the gates","number":"h8179"}],"11":[{"text":"a man","number":"h376"},{"text":"And I said","number":"h559"},{"text":"I will not go in","number":"h935"},{"text":"and who is there that being as I am would go","number":"h935"},{"text":"as I flee","number":"h1272"},{"text":"into the temple","number":"h1964"},{"text":"to save his life","number":"h2425"},{"text":"Should such","number":"h3644"}],"14":[{"text":"My God","number":"h430"},{"text":"think","number":"h2142"},{"text":"thou upon Tobiah","number":"h2900"},{"text":"that would have put me in fear","number":"h3372"},{"text":"and the rest","number":"h3499"},{"text":"according to these their works","number":"h4639"},{"text":"of the prophets","number":"h5030"},{"text":"and on the prophetess","number":"h5031"},{"text":"Noadiah","number":"h5129"},{"text":"and Sanballat","number":"h5571"}],"10":[{"text":"of God","number":"h430"},{"text":"and he said","number":"h559"},{"text":"Afterward I came","number":"h935"},{"text":"for they will come","number":"h935"},{"text":"will they come","number":"h935"},{"text":"in the house","number":"h1004"},{"text":"unto the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"of Delaiah","number":"h1806"},{"text":"the doors","number":"h1817"},{"text":"of the temple","number":"h1964"},{"text":"the temple","number":"h1964"},{"text":"to slay","number":"h2026"},{"text":"to slay","number":"h2026"},{"text":"Let us meet together","number":"h3259"},{"text":"thee yea in the night","number":"h3915"},{"text":"of Mehetabeel","number":"h4105"},{"text":"and let us shut","number":"h5462"},{"text":"who was shut up","number":"h6113"},{"text":"of Shemaiah","number":"h8098"},{"text":"within","number":"h8432"}],"12":[{"text":"that God","number":"h430"},{"text":"him but that he pronounced","number":"h1696"},{"text":"against me for Tobiah","number":"h2900"},{"text":"this prophecy","number":"h5016"},{"text":"And lo I perceived","number":"h5234"},{"text":"and Sanballat","number":"h5571"},{"text":"had hired","number":"h7936"},{"text":"had not sent","number":"h7971"}],"15":[{"text":"day of the month Elul","number":"h435"},{"text":"So the wall","number":"h2346"},{"text":"and fifth","number":"h2568"},{"text":"in fifty","number":"h2572"},{"text":"days","number":"h3117"},{"text":"in the twenty","number":"h6242"},{"text":"was finished","number":"h7999"},{"text":"and two","number":"h8147"}],"8":[{"text":"as thou sayest","number":"h559"},{"text":"unto him saying","number":"h559"},{"text":"but thou feignest","number":"h908"},{"text":"no such things","number":"h1697"},{"text":"There are","number":"h1961"},{"text":"done","number":"h1961"},{"text":"them out of thine own heart","number":"h3820"},{"text":"Then I sent","number":"h7971"}],"6":[{"text":"saith","number":"h559"},{"text":"thou buildest","number":"h1129"},{"text":"among the heathen","number":"h1471"},{"text":"and Gashmu","number":"h1654"},{"text":"according to these words","number":"h1697"},{"text":"that thou mayest be","number":"h1933"},{"text":"the wall","number":"h2346"},{"text":"think","number":"h2803"},{"text":"it that thou and the Jews","number":"h3064"},{"text":"for which cause","number":"h3651"},{"text":"Wherein was written","number":"h3789"},{"text":"their king","number":"h4428"},{"text":"to rebel","number":"h4775"},{"text":"It is reported","number":"h8085"}],"7":[{"text":"saying","number":"h559"},{"text":"according to these words","number":"h1697"},{"text":"in Judah","number":"h3063"},{"text":"together","number":"h3162"},{"text":"Come","number":"h3212"},{"text":"now therefore and let us take counsel","number":"h3289"},{"text":"of thee at Jerusalem","number":"h3389"},{"text":"There is a king","number":"h4428"},{"text":"to the king","number":"h4428"},{"text":"prophets","number":"h5030"},{"text":"And thou hast also appointed","number":"h5975"},{"text":"to preach","number":"h7121"},{"text":"and now shall it be reported","number":"h8085"}],"9":[{"text":"saying","number":"h559"},{"text":"Now therefore O God strengthen","number":"h2388"},{"text":"Their hands","number":"h3027"},{"text":"my hands","number":"h3027"},{"text":"For they all made us afraid","number":"h3372"},{"text":"from the work","number":"h4399"},{"text":"that it be not done","number":"h6213"},{"text":"shall be weakened","number":"h7503"}],"3":[{"text":"unto them saying","number":"h559"},{"text":"whilst","number":"h834"},{"text":"a great","number":"h1419"},{"text":"so that I cannot","number":"h3201"},{"text":"come down","number":"h3381"},{"text":"it and come down","number":"h3381"},{"text":"messengers","number":"h4397"},{"text":"why should the work","number":"h4399"},{"text":"work","number":"h4399"},{"text":"I am doing","number":"h6213"},{"text":"I leave","number":"h7503"},{"text":"cease","number":"h7673"},{"text":"And I sent","number":"h7971"}],"4":[{"text":"unto me four","number":"h702"},{"text":"after this sort","number":"h1697"},{"text":"them after the same manner","number":"h1697"},{"text":"times","number":"h6471"},{"text":"and I answered","number":"h7725"},{"text":"Yet they sent","number":"h7971"}],"18":[{"text":"of Arah","number":"h733"},{"text":"and his son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"sworn","number":"h1167"},{"text":"of Berechiah","number":"h1296"},{"text":"the daughter","number":"h1323"},{"text":"unto him because he was the son in law","number":"h2860"},{"text":"in Judah","number":"h3063"},{"text":"Johanan","number":"h3076"},{"text":"had taken","number":"h3947"},{"text":"of Meshullam","number":"h4918"},{"text":"For there were many","number":"h7227"},{"text":"of Shechaniah","number":"h7935"}],"13":[{"text":"and sin","number":"h2398"},{"text":"that they might reproach","number":"h2778"},{"text":"that I should be afraid","number":"h3372"},{"text":"and do so","number":"h6213"},{"text":"and that they might have matter for an evil","number":"h7451"},{"text":"Therefore was he hired","number":"h7936"},{"text":"report","number":"h8034"}]}
@@ -0,0 +1 @@
1
+ {"70":[{"text":"of the fathers","number":"h1"},{"text":"to the treasure","number":"h214"},{"text":"a thousand","number":"h505"},{"text":"drams","number":"h1871"},{"text":"of gold","number":"h2091"},{"text":"five","number":"h2568"},{"text":"fifty","number":"h2572"},{"text":"priests","number":"h3548"},{"text":"garments","number":"h3801"},{"text":"hundred","number":"h3967"},{"text":"basons","number":"h4219"},{"text":"unto the work","number":"h4399"},{"text":"gave","number":"h5414"},{"text":"gave","number":"h5414"},{"text":"And some of","number":"h7117"},{"text":"the chief","number":"h7218"},{"text":"and thirty","number":"h7970"},{"text":"The Tirshatha","number":"h8660"}],"71":[{"text":"of the fathers","number":"h1"},{"text":"to the treasure","number":"h214"},{"text":"and two thousand","number":"h505"},{"text":"drams","number":"h1871"},{"text":"of gold","number":"h2091"},{"text":"of silver","number":"h3701"},{"text":"and two hundred","number":"h3967"},{"text":"of the work","number":"h4399"},{"text":"pound","number":"h4488"},{"text":"gave","number":"h5414"},{"text":"And some of the chief","number":"h7218"},{"text":"thousand","number":"h7239"},{"text":"twenty","number":"h8147"}],"61":[{"text":"their father's","number":"h1"},{"text":"Addon","number":"h114"},{"text":"and Immer","number":"h564"},{"text":"house","number":"h1004"},{"text":"nor 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":"Telharesha","number":"h8521"},{"text":"also from Telmelah","number":"h8528"}],"18":[{"text":"of Adonikam","number":"h140"},{"text":"The children","number":"h1121"},{"text":"hundred","number":"h3967"},{"text":"and seven","number":"h7651"},{"text":"six","number":"h8337"},{"text":"threescore","number":"h8346"}],"37":[{"text":"and Ono","number":"h207"},{"text":"and one","number":"h259"},{"text":"The children","number":"h1121"},{"text":"Hadid","number":"h2307"},{"text":"of Lod","number":"h3850"},{"text":"hundred","number":"h3967"},{"text":"twenty","number":"h6242"},{"text":"seven","number":"h7651"}],"65":[{"text":"with Urim","number":"h224"},{"text":"unto them that they should not eat","number":"h398"},{"text":"said","number":"h559"},{"text":"up a priest","number":"h3548"},{"text":"till there stood","number":"h5975"},{"text":"holy things","number":"h6944"},{"text":"of the most","number":"h6944"},{"text":"and Thummim","number":"h8550"},{"text":"And the Tirshatha","number":"h8660"}],"2":[{"text":"That I gave my brother","number":"h251"},{"text":"man","number":"h376"},{"text":"God","number":"h430"},{"text":"for he was a faithful","number":"h571"},{"text":"of the palace","number":"h1002"},{"text":"Hanani","number":"h2607"},{"text":"and Hananiah","number":"h2608"},{"text":"and feared","number":"h3372"},{"text":"over Jerusalem","number":"h3389"},{"text":"charge","number":"h6680"},{"text":"above many","number":"h7227"},{"text":"the ruler","number":"h8269"}],"30":[{"text":"and one","number":"h259"},{"text":"The men","number":"h582"},{"text":"and Geba","number":"h1387"},{"text":"hundred","number":"h3967"},{"text":"twenty","number":"h6242"},{"text":"of Ramah","number":"h7414"},{"text":"six","number":"h8337"}],"66":[{"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"}],"3":[{"text":"and bar","number":"h270"},{"text":"and every one","number":"h376"},{"text":"every one","number":"h376"},{"text":"And I said","number":"h559"},{"text":"to be over against his house","number":"h1004"},{"text":"let them shut","number":"h1479"},{"text":"the doors","number":"h1817"},{"text":"be hot","number":"h2527"},{"text":"of Jerusalem","number":"h3389"},{"text":"of Jerusalem","number":"h3389"},{"text":"of the inhabitants","number":"h3427"},{"text":"in his watch","number":"h4929"},{"text":"watches","number":"h4931"},{"text":"and while they stand by","number":"h5975"},{"text":"them and appoint","number":"h5975"},{"text":"be opened","number":"h6605"},{"text":"until the sun","number":"h8121"},{"text":"unto them Let not the gates","number":"h8179"}],"33":[{"text":"of the other","number":"h312"},{"text":"The men","number":"h582"},{"text":"fifty","number":"h2572"},{"text":"Nebo","number":"h5015"},{"text":"and two","number":"h8147"}],"34":[{"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"}],"21":[{"text":"of Ater","number":"h333"},{"text":"The children","number":"h1121"},{"text":"of Hezekiah","number":"h2396"},{"text":"and eight","number":"h8083"},{"text":"ninety","number":"h8673"}],"45":[{"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":"of Hatita","number":"h2410"},{"text":"of Talmon","number":"h2929"},{"text":"an hundred","number":"h3967"},{"text":"of Akkub","number":"h6126"},{"text":"of Shobai","number":"h7630"},{"text":"The porters","number":"h7778"},{"text":"of Shallum","number":"h7967"},{"text":"thirty","number":"h7970"},{"text":"and eight","number":"h8083"}],"6":[{"text":"every one","number":"h376"},{"text":"of Babylon","number":"h894"},{"text":"These are the children","number":"h1121"},{"text":"of those that had been carried away","number":"h1473"},{"text":"had carried away","number":"h1540"},{"text":"and to Judah","number":"h3063"},{"text":"to 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"}],"5":[{"text":"And my God","number":"h430"},{"text":"the nobles","number":"h2715"},{"text":"that they might be reckoned by genealogy","number":"h3187"},{"text":"of the genealogy","number":"h3188"},{"text":"written","number":"h3789"},{"text":"into mine heart","number":"h3820"},{"text":"And I found","number":"h4672"},{"text":"and found","number":"h4672"},{"text":"put","number":"h5414"},{"text":"and the rulers","number":"h5461"},{"text":"a register","number":"h5612"},{"text":"of them which came up","number":"h5927"},{"text":"and the people","number":"h5971"},{"text":"to gather together","number":"h6908"},{"text":"at the first","number":"h7223"}],"12":[{"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"}],"40":[{"text":"a thousand","number":"h505"},{"text":"of Immer","number":"h564"},{"text":"The children","number":"h1121"},{"text":"fifty","number":"h2572"},{"text":"and two","number":"h8147"}],"41":[{"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"}],"42":[{"text":"a thousand","number":"h505"},{"text":"The children","number":"h1121"},{"text":"of Harim","number":"h2766"},{"text":"and seventeen","number":"h7651"}],"72":[{"text":"and two thousand","number":"h505"},{"text":"drams","number":"h1871"},{"text":"of gold","number":"h2091"},{"text":"priests","number":"h3548"},{"text":"of silver","number":"h3701"},{"text":"garments","number":"h3801"},{"text":"pound","number":"h4488"},{"text":"gave","number":"h5414"},{"text":"of the people","number":"h5971"},{"text":"thousand","number":"h7239"},{"text":"And that which the rest","number":"h7611"},{"text":"and seven","number":"h7651"},{"text":"was twenty","number":"h8147"},{"text":"and threescore","number":"h8346"}],"17":[{"text":"thousand","number":"h505"},{"text":"The children","number":"h1121"},{"text":"hundred","number":"h3967"},{"text":"of Azgad","number":"h5803"},{"text":"twenty","number":"h6242"},{"text":"three","number":"h7969"},{"text":"and two","number":"h8147"},{"text":"two","number":"h8147"}],"38":[{"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":"nine","number":"h8672"}],"67":[{"text":"thousand","number":"h505"},{"text":"and their maidservants","number":"h519"},{"text":"forty","number":"h705"},{"text":"and five","number":"h2568"},{"text":"and they had two hundred","number":"h3967"},{"text":"hundred","number":"h3967"},{"text":"Beside their manservants","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"}],"69":[{"text":"thousand","number":"h505"},{"text":"four","number":"h702"},{"text":"Their camels","number":"h1581"},{"text":"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"}],"8":[{"text":"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"},{"text":"two","number":"h8147"}],"11":[{"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":"and eight","number":"h8083"},{"text":"and eighteen","number":"h8083"}],"19":[{"text":"two thousand","number":"h505"},{"text":"of Bigvai","number":"h902"},{"text":"The children","number":"h1121"},{"text":"and seven","number":"h7651"},{"text":"threescore","number":"h8346"}],"59":[{"text":"of Amon","number":"h526"},{"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"}],"7":[{"text":"I say of the men","number":"h582"},{"text":"Bigvai","number":"h902"},{"text":"Who 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":"Mispereth","number":"h4559"},{"text":"Mordecai","number":"h4782"},{"text":"Nehum","number":"h5149"},{"text":"Nehemiah","number":"h5166"},{"text":"Nahamani","number":"h5167"},{"text":"Azariah","number":"h5838"},{"text":"of the people","number":"h5971"},{"text":"Raamiah","number":"h7485"}],"26":[{"text":"The men","number":"h582"},{"text":"of Bethlehem","number":"h1035"},{"text":"an hundred","number":"h3967"},{"text":"and Netophah","number":"h5199"},{"text":"and eight","number":"h8083"},{"text":"fourscore","number":"h8084"}],"27":[{"text":"The men","number":"h582"},{"text":"an hundred","number":"h3967"},{"text":"of Anathoth","number":"h6068"},{"text":"twenty","number":"h6242"},{"text":"and eight","number":"h8083"}],"28":[{"text":"The men","number":"h582"},{"text":"forty","number":"h705"},{"text":"of Bethazmaveth","number":"h1041"},{"text":"and two","number":"h8147"}],"29":[{"text":"The men","number":"h582"},{"text":"forty","number":"h705"},{"text":"and Beeroth","number":"h881"},{"text":"Chephirah","number":"h3716"},{"text":"hundred","number":"h3967"},{"text":"of Kirjathjearim","number":"h7157"},{"text":"seven","number":"h7651"},{"text":"and three","number":"h7969"}],"31":[{"text":"The men","number":"h582"},{"text":"an hundred","number":"h3967"},{"text":"of Michmas","number":"h4363"},{"text":"and twenty","number":"h6242"},{"text":"and two","number":"h8147"}],"32":[{"text":"The men","number":"h582"},{"text":"of Bethel","number":"h1008"},{"text":"an hundred","number":"h3967"},{"text":"and Ai","number":"h5857"},{"text":"twenty","number":"h6242"},{"text":"and three","number":"h7969"}],"44":[{"text":"of Asaph","number":"h623"},{"text":"forty","number":"h705"},{"text":"the children","number":"h1121"},{"text":"an hundred","number":"h3967"},{"text":"The singers","number":"h7891"},{"text":"and eight","number":"h8083"}],"23":[{"text":"and four","number":"h702"},{"text":"The children","number":"h1121"},{"text":"of Bezai","number":"h1209"},{"text":"hundred","number":"h3967"},{"text":"twenty","number":"h6242"},{"text":"three","number":"h7969"}],"43":[{"text":"and four","number":"h702"},{"text":"and of the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Hodevah","number":"h1937"},{"text":"of Jeshua","number":"h3442"},{"text":"The Levites","number":"h3881"},{"text":"of Kadmiel","number":"h6934"},{"text":"seventy","number":"h7657"}],"13":[{"text":"forty","number":"h705"},{"text":"The children","number":"h1121"},{"text":"of Zattu","number":"h2240"},{"text":"and five","number":"h2568"},{"text":"hundred","number":"h3967"},{"text":"eight","number":"h8083"}],"15":[{"text":"forty","number":"h705"},{"text":"The children","number":"h1121"},{"text":"of Binnui","number":"h1131"},{"text":"hundred","number":"h3967"},{"text":"and eight","number":"h8083"},{"text":"six","number":"h8337"}],"36":[{"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"}],"62":[{"text":"forty","number":"h705"},{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Delaiah","number":"h1806"},{"text":"of Tobiah","number":"h2900"},{"text":"hundred","number":"h3967"},{"text":"of Nekoda","number":"h5353"},{"text":"and two","number":"h8147"},{"text":"six","number":"h8337"}],"68":[{"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":"seven","number":"h7651"},{"text":"thirty","number":"h7970"},{"text":"and six","number":"h8337"}],"10":[{"text":"of Arah","number":"h733"},{"text":"The children","number":"h1121"},{"text":"fifty","number":"h2572"},{"text":"hundred","number":"h3967"},{"text":"and two","number":"h8147"},{"text":"six","number":"h8337"}],"63":[{"text":"to wife","number":"h802"},{"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":"one of the daughters","number":"h1323"},{"text":"the Gileadite","number":"h1569"},{"text":"of Habaiah","number":"h2252"},{"text":"And 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"}],"16":[{"text":"of Bebai","number":"h893"},{"text":"The children","number":"h1121"},{"text":"hundred","number":"h3967"},{"text":"twenty","number":"h6242"},{"text":"and eight","number":"h8083"},{"text":"six","number":"h8337"}],"4":[{"text":"and the houses","number":"h1004"},{"text":"were not builded","number":"h1129"},{"text":"and great","number":"h1419"},{"text":"were few","number":"h4592"},{"text":"Now the city","number":"h5892"},{"text":"but the people","number":"h5971"},{"text":"was large","number":"h7342"},{"text":"therein","number":"h8432"}],"39":[{"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"}],"14":[{"text":"The children","number":"h1121"},{"text":"of Zaccai","number":"h2140"},{"text":"hundred","number":"h3967"},{"text":"seven","number":"h7651"},{"text":"and threescore","number":"h8346"}],"20":[{"text":"The children","number":"h1121"},{"text":"and five","number":"h2568"},{"text":"fifty","number":"h2572"},{"text":"hundred","number":"h3967"},{"text":"of Adin","number":"h5720"},{"text":"six","number":"h8337"}],"22":[{"text":"The children","number":"h1121"},{"text":"of Hashum","number":"h2828"},{"text":"hundred","number":"h3967"},{"text":"twenty","number":"h6242"},{"text":"three","number":"h7969"},{"text":"and eight","number":"h8083"}],"24":[{"text":"The children","number":"h1121"},{"text":"of Hariph","number":"h2756"},{"text":"an hundred","number":"h3967"},{"text":"and twelve","number":"h8147"}],"25":[{"text":"The children","number":"h1121"},{"text":"of Gibeon","number":"h1391"},{"text":"and five","number":"h2568"},{"text":"ninety","number":"h8673"}],"35":[{"text":"The children","number":"h1121"},{"text":"of Harim","number":"h2766"},{"text":"hundred","number":"h3967"},{"text":"and twenty","number":"h6242"},{"text":"three","number":"h7969"}],"47":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Sia","number":"h5517"},{"text":"of Padon","number":"h6303"},{"text":"of Keros","number":"h7026"}],"48":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Hagaba","number":"h2286"},{"text":"of Lebana","number":"h3838"},{"text":"of Shalmai","number":"h8014"}],"49":[{"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 Hanan","number":"h2605"}],"50":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Nekoda","number":"h5353"},{"text":"of Reaiah","number":"h7211"},{"text":"of Rezin","number":"h7526"}],"51":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Gazzam","number":"h1502"},{"text":"of Uzza","number":"h5798"},{"text":"of Phaseah","number":"h6454"}],"52":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Besai","number":"h1153"},{"text":"of Meunim","number":"h4586"},{"text":"of Nephishesim","number":"h5300"}],"53":[{"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"}],"54":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Bazlith","number":"h1213"},{"text":"of Harsha","number":"h2797"},{"text":"of Mehida","number":"h4240"}],"55":[{"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 Tamah","number":"h8547"}],"56":[{"text":"The children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Hatipha","number":"h2412"},{"text":"of Neziah","number":"h5335"}],"57":[{"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 Perida","number":"h6514"},{"text":"of Solomon's","number":"h8010"}],"58":[{"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 Jaala","number":"h3279"}],"9":[{"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"}],"60":[{"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"}],"46":[{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"the children","number":"h1121"},{"text":"of Hashupha","number":"h2817"},{"text":"of Tabbaoth","number":"h2884"},{"text":"The Nethinims","number":"h5411"},{"text":"of Ziha","number":"h6727"}],"73":[{"text":"the children","number":"h1121"},{"text":"month","number":"h2320"},{"text":"dwelt","number":"h3427"},{"text":"and all Israel","number":"h3478"},{"text":"of Israel","number":"h3478"},{"text":"So the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"came","number":"h5060"},{"text":"and the Nethinims","number":"h5411"},{"text":"in their cities","number":"h5892"},{"text":"were in their cities","number":"h5892"},{"text":"and some of the people","number":"h5971"},{"text":"and when the seventh","number":"h7637"},{"text":"and the porters","number":"h7778"},{"text":"and the singers","number":"h7891"}],"1":[{"text":"was built","number":"h1129"},{"text":"the doors","number":"h1817"},{"text":"Now it came to pass when the wall","number":"h2346"},{"text":"and the Levites","number":"h3881"},{"text":"and I had set up","number":"h5975"},{"text":"were appointed","number":"h6485"},{"text":"and the porters","number":"h7778"},{"text":"and the singers","number":"h7891"}],"64":[{"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 it was not found","number":"h4672"}]}
@@ -0,0 +1 @@
1
+ {"13":[{"text":"of the fathers","number":"h1"},{"text":"were gathered together","number":"h622"},{"text":"the words","number":"h1697"},{"text":"day","number":"h3117"},{"text":"the priests","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"the scribe","number":"h5608"},{"text":"unto Ezra","number":"h5830"},{"text":"of all the people","number":"h5971"},{"text":"the chief","number":"h7218"},{"text":"even to understand","number":"h7919"},{"text":"And on the second","number":"h8145"},{"text":"of the law","number":"h8451"}],"9":[{"text":"mourn","number":"h56"},{"text":"your God","number":"h430"},{"text":"said","number":"h559"},{"text":"that taught","number":"h995"},{"text":"not nor weep","number":"h1058"},{"text":"wept","number":"h1058"},{"text":"the words","number":"h1697"},{"text":"unto the LORD","number":"h3068"},{"text":"This day","number":"h3117"},{"text":"the priest","number":"h3548"},{"text":"and the Levites","number":"h3881"},{"text":"And Nehemiah","number":"h5166"},{"text":"the scribe","number":"h5608"},{"text":"and Ezra","number":"h5830"},{"text":"For all the people","number":"h5971"},{"text":"the people","number":"h5971"},{"text":"unto all the people","number":"h5971"},{"text":"is holy","number":"h6918"},{"text":"when they heard","number":"h8085"},{"text":"of the law","number":"h8451"},{"text":"which is the Tirshatha","number":"h8660"}],"10":[{"text":"unto our Lord","number":"h113"},{"text":"eat","number":"h398"},{"text":"Then he said","number":"h559"},{"text":"for the joy","number":"h2304"},{"text":"of the LORD","number":"h3068"},{"text":"for this day","number":"h3117"},{"text":"unto them Go your way","number":"h3212"},{"text":"unto them for whom nothing is prepared","number":"h3559"},{"text":"the sweet","number":"h4477"},{"text":"portions","number":"h4490"},{"text":"is your strength","number":"h4581"},{"text":"the fat","number":"h4924"},{"text":"neither be ye sorry","number":"h6087"},{"text":"is holy","number":"h6918"},{"text":"and send","number":"h7971"},{"text":"and drink","number":"h8354"}],"3":[{"text":"from the morning","number":"h216"},{"text":"and the ears","number":"h241"},{"text":"before the men","number":"h582"},{"text":"and the women","number":"h802"},{"text":"and those that could understand","number":"h995"},{"text":"until midday","number":"h4276"},{"text":"the water","number":"h4325"},{"text":"were attentive unto the book","number":"h5612"},{"text":"of all the people","number":"h5971"},{"text":"that was before","number":"h6440"},{"text":"therein before","number":"h6440"},{"text":"And he read","number":"h7121"},{"text":"the street","number":"h7339"},{"text":"gate","number":"h8179"},{"text":"of the law","number":"h8451"}],"4":[{"text":"and Urijah","number":"h223"},{"text":"and beside","number":"h681"},{"text":"for the purpose","number":"h1697"},{"text":"Zechariah","number":"h2148"},{"text":"and Hilkiah","number":"h2518"},{"text":"and Hashbadana","number":"h2806"},{"text":"and Hashum","number":"h2828"},{"text":"on his right hand","number":"h3225"},{"text":"upon a pulpit","number":"h4026"},{"text":"and Mishael","number":"h4332"},{"text":"and Malchiah","number":"h4441"},{"text":"and Maaseiah","number":"h4641"},{"text":"and Meshullam","number":"h4918"},{"text":"Mattithiah","number":"h4993"},{"text":"the scribe","number":"h5608"},{"text":"And Ezra","number":"h5830"},{"text":"him stood","number":"h5975"},{"text":"stood","number":"h5975"},{"text":"and Anaiah","number":"h6043"},{"text":"of wood","number":"h6086"},{"text":"which they had made","number":"h6213"},{"text":"Pedaiah","number":"h6305"},{"text":"and on his left hand","number":"h8040"},{"text":"and Shema","number":"h8087"}],"1":[{"text":"as one","number":"h259"},{"text":"man","number":"h376"},{"text":"and they spake","number":"h559"},{"text":"gathered themselves together","number":"h622"},{"text":"to bring","number":"h935"},{"text":"which the LORD","number":"h3068"},{"text":"to Israel","number":"h3478"},{"text":"the water","number":"h4325"},{"text":"of Moses","number":"h4872"},{"text":"the scribe","number":"h5608"},{"text":"the book","number":"h5612"},{"text":"unto Ezra","number":"h5830"},{"text":"And all the people","number":"h5971"},{"text":"that was before","number":"h6440"},{"text":"had commanded","number":"h6680"},{"text":"into the street","number":"h7339"},{"text":"gate","number":"h8179"},{"text":"of the law","number":"h8451"}],"2":[{"text":"upon the first","number":"h259"},{"text":"both of men","number":"h376"},{"text":"and women","number":"h802"},{"text":"brought","number":"h935"},{"text":"with understanding","number":"h995"},{"text":"month","number":"h2320"},{"text":"day","number":"h3117"},{"text":"the priest","number":"h3548"},{"text":"And Ezra","number":"h5830"},{"text":"before","number":"h6440"},{"text":"the congregation","number":"h6951"},{"text":"of the seventh","number":"h7637"},{"text":"and all that could hear","number":"h8085"},{"text":"the law","number":"h8451"}],"18":[{"text":"unto the last","number":"h314"},{"text":"of God","number":"h430"},{"text":"the feast","number":"h2282"},{"text":"Also day","number":"h3117"},{"text":"by day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"day","number":"h3117"},{"text":"days","number":"h3117"},{"text":"according unto the manner","number":"h4941"},{"text":"in the book","number":"h5612"},{"text":"was a solemn assembly","number":"h6116"},{"text":"And they kept","number":"h6213"},{"text":"he read","number":"h7121"},{"text":"from the first","number":"h7223"},{"text":"seven","number":"h7651"},{"text":"and on the eighth","number":"h8066"},{"text":"of the law","number":"h8451"}],"16":[{"text":"every one","number":"h376"},{"text":"of God","number":"h430"},{"text":"of Ephraim","number":"h669"},{"text":"and brought","number":"h935"},{"text":"of the house","number":"h1004"},{"text":"upon the roof of his house","number":"h1406"},{"text":"and in the courts","number":"h2691"},{"text":"and in their courts","number":"h2691"},{"text":"went forth","number":"h3318"},{"text":"of the water","number":"h4325"},{"text":"themselves booths","number":"h5521"},{"text":"So the people","number":"h5971"},{"text":"them and made","number":"h6213"},{"text":"and in the street","number":"h7339"},{"text":"and in the street","number":"h7339"},{"text":"gate","number":"h8179"},{"text":"of the gate","number":"h8179"}],"12":[{"text":"to eat","number":"h398"},{"text":"because they had understood","number":"h995"},{"text":"great","number":"h1419"},{"text":"the words","number":"h1697"},{"text":"that were declared","number":"h3045"},{"text":"went their way","number":"h3212"},{"text":"portions","number":"h4490"},{"text":"And all the people","number":"h5971"},{"text":"and to make","number":"h6213"},{"text":"and to send","number":"h7971"},{"text":"mirth","number":"h8057"},{"text":"and to drink","number":"h8354"}],"6":[{"text":"God","number":"h430"},{"text":"Amen","number":"h543"},{"text":"Amen","number":"h543"},{"text":"with their faces","number":"h639"},{"text":"to the ground","number":"h776"},{"text":"blessed","number":"h1288"},{"text":"the great","number":"h1419"},{"text":"their hands","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"with lifting up","number":"h4607"},{"text":"And Ezra","number":"h5830"},{"text":"And all the people","number":"h5971"},{"text":"answered","number":"h6030"},{"text":"and they bowed","number":"h6915"},{"text":"their heads and worshipped","number":"h7812"}],"8":[{"text":"of God","number":"h430"},{"text":"and caused them to understand","number":"h995"},{"text":"the reading","number":"h4744"},{"text":"in the book","number":"h5612"},{"text":"distinctly","number":"h6567"},{"text":"So they read","number":"h7121"},{"text":"and gave","number":"h7760"},{"text":"the sense","number":"h7922"},{"text":"in the law","number":"h8451"}],"11":[{"text":"saying","number":"h559"},{"text":"Hold your peace","number":"h2013"},{"text":"stilled","number":"h2814"},{"text":"for the day","number":"h3117"},{"text":"So the Levites","number":"h3881"},{"text":"all the people","number":"h5971"},{"text":"neither be ye grieved","number":"h6087"},{"text":"is holy","number":"h6918"}],"15":[{"text":"saying","number":"h559"},{"text":"and fetch","number":"h935"},{"text":"and myrtle","number":"h1918"},{"text":"unto the mount","number":"h2022"},{"text":"olive","number":"h2132"},{"text":"Go forth","number":"h3318"},{"text":"and in Jerusalem","number":"h3389"},{"text":"as it is written","number":"h3789"},{"text":"booths","number":"h5521"},{"text":"and proclaim","number":"h5674"},{"text":"of thick","number":"h5687"},{"text":"in all their cities","number":"h5892"},{"text":"and branches","number":"h5929"},{"text":"branches","number":"h5929"},{"text":"branches","number":"h5929"},{"text":"branches","number":"h5929"},{"text":"branches","number":"h6086"},{"text":"trees","number":"h6086"},{"text":"to make","number":"h6213"},{"text":"and pine","number":"h8081"},{"text":"And that they should publish","number":"h8085"},{"text":"and palm","number":"h8558"}],"7":[{"text":"to understand","number":"h995"},{"text":"and Bani","number":"h1137"},{"text":"Hodijah","number":"h1941"},{"text":"Hanan","number":"h2605"},{"text":"Jozabad","number":"h3107"},{"text":"Jamin","number":"h3226"},{"text":"Also Jeshua","number":"h3442"},{"text":"and the Levites","number":"h3881"},{"text":"Maaseiah","number":"h4641"},{"text":"Azariah","number":"h5838"},{"text":"and the people","number":"h5971"},{"text":"caused the people","number":"h5971"},{"text":"stood in their place","number":"h5977"},{"text":"Akkub","number":"h6126"},{"text":"Pelaiah","number":"h6411"},{"text":"Kelita","number":"h7042"},{"text":"Shabbethai","number":"h7678"},{"text":"and Sherebiah","number":"h8274"},{"text":"the law","number":"h8451"}],"17":[{"text":"had not the children","number":"h1121"},{"text":"the son","number":"h1121"},{"text":"great","number":"h1419"},{"text":"for since the days","number":"h3117"},{"text":"unto that day","number":"h3117"},{"text":"and sat","number":"h3427"},{"text":"of Jeshua","number":"h3442"},{"text":"of Israel","number":"h3478"},{"text":"And there was very","number":"h3966"},{"text":"of Nun","number":"h5126"},{"text":"booths","number":"h5521"},{"text":"under the booths","number":"h5521"},{"text":"done so","number":"h6213"},{"text":"made","number":"h6213"},{"text":"And all the congregation","number":"h6951"},{"text":"out of the captivity","number":"h7628"},{"text":"of them that were come again","number":"h7725"},{"text":"gladness","number":"h8057"}],"14":[{"text":"that the children","number":"h1121"},{"text":"in the feast","number":"h2282"},{"text":"month","number":"h2320"},{"text":"by","number":"h3027"},{"text":"which the LORD","number":"h3068"},{"text":"should dwell","number":"h3427"},{"text":"of Israel","number":"h3478"},{"text":"written","number":"h3789"},{"text":"And they found","number":"h4672"},{"text":"Moses","number":"h4872"},{"text":"in booths","number":"h5521"},{"text":"had commanded","number":"h6680"},{"text":"of the seventh","number":"h7637"},{"text":"in the law","number":"h8451"}],"5":[{"text":"the book","number":"h5612"},{"text":"And Ezra","number":"h5830"},{"text":"in the sight","number":"h5869"},{"text":"for he was above all the people","number":"h5971"},{"text":"it all the people","number":"h5971"},{"text":"of all the people","number":"h5971"},{"text":"stood up","number":"h5975"},{"text":"and when he opened","number":"h6605"},{"text":"opened","number":"h6605"}]}